rabbit 0.6.3 → 0.6.4
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.
- data/NEWS.en +87 -1
- data/NEWS.ja +87 -1
- data/README.en +3 -1
- data/README.ja +5 -3
- data/bin/rabbit +18 -0
- data/lib/rabbit/canvas.rb +4 -1
- data/lib/rabbit/element/base.rb +1 -1
- data/lib/rabbit/element/image.rb +4 -0
- data/lib/rabbit/element/text-renderer.rb +27 -9
- data/lib/rabbit/frame.rb +18 -3
- data/lib/rabbit/html/generator.rb +7 -2
- data/lib/rabbit/parser/pdf.rb +1 -1
- data/lib/rabbit/rabbit.rb +1 -1
- data/lib/rabbit/renderer/display/drawing-area-base.rb +6 -2
- data/lib/rabbit/theme/applier.rb +12 -0
- data/lib/rabbit/theme/default-slide/default-slide.rb +10 -2
- data/lib/rabbit/theme/entry.rb +40 -7
- data/lib/rabbit/theme/per-slide-background-color/per-slide-background-color.rb +18 -0
- data/lib/rabbit/theme/per-slide-background-color/property.rb +16 -0
- data/lib/rabbit/theme/per-slide-background-image/per-slide-background-image.rb +39 -0
- data/lib/rabbit/theme/per-slide-background-image/property.rb +16 -0
- data/lib/rabbit/theme/searcher.rb +21 -7
- data/lib/rabbit/theme/title-shadow/title-shadow.rb +1 -27
- data/po/en/rabbit.po +238 -189
- data/po/fr/rabbit.po +239 -189
- data/po/ja/rabbit.po +240 -195
- metadata +27 -3
data/po/en/rabbit.po
CHANGED
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Rabbit 0.5.4\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"POT-Creation-Date:
|
9
|
+
"POT-Creation-Date: 2010-01-10 10:58+0900\n"
|
10
10
|
"PO-Revision-Date: 2007-12-15 20:07+0900\n"
|
11
11
|
"Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
|
12
12
|
"Language-Team: Kouhei Sutou <kou@cozmixng.org> and Kobayashi Noritada "
|
@@ -16,17 +16,17 @@ msgstr ""
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18
18
|
|
19
|
-
#: ../../lib/rabbit/renderer/base.rb:
|
19
|
+
#: ../../lib/rabbit/renderer/base.rb:452
|
20
20
|
msgid "%s does not support: %s"
|
21
21
|
msgstr ""
|
22
22
|
|
23
|
-
#: ../../lib/rabbit/theme/applier.rb:
|
23
|
+
#: ../../lib/rabbit/theme/applier.rb:595
|
24
24
|
#: ../../lib/rabbit/theme/auto-slide/auto-slide.rb:1
|
25
25
|
#: ../../lib/rabbit/theme/slide-background/slide-background.rb:1
|
26
26
|
msgid "%s is deprecated. Use %s instead."
|
27
27
|
msgstr ""
|
28
28
|
|
29
|
-
#: ../../lib/rabbit/image/pdf.rb:
|
29
|
+
#: ../../lib/rabbit/image/pdf.rb:49
|
30
30
|
msgid "%s page isn't exist in PDF"
|
31
31
|
msgstr ""
|
32
32
|
|
@@ -34,44 +34,44 @@ msgstr ""
|
|
34
34
|
msgid "%s: Information window"
|
35
35
|
msgstr ""
|
36
36
|
|
37
|
-
#: ../../bin/rabbit:
|
37
|
+
#: ../../bin/rabbit:103
|
38
38
|
msgid "(ARGV: if no filename is given)"
|
39
39
|
msgstr ""
|
40
40
|
|
41
41
|
#: ../../lib/rabbit/theme/footer-logo/property.rb:7
|
42
|
-
#: ../../lib/rabbit/theme/
|
43
|
-
#: ../../lib/rabbit/theme/slide-background-image/property.rb:7
|
42
|
+
#: ../../lib/rabbit/theme/title-logo/property.rb:7
|
44
43
|
#: ../../lib/rabbit/theme/slide-logo/property.rb:7
|
44
|
+
#: ../../lib/rabbit/theme/slide-background-image/property.rb:7
|
45
45
|
#: ../../lib/rabbit/theme/title-background-color/property.rb:7
|
46
|
+
#: ../../lib/rabbit/theme/headline-logo/property.rb:7
|
46
47
|
#: ../../lib/rabbit/theme/title-background-image/property.rb:8
|
47
|
-
#: ../../lib/rabbit/theme/title-logo/property.rb:7
|
48
48
|
msgid "(Must be specified.)"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: ../../lib/rabbit/console.rb:69 ../../bin/rabbit:
|
52
|
-
#: ../../bin/rabbit:
|
53
|
-
#: ../../bin/rabbit:
|
54
|
-
#: ../../bin/rabbit:
|
51
|
+
#: ../../lib/rabbit/console.rb:69 ../../bin/rabbit:113 ../../bin/rabbit:119
|
52
|
+
#: ../../bin/rabbit:273 ../../bin/rabbit:280 ../../bin/rabbit:287
|
53
|
+
#: ../../bin/rabbit:294 ../../bin/rabbit:319 ../../bin/rabbit:326
|
54
|
+
#: ../../bin/rabbit:333 ../../bin/rabbit:340 ../../bin/rabbit:470
|
55
55
|
msgid "(auto)"
|
56
56
|
msgstr ""
|
57
57
|
|
58
|
-
#: ../../bin/rabbit:
|
58
|
+
#: ../../bin/rabbit:464
|
59
59
|
msgid "(default source)"
|
60
60
|
msgstr ""
|
61
61
|
|
62
|
-
#: ../../bin/rabbit:
|
62
|
+
#: ../../bin/rabbit:252
|
63
63
|
msgid "(landscape A4 height)"
|
64
64
|
msgstr ""
|
65
65
|
|
66
|
-
#: ../../bin/rabbit:
|
66
|
+
#: ../../bin/rabbit:258
|
67
67
|
msgid "(landscape A4 size)"
|
68
68
|
msgstr ""
|
69
69
|
|
70
|
-
#: ../../bin/rabbit:
|
70
|
+
#: ../../bin/rabbit:245
|
71
71
|
msgid "(landscape A4 width)"
|
72
72
|
msgstr ""
|
73
73
|
|
74
|
-
#: ../../bin/rabbit:
|
74
|
+
#: ../../bin/rabbit:491
|
75
75
|
msgid "3D"
|
76
76
|
msgstr ""
|
77
77
|
|
@@ -87,12 +87,12 @@ msgstr ""
|
|
87
87
|
msgid "Ad text."
|
88
88
|
msgstr ""
|
89
89
|
|
90
|
-
#: ../../bin/rabbit:
|
90
|
+
#: ../../bin/rabbit:74 ../../bin/rabbit-theme-manager:27
|
91
91
|
msgid "Add [PATH] to load path."
|
92
92
|
msgstr ""
|
93
93
|
|
94
|
+
#: ../../lib/rabbit/parser/wiki/output.rb:429
|
94
95
|
#: ../../lib/rabbit/parser/rd/ext/anthy.rb:13
|
95
|
-
#: ../../lib/rabbit/parser/wiki/output.rb:407
|
96
96
|
msgid "Anthy isn't available"
|
97
97
|
msgstr ""
|
98
98
|
|
@@ -130,6 +130,10 @@ msgstr ""
|
|
130
130
|
msgid "Base y-axis position to stroke line."
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
#: ../../bin/rabbit:235
|
134
|
+
msgid "Better look for displaying but lesser look for printing."
|
135
|
+
msgstr ""
|
136
|
+
|
133
137
|
#: ../../lib/rabbit/action/radio.rb:32 ../../lib/rabbit/action/toggle.rb:23
|
134
138
|
msgid "Blackout"
|
135
139
|
msgstr ""
|
@@ -278,8 +282,8 @@ msgstr ""
|
|
278
282
|
msgid "Color of shadow."
|
279
283
|
msgstr ""
|
280
284
|
|
281
|
-
#: ../../lib/rabbit/
|
282
|
-
#: ../../bin/rabbit:
|
285
|
+
#: ../../lib/rabbit/theme/comment/property.rb:2 ../../lib/rabbit/canvas.rb:758
|
286
|
+
#: ../../bin/rabbit:460
|
283
287
|
msgid "Comment"
|
284
288
|
msgstr ""
|
285
289
|
|
@@ -295,7 +299,7 @@ msgstr ""
|
|
295
299
|
msgid "Common options"
|
296
300
|
msgstr ""
|
297
301
|
|
298
|
-
#: ../../bin/rabbit-command:
|
302
|
+
#: ../../bin/rabbit-command:61
|
299
303
|
msgid "Control commands"
|
300
304
|
msgstr ""
|
301
305
|
|
@@ -319,7 +323,7 @@ msgstr ""
|
|
319
323
|
msgid "DEBUG"
|
320
324
|
msgstr ""
|
321
325
|
|
322
|
-
#: ../../bin/rabbit:
|
326
|
+
#: ../../bin/rabbit:753
|
323
327
|
msgid "DRb.thread done."
|
324
328
|
msgstr ""
|
325
329
|
|
@@ -412,6 +416,10 @@ msgstr ""
|
|
412
416
|
msgid "Direction of automatic scrolling."
|
413
417
|
msgstr ""
|
414
418
|
|
419
|
+
#: ../../bin/rabbit:499
|
420
|
+
msgid "Display"
|
421
|
+
msgstr ""
|
422
|
+
|
415
423
|
#: ../../lib/rabbit/theme/rabbit-headline-logo/property.rb:4
|
416
424
|
msgid "Displays Lavie as a logo at the headlines of slides."
|
417
425
|
msgstr ""
|
@@ -593,6 +601,10 @@ msgstr ""
|
|
593
601
|
msgid "Displays title on image"
|
594
602
|
msgstr ""
|
595
603
|
|
604
|
+
#: ../../bin/rabbit:234
|
605
|
+
msgid "Draw scaled image."
|
606
|
+
msgstr ""
|
607
|
+
|
596
608
|
#: ../../lib/rabbit/logger/base.rb:20
|
597
609
|
msgid "ERROR"
|
598
610
|
msgstr ""
|
@@ -677,6 +689,10 @@ msgid ""
|
|
677
689
|
"(({'rectangle'}))."
|
678
690
|
msgstr ""
|
679
691
|
|
692
|
+
#: ../../bin/rabbit:143
|
693
|
+
msgid "Format: WIDTHxHEIGHT+X+Y"
|
694
|
+
msgstr ""
|
695
|
+
|
680
696
|
#: ../../lib/rabbit/theme/show-frame/property.rb:8
|
681
697
|
msgid "Frame color."
|
682
698
|
msgstr ""
|
@@ -689,6 +705,10 @@ msgstr ""
|
|
689
705
|
msgid "Generating documents for locale <%s>..."
|
690
706
|
msgstr ""
|
691
707
|
|
708
|
+
#: ../../bin/rabbit-command:51
|
709
|
+
msgid "Get commands"
|
710
|
+
msgstr ""
|
711
|
+
|
692
712
|
#: ../../lib/rabbit/theme-browser/page.rb:96
|
693
713
|
msgid "Go back"
|
694
714
|
msgstr ""
|
@@ -734,20 +754,20 @@ msgid "Iconify"
|
|
734
754
|
msgstr ""
|
735
755
|
|
736
756
|
#: ../../lib/rabbit/theme/image/property.rb:2
|
737
|
-
#: ../../data/rabbit/image/clear-blue-images/property.rb:1
|
738
757
|
#: ../../data/rabbit/image/cozmixng-images/property.rb:1
|
739
|
-
#: ../../data/rabbit/image/rabbit-images/property.rb:1
|
740
758
|
#: ../../data/rabbit/image/ruby-images/property.rb:1
|
759
|
+
#: ../../data/rabbit/image/clear-blue-images/property.rb:1
|
760
|
+
#: ../../data/rabbit/image/rabbit-images/property.rb:1
|
741
761
|
msgid "Image"
|
742
762
|
msgstr ""
|
743
763
|
|
744
764
|
#: ../../lib/rabbit/theme/footer-logo/property.rb:8
|
745
|
-
#: ../../lib/rabbit/theme/
|
746
|
-
#: ../../lib/rabbit/theme/icon/property.rb:22
|
747
|
-
#: ../../lib/rabbit/theme/slide-background-image/property.rb:8
|
765
|
+
#: ../../lib/rabbit/theme/title-logo/property.rb:8
|
748
766
|
#: ../../lib/rabbit/theme/slide-logo/property.rb:8
|
767
|
+
#: ../../lib/rabbit/theme/slide-background-image/property.rb:8
|
768
|
+
#: ../../lib/rabbit/theme/icon/property.rb:22
|
769
|
+
#: ../../lib/rabbit/theme/headline-logo/property.rb:8
|
749
770
|
#: ../../lib/rabbit/theme/title-background-image/property.rb:9
|
750
|
-
#: ../../lib/rabbit/theme/title-logo/property.rb:8
|
751
771
|
msgid "Image file name."
|
752
772
|
msgstr ""
|
753
773
|
|
@@ -796,7 +816,7 @@ msgid "Images related to Ruby"
|
|
796
816
|
msgstr ""
|
797
817
|
|
798
818
|
#: ../../lib/rabbit/element/index-slide.rb:103
|
799
|
-
#: ../../lib/rabbit/html/generator.rb:
|
819
|
+
#: ../../lib/rabbit/html/generator.rb:391
|
800
820
|
msgid "Index"
|
801
821
|
msgstr ""
|
802
822
|
|
@@ -812,7 +832,7 @@ msgstr ""
|
|
812
832
|
msgid "Information window"
|
813
833
|
msgstr ""
|
814
834
|
|
815
|
-
#: ../../bin/rabbit:
|
835
|
+
#: ../../bin/rabbit:124
|
816
836
|
msgid "Initial state"
|
817
837
|
msgstr ""
|
818
838
|
|
@@ -836,6 +856,10 @@ msgstr ""
|
|
836
856
|
msgid "Lightning Talk theme"
|
837
857
|
msgstr ""
|
838
858
|
|
859
|
+
#: ../../lib/rabbit/theme/lightning-monochrome/property.rb:3
|
860
|
+
msgid "Lightning Talk theme monochrome version"
|
861
|
+
msgstr ""
|
862
|
+
|
839
863
|
#: ../../lib/rabbit/theme/lightning-simple/property.rb:3
|
840
864
|
msgid "Lightning Talk theme simple version"
|
841
865
|
msgstr ""
|
@@ -848,6 +872,10 @@ msgstr ""
|
|
848
872
|
msgid "LightningTalk"
|
849
873
|
msgstr ""
|
850
874
|
|
875
|
+
#: ../../lib/rabbit/theme/lightning-monochrome/property.rb:2
|
876
|
+
msgid "LightningTalk-Monochrome"
|
877
|
+
msgstr ""
|
878
|
+
|
851
879
|
#: ../../lib/rabbit/theme/lightning-simple/property.rb:2
|
852
880
|
msgid "LightningTalk-Simple"
|
853
881
|
msgstr ""
|
@@ -886,8 +914,8 @@ msgstr ""
|
|
886
914
|
msgid "Line width:"
|
887
915
|
msgstr ""
|
888
916
|
|
889
|
-
#: ../../lib/rabbit/theme/icon/property.rb:18
|
890
917
|
#: ../../lib/rabbit/theme/powered-by/property.rb:18
|
918
|
+
#: ../../lib/rabbit/theme/icon/property.rb:18
|
891
919
|
msgid "List of image file names."
|
892
920
|
msgstr ""
|
893
921
|
|
@@ -905,7 +933,7 @@ msgstr ""
|
|
905
933
|
msgid "Magnifier"
|
906
934
|
msgstr ""
|
907
935
|
|
908
|
-
#: ../../bin/rabbit:
|
936
|
+
#: ../../bin/rabbit:268
|
909
937
|
msgid "Margin"
|
910
938
|
msgstr ""
|
911
939
|
|
@@ -913,7 +941,7 @@ msgstr ""
|
|
913
941
|
msgid "Merge theme"
|
914
942
|
msgstr ""
|
915
943
|
|
916
|
-
#: ../../bin/rabbit:
|
944
|
+
#: ../../bin/rabbit:474
|
917
945
|
msgid "Migemo"
|
918
946
|
msgstr ""
|
919
947
|
|
@@ -989,7 +1017,7 @@ msgstr ""
|
|
989
1017
|
msgid "Night Black theme"
|
990
1018
|
msgstr ""
|
991
1019
|
|
992
|
-
#: ../../bin/rabbit:
|
1020
|
+
#: ../../bin/rabbit:101
|
993
1021
|
msgid "Note: case insensitive."
|
994
1022
|
msgstr ""
|
995
1023
|
|
@@ -997,20 +1025,20 @@ msgstr ""
|
|
997
1025
|
msgid "Now processing... Do you really quit?"
|
998
1026
|
msgstr ""
|
999
1027
|
|
1000
|
-
#: ../../bin/rabbit:
|
1028
|
+
#: ../../bin/rabbit:507
|
1001
1029
|
msgid "Others"
|
1002
1030
|
msgstr ""
|
1003
1031
|
|
1004
|
-
#: ../../bin/rabbit:
|
1032
|
+
#: ../../bin/rabbit:195
|
1005
1033
|
msgid "Output HTML for viewing saved images."
|
1006
1034
|
msgstr ""
|
1007
1035
|
|
1008
|
-
#: ../../bin/rabbit:
|
1036
|
+
#: ../../bin/rabbit:201
|
1009
1037
|
msgid "Output index HTML for navigating slides."
|
1010
1038
|
msgstr ""
|
1011
1039
|
|
1012
|
-
#: ../../lib/rabbit/html/generator.rb:393
|
1013
1040
|
#: ../../lib/rabbit/theme/pdf/property.rb:2
|
1041
|
+
#: ../../lib/rabbit/html/generator.rb:398
|
1014
1042
|
msgid "PDF"
|
1015
1043
|
msgstr ""
|
1016
1044
|
|
@@ -1018,7 +1046,7 @@ msgstr ""
|
|
1018
1046
|
msgid "PDF with The Tortoise and The Hare"
|
1019
1047
|
msgstr ""
|
1020
1048
|
|
1021
|
-
#: ../../bin/rabbit:
|
1049
|
+
#: ../../bin/rabbit:240
|
1022
1050
|
msgid "Paper"
|
1023
1051
|
msgstr ""
|
1024
1052
|
|
@@ -1056,15 +1084,15 @@ msgstr ""
|
|
1056
1084
|
msgid "Previous slide"
|
1057
1085
|
msgstr ""
|
1058
1086
|
|
1059
|
-
#: ../../lib/rabbit/action/basic.rb:83 ../../bin/rabbit:
|
1087
|
+
#: ../../lib/rabbit/action/basic.rb:83 ../../bin/rabbit:213
|
1060
1088
|
msgid "Print"
|
1061
1089
|
msgstr ""
|
1062
1090
|
|
1063
|
-
#: ../../bin/rabbit:
|
1091
|
+
#: ../../bin/rabbit:216
|
1064
1092
|
msgid "Print and exit."
|
1065
1093
|
msgstr ""
|
1066
1094
|
|
1067
|
-
#: ../../lib/rabbit/canvas.rb:
|
1095
|
+
#: ../../lib/rabbit/canvas.rb:674
|
1068
1096
|
msgid "Processing..."
|
1069
1097
|
msgstr ""
|
1070
1098
|
|
@@ -1122,15 +1150,15 @@ msgstr ""
|
|
1122
1150
|
msgid "Provides methods to set item mark style up."
|
1123
1151
|
msgstr ""
|
1124
1152
|
|
1125
|
-
#: ../../bin/rabbit:
|
1153
|
+
#: ../../bin/rabbit:438
|
1126
1154
|
msgid "Public level"
|
1127
1155
|
msgstr ""
|
1128
1156
|
|
1129
|
-
#: ../../bin/rabbit-command:
|
1157
|
+
#: ../../bin/rabbit-command:79
|
1130
1158
|
msgid "Quit"
|
1131
1159
|
msgstr ""
|
1132
1160
|
|
1133
|
-
#: ../../bin/rabbit:
|
1161
|
+
#: ../../bin/rabbit:208
|
1134
1162
|
msgid "RSS is generated only when HTML is output."
|
1135
1163
|
msgstr ""
|
1136
1164
|
|
@@ -1138,7 +1166,7 @@ msgstr ""
|
|
1138
1166
|
msgid "RTtool isn't available"
|
1139
1167
|
msgstr ""
|
1140
1168
|
|
1141
|
-
#: ../../lib/rabbit/
|
1169
|
+
#: ../../lib/rabbit/theme/rabbit/property.rb:2 ../../lib/rabbit/stock.rb:17
|
1142
1170
|
msgid "Rabbit"
|
1143
1171
|
msgstr ""
|
1144
1172
|
|
@@ -1262,11 +1290,11 @@ msgstr ""
|
|
1262
1290
|
msgid "RubyImage"
|
1263
1291
|
msgstr ""
|
1264
1292
|
|
1265
|
-
#: ../../bin/rabbit:
|
1293
|
+
#: ../../bin/rabbit:378
|
1266
1294
|
msgid "SOAP"
|
1267
1295
|
msgstr ""
|
1268
1296
|
|
1269
|
-
#: ../../bin/rabbit:
|
1297
|
+
#: ../../bin/rabbit:174
|
1270
1298
|
msgid "Save"
|
1271
1299
|
msgstr ""
|
1272
1300
|
|
@@ -1274,7 +1302,7 @@ msgstr ""
|
|
1274
1302
|
msgid "Save as image"
|
1275
1303
|
msgstr ""
|
1276
1304
|
|
1277
|
-
#: ../../bin/rabbit:
|
1305
|
+
#: ../../bin/rabbit:177
|
1278
1306
|
msgid "Save as image and exit."
|
1279
1307
|
msgstr ""
|
1280
1308
|
|
@@ -1307,87 +1335,91 @@ msgid "See ((<slide-show>))"
|
|
1307
1335
|
msgstr ""
|
1308
1336
|
|
1309
1337
|
#: ../../lib/rabbit/console.rb:84 ../../lib/rabbit/console.rb:101
|
1310
|
-
#: ../../bin/rabbit:
|
1338
|
+
#: ../../bin/rabbit:100
|
1311
1339
|
msgid "Select from [%s]."
|
1312
1340
|
msgstr ""
|
1313
1341
|
|
1314
|
-
#: ../../bin/rabbit:
|
1342
|
+
#: ../../bin/rabbit:446
|
1315
1343
|
msgid "Select from the following:"
|
1316
1344
|
msgstr ""
|
1317
1345
|
|
1318
|
-
#: ../../bin/rabbit:
|
1346
|
+
#: ../../bin/rabbit:430
|
1319
1347
|
msgid "Server"
|
1320
1348
|
msgstr ""
|
1321
1349
|
|
1322
|
-
#: ../../bin/rabbit:
|
1350
|
+
#: ../../bin/rabbit:293
|
1323
1351
|
msgid "Set bottom margin for slides per page mode print."
|
1324
1352
|
msgstr ""
|
1325
1353
|
|
1326
|
-
#: ../../bin/rabbit:
|
1354
|
+
#: ../../bin/rabbit:339
|
1327
1355
|
msgid "Set bottom page margin."
|
1328
1356
|
msgstr ""
|
1329
1357
|
|
1330
|
-
#: ../../bin/rabbit:
|
1358
|
+
#: ../../bin/rabbit:272
|
1331
1359
|
msgid "Set left margin for slides per page mode print."
|
1332
1360
|
msgstr ""
|
1333
1361
|
|
1334
|
-
#: ../../bin/rabbit:
|
1362
|
+
#: ../../bin/rabbit:318
|
1335
1363
|
msgid "Set left page margin."
|
1336
1364
|
msgstr ""
|
1337
1365
|
|
1338
|
-
#: ../../bin/rabbit:
|
1366
|
+
#: ../../bin/rabbit:304
|
1339
1367
|
msgid "Set margin for slides per page mode print."
|
1340
1368
|
msgstr ""
|
1341
1369
|
|
1342
|
-
#: ../../bin/rabbit:
|
1370
|
+
#: ../../bin/rabbit:346
|
1343
1371
|
msgid "Set page margin."
|
1344
1372
|
msgstr ""
|
1345
1373
|
|
1346
|
-
#: ../../bin/rabbit:
|
1374
|
+
#: ../../bin/rabbit:251
|
1347
1375
|
msgid "Set paper height to [HEIGHT] Pt."
|
1348
1376
|
msgstr ""
|
1349
1377
|
|
1350
|
-
#: ../../bin/rabbit:
|
1378
|
+
#: ../../bin/rabbit:256
|
1351
1379
|
msgid ""
|
1352
1380
|
"Set paper width and height to\n"
|
1353
1381
|
"[WIDTH] Pt and [HEIGHT] Pt."
|
1354
1382
|
msgstr ""
|
1355
1383
|
|
1356
|
-
#: ../../bin/rabbit:
|
1384
|
+
#: ../../bin/rabbit:244
|
1357
1385
|
msgid "Set paper width to [WIDTH] Pt."
|
1358
1386
|
msgstr ""
|
1359
1387
|
|
1360
|
-
#: ../../bin/rabbit:
|
1388
|
+
#: ../../bin/rabbit:279
|
1361
1389
|
msgid "Set right margin for slides per page mode print."
|
1362
1390
|
msgstr ""
|
1363
1391
|
|
1364
|
-
#: ../../bin/rabbit:
|
1392
|
+
#: ../../bin/rabbit:325
|
1365
1393
|
msgid "Set right page margin."
|
1366
1394
|
msgstr ""
|
1367
1395
|
|
1368
|
-
#: ../../bin/rabbit:
|
1396
|
+
#: ../../bin/rabbit:228
|
1369
1397
|
msgid "Set slides per page."
|
1370
1398
|
msgstr ""
|
1371
1399
|
|
1372
|
-
#: ../../bin/rabbit:
|
1400
|
+
#: ../../bin/rabbit:286
|
1373
1401
|
msgid "Set top margin for slides per page mode print."
|
1374
1402
|
msgstr ""
|
1375
1403
|
|
1376
|
-
#: ../../bin/rabbit:
|
1404
|
+
#: ../../bin/rabbit:332
|
1377
1405
|
msgid "Set top page margin."
|
1378
1406
|
msgstr ""
|
1379
1407
|
|
1380
|
-
#: ../../bin/rabbit:
|
1408
|
+
#: ../../bin/rabbit:142
|
1409
|
+
msgid "Set window geometry [GEOMETRY]."
|
1410
|
+
msgstr ""
|
1411
|
+
|
1412
|
+
#: ../../bin/rabbit:157 ../../bin/rabbit-theme-manager:50
|
1381
1413
|
msgid "Set window height to [HEIGHT]."
|
1382
1414
|
msgstr ""
|
1383
1415
|
|
1384
|
-
#: ../../bin/rabbit:
|
1416
|
+
#: ../../bin/rabbit:162 ../../bin/rabbit-theme-manager:55
|
1385
1417
|
msgid ""
|
1386
1418
|
"Set window width and height to\n"
|
1387
1419
|
"[WIDTH] and [HEIGHT]."
|
1388
1420
|
msgstr ""
|
1389
1421
|
|
1390
|
-
#: ../../bin/rabbit:
|
1422
|
+
#: ../../bin/rabbit:150 ../../bin/rabbit-theme-manager:43
|
1391
1423
|
msgid "Set window width to [WIDTH]."
|
1392
1424
|
msgstr ""
|
1393
1425
|
|
@@ -1407,7 +1439,7 @@ msgstr ""
|
|
1407
1439
|
msgid "Show [THEME] when startup."
|
1408
1440
|
msgstr ""
|
1409
1441
|
|
1410
|
-
#: ../../bin/rabbit:
|
1442
|
+
#: ../../bin/rabbit:510
|
1411
1443
|
msgid "Show a native window ID of the Rabbit window if available."
|
1412
1444
|
msgstr ""
|
1413
1445
|
|
@@ -1415,6 +1447,14 @@ msgstr ""
|
|
1415
1447
|
msgid "Show element frames useful for debug."
|
1416
1448
|
msgstr ""
|
1417
1449
|
|
1450
|
+
#: ../../bin/rabbit-command:53
|
1451
|
+
msgid "Show source"
|
1452
|
+
msgstr ""
|
1453
|
+
|
1454
|
+
#: ../../bin/rabbit-command:57
|
1455
|
+
msgid "Show the current slide source as RD"
|
1456
|
+
msgstr ""
|
1457
|
+
|
1418
1458
|
#: ../../lib/rabbit/console.rb:110
|
1419
1459
|
msgid "Show this message."
|
1420
1460
|
msgstr ""
|
@@ -1431,11 +1471,11 @@ msgstr ""
|
|
1431
1471
|
msgid "SimpleItemMark"
|
1432
1472
|
msgstr ""
|
1433
1473
|
|
1434
|
-
#: ../../bin/rabbit:
|
1474
|
+
#: ../../bin/rabbit:139
|
1435
1475
|
msgid "Size"
|
1436
1476
|
msgstr ""
|
1437
1477
|
|
1438
|
-
#: ../../lib/rabbit/html/generator.rb:
|
1478
|
+
#: ../../lib/rabbit/html/generator.rb:389
|
1439
1479
|
msgid "Slide"
|
1440
1480
|
msgstr ""
|
1441
1481
|
|
@@ -1460,7 +1500,7 @@ msgstr ""
|
|
1460
1500
|
msgid "SlideBackgroundImage"
|
1461
1501
|
msgstr ""
|
1462
1502
|
|
1463
|
-
#: ../../bin/rabbit:
|
1503
|
+
#: ../../bin/rabbit:86
|
1464
1504
|
msgid "Source"
|
1465
1505
|
msgstr ""
|
1466
1506
|
|
@@ -1480,11 +1520,11 @@ msgstr ""
|
|
1480
1520
|
msgid "Specify Rabbit's dRuby URI as [URI]."
|
1481
1521
|
msgstr ""
|
1482
1522
|
|
1483
|
-
#: ../../bin/rabbit:
|
1523
|
+
#: ../../bin/rabbit:387
|
1484
1524
|
msgid "Specify SOAP host as [HOST]."
|
1485
1525
|
msgstr ""
|
1486
1526
|
|
1487
|
-
#: ../../bin/rabbit:
|
1527
|
+
#: ../../bin/rabbit:395
|
1488
1528
|
msgid "Specify SOAP port as [PORT]."
|
1489
1529
|
msgstr ""
|
1490
1530
|
|
@@ -1492,31 +1532,31 @@ msgstr ""
|
|
1492
1532
|
msgid "Specify WEBrick port as [PORT]."
|
1493
1533
|
msgstr ""
|
1494
1534
|
|
1495
|
-
#: ../../bin/rabbit:
|
1535
|
+
#: ../../bin/rabbit:413
|
1496
1536
|
msgid "Specify XML-RPC host as [HOST]."
|
1497
1537
|
msgstr ""
|
1498
1538
|
|
1499
|
-
#: ../../bin/rabbit:
|
1539
|
+
#: ../../bin/rabbit:421
|
1500
1540
|
msgid "Specify XML-RPC port as [PORT]."
|
1501
1541
|
msgstr ""
|
1502
1542
|
|
1503
|
-
#: ../../bin/rabbit:
|
1543
|
+
#: ../../bin/rabbit:207
|
1504
1544
|
msgid "Specify base URI of RSS as [URI]."
|
1505
1545
|
msgstr ""
|
1506
1546
|
|
1507
|
-
#: ../../bin/rabbit:
|
1547
|
+
#: ../../bin/rabbit:118
|
1508
1548
|
msgid "Specify base URI or path of source as [BASE]."
|
1509
1549
|
msgstr ""
|
1510
1550
|
|
1511
|
-
#: ../../bin/rabbit:
|
1551
|
+
#: ../../bin/rabbit:469
|
1512
1552
|
msgid "Specify comment source encoding."
|
1513
1553
|
msgstr ""
|
1514
1554
|
|
1515
|
-
#: ../../bin/rabbit:
|
1555
|
+
#: ../../bin/rabbit:367
|
1516
1556
|
msgid "Specify dRuby URI."
|
1517
1557
|
msgstr ""
|
1518
1558
|
|
1519
|
-
#: ../../bin/rabbit:
|
1559
|
+
#: ../../bin/rabbit:463
|
1520
1560
|
msgid "Specify initial comment source."
|
1521
1561
|
msgstr ""
|
1522
1562
|
|
@@ -1532,35 +1572,35 @@ msgstr ""
|
|
1532
1572
|
msgid "Specify logger type as [TYPE]."
|
1533
1573
|
msgstr ""
|
1534
1574
|
|
1535
|
-
#: ../../bin/rabbit:
|
1575
|
+
#: ../../bin/rabbit:221
|
1536
1576
|
msgid "Specify printed out filename as [FILENAME]."
|
1537
1577
|
msgstr ""
|
1538
1578
|
|
1539
|
-
#: ../../bin/rabbit:
|
1579
|
+
#: ../../bin/rabbit:445
|
1540
1580
|
msgid "Specify public level."
|
1541
1581
|
msgstr ""
|
1542
1582
|
|
1543
|
-
#: ../../bin/rabbit:
|
1583
|
+
#: ../../bin/rabbit:189
|
1544
1584
|
msgid "Specify saved image base name as [BASE_NAME]."
|
1545
1585
|
msgstr ""
|
1546
1586
|
|
1547
|
-
#: ../../bin/rabbit:
|
1587
|
+
#: ../../bin/rabbit:182
|
1548
1588
|
msgid "Specify saved image type as [TYPE]."
|
1549
1589
|
msgstr ""
|
1550
1590
|
|
1551
|
-
#: ../../bin/rabbit:
|
1591
|
+
#: ../../bin/rabbit:479
|
1552
1592
|
msgid "Specify search paths for Migemo static dictionary."
|
1553
1593
|
msgstr ""
|
1554
1594
|
|
1555
|
-
#: ../../bin/rabbit:
|
1595
|
+
#: ../../bin/rabbit:112
|
1556
1596
|
msgid "Specify source encoding as [ENCODING]."
|
1557
1597
|
msgstr ""
|
1558
1598
|
|
1559
|
-
#: ../../bin/rabbit:
|
1599
|
+
#: ../../bin/rabbit:99
|
1560
1600
|
msgid "Specify source type as [TYPE]."
|
1561
1601
|
msgstr ""
|
1562
1602
|
|
1563
|
-
#: ../../bin/rabbit:
|
1603
|
+
#: ../../bin/rabbit:486
|
1564
1604
|
msgid "Specify static dictionary name for Migemo."
|
1565
1605
|
msgstr ""
|
1566
1606
|
|
@@ -1580,27 +1620,31 @@ msgstr ""
|
|
1580
1620
|
msgid "Specify whether service discovery with bonjour enable or not."
|
1581
1621
|
msgstr ""
|
1582
1622
|
|
1583
|
-
#: ../../bin/rabbit:
|
1623
|
+
#: ../../bin/rabbit:502
|
1624
|
+
msgid "Specify whether to keep above window."
|
1625
|
+
msgstr ""
|
1626
|
+
|
1627
|
+
#: ../../bin/rabbit:373
|
1584
1628
|
msgid "Specify whether to output dRuby URI."
|
1585
1629
|
msgstr ""
|
1586
1630
|
|
1587
|
-
#: ../../bin/rabbit:
|
1631
|
+
#: ../../bin/rabbit:433
|
1588
1632
|
msgid "Specify whether to run as server."
|
1589
1633
|
msgstr ""
|
1590
1634
|
|
1591
|
-
#: ../../bin/rabbit:
|
1635
|
+
#: ../../bin/rabbit:494
|
1592
1636
|
msgid "Specify whether to use OpenGL if available."
|
1593
1637
|
msgstr ""
|
1594
1638
|
|
1595
|
-
#: ../../bin/rabbit:
|
1639
|
+
#: ../../bin/rabbit:381
|
1596
1640
|
msgid "Specify whether to use SOAP."
|
1597
1641
|
msgstr ""
|
1598
1642
|
|
1599
|
-
#: ../../bin/rabbit:
|
1643
|
+
#: ../../bin/rabbit:407
|
1600
1644
|
msgid "Specify whether to use XML-RPC."
|
1601
1645
|
msgstr ""
|
1602
1646
|
|
1603
|
-
#: ../../bin/rabbit:
|
1647
|
+
#: ../../bin/rabbit:361
|
1604
1648
|
msgid "Specify whether to use dRuby."
|
1605
1649
|
msgstr ""
|
1606
1650
|
|
@@ -1642,27 +1686,28 @@ msgstr ""
|
|
1642
1686
|
msgid "TextTimer"
|
1643
1687
|
msgstr ""
|
1644
1688
|
|
1645
|
-
#: ../../lib/rabbit/theme/
|
1646
|
-
#: ../../lib/rabbit/theme/
|
1689
|
+
#: ../../lib/rabbit/theme/lightning-talk/property.rb:1
|
1690
|
+
#: ../../lib/rabbit/theme/image-viewer/property.rb:1
|
1691
|
+
#: ../../lib/rabbit/theme/night-black/property.rb:1
|
1692
|
+
#: ../../lib/rabbit/theme/red-frame/property.rb:1
|
1693
|
+
#: ../../lib/rabbit/theme/pdf-tortoise-and-hare/property.rb:1
|
1694
|
+
#: ../../lib/rabbit/theme/ruby-gnome2/property.rb:1
|
1695
|
+
#: ../../lib/rabbit/theme/lightning-monochrome/property.rb:1
|
1696
|
+
#: ../../lib/rabbit/theme/lightning-clear-blue/property.rb:1
|
1697
|
+
#: ../../lib/rabbit/theme/rabbit/property.rb:1
|
1647
1698
|
#: ../../lib/rabbit/theme/centering-rabbit/property.rb:1
|
1699
|
+
#: ../../lib/rabbit/theme/lightning-rabbit/property.rb:1
|
1700
|
+
#: ../../lib/rabbit/theme/blue-bar/property.rb:1
|
1701
|
+
#: ../../lib/rabbit/theme/day-white/property.rb:1
|
1648
1702
|
#: ../../lib/rabbit/theme/clear-blue/property.rb:1
|
1649
1703
|
#: ../../lib/rabbit/theme/comment/property.rb:1
|
1650
|
-
#: ../../lib/rabbit/theme/
|
1651
|
-
#: ../../lib/rabbit/theme/
|
1704
|
+
#: ../../lib/rabbit/theme/blue-circle/property.rb:1
|
1705
|
+
#: ../../lib/rabbit/theme/pdf/property.rb:1
|
1652
1706
|
#: ../../lib/rabbit/theme/default/property.rb:1
|
1653
1707
|
#: ../../lib/rabbit/theme/green-circle/property.rb:1
|
1654
|
-
#: ../../lib/rabbit/theme/image-viewer/property.rb:1
|
1655
|
-
#: ../../lib/rabbit/theme/lightning-clear-blue/property.rb:1
|
1656
|
-
#: ../../lib/rabbit/theme/lightning-rabbit/property.rb:1
|
1657
1708
|
#: ../../lib/rabbit/theme/lightning-simple/property.rb:1
|
1658
|
-
#: ../../lib/rabbit/theme/
|
1659
|
-
#: ../../lib/rabbit/theme
|
1660
|
-
#: ../../lib/rabbit/theme/pdf/property.rb:1
|
1661
|
-
#: ../../lib/rabbit/theme/pdf-tortoise-and-hare/property.rb:1
|
1662
|
-
#: ../../lib/rabbit/theme/rabbit/property.rb:1
|
1663
|
-
#: ../../lib/rabbit/theme/red-frame/property.rb:1
|
1664
|
-
#: ../../lib/rabbit/theme/ruby-gnome2/property.rb:1
|
1665
|
-
#: ../../lib/rabbit/theme-browser/tree.rb:54 ../../bin/rabbit:68
|
1709
|
+
#: ../../lib/rabbit/theme/cozmixng/property.rb:1
|
1710
|
+
#: ../../lib/rabbit/theme-browser/tree.rb:54 ../../bin/rabbit:71
|
1666
1711
|
msgid "Theme"
|
1667
1712
|
msgstr ""
|
1668
1713
|
|
@@ -1686,8 +1731,8 @@ msgstr ""
|
|
1686
1731
|
msgid "This theme is always included at the first."
|
1687
1732
|
msgstr ""
|
1688
1733
|
|
1689
|
-
#: ../../lib/rabbit/theme/clock/property.rb:1
|
1690
1734
|
#: ../../lib/rabbit/theme/image-timer/property.rb:1
|
1735
|
+
#: ../../lib/rabbit/theme/clock/property.rb:1
|
1691
1736
|
#: ../../lib/rabbit/theme/slide-show/property.rb:1
|
1692
1737
|
#: ../../lib/rabbit/theme/timer/property.rb:1
|
1693
1738
|
msgid "Time"
|
@@ -1701,7 +1746,7 @@ msgstr ""
|
|
1701
1746
|
msgid "Timer toolkit, an image version"
|
1702
1747
|
msgstr ""
|
1703
1748
|
|
1704
|
-
#: ../../bin/rabbit:
|
1749
|
+
#: ../../bin/rabbit:190 ../../bin/rabbit:222
|
1705
1750
|
msgid "Title of slide"
|
1706
1751
|
msgstr ""
|
1707
1752
|
|
@@ -1725,90 +1770,90 @@ msgstr ""
|
|
1725
1770
|
msgid "TitleShadow"
|
1726
1771
|
msgstr ""
|
1727
1772
|
|
1728
|
-
#: ../../bin/rabbit-command:
|
1773
|
+
#: ../../bin/rabbit-command:75
|
1729
1774
|
msgid "Toggle blackout"
|
1730
1775
|
msgstr ""
|
1731
1776
|
|
1732
|
-
#: ../../bin/rabbit:
|
1777
|
+
#: ../../bin/rabbit:127
|
1733
1778
|
msgid "Toggle full screen mode."
|
1734
1779
|
msgstr ""
|
1735
1780
|
|
1736
|
-
#: ../../bin/rabbit-command:
|
1781
|
+
#: ../../bin/rabbit-command:63
|
1737
1782
|
msgid "Toggle fullscreen"
|
1738
1783
|
msgstr ""
|
1739
1784
|
|
1740
|
-
#: ../../bin/rabbit-command:
|
1785
|
+
#: ../../bin/rabbit-command:67
|
1741
1786
|
msgid "Toggle index mode"
|
1742
1787
|
msgstr ""
|
1743
1788
|
|
1744
|
-
#: ../../bin/rabbit:
|
1789
|
+
#: ../../bin/rabbit:133
|
1745
1790
|
msgid "Toggle index mode."
|
1746
1791
|
msgstr ""
|
1747
1792
|
|
1748
|
-
#: ../../bin/rabbit-command:
|
1793
|
+
#: ../../bin/rabbit-command:71
|
1749
1794
|
msgid "Toggle whiteout"
|
1750
1795
|
msgstr ""
|
1751
1796
|
|
1752
|
-
#: ../../lib/rabbit/theme/
|
1753
|
-
#: ../../lib/rabbit/theme/
|
1754
|
-
#: ../../lib/rabbit/theme/color-circle-block-quote/property.rb:1
|
1755
|
-
#: ../../lib/rabbit/theme/color-circle-common/property.rb:1
|
1756
|
-
#: ../../lib/rabbit/theme/color-circle-description/property.rb:1
|
1757
|
-
#: ../../lib/rabbit/theme/color-circle-foot-text/property.rb:1
|
1758
|
-
#: ../../lib/rabbit/theme/color-circle-item-mark/property.rb:1
|
1759
|
-
#: ../../lib/rabbit/theme/color-circle-method-list/property.rb:1
|
1760
|
-
#: ../../lib/rabbit/theme/color-circle-preformatted/property.rb:1
|
1761
|
-
#: ../../lib/rabbit/theme/color-circle-slide/property.rb:1
|
1762
|
-
#: ../../lib/rabbit/theme/color-circle-text/property.rb:1
|
1763
|
-
#: ../../lib/rabbit/theme/color-circle-title-slide/property.rb:1
|
1797
|
+
#: ../../lib/rabbit/theme/footer-logo/property.rb:1
|
1798
|
+
#: ../../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1
|
1764
1799
|
#: ../../lib/rabbit/theme/color-circle-title-text/property.rb:1
|
1765
|
-
#: ../../lib/rabbit/theme/
|
1766
|
-
#: ../../lib/rabbit/theme/
|
1767
|
-
#: ../../lib/rabbit/theme/default-description/property.rb:1
|
1800
|
+
#: ../../lib/rabbit/theme/title-logo/property.rb:1
|
1801
|
+
#: ../../lib/rabbit/theme/emphasize-keyword/property.rb:1
|
1768
1802
|
#: ../../lib/rabbit/theme/default-foot-text/property.rb:1
|
1769
|
-
#: ../../lib/rabbit/theme/
|
1770
|
-
#: ../../lib/rabbit/theme/
|
1771
|
-
#: ../../lib/rabbit/theme/default-item-mark-setup/property.rb:1
|
1772
|
-
#: ../../lib/rabbit/theme/default-method-list/property.rb:1
|
1773
|
-
#: ../../lib/rabbit/theme/default-preformatted/property.rb:1
|
1774
|
-
#: ../../lib/rabbit/theme/default-slide/property.rb:1
|
1775
|
-
#: ../../lib/rabbit/theme/default-text/property.rb:1
|
1803
|
+
#: ../../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1
|
1804
|
+
#: ../../lib/rabbit/theme/edge-info-toolkit/property.rb:1
|
1776
1805
|
#: ../../lib/rabbit/theme/default-title-slide/property.rb:1
|
1806
|
+
#: ../../lib/rabbit/theme/default-item-mark-setup/property.rb:1
|
1777
1807
|
#: ../../lib/rabbit/theme/default-title-text/property.rb:1
|
1778
|
-
#: ../../lib/rabbit/theme/
|
1779
|
-
#: ../../lib/rabbit/theme/
|
1780
|
-
#: ../../lib/rabbit/theme/
|
1781
|
-
#: ../../lib/rabbit/theme/
|
1782
|
-
#: ../../lib/rabbit/theme/icon/property.rb:1
|
1783
|
-
#: ../../lib/rabbit/theme/image/property.rb:1
|
1808
|
+
#: ../../lib/rabbit/theme/default-description/property.rb:1
|
1809
|
+
#: ../../lib/rabbit/theme/default-text/property.rb:1
|
1810
|
+
#: ../../lib/rabbit/theme/default-method-list/property.rb:1
|
1811
|
+
#: ../../lib/rabbit/theme/color-circle-common/property.rb:1
|
1784
1812
|
#: ../../lib/rabbit/theme/image-slide-number/property.rb:1
|
1785
|
-
#: ../../lib/rabbit/theme/
|
1813
|
+
#: ../../lib/rabbit/theme/slide-logo/property.rb:1
|
1786
1814
|
#: ../../lib/rabbit/theme/powered-by/property.rb:1
|
1787
|
-
#: ../../lib/rabbit/theme/
|
1788
|
-
#: ../../lib/rabbit/theme/
|
1815
|
+
#: ../../lib/rabbit/theme/slide-background-image/property.rb:1
|
1816
|
+
#: ../../lib/rabbit/theme/slide-footer-info/property.rb:1
|
1817
|
+
#: ../../lib/rabbit/theme/cozmixng-powered-by/property.rb:1
|
1818
|
+
#: ../../lib/rabbit/theme/default-slide/property.rb:1
|
1819
|
+
#: ../../lib/rabbit/theme/color-circle-foot-text/property.rb:1
|
1820
|
+
#: ../../lib/rabbit/theme/color-circle-block-quote/property.rb:1
|
1821
|
+
#: ../../lib/rabbit/theme/default-preformatted/property.rb:1
|
1822
|
+
#: ../../lib/rabbit/theme/color-circle-text/property.rb:1
|
1823
|
+
#: ../../lib/rabbit/theme/color-circle-method-list/property.rb:1
|
1824
|
+
#: ../../lib/rabbit/theme/image/property.rb:1
|
1789
1825
|
#: ../../lib/rabbit/theme/rabbit-icon/property.rb:1
|
1790
|
-
#: ../../lib/rabbit/theme/
|
1791
|
-
#: ../../lib/rabbit/theme/rabbit-powered-by/property.rb:1
|
1826
|
+
#: ../../lib/rabbit/theme/table/property.rb:1
|
1792
1827
|
#: ../../lib/rabbit/theme/rabbit-title-logo/property.rb:1
|
1793
|
-
#: ../../lib/rabbit/theme/
|
1828
|
+
#: ../../lib/rabbit/theme/simple-item-mark/property.rb:1
|
1829
|
+
#: ../../lib/rabbit/theme/rabbit-block-quote/property.rb:1
|
1830
|
+
#: ../../lib/rabbit/theme/rabbit-item-mark/property.rb:1
|
1831
|
+
#: ../../lib/rabbit/theme/icon/property.rb:1
|
1832
|
+
#: ../../lib/rabbit/theme/default-icon/property.rb:1
|
1794
1833
|
#: ../../lib/rabbit/theme/ruby-gnome2-foot-text/property.rb:1
|
1795
|
-
#: ../../lib/rabbit/theme/ruby-gnome2-headline/property.rb:1
|
1796
|
-
#: ../../lib/rabbit/theme/ruby-gnome2-icon/property.rb:1
|
1797
1834
|
#: ../../lib/rabbit/theme/ruby-gnome2-item-mark/property.rb:1
|
1835
|
+
#: ../../lib/rabbit/theme/default-block-quote/property.rb:1
|
1836
|
+
#: ../../lib/rabbit/theme/color-circle-item-mark/property.rb:1
|
1837
|
+
#: ../../lib/rabbit/theme/title-background-color/property.rb:1
|
1838
|
+
#: ../../lib/rabbit/theme/headline-logo/property.rb:1
|
1839
|
+
#: ../../lib/rabbit/theme/slide-header-info/property.rb:1
|
1840
|
+
#: ../../lib/rabbit/theme/rabbit-powered-by/property.rb:1
|
1798
1841
|
#: ../../lib/rabbit/theme/ruby-gnome2-preformatted/property.rb:1
|
1842
|
+
#: ../../lib/rabbit/theme/lightning-talk-toolkit/property.rb:1
|
1843
|
+
#: ../../lib/rabbit/theme/rabbit-headline-logo/property.rb:1
|
1844
|
+
#: ../../lib/rabbit/theme/color-circle-slide/property.rb:1
|
1845
|
+
#: ../../lib/rabbit/theme/title-shadow/property.rb:1
|
1846
|
+
#: ../../lib/rabbit/theme/color-circle-title-slide/property.rb:1
|
1847
|
+
#: ../../lib/rabbit/theme/title-on-image-toolkit/property.rb:1
|
1848
|
+
#: ../../lib/rabbit/theme/color-circle-description/property.rb:1
|
1849
|
+
#: ../../lib/rabbit/theme/default-item-mark/property.rb:1
|
1850
|
+
#: ../../lib/rabbit/theme/color-circle-preformatted/property.rb:1
|
1799
1851
|
#: ../../lib/rabbit/theme/ruby-gnome2-slide/property.rb:1
|
1800
|
-
#: ../../lib/rabbit/theme/
|
1801
|
-
#: ../../lib/rabbit/theme/slide-background-image/property.rb:1
|
1802
|
-
#: ../../lib/rabbit/theme/slide-footer-info/property.rb:1
|
1803
|
-
#: ../../lib/rabbit/theme/slide-header-info/property.rb:1
|
1804
|
-
#: ../../lib/rabbit/theme/slide-logo/property.rb:1
|
1805
|
-
#: ../../lib/rabbit/theme/slide-number/property.rb:1
|
1806
|
-
#: ../../lib/rabbit/theme/table/property.rb:1
|
1807
|
-
#: ../../lib/rabbit/theme/title-background-color/property.rb:1
|
1852
|
+
#: ../../lib/rabbit/theme/ruby-gnome2-description/property.rb:1
|
1808
1853
|
#: ../../lib/rabbit/theme/title-background-image/property.rb:1
|
1809
|
-
#: ../../lib/rabbit/theme/
|
1810
|
-
#: ../../lib/rabbit/theme/
|
1811
|
-
#: ../../lib/rabbit/theme/
|
1854
|
+
#: ../../lib/rabbit/theme/color-circle/property.rb:1
|
1855
|
+
#: ../../lib/rabbit/theme/slide-number/property.rb:1
|
1856
|
+
#: ../../lib/rabbit/theme/base/property.rb:1
|
1812
1857
|
msgid "Toolkit"
|
1813
1858
|
msgstr ""
|
1814
1859
|
|
@@ -1986,7 +2031,7 @@ msgstr ""
|
|
1986
2031
|
msgid "Unknown"
|
1987
2032
|
msgstr ""
|
1988
2033
|
|
1989
|
-
#: ../../lib/rabbit/canvas.rb:
|
2034
|
+
#: ../../lib/rabbit/canvas.rb:607
|
1990
2035
|
msgid "Unknown action: %s"
|
1991
2036
|
msgstr ""
|
1992
2037
|
|
@@ -2002,7 +2047,7 @@ msgstr ""
|
|
2002
2047
|
msgid "Usage: %s [options]"
|
2003
2048
|
msgstr ""
|
2004
2049
|
|
2005
|
-
#: ../../bin/rabbit:
|
2050
|
+
#: ../../bin/rabbit:79
|
2006
2051
|
msgid "Use [THEME] as theme."
|
2007
2052
|
msgstr ""
|
2008
2053
|
|
@@ -2026,7 +2071,7 @@ msgstr ""
|
|
2026
2071
|
msgid "Warning"
|
2027
2072
|
msgstr ""
|
2028
2073
|
|
2029
|
-
#: ../../bin/rabbit:
|
2074
|
+
#: ../../bin/rabbit:92
|
2030
2075
|
msgid ""
|
2031
2076
|
"When select %s\n"
|
2032
2077
|
"specify %s\n"
|
@@ -2057,17 +2102,17 @@ msgid "Whether show a text over line or not."
|
|
2057
2102
|
msgstr ""
|
2058
2103
|
|
2059
2104
|
#: ../../lib/rabbit/theme/footer-logo/property.rb:24
|
2105
|
+
#: ../../lib/rabbit/theme/slide-logo/property.rb:24
|
2060
2106
|
#: ../../lib/rabbit/theme/slide-footer-info/property.rb:41
|
2061
2107
|
#: ../../lib/rabbit/theme/slide-header-info/property.rb:41
|
2062
|
-
#: ../../lib/rabbit/theme/slide-logo/property.rb:24
|
2063
2108
|
msgid "Whether uninstall this theme or not."
|
2064
2109
|
msgstr ""
|
2065
2110
|
|
2111
|
+
#: ../../lib/rabbit/theme/title-logo/property.rb:19
|
2066
2112
|
#: ../../lib/rabbit/theme/clock/property.rb:17
|
2067
2113
|
#: ../../lib/rabbit/theme/image-slide-number/property.rb:60
|
2068
2114
|
#: ../../lib/rabbit/theme/show-frame/property.rb:12
|
2069
2115
|
#: ../../lib/rabbit/theme/slide-number/property.rb:17
|
2070
|
-
#: ../../lib/rabbit/theme/title-logo/property.rb:19
|
2071
2116
|
msgid ""
|
2072
2117
|
"Whether uninstalling this toolkit or not. This option is useful for cases "
|
2073
2118
|
"you do not want to make the toolkit work for certain slides."
|
@@ -2081,15 +2126,15 @@ msgstr ""
|
|
2081
2126
|
msgid "Whiteout"
|
2082
2127
|
msgstr ""
|
2083
2128
|
|
2084
|
-
#: ../../bin/rabbit:
|
2129
|
+
#: ../../bin/rabbit:706
|
2085
2130
|
msgid "Window ID: %d"
|
2086
2131
|
msgstr ""
|
2087
2132
|
|
2088
|
-
#: ../../bin/rabbit:
|
2133
|
+
#: ../../bin/rabbit:404
|
2089
2134
|
msgid "XML-RPC"
|
2090
2135
|
msgstr ""
|
2091
2136
|
|
2092
|
-
#: ../../bin/rabbit:
|
2137
|
+
#: ../../bin/rabbit:298
|
2093
2138
|
msgid "[ALL]"
|
2094
2139
|
msgstr ""
|
2095
2140
|
|
@@ -2117,15 +2162,15 @@ msgstr ""
|
|
2117
2162
|
msgid "[RWIKI_SOAP_IF_URI] and [PAGE_NAME]"
|
2118
2163
|
msgstr ""
|
2119
2164
|
|
2120
|
-
#: ../../bin/rabbit:
|
2165
|
+
#: ../../bin/rabbit:300
|
2121
2166
|
msgid "[TOP],[LEFT_RIGHT],[BOTTOM]"
|
2122
2167
|
msgstr ""
|
2123
2168
|
|
2124
|
-
#: ../../bin/rabbit:
|
2169
|
+
#: ../../bin/rabbit:301
|
2125
2170
|
msgid "[TOP],[RIGHT],[BOTTOM],[LEFT]"
|
2126
2171
|
msgstr ""
|
2127
2172
|
|
2128
|
-
#: ../../bin/rabbit:
|
2173
|
+
#: ../../bin/rabbit:299
|
2129
2174
|
msgid "[TOP_BOTTOM],[LEFT_RIGHT]"
|
2130
2175
|
msgstr ""
|
2131
2176
|
|
@@ -2133,7 +2178,11 @@ msgstr ""
|
|
2133
2178
|
msgid "[USER] and [TITLE]"
|
2134
2179
|
msgstr ""
|
2135
2180
|
|
2136
|
-
#: ../../lib/rabbit/
|
2181
|
+
#: ../../lib/rabbit/source/flickr.rb:15
|
2182
|
+
msgid "[USER_ID]"
|
2183
|
+
msgstr ""
|
2184
|
+
|
2185
|
+
#: ../../lib/rabbit/theme/default-block-quote/default-block-quote.rb:111
|
2137
2186
|
msgid "[cited from `%s']"
|
2138
2187
|
msgstr ""
|
2139
2188
|
|
@@ -2161,7 +2210,7 @@ msgstr ""
|
|
2161
2210
|
msgid "can't find HTML template: %s"
|
2162
2211
|
msgstr ""
|
2163
2212
|
|
2164
|
-
#: ../../lib/rabbit/renderer/print/cairo.rb:
|
2213
|
+
#: ../../lib/rabbit/renderer/print/cairo.rb:122
|
2165
2214
|
msgid "can't find printer for %s"
|
2166
2215
|
msgstr ""
|
2167
2216
|
|
@@ -2182,11 +2231,11 @@ msgstr ""
|
|
2182
2231
|
msgid "comment"
|
2183
2232
|
msgstr ""
|
2184
2233
|
|
2185
|
-
#: ../../bin/rabbit:
|
2234
|
+
#: ../../bin/rabbit:358
|
2186
2235
|
msgid "dRuby"
|
2187
2236
|
msgstr ""
|
2188
2237
|
|
2189
|
-
#: ../../bin/rabbit:
|
2238
|
+
#: ../../bin/rabbit:612
|
2190
2239
|
msgid "dRuby URI <%s> is in use."
|
2191
2240
|
msgstr ""
|
2192
2241
|
|
@@ -2194,7 +2243,7 @@ msgstr ""
|
|
2194
2243
|
msgid "default theme"
|
2195
2244
|
msgstr ""
|
2196
2245
|
|
2197
|
-
#: ../../bin/rabbit:
|
2246
|
+
#: ../../bin/rabbit:511
|
2198
2247
|
msgid "e.g. The ID is the ID of X resource on X window system."
|
2199
2248
|
msgstr ""
|
2200
2249
|
|
@@ -2218,11 +2267,11 @@ msgstr ""
|
|
2218
2267
|
msgid "fr"
|
2219
2268
|
msgstr "French"
|
2220
2269
|
|
2221
|
-
#: ../../bin/rabbit:
|
2270
|
+
#: ../../bin/rabbit:751
|
2222
2271
|
msgid "going to shutdown..."
|
2223
2272
|
msgstr ""
|
2224
2273
|
|
2225
|
-
#: ../../lib/rabbit/parser/wiki/output.rb:
|
2274
|
+
#: ../../lib/rabbit/parser/wiki/output.rb:82
|
2226
2275
|
msgid "horizontal rule is unsupported"
|
2227
2276
|
msgstr ""
|
2228
2277
|
|
@@ -2248,8 +2297,8 @@ msgstr ""
|
|
2248
2297
|
msgid "ja"
|
2249
2298
|
msgstr "Japanese"
|
2250
2299
|
|
2251
|
-
#: ../../lib/rabbit/theme/slide-logo/slide-logo.rb:4
|
2252
2300
|
#: ../../lib/rabbit/theme/title-logo/title-logo.rb:4
|
2301
|
+
#: ../../lib/rabbit/theme/slide-logo/slide-logo.rb:4
|
2253
2302
|
msgid "must specify %s!!!"
|
2254
2303
|
msgstr ""
|
2255
2304
|
|
@@ -2273,11 +2322,11 @@ msgstr ""
|
|
2273
2322
|
msgid "not exist: %s"
|
2274
2323
|
msgstr ""
|
2275
2324
|
|
2276
|
-
#: ../../bin/rabbit:
|
2325
|
+
#: ../../bin/rabbit:631
|
2277
2326
|
msgid "port <%s> for SOAP is in use."
|
2278
2327
|
msgstr ""
|
2279
2328
|
|
2280
|
-
#: ../../bin/rabbit:
|
2329
|
+
#: ../../bin/rabbit:652
|
2281
2330
|
msgid "port <%s> for XML-RPC is in use."
|
2282
2331
|
msgstr ""
|
2283
2332
|
|
@@ -2341,7 +2390,7 @@ msgstr ""
|
|
2341
2390
|
msgid "unsupported format. (supported: %s)"
|
2342
2391
|
msgstr ""
|
2343
2392
|
|
2344
|
-
#: ../../lib/rabbit/parser/wiki/output.rb:
|
2393
|
+
#: ../../lib/rabbit/parser/wiki/output.rb:332
|
2345
2394
|
msgid "unsupported list type: %s"
|
2346
2395
|
msgstr ""
|
2347
2396
|
|