rabbit 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Rakefile +1 -1
  2. data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
  3. data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
  4. data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
  5. data/doc/_config.yml +2 -2
  6. data/doc/en/news.rd +15 -0
  7. data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
  8. data/doc/images/screenshots/en/blue-circle.png +0 -0
  9. data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
  10. data/doc/images/screenshots/en/clear-blue.png +0 -0
  11. data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
  12. data/doc/images/screenshots/en/cozmixng.png +0 -0
  13. data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
  14. data/doc/images/screenshots/en/dark-gradation.png +0 -0
  15. data/doc/images/screenshots/en/day-white-raw.png +0 -0
  16. data/doc/images/screenshots/en/day-white.png +0 -0
  17. data/doc/images/screenshots/en/debian-raw.png +0 -0
  18. data/doc/images/screenshots/en/debian.png +0 -0
  19. data/doc/images/screenshots/en/green-circle-raw.png +0 -0
  20. data/doc/images/screenshots/en/green-circle.png +0 -0
  21. data/doc/images/screenshots/en/night-black-raw.png +0 -0
  22. data/doc/images/screenshots/en/night-black.png +0 -0
  23. data/doc/images/screenshots/en/rabbit-raw.png +0 -0
  24. data/doc/images/screenshots/en/rabbit.png +0 -0
  25. data/doc/images/screenshots/en/ranguba-raw.png +0 -0
  26. data/doc/images/screenshots/en/ranguba.png +0 -0
  27. data/doc/images/screenshots/en/red-frame-raw.png +0 -0
  28. data/doc/images/screenshots/en/red-frame.png +0 -0
  29. data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
  30. data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
  31. data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
  32. data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
  33. data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
  34. data/doc/images/screenshots/ja/blue-circle.png +0 -0
  35. data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
  36. data/doc/images/screenshots/ja/clear-blue.png +0 -0
  37. data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
  38. data/doc/images/screenshots/ja/cozmixng.png +0 -0
  39. data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
  40. data/doc/images/screenshots/ja/dark-gradation.png +0 -0
  41. data/doc/images/screenshots/ja/day-white-raw.png +0 -0
  42. data/doc/images/screenshots/ja/day-white.png +0 -0
  43. data/doc/images/screenshots/ja/debian-raw.png +0 -0
  44. data/doc/images/screenshots/ja/debian.png +0 -0
  45. data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
  46. data/doc/images/screenshots/ja/green-circle.png +0 -0
  47. data/doc/images/screenshots/ja/night-black-raw.png +0 -0
  48. data/doc/images/screenshots/ja/night-black.png +0 -0
  49. data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
  50. data/doc/images/screenshots/ja/rabbit.png +0 -0
  51. data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
  52. data/doc/images/screenshots/ja/ranguba.png +0 -0
  53. data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
  54. data/doc/images/screenshots/ja/red-frame.png +0 -0
  55. data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
  56. data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
  57. data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
  58. data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
  59. data/doc/ja/news.rd +15 -0
  60. data/lib/rabbit/renderer/engine/cairo.rb +5 -1
  61. data/lib/rabbit/task/slide.rb +1 -1
  62. data/lib/rabbit/version.rb +1 -1
  63. data/po/ja/rabbit.po +2 -2
  64. data/po/rabbit.pot +1000 -1000
  65. metadata +635 -639
  66. data/po/en/rabbit.po~ +0 -2567
  67. data/po/fr/rabbit.po~ +0 -2674
  68. data/po/ja/rabbit.po~ +0 -2695
data/Rakefile CHANGED
@@ -68,7 +68,7 @@ end
68
68
  ["icon", "headline-background"].each do |base_name|
69
69
  full_base_name = "clear-blue-#{base_name}"
70
70
  png = "data/rabbit/image/clear-blue-images/#{full_base_name}.png"
71
- svg = "sample/kou/#{full_base_name}.svg"
71
+ svg = "images/kou/#{full_base_name}.svg"
72
72
  task :images => png
73
73
  file png => svg do |t|
74
74
  sh("inkscape", "--export-png", t.name, *t.prerequisites)
Binary file
Binary file
Binary file
data/doc/_config.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  markdown: rdiscount
2
2
  pygments: true
3
- version: 2.0.3
4
- release_date: 2012-09-10
3
+ version: 2.0.5
4
+ release_date: 2012-09-14
5
5
  rabbiter_version: 2.0.0
6
6
  rabbiter_release_date: 2012-08-29
7
7
  rabbirack_version: 2.0.0
data/doc/en/news.rd CHANGED
@@ -3,6 +3,21 @@ layout: en
3
3
  title: News
4
4
  apply_data: false
5
5
  ---
6
+ == 2.0.5: 2012-09-14
7
+
8
+ A bug fix release.
9
+
10
+ === Fixes
11
+
12
+ ==== Theme
13
+
14
+ * Fixed a bug that resized image isn't drawn
15
+ [rabbit-shocker:1057] [Reported by znz]
16
+
17
+ === Thanks
18
+
19
+ * znz
20
+
6
21
  == 2.0.4: 2012-09-12
7
22
 
8
23
  A bug fix release.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/doc/ja/news.rd CHANGED
@@ -3,6 +3,21 @@ layout: ja
3
3
  title: お知らせ
4
4
  apply_data: false
5
5
  ---
6
+ == 2.0.5: 2012-09-14
7
+
8
+ バグフィックスリリース。
9
+
10
+ === 修正
11
+
12
+ ==== テーマ
13
+
14
+ * リサイズ済みの画像が表示されない問題を修正
15
+ [rabbit-shocker:1057] [znzさんが報告]
16
+
17
+ === 感謝
18
+
19
+ * znzさん
20
+
6
21
  == 2.0.4: 2012-09-12
7
22
 
8
23
  バグフィックスリリース。
@@ -266,7 +266,11 @@ module Rabbit
266
266
  width = (params[:width] || pixbuf.width).to_f
267
267
  height = (params[:height] || pixbuf.height).to_f
268
268
 
269
- return pixbuf if [width, height] == [pixbuf.width, pixbuf.height]
269
+ if [width, height] == [pixbuf.width, pixbuf.height]
270
+ @context.set_source_pixbuf(pixbuf, 0, 0)
271
+ return
272
+ end
273
+
270
274
  case draw_scaled_pixbuf
271
275
  when true
272
276
  scaled_pixbuf = pixbuf.scale(width, height)
@@ -202,7 +202,7 @@ module Rabbit
202
202
  end
203
203
 
204
204
  def define_publish_speaker_deck_task
205
- desc(_("Publish the slide to %s" % "Spearker Deck"))
205
+ desc(_("Publish the slide to %s" % "Speaker Deck"))
206
206
  task :speaker_deck => :pdf do
207
207
  puts "Not implemented yet."
208
208
  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.0.4"
18
+ VERSION = "2.0.5"
19
19
  end
data/po/ja/rabbit.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
7
  "Project-Id-Version: Rabbit 0.5.4\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2012-09-10 21:08+0900\n"
10
- "PO-Revision-Date: 2012-09-10 21:20+0900\n"
10
+ "PO-Revision-Date: 2012-09-14 07:37+0900\n"
11
11
  "Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
12
12
  "Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>\n"
13
13
  "Language: \n"
@@ -2547,7 +2547,7 @@ msgstr "[USER]と[TITLE]"
2547
2547
 
2548
2548
  #: ../lib/rabbit/readme-parser.rb:35
2549
2549
  msgid "No README found"
2550
- msgstr ""
2550
+ msgstr "READMEがありません"
2551
2551
 
2552
2552
  #: ../lib/rabbit/canvas.rb:607
2553
2553
  msgid "Unknown action: %s"
data/po/rabbit.pot CHANGED
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: rabbit 2.0.4\n"
9
+ "Project-Id-Version: rabbit 2.0.5\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2012-09-13 08:58+0900\n"
12
- "PO-Revision-Date: 2012-09-13 08:58+0900\n"
11
+ "POT-Creation-Date: 2012-09-14 07:43+0900\n"
12
+ "PO-Revision-Date: 2012-09-14 07:43+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,52 +18,52 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../lib/rabbit/info-window.rb:98
22
- msgid "%s: Information window"
21
+ #: ../lib/rabbit/path-manipulatable.rb:28
22
+ msgid "Creating directory: %s"
23
23
  msgstr ""
24
24
 
25
- #: ../lib/rabbit/info-window.rb:224
26
- msgid "unlimited"
25
+ #: ../lib/rabbit/path-manipulatable.rb:33
26
+ msgid "Creating file: %s"
27
27
  msgstr ""
28
28
 
29
- #: ../lib/rabbit/slideshare.rb:72
30
- msgid "Enter password on SlideShare"
29
+ #: ../lib/rabbit/html/generator.rb:50
30
+ msgid "Creating a image for the %dth page"
31
31
  msgstr ""
32
32
 
33
- #: ../lib/rabbit/slideshare.rb:100
34
- msgid "Failed to upload: %s"
33
+ #: ../lib/rabbit/html/generator.rb:63
34
+ msgid "can't generate RSS"
35
35
  msgstr ""
36
36
 
37
- #: ../lib/rabbit/logger/gui.rb:72
38
- msgid "Rabbit Error Dialog"
37
+ #: ../lib/rabbit/html/generator.rb:391
38
+ msgid "Slide"
39
39
  msgstr ""
40
40
 
41
- #: ../lib/rabbit/logger/base.rb:35
42
- msgid "DEBUG"
41
+ #: ../lib/rabbit/html/generator.rb:393 ../lib/rabbit/element/index-slide.rb:103
42
+ msgid "Index"
43
43
  msgstr ""
44
44
 
45
- #: ../lib/rabbit/logger/base.rb:36
46
- msgid "INFO"
45
+ #: ../lib/rabbit/html/generator.rb:400 ../lib/rabbit/theme/pdf/property.rb:2
46
+ msgid "PDF"
47
47
  msgstr ""
48
48
 
49
- #: ../lib/rabbit/logger/base.rb:37
50
- msgid "WARNING"
49
+ #: ../lib/rabbit/html/generator.rb:404 ../lib/rabbit/command/rabbit.rb:170
50
+ msgid "Source"
51
51
  msgstr ""
52
52
 
53
- #: ../lib/rabbit/logger/base.rb:38
54
- msgid "ERROR"
53
+ #: ../lib/rabbit/readme-parser.rb:35
54
+ msgid "No README found"
55
55
  msgstr ""
56
56
 
57
- #: ../lib/rabbit/logger/base.rb:39
58
- msgid "FATAL"
57
+ #: ../lib/rabbit/parser.rb:14
58
+ msgid "unsupported format. (supported: %s)"
59
59
  msgstr ""
60
60
 
61
- #: ../lib/rabbit/logger/base.rb:40
62
- msgid "UNKNOWN"
61
+ #: ../lib/rabbit/slideshare.rb:72
62
+ msgid "Enter password on SlideShare"
63
63
  msgstr ""
64
64
 
65
- #: ../lib/rabbit/logger/stderr.rb:16
66
- msgid "can't convert to current locale from UTF-8: %s"
65
+ #: ../lib/rabbit/slideshare.rb:100
66
+ msgid "Failed to upload: %s"
67
67
  msgstr ""
68
68
 
69
69
  #: ../lib/rabbit/command/rabbit-slide.rb:50 ../lib/rabbit/command/rabbit-theme.rb:48
@@ -246,19 +246,19 @@ msgid "ITEM %d"
246
246
  msgstr ""
247
247
 
248
248
  #: ../lib/rabbit/command/rabbit.rb:143 ../lib/rabbit/theme-browser/tree.rb:54
249
- #: ../lib/rabbit/theme/lightning-simple/property.rb:1 ../lib/rabbit/theme/cozmixng/property.rb:1
250
- #: ../lib/rabbit/theme/blue-bar/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
251
- #: ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/clear-blue/property.rb:1
252
- #: ../lib/rabbit/theme/ranguba/property.rb:1 ../lib/rabbit/theme/day-white/property.rb:1
253
- #: ../lib/rabbit/theme/night-black/property.rb:1 ../lib/rabbit/theme/default/property.rb:1
254
- #: ../lib/rabbit/theme/rabbit/property.rb:1 ../lib/rabbit/theme/blue-circle/property.rb:1
255
- #: ../lib/rabbit/theme/lightning-rabbit/property.rb:1 ../lib/rabbit/theme/lightning-talk/property.rb:1
256
- #: ../lib/rabbit/theme/debian/property.rb:1 ../lib/rabbit/theme/red-frame/property.rb:1
257
- #: ../lib/rabbit/theme/nari/property.rb:1 ../lib/rabbit/theme/centering-rabbit/property.rb:1
258
- #: ../lib/rabbit/theme/image-viewer/property.rb:1 ../lib/rabbit/theme/dark-gradation/property.rb:1
259
- #: ../lib/rabbit/theme/green-circle/property.rb:1 ../lib/rabbit/theme/rubykaigi2011/property.rb:1
260
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:1 ../lib/rabbit/theme/lightning-monochrome/property.rb:1
261
- #: ../lib/rabbit/theme/pdf/property.rb:1
249
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:1 ../lib/rabbit/theme/debian/property.rb:1
250
+ #: ../lib/rabbit/theme/cozmixng/property.rb:1 ../lib/rabbit/theme/lightning-monochrome/property.rb:1
251
+ #: ../lib/rabbit/theme/clear-blue/property.rb:1 ../lib/rabbit/theme/default/property.rb:1
252
+ #: ../lib/rabbit/theme/night-black/property.rb:1 ../lib/rabbit/theme/lightning-simple/property.rb:1
253
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:1 ../lib/rabbit/theme/lightning-talk/property.rb:1
254
+ #: ../lib/rabbit/theme/nari/property.rb:1 ../lib/rabbit/theme/red-frame/property.rb:1
255
+ #: ../lib/rabbit/theme/rabbit/property.rb:1 ../lib/rabbit/theme/day-white/property.rb:1
256
+ #: ../lib/rabbit/theme/enishi-green/property.rb:1 ../lib/rabbit/theme/lightning-rabbit/property.rb:1
257
+ #: ../lib/rabbit/theme/ranguba/property.rb:1 ../lib/rabbit/theme/image-viewer/property.rb:1
258
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:1 ../lib/rabbit/theme/lightning-clear-blue/property.rb:1
259
+ #: ../lib/rabbit/theme/blue-circle/property.rb:1 ../lib/rabbit/theme/pdf/property.rb:1
260
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:1 ../lib/rabbit/theme/blue-bar/property.rb:1
261
+ #: ../lib/rabbit/theme/green-circle/property.rb:1
262
262
  msgid "Theme"
263
263
  msgstr ""
264
264
 
@@ -278,10 +278,6 @@ msgstr ""
278
278
  msgid "Use [TIME] as allotted time."
279
279
  msgstr ""
280
280
 
281
- #: ../lib/rabbit/command/rabbit.rb:170 ../lib/rabbit/html/generator.rb:404
282
- msgid "Source"
283
- msgstr ""
284
-
285
281
  #: ../lib/rabbit/command/rabbit.rb:177
286
282
  msgid "When select %s\\nspecify %s\\nas [SOURCE_INFOS]."
287
283
  msgstr ""
@@ -576,8 +572,8 @@ msgstr ""
576
572
  msgid "(%s)"
577
573
  msgstr ""
578
574
 
579
- #: ../lib/rabbit/command/rabbit.rb:545 ../lib/rabbit/theme/stream-comment/property.rb:1
580
- #: ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/footer-comment/property.rb:1
575
+ #: ../lib/rabbit/command/rabbit.rb:545 ../lib/rabbit/theme/footer-comment/property.rb:1
576
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:1 ../lib/rabbit/theme/stream-comment/property.rb:1
581
577
  msgid "Comment"
582
578
  msgstr ""
583
579
 
@@ -693,32 +689,216 @@ msgstr ""
693
689
  msgid "rabbit-theme-benchmark-en.gem"
694
690
  msgstr ""
695
691
 
692
+ #: ../lib/rabbit/slide-configuration.rb:49 ../lib/rabbit/theme-configuration.rb:48
693
+ msgid "Failed to read slide configuration: %s: %s"
694
+ msgstr ""
695
+
696
+ #: ../lib/rabbit/slide-configuration.rb:59 ../lib/rabbit/theme-configuration.rb:58
697
+ msgid "Failed to write slide configuration: %s: %s"
698
+ msgstr ""
699
+
700
+ #: ../lib/rabbit/theme-browser/document.rb:110
701
+ msgid "Images"
702
+ msgstr ""
703
+
704
+ #: ../lib/rabbit/theme-browser/page.rb:96
705
+ msgid "Go back"
706
+ msgstr ""
707
+
708
+ #: ../lib/rabbit/theme-browser/page.rb:101
709
+ msgid "Go forward"
710
+ msgstr ""
711
+
712
+ #: ../lib/rabbit/theme-browser/page.rb:112
713
+ msgid "Go up"
714
+ msgstr ""
715
+
716
+ #: ../lib/rabbit/theme-browser/page.rb:119
717
+ msgid "Reload"
718
+ msgstr ""
719
+
720
+ #: ../lib/rabbit/source/memory.rb:9
721
+ msgid "[FILENAME_OR_NOT]"
722
+ msgstr ""
723
+
724
+ #: ../lib/rabbit/source/file.rb:9
725
+ msgid "[FILENAME]"
726
+ msgstr ""
727
+
728
+ #: ../lib/rabbit/source/hiki.rb:13
729
+ msgid "[HIKI_CGI_URI] and [PAGE_NAME]"
730
+ msgstr ""
731
+
732
+ #: ../lib/rabbit/source/uri.rb:25
733
+ msgid "URI"
734
+ msgstr ""
735
+
736
+ #: ../lib/rabbit/source/argf.rb:10
737
+ msgid "none (get from STDIN) or [FILE_NAMES]"
738
+ msgstr ""
739
+
740
+ #: ../lib/rabbit/source/slide-share.rb:14
741
+ msgid "[USER] and [TITLE]"
742
+ msgstr ""
743
+
744
+ #: ../lib/rabbit/console.rb:114
745
+ msgid "Usage: %s [options]"
746
+ msgstr ""
747
+
748
+ #: ../lib/rabbit/console.rb:129
749
+ msgid "Common options"
750
+ msgstr ""
751
+
752
+ #: ../lib/rabbit/console.rb:139
753
+ msgid "Load options from FILE."
754
+ msgstr ""
755
+
756
+ #: ../lib/rabbit/console.rb:140
757
+ msgid "(none)"
758
+ msgstr ""
759
+
760
+ #: ../lib/rabbit/console.rb:149
761
+ msgid "Specify locale dir as [DIR]."
762
+ msgstr ""
763
+
764
+ #: ../lib/rabbit/console.rb:164
765
+ msgid "Specify logger type as [TYPE]."
766
+ msgstr ""
767
+
768
+ #: ../lib/rabbit/console.rb:181
769
+ msgid "Specify log level as [LEVEL]."
770
+ msgstr ""
771
+
772
+ #: ../lib/rabbit/console.rb:191
773
+ msgid "Show this message."
774
+ msgstr ""
775
+
776
+ #: ../lib/rabbit/console.rb:195
777
+ msgid "Show version."
778
+ msgstr ""
779
+
780
+ #: ../lib/rabbit/graffiti/config-dialog.rb:48
781
+ msgid "Line width:"
782
+ msgstr ""
783
+
696
784
  #: ../lib/rabbit/image/pdf.rb:49
