rabbit 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +1 -1
  3. data/Rakefile +13 -5
  4. data/bin/rabbit +2 -2
  5. data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
  6. data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
  7. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  8. data/doc/_config.yml +4 -4
  9. data/doc/_layouts/skeleton.html +9 -14
  10. data/doc/en/index.rd +2 -2
  11. data/doc/en/install/homebrew.rd +1 -0
  12. data/doc/en/install/windows.rd +4 -4
  13. data/doc/en/news.rd +54 -0
  14. data/doc/en/slides.rd +2 -0
  15. data/doc/en/usage/rabbit-slide.rd +235 -1
  16. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  17. data/doc/images/screenshots/en/blue-circle.png +0 -0
  18. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  19. data/doc/images/screenshots/en/clear-blue.png +0 -0
  20. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  21. data/doc/images/screenshots/en/cozmixng.png +0 -0
  22. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  23. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  24. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  25. data/doc/images/screenshots/en/day-white.png +0 -0
  26. data/doc/images/screenshots/en/debian-raw.png +0 -0
  27. data/doc/images/screenshots/en/debian.png +0 -0
  28. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  29. data/doc/images/screenshots/en/green-circle.png +0 -0
  30. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  31. data/doc/images/screenshots/en/night-black.png +0 -0
  32. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  33. data/doc/images/screenshots/en/rabbit.png +0 -0
  34. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  35. data/doc/images/screenshots/en/ranguba.png +0 -0
  36. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  37. data/doc/images/screenshots/en/red-frame.png +0 -0
  38. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  39. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  40. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  41. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  42. data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
  43. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  44. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  45. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  46. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  47. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  48. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  49. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  50. data/doc/images/screenshots/ja/day-white-raw.png +0 -0
  51. data/doc/images/screenshots/ja/day-white.png +0 -0
  52. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  53. data/doc/images/screenshots/ja/debian.png +0 -0
  54. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  55. data/doc/images/screenshots/ja/green-circle.png +0 -0
  56. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  57. data/doc/images/screenshots/ja/night-black.png +0 -0
  58. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  59. data/doc/images/screenshots/ja/rabbit.png +0 -0
  60. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  61. data/doc/images/screenshots/ja/ranguba.png +0 -0
  62. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  63. data/doc/images/screenshots/ja/red-frame.png +0 -0
  64. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  65. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  66. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  67. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  68. data/doc/index.html.en +3 -3
  69. data/doc/ja/install/homebrew.rd +1 -0
  70. data/doc/ja/install/windows.rd +6 -5
  71. data/doc/ja/news.rd +53 -0
  72. data/doc/ja/usage/rabbit-slide.rd +12 -4
  73. data/lib/rabbit/command/rabbit-slide.rb +12 -4
  74. data/lib/rabbit/command/rabbit.rb +46 -20
  75. data/lib/rabbit/graffiti/config-dialog.rb +2 -0
  76. data/lib/rabbit/info-window.rb +13 -3
  77. data/lib/rabbit/parser/markdown/converter.rb +8 -1
  78. data/lib/rabbit/readme-parser.rb +58 -5
  79. data/lib/rabbit/renderer/display/info.rb +5 -0
  80. data/lib/rabbit/slide-configuration.rb +9 -2
  81. data/lib/rabbit/slide.rb +40 -0
  82. data/lib/rabbit/stock.rb +3 -3
  83. data/lib/rabbit/task/slide.rb +6 -1
  84. data/lib/rabbit/task/theme.rb +1 -1
  85. data/lib/rabbit/theme/applier.rb +10 -10
  86. data/lib/rabbit/theme/searcher.rb +2 -2
  87. data/lib/rabbit/theme/slide-logo/slide-logo.rb +1 -1
  88. data/lib/rabbit/version.rb +1 -1
  89. data/po/en/rabbit.po +266 -214
  90. data/po/fr/rabbit.po +264 -213
  91. data/po/ja/rabbit.po +306 -324
  92. data/rabbit.gemspec +1 -1
  93. data/test/parser/test-markdown.rb +65 -0
  94. data/test/run-test.rb +4 -2
  95. data/test/test-readme-parser.rb +120 -22
  96. data/test/test-slide-configuration.rb +2 -1
  97. metadata +46 -79
@@ -5,6 +5,8 @@ require 'rabbit/renderer/color'
5
5
  module Rabbit
6
6
  module Graffiti
7
7
  class ConfigDialog
8
+ include GetText
9
+
8
10
  attr_reader :color, :line_width
9
11
  def initialize(color, line_width)
10
12
  @original_color = @color = color
@@ -58,9 +58,13 @@ module Rabbit
58
58
 
59
59
  def moved(index)
60
60
  return unless showing?
61
- check_timer
62
- update_note_text if on_note_mode?
63
- adjust_slide(index)
61
+ update(index)
62
+ end
63
+
64
+ def parsed
65
+ return unless showing?
66
+ update_source
67
+ update
64
68
  end
65
69
 
66
70
  def index_mode_on
@@ -192,6 +196,12 @@ module Rabbit
192
196
  @note_label.set_size_request(width, height)
193
197
  end
194
198
 
199
+ def update(index=nil)
200
+ check_timer
201
+ update_note_text if on_note_mode?
202
+ adjust_slide(index)
203
+ end
204
+
195
205
  def update_note_text
196
206
  @note_label.markup = markupped_note_text
197
207
  end
@@ -33,7 +33,6 @@ module Rabbit
33
33
  def convert_root(element)
34
34
  target = nil
35
35
  mode = :ignore
36
- require 'pp'
37
36
  convert_container(element).each do |content|
38
37
  case content
39
38
  when :no_element
@@ -257,6 +256,14 @@ module Rabbit
257
256
  ref.to = element.attr['href']
258
257
  ref
259
258
  end
259
+
260
+ def convert_br(element)
261
+ Text.new("\n")
262
+ end
263
+
264
+ def convert_codespan(element)
265
+ Code.new(Text.new(element.value))
266
+ end
260
267
  end
261
268
  end
262
269
  end
@@ -34,24 +34,77 @@ module Rabbit
34
34
  path ||= remove_backup_paths(Dir.glob("README*"))[0]
35
35
  raise _("No README found") if path.nil?
36
36
 
37
- parse_content(File.read(path))
37
+ parse_content(File.read(path), File.extname(path))
38
38
  end
39
39
 
40
40
  private
41
- HEADING_MARK_RE = /\A(?:[=*!]+|h\d\.)\s*/
42
- def parse_content(content)
41
+ def parse_content(content, extension)
42
+ type = guess_type(content, extension)
43
+ _heading_mark_pattern = heading_mark_pattern(type)
44
+
43
45
  blocks = content.split(/(?:\r?\n){2,}/)
44
46
  if blocks[0]
45
- @title = blocks[0].gsub(HEADING_MARK_RE, "")
47
+ @title = blocks[0].gsub(_heading_mark_pattern, "")
46
48
  end
47
49
  first_paragraph_blocks = []
48
50
  blocks[1..-1].each do |block|
49
- break if HEADING_MARK_RE =~ block
51
+ break if _heading_mark_pattern =~ block
50
52
  first_paragraph_blocks << block
51
53
  end
52
54
  @description = first_paragraph_blocks.join("\n\n")
53
55
  end
54
56
 
57
+ def guess_type(content, extension)
58
+ guess_type_from_extension(extension) ||
59
+ guess_type_from_content(content) ||
60
+ :rd
61
+ end
62
+
63
+ def guess_type_from_extension(extension)
64
+ case extension.downcase
65
+ when ".rd", ".rab"
66
+ :rd
67
+ when ".hiki"
68
+ :hiki
69
+ when ".md"
70
+ :markdown
71
+ when ".textile"
72
+ :textile
73
+ else
74
+ nil
75
+ end
76
+ end
77
+
78
+ def guess_type_from_content(content)
79
+ case content
80
+ when /^==/
81
+ :rd
82
+ when /^!!/
83
+ :hiki
84
+ when /^\#\#/
85
+ :markdown
86
+ when /^h\d\./
87
+ :textile
88
+ else
89
+ nil
90
+ end
91
+ end
92
+
93
+ def heading_mark_pattern(type)
94
+ case type
95
+ when :rd
96
+ /\A=+\s*/
97
+ when :hiki
98
+ /\A!+\s*/
99
+ when :markdown
100
+ /\A\#+\s*/
101
+ when :textile
102
+ /\Ah\d\.\s*/
103
+ else
104
+ heading_mark_pattern(:rd)
105
+ end
106
+ end
107
+
55
108
  def remove_backup_paths(paths)
56
109
  paths.reject do |path|
57
110
  path.end_with?("~")
@@ -25,6 +25,11 @@ module Rabbit
25
25
  @info_window.hide
26
26
  end
27
27
 
28
+ def post_parse
29
+ super
30
+ @info_window.parsed
31
+ end
32
+
28
33
  def post_move(old_index, index)
29
34
  super
30
35
  @info_window.moved(index)
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2012 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
@@ -33,7 +33,11 @@ module Rabbit
33
33
  attr_accessor :logger
