rabbit 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +1 -1
- data/Rakefile +13 -5
- data/bin/rabbit +2 -2
- data/data/locale/en/LC_MESSAGES/rabbit.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rabbit.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rabbit.mo +0 -0
- data/doc/_config.yml +4 -4
- data/doc/_layouts/skeleton.html +9 -14
- data/doc/en/index.rd +2 -2
- data/doc/en/install/homebrew.rd +1 -0
- data/doc/en/install/windows.rd +4 -4
- data/doc/en/news.rd +54 -0
- data/doc/en/slides.rd +2 -0
- data/doc/en/usage/rabbit-slide.rd +235 -1
- data/doc/images/screenshots/en/blue-circle-raw.png +0 -0
- data/doc/images/screenshots/en/blue-circle.png +0 -0
- data/doc/images/screenshots/en/clear-blue-raw.png +0 -0
- data/doc/images/screenshots/en/clear-blue.png +0 -0
- data/doc/images/screenshots/en/cozmixng-raw.png +0 -0
- data/doc/images/screenshots/en/cozmixng.png +0 -0
- data/doc/images/screenshots/en/dark-gradation-raw.png +0 -0
- data/doc/images/screenshots/en/dark-gradation.png +0 -0
- data/doc/images/screenshots/en/day-white-raw.png +0 -0
- data/doc/images/screenshots/en/day-white.png +0 -0
- data/doc/images/screenshots/en/debian-raw.png +0 -0
- data/doc/images/screenshots/en/debian.png +0 -0
- data/doc/images/screenshots/en/green-circle-raw.png +0 -0
- data/doc/images/screenshots/en/green-circle.png +0 -0
- data/doc/images/screenshots/en/night-black-raw.png +0 -0
- data/doc/images/screenshots/en/night-black.png +0 -0
- data/doc/images/screenshots/en/rabbit-raw.png +0 -0
- data/doc/images/screenshots/en/rabbit.png +0 -0
- data/doc/images/screenshots/en/ranguba-raw.png +0 -0
- data/doc/images/screenshots/en/ranguba.png +0 -0
- data/doc/images/screenshots/en/red-frame-raw.png +0 -0
- data/doc/images/screenshots/en/red-frame.png +0 -0
- data/doc/images/screenshots/en/ruby-gnome2-raw.png +0 -0
- data/doc/images/screenshots/en/ruby-gnome2.png +0 -0
- data/doc/images/screenshots/en/rubykaigi2011-raw.png +0 -0
- data/doc/images/screenshots/en/rubykaigi2011.png +0 -0
- data/doc/images/screenshots/ja/blue-circle-raw.png +0 -0
- data/doc/images/screenshots/ja/blue-circle.png +0 -0
- data/doc/images/screenshots/ja/clear-blue-raw.png +0 -0
- data/doc/images/screenshots/ja/clear-blue.png +0 -0
- data/doc/images/screenshots/ja/cozmixng-raw.png +0 -0
- data/doc/images/screenshots/ja/cozmixng.png +0 -0
- data/doc/images/screenshots/ja/dark-gradation-raw.png +0 -0
- data/doc/images/screenshots/ja/dark-gradation.png +0 -0
- data/doc/images/screenshots/ja/day-white-raw.png +0 -0
- data/doc/images/screenshots/ja/day-white.png +0 -0
- data/doc/images/screenshots/ja/debian-raw.png +0 -0
- data/doc/images/screenshots/ja/debian.png +0 -0
- data/doc/images/screenshots/ja/green-circle-raw.png +0 -0
- data/doc/images/screenshots/ja/green-circle.png +0 -0
- data/doc/images/screenshots/ja/night-black-raw.png +0 -0
- data/doc/images/screenshots/ja/night-black.png +0 -0
- data/doc/images/screenshots/ja/rabbit-raw.png +0 -0
- data/doc/images/screenshots/ja/rabbit.png +0 -0
- data/doc/images/screenshots/ja/ranguba-raw.png +0 -0
- data/doc/images/screenshots/ja/ranguba.png +0 -0
- data/doc/images/screenshots/ja/red-frame-raw.png +0 -0
- data/doc/images/screenshots/ja/red-frame.png +0 -0
- data/doc/images/screenshots/ja/ruby-gnome2-raw.png +0 -0
- data/doc/images/screenshots/ja/ruby-gnome2.png +0 -0
- data/doc/images/screenshots/ja/rubykaigi2011-raw.png +0 -0
- data/doc/images/screenshots/ja/rubykaigi2011.png +0 -0
- data/doc/index.html.en +3 -3
- data/doc/ja/install/homebrew.rd +1 -0
- data/doc/ja/install/windows.rd +6 -5
- data/doc/ja/news.rd +53 -0
- data/doc/ja/usage/rabbit-slide.rd +12 -4
- data/lib/rabbit/command/rabbit-slide.rb +12 -4
- data/lib/rabbit/command/rabbit.rb +46 -20
- data/lib/rabbit/graffiti/config-dialog.rb +2 -0
- data/lib/rabbit/info-window.rb +13 -3
- data/lib/rabbit/parser/markdown/converter.rb +8 -1
- data/lib/rabbit/readme-parser.rb +58 -5
- data/lib/rabbit/renderer/display/info.rb +5 -0
- data/lib/rabbit/slide-configuration.rb +9 -2
- data/lib/rabbit/slide.rb +40 -0
- data/lib/rabbit/stock.rb +3 -3
- data/lib/rabbit/task/slide.rb +6 -1
- data/lib/rabbit/task/theme.rb +1 -1
- data/lib/rabbit/theme/applier.rb +10 -10
- data/lib/rabbit/theme/searcher.rb +2 -2
- data/lib/rabbit/theme/slide-logo/slide-logo.rb +1 -1
- data/lib/rabbit/version.rb +1 -1
- data/po/en/rabbit.po +266 -214
- data/po/fr/rabbit.po +264 -213
- data/po/ja/rabbit.po +306 -324
- data/rabbit.gemspec +1 -1
- data/test/parser/test-markdown.rb +65 -0
- data/test/run-test.rb +4 -2
- data/test/test-readme-parser.rb +120 -22
- data/test/test-slide-configuration.rb +2 -1
- metadata +46 -79
data/po/fr/rabbit.po
CHANGED
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: Rabbit 0.5.4\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date:
|
|
9
|
+
"POT-Creation-Date: 2014-03-08 22:31+0900\n"
|
|
10
10
|
"PO-Revision-Date: 2012-09-10 21:20+0900\n"
|
|
11
11
|
"Last-Translator: Vincent Isambart <vincent.isambart@gmail.com>\n"
|
|
12
12
|
"Language-Team: Vincent Isambart <vincent.isambart@gmail.com>\n"
|
|
@@ -16,20 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
18
|
|
|
19
|
-
#:
|
|
20
|
-
#: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
|
|
21
|
-
msgid ""
|
|
22
|
-
"unknown enumeration item mark type: %s\n"
|
|
23
|
-
"Numeric type is used as fallback"
|
|
24
|
-
msgstr ""
|
|
25
|
-
|
|
26
|
-
#:
|
|
27
|
-
#: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
|
|
28
|
-
msgid ""
|
|
29
|
-
"unknown item mark type: %s\n"
|
|
30
|
-
"Rectangle type is used as fallback"
|
|
31
|
-
msgstr ""
|
|
32
|
-
|
|
33
19
|
#: ../bin/rabbit-command:18
|
|
34
20
|
msgid "Specify Rabbit's dRuby URI as [URI]."
|
|
35
21
|
msgstr ""
|
|
@@ -242,6 +228,10 @@ msgstr ""
|
|
|
242
228
|
msgid "Save as image"
|
|
243
229
|
msgstr ""
|
|
244
230
|
|
|
231
|
+
#: ../lib/rabbit/action/basic.rb:83 ../lib/rabbit/command/rabbit.rb:299
|
|
232
|
+
msgid "Print"
|
|
233
|
+
msgstr ""
|
|
234
|
+
|
|
245
235
|
#: ../lib/rabbit/action/basic.rb:91
|
|
246
236
|
msgid "Iconify"
|
|
247
237
|
msgstr ""
|
|
@@ -338,8 +328,15 @@ msgstr ""
|
|
|
338
328
|
msgid "Log Level"
|
|
339
329
|
msgstr ""
|
|
340
330
|
|
|
341
|
-
#: ../lib/rabbit/action/radio.rb:
|
|
342
|
-
|
|
331
|
+
#: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
|
|
332
|
+
msgid "Whiteout"
|
|
333
|
+
msgstr ""
|
|
334
|
+
|
|
335
|
+
#: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
|
|
336
|
+
msgid "Blackout"
|
|
337
|
+
msgstr ""
|
|
338
|
+
|
|
339
|
+
#: ../lib/rabbit/action/radio.rb:37 ../lib/rabbit/command/rabbit-slide.rb:353
|
|
343
340
|
#: ../lib/rabbit/command/rabbit-slide.rb:369
|
|
344
341
|
#: ../lib/rabbit/command/rabbit-theme.rb:211
|
|
345
342
|
#: ../lib/rabbit/command/rabbit-theme.rb:227
|
|
@@ -371,14 +368,6 @@ msgstr ""
|
|
|
371
368
|
msgid "Unknown"
|
|
372
369
|
msgstr ""
|
|
373
370
|
|
|
374
|
-
#: ../lib/rabbit/action/radio.rb:27 ../lib/rabbit/action/toggle.rb:12
|
|
375
|
-
msgid "Whiteout"
|
|
376
|
-
msgstr ""
|
|
377
|
-
|
|
378
|
-
#: ../lib/rabbit/action/radio.rb:32 ../lib/rabbit/action/toggle.rb:23
|
|
379
|
-
msgid "Blackout"
|
|
380
|
-
msgstr ""
|
|
381
|
-
|
|
382
371
|
#: ../lib/rabbit/action/toggle.rb:30
|
|
383
372
|
msgid "Index mode"
|
|
384
373
|
msgstr ""
|
|
@@ -615,35 +604,35 @@ msgstr ""
|
|
|
615
604
|
msgid "Install"
|
|
616
605
|
msgstr ""
|
|
617
606
|
|
|
618
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
607
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:443
|
|
619
608
|
msgid "TITLE"
|
|
620
609
|
msgstr ""
|
|
621
610
|
|
|
622
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
611
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:445
|
|
623
612
|
msgid "FIRST SLIDE"
|
|
624
613
|
msgstr ""
|
|
625
614
|
|
|
626
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
615
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:447
|
|
627
616
|
msgid "SECOND SLIDE"
|
|
628
617
|
msgstr ""
|
|
629
618
|
|
|
630
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
619
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:459
|
|
631
620
|
msgid "SUBTITLE"
|
|
632
621
|
msgstr ""
|
|
633
622
|
|
|
634
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
623
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:460
|
|
635
624
|
msgid "AUTHOR"
|
|
636
625
|
msgstr ""
|
|
637
626
|
|
|
638
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
627
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:461
|
|
639
628
|
msgid "INSTITUTION"
|
|
640
629
|
msgstr ""
|
|
641
630
|
|
|
642
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
631
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:462
|
|
643
632
|
msgid "EVENT NAME"
|
|
644
633
|
msgstr ""
|
|
645
634
|
|
|
646
|
-
#: ../lib/rabbit/command/rabbit-slide.rb:
|
|
635
|
+
#: ../lib/rabbit/command/rabbit-slide.rb:483
|
|
647
636
|
msgid "ITEM %d"
|
|
648
637
|
msgstr ""
|
|
649
638
|
|
|
@@ -677,12 +666,11 @@ msgstr ""
|
|
|
677
666
|
msgid "For users"
|
|
678
667
|
msgstr ""
|
|
679
668
|
|
|
680
|
-
#: ../lib/rabbit/command/rabbit-theme.rb:229
|
|
681
|
-
#: ../lib/rabbit/task/theme.rb:95
|
|
669
|
+
#: ../lib/rabbit/command/rabbit-theme.rb:229 ../lib/rabbit/task/theme.rb:95
|
|
682
670
|
msgid "rabbit-theme-benchmark-en.gem"
|
|
683
671
|
msgstr ""
|
|
684
672
|
|
|
685
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
673
|
+
#: ../lib/rabbit/command/rabbit.rb:134
|
|
686
674
|
#: ../lib/rabbit/theme/blue-bar/property.rb:1
|
|
687
675
|
#: ../lib/rabbit/theme/blue-circle/property.rb:1
|
|
688
676
|
#: ../lib/rabbit/theme/centering-rabbit/property.rb:1
|
|
@@ -711,404 +699,404 @@ msgstr ""
|
|
|
711
699
|
msgid "Theme"
|
|
712
700
|
msgstr ""
|
|
713
701
|
|
|
714
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
702
|
+
#: ../lib/rabbit/command/rabbit.rb:137
|
|
715
703
|
msgid "Add [PATH] to load path."
|
|
716
704
|
msgstr ""
|
|
717
705
|
|
|
718
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
706
|
+
#: ../lib/rabbit/command/rabbit.rb:142
|
|
719
707
|
msgid "Use [THEME] as theme."
|
|
720
708
|
msgstr ""
|
|
721
709
|
|
|
722
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
710
|
+
#: ../lib/rabbit/command/rabbit.rb:149
|
|
723
711
|
msgid "Use [THEME] for comment."
|
|
724
712
|
msgstr ""
|
|
725
713
|
|
|
726
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
714
|
+
#: ../lib/rabbit/command/rabbit.rb:155
|
|
727
715
|
msgid "Use [TIME] as allotted time."
|
|
728
716
|
msgstr ""
|
|
729
717
|
|
|
730
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
731
|
-
#: ../lib/rabbit/html/generator.rb:404
|
|
718
|
+
#: ../lib/rabbit/command/rabbit.rb:161 ../lib/rabbit/html/generator.rb:404
|
|
732
719
|
msgid "Source"
|
|
733
720
|
msgstr ""
|
|
734
721
|
|
|
735
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
722
|
+
#: ../lib/rabbit/command/rabbit.rb:168
|
|
736
723
|
msgid ""
|
|
737
724
|
"When select %s\n"
|
|
738
725
|
"specify %s\n"
|
|
739
726
|
"as [SOURCE_INFOS]."
|
|
740
727
|
msgstr ""
|
|
741
728
|
|
|
742
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
729
|
+
#: ../lib/rabbit/command/rabbit.rb:175
|
|
743
730
|
msgid "Specify source type as [TYPE]."
|
|
744
731
|
msgstr ""
|
|
745
732
|
|
|
746
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
733
|
+
#: ../lib/rabbit/command/rabbit.rb:176 ../lib/rabbit/console.rb:165
|
|
734
|
+
#: ../lib/rabbit/console.rb:182
|
|
735
|
+
msgid "Select from [%s]."
|
|
736
|
+
msgstr ""
|
|
737
|
+
|
|
738
|
+
#: ../lib/rabbit/command/rabbit.rb:177
|
|
747
739
|
msgid "Note: case insensitive."
|
|
748
740
|
msgstr ""
|
|
749
741
|
|
|
750
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
742
|
+
#: ../lib/rabbit/command/rabbit.rb:191
|
|
751
743
|
msgid "Specify source encoding as [ENCODING]."
|
|
752
744
|
msgstr ""
|
|
753
745
|
|
|
754
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
755
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
756
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
757
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
758
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
759
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
760
|
-
#: ../lib/rabbit/command/rabbit.rb:414
|
|
761
|
-
#: ../lib/rabbit/command/rabbit.rb:421
|
|
762
|
-
#: ../lib/rabbit/command/rabbit.rb:428
|
|
763
|
-
#: ../lib/rabbit/command/rabbit.rb:435
|
|
764
|
-
#: ../lib/rabbit/command/rabbit.rb:556 ../lib/rabbit/console.rb:150
|
|
746
|
+
#: ../lib/rabbit/command/rabbit.rb:192 ../lib/rabbit/command/rabbit.rb:198
|
|
747
|
+
#: ../lib/rabbit/command/rabbit.rb:359 ../lib/rabbit/command/rabbit.rb:366
|
|
748
|
+
#: ../lib/rabbit/command/rabbit.rb:373 ../lib/rabbit/command/rabbit.rb:380
|
|
749
|
+
#: ../lib/rabbit/command/rabbit.rb:405 ../lib/rabbit/command/rabbit.rb:412
|
|
750
|
+
#: ../lib/rabbit/command/rabbit.rb:419 ../lib/rabbit/command/rabbit.rb:426
|
|
751
|
+
#: ../lib/rabbit/command/rabbit.rb:547 ../lib/rabbit/console.rb:150
|
|
765
752
|
msgid "(auto)"
|
|
766
753
|
msgstr ""
|
|
767
754
|
|
|
768
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
755
|
+
#: ../lib/rabbit/command/rabbit.rb:197
|
|
769
756
|
msgid "Specify base URI or path of source as [BASE]."
|
|
770
757
|
msgstr ""
|
|
771
758
|
|
|
772
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
759
|
+
#: ../lib/rabbit/command/rabbit.rb:203
|
|
773
760
|
msgid "Initial state"
|
|
774
761
|
msgstr ""
|
|
775
762
|
|
|
776
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
763
|
+
#: ../lib/rabbit/command/rabbit.rb:206
|
|
777
764
|
msgid "Toggle full screen mode."
|
|
778
765
|
msgstr ""
|
|
779
766
|
|
|
780
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
767
|
+
#: ../lib/rabbit/command/rabbit.rb:212
|
|
781
768
|
msgid "Toggle index mode."
|
|
782
769
|
msgstr ""
|
|
783
770
|
|
|
784
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
771
|
+
#: ../lib/rabbit/command/rabbit.rb:218
|
|
785
772
|
msgid "Size"
|
|
786
773
|
msgstr ""
|
|
787
774
|
|
|
788
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
775
|
+
#: ../lib/rabbit/command/rabbit.rb:221
|
|
789
776
|
msgid "Set window geometry [GEOMETRY]."
|
|
790
777
|
msgstr ""
|
|
791
778
|
|
|
792
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
779
|
+
#: ../lib/rabbit/command/rabbit.rb:222
|
|
793
780
|
msgid "Format: WIDTHxHEIGHT+X+Y"
|
|
794
781
|
msgstr ""
|
|
795
782
|
|
|
796
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
783
|
+
#: ../lib/rabbit/command/rabbit.rb:229
|
|
797
784
|
msgid "Set window width to [WIDTH]."
|
|
798
785
|
msgstr ""
|
|
799
786
|
|
|
800
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
787
|
+
#: ../lib/rabbit/command/rabbit.rb:236
|
|
801
788
|
msgid "Set window height to [HEIGHT]."
|
|
802
789
|
msgstr ""
|
|
803
790
|
|
|
804
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
791
|
+
#: ../lib/rabbit/command/rabbit.rb:241
|
|
805
792
|
msgid ""
|
|
806
793
|
"Set window width and height to\n"
|
|
807
794
|
"[WIDTH] and [HEIGHT]."
|
|
808
795
|
msgstr ""
|
|
809
796
|
|
|
810
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
797
|
+
#: ../lib/rabbit/command/rabbit.rb:254
|
|
811
798
|
msgid "Save"
|
|
812
799
|
msgstr ""
|
|
813
800
|
|
|
814
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
801
|
+
#: ../lib/rabbit/command/rabbit.rb:257
|
|
815
802
|
msgid "Save as image and exit."
|
|
816
803
|
msgstr ""
|
|
817
804
|
|
|
818
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
805
|
+
#: ../lib/rabbit/command/rabbit.rb:262
|
|
819
806
|
msgid "Specify saved image type as [TYPE]."
|
|
820
807
|
msgstr ""
|
|
821
808
|
|
|
822
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
809
|
+
#: ../lib/rabbit/command/rabbit.rb:269
|
|
823
810
|
msgid "Specify saved image base name as [BASE_NAME]."
|
|
824
811
|
msgstr ""
|
|
825
812
|
|
|
826
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
827
|
-
#: ../lib/rabbit/command/rabbit.rb:317
|
|
813
|
+
#: ../lib/rabbit/command/rabbit.rb:270 ../lib/rabbit/command/rabbit.rb:308
|
|
828
814
|
msgid "Title of slide"
|
|
829
815
|
msgstr ""
|
|
830
816
|
|
|
831
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
817
|
+
#: ../lib/rabbit/command/rabbit.rb:275
|
|
832
818
|
msgid "Output HTML for viewing saved images."
|
|
833
819
|
msgstr ""
|
|
834
820
|
|
|
835
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
821
|
+
#: ../lib/rabbit/command/rabbit.rb:281
|
|
836
822
|
msgid "Output index HTML for navigating slides."
|
|
837
823
|
msgstr ""
|
|
838
824
|
|
|
839
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
825
|
+
#: ../lib/rabbit/command/rabbit.rb:287
|
|
840
826
|
msgid "Specify base URI of RSS as [URI]."
|
|
841
827
|
msgstr ""
|
|
842
828
|
|
|
843
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
829
|
+
#: ../lib/rabbit/command/rabbit.rb:288
|
|
844
830
|
msgid "RSS is generated only when HTML is output."
|
|
845
831
|
msgstr ""
|
|
846
832
|
|
|
847
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
833
|
+
#: ../lib/rabbit/command/rabbit.rb:294
|
|
848
834
|
msgid "Specify source filenam as [FILENAME]."
|
|
849
835
|
msgstr ""
|
|
850
836
|
|
|
851
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
837
|
+
#: ../lib/rabbit/command/rabbit.rb:302
|
|
852
838
|
msgid "Print and exit."
|
|
853
839
|
msgstr ""
|
|
854
840
|
|
|
855
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
841
|
+
#: ../lib/rabbit/command/rabbit.rb:307
|
|
856
842
|
msgid "Specify printed out filename as [FILENAME]."
|
|
857
843
|
msgstr ""
|
|
858
844
|
|
|
859
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
845
|
+
#: ../lib/rabbit/command/rabbit.rb:314
|
|
860
846
|
msgid "Set slides per page."
|
|
861
847
|
msgstr ""
|
|
862
848
|
|
|
863
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
849
|
+
#: ../lib/rabbit/command/rabbit.rb:320
|
|
864
850
|
msgid "Draw scaled image."
|
|
865
851
|
msgstr ""
|
|
866
852
|
|
|
867
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
853
|
+
#: ../lib/rabbit/command/rabbit.rb:321
|
|
868
854
|
msgid "Better look for displaying but lesser look for printing."
|
|
869
855
|
msgstr ""
|
|
870
856
|
|
|
871
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
857
|
+
#: ../lib/rabbit/command/rabbit.rb:326
|
|
872
858
|
msgid "Paper"
|
|
873
859
|
msgstr ""
|
|
874
860
|
|
|
875
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
861
|
+
#: ../lib/rabbit/command/rabbit.rb:330
|
|
876
862
|
msgid "Set paper width to [WIDTH] Pt."
|
|
877
863
|
msgstr ""
|
|
878
864
|
|
|
879
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
865
|
+
#: ../lib/rabbit/command/rabbit.rb:331
|
|
880
866
|
msgid "(landscape A4 width)"
|
|
881
867
|
msgstr ""
|
|
882
868
|
|
|
883
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
869
|
+
#: ../lib/rabbit/command/rabbit.rb:337
|
|
884
870
|
msgid "Set paper height to [HEIGHT] Pt."
|
|
885
871
|
msgstr ""
|
|
886
872
|
|
|
887
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
873
|
+
#: ../lib/rabbit/command/rabbit.rb:338
|
|
888
874
|
msgid "(landscape A4 height)"
|
|
889
875
|
msgstr ""
|
|
890
876
|
|
|
891
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
877
|
+
#: ../lib/rabbit/command/rabbit.rb:342
|
|
892
878
|
msgid ""
|
|
893
879
|
"Set paper width and height to\n"
|
|
894
880
|
"[WIDTH] Pt and [HEIGHT] Pt."
|
|
895
881
|
msgstr ""
|
|
896
882
|
|
|
897
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
883
|
+
#: ../lib/rabbit/command/rabbit.rb:344
|
|
898
884
|
msgid "(landscape A4 size)"
|
|
899
885
|
msgstr ""
|
|
900
886
|
|
|
901
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
887
|
+
#: ../lib/rabbit/command/rabbit.rb:354
|
|
902
888
|
msgid "Margin"
|
|
903
889
|
msgstr ""
|
|
904
890
|
|
|
905
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
891
|
+
#: ../lib/rabbit/command/rabbit.rb:358
|
|
906
892
|
msgid "Set left margin for slides per page mode print."
|
|
907
893
|
msgstr ""
|
|
908
894
|
|
|
909
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
895
|
+
#: ../lib/rabbit/command/rabbit.rb:365
|
|
910
896
|
msgid "Set right margin for slides per page mode print."
|
|
911
897
|
msgstr ""
|
|
912
898
|
|
|
913
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
899
|
+
#: ../lib/rabbit/command/rabbit.rb:372
|
|
914
900
|
msgid "Set top margin for slides per page mode print."
|
|
915
901
|
msgstr ""
|
|
916
902
|
|
|
917
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
903
|
+
#: ../lib/rabbit/command/rabbit.rb:379
|
|
918
904
|
msgid "Set bottom margin for slides per page mode print."
|
|
919
905
|
msgstr ""
|
|
920
906
|
|
|
921
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
907
|
+
#: ../lib/rabbit/command/rabbit.rb:384
|
|
922
908
|
msgid "[ALL]"
|
|
923
909
|
msgstr ""
|
|
924
910
|
|
|
925
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
911
|
+
#: ../lib/rabbit/command/rabbit.rb:385
|
|
926
912
|
msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
|
|
927
913
|
msgstr ""
|
|
928
914
|
|
|
929
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
915
|
+
#: ../lib/rabbit/command/rabbit.rb:386
|
|
930
916
|
msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
|
|
931
917
|
msgstr ""
|
|
932
918
|
|
|
933
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
919
|
+
#: ../lib/rabbit/command/rabbit.rb:387
|
|
934
920
|
msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
|
|
935
921
|
msgstr ""
|
|
936
922
|
|
|
937
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
923
|
+
#: ../lib/rabbit/command/rabbit.rb:390
|
|
938
924
|
msgid "Set margin for slides per page mode print."
|
|
939
925
|
msgstr ""
|
|
940
926
|
|
|
941
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
927
|
+
#: ../lib/rabbit/command/rabbit.rb:404
|
|
942
928
|
msgid "Set left page margin."
|
|
943
929
|
msgstr ""
|
|
944
930
|
|
|
945
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
931
|
+
#: ../lib/rabbit/command/rabbit.rb:411
|
|
946
932
|
msgid "Set right page margin."
|
|
947
933
|
msgstr ""
|
|
948
934
|
|
|
949
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
935
|
+
#: ../lib/rabbit/command/rabbit.rb:418
|
|
950
936
|
msgid "Set top page margin."
|
|
951
937
|
msgstr ""
|
|
952
938
|
|
|
953
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
939
|
+
#: ../lib/rabbit/command/rabbit.rb:425
|
|
954
940
|
msgid "Set bottom page margin."
|
|
955
941
|
msgstr ""
|
|
956
942
|
|
|
957
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
943
|
+
#: ../lib/rabbit/command/rabbit.rb:432
|
|
958
944
|
msgid "Set page margin."
|
|
959
945
|
msgstr ""
|
|
960
946
|
|
|
961
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
947
|
+
#: ../lib/rabbit/command/rabbit.rb:444
|
|
962
948
|
msgid "dRuby"
|
|
963
949
|
msgstr ""
|
|
964
950
|
|
|
965
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
951
|
+
#: ../lib/rabbit/command/rabbit.rb:447
|
|
966
952
|
msgid "Specify whether to use dRuby."
|
|
967
953
|
msgstr ""
|
|
968
954
|
|
|
969
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
955
|
+
#: ../lib/rabbit/command/rabbit.rb:453
|
|
970
956
|
msgid "Specify dRuby URI."
|
|
971
957
|
msgstr ""
|
|
972
958
|
|
|
973
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
959
|
+
#: ../lib/rabbit/command/rabbit.rb:459
|
|
974
960
|
msgid "Specify whether to output dRuby URI."
|
|
975
961
|
msgstr ""
|
|
976
962
|
|
|
977
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
963
|
+
#: ../lib/rabbit/command/rabbit.rb:464
|
|
978
964
|
msgid "SOAP"
|
|
979
965
|
msgstr ""
|
|
980
966
|
|
|
981
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
967
|
+
#: ../lib/rabbit/command/rabbit.rb:467
|
|
982
968
|
msgid "Specify whether to use SOAP."
|
|
983
969
|
msgstr ""
|
|
984
970
|
|
|
985
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
971
|
+
#: ../lib/rabbit/command/rabbit.rb:473
|
|
986
972
|
msgid "Specify SOAP host as [HOST]."
|
|
987
973
|
msgstr ""
|
|
988
974
|
|
|
989
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
975
|
+
#: ../lib/rabbit/command/rabbit.rb:480
|
|
990
976
|
msgid "Specify SOAP port as [PORT]."
|
|
991
977
|
msgstr ""
|
|
992
978
|
|
|
993
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
979
|
+
#: ../lib/rabbit/command/rabbit.rb:485
|
|
994
980
|
msgid "XML-RPC"
|
|
995
981
|
msgstr ""
|
|
996
982
|
|
|
997
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
983
|
+
#: ../lib/rabbit/command/rabbit.rb:488
|
|
998
984
|
msgid "Specify whether to use XML-RPC."
|
|
999
985
|
msgstr ""
|
|
1000
986
|
|
|
1001
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
987
|
+
#: ../lib/rabbit/command/rabbit.rb:494
|
|
1002
988
|
msgid "Specify XML-RPC host as [HOST]."
|
|
1003
989
|
msgstr ""
|
|
1004
990
|
|
|
1005
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
991
|
+
#: ../lib/rabbit/command/rabbit.rb:501
|
|
1006
992
|
msgid "Specify XML-RPC port as [PORT]."
|
|
1007
993
|
msgstr ""
|
|
1008
994
|
|
|
1009
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
995
|
+
#: ../lib/rabbit/command/rabbit.rb:506
|
|
1010
996
|
msgid "Server"
|
|
1011
997
|
msgstr ""
|
|
1012
998
|
|
|
1013
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
999
|
+
#: ../lib/rabbit/command/rabbit.rb:509
|
|
1014
1000
|
msgid "Specify whether to run as server."
|
|
1015
1001
|
msgstr ""
|
|
1016
1002
|
|
|
1017
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1003
|
+
#: ../lib/rabbit/command/rabbit.rb:514
|
|
1018
1004
|
msgid "Public level"
|
|
1019
1005
|
msgstr ""
|
|
1020
1006
|
|
|
1021
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1007
|
+
#: ../lib/rabbit/command/rabbit.rb:521
|
|
1022
1008
|
msgid "Specify public level."
|
|
1023
1009
|
msgstr ""
|
|
1024
1010
|
|
|
1025
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1011
|
+
#: ../lib/rabbit/command/rabbit.rb:522
|
|
1026
1012
|
msgid "Select from the following:"
|
|
1027
1013
|
msgstr ""
|
|
1028
1014
|
|
|
1029
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1030
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1031
|
-
#: ../lib/rabbit/command/rabbit.rb:572
|
|
1015
|
+
#: ../lib/rabbit/command/rabbit.rb:531 ../lib/rabbit/command/rabbit.rb:556
|
|
1016
|
+
#: ../lib/rabbit/command/rabbit.rb:563
|
|
1032
1017
|
msgid "(%s)"
|
|
1033
1018
|
msgstr ""
|
|
1034
1019
|
|
|
1035
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1020
|
+
#: ../lib/rabbit/command/rabbit.rb:536
|
|
1036
1021
|
#: ../lib/rabbit/theme/clutter-comment/property.rb:1
|
|
1037
1022
|
#: ../lib/rabbit/theme/footer-comment/property.rb:1
|
|
1038
1023
|
#: ../lib/rabbit/theme/stream-comment/property.rb:1
|
|
1039
1024
|
msgid "Comment"
|
|
1040
1025
|
msgstr ""
|
|
1041
1026
|
|
|
1042
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1043
|
-
#: ../lib/rabbit/command/rabbit.rb:554
|
|
1027
|
+
#: ../lib/rabbit/command/rabbit.rb:539 ../lib/rabbit/command/rabbit.rb:545
|
|
1044
1028
|
msgid "Deprecated. Just ignored."
|
|
1045
1029
|
msgstr ""
|
|
1046
1030
|
|
|
1047
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1031
|
+
#: ../lib/rabbit/command/rabbit.rb:540
|
|
1048
1032
|
msgid "Specify initial comment source."
|
|
1049
1033
|
msgstr ""
|
|
1050
1034
|
|
|
1051
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1035
|
+
#: ../lib/rabbit/command/rabbit.rb:541
|
|
1052
1036
|
msgid "(default source)"
|
|
1053
1037
|
msgstr ""
|
|
1054
1038
|
|
|
1055
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1039
|
+
#: ../lib/rabbit/command/rabbit.rb:546
|
|
1056
1040
|
msgid "Specify comment source encoding."
|
|
1057
1041
|
msgstr ""
|
|
1058
1042
|
|
|
1059
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1043
|
+
#: ../lib/rabbit/command/rabbit.rb:550
|
|
1060
1044
|
msgid "Migemo"
|
|
1061
1045
|
msgstr ""
|
|
1062
1046
|
|
|
1063
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1047
|
+
#: ../lib/rabbit/command/rabbit.rb:555
|
|
1064
1048
|
msgid "Specify search paths for Migemo static dictionary."
|
|
1065
1049
|
msgstr ""
|
|
1066
1050
|
|
|
1067
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1051
|
+
#: ../lib/rabbit/command/rabbit.rb:562
|
|
1068
1052
|
msgid "Specify static dictionary name for Migemo."
|
|
1069
1053
|
msgstr ""
|
|
1070
1054
|
|
|
1071
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1055
|
+
#: ../lib/rabbit/command/rabbit.rb:567
|
|
1072
1056
|
msgid "3D"
|
|
1073
1057
|
msgstr ""
|
|
1074
1058
|
|
|
1075
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1059
|
+
#: ../lib/rabbit/command/rabbit.rb:570
|
|
1076
1060
|
msgid "Specify whether to use OpenGL if available."
|
|
1077
1061
|
msgstr ""
|
|
1078
1062
|
|
|
1079
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1063
|
+
#: ../lib/rabbit/command/rabbit.rb:575
|
|
1080
1064
|
msgid "Display"
|
|
1081
1065
|
msgstr ""
|
|
1082
1066
|
|
|
1083
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1067
|
+
#: ../lib/rabbit/command/rabbit.rb:578
|
|
1084
1068
|
msgid "Specify whether to keep above window."
|
|
1085
1069
|
msgstr ""
|
|
1086
1070
|
|
|
1087
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1071
|
+
#: ../lib/rabbit/command/rabbit.rb:583
|
|
1088
1072
|
msgid "Others"
|
|
1089
1073
|
msgstr ""
|
|
1090
1074
|
|
|
1091
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1075
|
+
#: ../lib/rabbit/command/rabbit.rb:586
|
|
1076
|
+
msgid "Check slide source syntax and exit."
|
|
1077
|
+
msgstr ""
|
|
1078
|
+
|
|
1079
|
+
#: ../lib/rabbit/command/rabbit.rb:591
|
|
1092
1080
|
msgid "Show a native window ID of the Rabbit window if available."
|
|
1093
1081
|
msgstr ""
|
|
1094
1082
|
|
|
1095
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1083
|
+
#: ../lib/rabbit/command/rabbit.rb:592
|
|
1096
1084
|
msgid "e.g. The ID is the ID of X resource on X window system."
|
|
1097
1085
|
msgstr ""
|
|
1098
1086
|
|
|
1099
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1087
|
+
#: ../lib/rabbit/command/rabbit.rb:633
|
|
1100
1088
|
msgid "Choose a Rabbit source file"
|
|
1101
1089
|
msgstr ""
|
|
1102
1090
|
|
|
1103
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1091
|
+
#: ../lib/rabbit/command/rabbit.rb:749
|
|
1104
1092
|
msgid "dRuby URI <%s> is in use."
|
|
1105
1093
|
msgstr ""
|
|
1106
1094
|
|
|
1107
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1095
|
+
#: ../lib/rabbit/command/rabbit.rb:768
|
|
1108
1096
|
msgid "port <%s> for SOAP is in use."
|
|
1109
1097
|
msgstr ""
|
|
1110
1098
|
|
|
1111
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1099
|
+
#: ../lib/rabbit/command/rabbit.rb:789
|
|
1112
1100
|
msgid "port <%s> for XML-RPC is in use."
|
|
1113
1101
|
msgstr ""
|
|
1114
1102
|
|
|
@@ -1116,23 +1104,14 @@ msgstr ""
|
|
|
1116
1104
|
msgid "Window ID: %d"
|
|
1117
1105
|
msgstr ""
|
|
1118
1106
|
|
|
1119
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1107
|
+
#: ../lib/rabbit/command/rabbit.rb:903
|
|
1120
1108
|
msgid "going to shutdown..."
|
|
1121
1109
|
msgstr ""
|
|
1122
1110
|
|
|
1123
|
-
#: ../lib/rabbit/command/rabbit.rb:
|
|
1111
|
+
#: ../lib/rabbit/command/rabbit.rb:905
|
|
1124
1112
|
msgid "DRb.thread done."
|
|
1125
1113
|
msgstr ""
|
|
1126
1114
|
|
|
1127
|
-
#: ../lib/rabbit/command/rabbit.rb:185 ../lib/rabbit/console.rb:165
|
|
1128
|
-
#: ../lib/rabbit/console.rb:182
|
|
1129
|
-
msgid "Select from [%s]."
|
|
1130
|
-
msgstr ""
|
|
1131
|
-
|
|
1132
|
-
#: ../lib/rabbit/command/rabbit.rb:308 ../lib/rabbit/action/basic.rb:83
|
|
1133
|
-
msgid "Print"
|
|
1134
|
-
msgstr ""
|
|
1135
|
-
|
|
1136
1115
|
#: ../lib/rabbit/console.rb:114
|
|
1137
1116
|
msgid "Usage: %s [options]"
|
|
1138
1117
|
msgstr ""
|
|
@@ -1169,8 +1148,7 @@ msgstr ""
|
|
|
1169
1148
|
msgid "Show version."
|
|
1170
1149
|
msgstr ""
|
|
1171
1150
|
|
|
1172
|
-
#: ../lib/rabbit/element/index-slide.rb:103
|
|
1173
|
-
#: ../lib/rabbit/html/generator.rb:393
|
|
1151
|
+
#: ../lib/rabbit/element/index-slide.rb:103 ../lib/rabbit/html/generator.rb:393
|
|
1174
1152
|
msgid "Index"
|
|
1175
1153
|
msgstr ""
|
|
1176
1154
|
|
|
@@ -1182,7 +1160,7 @@ msgstr ""
|
|
|
1182
1160
|
msgid "Installing gem in user install mode: %s"
|
|
1183
1161
|
msgstr ""
|
|
1184
1162
|
|
|
1185
|
-
#: ../lib/rabbit/graffiti/config-dialog.rb:
|
|
1163
|
+
#: ../lib/rabbit/graffiti/config-dialog.rb:50
|
|
1186
1164
|
msgid "Line width:"
|
|
1187
1165
|
msgstr ""
|
|
1188
1166
|
|
|
@@ -1198,8 +1176,7 @@ msgstr ""
|
|
|
1198
1176
|
msgid "Slide"
|
|
1199
1177
|
msgstr ""
|
|
1200
1178
|
|
|
1201
|
-
#: ../lib/rabbit/html/generator.rb:400
|
|
1202
|
-
#: ../lib/rabbit/theme/pdf/property.rb:2
|
|
1179
|
+
#: ../lib/rabbit/html/generator.rb:400 ../lib/rabbit/theme/pdf/property.rb:2
|
|
1203
1180
|
msgid "PDF"
|
|
1204
1181
|
msgstr ""
|
|
1205
1182
|
|
|
@@ -1211,11 +1188,11 @@ msgstr ""
|
|
|
1211
1188
|
msgid "%s page doesn't exist in PDF"
|
|
1212
1189
|
msgstr ""
|
|
1213
1190
|
|
|
1214
|
-
#: ../lib/rabbit/info-window.rb:
|
|
1191
|
+
#: ../lib/rabbit/info-window.rb:102
|
|
1215
1192
|
msgid "%s: Information window"
|
|
1216
1193
|
msgstr ""
|
|
1217
1194
|
|
|
1218
|
-
#: ../lib/rabbit/info-window.rb:
|
|
1195
|
+
#: ../lib/rabbit/info-window.rb:234
|
|
1219
1196
|
msgid "unlimited"
|
|
1220
1197
|
msgstr ""
|
|
1221
1198
|
|
|
@@ -1247,7 +1224,7 @@ msgstr ""
|
|
|
1247
1224
|
msgid "Rabbit Error Dialog"
|
|
1248
1225
|
msgstr ""
|
|
1249
1226
|
|
|
1250
|
-
#: ../lib/rabbit/logger/stderr.rb:
|
|
1227
|
+
#: ../lib/rabbit/logger/stderr.rb:19
|
|
1251
1228
|
msgid "can't convert to current locale from UTF-8: %s"
|
|
1252
1229
|
msgstr ""
|
|
1253
1230
|
|
|
@@ -1283,11 +1260,11 @@ msgstr ""
|
|
|
1283
1260
|
msgid "tried mimeTeX commands: %s"
|
|
1284
1261
|
msgstr ""
|
|
1285
1262
|
|
|
1286
|
-
#: ../lib/rabbit/parser/markdown/converter.rb:
|
|
1263
|
+
#: ../lib/rabbit/parser/markdown/converter.rb:131
|
|
1287
1264
|
msgid "multiple ![alt]{image} in a paragraph isn't supported."
|
|
1288
1265
|
msgstr ""
|
|
1289
1266
|
|
|
1290
|
-
#: ../lib/rabbit/parser/markdown/converter.rb:
|
|
1267
|
+
#: ../lib/rabbit/parser/markdown/converter.rb:224
|
|
1291
1268
|
msgid "multiple {:align='right'} isn't supported."
|
|
1292
1269
|
msgstr ""
|
|
1293
1270
|
|
|
@@ -1407,12 +1384,12 @@ msgstr ""
|
|
|
1407
1384
|
msgid "can't find printer for %s"
|
|
1408
1385
|
msgstr ""
|
|
1409
1386
|
|
|
1410
|
-
#: ../lib/rabbit/slide-configuration.rb:
|
|
1387
|
+
#: ../lib/rabbit/slide-configuration.rb:54
|
|
1411
1388
|
#: ../lib/rabbit/theme-configuration.rb:48
|
|
1412
1389
|
msgid "Failed to read slide configuration: %s: %s"
|
|
1413
1390
|
msgstr ""
|
|
1414
1391
|
|
|
1415
|
-
#: ../lib/rabbit/slide-configuration.rb:
|
|
1392
|
+
#: ../lib/rabbit/slide-configuration.rb:64
|
|
1416
1393
|
#: ../lib/rabbit/theme-configuration.rb:58
|
|
1417
1394
|
msgid "Failed to write slide configuration: %s: %s"
|
|
1418
1395
|
msgstr ""
|
|
@@ -1461,29 +1438,41 @@ msgstr ""
|
|
|
1461
1438
|
msgid "Rabbit"
|
|
1462
1439
|
msgstr ""
|
|
1463
1440
|
|
|
1464
|
-
#: ../lib/rabbit/task/slide.rb:
|
|
1441
|
+
#: ../lib/rabbit/task/slide.rb:93
|
|
1465
1442
|
msgid "To run rabbit, create '%{options_path}'!"
|
|
1466
1443
|
msgstr ""
|
|
1467
1444
|
|
|
1468
|
-
#: ../lib/rabbit/task/slide.rb:
|
|
1445
|
+
#: ../lib/rabbit/task/slide.rb:97
|
|
1469
1446
|
msgid "Show slide"
|
|
1470
1447
|
msgstr ""
|
|
1471
1448
|
|
|
1472
|
-
#: ../lib/rabbit/task/slide.rb:
|
|
1449
|
+
#: ../lib/rabbit/task/slide.rb:109 ../lib/rabbit/task/theme.rb:105
|
|
1450
|
+
msgid "Create gem: %{gem_path}"
|
|
1451
|
+
msgstr ""
|
|
1452
|
+
|
|
1453
|
+
#: ../lib/rabbit/task/slide.rb:121 ../lib/rabbit/task/theme.rb:117
|
|
1454
|
+
msgid "Write %{item} in %{where}: %{content}"
|
|
1455
|
+
msgstr ""
|
|
1456
|
+
|
|
1457
|
+
#: ../lib/rabbit/task/slide.rb:147 ../lib/rabbit/task/theme.rb:157
|
|
1458
|
+
msgid "Generate PDF: %{pdf_path}"
|
|
1459
|
+
msgstr ""
|
|
1460
|
+
|
|
1461
|
+
#: ../lib/rabbit/task/slide.rb:152
|
|
1473
1462
|
msgid "Publish the slide to all available targets"
|
|
1474
1463
|
msgstr ""
|
|
1475
1464
|
|
|
1476
|
-
#: ../lib/rabbit/task/slide.rb:
|
|
1477
|
-
|
|
1465
|
+
#: ../lib/rabbit/task/slide.rb:176 ../lib/rabbit/task/slide.rb:184
|
|
1466
|
+
#: ../lib/rabbit/task/slide.rb:208
|
|
1467
|
+
msgid "Publish the slide to %s"
|
|
1478
1468
|
msgstr ""
|
|
1479
1469
|
|
|
1480
1470
|
#: ../lib/rabbit/task/slide.rb:196
|
|
1481
|
-
msgid "
|
|
1471
|
+
msgid "Uploaded successfully!"
|
|
1482
1472
|
msgstr ""
|
|
1483
1473
|
|
|
1484
|
-
#: ../lib/rabbit/task/slide.rb:
|
|
1485
|
-
|
|
1486
|
-
msgid "Publish the slide to %s"
|
|
1474
|
+
#: ../lib/rabbit/task/slide.rb:197
|
|
1475
|
+
msgid "See %s"
|
|
1487
1476
|
msgstr ""
|
|
1488
1477
|
|
|
1489
1478
|
#: ../lib/rabbit/task/theme.rb:93
|
|
@@ -1502,18 +1491,6 @@ msgstr ""
|
|
|
1502
1491
|
msgid "Publish the theme to %s"
|
|
1503
1492
|
msgstr ""
|
|
1504
1493
|
|
|
1505
|
-
#: ../lib/rabbit/task/theme.rb:105 ../lib/rabbit/task/slide.rb:108
|
|
1506
|
-
msgid "Create gem: %{gem_path}"
|
|
1507
|
-
msgstr ""
|
|
1508
|
-
|
|
1509
|
-
#: ../lib/rabbit/task/theme.rb:117 ../lib/rabbit/task/slide.rb:120
|
|
1510
|
-
msgid "Write %{item} in %{where}: %{content}"
|
|
1511
|
-
msgstr ""
|
|
1512
|
-
|
|
1513
|
-
#: ../lib/rabbit/task/theme.rb:157 ../lib/rabbit/task/slide.rb:146
|
|
1514
|
-
msgid "Generate PDF: %{pdf_path}"
|
|
1515
|
-
msgstr ""
|
|
1516
|
-
|
|
1517
1494
|
#: ../lib/rabbit/theme/applier.rb:604
|
|
1518
1495
|
#: ../lib/rabbit/theme/auto-slide/auto-slide.rb:1
|
|
1519
1496
|
#: ../lib/rabbit/theme/slide-background/slide-background.rb:1
|
|
@@ -1678,7 +1655,9 @@ msgstr ""
|
|
|
1678
1655
|
#: ../lib/rabbit/theme/show-frame/property.rb:12
|
|
1679
1656
|
#: ../lib/rabbit/theme/slide-number/property.rb:17
|
|
1680
1657
|
#: ../lib/rabbit/theme/title-logo/property.rb:19
|
|
1681
|
-
msgid "
|
|
1658
|
+
msgid ""
|
|
1659
|
+
"Whether uninstalling this toolkit or not. This option is useful for cases you "
|
|
1660
|
+
"do not want to make the toolkit work for certain slides."
|
|
1682
1661
|
msgstr ""
|
|
1683
1662
|
|
|
1684
1663
|
#: ../lib/rabbit/theme/clutter-comment/property.rb:2
|
|
@@ -1806,7 +1785,9 @@ msgid "Powered-by-COZMIXNG ad toolkit"
|
|
|
1806
1785
|
msgstr ""
|
|
1807
1786
|
|
|
1808
1787
|
#: ../lib/rabbit/theme/cozmixng-powered-by/property.rb:4
|
|
1809
|
-
msgid "
|
|
1788
|
+
msgid ""
|
|
1789
|
+
"Displays a text and images showing the presentation slides are powered by COZM"
|
|
1790
|
+
"IXNG and Rabbit at the foot of the title slide and of the last slide."
|
|
1810
1791
|
msgstr ""
|
|
1811
1792
|
|
|
1812
1793
|
#: ../lib/rabbit/theme/cozmixng/property.rb:2
|
|
@@ -1897,6 +1878,18 @@ msgstr ""
|
|
|
1897
1878
|
msgid "Uses pink circle and polygon as icons."
|
|
1898
1879
|
msgstr ""
|
|
1899
1880
|
|
|
1881
|
+
#: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:31
|
|
1882
|
+
msgid ""
|
|
1883
|
+
"unknown item mark type: %s\n"
|
|
1884
|
+
"Rectangle type is used as fallback"
|
|
1885
|
+
msgstr ""
|
|
1886
|
+
|
|
1887
|
+
#: ../lib/rabbit/theme/default-item-mark-setup/default-item-mark-setup.rb:81
|
|
1888
|
+
msgid ""
|
|
1889
|
+
"unknown enumeration item mark type: %s\n"
|
|
1890
|
+
"Numeric type is used as fallback"
|
|
1891
|
+
msgstr ""
|
|
1892
|
+
|
|
1900
1893
|
#: ../lib/rabbit/theme/default-item-mark-setup/property.rb:2
|
|
1901
1894
|
msgid "Default Item Mark Setup"
|
|
1902
1895
|
msgstr ""
|
|
@@ -1958,7 +1951,9 @@ msgid "Toolkit to locate objects in the title slide in a simple way"
|
|
|
1958
1951
|
msgstr ""
|
|
1959
1952
|
|
|
1960
1953
|
#: ../lib/rabbit/theme/default-title-slide/property.rb:4
|
|
1961
|
-
msgid "
|
|
1954
|
+
msgid ""
|
|
1955
|
+
"Locates objects in the title slide simply by centering them and by making conf"
|
|
1956
|
+
"iguration for margins around them a little."
|
|
1962
1957
|
msgstr ""
|
|
1963
1958
|
|
|
1964
1959
|
#: ../lib/rabbit/theme/default-title-text/property.rb:2
|
|
@@ -2018,7 +2013,9 @@ msgid "Emphasize Keyword"
|
|
|
2018
2013
|
msgstr ""
|
|
2019
2014
|
|
|
2020
2015
|
#: ../lib/rabbit/theme/emphasize-keyword/property.rb:3
|
|
2021
|
-
msgid "
|
|
2016
|
+
msgid ""
|
|
2017
|
+
"Provides emphasize_keyword method that markups specified keyword as emphasis t"
|
|
2018
|
+
"ext."
|
|
2022
2019
|
msgstr ""
|
|
2023
2020
|
|
|
2024
2021
|
#: ../lib/rabbit/theme/enishi-green/property.rb:2
|
|
@@ -2123,7 +2120,14 @@ msgid "Toolkit to specify an image or images as icons"
|
|
|
2123
2120
|
msgstr ""
|
|
2124
2121
|
|
|
2125
2122
|
#: ../lib/rabbit/theme/icon/property.rb:4
|
|
2126
|
-
msgid "
|
|
2123
|
+
msgid ""
|
|
2124
|
+
"Specifies an image or images as icons of the window, which will be used by som"
|
|
2125
|
+
"e window managers and desktop environments, for example when the window is min"
|
|
2126
|
+
"imized (or 'iconified'), in the window frame, or when windows are switched. Th"
|
|
2127
|
+
"e specified image or images are automatically scaled to the icon sizes case by"
|
|
2128
|
+
" case. When several images are specified and they have different sizes, an ima"
|
|
2129
|
+
"ge with the most similar size to that of icon among them is chosen and scaled "
|
|
2130
|
+
"in order to improve the quality of image finally displayed."
|
|
2127
2131
|
msgstr ""
|
|
2128
2132
|
|
|
2129
2133
|
#: ../lib/rabbit/theme/icon/property.rb:18
|
|
@@ -2141,17 +2145,30 @@ msgstr ""
|
|
|
2141
2145
|
|
|
2142
2146
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:4
|
|
2143
2147
|
msgid ""
|
|
2144
|
-
"Displays the progress of presentation with position of an image. This is
|
|
2148
|
+
"Displays the progress of presentation with position of an image. This is usefu"
|
|
2149
|
+
"l both for speakers and for listeners to know elapsed slide numbers and slide "
|
|
2150
|
+
"numbers left. By default, an image of a hare, which is a family of rabbit, jum"
|
|
2151
|
+
"ps along the bottom of slides between two flags.\n"
|
|
2145
2152
|
"\n"
|
|
2146
|
-
"Using together with another theme, ((<image-timer>)), you can make a hare and
|
|
2153
|
+
"Using together with another theme, ((<image-timer>)), you can make a hare and "
|
|
2154
|
+
"a tortoise race like the fable of the hare and the tortoise. When doing so, ho"
|
|
2155
|
+
"wever, note that you should make your presentation not so slowly that the hare"
|
|
2156
|
+
" will lose to the tortoise."
|
|
2147
2157
|
msgstr ""
|
|
2148
2158
|
|
|
2149
2159
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:22
|
|
2150
|
-
msgid "
|
|
2160
|
+
msgid ""
|
|
2161
|
+
"File name of an image that moves. An image of a hare in the ((<rabbit-images>)"
|
|
2162
|
+
") theme is used by default."
|
|
2151
2163
|
msgstr ""
|
|
2152
2164
|
|
|
2153
2165
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:28
|
|
2154
|
-
msgid "
|
|
2166
|
+
msgid ""
|
|
2167
|
+
"Whether drawing start and goal flags with text or not. When (({true})), flags "
|
|
2168
|
+
"are drawn with text with a form of (({@image_slide_number_flag_type})) and on "
|
|
2169
|
+
"which slide numbers are also drawn with color ((|@image_slide_number_text_colo"
|
|
2170
|
+
"r|)). Otherwise, image files specified with ((|@image_slide_number_start_image"
|
|
2171
|
+
"|)) and ((|@image_slide_number_goal_image|)) are used as flags."
|
|
2155
2172
|
msgstr ""
|
|
2156
2173
|
|
|
2157
2174
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:41
|
|
@@ -2159,7 +2176,9 @@ msgid "Color of numbers displayed on the start and goal flags."
|
|
|
2159
2176
|
msgstr ""
|
|
2160
2177
|
|
|
2161
2178
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:46
|
|
2162
|
-
msgid "
|
|
2179
|
+
msgid ""
|
|
2180
|
+
"Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'"
|
|
2181
|
+
"rectangle'}))."
|
|
2163
2182
|
msgstr ""
|
|
2164
2183
|
|
|
2165
2184
|
#: ../lib/rabbit/theme/image-slide-number/property.rb:52
|
|
@@ -2180,9 +2199,14 @@ msgstr ""
|
|
|
2180
2199
|
|
|
2181
2200
|
#: ../lib/rabbit/theme/image-timer/property.rb:4
|
|
2182
2201
|
msgid ""
|
|
2183
|
-
"Displays the progress of time with position of an image. This is useful both
|
|
2202
|
+
"Displays the progress of time with position of an image. This is useful both f"
|
|
2203
|
+
"or speakers and for listeners to know elapsed time and time left. By default, "
|
|
2204
|
+
"a tortoise image walks along the bottom of slides slowly step by step.\n"
|
|
2184
2205
|
"\n"
|
|
2185
|
-
"Using together with another theme, ((<image-slide-number>)), you can make a
|
|
2206
|
+
"Using together with another theme, ((<image-slide-number>)), you can make a ha"
|
|
2207
|
+
"re and a tortoise race like the fable of the hare and the tortoise. When doing"
|
|
2208
|
+
" so, however, note that you should make your presentation not so slowly that t"
|
|
2209
|
+
"he hare will lose to the tortoise."
|
|
2186
2210
|
msgstr ""
|
|
2187
2211
|
|
|
2188
2212
|
#: ../lib/rabbit/theme/image-timer/property.rb:21
|
|
@@ -2202,7 +2226,9 @@ msgid "Direction of automatic scrolling."
|
|
|
2202
2226
|
msgstr ""
|
|
2203
2227
|
|
|
2204
2228
|
#: ../lib/rabbit/theme/image-timer/property.rb:38
|
|
2205
|
-
msgid "
|
|
2229
|
+
msgid ""
|
|
2230
|
+
"File name of an image that moves. A tortoise image in the ((<rabbit-images>)) "
|
|
2231
|
+
"theme is used by default."
|
|
2206
2232
|
msgstr ""
|
|
2207
2233
|
|
|
2208
2234
|
#: ../lib/rabbit/theme/image-timer/property.rb:44
|
|
@@ -2390,7 +2416,10 @@ msgid "Powered-by ad toolkit"
|
|
|
2390
2416
|
msgstr ""
|
|
2391
2417
|
|
|
2392
2418
|
#: ../lib/rabbit/theme/powered-by/property.rb:4
|
|
2393
|
-
msgid "
|
|
2419
|
+
msgid ""
|
|
2420
|
+
"Displays programs the presentation slides are powered by (or displays some oth"
|
|
2421
|
+
"er ads) at the foot of the title slide and of the last slide. Images and/or a "
|
|
2422
|
+
"text are available as ads."
|
|
2394
2423
|
msgstr ""
|
|
2395
2424
|
|
|
2396
2425
|
#: ../lib/rabbit/theme/powered-by/property.rb:14
|
|
@@ -2454,7 +2483,9 @@ msgid "Powered-by-Rabbit ad toolkit"
|
|
|
2454
2483
|
msgstr ""
|
|
2455
2484
|
|
|
2456
2485
|
#: ../lib/rabbit/theme/rabbit-powered-by/property.rb:4
|
|
2457
|
-
msgid "
|
|
2486
|
+
msgid ""
|
|
2487
|
+
"Displays a text and an image showing the presentation slides are powered by Ra"
|
|
2488
|
+
"bbit and COZMIXNG at the foot of the title slide and of the last slide."
|
|
2458
2489
|
msgstr ""
|
|
2459
2490
|
|
|
2460
2491
|
#: ../lib/rabbit/theme/rabbit-title-logo/property.rb:2
|
|
@@ -2502,11 +2533,15 @@ msgid "RubyGNOME2Description"
|
|
|
2502
2533
|
msgstr ""
|
|
2503
2534
|
|
|
2504
2535
|
#: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:3
|
|
2505
|
-
msgid "
|
|
2536
|
+
msgid ""
|
|
2537
|
+
"Toolkit to display description-list items like ones in the website of the Ruby"
|
|
2538
|
+
"-GNOME2 Project"
|
|
2506
2539
|
msgstr ""
|
|
2507
2540
|
|
|
2508
2541
|
#: ../lib/rabbit/theme/ruby-gnome2-description/property.rb:5
|
|
2509
|
-
msgid "
|
|
2542
|
+
msgid ""
|
|
2543
|
+
"Displays description-list items like ones in the website of the Ruby-GNOME2 Pr"
|
|
2544
|
+
"oject; i.e. displays their text colored blue."
|
|
2510
2545
|
msgstr ""
|
|
2511
2546
|
|
|
2512
2547
|
#: ../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:2
|
|
@@ -2522,11 +2557,16 @@ msgid "RubyGNOME2Headline"
|
|
|
2522
2557
|
msgstr ""
|
|
2523
2558
|
|
|
2524
2559
|
#: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:3
|
|
2525
|
-
msgid "
|
|
2560
|
+
msgid ""
|
|
2561
|
+
"Toolkit to display headlines like those in the website of the Ruby-GNOME2 Proj"
|
|
2562
|
+
"ect"
|
|
2526
2563
|
msgstr ""
|
|
2527
2564
|
|
|
2528
2565
|
#: ../lib/rabbit/theme/ruby-gnome2-headline/property.rb:5
|
|
2529
|
-
msgid "
|
|
2566
|
+
msgid ""
|
|
2567
|
+
"Displays headlines like ones in the website of the Ruby-GNOME2 Project; i.e. d"
|
|
2568
|
+
"isplays their text colored white and placed in the dark red boxes with pink fr"
|
|
2569
|
+
"ames."
|
|
2530
2570
|
msgstr ""
|
|
2531
2571
|
|
|
2532
2572
|
#: ../lib/rabbit/theme/ruby-gnome2-icon/property.rb:2
|
|
@@ -2546,11 +2586,16 @@ msgid "RubyGNOME2ItemMark"
|
|
|
2546
2586
|
msgstr ""
|
|
2547
2587
|
|
|
2548
2588
|
#: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:3
|
|
2549
|
-
msgid "
|
|
2589
|
+
msgid ""
|
|
2590
|
+
"Toolkit to display list items like ones in the website of the Ruby-GNOME2 Proj"
|
|
2591
|
+
"ect"
|
|
2550
2592
|
msgstr ""
|
|
2551
2593
|
|
|
2552
2594
|
#: ../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:5
|
|
2553
|
-
msgid "
|
|
2595
|
+
msgid ""
|
|
2596
|
+
"Displays list items like ones in the website of the Ruby-GNOME2 Project; i.e. "
|
|
2597
|
+
"displays text of the first-level items colored blue and underlined, the second"
|
|
2598
|
+
"- and third-level items marked with black squares and circles."
|
|
2554
2599
|
msgstr ""
|
|
2555
2600
|
|
|
2556
2601
|
#: ../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:2
|
|
@@ -2674,7 +2719,9 @@ msgid "white <-> black gradation"
|
|
|
2674
2719
|
msgstr ""
|
|
2675
2720
|
|
|
2676
2721
|
#: ../lib/rabbit/theme/slide-footer-info/property.rb:16
|
|
2677
|
-
msgid "
|
|
2722
|
+
msgid ""
|
|
2723
|
+
"Line fill pattern. @slide_footer_info_line_color is ignored if this parameter "
|
|
2724
|
+
"is specified."
|
|
2678
2725
|
msgstr ""
|
|
2679
2726
|
|
|
2680
2727
|
#: ../lib/rabbit/theme/slide-footer-info/property.rb:21
|
|
@@ -2711,7 +2758,9 @@ msgid "Displays information with a line at the header of slides."
|
|
|
2711
2758
|
msgstr ""
|
|
2712
2759
|
|
|
2713
2760
|
#: ../lib/rabbit/theme/slide-header-info/property.rb:16
|
|
2714
|
-
msgid "
|
|
2761
|
+
msgid ""
|
|
2762
|
+
"Line fill pattern. @slide_header_info_line_color is ignored if this parameter "
|
|
2763
|
+
"is specified."
|
|
2715
2764
|
msgstr ""
|
|
2716
2765
|
|
|
2717
2766
|
#: ../lib/rabbit/theme/slide-logo/property.rb:2
|
|
@@ -2862,7 +2911,9 @@ msgid "Displays an image as a logo in the title slide."
|
|
|
2862
2911
|
msgstr ""
|
|
2863
2912
|
|
|
2864
2913
|
#: ../lib/rabbit/theme/title-logo/property.rb:12
|
|
2865
|
-
msgid "
|
|
2914
|
+
msgid ""
|
|
2915
|
+
"Position of the logo. The logo will be set at the upper-right corner when '(({"
|
|
2916
|
+
":right}))', and at the upper-left corner when '(({:left}))'."
|
|
2866
2917
|
msgstr ""
|
|
2867
2918
|
|
|
2868
2919
|
#: ../lib/rabbit/theme/title-on-image-toolkit/property.rb:2
|