697
785
  msgid "%s page isn't exist in PDF"
698
786
  msgstr ""
699
787
 
700
- #: ../lib/rabbit/html/generator.rb:50
701
- msgid "Creating a image for the %dth page"
788
+ #: ../lib/rabbit/rabbit.rb:60
789
+ msgid "no such file: %s"
702
790
  msgstr ""
703
791
 
704
- #: ../lib/rabbit/html/generator.rb:63
705
- msgid "can't generate RSS"
792
+ #: ../lib/rabbit/rabbit.rb:70
793
+ msgid "can't handle %s because the following command can't be run successfully: %s"
706
794
  msgstr ""
707
795
 
708
- #: ../lib/rabbit/html/generator.rb:391
709
- msgid "Slide"
796
+ #: ../lib/rabbit/rabbit.rb:80
797
+ msgid "tried gs commands: %s"
710
798
  msgstr ""
711
799
 
712
- #: ../lib/rabbit/html/generator.rb:393 ../lib/rabbit/element/index-slide.rb:103
713
- msgid "Index"
800
+ #: ../lib/rabbit/rabbit.rb:88
801
+ msgid "tried dia commands: %s"
714
802
  msgstr ""
715
803
 
716
- #: ../lib/rabbit/html/generator.rb:400 ../lib/rabbit/theme/pdf/property.rb:2
717
- msgid "PDF"
804
+ #: ../lib/rabbit/rabbit.rb:96
805
+ msgid "tried gimp commands: %s"
718
806
  msgstr ""
719
807
 
720
- #: ../lib/rabbit/parser.rb:14
721
- msgid "unsupported format. (supported: %s)"
808
+ #: ../lib/rabbit/rabbit.rb:124
809
+ msgid "Unknown property: %s"
810
+ msgstr ""
811
+
812
+ #: ../lib/rabbit/rabbit.rb:132
813
+ msgid "can't allocate color: %s"
814
+ msgstr ""
815
+
816
+ #: ../lib/rabbit/rabbit.rb:143
817
+ msgid "not exist: %s"
818
+ msgstr ""
819
+
820
+ #: ../lib/rabbit/rabbit.rb:151
821
+ msgid "not a file: %s"
822
+ msgstr ""
823
+
824
+ #: ../lib/rabbit/rabbit.rb:159
825
+ msgid "can not be read: %s"
826
+ msgstr ""
827
+
828
+ #: ../lib/rabbit/rabbit.rb:167
829
+ msgid "immutable source type: %s"
830
+ msgstr ""
831
+
832
+ #: ../lib/rabbit/rabbit.rb:186
833
+ msgid "not available interface: %s"
834
+ msgstr ""
835
+
836
+ #: ../lib/rabbit/rabbit.rb:194
837
+ msgid "can't find HTML template: %s"
838
+ msgstr ""
839
+
840
+ #: ../lib/rabbit/rabbit.rb:202
841
+ msgid "can't find theme RD template: %s"
842
+ msgstr ""
843
+
844
+ #: ../lib/rabbit/rabbit.rb:210
845
+ msgid "invalid motion: %s"
846
+ msgstr ""
847
+
848
+ #: ../lib/rabbit/rabbit.rb:225
849
+ msgid "invalid value of size property \"%{prop_name}\" of image \"%{filename}\": %{value}"
850
+ msgstr ""
851
+
852
+ #: ../lib/rabbit/rabbit.rb:246
853
+ msgid "unknown cursor type: %s"
854
+ msgstr ""
855
+
856
+ #: ../lib/rabbit/rabbit.rb:252
857
+ msgid "print isn't supported"
858
+ msgstr ""
859
+
860
+ #: ../lib/rabbit/renderer/base.rb:385
861
+ msgid "%s does not support: %s"
862
+ msgstr ""
863
+
864
+ #: ../lib/rabbit/renderer/print/cairo.rb:130
865
+ msgid "can't find printer for %s"
866
+ msgstr ""
867
+
868
+ #: ../lib/rabbit/stock.rb:17 ../lib/rabbit/theme/rabbit/property.rb:2
869
+ msgid "Rabbit"
870
+ msgstr ""
871
+
872
+ #: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
873
+ msgid "Whiteout"
874
+ msgstr ""
875
+
876
+ #: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
877
+ msgid "Blackout"
878
+ msgstr ""
879
+
880
+ #: ../lib/rabbit/action/radio.rb:48 ../lib/rabbit/theme/show-frame/property.rb:1
881
+ msgid "Debug"
882
+ msgstr ""
883
+
884
+ #: ../lib/rabbit/action/radio.rb:53
885
+ msgid "Info"
886
+ msgstr ""
887
+
888
+ #: ../lib/rabbit/action/radio.rb:58
889
+ msgid "Warning"
890
+ msgstr ""
891
+
892
+ #: ../lib/rabbit/action/radio.rb:63
893
+ msgid "Error"
894
+ msgstr ""
895
+
896
+ #: ../lib/rabbit/action/radio.rb:68
897
+ msgid "Fatal"
898
+ msgstr ""
899
+
900
+ #: ../lib/rabbit/action/radio.rb:73
901
+ msgid "Unknown"
722
902
  msgstr ""
723
903
 
724
904
  #: ../lib/rabbit/action/basic.rb:8
@@ -849,14 +1029,6 @@ msgstr ""
849
1029
  msgid "Log Level"
850
1030
  msgstr ""
851
1031
 
852
- #: ../lib/rabbit/action/toggle.rb:12 ../lib/rabbit/action/radio.rb:27
853
- msgid "Whiteout"
854
- msgstr ""
855
-
856
- #: ../lib/rabbit/action/toggle.rb:23 ../lib/rabbit/action/radio.rb:32
857
- msgid "Blackout"
858
- msgstr ""
859
-
860
1032
  #: ../lib/rabbit/action/toggle.rb:30
861
1033
  msgid "Index mode"
862
1034
  msgstr ""
@@ -881,287 +1053,305 @@ msgstr ""
881
1053
  msgid "Magnifier"
882
1054
  msgstr ""
883
1055
 
884
- #: ../lib/rabbit/action/radio.rb:48 ../lib/rabbit/theme/show-frame/property.rb:1
885
- msgid "Debug"
1056
+ #: ../lib/rabbit/logger/gui.rb:72
1057
+ msgid "Rabbit Error Dialog"
886
1058
  msgstr ""
887
1059
 
888
- #: ../lib/rabbit/action/radio.rb:53
889
- msgid "Info"
1060
+ #: ../lib/rabbit/logger/stderr.rb:16
1061
+ msgid "can't convert to current locale from UTF-8: %s"
890
1062
  msgstr ""
891
1063
 
892
- #: ../lib/rabbit/action/radio.rb:58
893
- msgid "Warning"
1064
+ #: ../lib/rabbit/logger/base.rb:35
1065
+ msgid "DEBUG"
894
1066
  msgstr ""
895
1067
 
896
- #: ../lib/rabbit/action/radio.rb:63
897
- msgid "Error"
1068
+ #: ../lib/rabbit/logger/base.rb:36
1069
+ msgid "INFO"
898
1070
  msgstr ""
899
1071
 
900
- #: ../lib/rabbit/action/radio.rb:68
901
- msgid "Fatal"
1072
+ #: ../lib/rabbit/logger/base.rb:37
1073
+ msgid "WARNING"
902
1074
  msgstr ""
903
1075
 
904
- #: ../lib/rabbit/action/radio.rb:73
905
- msgid "Unknown"
1076
+ #: ../lib/rabbit/logger/base.rb:38
1077
+ msgid "ERROR"
906
1078
  msgstr ""
907
1079
 
908
- #: ../lib/rabbit/theme-configuration.rb:48 ../lib/rabbit/slide-configuration.rb:49
909
- msgid "Failed to read slide configuration: %s: %s"
1080
+ #: ../lib/rabbit/logger/base.rb:39
1081
+ msgid "FATAL"
910
1082
  msgstr ""
911
1083
 
912
- #: ../lib/rabbit/theme-configuration.rb:58 ../lib/rabbit/slide-configuration.rb:59
913
- msgid "Failed to write slide configuration: %s: %s"
1084
+ #: ../lib/rabbit/logger/base.rb:40
1085
+ msgid "UNKNOWN"
914
1086
  msgstr ""
915
1087
 
916
- #: ../lib/rabbit/gem-finder.rb:46
917
- msgid "Installing gem: %s"
1088
+ #: ../lib/rabbit/info-window.rb:98
1089
+ msgid "%s: Information window"
918
1090
  msgstr ""
919
1091
 
920
- #: ../lib/rabbit/gem-finder.rb:49
921
- msgid "Installing gem in user install mode: %s"
1092
+ #: ../lib/rabbit/info-window.rb:224
1093
+ msgid "unlimited"
922
1094
  msgstr ""
923
1095
 
924
- #: ../lib/rabbit/stock.rb:17 ../lib/rabbit/theme/rabbit/property.rb:2
925
- msgid "Rabbit"
1096
+ #: ../lib/rabbit/task/theme.rb:92
1097
+ msgid "Show theme benchmark slide with this theme"
926
1098
  msgstr ""
927
1099
 
928
- #: ../lib/rabbit/theme-browser/page.rb:96
929
- msgid "Go back"
1100
+ #: ../lib/rabbit/task/theme.rb:104 ../lib/rabbit/task/slide.rb:107
1101
+ msgid "Create gem: %{gem_path}"
930
1102
  msgstr ""
931
1103
 
932
- #: ../lib/rabbit/theme-browser/page.rb:101
933
- msgid "Go forward"
1104
+ #: ../lib/rabbit/task/theme.rb:116 ../lib/rabbit/task/slide.rb:119
1105
+ msgid "Write %{item} in %{where}: %{content}"
934
1106
  msgstr ""
935
1107
 
936
- #: ../lib/rabbit/theme-browser/page.rb:112
937
- msgid "Go up"
1108
+ #: ../lib/rabbit/task/theme.rb:136
1109
+ msgid "Generate all PDFs"
938
1110
  msgstr ""
939
1111
 
940
- #: ../lib/rabbit/theme-browser/page.rb:119
941
- msgid "Reload"
1112
+ #: ../lib/rabbit/task/theme.rb:154 ../lib/rabbit/task/slide.rb:145
1113
+ msgid "Generate PDF: %{pdf_path}"
942
1114
  msgstr ""
943
1115
 
944
- #: ../lib/rabbit/theme-browser/document.rb:110
945
- msgid "Images"
1116
+ #: ../lib/rabbit/task/theme.rb:162
1117
+ msgid "Publish the theme to all available targets"
946
1118
  msgstr ""
947
1119
 
948
- #: ../lib/rabbit/menu.rb:61
949
- msgid "Jump to the %dth slide"
1120
+ #: ../lib/rabbit/task/theme.rb:168
1121
+ msgid "Publish the theme to %s"
950
1122
  msgstr ""
951
1123
 
952
- #: ../lib/rabbit/console.rb:114
953
- msgid "Usage: %s [options]"
1124
+ #: ../lib/rabbit/task/slide.rb:91
1125
+ msgid "To run rabbit, create '%{options_path}'!"
954
1126
  msgstr ""
955
1127
 
956
- #: ../lib/rabbit/console.rb:129
957
- msgid "Common options"
1128
+ #: ../lib/rabbit/task/slide.rb:95
1129
+ msgid "Show slide"
958
1130
  msgstr ""
959
1131
 
960
- #: ../lib/rabbit/console.rb:139
961
- msgid "Load options from FILE."
1132
+ #: ../lib/rabbit/task/slide.rb:150
1133
+ msgid "Publish the slide to all available targets"
962
1134
  msgstr ""
963
1135
 
964
- #: ../lib/rabbit/console.rb:140
965
- msgid "(none)"
1136
+ #: ../lib/rabbit/task/slide.rb:174 ../lib/rabbit/task/slide.rb:182 ../lib/rabbit/task/slide.rb:205
1137
+ msgid "Publish the slide to %s"
966
1138
  msgstr ""
967
1139
 
968
- #: ../lib/rabbit/console.rb:149
969
- msgid "Specify locale dir as [DIR]."
1140
+ #: ../lib/rabbit/task/slide.rb:194
1141
+ msgid "Uploaded successfully!"
970
1142
  msgstr ""
971
1143
 
972
- #: ../lib/rabbit/console.rb:164
973
- msgid "Specify logger type as [TYPE]."
1144
+ #: ../lib/rabbit/task/slide.rb:195
1145
+ msgid "See %s"
974
1146
  msgstr ""
975
1147
 
976
- #: ../lib/rabbit/console.rb:181
977
- msgid "Specify log level as [LEVEL]."
1148
+ #: ../lib/rabbit/author-configuration.rb:42
1149
+ msgid "Failed to read author configuration: %s: %s"
978
1150
  msgstr ""
979
1151
 
980
- #: ../lib/rabbit/console.rb:191
981
- msgid "Show this message."
1152
+ #: ../lib/rabbit/author-configuration.rb:52
1153
+ msgid "Failed to write author configuration: %s: %s"
982
1154
  msgstr ""
983
1155
 
984
- #: ../lib/rabbit/console.rb:195
985
- msgid "Show version."
1156
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:1 ../lib/rabbit/theme/default-foot-text/property.rb:1
1157
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:1 ../lib/rabbit/theme/title-slide-background-image/property.rb:1
1158
+ #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:1 ../lib/rabbit/theme/color-circle-description/property.rb:1
1159
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:1 ../lib/rabbit/theme/slide-logo/property.rb:1
1160
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:1 ../lib/rabbit/theme/slide-background-image/property.rb:1
1161
+ #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1 ../lib/rabbit/theme/title-background-image/property.rb:1
1162
+ #: ../lib/rabbit/theme/color-circle/property.rb:1 ../lib/rabbit/theme/base/property.rb:1
1163
+ #: ../lib/rabbit/theme/icon/property.rb:1 ../lib/rabbit/theme/powered-by/property.rb:1
1164
+ #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:1 ../lib/rabbit/theme/rabbit-headline-logo/property.rb:1
1165
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:1 ../lib/rabbit/theme/default-title-slide/property.rb:1
1166
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:1 ../lib/rabbit/theme/default-comment/property.rb:1
1167
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:1 ../lib/rabbit/theme/tag/property.rb:1
1168
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:1 ../lib/rabbit/theme/simple-item-mark/property.rb:1
1169
+ #: ../lib/rabbit/theme/default-text/property.rb:1 ../lib/rabbit/theme/default-item-mark/property.rb:1
1170
+ #: ../lib/rabbit/theme/default-method-list/property.rb:1 ../lib/rabbit/theme/syntax-highlighting/property.rb:1
1171
+ #: ../lib/rabbit/theme/image/property.rb:1 ../lib/rabbit/theme/color-circle-text/property.rb:1
1172
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:1 ../lib/rabbit/theme/default-slide/property.rb:1
1173
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:1 ../lib/rabbit/theme/default-preformatted/property.rb:1
1174
+ #: ../lib/rabbit/theme/title-logo/property.rb:1 ../lib/rabbit/theme/slide-header-info/property.rb:1
1175
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:1 ../lib/rabbit/theme/edge-info-toolkit/property.rb:1
1176
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:1 ../lib/rabbit/theme/headline-logo/property.rb:1
1177
+ #: ../lib/rabbit/theme/title-background-color/property.rb:1 ../lib/rabbit/theme/color-circle-foot-text/property.rb:1
1178
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:1 ../lib/rabbit/theme/title-on-image-toolkit/property.rb:1
1179
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:1 ../lib/rabbit/theme/slide-number/property.rb:1
1180
+ #: ../lib/rabbit/theme/footer-logo/property.rb:1 ../lib/rabbit/theme/default-description/property.rb:1
1181
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:1 ../lib/rabbit/theme/rabbit-block-quote/property.rb:1
1182
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1 ../lib/rabbit/theme/color-circle-slide/property.rb:1
1183
+ #: ../lib/rabbit/theme/title-shadow/property.rb:1 ../lib/rabbit/theme/default-block-quote/property.rb:1
1184
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:1 ../lib/rabbit/theme/table/property.rb:1
1185
+ #: ../lib/rabbit/theme/default-title-text/property.rb:1 ../lib/rabbit/theme/color-circle-title-slide/property.rb:1
1186
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-description/property.rb:1
1187
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:1 ../lib/rabbit/theme/emphasize-keyword/property.rb:1
1188
+ #: ../lib/rabbit/theme/default-icon/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:1
1189
+ msgid "Toolkit"
986
1190
  msgstr ""
987
1191
 