34
34
  attr_accessor :id, :base_name, :tags, :presentation_date
35
35
  attr_accessor :licenses
36
- attr_accessor :slideshare_id, :speaker_deck_id, :ustream_id, :vimeo_id
36
+ attr_accessor :slideshare_id
37
+ attr_accessor :speaker_deck_id
38
+ attr_accessor :ustream_id
39
+ attr_accessor :vimeo_id
40
+ attr_accessor :youtube_id
37
41
  attr_writer :version
38
42
  attr_accessor :author
39
43
  def initialize(logger=nil)
@@ -72,6 +76,7 @@ module Rabbit
72
76
  @speaker_deck_id = nil
73
77
  @ustream_id = nil
74
78
  @vimeo_id = nil
79
+ @youtube_id = nil
75
80
  @author = nil
76
81
  end
77
82
 
@@ -84,6 +89,7 @@ module Rabbit
84
89
  @speaker_deck_id = conf["speaker_deck_id"] || @speaker_deck_id
85
90
  @ustream_id = conf["ustream_id"] || @ustream_id
86
91
  @vimeo_id = conf["vimeo_id"] || @vimeo_id
92
+ @youtube_id = conf["youtube_id"] || @youtube_id
87
93
 
88
94
  @tags |= (conf["tags"] || [])
89
95
  @licenses |= (conf["licenses"] || [])
@@ -104,6 +110,7 @@ module Rabbit
104
110
  "speaker_deck_id" => @speaker_deck_id,
105
111
  "ustream_id" => @ustream_id,
106
112
  "vimeo_id" => @vimeo_id,
113
+ "youtube_id" => @youtube_id,
107
114
  }
108
115
  config["author"] = @author.to_hash if @author
109
116
  config
@@ -0,0 +1,40 @@
1
+ # Copyright (C) 2014 Kouhei Sutou <kou@cozmixng.org>
2
+ #
3
+ # This program is free software; you can redistribute it and/or modify
4
+ # it under the terms of the GNU General Public License as published by
5
+ # the Free Software Foundation; either version 2 of the License, or
6
+ # (at your option) any later version.
7
+ #
8
+ # This program is distributed in the hope that it will be useful,
9
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ # GNU General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU General Public License along
14
+ # with this program; if not, write to the Free Software Foundation, Inc.,
15
+ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
+
17
+ # NOTE: This class isn't used yet because it breaks the current API.
18
+ # TODO: Rename Rabbit::Element::Slide to Rabbit::Element::Page.
19
+
20
+ module Rabbit
21
+ class Slide
22
+ include Enumerable
23
+
24
+ def initialize
25
+ @pages = []
26
+ end
27
+
28
+ def <<(page)
29
+ @pages << page
30
+ end
31
+
32
+ def size
33
+ @pages.size
34
+ end
35
+
36
+ def each(&block)
37
+ @pages.each(&block)
38
+ end
39
+ end
40
+ end
data/lib/rabbit/stock.rb CHANGED
@@ -5,11 +5,11 @@ require 'rabbit/rabbit'
5
5
  module Rabbit
6
6
  module Stock
7
7
  include GetText
8
-
8
+
9
9
  RABBIT = :rabbit_rabbit
10
-
10
+
11
11
  @@loaded = false
12
-
12
+
13
13
  module_function
14
14
  def init(canvas)
15
15
  return if @@loaded
@@ -67,6 +67,7 @@ module Rabbit
67
67
 
68
68
  slide_conf_path = @slide.path
69
69
  spec.files = [".rabbit", slide_conf_path, "Rakefile"]
70
+ spec.files += Dir.glob("theme.rb")
70
71
  spec.files += Dir.glob("{COPYING,GPL,README*}")
71
72
  spec.files += Dir.glob("rabbit/**/*.*")
72
73
  spec.files += Dir.glob("**/*.{svg,png,jpg,jpeg,gif,eps,pdf}")
@@ -232,7 +233,11 @@ module Rabbit
232
233
  end
233
234
 
234
235
  def rabbit(*arguments)
235
- Rabbit::Command::Rabbit.run(*arguments)
236
+ unless Rabbit::Command::Rabbit.run(*arguments)
237
+ message = "failed to run Rabbit"
238
+ message << ": #{arguments.join(', ')}" unless arguments.empty?
239
+ raise message
240
+ end
236
241
  end
237
242
  end
238
243
  end
@@ -103,7 +103,7 @@ module Rabbit
103
103
 
104
104
  def define_gem_create_task
105
105
  desc(_("Create gem: %{gem_path}") % {:gem_path => gem_path})
106
- task :gem => "gem:validate" do
106
+ task :gem => ["gem:validate", :pdf] do
107
107
  mkdir_p(@package_dir)
108
108
  GemBuilder.build(spec)
109
109
  mv(File.basename(spec.cache_file), gem_path)
@@ -173,7 +173,7 @@ module Rabbit
173
173
  args = size + [fill_color]
174
174
  canvas.draw_rectangle(true, *args)
175
175
  end
176
-
176
+
177
177
  if frame_color
178
178
  args = size + [frame_color, {:line_width => frame_width}]
179
179
  canvas.draw_rectangle(false, *args)
@@ -186,7 +186,7 @@ module Rabbit
186
186
  usw = fw + shadow_width - shadow_offset
187
187
  ush = shadow_width
188
188
  canvas.draw_rectangle(true, usx, usy, usw, ush, shadow_color)
189
-
189
+
190
190
  # Right Shadow
191
191
  rsx = fx + fw + frame_width
192
192
  rsy = fy + shadow_offset
@@ -248,7 +248,7 @@ module Rabbit
248
248
 
249
249
  def apply_theme(name)
250
250
  entry = find_theme(name)
251
- src = File.open(entry.theme_file) do |f|
251
+ src = File.open(entry.theme_file, "r:utf-8") do |f|
252
252
  f.read
253
253
  end
254
254
  in_theme(entry) do
@@ -312,7 +312,7 @@ module Rabbit
312
312
  "@#{x}_large_#{$2}font_size"
313
313
  end
314
314
  end
315
-
315
+
316
316
  def include_theme(name)
317
317
  begin
318
318
  apply_theme(name)
@@ -340,7 +340,7 @@ module Rabbit
340
340
  def logger
341
341
  canvas.logger
342
342
  end
343
-
343
+
344
344
  def print?
345
345
  canvas.printable?
346
346
  end
@@ -352,11 +352,11 @@ module Rabbit
352
352
  def theme_exit(message=nil)
353
353
  raise ThemeExit.new(message)
354
354
  end
355
-
355
+
356
356
  def slides_per_page
357
357
  canvas.slides_per_page
358
358
  end
359
-
359
+
360
360
  def set_foreground(color)
361
361
  canvas.foreground = canvas.make_color(color)
362
362
  end
@@ -444,7 +444,7 @@ module Rabbit
444
444
  super
445
445
  end
446
446
  end
447
-
447
+
448
448
  def _match(current, *paths)
449
449
  last_path_index = paths.size - 1
450
450
  paths.each_with_index do |path, i|
@@ -462,7 +462,7 @@ module Rabbit
462
462
  path === element
463
463
  end
464
464
  end
465
-
465
+
466
466
  if i != last_path_index
467
467
  working.inject([]) do |result, elem|
468
468
  if elem.respond_to?(:elements)
@@ -474,7 +474,7 @@ module Rabbit
474
474
  else
475
475
  working
476
476
  end
477
-
477
+
478
478
  end
479
479
  end
480
480
  end
@@ -32,12 +32,12 @@ module Rabbit
32
32
 
33
33
  # for backward compatibility
34
34
  alias add_theme_path add_image_path
35
-
35
+
36
36
  module_function
37
37
  def theme_dir(base_dir)
38
38
  File.join(base_dir, 'rabbit', 'theme')
39
39
  end
40
-
40
+
41
41
  def image_dir(base_dir)
42
42
  File.join(base_dir, 'rabbit', 'image')
43
43
  end
@@ -36,7 +36,7 @@ match(SlideElement) do
36
36
  logo_y = 0
37
37
  else
38
38
  if @slide_logo_position.respond_to?(:call)
39
- logo_x, logo_y = @slide_logo_position.call(slide, canvas)
39
+ logo_x, logo_y = @slide_logo_position.call(slide, canvas, loader)
40
40
  else
41
41
  logo_x, logo_y = @slide_logo_position
42
42
  end
@@ -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.1"
18
+ VERSION = "2.1.2"
19
19
  end
data/po/en/rabbit.po CHANGED
@@ -6,30 +6,17 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Rabbit 0.5.4\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2013-06-01 13:03+0900\n"
9
+ "POT-Creation-Date: 2014-03-08 22:31+0900\n"
10
10
  "PO-Revision-Date: 2012-09-10 21:20+0900\n"
11
11
  "Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
12
- "Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>\n"
12
+ "Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada <nori1@d"
13
+ "olphin.c.u-tokyo.ac.jp>\n"
13
14
  "Language: \n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
19
 
19
- #:
20
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
21
- msgid ""
22
- "unknown enumeration item mark type: %s\n"
23
- "Numeric type is used as fallback"
24
- msgstr ""
25
-
26
- #:
27
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
28
- msgid ""
29
- "unknown item mark type: %s\n"
30
- "Rectangle type is used as fallback"
31
- msgstr ""
32
-
33
20
  #: ../bin/rabbit-command:18
34
21
  msgid "Specify Rabbit's dRuby URI as [URI]."
35
22
  msgstr ""
@@ -242,6 +229,10 @@ msgstr ""
242
229
  msgid "Save as image"
243
230
  msgstr ""
244
231
 
232
+ #: ../lib/rabbit/action/basic.rb:83 ../lib/rabbit/command/rabbit.rb:299
233
+ msgid "Print"
234
+ msgstr ""
235
+
245
236
  #: ../lib/rabbit/action/basic.rb:91
246
237
  msgid "Iconify"
247
238
  msgstr ""
@@ -338,8 +329,15 @@ msgstr ""
338
329
  msgid "Log Level"
339
330
  msgstr ""
340
331
 
341
- #: ../lib/rabbit/action/radio.rb:37
342
- #: ../lib/rabbit/command/rabbit-slide.rb:353
332
+ #: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
333
+ msgid "Whiteout"
334
+ msgstr ""
335
+
336
+ #: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
337
+ msgid "Blackout"
338
+ msgstr ""
339
+
340
+ #: ../lib/rabbit/action/radio.rb:37 ../lib/rabbit/command/rabbit-slide.rb:353
343
341
  #: ../lib/rabbit/command/rabbit-slide.rb:369
344
342
  #: ../lib/rabbit/command/rabbit-theme.rb:211
345
343
  #: ../lib/rabbit/command/rabbit-theme.rb:227
@@ -371,14 +369,6 @@ msgstr ""
371
369
  msgid "Unknown"
372
370
  msgstr ""
373
371
 
374
- #: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
375
- msgid "Whiteout"
376
- msgstr ""
377
-
378
- #: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
379
- msgid "Blackout"
380
- msgstr ""
381
-
382
372
  #: ../lib/rabbit/action/toggle.rb:30
383
373
  msgid "Index mode"
384
374
  msgstr ""
@@ -615,35 +605,35 @@ msgstr ""
615
605
  msgid "Install"
616
606
  msgstr ""
617
607
 
618
- #: ../lib/rabbit/command/rabbit-slide.rb:435
608
+ #: ../lib/rabbit/command/rabbit-slide.rb:443
619
609
  msgid "TITLE"
620
610
  msgstr ""
621
611
 
622
- #: ../lib/rabbit/command/rabbit-slide.rb:437
612
+ #: ../lib/rabbit/command/rabbit-slide.rb:445
623
613
  msgid "FIRST SLIDE"
624
614
  msgstr ""
625
615
 
626
- #: ../lib/rabbit/command/rabbit-slide.rb:439
616
+ #: ../lib/rabbit/command/rabbit-slide.rb:447
627
617
  msgid "SECOND SLIDE"
628
618
  msgstr ""
629
619
 
630
- #: ../lib/rabbit/command/rabbit-slide.rb:451
620
+ #: ../lib/rabbit/command/rabbit-slide.rb:459
631
621
  msgid "SUBTITLE"
632
622
  msgstr ""
633
623
 
634
- #: ../lib/rabbit/command/rabbit-slide.rb:452
624
+ #: ../lib/rabbit/command/rabbit-slide.rb:460
635
625
  msgid "AUTHOR"
636
626
  msgstr ""
637
627
 
638
- #: ../lib/rabbit/command/rabbit-slide.rb:453
628
+ #: ../lib/rabbit/command/rabbit-slide.rb:461
639
629
  msgid "INSTITUTION"
640
630
  msgstr ""
641
631
 
642
- #: ../lib/rabbit/command/rabbit-slide.rb:454
632
+ #: ../lib/rabbit/command/rabbit-slide.rb:462
643
633
  msgid "EVENT NAME"
644
634
  msgstr ""
645
635
 
646
- #: ../lib/rabbit/command/rabbit-slide.rb:475
636
+ #: ../lib/rabbit/command/rabbit-slide.rb:483
647
637
  msgid "ITEM %d"
648
638
  msgstr ""
649
639
 
@@ -677,12 +667,11 @@ msgstr ""
677
667
  msgid "For users"
678
668
  msgstr ""
679
669
 
680
- #: ../lib/rabbit/command/rabbit-theme.rb:229
681
- #: ../lib/rabbit/task/theme.rb:95
670
+ #: ../lib/rabbit/command/rabbit-theme.rb:229 ../lib/rabbit/task/theme.rb:95
682
671
  msgid "rabbit-theme-benchmark-en.gem"
683
672
  msgstr ""
684
673
 
685
- #: ../lib/rabbit/command/rabbit.rb:143
674
+ #: ../lib/rabbit/command/rabbit.rb:134
686
675
  #: ../lib/rabbit/theme/blue-bar/property.rb:1
687
676
  #: ../lib/rabbit/theme/blue-circle/property.rb:1
688
677
  #: ../lib/rabbit/theme/centering-rabbit/property.rb:1
@@ -711,404 +700,404 @@ msgstr ""
711
700
  msgid "Theme"
712
701
  msgstr ""
713
702
 
714
- #: ../lib/rabbit/command/rabbit.rb:146
703
+ #: ../lib/rabbit/command/rabbit.rb:137
715
704
  msgid "Add [PATH] to load path."
716
705
  msgstr ""
717
706
 
718
- #: ../lib/rabbit/command/rabbit.rb:151
707
+ #: ../lib/rabbit/command/rabbit.rb:142
719
708
  msgid "Use [THEME] as theme."
720
709
  msgstr ""
721
710
 
722
- #: ../lib/rabbit/command/rabbit.rb:158
711
+ #: ../lib/rabbit/command/rabbit.rb:149
723
712
  msgid "Use [THEME] for comment."
724
713
  msgstr ""
725
714
 
726
- #: ../lib/rabbit/command/rabbit.rb:164
715
+ #: ../lib/rabbit/command/rabbit.rb:155
727
716
  msgid "Use [TIME] as allotted time."
728
717
  msgstr ""
729
718
 
730
- #: ../lib/rabbit/command/rabbit.rb:170
731
- #: ../lib/rabbit/html/generator.rb:404
719
+ #: ../lib/rabbit/command/rabbit.rb:161 ../lib/rabbit/html/generator.rb:404
732
720
  msgid "Source"
733
721
  msgstr ""
734
722
 
735
- #: ../lib/rabbit/command/rabbit.rb:177
723
+ #: ../lib/rabbit/command/rabbit.rb:168
736
724
  msgid ""
737
725
  "When select %s\n"
738
726
  "specify %s\n"
739
727
  "as [SOURCE_INFOS]."
740
728
  msgstr ""
741
729
 
742
- #: ../lib/rabbit/command/rabbit.rb:184
730
+ #: ../lib/rabbit/command/rabbit.rb:175
743
731
  msgid "Specify source type as [TYPE]."
744
732
  msgstr ""
745
733
 
746
- #: ../lib/rabbit/command/rabbit.rb:186
734
+ #: ../lib/rabbit/command/rabbit.rb:176 ../lib/rabbit/console.rb:165
735
+ #: ../lib/rabbit/console.rb:182
736
+ msgid "Select from [%s]."
737
+ msgstr ""
738
+
739
+ #: ../lib/rabbit/command/rabbit.rb:177
747
740
  msgid "Note: case insensitive."
748
741
  msgstr ""
749
742
 
750
- #: ../lib/rabbit/command/rabbit.rb:200
743
+ #: ../lib/rabbit/command/rabbit.rb:191
751
744
  msgid "Specify source encoding as [ENCODING]."
752
745
  msgstr ""
753
746
 
754
- #: ../lib/rabbit/command/rabbit.rb:201
755
- #: ../lib/rabbit/command/rabbit.rb:207
756
- #: ../lib/rabbit/command/rabbit.rb:368
757
- #: ../lib/rabbit/command/rabbit.rb:375
758
- #: ../lib/rabbit/command/rabbit.rb:382
759
- #: ../lib/rabbit/command/rabbit.rb:389
760
- #: ../lib/rabbit/command/rabbit.rb:414
761
- #: ../lib/rabbit/command/rabbit.rb:421
762
- #: ../lib/rabbit/command/rabbit.rb:428
763
- #: ../lib/rabbit/command/rabbit.rb:435
764
- #: ../lib/rabbit/command/rabbit.rb:556 ../lib/rabbit/console.rb:150
747
+ #: ../lib/rabbit/command/rabbit.rb:192 ../lib/rabbit/command/rabbit.rb:198
748
+ #: ../lib/rabbit/command/rabbit.rb:359 ../lib/rabbit/command/rabbit.rb:366
749
+ #: ../lib/rabbit/command/rabbit.rb:373 ../lib/rabbit/command/rabbit.rb:380
750
+ #: ../lib/rabbit/command/rabbit.rb:405 ../lib/rabbit/command/rabbit.rb:412
751
+ #: ../lib/rabbit/command/rabbit.rb:419 ../lib/rabbit/command/rabbit.rb:426
752
+ #: ../lib/rabbit/command/rabbit.rb:547 ../lib/rabbit/console.rb:150
765
753
  msgid "(auto)"