988
- #: ../lib/rabbit/theme/slide-show/property.rb:1 ../lib/rabbit/theme/clock/property.rb:1
989
- #: ../lib/rabbit/theme/timer/property.rb:1 ../lib/rabbit/theme/image-timer/property.rb:1
990
- msgid "Time"
1192
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
1193
+ msgid "RabbitTitleLogo"
991
1194
  msgstr ""
992
1195
 
993
- #: ../lib/rabbit/theme/slide-show/property.rb:2
994
- msgid "Slide Show"
1196
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:3
1197
+ msgid "Toolkit to display Lavie as a logo in the title slide"
995
1198
  msgstr ""
996
1199
 
997
- #: ../lib/rabbit/theme/slide-show/property.rb:3
998
- msgid "Toolkit to do slide show"
1200
+ #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:4
1201
+ msgid "Displays Lavie as a logo in the title slide."
999
1202
  msgstr ""
1000
1203
 
1001
- #: ../lib/rabbit/theme/slide-show/property.rb:4
1002
- msgid "Move to the next slide automatically."
1204
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:1 ../lib/rabbit/theme/newline-in-slides/property.rb:1
1205
+ msgid "Convenience"
1003
1206
  msgstr ""
1004
1207
 
1005
- #: ../lib/rabbit/theme/lightning-simple/property.rb:2
1006
- msgid "LightningTalk-Simple"
1208
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:2
1209
+ msgid "Newline in Title"
1007
1210
  msgstr ""
1008
1211
 
1009
- #: ../lib/rabbit/theme/lightning-simple/property.rb:3
1010
- msgid "Lightning Talk theme simple version"
1212
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:3 ../lib/rabbit/theme/newline-in-slides/property.rb:3
1213
+ msgid "Convenience '\\n' newline notation."
1011
1214
  msgstr ""
1012
1215
 
1013
- #: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1 ../lib/rabbit/theme/applier.rb:604
1014
- #: ../lib/rabbit/theme/slide-background/slide-background.rb:1
1015
- msgid "%s is deprecated. Use %s instead."
1216
+ #: ../lib/rabbit/theme/newline-in-title/property.rb:4
1217
+ msgid "Enable '\\n' notation to insert newline in title."
1016
1218
  msgstr ""
1017
1219
 
1018
- #: ../lib/rabbit/theme/auto-slide/property.rb:1 ../lib/rabbit/theme/slide-background/property.rb:1
1019
- msgid "Backward compatibility"
1220
+ #: ../lib/rabbit/theme/default-foot-text/property.rb:2
1221
+ msgid "Default Foot Text"
1020
1222
  msgstr ""
1021
1223
 
1022
- #: ../lib/rabbit/theme/auto-slide/property.rb:2
1023
- msgid "Auto Slide"
1224
+ #: ../lib/rabbit/theme/default-foot-text/property.rb:3
1225
+ msgid "Displays foot text at the footer of slide."
1024
1226
  msgstr ""
1025
1227
 
1026
- #: ../lib/rabbit/theme/auto-slide/property.rb:3
1027
- msgid "Backward compatibility theme for ((<slide-show>))"
1228
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:2
1229
+ msgid "Dark Gradation"
1028
1230
  msgstr ""
1029
1231
 
1030
- #: ../lib/rabbit/theme/auto-slide/property.rb:4
1031
- msgid "See ((<slide-show>))"
1232
+ #: ../lib/rabbit/theme/dark-gradation/property.rb:3
1233
+ msgid "Dark Gradation background theme"
1032
1234
  msgstr ""
1033
1235
 
1034
- #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:1 ../lib/rabbit/theme/default-preformatted/property.rb:1
1035
- #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:1 ../lib/rabbit/theme/tag/property.rb:1
1036
- #: ../lib/rabbit/theme/default-title-text/property.rb:1 ../lib/rabbit/theme/default-item-mark-setup/property.rb:1
1037
- #: ../lib/rabbit/theme/default-title-slide/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:1
1038
- #: ../lib/rabbit/theme/title-logo/property.rb:1 ../lib/rabbit/theme/syntax-highlighting/property.rb:1
1039
- #: ../lib/rabbit/theme/image/property.rb:1 ../lib/rabbit/theme/default-foot-text/property.rb:1
1040
- #: ../lib/rabbit/theme/default-text/property.rb:1 ../lib/rabbit/theme/table/property.rb:1
1041
- #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:1 ../lib/rabbit/theme/color-circle-slide/property.rb:1
1042
- #: ../lib/rabbit/theme/base/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:1
1043
- #: ../lib/rabbit/theme/default-block-quote/property.rb:1 ../lib/rabbit/theme/color-circle-common/property.rb:1
1044
- #: ../lib/rabbit/theme/emphasize-keyword/property.rb:1 ../lib/rabbit/theme/rabbit-powered-by/property.rb:1
1045
- #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1 ../lib/rabbit/theme/ruby-gnome2-description/property.rb:1
1046
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:1 ../lib/rabbit/theme/color-circle-title-text/property.rb:1
1047
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:1 ../lib/rabbit/theme/default-description/property.rb:1
1048
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1 ../lib/rabbit/theme/color-circle-title-slide/property.rb:1
1049
- #: ../lib/rabbit/theme/color-circle-description/property.rb:1 ../lib/rabbit/theme/default-icon/property.rb:1
1050
- #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:1 ../lib/rabbit/theme/default-item-mark/property.rb:1
1051
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:1 ../lib/rabbit/theme/color-circle/property.rb:1
1052
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:1 ../lib/rabbit/theme/color-circle-method-list/property.rb:1
1053
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:1 ../lib/rabbit/theme/slide-background-image/property.rb:1
1054
- #: ../lib/rabbit/theme/default-comment/property.rb:1 ../lib/rabbit/theme/slide-number/property.rb:1
1055
- #: ../lib/rabbit/theme/icon/property.rb:1 ../lib/rabbit/theme/color-circle-block-quote/property.rb:1
1056
- #: ../lib/rabbit/theme/slide-header-info/property.rb:1 ../lib/rabbit/theme/title-background-color/property.rb:1
1057
- #: ../lib/rabbit/theme/footer-logo/property.rb:1 ../lib/rabbit/theme/powered-by/property.rb:1
1058
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:1 ../lib/rabbit/theme/image-slide-number/property.rb:1
1059
- #: ../lib/rabbit/theme/default-method-list/property.rb:1 ../lib/rabbit/theme/simple-item-mark/property.rb:1
1060
- #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:1 ../lib/rabbit/theme/slide-logo/property.rb:1
1061
- #: ../lib/rabbit/theme/title-background-image/property.rb:1 ../lib/rabbit/theme/rabbit-icon/property.rb:1
1062
- #: ../lib/rabbit/theme/color-circle-text/property.rb:1 ../lib/rabbit/theme/default-slide/property.rb:1
1063
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:1 ../lib/rabbit/theme/title-slide-background-image/property.rb:1
1064
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:1 ../lib/rabbit/theme/color-circle-preformatted/property.rb:1
1065
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:1 ../lib/rabbit/theme/title-shadow/property.rb:1
1066
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:1 ../lib/rabbit/theme/headline-logo/property.rb:1
1067
- msgid "Toolkit"
1236
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:2 ../lib/rabbit/theme/slide-header-info/property.rb:2
1237
+ msgid "Slide Footer Info"
1068
1238
  msgstr ""
1069
1239
 
1070
- #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2
1071
- msgid "Title on Image Toolkit"
1240
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:3
1241
+ msgid "Toolkit to display information at the footer"
1072
1242
  msgstr ""
1073
1243
 
1074
- #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:3
1075
- msgid "Displays title on image"
1244
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:4
1245
+ msgid "Displays information with a line at the footer of slides."
1076
1246
  msgstr ""
1077
1247
 
1078
- #: ../lib/rabbit/theme/cozmixng/property.rb:2
1079
- msgid "COZMIXNG"
1248
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:8 ../lib/rabbit/theme/slide-header-info/property.rb:8
1249
+ msgid "Line color."
1080
1250
  msgstr ""
1081
1251
 
1082
- #: ../lib/rabbit/theme/cozmixng/property.rb:3
1083
- msgid "COZMIXNG theme"
1252
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:12 ../lib/rabbit/theme/slide-header-info/property.rb:12
1253
+ msgid "Line width."
1084
1254
  msgstr ""
1085
1255
 
1086
- #: ../lib/rabbit/theme/default-preformatted/property.rb:2
1087
- msgid "Default Preformatted"
1256
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:15 ../lib/rabbit/theme/slide-header-info/property.rb:15
1257
+ msgid "white <-> black gradation"
1088
1258
  msgstr ""
1089
1259
 
1090
- #: ../lib/rabbit/theme/default-preformatted/property.rb:3
1091
- msgid "Displays preformatted text with frame."
1260
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:16
1261
+ msgid "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter is specified."
1092
1262
  msgstr ""
1093
1263
 
1094
- #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:2
1095
- msgid "Edge Info Toolkit"
1264
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:21 ../lib/rabbit/theme/slide-header-info/property.rb:21
1265
+ msgid "Text size."
1096
1266
  msgstr ""
1097
1267
 
1098
- #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:3
1099
- msgid "Displays information with line at the edge of slide."
1268
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:25 ../lib/rabbit/theme/slide-header-info/property.rb:25
1269
+ msgid "x-axis margin."
1100
1270
  msgstr ""
1101
1271
 
1102
- #: ../lib/rabbit/theme/newline-in-title/property.rb:1 ../lib/rabbit/theme/newline-in-slides/property.rb:1
1103
- msgid "Convenience"
1272
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:29 ../lib/rabbit/theme/slide-header-info/property.rb:29
1273
+ msgid "Text color."
1104
1274
  msgstr ""
1105
1275
 
1106
- #: ../lib/rabbit/theme/newline-in-title/property.rb:2
1107
- msgid "Newline in Title"
1276
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:33 ../lib/rabbit/theme/slide-header-info/property.rb:33
1277
+ msgid "Whether show a text over line or not."
1108
1278
  msgstr ""
1109
1279
 
1110
- #: ../lib/rabbit/theme/newline-in-title/property.rb:3 ../lib/rabbit/theme/newline-in-slides/property.rb:3
1111
- msgid "Convenience '\\n' newline notation."
1280
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:37 ../lib/rabbit/theme/slide-header-info/property.rb:37
1281
+ msgid "Base y-axis position to stroke line."
1112
1282
  msgstr ""
1113
1283
 
1114
- #: ../lib/rabbit/theme/newline-in-title/property.rb:4
1115
- msgid "Enable '\\n' notation to insert newline in title."
1284
+ #: ../lib/rabbit/theme/slide-footer-info/property.rb:41 ../lib/rabbit/theme/slide-logo/property.rb:24
1285
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:41 ../lib/rabbit/theme/footer-logo/property.rb:24
1286
+ msgid "Whether uninstall this theme or not."
1116
1287
  msgstr ""
1117
1288
 
1118
- #: ../lib/rabbit/theme/tag/property.rb:2
1119
- msgid "Tag"
1289
+ #: ../lib/rabbit/theme/entry.rb:108
1290
+ msgid "Etc"
1120
1291
  msgstr ""
1121
1292
 
1122
- #: ../lib/rabbit/theme/tag/property.rb:3
1123
- msgid "Toolkit to apply custom tag"
1293
+ #: ../lib/rabbit/theme/show-frame/property.rb:2
1294
+ msgid "ShowFrame"
1124
1295
  msgstr ""
1125
1296
 
1126
- #: ../lib/rabbit/theme/tag/property.rb:4
1127
- msgid "Applies custom tag style."
1297
+ #: ../lib/rabbit/theme/show-frame/property.rb:3
1298
+ msgid "Debug toolkit to show element frames"
1128
1299
  msgstr ""
1129
1300
 
1130
- #: ../lib/rabbit/theme/scroll-effect/property.rb:1 ../lib/rabbit/theme/rotate-zoom-effect/property.rb:1
1131
- #: ../lib/rabbit/theme/mirror-effect/property.rb:1
1132
- msgid "Effect"
1301
+ #: ../lib/rabbit/theme/show-frame/property.rb:4
1302
+ msgid "Show element frames useful for debug."
1133
1303
  msgstr ""
1134
1304
 
1135
- #: ../lib/rabbit/theme/scroll-effect/property.rb:2
1136
- msgid "Scroll Effect"
1305
+ #: ../lib/rabbit/theme/show-frame/property.rb:8
1306
+ msgid "Frame color."
1137
1307
  msgstr ""
1138
1308
 
1139
- #: ../lib/rabbit/theme/scroll-effect/property.rb:3
1140
- msgid "Provide scroll_effect method that scrolls content."
1309
+ #: ../lib/rabbit/theme/show-frame/property.rb:12 ../lib/rabbit/theme/clock/property.rb:17
1310
+ #: ../lib/rabbit/theme/title-logo/property.rb:19 ../lib/rabbit/theme/image-slide-number/property.rb:60
1311
+ #: ../lib/rabbit/theme/slide-number/property.rb:17
1312
+ 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."
1141
1313
  msgstr ""
1142
1314
 
1143
- #: ../lib/rabbit/theme/default-title-text/property.rb:2
1144
- msgid "Default Title Text"
1315
+ #: ../lib/rabbit/theme/debian/property.rb:2
1316
+ msgid "Debian Theme"
1145
1317
  msgstr ""
1146
1318
 
1147
- #: ../lib/rabbit/theme/default-title-text/property.rb:3
1148
- msgid "Sets default title text style up."
1319
+ #: ../lib/rabbit/theme/debian/property.rb:3
1320
+ msgid "Debian GNU/Linux Theme"
1149
1321
  msgstr ""
1150
1322
 
1151
- #: ../lib/rabbit/theme/blue-bar/property.rb:2
1152
- msgid "Blue Bar"
1323
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:2
1324
+ msgid "TitleSlideBackgroundImage"
1153
1325
  msgstr ""
1154
1326
 
1155
- #: ../lib/rabbit/theme/blue-bar/property.rb:3
1156
- msgid "Blue bar theme"
1327
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:3 ../lib/rabbit/theme/title-background-image/property.rb:3
1328
+ msgid "Toolkit to display an image as a background of the title slide"
1157
1329
  msgstr ""
1158
1330
 
1159
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
1160
- msgid "unknown item mark type: %s\\nRectangle type is used as fallback"
1331
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:4 ../lib/rabbit/theme/title-background-image/property.rb:5
1332
+ msgid "Displays an image as a background of the title slide."
1161
1333
  msgstr ""
1162
1334
 
1163
- #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
1164
- msgid "unknown enumeration item mark type: %s\\nNumeric type is used as fallback"
1335
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:7 ../lib/rabbit/theme/slide-logo/property.rb:7
1336
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:7 ../lib/rabbit/theme/title-background-image/property.rb:8
1337
+ #: ../lib/rabbit/theme/title-logo/property.rb:7 ../lib/rabbit/theme/headline-logo/property.rb:7
1338
+ #: ../lib/rabbit/theme/title-background-color/property.rb:7 ../lib/rabbit/theme/footer-logo/property.rb:7
1339
+ msgid "(Must be specified.)"
1340
+ msgstr ""
1341
+
1342
+ #: ../lib/rabbit/theme/title-slide-background-image/property.rb:8 ../lib/rabbit/theme/slide-logo/property.rb:8
1343
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:8 ../lib/rabbit/theme/title-background-image/property.rb:9
1344
+ #: ../lib/rabbit/theme/icon/property.rb:22 ../lib/rabbit/theme/title-logo/property.rb:8
1345
+ #: ../lib/rabbit/theme/headline-logo/property.rb:8 ../lib/rabbit/theme/footer-logo/property.rb:8
1346
+ msgid "Image file name."
1347
+ msgstr ""
1348
+
1349
+ #: ../lib/rabbit/theme/cozmixng/property.rb:2
1350
+ msgid "COZMIXNG"
1351
+ msgstr ""
1352
+
1353
+ #: ../lib/rabbit/theme/cozmixng/property.rb:3
1354
+ msgid "COZMIXNG theme"
1165
1355
  msgstr ""
1166
1356
 
1167
1357
  #: ../lib/rabbit/theme/default-item-mark-setup/property.rb:2
@@ -1172,260 +1362,265 @@ msgstr ""
1172
1362
  msgid "Provides methods to set item mark style up."
1173
1363
  msgstr ""
1174
1364
 
1175
- #: ../lib/rabbit/theme/default-title-slide/property.rb:2
1176
- msgid "DefaultTitleSlide"
1365
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
1366
+ msgid "unknown item mark type: %s\\nRectangle type is used as fallback"
1177
1367
  msgstr ""
1178
1368
 
1179
- #: ../lib/rabbit/theme/default-title-slide/property.rb:3
1180
- msgid "Toolkit to locate objects in the title slide in a simple way"
1369
+ #: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
1370
+ msgid "unknown enumeration item mark type: %s\\nNumeric type is used as fallback"
1181
1371
  msgstr ""
1182
1372
 
1183
- #: ../lib/rabbit/theme/default-title-slide/property.rb:4
1184
- msgid "Locates objects in the title slide simply by centering them and by making configuration for margins around them a little."
1373
+ #: ../lib/rabbit/theme/color-circle-description/property.rb:2
1374
+ msgid "Color Circle Description"
1185
1375
  msgstr ""
1186
1376
 
1187
- #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:2
1188
- msgid "Lightning Clear Blue"
1377
+ #: ../lib/rabbit/theme/color-circle-description/property.rb:3
1378
+ msgid "Toolkit to set ((<color-circle>)) theme's description-list style up."
1189
1379
  msgstr ""
1190
1380
 
1191
- #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:3
1192
- msgid "Clear blue theme with Lightning Talk theme"
1381
+ #: ../lib/rabbit/theme/lightning-monochrome/property.rb:2
1382
+ msgid "LightningTalk-Monochrome"
1193
1383
  msgstr ""
1194
1384
 
1195
- #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
1196
- msgid "Ruby-GNOME2 Preformatted"
1385
+ #: ../lib/rabbit/theme/lightning-monochrome/property.rb:3
1386
+ msgid "Lightning Talk theme monochrome version"
1197
1387
  msgstr ""