766
754
  msgstr ""
767
755
 
768
- #: ../lib/rabbit/command/rabbit.rb:206
756
+ #: ../lib/rabbit/command/rabbit.rb:197
769
757
  msgid "Specify base URI or path of source as [BASE]."
770
758
  msgstr ""
771
759
 
772
- #: ../lib/rabbit/command/rabbit.rb:212
760
+ #: ../lib/rabbit/command/rabbit.rb:203
773
761
  msgid "Initial state"
774
762
  msgstr ""
775
763
 
776
- #: ../lib/rabbit/command/rabbit.rb:215
764
+ #: ../lib/rabbit/command/rabbit.rb:206
777
765
  msgid "Toggle full screen mode."
778
766
  msgstr ""
779
767
 
780
- #: ../lib/rabbit/command/rabbit.rb:221
768
+ #: ../lib/rabbit/command/rabbit.rb:212
781
769
  msgid "Toggle index mode."
782
770
  msgstr ""
783
771
 
784
- #: ../lib/rabbit/command/rabbit.rb:227
772
+ #: ../lib/rabbit/command/rabbit.rb:218
785
773
  msgid "Size"
786
774
  msgstr ""
787
775
 
788
- #: ../lib/rabbit/command/rabbit.rb:230
776
+ #: ../lib/rabbit/command/rabbit.rb:221
789
777
  msgid "Set window geometry [GEOMETRY]."
790
778
  msgstr ""
791
779
 
792
- #: ../lib/rabbit/command/rabbit.rb:231
780
+ #: ../lib/rabbit/command/rabbit.rb:222
793
781
  msgid "Format: WIDTHxHEIGHT+X+Y"
794
782
  msgstr ""
795
783
 
796
- #: ../lib/rabbit/command/rabbit.rb:238
784
+ #: ../lib/rabbit/command/rabbit.rb:229
797
785
  msgid "Set window width to [WIDTH]."
798
786
  msgstr ""
799
787
 
800
- #: ../lib/rabbit/command/rabbit.rb:245
788
+ #: ../lib/rabbit/command/rabbit.rb:236
801
789
  msgid "Set window height to [HEIGHT]."
802
790
  msgstr ""
803
791
 
804
- #: ../lib/rabbit/command/rabbit.rb:250
792
+ #: ../lib/rabbit/command/rabbit.rb:241
805
793
  msgid ""
806
794
  "Set window width and height to\n"
807
795
  "[WIDTH] and [HEIGHT]."
808
796
  msgstr ""
809
797
 
810
- #: ../lib/rabbit/command/rabbit.rb:263
798
+ #: ../lib/rabbit/command/rabbit.rb:254
811
799
  msgid "Save"
812
800
  msgstr ""
813
801
 
814
- #: ../lib/rabbit/command/rabbit.rb:266
802
+ #: ../lib/rabbit/command/rabbit.rb:257
815
803
  msgid "Save as image and exit."
816
804
  msgstr ""
817
805
 
818
- #: ../lib/rabbit/command/rabbit.rb:271
806
+ #: ../lib/rabbit/command/rabbit.rb:262
819
807
  msgid "Specify saved image type as [TYPE]."
820
808
  msgstr ""
821
809
 
822
- #: ../lib/rabbit/command/rabbit.rb:278
810
+ #: ../lib/rabbit/command/rabbit.rb:269
823
811
  msgid "Specify saved image base name as [BASE_NAME]."
824
812
  msgstr ""
825
813
 
826
- #: ../lib/rabbit/command/rabbit.rb:279
827
- #: ../lib/rabbit/command/rabbit.rb:317
814
+ #: ../lib/rabbit/command/rabbit.rb:270 ../lib/rabbit/command/rabbit.rb:308
828
815
  msgid "Title of slide"
829
816
  msgstr ""
830
817
 
831
- #: ../lib/rabbit/command/rabbit.rb:284
818
+ #: ../lib/rabbit/command/rabbit.rb:275
832
819
  msgid "Output HTML for viewing saved images."
833
820
  msgstr ""
834
821
 
835
- #: ../lib/rabbit/command/rabbit.rb:290
822
+ #: ../lib/rabbit/command/rabbit.rb:281
836
823
  msgid "Output index HTML for navigating slides."
837
824
  msgstr ""
838
825
 
839
- #: ../lib/rabbit/command/rabbit.rb:296
826
+ #: ../lib/rabbit/command/rabbit.rb:287
840
827
  msgid "Specify base URI of RSS as [URI]."
841
828
  msgstr ""
842
829
 
843
- #: ../lib/rabbit/command/rabbit.rb:297
830
+ #: ../lib/rabbit/command/rabbit.rb:288
844
831
  msgid "RSS is generated only when HTML is output."
845
832
  msgstr ""
846
833
 
847
- #: ../lib/rabbit/command/rabbit.rb:303
834
+ #: ../lib/rabbit/command/rabbit.rb:294
848
835
  msgid "Specify source filenam as [FILENAME]."
849
836
  msgstr ""
850
837
 
851
- #: ../lib/rabbit/command/rabbit.rb:311
838
+ #: ../lib/rabbit/command/rabbit.rb:302
852
839
  msgid "Print and exit."
853
840
  msgstr ""
854
841
 
855
- #: ../lib/rabbit/command/rabbit.rb:316
842
+ #: ../lib/rabbit/command/rabbit.rb:307
856
843
  msgid "Specify printed out filename as [FILENAME]."
857
844
  msgstr ""
858
845
 
859
- #: ../lib/rabbit/command/rabbit.rb:323
846
+ #: ../lib/rabbit/command/rabbit.rb:314
860
847
  msgid "Set slides per page."
861
848
  msgstr ""
862
849
 
863
- #: ../lib/rabbit/command/rabbit.rb:329
850
+ #: ../lib/rabbit/command/rabbit.rb:320
864
851
  msgid "Draw scaled image."
865
852
  msgstr ""
866
853
 
867
- #: ../lib/rabbit/command/rabbit.rb:330
854
+ #: ../lib/rabbit/command/rabbit.rb:321
868
855
  msgid "Better look for displaying but lesser look for printing."
869
856
  msgstr ""
870
857
 
871
- #: ../lib/rabbit/command/rabbit.rb:335
858
+ #: ../lib/rabbit/command/rabbit.rb:326
872
859
  msgid "Paper"
873
860
  msgstr ""
874
861
 
875
- #: ../lib/rabbit/command/rabbit.rb:339
862
+ #: ../lib/rabbit/command/rabbit.rb:330
876
863
  msgid "Set paper width to [WIDTH] Pt."
877
864
  msgstr ""
878
865
 
879
- #: ../lib/rabbit/command/rabbit.rb:340
866
+ #: ../lib/rabbit/command/rabbit.rb:331
880
867
  msgid "(landscape A4 width)"
881
868
  msgstr ""
882
869
 
883
- #: ../lib/rabbit/command/rabbit.rb:346
870
+ #: ../lib/rabbit/command/rabbit.rb:337
884
871
  msgid "Set paper height to [HEIGHT] Pt."
885
872
  msgstr ""
886
873
 
887
- #: ../lib/rabbit/command/rabbit.rb:347
874
+ #: ../lib/rabbit/command/rabbit.rb:338
888
875
  msgid "(landscape A4 height)"
889
876
  msgstr ""
890
877
 
891
- #: ../lib/rabbit/command/rabbit.rb:351
878
+ #: ../lib/rabbit/command/rabbit.rb:342
892
879
  msgid ""
893
880
  "Set paper width and height to\n"
894
881
  "[WIDTH] Pt and [HEIGHT] Pt."
895
882
  msgstr ""
896
883
 
897
- #: ../lib/rabbit/command/rabbit.rb:353
884
+ #: ../lib/rabbit/command/rabbit.rb:344
898
885
  msgid "(landscape A4 size)"
899
886
  msgstr ""
900
887
 
901
- #: ../lib/rabbit/command/rabbit.rb:363
888
+ #: ../lib/rabbit/command/rabbit.rb:354
902
889
  msgid "Margin"
903
890
  msgstr ""
904
891
 
905
- #: ../lib/rabbit/command/rabbit.rb:367
892
+ #: ../lib/rabbit/command/rabbit.rb:358
906
893
  msgid "Set left margin for slides per page mode print."
907
894
  msgstr ""
908
895
 
909
- #: ../lib/rabbit/command/rabbit.rb:374
896
+ #: ../lib/rabbit/command/rabbit.rb:365
910
897
  msgid "Set right margin for slides per page mode print."
911
898
  msgstr ""
912
899
 
913
- #: ../lib/rabbit/command/rabbit.rb:381
900
+ #: ../lib/rabbit/command/rabbit.rb:372
914
901
  msgid "Set top margin for slides per page mode print."
915
902
  msgstr ""
916
903
 
917
- #: ../lib/rabbit/command/rabbit.rb:388
904
+ #: ../lib/rabbit/command/rabbit.rb:379
918
905
  msgid "Set bottom margin for slides per page mode print."
919
906
  msgstr ""
920
907
 
921
- #: ../lib/rabbit/command/rabbit.rb:393
908
+ #: ../lib/rabbit/command/rabbit.rb:384
922
909
  msgid "[ALL]"
923
910
  msgstr ""
924
911
 
925
- #: ../lib/rabbit/command/rabbit.rb:394
912
+ #: ../lib/rabbit/command/rabbit.rb:385
926
913
  msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
927
914
  msgstr ""
928
915
 
929
- #: ../lib/rabbit/command/rabbit.rb:395
916
+ #: ../lib/rabbit/command/rabbit.rb:386
930
917
  msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
931
918
  msgstr ""
932
919
 
933
- #: ../lib/rabbit/command/rabbit.rb:396
920
+ #: ../lib/rabbit/command/rabbit.rb:387
934
921
  msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
935
922
  msgstr ""
936
923
 
937
- #: ../lib/rabbit/command/rabbit.rb:399
924
+ #: ../lib/rabbit/command/rabbit.rb:390
938
925
  msgid "Set margin for slides per page mode print."
939
926
  msgstr ""
940
927
 
941
- #: ../lib/rabbit/command/rabbit.rb:413
928
+ #: ../lib/rabbit/command/rabbit.rb:404
942
929
  msgid "Set left page margin."
943
930
  msgstr ""
944
931
 
945
- #: ../lib/rabbit/command/rabbit.rb:420
932
+ #: ../lib/rabbit/command/rabbit.rb:411
946
933
  msgid "Set right page margin."
947
934
  msgstr ""
948
935
 
949
- #: ../lib/rabbit/command/rabbit.rb:427
936
+ #: ../lib/rabbit/command/rabbit.rb:418
950
937
  msgid "Set top page margin."
951
938
  msgstr ""
952
939
 
953
- #: ../lib/rabbit/command/rabbit.rb:434
940
+ #: ../lib/rabbit/command/rabbit.rb:425
954
941
  msgid "Set bottom page margin."
955
942
  msgstr ""
956
943
 
957
- #: ../lib/rabbit/command/rabbit.rb:441
944
+ #: ../lib/rabbit/command/rabbit.rb:432
958
945
  msgid "Set page margin."
959
946
  msgstr ""
960
947
 
961
- #: ../lib/rabbit/command/rabbit.rb:453
948
+ #: ../lib/rabbit/command/rabbit.rb:444
962
949
  msgid "dRuby"
963
950
  msgstr ""
964
951
 
965
- #: ../lib/rabbit/command/rabbit.rb:456
952
+ #: ../lib/rabbit/command/rabbit.rb:447
966
953
  msgid "Specify whether to use dRuby."
967
954
  msgstr ""
968
955
 
969
- #: ../lib/rabbit/command/rabbit.rb:462
956
+ #: ../lib/rabbit/command/rabbit.rb:453
970
957
  msgid "Specify dRuby URI."
971
958
  msgstr ""
972
959
 
973
- #: ../lib/rabbit/command/rabbit.rb:468
960
+ #: ../lib/rabbit/command/rabbit.rb:459
974
961
  msgid "Specify whether to output dRuby URI."
975
962
  msgstr ""
976
963
 
977
- #: ../lib/rabbit/command/rabbit.rb:473
964
+ #: ../lib/rabbit/command/rabbit.rb:464
978
965
  msgid "SOAP"
979
966
  msgstr ""
980
967
 
981
- #: ../lib/rabbit/command/rabbit.rb:476
968
+ #: ../lib/rabbit/command/rabbit.rb:467
982
969
  msgid "Specify whether to use SOAP."
983
970
  msgstr ""
984
971
 
985
- #: ../lib/rabbit/command/rabbit.rb:482
972
+ #: ../lib/rabbit/command/rabbit.rb:473
986
973
  msgid "Specify SOAP host as [HOST]."
987
974
  msgstr ""
988
975
 
989
- #: ../lib/rabbit/command/rabbit.rb:489
976
+ #: ../lib/rabbit/command/rabbit.rb:480
990
977
  msgid "Specify SOAP port as [PORT]."
991
978
  msgstr ""
992
979
 
993
- #: ../lib/rabbit/command/rabbit.rb:494
980
+ #: ../lib/rabbit/command/rabbit.rb:485
994
981
  msgid "XML-RPC"
995
982
  msgstr ""
996
983
 
997
- #: ../lib/rabbit/command/rabbit.rb:497
984
+ #: ../lib/rabbit/command/rabbit.rb:488
998
985
  msgid "Specify whether to use XML-RPC."
999
986
  msgstr ""
1000
987
 
1001
- #: ../lib/rabbit/command/rabbit.rb:503
988
+ #: ../lib/rabbit/command/rabbit.rb:494
1002
989
  msgid "Specify XML-RPC host as [HOST]."
1003
990
  msgstr ""
1004
991
 
1005
- #: ../lib/rabbit/command/rabbit.rb:510
992
+ #: ../lib/rabbit/command/rabbit.rb:501
1006
993
  msgid "Specify XML-RPC port as [PORT]."
1007
994
  msgstr ""
1008
995
 
1009
- #: ../lib/rabbit/command/rabbit.rb:515
996
+ #: ../lib/rabbit/command/rabbit.rb:506
1010
997
  msgid "Server"
1011
998
  msgstr ""
1012
999
 
1013
- #: ../lib/rabbit/command/rabbit.rb:518
1000
+ #: ../lib/rabbit/command/rabbit.rb:509
1014
1001
  msgid "Specify whether to run as server."
1015
1002
  msgstr ""
1016
1003
 
1017
- #: ../lib/rabbit/command/rabbit.rb:523
1004
+ #: ../lib/rabbit/command/rabbit.rb:514
1018
1005
  msgid "Public level"
1019
1006
  msgstr ""
1020
1007
 
1021
- #: ../lib/rabbit/command/rabbit.rb:530
1008
+ #: ../lib/rabbit/command/rabbit.rb:521
1022
1009
  msgid "Specify public level."
1023
1010
  msgstr ""
1024
1011
 
1025
- #: ../lib/rabbit/command/rabbit.rb:531
1012
+ #: ../lib/rabbit/command/rabbit.rb:522
1026
1013
  msgid "Select from the following:"
1027
1014
  msgstr ""
1028
1015
 
1029
- #: ../lib/rabbit/command/rabbit.rb:540
1030
- #: ../lib/rabbit/command/rabbit.rb:565
1031
- #: ../lib/rabbit/command/rabbit.rb:572
1016
+ #: ../lib/rabbit/command/rabbit.rb:531 ../lib/rabbit/command/rabbit.rb:556
1017
+ #: ../lib/rabbit/command/rabbit.rb:563
1032
1018
  msgid "(%s)"
1033
1019
  msgstr ""
1034
1020
 
1035
- #: ../lib/rabbit/command/rabbit.rb:545
1021
+ #: ../lib/rabbit/command/rabbit.rb:536
1036
1022
  #: ../lib/rabbit/theme/clutter-comment/property.rb:1
1037
1023
  #: ../lib/rabbit/theme/footer-comment/property.rb:1
1038
1024
  #: ../lib/rabbit/theme/stream-comment/property.rb:1
1039
1025
  msgid "Comment"
1040
1026
  msgstr ""
1041
1027
 
1042
- #: ../lib/rabbit/command/rabbit.rb:548
1043
- #: ../lib/rabbit/command/rabbit.rb:554
1028
+ #: ../lib/rabbit/command/rabbit.rb:539 ../lib/rabbit/command/rabbit.rb:545
1044
1029
  msgid "Deprecated. Just ignored."
1045
1030
  msgstr ""
1046
1031
 
1047
- #: ../lib/rabbit/command/rabbit.rb:549
1032
+ #: ../lib/rabbit/command/rabbit.rb:540
1048
1033
  msgid "Specify initial comment source."
1049
1034
  msgstr ""
1050
1035
 
1051
- #: ../lib/rabbit/command/rabbit.rb:550
1036
+ #: ../lib/rabbit/command/rabbit.rb:541
1052
1037
  msgid "(default source)"
1053
1038
  msgstr ""
1054
1039
 
1055
- #: ../lib/rabbit/command/rabbit.rb:555
1040
+ #: ../lib/rabbit/command/rabbit.rb:546
1056
1041
  msgid "Specify comment source encoding."
1057
1042
  msgstr ""
1058
1043
 
1059
- #: ../lib/rabbit/command/rabbit.rb:559
1044
+ #: ../lib/rabbit/command/rabbit.rb:550
1060
1045
  msgid "Migemo"