1198
1388
 
1199
- #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:3
1200
- msgid "Displays preformatted text with Ruby-GNOME2 style."
1389
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:2
1390
+ msgid "Color Circle Item Mark"
1201
1391
  msgstr ""
1202
1392
 
1203
- #: ../lib/rabbit/theme/title-logo/title-logo.rb:4 ../lib/rabbit/theme/slide-logo/slide-logo.rb:4
1204
- msgid "must specify %s!!!"
1393
+ #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:3
1394
+ msgid "Toolkit to set ((<color-circle>)) theme's item marks style up."
1205
1395
  msgstr ""
1206
1396
 
1207
- #: ../lib/rabbit/theme/title-logo/property.rb:2
1208
- msgid "TitleLogo"
1397
+ #: ../lib/rabbit/theme/slide-logo/property.rb:2
1398
+ msgid "Slide Logo"
1209
1399
  msgstr ""
1210
1400
 
1211
- #: ../lib/rabbit/theme/title-logo/property.rb:3
1212
- msgid "Toolkit to display an image as a logo in the title slide"
1401
+ #: ../lib/rabbit/theme/slide-logo/property.rb:3
1402
+ msgid "Toolkit to display an image as logo at the top"
1213
1403
  msgstr ""
1214
1404
 
1215
- #: ../lib/rabbit/theme/title-logo/property.rb:4
1216
- msgid "Displays an image as a logo in the title slide."
1405
+ #: ../lib/rabbit/theme/slide-logo/property.rb:4
1406
+ msgid "Displays an image as a logo at the top of all slides."
1217
1407
  msgstr ""
1218
1408
 
1219
- #: ../lib/rabbit/theme/title-logo/property.rb:7 ../lib/rabbit/theme/slide-background-image/property.rb:7
1220
- #: ../lib/rabbit/theme/title-background-color/property.rb:7 ../lib/rabbit/theme/footer-logo/property.rb:7
1221
- #: ../lib/rabbit/theme/slide-logo/property.rb:7 ../lib/rabbit/theme/title-background-image/property.rb:8
1222
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:7 ../lib/rabbit/theme/headline-logo/property.rb:7
1223
- msgid "(Must be specified.)"
1409
+ #: ../lib/rabbit/theme/slide-logo/property.rb:12
1410
+ msgid "Image position. :right or :left."
1224
1411
  msgstr ""
1225
1412
 
1226
- #: ../lib/rabbit/theme/title-logo/property.rb:8 ../lib/rabbit/theme/slide-background-image/property.rb:8
1227
- #: ../lib/rabbit/theme/icon/property.rb:22 ../lib/rabbit/theme/footer-logo/property.rb:8
1228
- #: ../lib/rabbit/theme/slide-logo/property.rb:8 ../lib/rabbit/theme/title-background-image/property.rb:9
1229
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:8 ../lib/rabbit/theme/headline-logo/property.rb:8
1230
- msgid "Image file name."
1413
+ #: ../lib/rabbit/theme/slide-logo/property.rb:16
1414
+ msgid "Image width."
1231
1415
  msgstr ""
1232
1416
 
1233
- #: ../lib/rabbit/theme/title-logo/property.rb:12
1234
- 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}))'."
1417
+ #: ../lib/rabbit/theme/slide-logo/property.rb:20
1418
+ msgid "Image height."
1235
1419
  msgstr ""
1236
1420
 
1237
- #: ../lib/rabbit/theme/title-logo/property.rb:19 ../lib/rabbit/theme/clock/property.rb:17
1238
- #: ../lib/rabbit/theme/slide-number/property.rb:17 ../lib/rabbit/theme/image-slide-number/property.rb:60
1239
- #: ../lib/rabbit/theme/show-frame/property.rb:12
1240
- 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."
1421
+ #: ../lib/rabbit/theme/slide-logo/slide-logo.rb:4 ../lib/rabbit/theme/title-logo/title-logo.rb:4
1422
+ msgid "must specify %s!!!"
1241
1423
  msgstr ""
1242
1424
 
1243
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:2
1244
- msgid "Syntax Highlighting"
1425
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:2
1426
+ msgid "RabbitIcon"
1245
1427
  msgstr ""
1246
1428
 
1247
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:3
1248
- msgid "Toolkit for syntax highlighting"
1429
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:3
1430
+ msgid "Toolkit to use Lavie as icons"
1249
1431
  msgstr ""
1250
1432
 
1251
- #: ../lib/rabbit/theme/syntax-highlighting/property.rb:4
1252
- msgid "Applies syntax highlighting style."
1433
+ #: ../lib/rabbit/theme/rabbit-icon/property.rb:4
1434
+ msgid "Uses Lavie as icons."
1253
1435
  msgstr ""
1254
1436
 
1255
- #: ../lib/rabbit/theme/slide-background/property.rb:2
1256
- msgid "SlideBackground"
1437
+ #: ../lib/rabbit/theme/document.erb:3
1438
+ msgid "Name"
1257
1439
  msgstr ""
1258
1440
 
1259
- #: ../lib/rabbit/theme/slide-background/property.rb:3
1260
- msgid "Backward compatibility theme for ((<slide-background-image>))"
1441
+ #: ../lib/rabbit/theme/document.erb:6
1442
+ msgid "Category"
1261
1443
  msgstr ""
1262
1444
 
1263
- #: ../lib/rabbit/theme/slide-background/property.rb:4
1264
- msgid "See ((<slide-background-image>))"
1445
+ #: ../lib/rabbit/theme/document.erb:10
1446
+ msgid "Abstract"
1265
1447
  msgstr ""
1266
1448
 
1267
- #: ../lib/rabbit/theme/image/property.rb:2 ../data/rabbit/image/rabbit-images/property.rb:1
1268
- #: ../data/rabbit/image/ruby-images/property.rb:1 ../data/rabbit/image/clear-blue-images/property.rb:1
1269
- #: ../data/rabbit/image/cozmixng-images/property.rb:1 ../data/rabbit/image/dark-gradation-images/property.rb:1
1270
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:1 ../data/rabbit/image/nari-images/property.rb:1
1271
- #: ../data/rabbit/image/debian-images/property.rb:1
1272
- msgid "Image"
1449
+ #: ../lib/rabbit/theme/document.erb:15
1450
+ msgid "Description"
1273
1451
  msgstr ""
1274
1452
 
1275
- #: ../lib/rabbit/theme/image/property.rb:3
1276
- msgid "image rendering"
1453
+ #: ../lib/rabbit/theme/document.erb:21
1454
+ msgid "Dependency themes"
1277
1455
  msgstr ""
1278
1456
 
1279
- #: ../lib/rabbit/theme/default-foot-text/property.rb:2
1280
- msgid "Default Foot Text"
1457
+ #: ../lib/rabbit/theme/document.erb:28
1458
+ msgid "Parameters"
1281
1459
  msgstr ""
1282
1460
 
1283
- #: ../lib/rabbit/theme/default-foot-text/property.rb:3
1284
- msgid "Displays foot text at the footer of slide."
1461
+ #: ../lib/rabbit/theme/document.erb:31
1462
+ msgid "Default: "
1285
1463
  msgstr ""
1286
1464
 
1287
- #: ../lib/rabbit/theme/default-text/property.rb:2
1288
- msgid "Default Text"
1465
+ #: ../lib/rabbit/theme/clear-blue/property.rb:2
1466
+ msgid "Clear Blue"
1289
1467
  msgstr ""
1290
1468
 
1291
- #: ../lib/rabbit/theme/default-text/property.rb:3
1292
- msgid "Sets default text style up."
1469
+ #: ../lib/rabbit/theme/clear-blue/property.rb:3
1470
+ msgid "Clear blue theme"
1293
1471
  msgstr ""
1294
1472
 
1295
- #: ../lib/rabbit/theme/table/property.rb:2
1296
- msgid "Table"
1473
+ #: ../lib/rabbit/theme/auto-slide/property.rb:1 ../lib/rabbit/theme/slide-background/property.rb:1
1474
+ msgid "Backward compatibility"
1297
1475
  msgstr ""
1298
1476
 
1299
- #: ../lib/rabbit/theme/table/property.rb:3
1300
- msgid "table rendering"
1477
+ #: ../lib/rabbit/theme/auto-slide/property.rb:2
1478
+ msgid "Auto Slide"
1301
1479
  msgstr ""
1302
1480
 
1303
- #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
1304
- msgid "Ruby-GNOME2 Foot Text"
1481
+ #: ../lib/rabbit/theme/auto-slide/property.rb:3
1482
+ msgid "Backward compatibility theme for ((<slide-show>))"
1305
1483
  msgstr ""
1306
1484
 
1307
- #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:3
1308
- msgid "Displays foot text at the footer of slide with Ruby-GNOME2 style."
1485
+ #: ../lib/rabbit/theme/auto-slide/property.rb:4
1486
+ msgid "See ((<slide-show>))"
1309
1487
  msgstr ""
1310
1488
 
1311
- #: ../lib/rabbit/theme/enishi-green/property.rb:2
1312
- msgid "Enishi Green"
1489
+ #: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1 ../lib/rabbit/theme/applier.rb:604
1490
+ #: ../lib/rabbit/theme/slide-background/slide-background.rb:1
1491
+ msgid "%s is deprecated. Use %s instead."
1313
1492
  msgstr ""
1314
1493
 
1315
- #: ../lib/rabbit/theme/enishi-green/property.rb:3
1316
- msgid "EnishTech green based theme"
1494
+ #: ../lib/rabbit/theme/default/property.rb:2
1495
+ msgid "Default"
1317
1496
  msgstr ""
1318
1497
 
1319
- #: ../lib/rabbit/theme/stream-comment/property.rb:2
1320
- msgid "Stream Comment"
1498
+ #: ../lib/rabbit/theme/default/property.rb:3
1499
+ msgid "default theme"
1321
1500
  msgstr ""
1322
1501
 
1323
- #: ../lib/rabbit/theme/stream-comment/property.rb:3
1324
- msgid "Stream comments on canvas."
1502
+ #: ../lib/rabbit/theme/night-black/property.rb:2
1503
+ msgid "Night Black"
1325
1504
  msgstr ""
1326
1505
 
1327
- #: ../lib/rabbit/theme/color-circle-slide/property.rb:2
1328
- msgid "Color Circle Slide"
1506
+ #: ../lib/rabbit/theme/night-black/property.rb:3
1507
+ msgid "Night Black theme"
1329
1508
  msgstr ""
1330
1509
 
1331
- #: ../lib/rabbit/theme/color-circle-slide/property.rb:3
1332
- msgid "Toolkit to set ((<color-circle>)) theme's slide style up."
1510
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:2
1511
+ msgid "SlideBackgroundImage"
1333
1512
  msgstr ""
1334
1513
 
1335
- #: ../lib/rabbit/theme/base/property.rb:2
1336
- msgid "Base"
1514
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:3
1515
+ msgid "Toolkit to display an image as a background of slides"
1337
1516
  msgstr ""
1338
1517
 
1339
- #: ../lib/rabbit/theme/base/property.rb:3
1340
- msgid "Define default variables"
1518
+ #: ../lib/rabbit/theme/slide-background-image/property.rb:4
1519
+ msgid "Displays an image as a background of slides."
1341
1520
  msgstr ""
1342
1521
 
1343
- #: ../lib/rabbit/theme/base/property.rb:4
1344
- msgid "This theme is always included at the first."
1522
+ #: ../lib/rabbit/theme/lightning-simple/property.rb:2
1523
+ msgid "LightningTalk-Simple"
1345
1524
  msgstr ""
1346
1525
 
1347
- #: ../lib/rabbit/theme/clear-blue/property.rb:2
1348
- msgid "Clear Blue"
1526
+ #: ../lib/rabbit/theme/lightning-simple/property.rb:3
1527
+ msgid "Lightning Talk theme simple version"
1349
1528
  msgstr ""
1350
1529
 
1351
- #: ../lib/rabbit/theme/clear-blue/property.rb:3
1352
- msgid "Clear blue theme"
1530
+ #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:2
1531
+ msgid "RubyGNOME2Icon"
1353
1532
  msgstr ""
1354
1533
 
1355
- #: ../lib/rabbit/theme/ranguba/property.rb:2
1356
- msgid "Ranguba"
1534
+ #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:3
1535
+ msgid "Toolkit to use a pink circle as icons"
1357
1536
  msgstr ""
1358
1537
 
1359
- #: ../lib/rabbit/theme/ranguba/property.rb:3
1360
- msgid "Ranguba theme"
1538
+ #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:4
1539
+ msgid "Uses a pink circle as icons."
1361
1540
  msgstr ""
1362
1541
 
1363
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:2
1364
- msgid "RubyGNOME2ItemMark"
1542
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:2
1543
+ msgid "RubyKaigi2011"
1365
1544
  msgstr ""
1366
1545
 
1367
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
1368
- msgid "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Project"
1546
+ #: ../lib/rabbit/theme/rubykaigi2011/property.rb:3
1547
+ msgid "RubyKaigi2011 theme"
1369
1548
  msgstr ""
1370
1549
 
1371
- #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
1372
- 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."
1550
+ #: ../lib/rabbit/theme/lightning-talk/property.rb:2
1551
+ msgid "LightningTalk"
1373
1552
  msgstr ""
1374
1553
 
1375
- #: ../lib/rabbit/theme/default-block-quote/default-block-quote.rb:112
1376
- msgid "[cited from `%s']"
1554
+ #: ../lib/rabbit/theme/lightning-talk/property.rb:3
1555
+ msgid "Lightning Talk theme"
1377
1556
  msgstr ""
1378
1557
 
1379
- #: ../lib/rabbit/theme/default-block-quote/property.rb:2
1380
- msgid "Default Block Quote"
1558
+ #: ../lib/rabbit/theme/title-background-image/property.rb:2
1559
+ msgid "TitleBackgroundImage"
1381
1560
  msgstr ""
1382
1561
 
1383
- #: ../lib/rabbit/theme/default-block-quote/property.rb:3
1384
- msgid "Displays block quote text with frame."
1562
+ #: ../lib/rabbit/theme/color-circle/color-circle.rb:16
1563
+ msgid "required variables aren't set: %s"
1385
1564
  msgstr ""
1386
1565
 
1387
- #: ../lib/rabbit/theme/day-white/property.rb:2
1388
- msgid "Day White"
1566
+ #: ../lib/rabbit/theme/color-circle/property.rb:2
1567
+ msgid "Color Circle"
1389
1568
  msgstr ""
1390
1569
 
1391
- #: ../lib/rabbit/theme/day-white/property.rb:3
1392
- msgid "Day White theme"
1570
+ #: ../lib/rabbit/theme/color-circle/property.rb:3
1571
+ msgid "Toolkit to make a theme that has colored circles"
1393
1572
  msgstr ""
1394
1573
 
1395
- #: ../lib/rabbit/theme/night-black/property.rb:2
1396
- msgid "Night Black"
1574
+ #: ../lib/rabbit/theme/color-circle/property.rb:4
1575
+ msgid "There are many colored circles in slides."
1397
1576
  msgstr ""
1398
1577
 
1399
- #: ../lib/rabbit/theme/night-black/property.rb:3
1400
- msgid "Night Black theme"
1578
+ #: ../lib/rabbit/theme/base/property.rb:2
1579
+ msgid "Base"
1401
1580
  msgstr ""
1402
1581
 
1403
- #: ../lib/rabbit/theme/color-circle-common/property.rb:2
1404
- msgid "Color Circle common"
1582
+ #: ../lib/rabbit/theme/base/property.rb:3
1583
+ msgid "Define default variables"
1405
1584
  msgstr ""
1406
1585
 
1407
- #: ../lib/rabbit/theme/color-circle-common/property.rb:3
1408
- msgid "Provide common methods for Color Circle toolkit."
1586
+ #: ../lib/rabbit/theme/base/property.rb:4
1587
+ msgid "This theme is always included at the first."
1409
1588
  msgstr ""
1410
1589
 
1411
- #: ../lib/rabbit/theme/default/property.rb:2
1412
- msgid "Default"
1590
+ #: ../lib/rabbit/theme/icon/property.rb:2
1591
+ msgid "Icon"
1413
1592
  msgstr ""
1414
1593
 
1415
- #: ../lib/rabbit/theme/default/property.rb:3
1416
- msgid "default theme"
1594
+ #: ../lib/rabbit/theme/icon/property.rb:3
1595
+ msgid "Toolkit to specify an image or images as icons"
1417
1596
  msgstr ""
1418
1597
 
1419
- #: ../lib/rabbit/theme/emphasize-keyword/property.rb:2
1420
- msgid "Emphasize Keyword"
1598
+ #: ../lib/rabbit/theme/icon/property.rb:4
1599
+ 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."
1421
1600
  msgstr ""
1422
1601
 
1423
- #: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
1424
- msgid "Provides emphasize_keyword method that markups specified keyword as emphasis text."
1602
+ #: ../lib/rabbit/theme/icon/property.rb:18 ../lib/rabbit/theme/powered-by/property.rb:18
1603
+ msgid "List of image file names."
1425
1604
  msgstr ""
1426
1605
 
1427
- #: ../lib/rabbit/theme/rabbit/property.rb:3
1428
- msgid "Rabbit theme"
1606
+ #: ../lib/rabbit/theme/powered-by/property.rb:2
1607
+ msgid "PoweredBy"
1608
+ msgstr ""
1609
+
1610
+ #: ../lib/rabbit/theme/powered-by/property.rb:3
1611
+ msgid "Powered-by ad toolkit"
1612
+ msgstr ""
1613
+
1614
+ #: ../lib/rabbit/theme/powered-by/property.rb:4
1615
+ 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."
1616
+ msgstr ""
1617
+
1618
+ #: ../lib/rabbit/theme/powered-by/property.rb:14
1619
+ msgid "Properties of the ad text, such as font family."
1620
+ msgstr ""
1621
+
1622
+ #: ../lib/rabbit/theme/powered-by/property.rb:22
1623
+ msgid "Ad text."
1429
1624
  msgstr ""