1061
1046
  msgstr ""
1062
1047
 
1063
- #: ../lib/rabbit/command/rabbit.rb:564
1048
+ #: ../lib/rabbit/command/rabbit.rb:555
1064
1049
  msgid "Specify search paths for Migemo static dictionary."
1065
1050
  msgstr ""
1066
1051
 
1067
- #: ../lib/rabbit/command/rabbit.rb:571
1052
+ #: ../lib/rabbit/command/rabbit.rb:562
1068
1053
  msgid "Specify static dictionary name for Migemo."
1069
1054
  msgstr ""
1070
1055
 
1071
- #: ../lib/rabbit/command/rabbit.rb:576
1056
+ #: ../lib/rabbit/command/rabbit.rb:567
1072
1057
  msgid "3D"
1073
1058
  msgstr ""
1074
1059
 
1075
- #: ../lib/rabbit/command/rabbit.rb:579
1060
+ #: ../lib/rabbit/command/rabbit.rb:570
1076
1061
  msgid "Specify whether to use OpenGL if available."
1077
1062
  msgstr ""
1078
1063
 
1079
- #: ../lib/rabbit/command/rabbit.rb:584
1064
+ #: ../lib/rabbit/command/rabbit.rb:575
1080
1065
  msgid "Display"
1081
1066
  msgstr ""
1082
1067
 
1083
- #: ../lib/rabbit/command/rabbit.rb:587
1068
+ #: ../lib/rabbit/command/rabbit.rb:578
1084
1069
  msgid "Specify whether to keep above window."
1085
1070
  msgstr ""
1086
1071
 
1087
- #: ../lib/rabbit/command/rabbit.rb:592
1072
+ #: ../lib/rabbit/command/rabbit.rb:583
1088
1073
  msgid "Others"
1089
1074
  msgstr ""
1090
1075
 
1091
- #: ../lib/rabbit/command/rabbit.rb:595
1076
+ #: ../lib/rabbit/command/rabbit.rb:586
1077
+ msgid "Check slide source syntax and exit."
1078
+ msgstr ""
1079
+
1080
+ #: ../lib/rabbit/command/rabbit.rb:591
1092
1081
  msgid "Show a native window ID of the Rabbit window if available."
1093
1082
  msgstr ""
1094
1083
 
1095
- #: ../lib/rabbit/command/rabbit.rb:596
1084
+ #: ../lib/rabbit/command/rabbit.rb:592
1096
1085
  msgid "e.g. The ID is the ID of X resource on X window system."
1097
1086
  msgstr ""
1098
1087
 
1099
- #: ../lib/rabbit/command/rabbit.rb:637
1088
+ #: ../lib/rabbit/command/rabbit.rb:633
1100
1089
  msgid "Choose a Rabbit source file"
1101
1090
  msgstr ""
1102
1091
 
1103
- #: ../lib/rabbit/command/rabbit.rb:753
1092
+ #: ../lib/rabbit/command/rabbit.rb:749
1104
1093
  msgid "dRuby URI <%s> is in use."
1105
1094
  msgstr ""
1106
1095
 
1107
- #: ../lib/rabbit/command/rabbit.rb:772
1096
+ #: ../lib/rabbit/command/rabbit.rb:768
1108
1097
  msgid "port <%s> for SOAP is in use."
1109
1098
  msgstr ""
1110
1099
 
1111
- #: ../lib/rabbit/command/rabbit.rb:793
1100
+ #: ../lib/rabbit/command/rabbit.rb:789
1112
1101
  msgid "port <%s> for XML-RPC is in use."
1113
1102
  msgstr ""
1114
1103
 
@@ -1116,23 +1105,14 @@ msgstr ""
1116
1105
  msgid "Window ID: %d"
1117
1106
  msgstr ""
1118
1107
 
1119
- #: ../lib/rabbit/command/rabbit.rb:900
1108
+ #: ../lib/rabbit/command/rabbit.rb:903
1120
1109
  msgid "going to shutdown..."
1121
1110
  msgstr ""
1122
1111
 
1123
- #: ../lib/rabbit/command/rabbit.rb:902
1112
+ #: ../lib/rabbit/command/rabbit.rb:905
1124
1113
  msgid "DRb.thread done."
1125
1114
  msgstr ""
1126
1115
 
1127
- #: ../lib/rabbit/command/rabbit.rb:185 ../lib/rabbit/console.rb:165
1128
- #: ../lib/rabbit/console.rb:182
1129
- msgid "Select from [%s]."
1130
- msgstr ""
1131
-
1132
- #: ../lib/rabbit/command/rabbit.rb:308 ../lib/rabbit/action/basic.rb:83
1133
- msgid "Print"
1134
- msgstr ""
1135
-
1136
1116
  #: ../lib/rabbit/console.rb:114
1137
1117
  msgid "Usage: %s [options]"
1138
1118
  msgstr ""
@@ -1169,8 +1149,7 @@ msgstr ""
1169
1149
  msgid "Show version."
1170
1150
  msgstr ""
1171
1151
 
1172
- #: ../lib/rabbit/element/index-slide.rb:103
1173
- #: ../lib/rabbit/html/generator.rb:393
1152
+ #: ../lib/rabbit/element/index-slide.rb:103 ../lib/rabbit/html/generator.rb:393
1174
1153
  msgid "Index"
1175
1154
  msgstr ""
1176
1155
 
@@ -1182,7 +1161,7 @@ msgstr ""
1182
1161
  msgid "Installing gem in user install mode: %s"
1183
1162
  msgstr ""
1184
1163
 
1185
- #: ../lib/rabbit/graffiti/config-dialog.rb:48
1164
+ #: ../lib/rabbit/graffiti/config-dialog.rb:50
1186
1165
  msgid "Line width:"
1187
1166
  msgstr ""
1188
1167
 
@@ -1198,8 +1177,7 @@ msgstr ""
1198
1177
  msgid "Slide"
1199
1178
  msgstr ""
1200
1179
 
1201
- #: ../lib/rabbit/html/generator.rb:400
1202
- #: ../lib/rabbit/theme/pdf/property.rb:2
1180
+ #: ../lib/rabbit/html/generator.rb:400 ../lib/rabbit/theme/pdf/property.rb:2
1203
1181
  msgid "PDF"
1204
1182
  msgstr ""
1205
1183
 
@@ -1211,11 +1189,11 @@ msgstr ""
1211
1189
  msgid "%s page doesn't exist in PDF"
1212
1190
  msgstr ""
1213
1191
 
1214
- #: ../lib/rabbit/info-window.rb:98
1192
+ #: ../lib/rabbit/info-window.rb:102
1215
1193
  msgid "%s: Information window"
1216
1194
  msgstr ""
1217
1195
 
1218
- #: ../lib/rabbit/info-window.rb:224
1196
+ #: ../lib/rabbit/info-window.rb:234
1219
1197
  msgid "unlimited"
1220
1198
  msgstr ""
1221
1199
 
@@ -1247,7 +1225,7 @@ msgstr ""
1247
1225
  msgid "Rabbit Error Dialog"
1248
1226
  msgstr ""
1249
1227
 
1250
- #: ../lib/rabbit/logger/stderr.rb:16
1228
+ #: ../lib/rabbit/logger/stderr.rb:19
1251
1229
  msgid "can't convert to current locale from UTF-8: %s"
1252
1230
  msgstr ""
1253
1231
 
@@ -1283,11 +1261,11 @@ msgstr ""
1283
1261
  msgid "tried mimeTeX commands: %s"
1284
1262
  msgstr ""
1285
1263
 
1286
- #: ../lib/rabbit/parser/markdown/converter.rb:132
1264
+ #: ../lib/rabbit/parser/markdown/converter.rb:131
1287
1265
  msgid "multiple ![alt]{image} in a paragraph isn't supported."
1288
1266
  msgstr ""
1289
1267
 
1290
- #: ../lib/rabbit/parser/markdown/converter.rb:225
1268
+ #: ../lib/rabbit/parser/markdown/converter.rb:224
1291
1269
  msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
1292
1270
  msgstr ""
1293
1271
 
@@ -1407,12 +1385,12 @@ msgstr ""
1407
1385
  msgid "can't find printer for %s"
1408
1386
  msgstr ""
1409
1387
 
1410
- #: ../lib/rabbit/slide-configuration.rb:50
1388
+ #: ../lib/rabbit/slide-configuration.rb:54
1411
1389
  #: ../lib/rabbit/theme-configuration.rb:48
1412
1390
  msgid "Failed to read slide configuration: %s: %s"
1413
1391
  msgstr ""
1414
1392
 
1415
- #: ../lib/rabbit/slide-configuration.rb:60
1393
+ #: ../lib/rabbit/slide-configuration.rb:64
1416
1394
  #: ../lib/rabbit/theme-configuration.rb:58
1417
1395
  msgid "Failed to write slide configuration: %s: %s"
1418
1396
  msgstr ""
@@ -1461,29 +1439,41 @@ msgstr ""
1461
1439
  msgid "Rabbit"