1430
1625
 
1431
1626
  #: ../lib/rabbit/theme/rabbit-powered-by/property.rb:2
@@ -1440,72 +1635,66 @@ msgstr ""
1440
1635
  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."
1441
1636
  msgstr ""
1442
1637
 
1443
- #: ../lib/rabbit/theme/blue-circle/property.rb:2
1444
- msgid "Blue Circle"
1638
+ #: ../lib/rabbit/theme/footer-comment/property.rb:2
1639
+ msgid "Footer Comment"
1445
1640
  msgstr ""
1446
1641
 
1447
- #: ../lib/rabbit/theme/blue-circle/property.rb:3
1448
- msgid "Blue Circle theme"
1449
- msgstr ""
1450
-
1451
- #: ../lib/rabbit/theme/clock/property.rb:2
1452
- msgid "TextClock"
1453
- msgstr ""
1454
-
1455
- #: ../lib/rabbit/theme/clock/property.rb:3
1456
- msgid "Clock toolkit, a text version"
1642
+ #: ../lib/rabbit/theme/footer-comment/property.rb:3
1643
+ msgid "Show comment on the footer."
1457
1644
  msgstr ""
1458
1645
 
1459
- #: ../lib/rabbit/theme/clock/property.rb:4
1460
- msgid "Displays current time with text."
1646
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:2
1647
+ msgid "RabbitHeadlineLogo"
1461
1648
  msgstr ""
1462
1649
 
1463
- #: ../lib/rabbit/theme/clock/property.rb:13
1464
- msgid "Properties for the clock, such as font family."
1650
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:3
1651
+ msgid "Toolkit to display Lavie as a logo at the headlines"
1465
1652
  msgstr ""
1466
1653
 
1467
- #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:2
1468
- msgid "RubyGNOME2Icon"
1654
+ #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:4
1655
+ msgid "Displays Lavie as a logo at the headlines of slides."
1469
1656
  msgstr ""
1470
1657
 
1471
- #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:3
1472
- msgid "Toolkit to use a pink circle as icons"
1658
+ #: ../lib/rabbit/theme/clock/property.rb:1 ../lib/rabbit/theme/timer/property.rb:1
1659
+ #: ../lib/rabbit/theme/image-timer/property.rb:1 ../lib/rabbit/theme/slide-show/property.rb:1
1660
+ msgid "Time"
1473
1661
  msgstr ""
1474
1662
 
1475
- #: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:4
1476
- msgid "Uses a pink circle as icons."
1663
+ #: ../lib/rabbit/theme/clock/property.rb:2
1664
+ msgid "TextClock"
1477
1665
  msgstr ""
1478
1666
 
1479
- #: ../lib/rabbit/theme/timer/property.rb:2
1480
- msgid "TextTimer"
1667
+ #: ../lib/rabbit/theme/clock/property.rb:3
1668
+ msgid "Clock toolkit, a text version"
1481
1669
  msgstr ""
1482
1670
 
1483
- #: ../lib/rabbit/theme/timer/property.rb:3
1484
- msgid "text version timer"
1671
+ #: ../lib/rabbit/theme/clock/property.rb:4
1672
+ msgid "Displays current time with text."
1485
1673
  msgstr ""
1486
1674
 
1487
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:2
1488
- msgid "RubyGNOME2Description"
1675
+ #: ../lib/rabbit/theme/clock/property.rb:13
1676
+ msgid "Properties for the clock, such as font family."
1489
1677
  msgstr ""
1490
1678
 
1491
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
1492
- msgid "Toolkit to display description-list items like ones in the website of the Ruby-GNOME2 Project"
1679
+ #: ../lib/rabbit/theme/nari/property.rb:2
1680
+ msgid "Nari"
1493
1681
  msgstr ""
1494
1682
 
1495
- #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
1496
- msgid "Displays description-list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored blue."
1683
+ #: ../lib/rabbit/theme/nari/property.rb:3
1684
+ msgid "Nari's theme"
1497
1685
  msgstr ""
1498
1686
 
1499
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:2
1500
- msgid "COZMIXNGPoweredBy"
1687
+ #: ../lib/rabbit/theme/red-frame/property.rb:2
1688
+ msgid "RedFrame"
1501
1689
  msgstr ""
1502
1690
 
1503
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:3
1504
- msgid "Powered-by-COZMIXNG ad toolkit"
1691
+ #: ../lib/rabbit/theme/red-frame/property.rb:3
1692
+ msgid "Red frame theme"
1505
1693
  msgstr ""
1506
1694
 
1507
- #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
1508
- 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."
1695
+ #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:1 ../lib/rabbit/theme/mirror-effect/property.rb:1
1696
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:1
1697
+ msgid "Effect"
1509
1698
  msgstr ""
1510
1699
 
1511
1700
  #: ../lib/rabbit/theme/rotate-zoom-effect/property.rb:2
@@ -1516,249 +1705,60 @@ msgstr ""
1516
1705
  msgid "Provide rotate_zoom_effect method that rotates and zooms content."
1517
1706
  msgstr ""
1518
1707
 
1519
- #: ../lib/rabbit/theme/color-circle-title-text/property.rb:2
1520
- msgid "Color Circle Title text"
1521
- msgstr ""
1522
-
1523
- #: ../lib/rabbit/theme/color-circle-title-text/property.rb:3
1524
- msgid "Toolkit to set ((<color-circle>)) theme's title text style up."
1525
- msgstr ""
1526
-
1527
- #: ../lib/rabbit/theme/lightning-rabbit/property.rb:2
1528
- msgid "LightningRabbit"
1529
- msgstr ""
1530
-
1531
- #: ../lib/rabbit/theme/lightning-rabbit/property.rb:3
1532
- msgid "Rabbit theme with Lightning Talk theme"
1533
- msgstr ""
1534
-
1535
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:2 ../lib/rabbit/theme/slide-header-info/property.rb:2
1536
- msgid "Slide Footer Info"
1537
- msgstr ""
1538
-
1539
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:3
1540
- msgid "Toolkit to display information at the footer"
1541
- msgstr ""
1542
-
1543
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:4
1544
- msgid "Displays information with a line at the footer of slides."
1545
- msgstr ""
1546
-
1547
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:8 ../lib/rabbit/theme/slide-header-info/property.rb:8
1548
- msgid "Line color."
1549
- msgstr ""
1550
-
1551
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:12 ../lib/rabbit/theme/slide-header-info/property.rb:12
1552
- msgid "Line width."
1553
- msgstr ""
1554
-
1555
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:15 ../lib/rabbit/theme/slide-header-info/property.rb:15
1556
- msgid "white <-> black gradation"
1557
- msgstr ""
1558
-
1559
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:16
1560
- msgid "Line fill pattern. @slide_footer_info_line_color is ignored if this parameter is specified."
1561
- msgstr ""
1562
-
1563
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:21 ../lib/rabbit/theme/slide-header-info/property.rb:21
1564
- msgid "Text size."
1565
- msgstr ""
1566
-
1567
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:25 ../lib/rabbit/theme/slide-header-info/property.rb:25
1568
- msgid "x-axis margin."
1569
- msgstr ""
1570
-
1571
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:29 ../lib/rabbit/theme/slide-header-info/property.rb:29
1572
- msgid "Text color."
1573
- msgstr ""
1574
-
1575
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:33 ../lib/rabbit/theme/slide-header-info/property.rb:33
1576
- msgid "Whether show a text over line or not."
1577
- msgstr ""
1578
-
1579
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:37 ../lib/rabbit/theme/slide-header-info/property.rb:37
1580
- msgid "Base y-axis position to stroke line."
1581
- msgstr ""
1582
-
1583
- #: ../lib/rabbit/theme/slide-footer-info/property.rb:41 ../lib/rabbit/theme/slide-header-info/property.rb:41
1584
- #: ../lib/rabbit/theme/footer-logo/property.rb:24 ../lib/rabbit/theme/slide-logo/property.rb:24
1585
- msgid "Whether uninstall this theme or not."
1586
- msgstr ""
1587
-
1588
- #: ../lib/rabbit/theme/default-description/property.rb:2
1589
- msgid "DefaultDescription"
1590
- msgstr ""
1591
-
1592
- #: ../lib/rabbit/theme/default-description/property.rb:3
1593
- msgid "Toolkit to display description-list items with orange underlines."
1594
- msgstr ""
1595
-
1596
- #: ../lib/rabbit/theme/default-description/property.rb:5
1597
- msgid "Displays description-list items with orange underlines."
1598
- msgstr ""
1599
-
1600
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:2
1601
- msgid "RubyGNOME2Headline"
1602
- msgstr ""
1603
-
1604
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
1605
- msgid "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Project"
1606
- msgstr ""
1607
-
1608
- #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
1609
- 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."
1610
- msgstr ""
1611
-
1612
- #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:2
1613
- msgid "Color Circle Title Slide"
1614
- msgstr ""
1615
-
1616
- #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:3
1617
- msgid "Toolkit to set ((<color-circle>)) theme's title slide style up."
1618
- msgstr ""
1619
-
1620
- #: ../lib/rabbit/theme/color-circle-description/property.rb:2
1621
- msgid "Color Circle Description"
1622
- msgstr ""
1623
-
1624
- #: ../lib/rabbit/theme/color-circle-description/property.rb:3
1625
- msgid "Toolkit to set ((<color-circle>)) theme's description-list style up."
1626
- msgstr ""
1627
-
1628
- #: ../lib/rabbit/theme/default-icon/property.rb:2
1629
- msgid "DefaultIcon"
1630
- msgstr ""
1631
-
1632
- #: ../lib/rabbit/theme/default-icon/property.rb:3
1633
- msgid "Toolkit to use pink circle and polygon as icons"
1634
- msgstr ""
1635
-
1636
- #: ../lib/rabbit/theme/default-icon/property.rb:4
1637
- msgid "Uses pink circle and polygon as icons."
1638
- msgstr ""
1639
-
1640
- #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:2
1641
- msgid "Color Circle Foot Text"
1642
- msgstr ""
1643
-
1644
- #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:3
1645
- msgid "Toolkit to set ((<color-circle>)) theme's foot text style up."
1646
- msgstr ""
1647
-
1648
- #: ../lib/rabbit/theme/default-item-mark/property.rb:2
1649
- msgid "DefaultItemMark"
1650
- msgstr ""
1651
-
1652
- #: ../lib/rabbit/theme/default-item-mark/property.rb:3
1653
- msgid "Toolkit to display squares as list item marks"
1654
- msgstr ""
1655
-
1656
- #: ../lib/rabbit/theme/default-item-mark/property.rb:4
1657
- msgid "Displays squares at the head of list items."
1658
- msgstr ""
1659
-
1660
- #: ../lib/rabbit/theme/lightning-talk/property.rb:2
1661
- msgid "LightningTalk"
1662
- msgstr ""
1663
-
1664
- #: ../lib/rabbit/theme/lightning-talk/property.rb:3
1665
- msgid "Lightning Talk theme"
1666
- msgstr ""
1667
-
1668
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:2
1669
- msgid "PerSlideBackgroundImage"
1670
- msgstr ""
1671
-
1672
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:3
1673
- msgid "Toolkit to display an image as a background of each slide"
1674
- msgstr ""
1675
-
1676
- #: ../lib/rabbit/theme/per-slide-background-image/property.rb:4
1677
- msgid "Displays an image as a background of each slide.\\n\\nEach image is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-image\\n my-picture.png\\n"
1678
- msgstr ""
1679
-
1680
- #: ../lib/rabbit/theme/newline-in-slides/property.rb:2
1681
- msgid "Newline in Slides"
1682
- msgstr ""
1683
-
1684
- #: ../lib/rabbit/theme/newline-in-slides/property.rb:4
1685
- msgid "Enable '\\n' notation to insert newline in all slides."
1686
- msgstr ""
1687
-
1688
- #: ../lib/rabbit/theme/color-circle/property.rb:2
1689
- msgid "Color Circle"
1690
- msgstr ""
1691
-
1692
- #: ../lib/rabbit/theme/color-circle/property.rb:3
1693
- msgid "Toolkit to make a theme that has colored circles"
1694
- msgstr ""
1695
-
1696
- #: ../lib/rabbit/theme/color-circle/property.rb:4
1697
- msgid "There are many colored circles in slides."
1698
- msgstr ""
1699
-
1700
- #: ../lib/rabbit/theme/color-circle/color-circle.rb:16
1701
- msgid "required variables aren't set: %s"
1702
- msgstr ""
1703
-
1704
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:2
1705
- msgid "RabbitItemMark"
1706
- msgstr ""
1707
-
1708
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:3
1709
- msgid "Toolkit to display colorful balls as list item marks"
1708
+ #: ../lib/rabbit/theme/rabbit/property.rb:3
1709
+ msgid "Rabbit theme"
1710
1710
  msgstr ""
1711
1711
 
1712
- #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:4
1713
- msgid "Displays colorful balls at the head of list items."
1712
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:2
1713
+ msgid "RubyGNOME2ItemMark"
1714
1714
  msgstr ""
1715
1715
 
1716
- #: ../lib/rabbit/theme/color-circle-method-list/property.rb:2
1717
- msgid "Color Circle Method List"
1716
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
1717
+ msgid "Toolkit to display list items like ones in the website of the Ruby-GNOME2 Project"
1718
1718
  msgstr ""
1719
1719
 
1720
- #: ../lib/rabbit/theme/color-circle-method-list/property.rb:3
1721
- msgid "Toolkit to set ((<color-circle>)) theme's method-list style up."
1720
+ #: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
1721
+ 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."
1722
1722
  msgstr ""
1723
1723
 
1724
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:2
1725
- msgid "Ruby-GNOME2 Slide"
1724
+ #: ../lib/rabbit/theme/day-white/property.rb:2
1725
+ msgid "Day White"
1726
1726
  msgstr ""
1727
1727
 
1728
- #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:3
1729
- msgid "Displays slides with Ruby-GNOME2 style."
1728
+ #: ../lib/rabbit/theme/day-white/property.rb:3
1729
+ msgid "Day White theme"
1730
1730
  msgstr ""
1731
1731
 
1732
- #: ../lib/rabbit/theme/clutter-comment/property.rb:2
1733
- msgid "Clutter Comment"
1732
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:2
1733
+ msgid "DefaultTitleSlide"
1734
1734
  msgstr ""
1735
1735
 
1736
- #: ../lib/rabbit/theme/clutter-comment/property.rb:3
1737
- msgid "Show comment as a rolling Clutter actor."
1736
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:3
1737
+ msgid "Toolkit to locate objects in the title slide in a simple way"
1738
1738
  msgstr ""
1739
1739
 
1740
- #: ../lib/rabbit/theme/mirror-effect/property.rb:2
1741
- msgid "Mirror Effect"
1740
+ #: ../lib/rabbit/theme/default-title-slide/property.rb:4
1741
+ msgid "Locates objects in the title slide simply by centering them and by making configuration for margins around them a little."
1742
1742
  msgstr ""
1743
1743
 
1744
- #: ../lib/rabbit/theme/mirror-effect/property.rb:3
1745
- msgid "Provide mirror_effect method that flips content."
1744
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:2
1745
+ msgid "COZMIXNGPoweredBy"
1746
1746
  msgstr ""
1747
1747
 
1748
- #: ../lib/rabbit/theme/slide-background-image/property.rb:2
1749
- msgid "SlideBackgroundImage"
1748
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:3
1749
+ msgid "Powered-by-COZMIXNG ad toolkit"
1750
1750
  msgstr ""
1751
1751
 
1752
- #: ../lib/rabbit/theme/slide-background-image/property.rb:3
1753
- msgid "Toolkit to display an image as a background of slides"
1752
+ #: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
1753
+ 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."
1754
1754
  msgstr ""
1755
-
1756
- #: ../lib/rabbit/theme/slide-background-image/property.rb:4
1757
- msgid "Displays an image as a background of slides."
1755
+
1756
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:2
1757
+ msgid "Newline in Slides"
1758
1758
  msgstr ""
1759
1759
 
1760
- #: ../lib/rabbit/theme/entry.rb:108
1761
- msgid "Etc"
1760
+ #: ../lib/rabbit/theme/newline-in-slides/property.rb:4
1761
+ msgid "Enable '\\n' notation to insert newline in all slides."
1762
1762
  msgstr ""
1763
1763
 
1764
1764
  #: ../lib/rabbit/theme/default-comment/property.rb:2
@@ -1773,208 +1773,216 @@ msgstr ""
1773
1773
  msgid "Sets up default comment theme."
1774
1774
  msgstr ""
1775
1775
 
1776
- #: ../lib/rabbit/theme/debian/property.rb:2
1777
- msgid "Debian Theme"
1776
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:2
1777
+ msgid "Ruby-GNOME2 Slide"
1778
1778
  msgstr ""
1779
1779
 
1780
- #: ../lib/rabbit/theme/debian/property.rb:3
1781
- msgid "Debian GNU/Linux Theme"
1780
+ #: ../lib/rabbit/theme/ruby-gnome2-slide/property.rb:3
1781
+ msgid "Displays slides with Ruby-GNOME2 style."
1782
1782
  msgstr ""
1783
1783
 
1784
- #: ../lib/rabbit/theme/slide-number/property.rb:2
1785
- msgid "TextSlideNumber"
1784
+ #: ../lib/rabbit/theme/tag/property.rb:2
1785
+ msgid "Tag"
1786
1786
  msgstr ""
1787
1787
 
1788
- #: ../lib/rabbit/theme/slide-number/property.rb:3
1789
- msgid "Toolkit to display slide numbers, a text version"
1788
+ #: ../lib/rabbit/theme/tag/property.rb:3
1789
+ msgid "Toolkit to apply custom tag"
1790
1790
  msgstr ""
1791
1791
 
1792
- #: ../lib/rabbit/theme/slide-number/property.rb:4
1793
- msgid "Displays slide numbers with text at the bottom of the slides."
1792
+ #: ../lib/rabbit/theme/tag/property.rb:4
1793
+ msgid "Applies custom tag style."
1794
1794
  msgstr ""