1462
1440
  msgstr ""
1463
1441
 
1464
- #: ../lib/rabbit/task/slide.rb:92
1442
+ #: ../lib/rabbit/task/slide.rb:93
1465
1443
  msgid "To run rabbit, create '%{options_path}'!"
1466
1444
  msgstr ""
1467
1445
 
1468
- #: ../lib/rabbit/task/slide.rb:96
1446
+ #: ../lib/rabbit/task/slide.rb:97
1469
1447
  msgid "Show slide"
1470
1448
  msgstr ""
1471
1449
 
1472
- #: ../lib/rabbit/task/slide.rb:151
1450
+ #: ../lib/rabbit/task/slide.rb:109 ../lib/rabbit/task/theme.rb:105
1451
+ msgid "Create gem: %{gem_path}"
1452
+ msgstr ""
1453
+
1454
+ #: ../lib/rabbit/task/slide.rb:121 ../lib/rabbit/task/theme.rb:117
1455
+ msgid "Write %{item} in %{where}: %{content}"
1456
+ msgstr ""
1457
+
1458
+ #: ../lib/rabbit/task/slide.rb:147 ../lib/rabbit/task/theme.rb:157
1459
+ msgid "Generate PDF: %{pdf_path}"
1460
+ msgstr ""
1461
+
1462
+ #: ../lib/rabbit/task/slide.rb:152
1473
1463
  msgid "Publish the slide to all available targets"
1474
1464
  msgstr ""
1475
1465
 
1476
- #: ../lib/rabbit/task/slide.rb:195
1477
- msgid "Uploaded successfully!"
1466
+ #: ../lib/rabbit/task/slide.rb:176 ../lib/rabbit/task/slide.rb:184
1467
+ #: ../lib/rabbit/task/slide.rb:208
1468
+ msgid "Publish the slide to %s"
1478
1469
  msgstr ""
1479
1470
 
1480
1471
  #: ../lib/rabbit/task/slide.rb:196
1481
- msgid "See %s"
1472
+ msgid "Uploaded successfully!"
1482
1473
  msgstr ""
1483
1474
 
1484
- #: ../lib/rabbit/task/slide.rb:207
1485
- #: ../lib/rabbit/task/slide.rb:175 ../lib/rabbit/task/slide.rb:183
1486
- msgid "Publish the slide to %s"
1475
+ #: ../lib/rabbit/task/slide.rb:197
1476
+ msgid "See %s"
1487
1477
  msgstr ""
1488
1478
 
1489
1479
  #: ../lib/rabbit/task/theme.rb:93
@@ -1502,18 +1492,6 @@ msgstr ""
1502
1492
  msgid "Publish the theme to %s"
1503
1493
  msgstr ""
1504
1494
 
1505
- #: ../lib/rabbit/task/theme.rb:105 ../lib/rabbit/task/slide.rb:108
1506
- msgid "Create gem: %{gem_path}"
1507
- msgstr ""
1508
-
1509
- #: ../lib/rabbit/task/theme.rb:117 ../lib/rabbit/task/slide.rb:120
1510
- msgid "Write %{item} in %{where}: %{content}"
1511
- msgstr ""
1512
-
1513
- #: ../lib/rabbit/task/theme.rb:157 ../lib/rabbit/task/slide.rb:146
1514
- msgid "Generate PDF: %{pdf_path}"
1515
- msgstr ""
1516
-
1517
1495
  #: ../lib/rabbit/theme/applier.rb:604
1518
1496
  #: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1
1519
1497
  #: ../lib/rabbit/theme/slide-background/slide-background.rb:1
@@ -1678,7 +1656,9 @@ msgstr ""
1678
1656
  #: ../lib/rabbit/theme/show-frame/property.rb:12
1679
1657
  #: ../lib/rabbit/theme/slide-number/property.rb:17
1680
1658
  #: ../lib/rabbit/theme/title-logo/property.rb:19
1681
- msgid "Whether uninstalling this toolkit or not. This option is useful for cases you do not want to make the toolkit work for certain slides."
1659
+ msgid ""
1660
+ "Whether uninstalling this toolkit or not. This option is useful for cases you "
1661
+ "do not want to make the toolkit work for certain slides."
1682
1662
  msgstr ""
1683
1663
 
1684
1664
  #: ../lib/rabbit/theme/clutter-comment/property.rb:2
@@ -1806,7 +1786,9 @@ msgid "Powered-by-COZMIXNG ad toolkit"
1806
1786
  msgstr ""
1807
1787
 
1808
1788
  #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
1809
- msgid "Displays a text and images showing the presentation slides are powered by COZMIXNG and Rabbit at the foot of the title slide and of the last slide."
1789
+ msgid ""
1790
+ "Displays a text and images showing the presentation slides are powered by COZM"
1791
+ "IXNG and Rabbit at the foot of the title slide and of the last slide."
1810
1792
  msgstr ""
1811
1793
 
1812
1794
  #: ../lib/rabbit/theme/cozmixng/property.rb:2
@@ -1897,6 +1879,18 @@ msgstr ""
1897
1879
  msgid "Uses pink circle and polygon as icons."
1898
1880
  msgstr ""
1899
1881
 
1882
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
1883
+ msgid ""
1884
+ "unknown item mark type: %s\n"
1885
+ "Rectangle type is used as fallback"
1886
+ msgstr ""
1887
+
1888
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
1889
+ msgid ""
1890
+ "unknown enumeration item mark type: %s\n"
1891
+ "Numeric type is used as fallback"
1892
+ msgstr ""
1893
+
1900
1894
  #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:2
1901
1895
  msgid "Default Item Mark Setup"
1902
1896
  msgstr ""
@@ -1958,7 +1952,9 @@ msgid "Toolkit to locate objects in the title slide in a simple way"
1958
1952
  msgstr ""
1959
1953
 
1960
1954
  #: ../lib/rabbit/theme/default-title-slide/property.rb:4
1961
- msgid "Locates objects in the title slide simply by centering them and by making configuration for margins around them a little."
1955
+ msgid ""
1956
+ "Locates objects in the title slide simply by centering them and by making conf"
1957
+ "iguration for margins around them a little."
1962
1958
  msgstr ""
1963
1959
 
1964
1960
  #: ../lib/rabbit/theme/default-title-text/property.rb:2
@@ -2018,7 +2014,9 @@ msgid "Emphasize Keyword"
2018
2014
  msgstr ""
2019
2015
 
2020
2016
  #: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
2021
- msgid "Provides emphasize_keyword method that markups specified keyword as emphasis text."
2017
+ msgid ""
2018
+ "Provides emphasize_keyword method that markups specified keyword as emphasis t"
2019
+ "ext."
2022
2020
  msgstr ""
2023
2021
 
2024
2022
  #: ../lib/rabbit/theme/enishi-green/property.rb:2
@@ -2123,7 +2121,14 @@ msgid "Toolkit to specify an image or images as icons"
2123
2121
  msgstr ""
2124
2122
 
2125
2123
  #: ../lib/rabbit/theme/icon/property.rb:4
2126
- msgid "Specifies an image or images as icons of the window, which will be used by some window managers and desktop environments, for example when the window is minimized (or 'iconified'), in the window frame, or when windows are switched. The specified image or images are automatically scaled to the icon sizes case by case. When several images are specified and they have different sizes, an image with the most similar size to that of icon among them is chosen and scaled in order to improve the quality of image finally displayed."
2124
+ msgid ""
2125
+ "Specifies an image or images as icons of the window, which will be used by som"
2126
+ "e window managers and desktop environments, for example when the window is min"
2127
+ "imized (or 'iconified'), in the window frame, or when windows are switched. Th"
2128
+ "e specified image or images are automatically scaled to the icon sizes case by"
2129
+ " case. When several images are specified and they have different sizes, an ima"
2130
+ "ge with the most similar size to that of icon among them is chosen and scaled "
2131
+ "in order to improve the quality of image finally displayed."
2127
2132
  msgstr ""
2128
2133
 
2129
2134
  #: ../lib/rabbit/theme/icon/property.rb:18
@@ -2141,17 +2146,30 @@ msgstr ""
2141
2146
 
2142
2147
  #: ../lib/rabbit/theme/image-slide-number/property.rb:4
2143
2148
  msgid ""
2144
- "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"
2149
+ "Displays the progress of presentation with position of an image. This is usefu"
2150
+ "l both for speakers and for listeners to know elapsed slide numbers and slide "
2151
+ "numbers left. By default, an image of a hare, which is a family of rabbit, jum"
2152
+ "ps along the bottom of slides between two flags.\n"
2145
2153
  "\n"
2146
- "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."
2154
+ "Using together with another theme, ((<image-timer>)), you can make a hare and "
2155
+ "a tortoise race like the fable of the hare and the tortoise. When doing so, ho"
2156
+ "wever, note that you should make your presentation not so slowly that the hare"
2157
+ " will lose to the tortoise."
2147
2158
  msgstr ""
2148
2159
 
2149
2160
  #: ../lib/rabbit/theme/image-slide-number/property.rb:22