1795
1795
 
1796
- #: ../lib/rabbit/theme/slide-number/property.rb:12
1797
- msgid "Properties of the slide numbers, such as font family."
1796
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
1797
+ msgid "Ruby-GNOME2 Preformatted"
1798
1798
  msgstr ""
1799
1799
 
1800
- #: ../lib/rabbit/theme/icon/property.rb:2
1801
- msgid "Icon"
1800
+ #: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:3
1801
+ msgid "Displays preformatted text with Ruby-GNOME2 style."
1802
1802
  msgstr ""
1803
1803
 
1804
- #: ../lib/rabbit/theme/icon/property.rb:3
1805
- msgid "Toolkit to specify an image or images as icons"
1804
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:2
1805
+ msgid "SimpleItemMark"
1806
1806
  msgstr ""
1807
1807
 
1808
- #: ../lib/rabbit/theme/icon/property.rb:4
1809
- 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."
1808
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:3
1809
+ msgid "Toolkit to display simple black circles as list item marks"
1810
1810
  msgstr ""
1811
1811
 
1812
- #: ../lib/rabbit/theme/icon/property.rb:18 ../lib/rabbit/theme/powered-by/property.rb:18
1813
- msgid "List of image file names."
1812
+ #: ../lib/rabbit/theme/simple-item-mark/property.rb:4
1813
+ msgid "Displays simple black circles at the head of list items."
1814
1814
  msgstr ""
1815
1815
 
1816
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:2
1817
- msgid "Color Circle block quote"
1816
+ #: ../lib/rabbit/theme/default-text/property.rb:2
1817
+ msgid "Default Text"
1818
1818
  msgstr ""
1819
1819
 
1820
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:3
1821
- msgid "Toolkit to display itemization in quotation"
1820
+ #: ../lib/rabbit/theme/default-text/property.rb:3
1821
+ msgid "Sets default text style up."
1822
1822
  msgstr ""
1823
1823
 
1824
- #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:4
1825
- msgid "Support itemization in quotation."
1824
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:2
1825
+ msgid "DefaultItemMark"
1826
1826
  msgstr ""
1827
1827
 
1828
- #: ../lib/rabbit/theme/red-frame/property.rb:2
1829
- msgid "RedFrame"
1828
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:3
1829
+ msgid "Toolkit to display squares as list item marks"
1830
1830
  msgstr ""
1831
1831
 
1832
- #: ../lib/rabbit/theme/red-frame/property.rb:3
1833
- msgid "Red frame theme"
1832
+ #: ../lib/rabbit/theme/default-item-mark/property.rb:4
1833
+ msgid "Displays squares at the head of list items."
1834
1834
  msgstr ""
1835
1835
 
1836
- #: ../lib/rabbit/theme/slide-header-info/property.rb:3
1837
- msgid "Toolkit to display information at the header"
1836
+ #: ../lib/rabbit/theme/default-method-list/property.rb:2
1837
+ msgid "Default Method List"
1838
1838
  msgstr ""
1839
1839
 
1840
- #: ../lib/rabbit/theme/slide-header-info/property.rb:4
1841
- msgid "Displays information with a line at the header of slides."
1840
+ #: ../lib/rabbit/theme/default-method-list/property.rb:3
1841
+ msgid "Displays method description with indent."
1842
1842
  msgstr ""
1843
1843
 
1844
- #: ../lib/rabbit/theme/slide-header-info/property.rb:16
1845
- msgid "Line fill pattern. @slide_header_info_line_color is ignored if this parameter is specified."
1844
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:2
1845
+ msgid "Syntax Highlighting"
1846
1846
  msgstr ""
1847
1847
 
1848
- #: ../lib/rabbit/theme/nari/property.rb:2
1849
- msgid "Nari"
1848
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:3
1849
+ msgid "Toolkit for syntax highlighting"
1850
1850
  msgstr ""
1851
1851
 
1852
- #: ../lib/rabbit/theme/nari/property.rb:3
1853
- msgid "Nari's theme"
1852
+ #: ../lib/rabbit/theme/syntax-highlighting/property.rb:4
1853
+ msgid "Applies syntax highlighting style."
1854
1854
  msgstr ""
1855
1855
 
1856
- #: ../lib/rabbit/theme/document.erb:3
1857
- msgid "Name"
1856
+ #: ../lib/rabbit/theme/image/property.rb:2 ../data/rabbit/image/rubykaigi2011-images/property.rb:1
1857
+ #: ../data/rabbit/image/rabbit-images/property.rb:1 ../data/rabbit/image/clear-blue-images/property.rb:1
1858
+ #: ../data/rabbit/image/cozmixng-images/property.rb:1 ../data/rabbit/image/dark-gradation-images/property.rb:1
1859
+ #: ../data/rabbit/image/debian-images/property.rb:1 ../data/rabbit/image/nari-images/property.rb:1
1860
+ #: ../data/rabbit/image/ruby-images/property.rb:1
1861
+ msgid "Image"
1858
1862
  msgstr ""
1859
1863
 
1860
- #: ../lib/rabbit/theme/document.erb:6
1861
- msgid "Category"
1864
+ #: ../lib/rabbit/theme/image/property.rb:3
1865
+ msgid "image rendering"
1862
1866
  msgstr ""
1863
1867
 
1864
- #: ../lib/rabbit/theme/document.erb:10
1865
- msgid "Abstract"
1868
+ #: ../lib/rabbit/theme/enishi-green/property.rb:2
1869
+ msgid "Enishi Green"
1866
1870
  msgstr ""
1867
1871
 
1868
- #: ../lib/rabbit/theme/document.erb:15
1869
- msgid "Description"
1872
+ #: ../lib/rabbit/theme/enishi-green/property.rb:3
1873
+ msgid "EnishTech green based theme"
1870
1874
  msgstr ""
1871
1875
 
1872
- #: ../lib/rabbit/theme/document.erb:21
1873
- msgid "Dependency themes"
1876
+ #: ../lib/rabbit/theme/timer/property.rb:2
1877
+ msgid "TextTimer"
1874
1878
  msgstr ""
1875
1879
 
1876
- #: ../lib/rabbit/theme/document.erb:28
1877
- msgid "Parameters"
1880
+ #: ../lib/rabbit/theme/timer/property.rb:3
1881
+ msgid "text version timer"
1878
1882
  msgstr ""
1879
1883
 
1880
- #: ../lib/rabbit/theme/document.erb:31
1881
- msgid "Default: "
1884
+ #: ../lib/rabbit/theme/color-circle-text/property.rb:2
1885
+ msgid "Color Circle Text"
1882
1886
  msgstr ""
1883
1887
 
1884
- #: ../lib/rabbit/theme/title-background-color/property.rb:2
1885
- msgid "TitleBackgroundColor"
1888
+ #: ../lib/rabbit/theme/color-circle-text/property.rb:3
1889
+ msgid "Toolkit to set ((<color-circle>)) theme's text style up."
1886
1890
  msgstr ""
1887
1891
 
1888
- #: ../lib/rabbit/theme/title-background-color/property.rb:3
1889
- msgid "Toolkit to color a background of the title slide"
1892
+ #: ../lib/rabbit/theme/lightning-rabbit/property.rb:2
1893
+ msgid "LightningRabbit"
1890
1894
  msgstr ""
1891
1895
 
1892
- #: ../lib/rabbit/theme/title-background-color/property.rb:4
1893
- msgid "Color a background of the title slide."
1896
+ #: ../lib/rabbit/theme/lightning-rabbit/property.rb:3
1897
+ msgid "Rabbit theme with Lightning Talk theme"
1894
1898
  msgstr ""
1895
1899
 
1896
- #: ../lib/rabbit/theme/title-background-color/property.rb:8
1897
- msgid "Background color."
1900
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:2
1901
+ msgid "Color Circle Title text"
1898
1902
  msgstr ""
1899
1903
 
1900
- #: ../lib/rabbit/theme/footer-logo/property.rb:2
1901
- msgid "Footer Logo"
1904
+ #: ../lib/rabbit/theme/color-circle-title-text/property.rb:3
1905
+ msgid "Toolkit to set ((<color-circle>)) theme's title text style up."
1902
1906
  msgstr ""
1903
1907
 
1904
- #: ../lib/rabbit/theme/footer-logo/property.rb:3
1905
- msgid "Toolkit to display an image as logo at the footer"
1908
+ #: ../lib/rabbit/theme/ranguba/property.rb:2
1909
+ msgid "Ranguba"
1906
1910
  msgstr ""
1907
1911
 
1908
- #: ../lib/rabbit/theme/footer-logo/property.rb:4
1909
- msgid "Displays an image as a logo at the footer of slides."
1912
+ #: ../lib/rabbit/theme/ranguba/property.rb:3
1913
+ msgid "Ranguba theme"
1910
1914
  msgstr ""
1911
1915
 
1912
- #: ../lib/rabbit/theme/footer-logo/property.rb:12
1913
- msgid "Whether keep ratio of an image or not."
1916
+ #: ../lib/rabbit/theme/default-slide/property.rb:2
1917
+ msgid "Default Slide"
1914
1918
  msgstr ""
1915
1919
 
1916
- #: ../lib/rabbit/theme/footer-logo/property.rb:16
1917
- msgid "Right margin of an image."
1920
+ #: ../lib/rabbit/theme/default-slide/property.rb:3
1921
+ msgid "Displays headline with line."
1918
1922
  msgstr ""
1919
1923
 
1920
- #: ../lib/rabbit/theme/footer-logo/property.rb:20
1921
- msgid "Bottom margin of an image."
1924
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:2
1925
+ msgid "PerSlideBackgroundColor"
1922
1926
  msgstr ""
1923
1927
 
1924
- #: ../lib/rabbit/theme/centering-rabbit/property.rb:2
1925
- msgid "Centering Rabbit"
1928
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:3
1929
+ msgid "Toolkit to set background color of each slide"
1926
1930
  msgstr ""
1927
1931
 
1928
- #: ../lib/rabbit/theme/centering-rabbit/property.rb:3
1929
- msgid "Rabbit theme with text centering."
1932
+ #: ../lib/rabbit/theme/per-slide-background-color/property.rb:4
1933
+ msgid "Set background color of each slide.\\n\\nEach color is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-color\\n black\\n"
1930
1934
  msgstr ""
1931
1935
 
1932
- #: ../lib/rabbit/theme/powered-by/property.rb:2
1933
- msgid "PoweredBy"
1936
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:2
1937
+ msgid "Clutter Comment"
1934
1938
  msgstr ""
1935
1939
 
1936
- #: ../lib/rabbit/theme/powered-by/property.rb:3
1937
- msgid "Powered-by ad toolkit"
1940
+ #: ../lib/rabbit/theme/clutter-comment/property.rb:3
1941
+ msgid "Show comment as a rolling Clutter actor."
1938
1942
  msgstr ""
1939
1943
 
1940
- #: ../lib/rabbit/theme/powered-by/property.rb:4
1941
- 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."
1944
+ #: ../lib/rabbit/theme/default-preformatted/property.rb:2
1945
+ msgid "Default Preformatted"
1942
1946
  msgstr ""
1943
1947
 
1944
- #: ../lib/rabbit/theme/powered-by/property.rb:14
1945
- msgid "Properties of the ad text, such as font family."
1948
+ #: ../lib/rabbit/theme/default-preformatted/property.rb:3
1949
+ msgid "Displays preformatted text with frame."
1946
1950
  msgstr ""
1947
1951
 
1948
- #: ../lib/rabbit/theme/powered-by/property.rb:22
1949
- msgid "Ad text."
1952
+ #: ../lib/rabbit/theme/title-logo/property.rb:2
1953
+ msgid "TitleLogo"
1950
1954
  msgstr ""
1951
1955
 
1952
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:2
1953
- msgid "RabbitHeadlineLogo"
1956
+ #: ../lib/rabbit/theme/title-logo/property.rb:3
1957
+ msgid "Toolkit to display an image as a logo in the title slide"
1954
1958
  msgstr ""
1955
1959
 
1956
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:3
1957
- msgid "Toolkit to display Lavie as a logo at the headlines"
1960
+ #: ../lib/rabbit/theme/title-logo/property.rb:4
1961
+ msgid "Displays an image as a logo in the title slide."
1958
1962
  msgstr ""
1959
1963
 
1960
- #: ../lib/rabbit/theme/rabbit-headline-logo/property.rb:4
1961
- msgid "Displays Lavie as a logo at the headlines of slides."
1964
+ #: ../lib/rabbit/theme/title-logo/property.rb:12
1965
+ 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}))'."
1962
1966
  msgstr ""
1963
1967
 
1964
- #: ../lib/rabbit/theme/image-viewer/property.rb:2
1965
- msgid "Image viewer"
1968
+ #: ../lib/rabbit/theme/mirror-effect/property.rb:2
1969
+ msgid "Mirror Effect"
1966
1970
  msgstr ""
1967
1971
 
1968
- #: ../lib/rabbit/theme/image-viewer/property.rb:3
1969
- msgid "Theme for image viewer mode"
1972
+ #: ../lib/rabbit/theme/mirror-effect/property.rb:3
1973
+ msgid "Provide mirror_effect method that flips content."
1970
1974
  msgstr ""
1971
1975
 
1972
- #: ../lib/rabbit/theme/dark-gradation/property.rb:2
1973
- msgid "Dark Gradation"
1976
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:3
1977
+ msgid "Toolkit to display information at the header"
1974
1978
  msgstr ""
1975
1979
 
1976
- #: ../lib/rabbit/theme/dark-gradation/property.rb:3
1977
- msgid "Dark Gradation background theme"
1980
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:4
1981
+ msgid "Displays information with a line at the header of slides."
1982
+ msgstr ""
1983
+
1984
+ #: ../lib/rabbit/theme/slide-header-info/property.rb:16
1985
+ msgid "Line fill pattern. @slide_header_info_line_color is ignored if this parameter is specified."
1978
1986
  msgstr ""
1979
1987
 
1980
1988
  #: ../lib/rabbit/theme/image-slide-number/property.rb:2
@@ -1994,187 +2002,147 @@ msgid "File name of an image that moves. An image of a hare in the ((<rabbit-ima
1994
2002
  msgstr ""
1995
2003
 
1996
2004
  #: ../lib/rabbit/theme/image-slide-number/property.rb:28
1997
- 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."
1998
- msgstr ""
1999
-
2000
- #: ../lib/rabbit/theme/image-slide-number/property.rb:41
2001
- msgid "Color of numbers displayed on the start and goal flags."
2002
- msgstr ""
2003
-
2004
- #: ../lib/rabbit/theme/image-slide-number/property.rb:46
2005
- msgid "Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'rectangle'}))."
2006
- msgstr ""
2007
-
2008
- #: ../lib/rabbit/theme/image-slide-number/property.rb:52
2009
- msgid "File name of an image used as the start flag."
2010
- msgstr ""
2011
-
2012
- #: ../lib/rabbit/theme/image-slide-number/property.rb:56
2013
- msgid "File name of an image used as the goal flag."
2014
- msgstr ""
2015
-
2016
- #: ../lib/rabbit/theme/default-method-list/property.rb:2
2017
- msgid "Default Method List"
2018
- msgstr ""
2019
-
2020
- #: ../lib/rabbit/theme/default-method-list/property.rb:3
2021
- msgid "Displays method description with indent."
2022
- msgstr ""
2023
-
2024
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:2
2025
- msgid "SimpleItemMark"
2026
- msgstr ""
2027
-
2028
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:3
2029
- msgid "Toolkit to display simple black circles as list item marks"
2030
- msgstr ""
2031
-
2032
- #: ../lib/rabbit/theme/simple-item-mark/property.rb:4
2033
- msgid "Displays simple black circles at the head of list items."
2034
- msgstr ""
2035
-
2036
- #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:2
2037
- msgid "Rabbit Block Quote"
2005
+ 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."
2038
2006
  msgstr ""
2039
2007
 
2040
- #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:3
2041
- msgid "Displays quotation block with quote mark in frame."
2008
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:41
2009
+ msgid "Color of numbers displayed on the start and goal flags."
2042
2010
  msgstr ""
2043
2011
 
2044
- #: ../lib/rabbit/theme/green-circle/property.rb:2
2045
- msgid "Green Circle"
2012
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:46
2013
+ msgid "Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'rectangle'}))."
2046
2014
  msgstr ""
2047
2015
 
2048
- #: ../lib/rabbit/theme/green-circle/property.rb:3
2049
- msgid "Green Circle theme"
2016
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:52
2017
+ msgid "File name of an image used as the start flag."
2050
2018
  msgstr ""
2051
2019
 
2052
- #: ../lib/rabbit/theme/slide-logo/property.rb:2
2053
- msgid "Slide Logo"
2020
+ #: ../lib/rabbit/theme/image-slide-number/property.rb:56
2021
+ msgid "File name of an image used as the goal flag."
2054
2022
  msgstr ""
2055
2023
 
2056
- #: ../lib/rabbit/theme/slide-logo/property.rb:3
2057
- msgid "Toolkit to display an image as logo at the top"
2024
+ #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:2
2025
+ msgid "Edge Info Toolkit"
2058
2026
  msgstr ""
2059
2027
 
2060
- #: ../lib/rabbit/theme/slide-logo/property.rb:4
2061
- msgid "Displays an image as a logo at the top of all slides."
2028
+ #: ../lib/rabbit/theme/edge-info-toolkit/property.rb:3
2029
+ msgid "Displays information with line at the edge of slide."
2062
2030
  msgstr ""
2063
2031
 
2064
- #: ../lib/rabbit/theme/slide-logo/property.rb:12
2065
- msgid "Image position. :right or :left."
2032
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:2
2033
+ msgid "LightningTalk-Toolkit"
2066
2034
  msgstr ""
2067
2035
 
2068
- #: ../lib/rabbit/theme/slide-logo/property.rb:16
2069
- msgid "Image width."
2036
+ #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:3
2037
+ msgid "Displays slides for lightning talk"
2070
2038
  msgstr ""
2071
2039
 
2072
- #: ../lib/rabbit/theme/slide-logo/property.rb:20
2073
- msgid "Image height."
2040
+ #: ../lib/rabbit/theme/slide-background/property.rb:2
2041
+ msgid "SlideBackground"
2074
2042
  msgstr ""
2075
2043
 
2076
- #: ../lib/rabbit/theme/rubykaigi2011/property.rb:2
2077
- msgid "RubyKaigi2011"
2044
+ #: ../lib/rabbit/theme/slide-background/property.rb:3
2045
+ msgid "Backward compatibility theme for ((<slide-background-image>))"
2078
2046
  msgstr ""
2079
2047
 
2080
- #: ../lib/rabbit/theme/rubykaigi2011/property.rb:3
2081
- msgid "RubyKaigi2011 theme"
2048
+ #: ../lib/rabbit/theme/slide-background/property.rb:4
2049
+ msgid "See ((<slide-background-image>))"
2082
2050
  msgstr ""
2083
2051
 
2084
- #: ../lib/rabbit/theme/title-background-image/property.rb:2
2085
- msgid "TitleBackgroundImage"
2052
+ #: ../lib/rabbit/theme/image-viewer/property.rb:2
2053
+ msgid "Image viewer"
2086
2054
  msgstr ""
2087
2055
 
2088
- #: ../lib/rabbit/theme/title-background-image/property.rb:3 ../lib/rabbit/theme/title-slide-background-image/property.rb:3
2089
- msgid "Toolkit to display an image as a background of the title slide"
2056
+ #: ../lib/rabbit/theme/image-viewer/property.rb:3
2057
+ msgid "Theme for image viewer mode"
2090
2058
  msgstr ""
2091
2059
 
2092
- #: ../lib/rabbit/theme/title-background-image/property.rb:5 ../lib/rabbit/theme/title-slide-background-image/property.rb:4
2093
- msgid "Displays an image as a background of the title slide."
2060
+ #: ../lib/rabbit/theme/headline-logo/property.rb:2
2061
+ msgid "HeadlineLogo"
2094
2062
  msgstr ""
2095
2063
 
2096
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:2
2097
- msgid "Ruby-GNOME2"
2064
+ #: ../lib/rabbit/theme/headline-logo/property.rb:3
2065
+ msgid "Toolkit to display an image as a logo at the headlines"
2098
2066
  msgstr ""
2099
2067
 
2100
- #: ../lib/rabbit/theme/ruby-gnome2/property.rb:3
2101
- msgid "Ruby-GNOME2 theme"
2068
+ #: ../lib/rabbit/theme/headline-logo/property.rb:4
2069
+ msgid "Displays an image as a logo at the headlines of slides."
2102
2070
  msgstr ""
2103
2071
 
2104
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:2
2105
- msgid "RabbitIcon"
2072
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:2
2073
+ msgid "Centering Rabbit"
2106
2074
  msgstr ""
2107
2075
 
2108
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:3
2109
- msgid "Toolkit to use Lavie as icons"
2076
+ #: ../lib/rabbit/theme/centering-rabbit/property.rb:3
2077
+ msgid "Rabbit theme with text centering."
2110
2078
  msgstr ""
2111
2079
 
2112
- #: ../lib/rabbit/theme/rabbit-icon/property.rb:4
2113
- msgid "Uses Lavie as icons."
2080
+ #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:2
2081
+ msgid "Lightning Clear Blue"
2114
2082
  msgstr ""
2115
2083
 
2116
- #: ../lib/rabbit/theme/color-circle-text/property.rb:2
2117
- msgid "Color Circle Text"
2084
+ #: ../lib/rabbit/theme/lightning-clear-blue/property.rb:3
2085
+ msgid "Clear blue theme with Lightning Talk theme"
2118
2086
  msgstr ""
2119
2087
 
2120
- #: ../lib/rabbit/theme/color-circle-text/property.rb:3
2121
- msgid "Toolkit to set ((<color-circle>)) theme's text style up."
2088
+ #: ../lib/rabbit/theme/title-background-color/property.rb:2
2089
+ msgid "TitleBackgroundColor"
2122
2090
  msgstr ""
2123
2091
 
2124
- #: ../lib/rabbit/theme/default-slide/property.rb:2
2125
- msgid "Default Slide"
2092
+ #: ../lib/rabbit/theme/title-background-color/property.rb:3
2093
+ msgid "Toolkit to color a background of the title slide"
2126
2094
  msgstr ""
2127
2095
 
2128
- #: ../lib/rabbit/theme/default-slide/property.rb:3
2129
- msgid "Displays headline with line."
2096
+ #: ../lib/rabbit/theme/title-background-color/property.rb:4
2097
+ msgid "Color a background of the title slide."
2130
2098
  msgstr ""
2131
2099
 
2132
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:2
2133
- msgid "Color Circle Item Mark"
2100
+ #: ../lib/rabbit/theme/title-background-color/property.rb:8
2101
+ msgid "Background color."
2134
2102
  msgstr ""
2135
2103
 
2136
- #: ../lib/rabbit/theme/color-circle-item-mark/property.rb:3
2137
- msgid "Toolkit to set ((<color-circle>)) theme's item marks style up."
2104
+ #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:2
2105
+ msgid "Color Circle Foot Text"
2138
2106
  msgstr ""
2139
2107
 
2140
- #: ../lib/rabbit/theme/title-slide-background-image/property.rb:2
2141
- msgid "TitleSlideBackgroundImage"
2108
+ #: ../lib/rabbit/theme/color-circle-foot-text/property.rb:3
2109
+ msgid "Toolkit to set ((<color-circle>)) theme's foot text style up."
2142
2110
  msgstr ""
2143
2111
 
2144
- #: ../lib/rabbit/theme/lightning-monochrome/property.rb:2
2145
- msgid "LightningTalk-Monochrome"
2112
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:2
2113
+ msgid "PerSlideBackgroundImage"
2146
2114
  msgstr ""
2147
2115
 
2148
- #: ../lib/rabbit/theme/lightning-monochrome/property.rb:3
2149
- msgid "Lightning Talk theme monochrome version"
2116
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:3
2117
+ msgid "Toolkit to display an image as a background of each slide"
2150
2118
  msgstr ""
2151
2119
 
2152
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:2
2153
- msgid "LightningTalk-Toolkit"
2120
+ #: ../lib/rabbit/theme/per-slide-background-image/property.rb:4
2121
+ msgid "Displays an image as a background of each slide.\\n\\nEach image is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-image\\n my-picture.png\\n"
2154
2122
  msgstr ""
2155
2123
 
2156
- #: ../lib/rabbit/theme/lightning-talk-toolkit/property.rb:3
2157
- msgid "Displays slides for lightning talk"
2124
+ #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2
2125
+ msgid "Title on Image Toolkit"
2158
2126
  msgstr ""
2159
2127
 
2160
- #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:2
2161
- msgid "Color Circle Preformatted"
2128
+ #: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:3
2129
+ msgid "Displays title on image"
2162
2130
  msgstr ""
2163
2131
 
2164
- #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:3
2165
- msgid "Toolkit to set ((<color-circle>)) theme's preformatted text style up."
2132
+ #: ../lib/rabbit/theme/blue-circle/property.rb:2
2133
+ msgid "Blue Circle"
2166
2134
  msgstr ""
2167
2135
 
2168
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
2169
- msgid "RabbitTitleLogo"
2136
+ #: ../lib/rabbit/theme/blue-circle/property.rb:3
2137
+ msgid "Blue Circle theme"
2170
2138
  msgstr ""
2171
2139
 
2172
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:3
2173
- msgid "Toolkit to display Lavie as a logo in the title slide"
2140
+ #: ../lib/rabbit/theme/stream-comment/property.rb:2
2141
+ msgid "Stream Comment"
2174
2142
  msgstr ""
2175
2143
 
2176
- #: ../lib/rabbit/theme/rabbit-title-logo/property.rb:4
2177
- msgid "Displays Lavie as a logo in the title slide."
2144
+ #: ../lib/rabbit/theme/stream-comment/property.rb:3
2145
+ msgid "Stream comments on canvas."
2178
2146
  msgstr ""
2179
2147
 
2180
2148
  #: ../lib/rabbit/theme/image-timer/property.rb:2
@@ -2213,256 +2181,280 @@ msgstr ""
2213
2181
  msgid "Time interval between automatic update."
2214
2182
  msgstr ""
2215
2183
 
2216
- #: ../lib/rabbit/theme/title-shadow/property.rb:2
2217
- msgid "TitleShadow"
2184
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:2
2185
+ msgid "Color Circle Method List"
2218
2186
  msgstr ""
2219
2187
 
2220
- #: ../lib/rabbit/theme/title-shadow/property.rb:3
2221
- msgid "Toolkit to display shadows behind the title"
2188
+ #: ../lib/rabbit/theme/color-circle-method-list/property.rb:3
2189
+ msgid "Toolkit to set ((<color-circle>)) theme's method-list style up."
2222
2190
  msgstr ""
2223
2191
 
2224
- #: ../lib/rabbit/theme/title-shadow/property.rb:4
2225
- msgid "Displays shadows behind the title string in the title slide."
2192
+ #: ../lib/rabbit/theme/slide-number/property.rb:2
2193
+ msgid "TextSlideNumber"
2226
2194
  msgstr ""
2227
2195
 
2228
- #: ../lib/rabbit/theme/title-shadow/property.rb:9
2229
- msgid "Color of shadow."
2196
+ #: ../lib/rabbit/theme/slide-number/property.rb:3
2197
+ msgid "Toolkit to display slide numbers, a text version"
2230
2198
  msgstr ""
2231
2199
 
2232
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:2
2233
- msgid "PerSlideBackgroundColor"
2200
+ #: ../lib/rabbit/theme/slide-number/property.rb:4
2201
+ msgid "Displays slide numbers with text at the bottom of the slides."
2234
2202
  msgstr ""
2235
2203
 
2236
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:3
2237
- msgid "Toolkit to set background color of each slide"
2204
+ #: ../lib/rabbit/theme/slide-number/property.rb:12
2205
+ msgid "Properties of the slide numbers, such as font family."
2238
2206
  msgstr ""
2239
2207
 
2240
- #: ../lib/rabbit/theme/per-slide-background-color/property.rb:4
2241
- msgid "Set background color of each slide.\\n\\nEach color is specified as a slide property:\\n = target slide\\n \\n ...\\n \\n == properties\\n \\n : background-color\\n black\\n"
2208
+ #: ../lib/rabbit/theme/footer-logo/property.rb:2
2209
+ msgid "Footer Logo"
2242
2210
  msgstr ""
2243
2211
 
2244
- #: ../lib/rabbit/theme/show-frame/property.rb:2
2245
- msgid "ShowFrame"
2212
+ #: ../lib/rabbit/theme/footer-logo/property.rb:3
2213
+ msgid "Toolkit to display an image as logo at the footer"
2246
2214
  msgstr ""
2247
2215
 
2248
- #: ../lib/rabbit/theme/show-frame/property.rb:3
2249
- msgid "Debug toolkit to show element frames"
2216
+ #: ../lib/rabbit/theme/footer-logo/property.rb:4
2217
+ msgid "Displays an image as a logo at the footer of slides."
2250
2218
  msgstr ""
2251
2219
 
2252
- #: ../lib/rabbit/theme/show-frame/property.rb:4
2253
- msgid "Show element frames useful for debug."
2220
+ #: ../lib/rabbit/theme/footer-logo/property.rb:12
2221
+ msgid "Whether keep ratio of an image or not."
2254
2222
  msgstr ""
2255
2223
 
2256
- #: ../lib/rabbit/theme/show-frame/property.rb:8
2257
- msgid "Frame color."
2224
+ #: ../lib/rabbit/theme/footer-logo/property.rb:16
2225
+ msgid "Right margin of an image."
2258
2226
  msgstr ""
2259
2227
 
2260
- #: ../lib/rabbit/theme/pdf/property.rb:3
2261
- msgid "Theme for PDF"
2228
+ #: ../lib/rabbit/theme/footer-logo/property.rb:20
2229
+ msgid "Bottom margin of an image."
2262
2230
  msgstr ""
2263
2231
 
2264
- #: ../lib/rabbit/theme/footer-comment/property.rb:2
2265
- msgid "Footer Comment"
2232
+ #: ../lib/rabbit/theme/default-description/property.rb:2
2233
+ msgid "DefaultDescription"
2266
2234
  msgstr ""
2267
2235
 
2268
- #: ../lib/rabbit/theme/footer-comment/property.rb:3
2269
- msgid "Show comment on the footer."
2236
+ #: ../lib/rabbit/theme/default-description/property.rb:3
2237
+ msgid "Toolkit to display description-list items with orange underlines."
2270
2238
  msgstr ""
2271
2239
 
2272
- #: ../lib/rabbit/theme/headline-logo/property.rb:2
2273
- msgid "HeadlineLogo"
2240
+ #: ../lib/rabbit/theme/default-description/property.rb:5
2241
+ msgid "Displays description-list items with orange underlines."
2274
2242
  msgstr ""
2275
2243
 
2276
- #: ../lib/rabbit/theme/headline-logo/property.rb:3
2277
- msgid "Toolkit to display an image as a logo at the headlines"
2244
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:2
2245
+ msgid "Color Circle Preformatted"
2278
2246
  msgstr ""
2279
2247
 
2280
- #: ../lib/rabbit/theme/headline-logo/property.rb:4
2281
- msgid "Displays an image as a logo at the headlines of slides."
2248
+ #: ../lib/rabbit/theme/color-circle-preformatted/property.rb:3
2249
+ msgid "Toolkit to set ((<color-circle>)) theme's preformatted text style up."
2282
2250
  msgstr ""
2283
2251
 
2284
- #: ../lib/rabbit/author-configuration.rb:42
2285
- msgid "Failed to read author configuration: %s: %s"
2252
+ #: ../lib/rabbit/theme/slide-show/property.rb:2
2253
+ msgid "Slide Show"
2286
2254
  msgstr ""
2287
2255
 
2288
- #: ../lib/rabbit/author-configuration.rb:52
2289
- msgid "Failed to write author configuration: %s: %s"
2256
+ #: ../lib/rabbit/theme/slide-show/property.rb:3
2257
+ msgid "Toolkit to do slide show"
2290
2258
  msgstr ""
2291
2259
 
2292
- #: ../lib/rabbit/path-manipulatable.rb:28
2293
- msgid "Creating directory: %s"
2260
+ #: ../lib/rabbit/theme/slide-show/property.rb:4
2261
+ msgid "Move to the next slide automatically."
2294
2262
  msgstr ""
2295
2263
 
2296
- #: ../lib/rabbit/path-manipulatable.rb:33
2297
- msgid "Creating file: %s"
2264
+ #: ../lib/rabbit/theme/pdf/property.rb:3
2265
+ msgid "Theme for PDF"
2298
2266
  msgstr ""
2299
2267
 
2300
- #: ../lib/rabbit/renderer/print/cairo.rb:130
2301
- msgid "can't find printer for %s"
2268
+ #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:2
2269
+ msgid "Rabbit Block Quote"
2302
2270
  msgstr ""
2303
2271
 
2304
- #: ../lib/rabbit/renderer/base.rb:385
2305
- msgid "%s does not support: %s"
2272
+ #: ../lib/rabbit/theme/rabbit-block-quote/property.rb:3
2273
+ msgid "Displays quotation block with quote mark in frame."
2306
2274
  msgstr ""
2307
2275
 
2308
- #: ../lib/rabbit/task/slide.rb:91
2309
- msgid "To run rabbit, create '%{options_path}'!"
2276
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:2
2277
+ msgid "RubyGNOME2Headline"
2278
+ msgstr ""
2279
+
2280
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
2281
+ msgid "Toolkit to display headlines like those in the website of the Ruby-GNOME2 Project"
2282
+ msgstr ""
2283
+
2284
+ #: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
2285
+ 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."
2286
+ msgstr ""
2287
+
2288
+ #: ../lib/rabbit/theme/color-circle-slide/property.rb:2
2289
+ msgid "Color Circle Slide"
2290
+ msgstr ""
2291
+
2292
+ #: ../lib/rabbit/theme/color-circle-slide/property.rb:3
2293
+ msgid "Toolkit to set ((<color-circle>)) theme's slide style up."
2294
+ msgstr ""
2295
+
2296
+ #: ../lib/rabbit/theme/title-shadow/property.rb:2
2297
+ msgid "TitleShadow"
2298
+ msgstr ""
2299
+
2300
+ #: ../lib/rabbit/theme/title-shadow/property.rb:3
2301
+ msgid "Toolkit to display shadows behind the title"
2310
2302
  msgstr ""
2311
2303
 
2312
- #: ../lib/rabbit/task/slide.rb:95
2313
- msgid "Show slide"
2304
+ #: ../lib/rabbit/theme/title-shadow/property.rb:4
2305
+ msgid "Displays shadows behind the title string in the title slide."
2314
2306
  msgstr ""
2315
2307
 
2316
- #: ../lib/rabbit/task/slide.rb:107 ../lib/rabbit/task/theme.rb:104
2317
- msgid "Create gem: %{gem_path}"
2308
+ #: ../lib/rabbit/theme/title-shadow/property.rb:9
2309
+ msgid "Color of shadow."
2318
2310
  msgstr ""
2319
2311
 
2320
- #: ../lib/rabbit/task/slide.rb:119 ../lib/rabbit/task/theme.rb:116
2321
- msgid "Write %{item} in %{where}: %{content}"
2312
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:2
2313
+ msgid "Scroll Effect"
2322
2314
  msgstr ""
2323
2315
 
2324
- #: ../lib/rabbit/task/slide.rb:145 ../lib/rabbit/task/theme.rb:154
2325
- msgid "Generate PDF: %{pdf_path}"
2316
+ #: ../lib/rabbit/theme/scroll-effect/property.rb:3
2317
+ msgid "Provide scroll_effect method that scrolls content."
2326
2318
  msgstr ""
2327
2319
 