2150
- msgid "File name of an image that moves. An image of a hare in the ((<rabbit-images>)) theme is used by default."
2161
+ msgid ""
2162
+ "File name of an image that moves. An image of a hare in the ((<rabbit-images>)"
2163
+ ") theme is used by default."
2151
2164
  msgstr ""
2152
2165
 
2153
2166
  #: ../lib/rabbit/theme/image-slide-number/property.rb:28
2154
- 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."
2167
+ msgid ""
2168
+ "Whether drawing start and goal flags with text or not. When (({true})), flags "
2169
+ "are drawn with text with a form of (({@image_slide_number_flag_type})) and on "
2170
+ "which slide numbers are also drawn with color ((|@image_slide_number_text_colo"
2171
+ "r|)). Otherwise, image files specified with ((|@image_slide_number_start_image"
2172
+ "|)) and ((|@image_slide_number_goal_image|)) are used as flags."
2155
2173
  msgstr ""
2156
2174
 
2157
2175
  #: ../lib/rabbit/theme/image-slide-number/property.rb:41
@@ -2159,7 +2177,9 @@ msgid "Color of numbers displayed on the start and goal flags."
2159
2177
  msgstr ""
2160
2178
 
2161
2179
  #: ../lib/rabbit/theme/image-slide-number/property.rb:46
2162
- msgid "Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'rectangle'}))."
2180
+ msgid ""
2181
+ "Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'"
2182
+ "rectangle'}))."
2163
2183
  msgstr ""
2164
2184
 
2165
2185
  #: ../lib/rabbit/theme/image-slide-number/property.rb:52
@@ -2180,9 +2200,14 @@ msgstr ""
2180
2200
 
2181
2201
  #: ../lib/rabbit/theme/image-timer/property.rb:4
2182
2202
  msgid ""
2183
- "Displays the progress of time with position of an image. This is useful both for speakers and for listeners to know elapsed time and time left. By default, a tortoise image walks along the bottom of slides slowly step by step.\n"
2203
+ "Displays the progress of time with position of an image. This is useful both f"
2204
+ "or speakers and for listeners to know elapsed time and time left. By default, "
2205
+ "a tortoise image walks along the bottom of slides slowly step by step.\n"
2184
2206
  "\n"
2185
- "Using together with another theme, ((<image-slide-number>)), you can make a hare and a tortoise race like the fable of the hare and the tortoise. When doing so, however, note that you should make your presentation not so slowly that the hare will lose to the tortoise."
2207
+ "Using together with another theme, ((<image-slide-number>)), you can make a ha"
2208
+ "re and a tortoise race like the fable of the hare and the tortoise. When doing"
2209
+ " so, however, note that you should make your presentation not so slowly that t"
2210
+ "he hare will lose to the tortoise."
2186
2211
  msgstr ""
2187
2212
 
2188
2213
  #: ../lib/rabbit/theme/image-timer/property.rb:21
@@ -2202,7 +2227,9 @@ msgid "Direction of automatic scrolling."
2202
2227
  msgstr ""
2203
2228
 
2204
2229
  #: ../lib/rabbit/theme/image-timer/property.rb:38
2205
- msgid "File name of an image that moves. A tortoise image in the ((<rabbit-images>)) theme is used by default."
2230
+ msgid ""
2231
+ "File name of an image that moves. A tortoise image in the ((<rabbit-images>)) "
2232
+ "theme is used by default."
2206
2233
  msgstr ""
2207
2234
 
2208
2235
  #: ../lib/rabbit/theme/image-timer/property.rb:44
@@ -2390,7 +2417,10 @@ msgid "Powered-by ad toolkit"
2390
2417
  msgstr ""
2391
2418
 
2392
2419
  #: ../lib/rabbit/theme/powered-by/property.rb:4
2393
- msgid "Displays programs the presentation slides are powered by (or displays some other ads) at the foot of the title slide and of the last slide. Images and/or a text are available as ads."
2420
+ msgid ""
2421
+ "Displays programs the presentation slides are powered by (or displays some oth"
2422
+ "er ads) at the foot of the title slide and of the last slide. Images and/or a "
2423
+ "text are available as ads."
2394
2424
  msgstr ""
2395
2425
 
2396
2426
  #: ../lib/rabbit/theme/powered-by/property.rb:14
@@ -2454,7 +2484,9 @@ msgid "Powered-by-Rabbit ad toolkit"
2454
2484
  msgstr ""
2455
2485
 
2456
2486
  #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:4
2457
- msgid "Displays a text and an image showing the presentation slides are powered by Rabbit and COZMIXNG at the foot of the title slide and of the last slide."
2487
+ msgid ""
2488
+ "Displays a text and an image showing the presentation slides are powered by Ra"
2489
+ "bbit and COZMIXNG at the foot of the title slide and of the last slide."
2458
2490
  msgstr ""
2459
2491
 
2460
2492
  #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
@@ -2502,11 +2534,15 @@ msgid "RubyGNOME2Description"
2502
2534
  msgstr ""
2503
2535
 
2504
2536
  #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
2505
- msgid "Toolkit to display description-list items like ones in the website of the Ruby-GNOME2 Project"
2537
+ msgid ""
2538
+ "Toolkit to display description-list items like ones in the website of the Ruby"
2539
+ "-GNOME2 Project"
2506
2540
  msgstr ""
2507
2541
 
2508
2542
  #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
2509
- msgid "Displays description-list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored blue."
2543
+ msgid ""
2544
+ "Displays description-list items like ones in the website of the Ruby-GNOME2 Pr"
2545
+ "oject; i.e. displays their text colored blue."
2510
2546
  msgstr ""
2511
2547
 
2512
2548
  #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
@@ -2522,11 +2558,16 @@ msgid "RubyGNOME2Headline"
2522
2558
  msgstr ""
2523
2559
 
2524
2560
  #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
2525
- msgid "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Project"
2561
+ msgid ""
2562
+ "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Proj"
2563
+ "ect"
2526
2564
  msgstr ""
2527
2565
 
2528
2566
  #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
2529
- msgid "Displays headlines like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored white and placed in the dark red boxes with pink frames."
2567
+ msgid ""
2568
+ "Displays headlines like ones in the website of the Ruby-GNOME2 Project; i.e. d"
2569
+ "isplays their text colored white and placed in the dark red boxes with pink fr"
2570
+ "ames."
2530
2571
  msgstr ""
2531
2572
 
2532
2573
  #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:2
@@ -2546,11 +2587,16 @@ msgid "RubyGNOME2ItemMark"
2546
2587
  msgstr ""
2547
2588
 
2548
2589
  #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
2549
- msgid "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Project"
2590
+ msgid ""
2591
+ "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Proj"
2592
+ "ect"
2550
2593
  msgstr ""
2551
2594
 
2552
2595
  #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
2553
- msgid "Displays list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays text of the first-level items colored blue and underlined, the second- and third-level items marked with black squares and circles."
2596
+ msgid ""
2597
+ "Displays list items like ones in the website of the Ruby-GNOME2 Project; i.e. "
2598
+ "displays text of the first-level items colored blue and underlined, the second"
2599
+ "- and third-level items marked with black squares and circles."
2554
2600
  msgstr ""
2555
2601
 
2556
2602
  #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
@@ -2674,7 +2720,9 @@ msgid "white <-> black gradation"
2674
2720
  msgstr ""
2675
2721
 
2676
2722
  #: ../lib/rabbit/theme/slide-footer-info/property.rb:16
2677
- msgid "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter is specified."
2723
+ msgid ""
2724
+ "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter "
2725
+ "is specified."
2678
2726
  msgstr ""
2679
2727
 
2680
2728
  #: ../lib/rabbit/theme/slide-footer-info/property.rb:21
@@ -2711,7 +2759,9 @@ msgid "Displays information with a line at the header of slides."
2711
2759
  msgstr ""
2712
2760
 
2713
2761
  #: ../lib/rabbit/theme/slide-header-info/property.rb:16
2714
- msgid "Line fill pattern. @slide_header_info_line_color is ignored if this parameter is specified."
2762
+ msgid ""
2763
+ "Line fill pattern. @slide_header_info_line_color is ignored if this parameter "
2764
+ "is specified."
2715
2765
  msgstr ""
2716
2766
 
2717
2767
  #: ../lib/rabbit/theme/slide-logo/property.rb:2
@@ -2862,7 +2912,9 @@ msgid "Displays an image as a logo in the title slide."
2862
2912
  msgstr ""
2863
2913
 
2864
2914
  #: ../lib/rabbit/theme/title-logo/property.rb:12
2865
- msgid "Position of the logo. The logo will be set at the upper-right corner when '(({:right}))', and at the upper-left corner when '(({:left}))'."
2915
+ msgid ""
2916
+ "Position of the logo. The logo will be set at the upper-right corner when '(({"
2917
+ ":right}))', and at the upper-left corner when '(({:left}))'."
2866
2918
  msgstr ""
2867
2919
 
2868
2920
  #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2