2328
- #: ../lib/rabbit/task/slide.rb:150
2329
- msgid "Publish the slide to all available targets"
2320
+ #: ../lib/rabbit/theme/default-block-quote/property.rb:2
2321
+ msgid "Default Block Quote"
2330
2322
  msgstr ""
2331
2323
 
2332
- #: ../lib/rabbit/task/slide.rb:174 ../lib/rabbit/task/slide.rb:182 ../lib/rabbit/task/slide.rb:205
2333
- msgid "Publish the slide to %s"
2324
+ #: ../lib/rabbit/theme/default-block-quote/property.rb:3
2325
+ msgid "Displays block quote text with frame."
2334
2326
  msgstr ""
2335
2327
 
2336
- #: ../lib/rabbit/task/slide.rb:194
2337
- msgid "Uploaded successfully!"
2328
+ #: ../lib/rabbit/theme/default-block-quote/default-block-quote.rb:112
2329
+ msgid "[cited from `%s']"
2338
2330
  msgstr ""
2339
2331
 
2340
- #: ../lib/rabbit/task/slide.rb:195
2341
- msgid "See %s"
2332
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:2
2333
+ msgid "Ruby-GNOME2"
2342
2334
  msgstr ""
2343
2335
 
2344
- #: ../lib/rabbit/task/theme.rb:92
2345
- msgid "Show theme benchmark slide with this theme"
2336
+ #: ../lib/rabbit/theme/ruby-gnome2/property.rb:3
2337
+ msgid "Ruby-GNOME2 theme"
2346
2338
  msgstr ""
2347
2339
 
2348
- #: ../lib/rabbit/task/theme.rb:136
2349
- msgid "Generate all PDFs"
2340
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:2
2341
+ msgid "Color Circle common"
2350
2342
  msgstr ""
2351
2343
 
2352
- #: ../lib/rabbit/task/theme.rb:162
2353
- msgid "Publish the theme to all available targets"
2344
+ #: ../lib/rabbit/theme/color-circle-common/property.rb:3
2345
+ msgid "Provide common methods for Color Circle toolkit."
2354
2346
  msgstr ""
2355
2347
 
2356
- #: ../lib/rabbit/task/theme.rb:168
2357
- msgid "Publish the theme to %s"
2348
+ #: ../lib/rabbit/theme/table/property.rb:2
2349
+ msgid "Table"
2358
2350
  msgstr ""
2359
2351
 
2360
- #: ../lib/rabbit/rabbit.rb:60
2361
- msgid "no such file: %s"
2352
+ #: ../lib/rabbit/theme/table/property.rb:3
2353
+ msgid "table rendering"
2362
2354
  msgstr ""
2363
2355
 
2364
- #: ../lib/rabbit/rabbit.rb:70
2365
- msgid "can't handle %s because the following command can't be run successfully: %s"
2356
+ #: ../lib/rabbit/theme/default-title-text/property.rb:2
2357
+ msgid "Default Title Text"
2366
2358
  msgstr ""
2367
2359
 
2368
- #: ../lib/rabbit/rabbit.rb:80
2369
- msgid "tried gs commands: %s"
2360
+ #: ../lib/rabbit/theme/default-title-text/property.rb:3
2361
+ msgid "Sets default title text style up."
2370
2362
  msgstr ""
2371
2363
 
2372
- #: ../lib/rabbit/rabbit.rb:88
2373
- msgid "tried dia commands: %s"
2364
+ #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:2
2365
+ msgid "Color Circle Title Slide"
2374
2366
  msgstr ""
2375
2367
 
2376
- #: ../lib/rabbit/rabbit.rb:96
2377
- msgid "tried gimp commands: %s"
2368
+ #: ../lib/rabbit/theme/color-circle-title-slide/property.rb:3
2369
+ msgid "Toolkit to set ((<color-circle>)) theme's title slide style up."
2378
2370
  msgstr ""
2379
2371
 
2380
- #: ../lib/rabbit/rabbit.rb:124
2381
- msgid "Unknown property: %s"
2372
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:2
2373
+ msgid "RabbitItemMark"
2382
2374
  msgstr ""
2383
2375
 
2384
- #: ../lib/rabbit/rabbit.rb:132
2385
- msgid "can't allocate color: %s"
2376
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:3
2377
+ msgid "Toolkit to display colorful balls as list item marks"
2386
2378
  msgstr ""
2387
2379
 
2388
- #: ../lib/rabbit/rabbit.rb:143
2389
- msgid "not exist: %s"
2380
+ #: ../lib/rabbit/theme/rabbit-item-mark/property.rb:4
2381
+ msgid "Displays colorful balls at the head of list items."
2390
2382
  msgstr ""
2391
2383
 
2392
- #: ../lib/rabbit/rabbit.rb:151
2393
- msgid "not a file: %s"
2384
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:2
2385
+ msgid "RubyGNOME2Description"
2394
2386
  msgstr ""
2395
2387
 
2396
- #: ../lib/rabbit/rabbit.rb:159
2397
- msgid "can not be read: %s"
2388
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
2389
+ msgid "Toolkit to display description-list items like ones in the website of the Ruby-GNOME2 Project"
2398
2390
  msgstr ""
2399
2391
 
2400
- #: ../lib/rabbit/rabbit.rb:167
2401
- msgid "immutable source type: %s"
2392
+ #: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
2393
+ msgid "Displays description-list items like ones in the website of the Ruby-GNOME2 Project; i.e. displays their text colored blue."
2402
2394
  msgstr ""
2403
2395
 
2404
- #: ../lib/rabbit/rabbit.rb:186
2405
- msgid "not available interface: %s"
2396
+ #: ../lib/rabbit/theme/blue-bar/property.rb:2
2397
+ msgid "Blue Bar"
2406
2398
  msgstr ""
2407
2399
 
2408
- #: ../lib/rabbit/rabbit.rb:194
2409
- msgid "can't find HTML template: %s"
2400
+ #: ../lib/rabbit/theme/blue-bar/property.rb:3
2401
+ msgid "Blue bar theme"
2410
2402
  msgstr ""
2411
2403
 
2412
- #: ../lib/rabbit/rabbit.rb:202
2413
- msgid "can't find theme RD template: %s"
2404
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:2
2405
+ msgid "Color Circle block quote"
2414
2406
  msgstr ""
2415
2407
 
2416
- #: ../lib/rabbit/rabbit.rb:210
2417
- msgid "invalid motion: %s"
2408
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:3
2409
+ msgid "Toolkit to display itemization in quotation"
2418
2410
  msgstr ""
2419
2411
 
2420
- #: ../lib/rabbit/rabbit.rb:225
2421
- msgid "invalid value of size property \"%{prop_name}\" of image \"%{filename}\": %{value}"
2412
+ #: ../lib/rabbit/theme/color-circle-block-quote/property.rb:4
2413
+ msgid "Support itemization in quotation."
2422
2414
  msgstr ""
2423
2415
 
2424
- #: ../lib/rabbit/rabbit.rb:246
2425
- msgid "unknown cursor type: %s"
2416
+ #: ../lib/rabbit/theme/emphasize-keyword/property.rb:2
2417
+ msgid "Emphasize Keyword"
2426
2418
  msgstr ""
2427
2419
 
2428
- #: ../lib/rabbit/rabbit.rb:252
2429
- msgid "print isn't supported"
2420
+ #: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
2421
+ msgid "Provides emphasize_keyword method that markups specified keyword as emphasis text."
2430
2422
  msgstr ""
2431
2423
 
2432
- #: ../lib/rabbit/source/memory.rb:9
2433
- msgid "[FILENAME_OR_NOT]"
2424
+ #: ../lib/rabbit/theme/default-icon/property.rb:2
2425
+ msgid "DefaultIcon"
2434
2426
  msgstr ""
2435
2427
 
2436
- #: ../lib/rabbit/source/hiki.rb:13
2437
- msgid "[HIKI_CGI_URI] and [PAGE_NAME]"
2428
+ #: ../lib/rabbit/theme/default-icon/property.rb:3
2429
+ msgid "Toolkit to use pink circle and polygon as icons"
2438
2430
  msgstr ""
2439
2431
 
2440
- #: ../lib/rabbit/source/file.rb:9
2441
- msgid "[FILENAME]"
2432
+ #: ../lib/rabbit/theme/default-icon/property.rb:4
2433
+ msgid "Uses pink circle and polygon as icons."
2442
2434
  msgstr ""
2443
2435
 
2444
- #: ../lib/rabbit/source/uri.rb:25
2445
- msgid "URI"
2436
+ #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
2437
+ msgid "Ruby-GNOME2 Foot Text"
2446
2438
  msgstr ""
2447
2439
 
2448
- #: ../lib/rabbit/source/argf.rb:10
2449
- msgid "none (get from STDIN) or [FILE_NAMES]"
2440
+ #: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:3
2441
+ msgid "Displays foot text at the footer of slide with Ruby-GNOME2 style."
2450
2442
  msgstr ""
2451
2443
 
2452
- #: ../lib/rabbit/source/slide-share.rb:14
2453
- msgid "[USER] and [TITLE]"
2444
+ #: ../lib/rabbit/theme/green-circle/property.rb:2
2445
+ msgid "Green Circle"
2454
2446
  msgstr ""
2455
2447
 
2456
- #: ../lib/rabbit/readme-parser.rb:35
2457
- msgid "No README found"
2448
+ #: ../lib/rabbit/theme/green-circle/property.rb:3
2449
+ msgid "Green Circle theme"
2458
2450
  msgstr ""
2459
2451
 
2460
- #: ../lib/rabbit/canvas.rb:607
2461
- msgid "Unknown action: %s"
2452
+ #: ../lib/rabbit/gem-finder.rb:46
2453
+ msgid "Installing gem: %s"
2462
2454
  msgstr ""
2463
2455
 
2464
- #: ../lib/rabbit/canvas.rb:675
2465
- msgid "Processing..."
2456
+ #: ../lib/rabbit/gem-finder.rb:49
2457
+ msgid "Installing gem in user install mode: %s"
2466
2458
  msgstr ""
2467
2459
 
2468
2460
  #: ../lib/rabbit/parser/wiki/output.rb:88
@@ -2477,76 +2469,84 @@ msgstr ""
2477
2469
  msgid "multiple {{image, 'XXX.png', :align => :right}} isn't supported."
2478
2470
  msgstr ""
2479
2471
 
2480
- #: ../lib/rabbit/parser/ext/enscript.rb:30
2481
- msgid "enscript: unsupported language: %s"
2472
+ #: ../lib/rabbit/parser/rd/visitor.rb:49
2473
+ msgid "[BUG] [%s] %s extension isn't available."
2482
2474
  msgstr ""
2483
2475
 
2484
- #: ../lib/rabbit/parser/ext/enscript.rb:112
2485
- msgid "enscript: unsupported element name: %s"
2476
+ #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:46
2477
+ msgid "multiple 'align = right' isn't supported."
2486
2478
  msgstr ""
2487
2479
 
2488
- #: ../lib/rabbit/parser/ext/aafigure.rb:24
2489
- msgid "tried aafigure command: %s"
2480
+ #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:131
2481
+ msgid "RTtool isn't available"
2490
2482
  msgstr ""
2491
2483
 
2492
- #: ../lib/rabbit/parser/ext/emacs.rb:94
2493
- msgid "emacs: unsupported element name: %s"
2484
+ #: ../lib/rabbit/parser/markdown/converter.rb:132
2485
+ msgid "multiple ![alt]{image} in a paragraph isn't supported."
2494
2486
  msgstr ""
2495
2487
 
2496
- #: ../lib/rabbit/parser/ext/tex.rb:53
2497
- msgid "tried mimeTeX commands: %s"
2488
+ #: ../lib/rabbit/parser/markdown/converter.rb:225
2489
+ msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
2498
2490
  msgstr ""
2499
2491
 
2500
2492
  #: ../lib/rabbit/parser/ext/blockdiag.rb:28
2501
2493
  msgid "tried blockdiag command: %s"
2502
2494
  msgstr ""
2503
2495
 
2504
- #: ../lib/rabbit/parser/markdown/converter.rb:132
2505
- msgid "multiple ![alt]{image} in a paragraph isn't supported."
2496
+ #: ../lib/rabbit/parser/ext/tex.rb:53
2497
+ msgid "tried mimeTeX commands: %s"
2506
2498
  msgstr ""
2507
2499
 
2508
- #: ../lib/rabbit/parser/markdown/converter.rb:225
2509
- msgid "multiple ![]('XXX.png'){:align='right'} isn't supported."
2500
+ #: ../lib/rabbit/parser/ext/aafigure.rb:24
2501
+ msgid "tried aafigure command: %s"
2510
2502
  msgstr ""
2511
2503
 
2512
- #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:46
2513
- msgid "multiple 'align = right' isn't supported."
2504
+ #: ../lib/rabbit/parser/ext/enscript.rb:30
2505
+ msgid "enscript: unsupported language: %s"
2514
2506
  msgstr ""
2515
2507
 
2516
- #: ../lib/rabbit/parser/rd/ext/block-verbatim.rb:131
2517
- msgid "RTtool isn't available"
2508
+ #: ../lib/rabbit/parser/ext/enscript.rb:112
2509
+ msgid "enscript: unsupported element name: %s"
2518
2510
  msgstr ""
2519
2511
 
2520
- #: ../lib/rabbit/parser/rd/visitor.rb:49
2521
- msgid "[BUG] [%s] %s extension isn't available."
2512
+ #: ../lib/rabbit/parser/ext/emacs.rb:94
2513
+ msgid "emacs: unsupported element name: %s"
2522
2514
  msgstr ""
2523
2515
 
2524
- #: ../lib/rabbit/graffiti/config-dialog.rb:48
2525
- msgid "Line width:"
2516
+ #: ../lib/rabbit/menu.rb:61
2517
+ msgid "Jump to the %dth slide"
2526
2518
  msgstr ""
2527
2519
 
2528
- #: ../data/rabbit/image/rabbit-images/property.rb:2
2529
- msgid "RabbitImage"
2520
+ #: ../lib/rabbit/canvas.rb:607
2521
+ msgid "Unknown action: %s"
2530
2522
  msgstr ""
2531
2523
 
2532
- #: ../data/rabbit/image/rabbit-images/property.rb:3
2533
- msgid "Images related to Rabbit"
2524
+ #: ../lib/rabbit/canvas.rb:675
2525
+ msgid "Processing..."
2534
2526
  msgstr ""
2535
2527
 
2536
- #: ../data/rabbit/image/rabbit-images/property.rb:4
2537
- msgid "Provides images related to Rabbit."
2528
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:2
2529
+ msgid "RubyKaigi2011Image"
2538
2530
  msgstr ""
2539
2531
 
2540
- #: ../data/rabbit/image/ruby-images/property.rb:2
2541
- msgid "RubyImage"
2532
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:3
2533
+ msgid "Images related to RubyKaigi2011"
2542
2534
  msgstr ""
2543
2535
 
2544
- #: ../data/rabbit/image/ruby-images/property.rb:3
2545
- msgid "Images related to Ruby"
2536
+ #: ../data/rabbit/image/rubykaigi2011-images/property.rb:4
2537
+ msgid "Provides images related to RubyKaigi2011."
2546
2538
  msgstr ""
2547
2539
 
2548
- #: ../data/rabbit/image/ruby-images/property.rb:4
2549
- msgid "Provides images related to Ruby."
2540
+ #: ../data/rabbit/image/rabbit-images/property.rb:2
2541
+ msgid "RabbitImage"
2542
+ msgstr ""
2543
+
2544
+ #: ../data/rabbit/image/rabbit-images/property.rb:3
2545
+ msgid "Images related to Rabbit"
2546
+ msgstr ""
2547
+
2548
+ #: ../data/rabbit/image/rabbit-images/property.rb:4
2549
+ msgid "Provides images related to Rabbit."
2550
2550
  msgstr ""
2551
2551
 
2552
2552
  #: ../data/rabbit/image/clear-blue-images/property.rb:2
@@ -2585,16 +2585,16 @@ msgstr ""
2585
2585
  msgid "Provides images related to Dark Gradation theme"
2586
2586
  msgstr ""
2587
2587
 
2588
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:2
2589
- msgid "RubyKaigi2011Image"
2588
+ #: ../data/rabbit/image/debian-images/property.rb:2
2589
+ msgid "DebianImage"
2590
2590
  msgstr ""
2591
2591
 
2592
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:3
2593
- msgid "Images related to RubyKaigi2011"
2592
+ #: ../data/rabbit/image/debian-images/property.rb:3
2593
+ msgid "Images related to Debian"
2594
2594
  msgstr ""
2595
2595
 
2596
- #: ../data/rabbit/image/rubykaigi2011-images/property.rb:4
2597
- msgid "Provides images related to RubyKaigi2011."
2596
+ #: ../data/rabbit/image/debian-images/property.rb:4
2597
+ msgid "Provides images related to Debian"
2598
2598
  msgstr ""
2599
2599
 
2600
2600
  #: ../data/rabbit/image/nari-images/property.rb:2
@@ -2609,16 +2609,16 @@ msgstr ""
2609
2609
  msgid "Provides images related to ((<nari>)) theme."
2610
2610
  msgstr ""
2611
2611
 
2612
- #: ../data/rabbit/image/debian-images/property.rb:2
2613
- msgid "DebianImage"
2612
+ #: ../data/rabbit/image/ruby-images/property.rb:2
2613
+ msgid "RubyImage"
2614
2614
  msgstr ""
2615
2615
 
2616
- #: ../data/rabbit/image/debian-images/property.rb:3
2617
- msgid "Images related to Debian"
2616
+ #: ../data/rabbit/image/ruby-images/property.rb:3
2617
+ msgid "Images related to Ruby"
2618
2618
  msgstr ""
2619
2619
 
2620
- #: ../data/rabbit/image/debian-images/property.rb:4
2621
- msgid "Provides images related to Debian"
2620
+ #: ../data/rabbit/image/ruby-images/property.rb:4
2621
+ msgid "Provides images related to Ruby."
2622
2622
  msgstr ""
2623
2623
 
2624
2624
  #: ../bin/rabbit-command:18