summaryrefslogtreecommitdiff
path: root/sw/inc/strings.hrc
blob: b6bd848e7b572b9fac51e500b8a0850b963c1e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_SW_INC_STRINGS_HRC
#define INCLUDED_SW_INC_STRINGS_HRC

#define NC_(Context, String) (Context "\004" u8##String)

// Format names
#define STR_POOLCHR_FOOTNOTE                    NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters")
#define STR_POOLCHR_PAGENO                      NC_("STR_POOLCHR_PAGENO", "Page Number")
#define STR_POOLCHR_LABEL                       NC_("STR_POOLCHR_LABEL", "Caption Characters")
#define STR_POOLCHR_DROPCAPS                    NC_("STR_POOLCHR_DROPCAPS", "Drop Caps")
#define STR_POOLCHR_NUM_LEVEL                   NC_("STR_POOLCHR_NUM_LEVEL", "Numbering Symbols")
#define STR_POOLCHR_BUL_LEVEL                   NC_("STR_POOLCHR_BUL_LEVEL", "Bullets")
#define STR_POOLCHR_INET_NORMAL                 NC_("STR_POOLCHR_INET_NORMAL", "Internet Link")
#define STR_POOLCHR_INET_VISIT                  NC_("STR_POOLCHR_INET_VISIT", "Visited Internet Link")
#define STR_POOLCHR_JUMPEDIT                    NC_("STR_POOLCHR_JUMPEDIT", "Placeholder")
#define STR_POOLCHR_TOXJUMP                     NC_("STR_POOLCHR_TOXJUMP", "Index Link")
#define STR_POOLCHR_ENDNOTE                     NC_("STR_POOLCHR_ENDNOTE", "Endnote Characters")
#define STR_POOLCHR_LINENUM                     NC_("STR_POOLCHR_LINENUM", "Line Numbering")
#define STR_POOLCHR_IDX_MAIN_ENTRY              NC_("STR_POOLCHR_IDX_MAIN_ENTRY", "Main Index Entry")
#define STR_POOLCHR_FOOTNOTE_ANCHOR             NC_("STR_POOLCHR_FOOTNOTE_ANCHOR", "Footnote Anchor")
#define STR_POOLCHR_ENDNOTE_ANCHOR              NC_("STR_POOLCHR_ENDNOTE_ANCHOR", "Endnote Anchor")
#define STR_POOLCHR_RUBYTEXT                    NC_("STR_POOLCHR_RUBYTEXT", "Rubies")
#define STR_POOLCHR_VERT_NUM                    NC_("STR_POOLCHR_VERT_NUM", "Vertical Numbering Symbols")
// Drawing templates for HTML
#define STR_POOLCHR_HTML_EMPHASIS               NC_("STR_POOLCHR_HTML_EMPHASIS", "Emphasis")
#define STR_POOLCHR_HTML_CITIATION              NC_("STR_POOLCHR_HTML_CITIATION", "Quotation")
#define STR_POOLCHR_HTML_STRONG                 NC_("STR_POOLCHR_HTML_STRONG", "Strong Emphasis")
#define STR_POOLCHR_HTML_CODE                   NC_("STR_POOLCHR_HTML_CODE", "Source Text")
#define STR_POOLCHR_HTML_SAMPLE                 NC_("STR_POOLCHR_HTML_SAMPLE", "Example")
#define STR_POOLCHR_HTML_KEYBOARD               NC_("STR_POOLCHR_HTML_KEYBOARD", "User Entry")
#define STR_POOLCHR_HTML_VARIABLE               NC_("STR_POOLCHR_HTML_VARIABLE", "Variable")
#define STR_POOLCHR_HTML_DEFINSTANCE            NC_("STR_POOLCHR_HTML_DEFINSTANCE", "Definition")
#define STR_POOLCHR_HTML_TELETYPE               NC_("STR_POOLCHR_HTML_TELETYPE", "Teletype")
// Border templates
#define STR_POOLFRM_FRAME                       NC_("STR_POOLFRM_FRAME", "Frame")
#define STR_POOLFRM_GRAPHIC                     NC_("STR_POOLFRM_GRAPHIC", "Graphics")
#define STR_POOLFRM_OLE                         NC_("STR_POOLFRM_OLE", "OLE")
#define STR_POOLFRM_FORMEL                      NC_("STR_POOLFRM_FORMEL", "Formula")
#define STR_POOLFRM_MARGINAL                    NC_("STR_POOLFRM_MARGINAL", "Marginalia")
#define STR_POOLFRM_WATERSIGN                   NC_("STR_POOLFRM_WATERSIGN", "Watermark")
#define STR_POOLFRM_LABEL                       NC_("STR_POOLFRM_LABEL", "Labels")
// Template names
// tdf#107211 please don't change STANDARD, except back to "Default"
#define STR_POOLCOLL_STANDARD                   NC_("STR_POOLCOLL_STANDARD", "Default Style")
#define STR_POOLCOLL_TEXT                       NC_("STR_POOLCOLL_TEXT", "Text Body")
#define STR_POOLCOLL_TEXT_IDENT                 NC_("STR_POOLCOLL_TEXT_IDENT", "First Line Indent")
#define STR_POOLCOLL_TEXT_NEGIDENT              NC_("STR_POOLCOLL_TEXT_NEGIDENT", "Hanging Indent")
#define STR_POOLCOLL_TEXT_MOVE                  NC_("STR_POOLCOLL_TEXT_MOVE", "Text Body Indent")
#define STR_POOLCOLL_GREETING                   NC_("STR_POOLCOLL_GREETING", "Complimentary Close")
#define STR_POOLCOLL_SIGNATURE                  NC_("STR_POOLCOLL_SIGNATURE", "Signature")
#define STR_POOLCOLL_HEADLINE_BASE              NC_("STR_POOLCOLL_HEADLINE_BASE", "Heading")
#define STR_POOLCOLL_NUMBUL_BASE                NC_("STR_POOLCOLL_NUMBUL_BASE", "List")
#define STR_POOLCOLL_REGISTER_BASE              NC_("STR_POOLCOLL_REGISTER_BASE", "Index")
#define STR_POOLCOLL_CONFRONTATION              NC_("STR_POOLCOLL_CONFRONTATION", "List Indent")
#define STR_POOLCOLL_MARGINAL                   NC_("STR_POOLCOLL_MARGINAL", "Marginalia")
#define STR_POOLCOLL_HEADLINE1                  NC_("STR_POOLCOLL_HEADLINE1", "Heading 1")
#define STR_POOLCOLL_HEADLINE2                  NC_("STR_POOLCOLL_HEADLINE2", "Heading 2")
#define STR_POOLCOLL_HEADLINE3                  NC_("STR_POOLCOLL_HEADLINE3", "Heading 3")
#define STR_POOLCOLL_HEADLINE4                  NC_("STR_POOLCOLL_HEADLINE4", "Heading 4")
#define STR_POOLCOLL_HEADLINE5                  NC_("STR_POOLCOLL_HEADLINE5", "Heading 5")
#define STR_POOLCOLL_HEADLINE6                  NC_("STR_POOLCOLL_HEADLINE6", "Heading 6")
#define STR_POOLCOLL_HEADLINE7                  NC_("STR_POOLCOLL_HEADLINE7", "Heading 7")
#define STR_POOLCOLL_HEADLINE8                  NC_("STR_POOLCOLL_HEADLINE8", "Heading 8")
#define STR_POOLCOLL_HEADLINE9                  NC_("STR_POOLCOLL_HEADLINE9", "Heading 9")
#define STR_POOLCOLL_HEADLINE10                 NC_("STR_POOLCOLL_HEADLINE10", "Heading 10")
#define STR_POOLCOLL_NUM_LEVEL1S                NC_("STR_POOLCOLL_NUM_LEVEL1S", "Numbering 1 Start")
#define STR_POOLCOLL_NUM_LEVEL1                 NC_("STR_POOLCOLL_NUM_LEVEL1", "Numbering 1")
#define STR_POOLCOLL_NUM_LEVEL1E                NC_("STR_POOLCOLL_NUM_LEVEL1E", "Numbering 1 End")
#define STR_POOLCOLL_NUM_NONUM1                 NC_("STR_POOLCOLL_NUM_NONUM1", "Numbering 1 Cont.")
#define STR_POOLCOLL_NUM_LEVEL2S                NC_("STR_POOLCOLL_NUM_LEVEL2S", "Numbering 2 Start")
#define STR_POOLCOLL_NUM_LEVEL2                 NC_("STR_POOLCOLL_NUM_LEVEL2", "Numbering 2")
#define STR_POOLCOLL_NUM_LEVEL2E                NC_("STR_POOLCOLL_NUM_LEVEL2E", "Numbering 2 End")
#define STR_POOLCOLL_NUM_NONUM2                 NC_("STR_POOLCOLL_NUM_NONUM2", "Numbering 2 Cont.")
#define STR_POOLCOLL_NUM_LEVEL3S                NC_("STR_POOLCOLL_NUM_LEVEL3S", "Numbering 3 Start")
#define STR_POOLCOLL_NUM_LEVEL3                 NC_("STR_POOLCOLL_NUM_LEVEL3", "Numbering 3")
#define STR_POOLCOLL_NUM_LEVEL3E                NC_("STR_POOLCOLL_NUM_LEVEL3E", "Numbering 3 End")
#define STR_POOLCOLL_NUM_NONUM3                 NC_("STR_POOLCOLL_NUM_NONUM3", "Numbering 3 Cont.")
#define STR_POOLCOLL_NUM_LEVEL4S                NC_("STR_POOLCOLL_NUM_LEVEL4S", "Numbering 4 Start")
#define STR_POOLCOLL_NUM_LEVEL4                 NC_("STR_POOLCOLL_NUM_LEVEL4", "Numbering 4")
#define STR_POOLCOLL_NUM_LEVEL4E                NC_("STR_POOLCOLL_NUM_LEVEL4E", "Numbering 4 End")
#define STR_POOLCOLL_NUM_NONUM4                 NC_("STR_POOLCOLL_NUM_NONUM4", "Numbering 4 Cont.")
#define STR_POOLCOLL_NUM_LEVEL5S                NC_("STR_POOLCOLL_NUM_LEVEL5S", "Numbering 5 Start")
#define STR_POOLCOLL_NUM_LEVEL5                 NC_("STR_POOLCOLL_NUM_LEVEL5", "Numbering 5")
#define STR_POOLCOLL_NUM_LEVEL5E                NC_("STR_POOLCOLL_NUM_LEVEL5E", "Numbering 5 End")
#define STR_POOLCOLL_NUM_NONUM5                 NC_("STR_POOLCOLL_NUM_NONUM5", "Numbering 5 Cont.")
#define STR_POOLCOLL_BUL_LEVEL1S                NC_("STR_POOLCOLL_BUL_LEVEL1S", "List 1 Start")
#define STR_POOLCOLL_BUL_LEVEL1                 NC_("STR_POOLCOLL_BUL_LEVEL1", "List 1")
#define STR_POOLCOLL_BUL_LEVEL1E                NC_("STR_POOLCOLL_BUL_LEVEL1E", "List 1 End")
#define STR_POOLCOLL_BUL_NONUM1                 NC_("STR_POOLCOLL_BUL_NONUM1", "List 1 Cont.")
#define STR_POOLCOLL_BUL_LEVEL2S                NC_("STR_POOLCOLL_BUL_LEVEL2S", "List 2 Start")
#define STR_POOLCOLL_BUL_LEVEL2                 NC_("STR_POOLCOLL_BUL_LEVEL2", "List 2")
#define STR_POOLCOLL_BUL_LEVEL2E                NC_("STR_POOLCOLL_BUL_LEVEL2E", "List 2 End")
#define STR_POOLCOLL_BUL_NONUM2                 NC_("STR_POOLCOLL_BUL_NONUM2", "List 2 Cont.")
#define STR_POOLCOLL_BUL_LEVEL3S                NC_("STR_POOLCOLL_BUL_LEVEL3S", "List 3 Start")
#define STR_POOLCOLL_BUL_LEVEL3                 NC_("STR_POOLCOLL_BUL_LEVEL3", "List 3")
#define STR_POOLCOLL_BUL_LEVEL3E                NC_("STR_POOLCOLL_BUL_LEVEL3E", "List 3 End")
#define STR_POOLCOLL_BUL_NONUM3                 NC_("STR_POOLCOLL_BUL_NONUM3", "List 3 Cont.")
#define STR_POOLCOLL_BUL_LEVEL4S                NC_("STR_POOLCOLL_BUL_LEVEL4S", "List 4 Start")
#define STR_POOLCOLL_BUL_LEVEL4                 NC_("STR_POOLCOLL_BUL_LEVEL4", "List 4")
#define STR_POOLCOLL_BUL_LEVEL4E                NC_("STR_POOLCOLL_BUL_LEVEL4E", "List 4 End")
#define STR_POOLCOLL_BUL_NONUM4                 NC_("STR_POOLCOLL_BUL_NONUM4", "List 4 Cont.")
#define STR_POOLCOLL_BUL_LEVEL5S                NC_("STR_POOLCOLL_BUL_LEVEL5S", "List 5 Start")
#define STR_POOLCOLL_BUL_LEVEL5                 NC_("STR_POOLCOLL_BUL_LEVEL5", "List 5")
#define STR_POOLCOLL_BUL_LEVEL5E                NC_("STR_POOLCOLL_BUL_LEVEL5E", "List 5 End")
#define STR_POOLCOLL_BUL_NONUM5                 NC_("STR_POOLCOLL_BUL_NONUM5", "List 5 Cont.")
#define STR_POOLCOLL_HEADER                     NC_("STR_POOLCOLL_HEADER", "Header")
#define STR_POOLCOLL_HEADERL                    NC_("STR_POOLCOLL_HEADERL", "Header Left")
#define STR_POOLCOLL_HEADERR                    NC_("STR_POOLCOLL_HEADERR", "Header Right")
#define STR_POOLCOLL_FOOTER                     NC_("STR_POOLCOLL_FOOTER", "Footer")
#define STR_POOLCOLL_FOOTERL                    NC_("STR_POOLCOLL_FOOTERL", "Footer Left")
#define STR_POOLCOLL_FOOTERR                    NC_("STR_POOLCOLL_FOOTERR", "Footer Right")
#define STR_POOLCOLL_TABLE                      NC_("STR_POOLCOLL_TABLE", "Table Contents")
#define STR_POOLCOLL_TABLE_HDLN                 NC_("STR_POOLCOLL_TABLE_HDLN", "Table Heading")
#define STR_POOLCOLL_FRAME                      NC_("STR_POOLCOLL_FRAME", "Frame Contents")
#define STR_POOLCOLL_FOOTNOTE                   NC_("STR_POOLCOLL_FOOTNOTE", "Footnote")
#define STR_POOLCOLL_ENDNOTE                    NC_("STR_POOLCOLL_ENDNOTE", "Endnote")
#define STR_POOLCOLL_LABEL                      NC_("STR_POOLCOLL_LABEL", "Caption")
#define STR_POOLCOLL_LABEL_ABB                  NC_("STR_POOLCOLL_LABEL_ABB", "Illustration")
#define STR_POOLCOLL_LABEL_TABLE                NC_("STR_POOLCOLL_LABEL_TABLE", "Table")
#define STR_POOLCOLL_LABEL_FRAME                NC_("STR_POOLCOLL_LABEL_FRAME", "Text")
#define STR_POOLCOLL_LABEL_DRAWING              NC_("STR_POOLCOLL_LABEL_DRAWING", "Drawing")
#define STR_POOLCOLL_JAKETADRESS                NC_("STR_POOLCOLL_JAKETADRESS", "Addressee")
#define STR_POOLCOLL_SENDADRESS                 NC_("STR_POOLCOLL_SENDADRESS", "Sender")
#define STR_POOLCOLL_TOX_IDXH                   NC_("STR_POOLCOLL_TOX_IDXH", "Index Heading")
#define STR_POOLCOLL_TOX_IDX1                   NC_("STR_POOLCOLL_TOX_IDX1", "Index 1")
#define STR_POOLCOLL_TOX_IDX2                   NC_("STR_POOLCOLL_TOX_IDX2", "Index 2")
#define STR_POOLCOLL_TOX_IDX3                   NC_("STR_POOLCOLL_TOX_IDX3", "Index 3")
#define STR_POOLCOLL_TOX_IDXBREAK               NC_("STR_POOLCOLL_TOX_IDXBREAK", "Index Separator")
#define STR_POOLCOLL_TOX_CNTNTH                 NC_("STR_POOLCOLL_TOX_CNTNTH", "Contents Heading")
#define STR_POOLCOLL_TOX_CNTNT1                 NC_("STR_POOLCOLL_TOX_CNTNT1", "Contents 1")
#define STR_POOLCOLL_TOX_CNTNT2                 NC_("STR_POOLCOLL_TOX_CNTNT2", "Contents 2")
#define STR_POOLCOLL_TOX_CNTNT3                 NC_("STR_POOLCOLL_TOX_CNTNT3", "Contents 3")
#define STR_POOLCOLL_TOX_CNTNT4                 NC_("STR_POOLCOLL_TOX_CNTNT4", "Contents 4")
#define STR_POOLCOLL_TOX_CNTNT5                 NC_("STR_POOLCOLL_TOX_CNTNT5", "Contents 5")
#define STR_POOLCOLL_TOX_CNTNT6                 NC_("STR_POOLCOLL_TOX_CNTNT6", "Contents 6")
#define STR_POOLCOLL_TOX_CNTNT7                 NC_("STR_POOLCOLL_TOX_CNTNT7", "Contents 7")
#define STR_POOLCOLL_TOX_CNTNT8                 NC_("STR_POOLCOLL_TOX_CNTNT8", "Contents 8")
#define STR_POOLCOLL_TOX_CNTNT9                 NC_("STR_POOLCOLL_TOX_CNTNT9", "Contents 9")
#define STR_POOLCOLL_TOX_CNTNT10                NC_("STR_POOLCOLL_TOX_CNTNT10", "Contents 10")
#define STR_POOLCOLL_TOX_USERH                  NC_("STR_POOLCOLL_TOX_USERH", "User Index Heading")
#define STR_POOLCOLL_TOX_USER1                  NC_("STR_POOLCOLL_TOX_USER1", "User Index 1")
#define STR_POOLCOLL_TOX_USER2                  NC_("STR_POOLCOLL_TOX_USER2", "User Index 2")
#define STR_POOLCOLL_TOX_USER3                  NC_("STR_POOLCOLL_TOX_USER3", "User Index 3")
#define STR_POOLCOLL_TOX_USER4                  NC_("STR_POOLCOLL_TOX_USER4", "User Index 4")
#define STR_POOLCOLL_TOX_USER5                  NC_("STR_POOLCOLL_TOX_USER5", "User Index 5")
#define STR_POOLCOLL_TOX_USER6                  NC_("STR_POOLCOLL_TOX_USER6", "User Index 6")
#define STR_POOLCOLL_TOX_USER7                  NC_("STR_POOLCOLL_TOX_USER7", "User Index 7")
#define STR_POOLCOLL_TOX_USER8                  NC_("STR_POOLCOLL_TOX_USER8", "User Index 8")
#define STR_POOLCOLL_TOX_USER9                  NC_("STR_POOLCOLL_TOX_USER9", "User Index 9")
#define STR_POOLCOLL_TOX_USER10                 NC_("STR_POOLCOLL_TOX_USER10", "User Index 10")
#define STR_POOLCOLL_TOX_CITATION               NC_("STR_POOLCOLL_TOX_CITATION", "Citation")
#define STR_POOLCOLL_TOX_ILLUSH                 NC_("STR_POOLCOLL_TOX_ILLUSH", "Illustration Index Heading")
#define STR_POOLCOLL_TOX_ILLUS1                 NC_("STR_POOLCOLL_TOX_ILLUS1", "Illustration Index 1")
#define STR_POOLCOLL_TOX_OBJECTH                NC_("STR_POOLCOLL_TOX_OBJECTH", "Object Index Heading")
#define STR_POOLCOLL_TOX_OBJECT1                NC_("STR_POOLCOLL_TOX_OBJECT1", "Object Index 1")
#define STR_POOLCOLL_TOX_TABLESH                NC_("STR_POOLCOLL_TOX_TABLESH", "Table Index Heading")
#define STR_POOLCOLL_TOX_TABLES1                NC_("STR_POOLCOLL_TOX_TABLES1", "Table Index 1")
#define STR_POOLCOLL_TOX_AUTHORITIESH           NC_("STR_POOLCOLL_TOX_AUTHORITIESH", "Bibliography Heading")
#define STR_POOLCOLL_TOX_AUTHORITIES1           NC_("STR_POOLCOLL_TOX_AUTHORITIES1", "Bibliography 1")
// Document title style, not to be confused with Heading style
#define STR_POOLCOLL_DOC_TITEL                  NC_("STR_POOLCOLL_DOC_TITEL", "Title")
#define STR_POOLCOLL_DOC_SUBTITEL               NC_("STR_POOLCOLL_DOC_SUBTITEL", "Subtitle")
#define STR_POOLCOLL_HTML_BLOCKQUOTE            NC_("STR_POOLCOLL_HTML_BLOCKQUOTE", "Quotations")
#define STR_POOLCOLL_HTML_PRE                   NC_("STR_POOLCOLL_HTML_PRE", "Preformatted Text")
#define STR_POOLCOLL_HTML_HR                    NC_("STR_POOLCOLL_HTML_HR", "Horizontal Line")
#define STR_POOLCOLL_HTML_DD                    NC_("STR_POOLCOLL_HTML_DD", "List Contents")
#define STR_POOLCOLL_HTML_DT                    NC_("STR_POOLCOLL_HTML_DT", "List Heading")
//page style names
#define STR_POOLPAGE_STANDARD                   NC_("STR_POOLPAGE_STANDARD", "Default Style")
#define STR_POOLPAGE_FIRST                      NC_("STR_POOLPAGE_FIRST", "First Page")
#define STR_POOLPAGE_LEFT                       NC_("STR_POOLPAGE_LEFT", "Left Page")
#define STR_POOLPAGE_RIGHT                      NC_("STR_POOLPAGE_RIGHT", "Right Page")
#define STR_POOLPAGE_JAKET                      NC_("STR_POOLPAGE_JAKET", "Envelope")
#define STR_POOLPAGE_REGISTER                   NC_("STR_POOLPAGE_REGISTER", "Index")
#define STR_POOLPAGE_HTML                       NC_("STR_POOLPAGE_HTML", "HTML")
#define STR_POOLPAGE_FOOTNOTE                   NC_("STR_POOLPAGE_FOOTNOTE", "Footnote")
#define STR_POOLPAGE_ENDNOTE                    NC_("STR_POOLPAGE_ENDNOTE", "Endnote")
#define STR_POOLPAGE_LANDSCAPE                  NC_("STR_POOLPAGE_LANDSCAPE", "Landscape")
// Numbering rules
#define STR_POOLNUMRULE_NUM1                    NC_("STR_POOLNUMRULE_NUM1", "Numbering 123")
#define STR_POOLNUMRULE_NUM2                    NC_("STR_POOLNUMRULE_NUM2", "Numbering ABC")
#define STR_POOLNUMRULE_NUM3                    NC_("STR_POOLNUMRULE_NUM3", "Numbering abc")
#define STR_POOLNUMRULE_NUM4                    NC_("STR_POOLNUMRULE_NUM4", "Numbering IVX")
#define STR_POOLNUMRULE_NUM5                    NC_("STR_POOLNUMRULE_NUM5", "Numbering ivx")
#define STR_POOLNUMRULE_BUL1                    NC_("STR_POOLNUMRULE_BUL1", "List 1")
#define STR_POOLNUMRULE_BUL2                    NC_("STR_POOLNUMRULE_BUL2", "List 2")
#define STR_POOLNUMRULE_BUL3                    NC_("STR_POOLNUMRULE_BUL3", "List 3")
#define STR_POOLNUMRULE_BUL4                    NC_("STR_POOLNUMRULE_BUL4", "List 4")
#define STR_POOLNUMRULE_BUL5                    NC_("STR_POOLNUMRULE_BUL5", "List 5")
#define STR_COLUMN_VALUESET_ITEM0               NC_("STR_COLUMN_VALUESET_ITEM0", "1 column")
#define STR_COLUMN_VALUESET_ITEM1               NC_("STR_COLUMN_VALUESET_ITEM1", "2 columns with equal size")
#define STR_COLUMN_VALUESET_ITEM2               NC_("STR_COLUMN_VALUESET_ITEM2", "3 columns with equal size")
#define STR_COLUMN_VALUESET_ITEM3               NC_("STR_COLUMN_VALUESET_ITEM3", "2 columns with different size (left > right)")
#define STR_COLUMN_VALUESET_ITEM4               NC_("STR_COLUMN_VALUESET_ITEM4", "2 columns with different size (left < right)")
// Table styles, Writer internal, others are taken from Svx
#define STR_TABSTYLE_DEFAULT                    NC_("STR_TABSTYLE_DEFAULT", "Default Style")

#define STR_PARAGRAPHSTYLEFAMILY                NC_("STR_PARAGRAPHSTYLEFAMILY", "Paragraph Styles")
#define STR_CHARACTERSTYLEFAMILY                NC_("STR_CHARACTERSTYLEFAMILY", "Character Styles")
#define STR_FRAMESTYLEFAMILY                    NC_("STR_FRAMESTYLEFAMILY", "Frame Styles")
#define STR_PAGESTYLEFAMILY                     NC_("STR_PAGESTYLEFAMILY", "Page Styles")
#define STR_LISTSTYLEFAMILY                     NC_("STR_LISTSTYLEFAMILY", "List Styles")
#define STR_TABLESTYLEFAMILY                    NC_("STR_TABLESTYLEFAMILY", "Table Styles")
#define STR_ENV_TITLE                           NC_("STR_ENV_TITLE", "Envelope")
#define STR_LAB_TITLE                           NC_("STR_LAB_TITLE", "Labels")
// ShortName!!!
#define STR_HUMAN_SWDOC_NAME                    NC_("STR_HUMAN_SWDOC_NAME", "Text")
#define STR_WRITER_DOCUMENT_FULLTYPE            NC_("STR_WRITER_DOCUMENT_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Text Document")
#define STR_CANTOPEN                            NC_("STR_CANTOPEN", "Cannot open document.")
#define STR_CANTCREATE                          NC_("STR_CANTCREATE", "Can't create document.")
#define STR_DLLNOTFOUND                         NC_("STR_DLLNOTFOUND", "Filter not found.")
#define STR_LOAD_GLOBAL_DOC                     NC_("STR_LOAD_GLOBAL_DOC", "Name and Path of Master Document")
#define STR_LOAD_HTML_DOC                       NC_("STR_LOAD_HTML_DOC", "Name and Path of the HTML Document")
#define STR_JAVA_EDIT                           NC_("STR_JAVA_EDIT", "Edit Script")
#define STR_REMOVE_WARNING                      NC_("STR_REMOVE_WARNING", "The following characters are not valid and have been removed: ")
#define STR_BOOKMARK_DEF_NAME                   NC_("STR_BOOKMARK_DEF_NAME", "Bookmark")
#define STR_BOOKMARK_NAME                       NC_("STR_BOOKMARK_NAME", "Name")
#define STR_BOOKMARK_TEXT                       NC_("STR_BOOKMARK_TEXT", "Text")
#define SW_STR_NONE                             NC_("SW_STR_NONE", "[None]")
#define STR_CAPTION_BEGINNING                   NC_("STR_CAPTION_BEGINNING", "Start")
#define STR_CAPTION_END                         NC_("STR_CAPTION_END", "End")
#define STR_CAPTION_ABOVE                       NC_("STR_CAPTION_ABOVE", "Above")
#define STR_CAPTION_BELOW                       NC_("STR_CAPTION_BELOW", "Below")
#define SW_STR_READONLY                         NC_("SW_STR_READONLY", "read-only")
#define STR_READONLY_PATH                       NC_("STR_READONLY_PATH", "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?")
#define STR_DOC_STAT                            NC_("STR_DOC_STAT", "Statistics")
// Statusbar-titles
#define STR_STATSTR_W4WREAD                     NC_("STR_STATSTR_W4WREAD", "Importing document...")
#define STR_STATSTR_W4WWRITE                    NC_("STR_STATSTR_W4WWRITE", "Exporting document...")
#define STR_STATSTR_SWGWRITE                    NC_("STR_STATSTR_SWGWRITE", "Saving document...")
#define STR_STATSTR_REFORMAT                    NC_("STR_STATSTR_REFORMAT", "Repagination...")
#define STR_STATSTR_AUTOFORMAT                  NC_("STR_STATSTR_AUTOFORMAT", "Formatting document automatically...")
#define STR_STATSTR_SEARCH                      NC_("STR_STATSTR_SEARCH", "Search...")
#define STR_STATSTR_LETTER                      NC_("STR_STATSTR_LETTER", "Letter")
#define STR_STATSTR_SPELL                       NC_("STR_STATSTR_SPELL", "Spellcheck...")
#define STR_STATSTR_HYPHEN                      NC_("STR_STATSTR_HYPHEN", "Hyphenation...")
#define STR_STATSTR_TOX_INSERT                  NC_("STR_STATSTR_TOX_INSERT", "Inserting Index...")
#define STR_STATSTR_TOX_UPDATE                  NC_("STR_STATSTR_TOX_UPDATE", "Updating Index...")
#define STR_STATSTR_SUMMARY                     NC_("STR_STATSTR_SUMMARY", "Creating abstract...")
#define STR_STATSTR_SWGPRTOLENOTIFY             NC_("STR_STATSTR_SWGPRTOLENOTIFY", "Adapt Objects...")
#define STR_TABLE_DEFNAME                       NC_("STR_TABLE_DEFNAME", "Table")
#define STR_GRAPHIC_DEFNAME                     NC_("STR_GRAPHIC_DEFNAME", "Image")
#define STR_OBJECT_DEFNAME                      NC_("STR_OBJECT_DEFNAME", "Object")
#define STR_FRAME_DEFNAME                       NC_("STR_FRAME_DEFNAME", "Frame")
#define STR_SHAPE_DEFNAME                       NC_("STR_SHAPE_DEFNAME", "Shape")
#define STR_REGION_DEFNAME                      NC_("STR_REGION_DEFNAME", "Section")
#define STR_NUMRULE_DEFNAME                     NC_("STR_NUMRULE_DEFNAME", "Numbering")
#define STR_EMPTYPAGE                           NC_("STR_EMPTYPAGE", "blank page")
#define STR_ABSTRACT_TITLE                      NC_("STR_ABSTRACT_TITLE", "Abstract: ")
#define STR_FDLG_TEMPLATE_NAME                  NC_("STR_FDLG_TEMPLATE_NAME", "separated by: ")
#define STR_FDLG_OUTLINE_LEVEL                  NC_("STR_FDLG_OUTLINE_LEVEL", "Outline: Level ")
#define STR_FDLG_STYLE                          NC_("STR_FDLG_STYLE", "Style: ")
#define STR_PAGEOFFSET                          NC_("STR_PAGEOFFSET", "Page number: ")
#define STR_PAGEBREAK                           NC_("STR_PAGEBREAK", "Break before new page")
#define STR_WESTERN_FONT                        NC_("STR_WESTERN_FONT", "Western text: ")
#define STR_CJK_FONT                            NC_("STR_CJK_FONT", "Asian text: ")
#define STR_REDLINE_UNKNOWN_AUTHOR              NC_("STR_REDLINE_UNKNOWN_AUTHOR", "Unknown Author")
#define STR_DELETE_NOTE_AUTHOR                  NC_("STR_DELETE_NOTE_AUTHOR", "Delete ~All Comments by $1")
#define STR_HIDE_NOTE_AUTHOR                    NC_("STR_HIDE_NOTE_AUTHOR", "H~ide All Comments by $1")
#define STR_OUTLINE_NUMBERING                   NC_("STR_OUTLINE_NUMBERING", "Outline Numbering")
#define STR_STATUSBAR_WORDCOUNT_NO_SELECTION    NC_("STR_STATUSBAR_WORDCOUNT_NO_SELECTION", "%1 words, %2 characters")
#define STR_STATUSBAR_WORDCOUNT                 NC_("STR_STATUSBAR_WORDCOUNT", "%1 words, %2 characters selected")
#define STR_CONVERT_TEXT_TABLE                  NC_("STR_CONVERT_TEXT_TABLE", "Convert Text to Table")
#define STR_ADD_AUTOFORMAT_TITLE                NC_("STR_ADD_AUTOFORMAT_TITLE", "Add AutoFormat")
#define STR_ADD_AUTOFORMAT_LABEL                NC_("STR_ADD_AUTOFORMAT_LABEL", "Name")
#define STR_DEL_AUTOFORMAT_TITLE                NC_("STR_DEL_AUTOFORMAT_TITLE", "Delete AutoFormat")
#define STR_DEL_AUTOFORMAT_MSG                  NC_("STR_DEL_AUTOFORMAT_MSG", "The following AutoFormat entry will be deleted:")
#define STR_RENAME_AUTOFORMAT_TITLE             NC_("STR_RENAME_AUTOFORMAT_TITLE", "Rename AutoFormat")
#define STR_BTN_AUTOFORMAT_CLOSE                NC_("STR_BTN_AUTOFORMAT_CLOSE", "~Close")
#define STR_JAN                                 NC_("STR_JAN", "Jan")
#define STR_FEB                                 NC_("STR_FEB", "Feb")
#define STR_MAR                                 NC_("STR_MAR", "Mar")
#define STR_NORTH                               NC_("STR_NORTH", "North")
#define STR_MID                                 NC_("STR_MID", "Mid")
#define STR_SOUTH                               NC_("STR_SOUTH", "South")
#define STR_SUM                                 NC_("STR_SUM", "Sum")
#define STR_INVALID_AUTOFORMAT_NAME             NC_("STR_INVALID_AUTOFORMAT_NAME", "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name.")
#define STR_NUMERIC                             NC_("STR_NUMERIC", "Numeric")
#define STR_ROW                                 NC_("STR_ROW", "Rows")
#define STR_COL                                 NC_("STR_COL", "Column")
#define STR_AUTHMRK_EDIT                        NC_("STR_AUTHMRK_EDIT", "Edit Bibliography Entry")
#define STR_AUTHMRK_INSERT                      NC_("STR_AUTHMRK_INSERT", "Insert Bibliography Entry")
#define STR_ACCESS_PAGESETUP_SPACING            NC_("STR_ACCESS_PAGESETUP_SPACING", "Spacing between %1 and %2")
#define STR_ACCESS_COLUMN_WIDTH                 NC_("STR_ACCESS_COLUMN_WIDTH", "Column %1 Width")
#define STR_CAPTION_TABLE                       NC_("STR_CAPTION_TABLE", "%PRODUCTNAME Writer Table")
#define STR_CAPTION_FRAME                       NC_("STR_CAPTION_FRAME", "%PRODUCTNAME Writer Frame")
#define STR_CAPTION_GRAPHIC                     NC_("STR_CAPTION_GRAPHIC", "%PRODUCTNAME Writer Image")
#define STR_CAPTION_OLE                         NC_("STR_CAPTION_OLE", "Other OLE Objects")
#define STR_WRONG_TABLENAME                     NC_("STR_WRONG_TABLENAME", "The name of the table must not contain spaces.")
#define STR_ERR_TABLE_MERGE                     NC_("STR_ERR_TABLE_MERGE", "Selected table cells are too complex to merge.")
#define STR_SRTERR                              NC_("STR_SRTERR", "Cannot sort selection")

// Miscellaneous
#define STR_EVENT_OBJECT_SELECT                 NC_("STR_EVENT_OBJECT_SELECT", "Click object")
#define STR_EVENT_START_INS_GLOSSARY            NC_("STR_EVENT_START_INS_GLOSSARY", "Before inserting AutoText")
#define STR_EVENT_END_INS_GLOSSARY              NC_("STR_EVENT_END_INS_GLOSSARY", "After inserting AutoText")
#define STR_EVENT_MOUSEOVER_OBJECT              NC_("STR_EVENT_MOUSEOVER_OBJECT", "Mouse over object")
#define STR_EVENT_MOUSECLICK_OBJECT             NC_("STR_EVENT_MOUSECLICK_OBJECT", "Trigger hyperlink")
#define STR_EVENT_MOUSEOUT_OBJECT               NC_("STR_EVENT_MOUSEOUT_OBJECT", "Mouse leaves object")
#define STR_EVENT_IMAGE_LOAD                    NC_("STR_EVENT_IMAGE_LOAD", "Image loaded successfully")
#define STR_EVENT_IMAGE_ABORT                   NC_("STR_EVENT_IMAGE_ABORT", "Image loading terminated")
#define STR_EVENT_IMAGE_ERROR                   NC_("STR_EVENT_IMAGE_ERROR", "Could not load image")
#define STR_EVENT_FRM_KEYINPUT_A                NC_("STR_EVENT_FRM_KEYINPUT_A", "Input of alphanumeric characters")
#define STR_EVENT_FRM_KEYINPUT_NOA              NC_("STR_EVENT_FRM_KEYINPUT_NOA", "Input of non-alphanumeric characters")
#define STR_EVENT_FRM_RESIZE                    NC_("STR_EVENT_FRM_RESIZE", "Resize frame")
#define STR_EVENT_FRM_MOVE                      NC_("STR_EVENT_FRM_MOVE", "Move frame")
#define STR_CONTENT_TYPE_OUTLINE                NC_("STR_CONTENT_TYPE_OUTLINE", "Headings")
#define STR_CONTENT_TYPE_TABLE                  NC_("STR_CONTENT_TYPE_TABLE", "Tables")
#define STR_CONTENT_TYPE_FRAME                  NC_("STR_CONTENT_TYPE_FRAME", "Text frames")
#define STR_CONTENT_TYPE_GRAPHIC                NC_("STR_CONTENT_TYPE_GRAPHIC", "Images")
#define STR_CONTENT_TYPE_OLE                    NC_("STR_CONTENT_TYPE_OLE", "OLE objects")
#define STR_CONTENT_TYPE_BOOKMARK               NC_("STR_CONTENT_TYPE_BOOKMARK", "Bookmarks")
#define STR_CONTENT_TYPE_REGION                 NC_("STR_CONTENT_TYPE_REGION", "Sections")
#define STR_CONTENT_TYPE_URLFIELD               NC_("STR_CONTENT_TYPE_URLFIELD", "Hyperlinks")
#define STR_CONTENT_TYPE_REFERENCE              NC_("STR_CONTENT_TYPE_REFERENCE", "References")
#define STR_CONTENT_TYPE_INDEX                  NC_("STR_CONTENT_TYPE_INDEX", "Indexes")
#define STR_CONTENT_TYPE_DRAWOBJECT             NC_("STR_CONTENT_TYPE_DRAWOBJECT", "Drawing objects")
#define STR_CONTENT_TYPE_POSTIT                 NC_("STR_CONTENT_TYPE_POSTIT", "Comments")
#define STR_IDXEXAMPLE_IDXTXT_HEADING1          NC_("STR_IDXEXAMPLE_IDXTXT_HEADING1", "Heading 1")
#define STR_IDXEXAMPLE_IDXTXT_ENTRY1            NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY1", "This is the content from the first chapter. This is a user directory entry.")
#define STR_IDXEXAMPLE_IDXTXT_HEADING11         NC_("STR_IDXEXAMPLE_IDXTXT_HEADING11", "Heading 1.1")
#define STR_IDXEXAMPLE_IDXTXT_ENTRY11           NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY11", "This is the content from chapter 1.1. This is the entry for the table of contents.")
#define STR_IDXEXAMPLE_IDXTXT_HEADING12         NC_("STR_IDXEXAMPLE_IDXTXT_HEADING12", "Heading 1.2")
#define STR_IDXEXAMPLE_IDXTXT_ENTRY12           NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY12", "This is the content from chapter 1.2. This keyword is a main entry.")
#define STR_IDXEXAMPLE_IDXTXT_TABLE1            NC_("STR_IDXEXAMPLE_IDXTXT_TABLE1", "Table 1: This is table 1")
#define STR_IDXEXAMPLE_IDXTXT_IMAGE1            NC_("STR_IDXEXAMPLE_IDXTXT_IMAGE1", "Image 1: This is image 1")
#define STR_CONTENT_TYPE_SINGLE_OUTLINE         NC_("STR_CONTENT_TYPE_SINGLE_OUTLINE", "Heading")
#define STR_CONTENT_TYPE_SINGLE_TABLE           NC_("STR_CONTENT_TYPE_SINGLE_TABLE", "Table")
#define STR_CONTENT_TYPE_SINGLE_FRAME           NC_("STR_CONTENT_TYPE_SINGLE_FRAME", "Text frame")
#define STR_CONTENT_TYPE_SINGLE_GRAPHIC         NC_("STR_CONTENT_TYPE_SINGLE_GRAPHIC", "Image")
#define STR_CONTENT_TYPE_SINGLE_OLE             NC_("STR_CONTENT_TYPE_SINGLE_OLE", "OLE object")
#define STR_CONTENT_TYPE_SINGLE_BOOKMARK        NC_("STR_CONTENT_TYPE_SINGLE_BOOKMARK", "Bookmark")
#define STR_CONTENT_TYPE_SINGLE_REGION          NC_("STR_CONTENT_TYPE_SINGLE_REGION", "Section")
#define STR_CONTENT_TYPE_SINGLE_URLFIELD        NC_("STR_CONTENT_TYPE_SINGLE_URLFIELD", "Hyperlink")
#define STR_CONTENT_TYPE_SINGLE_REFERENCE       NC_("STR_CONTENT_TYPE_SINGLE_REFERENCE", "Reference")
#define STR_CONTENT_TYPE_SINGLE_INDEX           NC_("STR_CONTENT_TYPE_SINGLE_INDEX", "Index")
#define STR_CONTENT_TYPE_SINGLE_POSTIT          NC_("STR_CONTENT_TYPE_SINGLE_POSTIT", "Comment")
#define STR_CONTENT_TYPE_SINGLE_DRAWOBJECT      NC_("STR_CONTENT_TYPE_SINGLE_DRAWOBJECT", "Draw object")
#define STR_DEFINE_NUMBERFORMAT                 NC_("STR_DEFINE_NUMBERFORMAT", "Additional formats...")
#define RID_STR_SYSTEM                          NC_("RID_STR_SYSTEM", "[System]")
#define STR_MULT_INTERACT_HYPH_WARN             NC_("STR_MULT_INTERACT_HYPH_WARN", "The interactive hyphenation is already active\nin a different document")
#define STR_HYPH_TITLE                          NC_("STR_HYPH_TITLE", "Hyphenation")

// Undo
#define STR_CANT_UNDO                           NC_("STR_CANT_UNDO", "not possible")
#define STR_DELETE_UNDO                         NC_("STR_DELETE_UNDO", "Delete $1")
#define STR_INSERT_UNDO                         NC_("STR_INSERT_UNDO", "Insert $1")
#define STR_OVR_UNDO                            NC_("STR_OVR_UNDO", "Overwrite: $1")
#define STR_SPLITNODE_UNDO                      NC_("STR_SPLITNODE_UNDO", "New Paragraph")
#define STR_MOVE_UNDO                           NC_("STR_MOVE_UNDO", "Move")
#define STR_INSATTR_UNDO                        NC_("STR_INSATTR_UNDO", "Apply attributes")
#define STR_SETFMTCOLL_UNDO                     NC_("STR_SETFMTCOLL_UNDO", "Apply Styles: $1")
#define STR_RESET_ATTR_UNDO                     NC_("STR_RESET_ATTR_UNDO", "Reset attributes")
#define STR_INSFMT_ATTR_UNDO                    NC_("STR_INSFMT_ATTR_UNDO", "Change style: $1")
#define STR_INSERT_DOC_UNDO                     NC_("STR_INSERT_DOC_UNDO", "Insert file")
#define STR_INSERT_GLOSSARY                     NC_("STR_INSERT_GLOSSARY", "Insert AutoText")
#define STR_DELBOOKMARK                         NC_("STR_DELBOOKMARK", "Delete bookmark: $1")
#define STR_INSBOOKMARK                         NC_("STR_INSBOOKMARK", "Insert bookmark: $1")
#define STR_SORT_TBL                            NC_("STR_SORT_TBL", "Sort table")
#define STR_SORT_TXT                            NC_("STR_SORT_TXT", "Sort text")
#define STR_INSTABLE_UNDO                       NC_("STR_INSTABLE_UNDO", "Insert table: $1$2$3")
#define STR_TEXTTOTABLE_UNDO                    NC_("STR_TEXTTOTABLE_UNDO", "Convert text -> table")
#define STR_TABLETOTEXT_UNDO                    NC_("STR_TABLETOTEXT_UNDO", "Convert table -> text")
#define STR_COPY_UNDO                           NC_("STR_COPY_UNDO", "Copy: $1")
#define STR_REPLACE_UNDO                        NC_("STR_REPLACE_UNDO", "Replace $1 $2 $3")
#define STR_INSERT_PAGE_BREAK_UNDO              NC_("STR_INSERT_PAGE_BREAK_UNDO", "Insert page break")
#define STR_INSERT_COLUMN_BREAK_UNDO            NC_("STR_INSERT_COLUMN_BREAK_UNDO", "Insert column break")
#define STR_INSERT_ENV_UNDO                     NC_("STR_INSERT_ENV_UNDO", "Insert Envelope")
#define STR_DRAG_AND_COPY                       NC_("STR_DRAG_AND_COPY", "Copy: $1")
#define STR_DRAG_AND_MOVE                       NC_("STR_DRAG_AND_MOVE", "Move: $1")
#define STR_INSERT_CHART                        NC_("STR_INSERT_CHART", "Insert %PRODUCTNAME Chart")
#define STR_INSERTFLY                           NC_("STR_INSERTFLY", "Insert frame")
#define STR_DELETEFLY                           NC_("STR_DELETEFLY", "Delete frame")
#define STR_AUTOFORMAT                          NC_("STR_AUTOFORMAT", "AutoFormat")
#define STR_TABLEHEADLINE                       NC_("STR_TABLEHEADLINE", "Table heading")
#define STR_REPLACE                             NC_("STR_REPLACE", "Replace: $1 $2 $3")
#define STR_INSERTSECTION                       NC_("STR_INSERTSECTION", "Insert section")
#define STR_DELETESECTION                       NC_("STR_DELETESECTION", "Delete section")
#define STR_CHANGESECTION                       NC_("STR_CHANGESECTION", "Modify section")
#define STR_CHANGEDEFATTR                       NC_("STR_CHANGEDEFATTR", "Modify default values")
#define STR_REPLACE_STYLE                       NC_("STR_REPLACE_STYLE", "Replace style: $1 $2 $3")
#define STR_DELETE_PAGE_BREAK                   NC_("STR_DELETE_PAGE_BREAK", "Delete page break")
#define STR_TEXT_CORRECTION                     NC_("STR_TEXT_CORRECTION", "Text Correction")
#define STR_OUTLINE_LR                          NC_("STR_OUTLINE_LR", "Promote/demote outline")
#define STR_OUTLINE_UD                          NC_("STR_OUTLINE_UD", "Move outline")
#define STR_INSNUM                              NC_("STR_INSNUM", "Insert numbering")
#define STR_NUMUP                               NC_("STR_NUMUP", "Promote level")
#define STR_NUMDOWN                             NC_("STR_NUMDOWN", "Demote level")
#define STR_MOVENUM                             NC_("STR_MOVENUM", "Move paragraphs")
#define STR_INSERTDRAW                          NC_("STR_INSERTDRAW", "Insert drawing object: $1")
#define STR_NUMORNONUM                          NC_("STR_NUMORNONUM", "Number On/Off")
#define STR_INC_LEFTMARGIN                      NC_("STR_INC_LEFTMARGIN", "Increase Indent")
#define STR_DEC_LEFTMARGIN                      NC_("STR_DEC_LEFTMARGIN", "Decrease indent")
#define STR_INSERTLABEL                         NC_("STR_INSERTLABEL", "Insert caption: $1")
#define STR_SETNUMRULESTART                     NC_("STR_SETNUMRULESTART", "Restart numbering")
#define STR_CHANGEFTN                           NC_("STR_CHANGEFTN", "Modify footnote")
#define STR_ACCEPT_REDLINE                      NC_("STR_ACCEPT_REDLINE", "Accept change: $1")
#define STR_REJECT_REDLINE                      NC_("STR_REJECT_REDLINE", "Reject change: $1")
#define STR_SPLIT_TABLE                         NC_("STR_SPLIT_TABLE", "Split Table")
#define STR_DONTEXPAND                          NC_("STR_DONTEXPAND", "Stop attribute")
#define STR_AUTOCORRECT                         NC_("STR_AUTOCORRECT", "AutoCorrect")
#define STR_MERGE_TABLE                         NC_("STR_MERGE_TABLE", "Merge table")
#define STR_TRANSLITERATE                       NC_("STR_TRANSLITERATE", "Change Case")
#define STR_DELNUM                              NC_("STR_DELNUM", "Delete numbering")
#define STR_DRAWUNDO                            NC_("STR_DRAWUNDO", "Drawing objects: $1")
#define STR_DRAWGROUP                           NC_("STR_DRAWGROUP", "Group draw objects")
#define STR_DRAWUNGROUP                         NC_("STR_DRAWUNGROUP", "Ungroup drawing objects")
#define STR_DRAWDELETE                          NC_("STR_DRAWDELETE", "Delete drawing objects")
#define STR_REREAD                              NC_("STR_REREAD", "Replace Image")
#define STR_DELGRF                              NC_("STR_DELGRF", "Delete Image")
#define STR_TABLE_ATTR                          NC_("STR_TABLE_ATTR", "Apply table attributes")
#define STR_UNDO_TABLE_AUTOFMT                  NC_("STR_UNDO_TABLE_AUTOFMT", "AutoFormat Table")
#define STR_UNDO_TABLE_INSCOL                   NC_("STR_UNDO_TABLE_INSCOL", "Insert Column")
#define STR_UNDO_TABLE_INSROW                   NC_("STR_UNDO_TABLE_INSROW", "Insert Row")
#define STR_UNDO_TABLE_DELBOX                   NC_("STR_UNDO_TABLE_DELBOX", "Delete row/column")
#define STR_UNDO_COL_DELETE                     NC_("STR_UNDO_COL_DELETE", "Delete column")
#define STR_UNDO_ROW_DELETE                     NC_("STR_UNDO_ROW_DELETE", "Delete row")
#define STR_UNDO_TABLE_SPLIT                    NC_("STR_UNDO_TABLE_SPLIT", "Split Cells")
#define STR_UNDO_TABLE_MERGE                    NC_("STR_UNDO_TABLE_MERGE", "Merge Cells")
#define STR_TABLE_NUMFORMAT                     NC_("STR_TABLE_NUMFORMAT", "Format cell")
#define STR_INSERT_TOX                          NC_("STR_INSERT_TOX", "Insert index/table")
#define STR_CLEAR_TOX_RANGE                     NC_("STR_CLEAR_TOX_RANGE", "Remove index/table")
#define STR_TABLE_TBLCPYTBL                     NC_("STR_TABLE_TBLCPYTBL", "Copy table")
#define STR_TABLE_CPYTBL                        NC_("STR_TABLE_CPYTBL", "Copy table")
#define STR_INS_FROM_SHADOWCRSR                 NC_("STR_INS_FROM_SHADOWCRSR", "Set cursor")
#define STR_UNDO_CHAIN                          NC_("STR_UNDO_CHAIN", "Link text frames")
#define STR_UNDO_UNCHAIN                        NC_("STR_UNDO_UNCHAIN", "Unlink text frames")
#define STR_UNDO_FTNINFO                        NC_("STR_UNDO_FTNINFO", "Modify footnote options")
#define STR_UNDO_COMPAREDOC                     NC_("STR_UNDO_COMPAREDOC", "Compare Document")
#define STR_UNDO_SETFLYFRMFMT                   NC_("STR_UNDO_SETFLYFRMFMT", "Apply frame style: $1")
#define STR_UNDO_SETRUBYATTR                    NC_("STR_UNDO_SETRUBYATTR", "Ruby Setting")
#define STR_INSERT_FOOTNOTE                     NC_("STR_INSERT_FOOTNOTE", "Insert footnote")
#define STR_INSERT_URLBTN                       NC_("STR_INSERT_URLBTN", "insert URL button")
#define STR_INSERT_URLTXT                       NC_("STR_INSERT_URLTXT", "Insert Hyperlink")
#define STR_DELETE_INVISIBLECNTNT               NC_("STR_DELETE_INVISIBLECNTNT", "remove invisible content")
#define STR_TOXCHANGE                           NC_("STR_TOXCHANGE", "Table/index changed")
#define STR_START_QUOTE                         NC_("STR_START_QUOTE", "“")
#define STR_END_QUOTE                           NC_("STR_END_QUOTE", "”")
#define STR_LDOTS                               NC_("STR_LDOTS", "...")
#define STR_MULTISEL                            NC_("STR_MULTISEL", "multiple selection")
#define STR_TYPING_UNDO                         NC_("STR_TYPING_UNDO", "Typing: $1")
#define STR_PASTE_CLIPBOARD_UNDO                NC_("STR_PASTE_CLIPBOARD_UNDO", "Paste clipboard")
#define STR_YIELDS                              NC_("STR_YIELDS", "→")
#define STR_OCCURRENCES_OF                      NC_("STR_OCCURRENCES_OF", "occurrences of")
#define STR_UNDO_TABS                           NC_("STR_UNDO_TABS", "$1 tab(s)")
#define STR_UNDO_NLS                            NC_("STR_UNDO_NLS", "$1 line break(s)")
#define STR_UNDO_PAGEBREAKS                     NC_("STR_UNDO_PAGEBREAKS", "page break")
#define STR_UNDO_COLBRKS                        NC_("STR_UNDO_COLBRKS", "column break")
#define STR_UNDO_REDLINE_INSERT                 NC_("STR_UNDO_REDLINE_INSERT", "Insert $1")
#define STR_UNDO_REDLINE_DELETE                 NC_("STR_UNDO_REDLINE_DELETE", "Delete $1")
#define STR_UNDO_REDLINE_FORMAT                 NC_("STR_UNDO_REDLINE_FORMAT", "Attributes changed")
#define STR_UNDO_REDLINE_TABLE                  NC_("STR_UNDO_REDLINE_TABLE", "Table changed")
#define STR_UNDO_REDLINE_FMTCOLL                NC_("STR_UNDO_REDLINE_FMTCOLL", "Style changed")
#define STR_UNDO_REDLINE_PARAGRAPH_FORMAT       NC_("STR_UNDO_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed")
#define STR_UNDO_REDLINE_TABLE_ROW_INSERT       NC_("STR_UNDO_REDLINE_TABLE_ROW_INSERT", "Insert Row")
#define STR_UNDO_REDLINE_TABLE_ROW_DELETE       NC_("STR_UNDO_REDLINE_TABLE_ROW_DELETE", "Delete Row")
#define STR_UNDO_REDLINE_TABLE_CELL_INSERT      NC_("STR_UNDO_REDLINE_TABLE_CELL_INSERT", "Insert Cell")
#define STR_UNDO_REDLINE_TABLE_CELL_DELETE      NC_("STR_UNDO_REDLINE_TABLE_CELL_DELETE", "Delete Cell")
#define STR_N_REDLINES                          NC_("STR_N_REDLINES", "$1 changes")
#define STR_UNDO_PAGEDESC                       NC_("STR_UNDO_PAGEDESC", "Change page style: $1")
#define STR_UNDO_PAGEDESC_CREATE                NC_("STR_UNDO_PAGEDESC_CREATE", "Create page style: $1")
#define STR_UNDO_PAGEDESC_DELETE                NC_("STR_UNDO_PAGEDESC_DELETE", "Delete page style: $1")
#define STR_UNDO_PAGEDESC_RENAME                NC_("STR_UNDO_PAGEDESC_RENAME", "Rename page style: $1 $2 $3")
#define STR_UNDO_HEADER_FOOTER                  NC_("STR_UNDO_HEADER_FOOTER", "Header/footer changed")
#define STR_UNDO_FIELD                          NC_("STR_UNDO_FIELD", "Field changed")
#define STR_UNDO_TXTFMTCOL_CREATE               NC_("STR_UNDO_TXTFMTCOL_CREATE", "Create paragraph style: $1")
#define STR_UNDO_TXTFMTCOL_DELETE               NC_("STR_UNDO_TXTFMTCOL_DELETE", "Delete paragraph style: $1")
#define STR_UNDO_TXTFMTCOL_RENAME               NC_("STR_UNDO_TXTFMTCOL_RENAME", "Rename paragraph style: $1 $2 $3")
#define STR_UNDO_CHARFMT_CREATE                 NC_("STR_UNDO_CHARFMT_CREATE", "Create character style: $1")
#define STR_UNDO_CHARFMT_DELETE                 NC_("STR_UNDO_CHARFMT_DELETE", "Delete character style: $1")
#define STR_UNDO_CHARFMT_RENAME                 NC_("STR_UNDO_CHARFMT_RENAME", "Rename character style: $1 $2 $3")
#define STR_UNDO_FRMFMT_CREATE                  NC_("STR_UNDO_FRMFMT_CREATE", "Create frame style: $1")
#define STR_UNDO_FRMFMT_DELETE                  NC_("STR_UNDO_FRMFMT_DELETE", "Delete frame style: $1")
#define STR_UNDO_FRMFMT_RENAME                  NC_("STR_UNDO_FRMFMT_RENAME", "Rename frame style: $1 $2 $3")
#define STR_UNDO_NUMRULE_CREATE                 NC_("STR_UNDO_NUMRULE_CREATE", "Create numbering style: $1")
#define STR_UNDO_NUMRULE_DELETE                 NC_("STR_UNDO_NUMRULE_DELETE", "Delete numbering style: $1")
#define STR_UNDO_NUMRULE_RENAME                 NC_("STR_UNDO_NUMRULE_RENAME", "Rename numbering style: $1 $2 $3")
#define STR_UNDO_BOOKMARK_RENAME                NC_("STR_UNDO_BOOKMARK_RENAME", "Rename bookmark: $1 $2 $3")
#define STR_UNDO_INDEX_ENTRY_INSERT             NC_("STR_UNDO_INDEX_ENTRY_INSERT", "Insert index entry")
#define STR_UNDO_INDEX_ENTRY_DELETE             NC_("STR_UNDO_INDEX_ENTRY_DELETE", "Delete index entry")
#define STR_FIELD                               NC_("STR_FIELD", "field")
/*undo: STR_PARAGRAPHS, string.text*/
#define STR_PARAGRAPHS                          NC_("STR_PARAGRAPHS", "Paragraphs")
#define STR_FRAME                               NC_("STR_FRAME", "frame")
#define STR_OLE                                 NC_("STR_OLE", "OLE-object")
#define STR_MATH_FORMULA                        NC_("STR_MATH_FORMULA", "formula")
#define STR_CHART                               NC_("STR_CHART", "chart")
#define STR_NOTE                                NC_("STR_NOTE", "comment")
#define STR_REFERENCE                           NC_("STR_REFERENCE", "cross-reference")
#define STR_SCRIPT                              NC_("STR_SCRIPT", "script")
#define STR_AUTHORITY_ENTRY                     NC_("STR_AUTHORITY_ENTRY", "bibliography entry")
#define STR_SPECIALCHAR                         NC_("STR_SPECIALCHAR", "special character")
#define STR_FOOTNOTE                            NC_("STR_FOOTNOTE", "footnote")
#define STR_GRAPHIC                             NC_("STR_GRAPHIC", "image")
#define STR_DRAWING_OBJECTS                     NC_("STR_DRAWING_OBJECTS", "drawing object(s)")
#define STR_TABLE_NAME                          NC_("STR_TABLE_NAME", "table: $1$2$3")
#define STR_PARAGRAPH_UNDO                      NC_("STR_PARAGRAPH_UNDO", "paragraph")
#define STR_PARAGRAPH_SIGN_UNDO                 NC_("STR_PARAGRAPH_SIGN_UNDO", "Paragraph sign")
#define STR_UNDO_FLYFRMFMT_TITLE                NC_("STR_UNDO_FLYFRMFMT_TITLE", "Change object title of $1")
#define STR_UNDO_FLYFRMFMT_DESCRITPTION         NC_("STR_UNDO_FLYFRMFMT_DESCRITPTION", "Change object description of $1")
#define STR_UNDO_TBLSTYLE_CREATE                NC_("STR_UNDO_TBLSTYLE_CREATE", "Create table style: $1")
#define STR_UNDO_TBLSTYLE_DELETE                NC_("STR_UNDO_TBLSTYLE_DELETE", "Delete table style: $1")
#define STR_UNDO_TBLSTYLE_UPDATE                NC_("STR_UNDO_TBLSTYLE_UPDATE", "Update table style: $1")
#define STR_UNDO_TABLE_DELETE                   NC_("STR_UNDO_TABLE_DELETE", "Delete table")

#define STR_ACCESS_DOC_NAME                     NC_("STR_ACCESS_DOC_NAME", "Document view")
#define STR_ACCESS_DOC_DESC                     NC_("STR_ACCESS_DOC_DESC", "Document view")
#define STR_ACCESS_HEADER_NAME                  NC_("STR_ACCESS_HEADER_NAME", "Header $(ARG1)")
#define STR_ACCESS_HEADER_DESC                  NC_("STR_ACCESS_HEADER_DESC", "Header page $(ARG1)")
#define STR_ACCESS_FOOTER_NAME                  NC_("STR_ACCESS_FOOTER_NAME", "Footer $(ARG1)")
#define STR_ACCESS_FOOTER_DESC                  NC_("STR_ACCESS_FOOTER_DESC", "Footer page $(ARG1)")
#define STR_ACCESS_FOOTNOTE_NAME                NC_("STR_ACCESS_FOOTNOTE_NAME", "Footnote $(ARG1)")
#define STR_ACCESS_FOOTNOTE_DESC                NC_("STR_ACCESS_FOOTNOTE_DESC", "Footnote $(ARG1)")
#define STR_ACCESS_ENDNOTE_NAME                 NC_("STR_ACCESS_ENDNOTE_NAME", "Endnote $(ARG1)")
#define STR_ACCESS_ENDNOTE_DESC                 NC_("STR_ACCESS_ENDNOTE_DESC", "Endnote $(ARG1)")
#define STR_ACCESS_TABLE_DESC                   NC_("STR_ACCESS_TABLE_DESC", "$(ARG1) on page $(ARG2)")
#define STR_ACCESS_PAGE_NAME                    NC_("STR_ACCESS_PAGE_NAME", "Page $(ARG1)")
#define STR_ACCESS_PAGE_DESC                    NC_("STR_ACCESS_PAGE_DESC", "Page: $(ARG1)")
#define STR_ACCESS_ANNOTATION_AUTHOR_NAME       NC_("STR_ACCESS_ANNOTATION_AUTHOR_NAME", "Author")
#define STR_ACCESS_ANNOTATION_DATE_NAME         NC_("STR_ACCESS_ANNOTATION_DATE_NAME", "Date")
#define STR_ACCESS_ANNOTATION_BUTTON_NAME       NC_("STR_ACCESS_ANNOTATION_BUTTON_NAME", "Actions")
#define STR_ACCESS_ANNOTATION_BUTTON_DESC       NC_("STR_ACCESS_ANNOTATION_BUTTON_DESC", "Activate this button to open a list of actions which can be performed on this comment and other comments")
#define STR_ACCESS_PREVIEW_DOC_NAME             NC_("STR_ACCESS_PREVIEW_DOC_NAME", "Document preview")
#define STR_ACCESS_PREVIEW_DOC_SUFFIX           NC_("STR_ACCESS_PREVIEW_DOC_SUFFIX", "(Preview mode)")
#define STR_ACCESS_DOC_WORDPROCESSING           NC_("STR_ACCESS_DOC_WORDPROCESSING", "%PRODUCTNAME Document")

#define STR_COMCORE_READERROR                   NC_("STR_COMCORE_READERROR", "Read Error")
#define STR_COMCORE_CANT_SHOW                   NC_("STR_COMCORE_CANT_SHOW", "Image cannot be displayed.")
#define STR_ERROR_CLPBRD_READ                   NC_("STR_ERROR_CLPBRD_READ", "Error reading from the clipboard.")

#define STR_COLUMN_BREAK                        NC_("STR_COLUMN_BREAK", "Manual Column Break")

#define STR_CHART2_ROW_LABEL_TEXT               NC_("STR_CHART2_ROW_LABEL_TEXT", "Row %ROWNUMBER")
#define STR_CHART2_COL_LABEL_TEXT               NC_("STR_CHART2_COL_LABEL_TEXT", "Column %COLUMNLETTER")
#define STR_STYLE_FAMILY_CHARACTER              NC_("STR_STYLE_FAMILY_CHARACTER", "Character")
#define STR_STYLE_FAMILY_PARAGRAPH              NC_("STR_STYLE_FAMILY_PARAGRAPH", "Paragraph")
#define STR_STYLE_FAMILY_FRAME                  NC_("STR_STYLE_FAMILY_FRAME", "Frame")
#define STR_STYLE_FAMILY_PAGE                   NC_("STR_STYLE_FAMILY_PAGE", "Pages")
#define STR_STYLE_FAMILY_NUMBERING              NC_("STR_STYLE_FAMILY_NUMBERING", "Numbering")
#define STR_STYLE_FAMILY_TABLE                  NC_("STR_STYLE_FAMILY_TABLE", "Table")
#define STR_STYLE_FAMILY_CELL                   NC_("STR_STYLE_FAMILY_CELL", "Cell")

#define ST_SCRIPT_ASIAN                         NC_("ST_SCRIPT_ASIAN", "Asian")
#define ST_SCRIPT_CTL                           NC_("ST_SCRIPT_CTL", "CTL")
#define ST_SCRIPT_WESTERN                       NC_("ST_SCRIPT_WESTERN", "Western")
#define STR_PRINTOPTUI_PRODUCTNAME              NC_("STR_PRINTOPTUI_PRODUCTNAME", "%PRODUCTNAME %s")
#define STR_PRINTOPTUI_CONTENTS                 NC_("STR_PRINTOPTUI_CONTENTS", "Contents")
#define STR_PRINTOPTUI_PAGE_BACKGROUND          NC_("STR_PRINTOPTUI_PAGE_BACKGROUND", "Page ba~ckground")
#define STR_PRINTOPTUI_PICTURES                 NC_("STR_PRINTOPTUI_PICTURES", "P~ictures and other graphic objects")
#define STR_PRINTOPTUI_HIDDEN                   NC_("STR_PRINTOPTUI_HIDDEN", "Hidden te~xt")
#define STR_PRINTOPTUI_TEXT_PLACEHOLDERS        NC_("STR_PRINTOPTUI_TEXT_PLACEHOLDERS", "~Text placeholders")
#define STR_PRINTOPTUI_FORM_CONTROLS            NC_("STR_PRINTOPTUI_FORM_CONTROLS", "Form control~s")
#define STR_PRINTOPTUI_COLOR                    NC_("STR_PRINTOPTUI_COLOR", "Color")
#define STR_PRINTOPTUI_PRINT_BLACK              NC_("STR_PRINTOPTUI_PRINT_BLACK", "Print text in blac~k")
#define STR_PRINTOPTUI_PAGES_TEXT               NC_("STR_PRINTOPTUI_PAGES_TEXT", "Pages")
#define STR_PRINTOPTUI_PRINT_BLANK              NC_("STR_PRINTOPTUI_PRINT_BLANK", "Print ~automatically inserted blank pages")
#define STR_PRINTOPTUI_ONLY_PAPER               NC_("STR_PRINTOPTUI_ONLY_PAPER", "~Use only paper tray from printer preferences")
#define STR_PRINTOPTUI_PRINT                    NC_("STR_PRINTOPTUI_PRINT", "Print")
#define STR_PRINTOPTUI_NONE                     NC_("STR_PRINTOPTUI_NONE", "None (document only)")
#define STR_PRINTOPTUI_COMMENTS_ONLY            NC_("STR_PRINTOPTUI_COMMENTS_ONLY", "Comments only")
#define STR_PRINTOPTUI_PLACE_END                NC_("STR_PRINTOPTUI_PLACE_END", "Place at end of document")
#define STR_PRINTOPTUI_PLACE_PAGE               NC_("STR_PRINTOPTUI_PLACE_PAGE", "Place at end of page")
#define STR_PRINTOPTUI_COMMENTS                 NC_("STR_PRINTOPTUI_COMMENTS", "~Comments")
#define STR_PRINTOPTUI_PAGE_SIDES               NC_("STR_PRINTOPTUI_PAGE_SIDES", "Page sides")
#define STR_PRINTOPTUI_ALL_PAGES                NC_("STR_PRINTOPTUI_ALL_PAGES", "All pages")
#define STR_PRINTOPTUI_BACK_PAGES               NC_("STR_PRINTOPTUI_BACK_PAGES", "Back sides / left pages")
#define STR_PRINTOPTUI_FONT_PAGES               NC_("STR_PRINTOPTUI_FONT_PAGES", "Front sides / right pages")
#define STR_PRINTOPTUI_INCLUDE                  NC_("STR_PRINTOPTUI_INCLUDE", "Include")
#define STR_PRINTOPTUI_BROCHURE                 NC_("STR_PRINTOPTUI_BROCHURE", "Broch~ure")
#define STR_PRINTOPTUI_LEFT_SCRIPT              NC_("STR_PRINTOPTUI_LEFT_SCRIPT", "Left-to-right script")
#define STR_PRINTOPTUI_RIGHT_SCRIPT             NC_("STR_PRINTOPTUI_RIGHT_SCRIPT", "Right-to-left script")
#define STR_PRINTOPTUI_RANGE_COPIES             NC_("STR_PRINTOPTUI_RANGE_COPIES", "Range and copies")
#define STR_PRINTOPTUI_ALLPAGES                 NC_("STR_PRINTOPTUI_ALLPAGES", "~All pages")
#define STR_PRINTOPTUI_SOMEPAGES                NC_("STR_PRINTOPTUI_SOMEPAGES", "Pa~ges")
#define STR_PRINTOPTUI_SELECTION                NC_("STR_PRINTOPTUI_SELECTION", "~Selection")
#define STR_PRINTOPTUI_PLACE_MARGINS            NC_("STR_PRINTOPTUI_PLACE_MARGINS", "Place in margins")

#define STR_FORMULA_CALC                        NC_("STR_FORMULA_CALC", "Functions")
#define STR_FORMULA_CANCEL                      NC_("STR_FORMULA_CANCEL", "Cancel")
#define STR_FORMULA_APPLY                       NC_("STR_FORMULA_APPLY", "Apply")
#define STR_ACCESS_FORMULA_TOOLBAR              NC_("STR_ACCESS_FORMULA_TOOLBAR", "Formula Tool Bar")
#define STR_ACCESS_FORMULA_TYPE                 NC_("STR_ACCESS_FORMULA_TYPE", "Formula Type")
#define STR_ACCESS_FORMULA_TEXT                 NC_("STR_ACCESS_FORMULA_TEXT", "Formula Text")

#define STR_ACCESS_TL_GLOBAL                    NC_("STR_ACCESS_TL_GLOBAL", "Global View")
#define STR_ACCESS_TL_CONTENT                   NC_("STR_ACCESS_TL_CONTENT", "Content Navigation View")
#define STR_OUTLINE_LEVEL                       NC_("STR_OUTLINE_LEVEL", "Outline Level")
#define STR_DRAGMODE                            NC_("STR_DRAGMODE", "Drag Mode")
#define STR_HYPERLINK                           NC_("STR_HYPERLINK", "Insert as Hyperlink")
#define STR_LINK_REGION                         NC_("STR_LINK_REGION", "Insert as Link")
#define STR_COPY_REGION                         NC_("STR_COPY_REGION", "Insert as Copy")
#define STR_DISPLAY                             NC_("STR_DISPLAY", "Display")
#define STR_ACTIVE_VIEW                         NC_("STR_ACTIVE_VIEW", "Active Window")
#define STR_HIDDEN                              NC_("STR_HIDDEN", "hidden")
#define STR_ACTIVE                              NC_("STR_ACTIVE", "active")
#define STR_INACTIVE                            NC_("STR_INACTIVE", "inactive")
#define STR_EDIT_ENTRY                          NC_("STR_EDIT_ENTRY", "Edit...")
#define STR_UPDATE                              NC_("STR_UPDATE", "~Update")
#define STR_EDIT_CONTENT                        NC_("STR_EDIT_CONTENT", "Edit")
#define STR_EDIT_LINK                           NC_("STR_EDIT_LINK", "Edit link")
#define STR_EDIT_INSERT                         NC_("STR_EDIT_INSERT", "Insert")
#define STR_INDEX                               NC_("STR_INDEX", "~Index")
#define STR_FILE                                NC_("STR_FILE", "File")
#define STR_NEW_FILE                            NC_("STR_NEW_FILE", "New Document")
#define STR_INSERT_TEXT                         NC_("STR_INSERT_TEXT", "Text")
#define STR_DELETE                              NC_("STR_DELETE", "Delete")
#define STR_DELETE_ENTRY                        NC_("STR_DELETE_ENTRY", "~Delete")
#define STR_UPDATE_SEL                          NC_("STR_UPDATE_SEL", "Selection")
#define STR_UPDATE_INDEX                        NC_("STR_UPDATE_INDEX", "Indexes")
#define STR_UPDATE_LINK                         NC_("STR_UPDATE_LINK", "Links")
#define STR_UPDATE_ALL                          NC_("STR_UPDATE_ALL", "All")
#define STR_REMOVE_INDEX                        NC_("STR_REMOVE_INDEX", "~Remove Index")
#define STR_REMOVE_TBL_PROTECTION               NC_("STR_REMOVE_TBL_PROTECTION", "~Unprotect")
#define STR_INVISIBLE                           NC_("STR_INVISIBLE", "hidden")
#define STR_BROKEN_LINK                         NC_("STR_BROKEN_LINK", "File not found: ")
#define STR_RENAME                              NC_("STR_RENAME", "~Rename")
#define STR_READONLY_IDX                        NC_("STR_READONLY_IDX", "Read-~only")
#define STR_POSTIT_SHOW                         NC_("STR_POSTIT_SHOW", "Show All")
#define STR_POSTIT_HIDE                         NC_("STR_POSTIT_HIDE", "Hide All")
#define STR_POSTIT_DELETE                       NC_("STR_POSTIT_DELETE", "Delete All")

#define STR_MARGIN_TOOLTIP_LEFT                 NC_("STR_MARGIN_TOOLTIP_LEFT", "Left: ")
#define STR_MARGIN_TOOLTIP_RIGHT                NC_("STR_MARGIN_TOOLTIP_RIGHT", ". Right: ")
#define STR_MARGIN_TOOLTIP_INNER                NC_("STR_MARGIN_TOOLTIP_INNER", "Inner: ")
#define STR_MARGIN_TOOLTIP_OUTER                NC_("STR_MARGIN_TOOLTIP_OUTER", ". Outer: ")
#define STR_MARGIN_TOOLTIP_TOP                  NC_("STR_MARGIN_TOOLTIP_TOP", ". Top: ")
#define STR_MARGIN_TOOLTIP_BOT                  NC_("STR_MARGIN_TOOLTIP_BOT", ". Bottom: ")

// Error calculator
#define STR_POSTIT_PAGE                         NC_("STR_POSTIT_PAGE", "Page")
#define STR_POSTIT_LINE                         NC_("STR_POSTIT_LINE", "Line")
#define STR_POSTIT_AUTHOR                       NC_("STR_POSTIT_AUTHOR", "Author")
#define STR_CALC_SYNTAX                         NC_("STR_CALC_SYNTAX", "** Syntax Error **")
#define STR_CALC_ZERODIV                        NC_("STR_CALC_ZERODIV", "** Division by zero **")
#define STR_CALC_BRACK                          NC_("STR_CALC_BRACK", "** Wrong use of brackets **")
#define STR_CALC_POW                            NC_("STR_CALC_POW", "** Square function overflow **")
#define STR_CALC_OVERFLOW                       NC_("STR_CALC_OVERFLOW", "** Overflow **")
#define STR_CALC_DEFAULT                        NC_("STR_CALC_DEFAULT", "** Error **")
#define STR_CALC_ERROR                          NC_("STR_CALC_ERROR", "** Expression is faulty **")
#define STR_GETREFFLD_REFITEMNOTFOUND           NC_("STR_GETREFFLD_REFITEMNOTFOUND", "Error: Reference source not found")
#define STR_TEMPLATE_NONE                       NC_("STR_TEMPLATE_NONE", "None")
#define STR_FIELD_FIXED                         NC_("STR_FIELD_FIXED", "(fixed)")
#define STR_DURATION_FORMAT                     NC_("STR_DURATION_FORMAT", " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6")
#define STR_TOI                                 NC_("STR_TOI", "Alphabetical Index")
#define STR_TOU                                 NC_("STR_TOU", "User-Defined")
#define STR_TOC                                 NC_("STR_TOC", "Table of Contents")
#define STR_TOX_AUTH                            NC_("STR_TOX_AUTH", "Bibliography")
#define STR_TOX_CITATION                        NC_("STR_TOX_CITATION", "Citation")
#define STR_TOX_TBL                             NC_("STR_TOX_TBL", "Index of Tables")
#define STR_TOX_OBJ                             NC_("STR_TOX_OBJ", "Table of Objects")
#define STR_TOX_ILL                             NC_("STR_TOX_ILL", "Illustration Index")
#define STR_LINK_CTRL_CLICK                     NC_("STR_LINK_CTRL_CLICK", "%s-Click to follow link")
#define STR_LINK_CLICK                          NC_("STR_LINK_CLICK", "Click to follow link")
// SubType DocInfo
#define FLD_DOCINFO_TITEL                       NC_("FLD_DOCINFO_TITEL", "Title")
#define FLD_DOCINFO_THEMA                       NC_("FLD_DOCINFO_THEMA", "Subject")
#define FLD_DOCINFO_KEYS                        NC_("FLD_DOCINFO_KEYS", "Keywords")
#define FLD_DOCINFO_COMMENT                     NC_("FLD_DOCINFO_COMMENT", "Comments")
#define FLD_DOCINFO_CREATE                      NC_("FLD_DOCINFO_CREATE", "Created")
#define FLD_DOCINFO_CHANGE                      NC_("FLD_DOCINFO_CHANGE", "Modified")
#define FLD_DOCINFO_PRINT                       NC_("FLD_DOCINFO_PRINT", "Last printed")
#define FLD_DOCINFO_DOCNO                       NC_("FLD_DOCINFO_DOCNO", "Revision number")
#define FLD_DOCINFO_EDIT                        NC_("FLD_DOCINFO_EDIT", "Total editing time")
#define STR_PAGEDESC_NAME                       NC_("STR_PAGEDESC_NAME", "Convert $(ARG1)")
#define STR_PAGEDESC_FIRSTNAME                  NC_("STR_PAGEDESC_FIRSTNAME", "First convert $(ARG1)")
#define STR_PAGEDESC_FOLLOWNAME                 NC_("STR_PAGEDESC_FOLLOWNAME", "Next convert $(ARG1)")
#define STR_AUTH_TYPE_ARTICLE                   NC_("STR_AUTH_TYPE_ARTICLE", "Article")
#define STR_AUTH_TYPE_BOOK                      NC_("STR_AUTH_TYPE_BOOK", "Book")
#define STR_AUTH_TYPE_BOOKLET                   NC_("STR_AUTH_TYPE_BOOKLET", "Brochures")
#define STR_AUTH_TYPE_CONFERENCE                NC_("STR_AUTH_TYPE_CONFERENCE", "Conference proceedings")
#define STR_AUTH_TYPE_INBOOK                    NC_("STR_AUTH_TYPE_INBOOK", "Book excerpt")
#define STR_AUTH_TYPE_INCOLLECTION              NC_("STR_AUTH_TYPE_INCOLLECTION", "Book excerpt with title")
#define STR_AUTH_TYPE_INPROCEEDINGS             NC_("STR_AUTH_TYPE_INPROCEEDINGS", "Conference proceedings")
#define STR_AUTH_TYPE_JOURNAL                   NC_("STR_AUTH_TYPE_JOURNAL", "Journal")
#define STR_AUTH_TYPE_MANUAL                    NC_("STR_AUTH_TYPE_MANUAL", "Techn. documentation")
#define STR_AUTH_TYPE_MASTERSTHESIS             NC_("STR_AUTH_TYPE_MASTERSTHESIS", "Thesis")
#define STR_AUTH_TYPE_MISC                      NC_("STR_AUTH_TYPE_MISC", "Miscellaneous")
#define STR_AUTH_TYPE_PHDTHESIS                 NC_("STR_AUTH_TYPE_PHDTHESIS", "Dissertation")
#define STR_AUTH_TYPE_PROCEEDINGS               NC_("STR_AUTH_TYPE_PROCEEDINGS", "Conference proceedings")
#define STR_AUTH_TYPE_TECHREPORT                NC_("STR_AUTH_TYPE_TECHREPORT", "Research report")
#define STR_AUTH_TYPE_UNPUBLISHED               NC_("STR_AUTH_TYPE_UNPUBLISHED", "Unpublished")
#define STR_AUTH_TYPE_EMAIL                     NC_("STR_AUTH_TYPE_EMAIL", "E-mail")
#define STR_AUTH_TYPE_WWW                       NC_("STR_AUTH_TYPE_WWW", "WWW document")
#define STR_AUTH_TYPE_CUSTOM1                   NC_("STR_AUTH_TYPE_CUSTOM1", "User-defined1")
#define STR_AUTH_TYPE_CUSTOM2                   NC_("STR_AUTH_TYPE_CUSTOM2", "User-defined2")
#define STR_AUTH_TYPE_CUSTOM3                   NC_("STR_AUTH_TYPE_CUSTOM3", "User-defined3")
#define STR_AUTH_TYPE_CUSTOM4                   NC_("STR_AUTH_TYPE_CUSTOM4", "User-defined4")
#define STR_AUTH_TYPE_CUSTOM5                   NC_("STR_AUTH_TYPE_CUSTOM5", "User-defined5")
#define STR_AUTH_FIELD_IDENTIFIER               NC_("STR_AUTH_FIELD_IDENTIFIER", "Short name")
#define STR_AUTH_FIELD_AUTHORITY_TYPE           NC_("STR_AUTH_FIELD_AUTHORITY_TYPE", "Type")
#define STR_AUTH_FIELD_ADDRESS                  NC_("STR_AUTH_FIELD_ADDRESS", "Address")
#define STR_AUTH_FIELD_ANNOTE                   NC_("STR_AUTH_FIELD_ANNOTE", "Annotation")
#define STR_AUTH_FIELD_AUTHOR                   NC_("STR_AUTH_FIELD_AUTHOR", "Author(s)")
#define STR_AUTH_FIELD_BOOKTITLE                NC_("STR_AUTH_FIELD_BOOKTITLE", "Book title")
#define STR_AUTH_FIELD_CHAPTER                  NC_("STR_AUTH_FIELD_CHAPTER", "Chapter")
#define STR_AUTH_FIELD_EDITION                  NC_("STR_AUTH_FIELD_EDITION", "Edition")
#define STR_AUTH_FIELD_EDITOR                   NC_("STR_AUTH_FIELD_EDITOR", "Editor")
#define STR_AUTH_FIELD_HOWPUBLISHED             NC_("STR_AUTH_FIELD_HOWPUBLISHED", "Publication type")
#define STR_AUTH_FIELD_INSTITUTION              NC_("STR_AUTH_FIELD_INSTITUTION", "Institution")
#define STR_AUTH_FIELD_JOURNAL                  NC_("STR_AUTH_FIELD_JOURNAL", "Journal")
#define STR_AUTH_FIELD_MONTH                    NC_("STR_AUTH_FIELD_MONTH", "Month")
#define STR_AUTH_FIELD_NOTE                     NC_("STR_AUTH_FIELD_NOTE", "Note")
#define STR_AUTH_FIELD_NUMBER                   NC_("STR_AUTH_FIELD_NUMBER", "Number")
#define STR_AUTH_FIELD_ORGANIZATIONS            NC_("STR_AUTH_FIELD_ORGANIZATIONS", "Organization")
#define STR_AUTH_FIELD_PAGES                    NC_("STR_AUTH_FIELD_PAGES", "Page(s)")
#define STR_AUTH_FIELD_PUBLISHER                NC_("STR_AUTH_FIELD_PUBLISHER", "Publisher")
#define STR_AUTH_FIELD_SCHOOL                   NC_("STR_AUTH_FIELD_SCHOOL", "University")
#define STR_AUTH_FIELD_SERIES                   NC_("STR_AUTH_FIELD_SERIES", "Series")
#define STR_AUTH_FIELD_TITLE                    NC_("STR_AUTH_FIELD_TITLE", "Title")
#define STR_AUTH_FIELD_TYPE                     NC_("STR_AUTH_FIELD_TYPE", "Type of report")
#define STR_AUTH_FIELD_VOLUME                   NC_("STR_AUTH_FIELD_VOLUME", "Volume")
#define STR_AUTH_FIELD_YEAR                     NC_("STR_AUTH_FIELD_YEAR", "Year")
#define STR_AUTH_FIELD_URL                      NC_("STR_AUTH_FIELD_URL", "URL")
#define STR_AUTH_FIELD_CUSTOM1                  NC_("STR_AUTH_FIELD_CUSTOM1", "User-defined1")
#define STR_AUTH_FIELD_CUSTOM2                  NC_("STR_AUTH_FIELD_CUSTOM2", "User-defined2")
#define STR_AUTH_FIELD_CUSTOM3                  NC_("STR_AUTH_FIELD_CUSTOM3", "User-defined3")
#define STR_AUTH_FIELD_CUSTOM4                  NC_("STR_AUTH_FIELD_CUSTOM4", "User-defined4")
#define STR_AUTH_FIELD_CUSTOM5                  NC_("STR_AUTH_FIELD_CUSTOM5", "User-defined5")
#define STR_AUTH_FIELD_ISBN                     NC_("STR_AUTH_FIELD_ISBN", "ISBN")

#define STR_IDXMRK_EDIT                         NC_("STR_IDXMRK_EDIT", "Edit Index Entry")
#define STR_IDXMRK_INSERT                       NC_("STR_IDXMRK_INSERT", "Insert Index Entry")
#define STR_QUERY_CHANGE_AUTH_ENTRY             NC_("STR_QUERY_CHANGE_AUTH_ENTRY", "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?")

#define STR_COMMENTS_LABEL                      NC_("STR_COMMENTS_LABEL", "Comments")
#define STR_SHOW_COMMENTS                       NC_("STR_SHOW_COMMENTS", "Show comments")
#define STR_HIDE_COMMENTS                       NC_("STR_HIDE_COMMENTS", "Hide comments")

#define STR_DOUBLE_SHORTNAME                    NC_("STR_DOUBLE_SHORTNAME", "Shortcut name already exists. Please choose another name.")
#define STR_QUERY_DELETE                        NC_("STR_QUERY_DELETE", "Delete AutoText?")
#define STR_QUERY_DELETE_GROUP1                 NC_("STR_QUERY_DELETE_GROUP1", "Delete the category ")
#define STR_QUERY_DELETE_GROUP2                 NC_("STR_QUERY_DELETE_GROUP2", "?")
#define STR_GLOSSARY                            NC_("STR_GLOSSARY", "AutoText :")
#define STR_SAVE_GLOSSARY                       NC_("STR_SAVE_GLOSSARY", "Save AutoText")
#define STR_NO_GLOSSARIES                       NC_("STR_NO_GLOSSARIES", "There is no AutoText in this file.")
#define STR_MY_AUTOTEXT                         NC_("STR_MY_AUTOTEXT", "My AutoText")

#define STR_NOGLOS                              NC_("STR_NOGLOS", "AutoText for Shortcut '%1' not found.")
#define STR_NO_TABLE                            NC_("STR_NO_TABLE", "A table with no rows or no cells cannot be inserted")
#define STR_TABLE_TOO_LARGE                     NC_("STR_TABLE_TOO_LARGE", "The table cannot be inserted because it is too large")
#define STR_ERR_INSERT_GLOS                     NC_("STR_ERR_INSERT_GLOS", "AutoText could not be created.")
#define STR_CLPBRD_FORMAT_ERROR                 NC_("STR_CLPBRD_FORMAT_ERROR", "Requested clipboard format is not available.")
#define STR_PRIVATETEXT                         NC_("STR_PRIVATETEXT", "%PRODUCTNAME Writer")
#define STR_PRIVATEGRAPHIC                      NC_("STR_PRIVATEGRAPHIC", "Image [%PRODUCTNAME Writer]")
#define STR_PRIVATEOLE                          NC_("STR_PRIVATEOLE", "Object [%PRODUCTNAME Writer]")
#define STR_DDEFORMAT                           NC_("STR_DDEFORMAT", "DDE link")

#define STR_DELETE_ALL_NOTES                    NC_("STR_DELETE_ALL_NOTES", "All Comments")
#define STR_FORMAT_ALL_NOTES                    NC_("STR_FORMAT_ALL_NOTES", "All Comments")
#define STR_DELETE_AUTHOR_NOTES                 NC_("STR_DELETE_AUTHOR_NOTES", "Comments by ")
#define STR_NODATE                              NC_("STR_NODATE", "(no date)")
#define STR_NOAUTHOR                            NC_("STR_NOAUTHOR", "(no author)")
#define STR_REPLY                               NC_("STR_REPLY", "Reply to $1")

#define ST_TITLE_EDIT                           NC_("ST_TITLE_EDIT", "Edit Address Block")
#define ST_TITLE_MALE                           NC_("ST_TITLE_MALE", "Custom Salutation (Male Recipients)")
#define ST_TITLE_FEMALE                         NC_("ST_TITLE_FEMALE", "Custom Salutation (Female Recipients)")
#define ST_SALUTATIONELEMENTS                   NC_("ST_SALUTATIONELEMENTS", "Salutation e~lements")
#define ST_INSERTSALUTATIONFIELD                NC_("ST_INSERTSALUTATIONFIELD", "Add to salutation")
#define ST_REMOVESALUTATIONFIELD                NC_("ST_REMOVESALUTATIONFIELD", "Remove from salutation")
#define ST_DRAGSALUTATION                       NC_("ST_DRAGSALUTATION", "1. ~Drag salutation elements into the box below")
#define ST_SALUTATION                           NC_("ST_SALUTATION", "Salutation")
#define ST_PUNCTUATION                          NC_("ST_PUNCTUATION", "Punctuation Mark")
#define ST_TEXT                                 NC_("ST_TEXT", "Text")
#define ST_SALUTATIONMATCHING                   NC_("ST_SALUTATIONMATCHING", "Assign the fields from your data source to match the salutation elements.")
#define ST_SALUTATIONPREVIEW                    NC_("ST_SALUTATIONPREVIEW", "Salutation preview")
#define ST_ADDRESSELEMENT                       NC_("ST_ADDRESSELEMENT", "Address elements")
#define ST_SALUTATIONELEMENT                    NC_("ST_SALUTATIONELEMENT", "Salutation elements")
#define ST_MATCHESTO                            NC_("ST_MATCHESTO", "Matches to field:")
#define ST_PREVIEW                              NC_("ST_PREVIEW", "Preview")

#define STR_NOTASSIGNED                         NC_("STR_NOTASSIGNED", " not yet matched ")
#define STR_FILTER_ALL                          NC_("STR_FILTER_ALL", "All files")
#define STR_FILTER_ALL_DATA                     NC_("STR_FILTER_ALL_DATA", "Address lists(*.*)")
#define STR_FILTER_SXB                          NC_("STR_FILTER_SXB", "%PRODUCTNAME Base (*.odb)")
#define STR_FILTER_SXC                          NC_("STR_FILTER_SXC", "%PRODUCTNAME Calc (*.ods;*.sxc)")
#define STR_FILTER_SXW                          NC_("STR_FILTER_SXW", "%PRODUCTNAME Writer (*.odt;*.sxw)")
#define STR_FILTER_DBF                          NC_("STR_FILTER_DBF", "dBase (*.dbf)")
#define STR_FILTER_XLS                          NC_("STR_FILTER_XLS", "Microsoft Excel (*.xls;*.xlsx)")
#define STR_FILTER_DOC                          NC_("STR_FILTER_DOC", "Microsoft Word (*.doc;*.docx)")
#define STR_FILTER_TXT                          NC_("STR_FILTER_TXT", "Plain text (*.txt)")
#define STR_FILTER_CSV                          NC_("STR_FILTER_CSV", "Text Comma Separated (*.csv)")
#define STR_FILTER_MDB                          NC_("STR_FILTER_MDB", "Microsoft Access (*.mdb;*.mde)")
#define STR_FILTER_ACCDB                        NC_("STR_FILTER_ACCDB", "Microsoft Access 2007 (*.accdb,*.accde)")
#define ST_CONFIGUREMAIL                        NC_("ST_CONFIGUREMAIL", "In order to be able to send mail merge documents by e-mail, %PRODUCTNAME requires information about the e-mail account to be used.\n\nDo you want to enter e-mail account information now?")
#define ST_FILTERNAME                           NC_("ST_FILTERNAME", "%PRODUCTNAME Address List (.csv)")

#define ST_STARTING                             NC_("ST_STARTING", "Select starting document")
#define ST_DOCUMENTTYPE                         NC_("ST_DOCUMENTTYPE", "Select document type")
#define ST_ADDRESSBLOCK                         NC_("ST_ADDRESSBLOCK", "Insert address block")
#define ST_ADDRESSLIST                          NC_("ST_ADDRESSLIST", "Select address list")
#define ST_GREETINGSLINE                        NC_("ST_GREETINGSLINE", "Create salutation")
#define ST_LAYOUT                               NC_("ST_LAYOUT", "Adjust layout")
#define ST_EXCLUDE                              NC_("ST_EXCLUDE", "Exclude recipient")
#define ST_FINISH                               NC_("ST_FINISH", "~Finish")
#define ST_MMWTITLE                             NC_("ST_MMWTITLE", "Mail Merge Wizard")

#define ST_NAME                                 NC_("ST_NAME", "Name")
#define ST_TYPE                                 NC_("ST_TYPE", "Type")
#define ST_TABLE                                NC_("ST_TABLE", "Table")
#define ST_QUERY                                NC_("ST_QUERY", "Query")

#define STR_QUERY_SPELL_CONTINUE                NC_("STR_QUERY_SPELL_CONTINUE", "Continue checking at beginning of document?")
#define STR_SPELLING_COMPLETED                  NC_("STR_SPELLING_COMPLETED", "The spellcheck is complete.")

/*--------------------------------------------------------------------
    Description: strings for the types
 --------------------------------------------------------------------*/
// range document
#define STR_DATEFLD                             NC_("STR_DATEFLD", "Date")
#define STR_TIMEFLD                             NC_("STR_TIMEFLD", "Time")
#define STR_FILENAMEFLD                         NC_("STR_FILENAMEFLD", "File name")
#define STR_DBNAMEFLD                           NC_("STR_DBNAMEFLD", "Database Name")
#define STR_CHAPTERFLD                          NC_("STR_CHAPTERFLD", "Chapter")
#define STR_PAGENUMBERFLD                       NC_("STR_PAGENUMBERFLD", "Page numbers")
#define STR_DOCSTATFLD                          NC_("STR_DOCSTATFLD", "Statistics")
#define STR_AUTHORFLD                           NC_("STR_AUTHORFLD", "Author")
#define STR_TEMPLNAMEFLD                        NC_("STR_TEMPLNAMEFLD", "Templates")
#define STR_EXTUSERFLD                          NC_("STR_EXTUSERFLD", "Sender")
// range functions
#define STR_SETFLD                              NC_("STR_SETFLD", "Set variable")
#define STR_GETFLD                              NC_("STR_GETFLD", "Show variable")
#define STR_FORMELFLD                           NC_("STR_FORMELFLD", "Insert Formula")
#define STR_INPUTFLD                            NC_("STR_INPUTFLD", "Input field")
#define STR_SETINPUTFLD                         NC_("STR_SETINPUTFLD", "Input field (variable)")
#define STR_USRINPUTFLD                         NC_("STR_USRINPUTFLD", "Input field (user)")
#define STR_CONDTXTFLD                          NC_("STR_CONDTXTFLD", "Conditional text")
#define STR_DDEFLD                              NC_("STR_DDEFLD", "DDE field")
#define STR_MACROFLD                            NC_("STR_MACROFLD", "Execute macro")
#define STR_SEQFLD                              NC_("STR_SEQFLD", "Number range")
#define STR_SETREFPAGEFLD                       NC_("STR_SETREFPAGEFLD", "Set page variable")
#define STR_GETREFPAGEFLD                       NC_("STR_GETREFPAGEFLD", "Show page variable")
#define STR_INTERNETFLD                         NC_("STR_INTERNETFLD", "Load URL")
#define STR_JUMPEDITFLD                         NC_("STR_JUMPEDITFLD", "Placeholder")
#define STR_COMBINED_CHARS                      NC_("STR_COMBINED_CHARS", "Combine characters")
#define STR_DROPDOWN                            NC_("STR_DROPDOWN", "Input list")
// range references
#define STR_SETREFFLD                           NC_("STR_SETREFFLD", "Set Reference")
#define STR_GETREFFLD                           NC_("STR_GETREFFLD", "Insert Reference")
//  range database
#define STR_DBFLD                               NC_("STR_DBFLD", "Mail merge fields")
#define STR_DBNEXTSETFLD                        NC_("STR_DBNEXTSETFLD", "Next record")
#define STR_DBNUMSETFLD                         NC_("STR_DBNUMSETFLD", "Any record")
#define STR_DBSETNUMBERFLD                      NC_("STR_DBSETNUMBERFLD", "Record number")
#define STR_PREVPAGEFLD                         NC_("STR_PREVPAGEFLD", "Previous page")
#define STR_NEXTPAGEFLD                         NC_("STR_NEXTPAGEFLD", "Next page")
#define STR_HIDDENTXTFLD                        NC_("STR_HIDDENTXTFLD", "Hidden text")
//  range user fields
#define STR_USERFLD                             NC_("STR_USERFLD", "User Field")
#define STR_POSTITFLD                           NC_("STR_POSTITFLD", "Note")
#define STR_SCRIPTFLD                           NC_("STR_SCRIPTFLD", "Script")
#define STR_AUTHORITY                           NC_("STR_AUTHORITY", "Bibliography entry")
#define STR_HIDDENPARAFLD                       NC_("STR_HIDDENPARAFLD", "Hidden Paragraph")
// range DocumentInfo
#define STR_DOCINFOFLD                          NC_("STR_DOCINFOFLD", "DocInformation")
/*--------------------------------------------------------------------
    Description: SubCmd-Strings
 --------------------------------------------------------------------*/
#define FLD_DATE_STD                            NC_("FLD_DATE_STD", "Date")
#define FLD_DATE_FIX                            NC_("FLD_DATE_FIX", "Date (fixed)")
#define FLD_TIME_STD                            NC_("FLD_TIME_STD", "Time")
#define FLD_TIME_FIX                            NC_("FLD_TIME_FIX", "Time (fixed)")
//  SubCmd Statistic
#define FLD_STAT_TABLE                          NC_("FLD_STAT_TABLE", "Tables")
#define FLD_STAT_CHAR                           NC_("FLD_STAT_CHAR", "Characters")
#define FLD_STAT_WORD                           NC_("FLD_STAT_WORD", "Words")
#define FLD_STAT_PARA                           NC_("FLD_STAT_PARA", "Paragraphs")
#define FLD_STAT_GRF                            NC_("FLD_STAT_GRF", "Image")
#define FLD_STAT_OBJ                            NC_("FLD_STAT_OBJ", "Objects")
#define FLD_STAT_PAGE                           NC_("FLD_STAT_PAGE", "Pages")
//  SubCmd DDETypes
#define FMT_DDE_HOT                             NC_("FMT_DDE_HOT", "DDE automatic")
#define FMT_DDE_NORMAL                          NC_("FMT_DDE_NORMAL", "DDE manual")
#define FLD_INPUT_TEXT                          NC_("FLD_INPUT_TEXT", "[Text]")

/*--------------------------------------------------------------------
    Description: SubType Extuser
 --------------------------------------------------------------------*/
#define FLD_EU_FIRMA                            NC_("FLD_EU_FIRMA", "Company")
#define FLD_EU_VORNAME                          NC_("FLD_EU_VORNAME", "First Name")
#define FLD_EU_NAME                             NC_("FLD_EU_NAME", "Last Name")
#define FLD_EU_ABK                              NC_("FLD_EU_ABK", "Initials")
#define FLD_EU_STRASSE                          NC_("FLD_EU_STRASSE", "Street")
#define FLD_EU_LAND                             NC_("FLD_EU_LAND", "Country")
#define FLD_EU_PLZ                              NC_("FLD_EU_PLZ", "Zip code")
#define FLD_EU_ORT                              NC_("FLD_EU_ORT", "City")
#define FLD_EU_TITEL                            NC_("FLD_EU_TITEL", "Title")
#define FLD_EU_POS                              NC_("FLD_EU_POS", "Position")
#define FLD_EU_TELPRIV                          NC_("FLD_EU_TELPRIV", "Tel. (Home)")
#define FLD_EU_TELFIRMA                         NC_("FLD_EU_TELFIRMA", "Tel. (Work)")
#define FLD_EU_FAX                              NC_("FLD_EU_FAX", "FAX")
#define FLD_EU_EMAIL                            NC_("FLD_EU_EMAIL", "E-mail")
#define FLD_EU_STATE                            NC_("FLD_EU_STATE", "State")
#define FLD_PAGEREF_OFF                         NC_("FLD_PAGEREF_OFF", "off")
#define FLD_PAGEREF_ON                          NC_("FLD_PAGEREF_ON", "on")
/*--------------------------------------------------------------------
    Description: path name
 --------------------------------------------------------------------*/
// Format FileName
#define FMT_FF_NAME                             NC_("FMT_FF_NAME", "File name")
#define FMT_FF_NAME_NOEXT                       NC_("FMT_FF_NAME_NOEXT", "File name without extension")
#define FMT_FF_PATHNAME                         NC_("FMT_FF_PATHNAME", "Path/File name")
#define FMT_FF_PATH                             NC_("FMT_FF_PATH", "Path")
#define FMT_FF_UI_NAME                          NC_("FMT_FF_UI_NAME", "Style")
#define FMT_FF_UI_RANGE                         NC_("FMT_FF_UI_RANGE", "Category")
/*--------------------------------------------------------------------
    Description: format chapter
 --------------------------------------------------------------------*/
#define FMT_CHAPTER_NAME                        NC_("FMT_CHAPTER_NAME", "Chapter name")
#define FMT_CHAPTER_NO                          NC_("FMT_CHAPTER_NO", "Chapter number")
#define FMT_CHAPTER_NO_NOSEPARATOR              NC_("FMT_CHAPTER_NO_NOSEPARATOR", "Chapter number without separator")
#define FMT_CHAPTER_NAMENO                      NC_("FMT_CHAPTER_NAMENO", "Chapter number and name")
/*--------------------------------------------------------------------
    Description: formats
 --------------------------------------------------------------------*/
#define FMT_NUM_ABC                             NC_("FMT_NUM_ABC", "A B C")
#define FMT_NUM_SABC                            NC_("FMT_NUM_SABC", "a b c")
#define FMT_NUM_ABC_N                           NC_("FMT_NUM_ABC_N", "A .. AA .. AAA")
#define FMT_NUM_SABC_N                          NC_("FMT_NUM_SABC_N", "a .. aa .. aaa")
#define FMT_NUM_ROMAN                           NC_("FMT_NUM_ROMAN", "Roman (I II III)")
#define FMT_NUM_SROMAN                          NC_("FMT_NUM_SROMAN", "Roman (i ii iii)")
#define FMT_NUM_ARABIC                          NC_("FMT_NUM_ARABIC", "Arabic (1 2 3)")
#define FMT_NUM_PAGEDESC                        NC_("FMT_NUM_PAGEDESC", "As Page Style")
#define FMT_NUM_PAGESPECIAL                     NC_("FMT_NUM_PAGESPECIAL", "Text")
/*--------------------------------------------------------------------
    Description: Author
 --------------------------------------------------------------------*/
#define FMT_AUTHOR_NAME                         NC_("FMT_AUTHOR_NAME", "Name")
#define FMT_AUTHOR_SCUT                         NC_("FMT_AUTHOR_SCUT", "Initials")
/*--------------------------------------------------------------------
    Description:   set variable
 --------------------------------------------------------------------*/
#define FMT_SETVAR_SYS                          NC_("FMT_SETVAR_SYS", "System")
#define FMT_SETVAR_TEXT                         NC_("FMT_SETVAR_TEXT", "Text")
#define FMT_GETVAR_NAME                         NC_("FMT_GETVAR_NAME", "Name")
#define FMT_GETVAR_TEXT                         NC_("FMT_GETVAR_TEXT", "Text")
#define FMT_USERVAR_CMD                         NC_("FMT_USERVAR_CMD", "Formula")
#define FMT_USERVAR_TEXT                        NC_("FMT_USERVAR_TEXT", "Text")
#define FMT_DBFLD_DB                            NC_("FMT_DBFLD_DB", "Database")
#define FMT_DBFLD_SYS                           NC_("FMT_DBFLD_SYS", "System")
/*--------------------------------------------------------------------
    Description: storage fields
 --------------------------------------------------------------------*/
#define FMT_REG_AUTHOR                          NC_("FMT_REG_AUTHOR", "Author")
#define FMT_REG_TIME                            NC_("FMT_REG_TIME", "Time")
#define FMT_REG_DATE                            NC_("FMT_REG_DATE", "Date")
/*--------------------------------------------------------------------
    Description: formats references
 --------------------------------------------------------------------*/
#define FMT_REF_TEXT                            NC_("FMT_REF_TEXT", "Reference")
#define FMT_REF_PAGE                            NC_("FMT_REF_PAGE", "Page")
#define FMT_REF_CHAPTER                         NC_("FMT_REF_CHAPTER", "Chapter")
#define FMT_REF_UPDOWN                          NC_("FMT_REF_UPDOWN", "Above/Below")
#define FMT_REF_PAGE_PGDSC                      NC_("FMT_REF_PAGE_PGDSC", "As Page Style")
#define FMT_REF_ONLYNUMBER                      NC_("FMT_REF_ONLYNUMBER", "Category and Number")
#define FMT_REF_ONLYCAPTION                     NC_("FMT_REF_ONLYCAPTION", "Caption Text")
#define FMT_REF_ONLYSEQNO                       NC_("FMT_REF_ONLYSEQNO", "Numbering")
#define FMT_REF_NUMBER                          NC_("FMT_REF_NUMBER", "Number")
#define FMT_REF_NUMBER_NO_CONTEXT               NC_("FMT_REF_NUMBER_NO_CONTEXT", "Number (no context)")
#define FMT_REF_NUMBER_FULL_CONTEXT             NC_("FMT_REF_NUMBER_FULL_CONTEXT", "Number (full context)")
/*--------------------------------------------------------------------
    Description: placeholder
 --------------------------------------------------------------------*/
#define FMT_MARK_TEXT                           NC_("FMT_MARK_TEXT", "Text")
#define FMT_MARK_TABLE                          NC_("FMT_MARK_TABLE", "Table")
#define FMT_MARK_FRAME                          NC_("FMT_MARK_FRAME", "Frame")
#define FMT_MARK_GRAFIC                         NC_("FMT_MARK_GRAFIC", "Image")
#define FMT_MARK_OLE                            NC_("FMT_MARK_OLE", "Object")
/*--------------------------------------------------------------------
    Description:   ExchangeStrings for Edit/NameFT
 --------------------------------------------------------------------*/
#define STR_COND                                NC_("STR_COND", "~Condition")
#define STR_TEXT                                NC_("STR_TEXT", "Then, Else")
#define STR_DDE_CMD                             NC_("STR_DDE_CMD", "DDE Statement")
#define STR_INSTEXT                             NC_("STR_INSTEXT", "Hidden t~ext")
#define STR_MACNAME                             NC_("STR_MACNAME", "~Macro name")
#define STR_PROMPT                              NC_("STR_PROMPT", "~Reference")
#define STR_COMBCHRS_FT                         NC_("STR_COMBCHRS_FT", "Ch~aracters")
#define STR_OFFSET                              NC_("STR_OFFSET", "O~ffset")
#define STR_VALUE                               NC_("STR_VALUE", "Value")
#define STR_FORMULA                             NC_("STR_FORMULA", "Formula")
#define STR_CUSTOM_FIELD                        NC_("STR_CUSTOM_FIELD", "Custom")

#define STR_CUSTOM_LABEL                        NC_("STR_CUSTOM_LABEL", "[User]")

#define STR_HDIST                               NC_("STR_HDIST", "H. Pitch")
#define STR_VDIST                               NC_("STR_VDIST", "V. Pitch")
#define STR_WIDTH                               NC_("STR_WIDTH", "Width")
#define STR_HEIGHT                              NC_("STR_HEIGHT", "Height")
#define STR_LEFT                                NC_("STR_LEFT", "Left margin")
#define STR_UPPER                               NC_("STR_UPPER", "Top margin")
#define STR_COLS                                NC_("STR_COLS", "Columns")
#define STR_ROWS                                NC_("STR_ROWS", "Rows")

#define STR_SERVICE_UNAVAILABLE                 NC_("STR_SERVICE_UNAVAILABLE", "The following service is not available: ")

#define STR_WORDCOUNT_HINT                      NC_("STR_WORDCOUNT_HINT", "Word and character count. Click to open Word Count dialog.")
#define STR_VIEWLAYOUT_ONE                      NC_("STR_VIEWLAYOUT_ONE", "Single-page view")
#define STR_VIEWLAYOUT_MULTI                    NC_("STR_VIEWLAYOUT_MULTI", "Multiple-page view")
#define STR_VIEWLAYOUT_BOOK                     NC_("STR_VIEWLAYOUT_BOOK", "Book view")
#define STR_BOOKCTRL_HINT                       NC_("STR_BOOKCTRL_HINT", "Page number in document. Click to open Navigator window or right-click for bookmark list.")
#define STR_BOOKCTRL_HINT_EXTENDED              NC_("STR_BOOKCTRL_HINT_EXTENDED", "Page number in document (Page number on printed document). Click to open Navigator window.")
#define STR_TMPLCTRL_HINT                       NC_("STR_TMPLCTRL_HINT", "Page Style. Right-click to change style or click to open Style dialog.")

// Strings for textual attributes.
#define STR_DROP_OVER                           NC_("STR_DROP_OVER", "Drop Caps over")
#define STR_DROP_LINES                          NC_("STR_DROP_LINES", "rows")
#define STR_NO_DROP_LINES                       NC_("STR_NO_DROP_LINES", "No Drop Caps")
#define STR_NO_PAGEDESC                         NC_("STR_NO_PAGEDESC", "No page break")
#define STR_NO_MIRROR                           NC_("STR_NO_MIRROR", "Don't mirror")
#define STR_VERT_MIRROR                         NC_("STR_VERT_MIRROR", "Flip vertically")
#define STR_HORI_MIRROR                         NC_("STR_HORI_MIRROR", "Flip horizontal")
#define STR_BOTH_MIRROR                         NC_("STR_BOTH_MIRROR", "Horizontal and Vertical Flip")
#define STR_MIRROR_TOGGLE                       NC_("STR_MIRROR_TOGGLE", "+ mirror horizontal on even pages")
#define STR_CHARFMT                             NC_("STR_CHARFMT", "Character Style")
#define STR_NO_CHARFMT                          NC_("STR_NO_CHARFMT", "No Character Style")
#define STR_FOOTER                              NC_("STR_FOOTER", "Footer")
#define STR_NO_FOOTER                           NC_("STR_NO_FOOTER", "No footer")
#define STR_HEADER                              NC_("STR_HEADER", "Header")
#define STR_NO_HEADER                           NC_("STR_NO_HEADER", "No header")
#define STR_SURROUND_IDEAL                      NC_("STR_SURROUND_IDEAL", "Optimal wrap")
#define STR_SURROUND_NONE                       NC_("STR_SURROUND_NONE", "No wrap")
#define STR_SURROUND_THROUGH                    NC_("STR_SURROUND_THROUGH", "Through")
#define STR_SURROUND_PARALLEL                   NC_("STR_SURROUND_PARALLEL", "Parallel wrap")
#define STR_SURROUND_LEFT                       NC_("STR_SURROUND_LEFT", "Left wrap")
#define STR_SURROUND_RIGHT                      NC_("STR_SURROUND_RIGHT", "Right wrap")
#define STR_SURROUND_ANCHORONLY                 NC_("STR_SURROUND_ANCHORONLY", "(Anchor only)")
#define STR_FRM_WIDTH                           NC_("STR_FRM_WIDTH", "Width:")
#define STR_FRM_FIXEDHEIGHT                     NC_("STR_FRM_FIXEDHEIGHT", "Fixed height:")
#define STR_FRM_MINHEIGHT                       NC_("STR_FRM_MINHEIGHT", "Min. height:")
#define STR_FLY_AT_PARA                         NC_("STR_FLY_AT_PARA", "to paragraph")
#define STR_FLY_AS_CHAR                         NC_("STR_FLY_AS_CHAR", "to character")
#define STR_FLY_AT_PAGE                         NC_("STR_FLY_AT_PAGE", "to page")
#define STR_POS_X                               NC_("STR_POS_X", "X Coordinate:")
#define STR_POS_Y                               NC_("STR_POS_Y", "Y Coordinate:")
#define STR_VERT_TOP                            NC_("STR_VERT_TOP", "at top")
#define STR_VERT_CENTER                         NC_("STR_VERT_CENTER", "Centered vertically")
#define STR_VERT_BOTTOM                         NC_("STR_VERT_BOTTOM", "at bottom")
#define STR_LINE_TOP                            NC_("STR_LINE_TOP", "Top of line")
#define STR_LINE_CENTER                         NC_("STR_LINE_CENTER", "Line centered")
#define STR_LINE_BOTTOM                         NC_("STR_LINE_BOTTOM", "Bottom of line")
#define STR_REGISTER_ON                         NC_("STR_REGISTER_ON", "Register-true")
#define STR_REGISTER_OFF                        NC_("STR_REGISTER_OFF", "Not register-true")
#define STR_HORI_RIGHT                          NC_("STR_HORI_RIGHT", "at the right")
#define STR_HORI_CENTER                         NC_("STR_HORI_CENTER", "Centered horizontally")
#define STR_HORI_LEFT                           NC_("STR_HORI_LEFT", "at the left")
#define STR_HORI_INSIDE                         NC_("STR_HORI_INSIDE", "inside")
#define STR_HORI_OUTSIDE                        NC_("STR_HORI_OUTSIDE", "outside")
#define STR_HORI_FULL                           NC_("STR_HORI_FULL", "Full width")
#define STR_COLUMNS                             NC_("STR_COLUMNS", "Columns")
#define STR_LINE_WIDTH                          NC_("STR_LINE_WIDTH", "Separator Width:")
#define STR_MAX_FTN_HEIGHT                      NC_("STR_MAX_FTN_HEIGHT", "Max. footnote area:")
#define STR_EDIT_IN_READONLY                    NC_("STR_EDIT_IN_READONLY", "Editable in read-only document")
#define STR_LAYOUT_SPLIT                        NC_("STR_LAYOUT_SPLIT", "Split")
#define STR_NUMRULE_ON                          NC_("STR_NUMRULE_ON", "Numbering")
#define STR_NUMRULE_OFF                         NC_("STR_NUMRULE_OFF", "no numbering")
#define STR_CONNECT1                            NC_("STR_CONNECT1", "linked to ")
#define STR_CONNECT2                            NC_("STR_CONNECT2", "and ")
#define STR_LINECOUNT                           NC_("STR_LINECOUNT", "Count lines")
#define STR_DONTLINECOUNT                       NC_("STR_DONTLINECOUNT", "don't count lines")
#define STR_LINCOUNT_START                      NC_("STR_LINCOUNT_START", "restart line count with: ")
#define STR_LUMINANCE                           NC_("STR_LUMINANCE", "Brightness: ")
#define STR_CHANNELR                            NC_("STR_CHANNELR", "Red: ")
#define STR_CHANNELG                            NC_("STR_CHANNELG", "Green: ")
#define STR_CHANNELB                            NC_("STR_CHANNELB", "Blue: ")
#define STR_CONTRAST                            NC_("STR_CONTRAST", "Contrast: ")
#define STR_GAMMA                               NC_("STR_GAMMA", "Gamma: ")
#define STR_TRANSPARENCY                        NC_("STR_TRANSPARENCY", "Transparency: ")
#define STR_INVERT                              NC_("STR_INVERT", "Invert")
#define STR_INVERT_NOT                          NC_("STR_INVERT_NOT", "do not invert")
#define STR_DRAWMODE                            NC_("STR_DRAWMODE", "Graphics mode: ")
#define STR_DRAWMODE_STD                        NC_("STR_DRAWMODE_STD", "Standard")
#define STR_DRAWMODE_GREY                       NC_("STR_DRAWMODE_GREY", "Grayscales")
#define STR_DRAWMODE_BLACKWHITE                 NC_("STR_DRAWMODE_BLACKWHITE", "Black & White")
#define STR_DRAWMODE_WATERMARK                  NC_("STR_DRAWMODE_WATERMARK", "Watermark")
#define STR_ROTATION                            NC_("STR_ROTATION", "Rotation")
#define STR_GRID_NONE                           NC_("STR_GRID_NONE", "No grid")
#define STR_GRID_LINES_ONLY                     NC_("STR_GRID_LINES_ONLY", "Grid (lines only)")
#define STR_GRID_LINES_CHARS                    NC_("STR_GRID_LINES_CHARS", "Grid (lines and characters)")
#define STR_FOLLOW_TEXT_FLOW                    NC_("STR_FOLLOW_TEXT_FLOW", "Follow text flow")
#define STR_DONT_FOLLOW_TEXT_FLOW               NC_("STR_DONT_FOLLOW_TEXT_FLOW", "Do not follow text flow")
#define STR_CONNECT_BORDER_ON                   NC_("STR_CONNECT_BORDER_ON", "Merge borders")
#define STR_CONNECT_BORDER_OFF                  NC_("STR_CONNECT_BORDER_OFF", "Do not merge borders")

#define ST_TBL                                  NC_("ST_TBL", "Table")
#define ST_FRM                                  NC_("ST_FRM", "Text Frame")
#define ST_PGE                                  NC_("ST_PGE", "Page")
#define ST_DRW                                  NC_("ST_DRW", "Drawing")
#define ST_CTRL                                 NC_("ST_CTRL", "Control")
#define ST_REG                                  NC_("ST_REG", "Section")
#define ST_BKM                                  NC_("ST_BKM", "Bookmark")
#define ST_GRF                                  NC_("ST_GRF", "Graphics")
#define ST_OLE                                  NC_("ST_OLE", "OLE object")
#define ST_OUTL                                 NC_("ST_OUTL", "Headings")
#define ST_SEL                                  NC_("ST_SEL", "Selection")
#define ST_FTN                                  NC_("ST_FTN", "Footnote")
#define ST_MARK                                 NC_("ST_MARK", "Reminder")
#define ST_POSTIT                               NC_("ST_POSTIT", "Comment")
#define ST_SRCH_REP                             NC_("ST_SRCH_REP", "Repeat search")
#define ST_INDEX_ENTRY                          NC_("ST_INDEX_ENTRY", "Index entry")
#define ST_TABLE_FORMULA                        NC_("ST_TABLE_FORMULA", "Table formula")
#define ST_TABLE_FORMULA_ERROR                  NC_("ST_TABLE_FORMULA_ERROR", "Wrong table formula")
// Strings for the quickhelp of the View-PgUp/Down-Buttons
#define STR_IMGBTN_TBL_DOWN                     NC_("STR_IMGBTN_TBL_DOWN", "Next table")
#define STR_IMGBTN_FRM_DOWN                     NC_("STR_IMGBTN_FRM_DOWN", "Next text frame")
#define STR_IMGBTN_PGE_DOWN                     NC_("STR_IMGBTN_PGE_DOWN", "Next page")
#define STR_IMGBTN_DRW_DOWN                     NC_("STR_IMGBTN_DRW_DOWN", "Next drawing")
#define STR_IMGBTN_CTRL_DOWN                    NC_("STR_IMGBTN_CTRL_DOWN", "Next control")
#define STR_IMGBTN_REG_DOWN                     NC_("STR_IMGBTN_REG_DOWN", "Next section")
#define STR_IMGBTN_BKM_DOWN                     NC_("STR_IMGBTN_BKM_DOWN", "Next bookmark")
#define STR_IMGBTN_GRF_DOWN                     NC_("STR_IMGBTN_GRF_DOWN", "Next graphic")
#define STR_IMGBTN_OLE_DOWN                     NC_("STR_IMGBTN_OLE_DOWN", "Next OLE object")
#define STR_IMGBTN_OUTL_DOWN                    NC_("STR_IMGBTN_OUTL_DOWN", "Next heading")
#define STR_IMGBTN_SEL_DOWN                     NC_("STR_IMGBTN_SEL_DOWN", "Next selection")
#define STR_IMGBTN_FTN_DOWN                     NC_("STR_IMGBTN_FTN_DOWN", "Next footnote")
#define STR_IMGBTN_MARK_DOWN                    NC_("STR_IMGBTN_MARK_DOWN", "Next Reminder")
#define STR_IMGBTN_POSTIT_DOWN                  NC_("STR_IMGBTN_POSTIT_DOWN", "Next Comment")
#define STR_IMGBTN_SRCH_REP_DOWN                NC_("STR_IMGBTN_SRCH_REP_DOWN", "Continue search forward")
#define STR_IMGBTN_INDEX_ENTRY_DOWN             NC_("STR_IMGBTN_INDEX_ENTRY_DOWN", "Next index entry")
#define STR_IMGBTN_TBL_UP                       NC_("STR_IMGBTN_TBL_UP", "Previous table")
#define STR_IMGBTN_FRM_UP                       NC_("STR_IMGBTN_FRM_UP", "Previous text frame")
#define STR_IMGBTN_PGE_UP                       NC_("STR_IMGBTN_PGE_UP", "Previous page")
#define STR_IMGBTN_DRW_UP                       NC_("STR_IMGBTN_DRW_UP", "Previous drawing")
#define STR_IMGBTN_CTRL_UP                      NC_("STR_IMGBTN_CTRL_UP", "Previous control")
#define STR_IMGBTN_REG_UP                       NC_("STR_IMGBTN_REG_UP", "Previous section")
#define STR_IMGBTN_BKM_UP                       NC_("STR_IMGBTN_BKM_UP", "Previous bookmark")
#define STR_IMGBTN_GRF_UP                       NC_("STR_IMGBTN_GRF_UP", "Previous graphic")
#define STR_IMGBTN_OLE_UP                       NC_("STR_IMGBTN_OLE_UP", "Previous OLE object")
#define STR_IMGBTN_OUTL_UP                      NC_("STR_IMGBTN_OUTL_UP", "Previous heading")
#define STR_IMGBTN_SEL_UP                       NC_("STR_IMGBTN_SEL_UP", "Previous selection")
#define STR_IMGBTN_FTN_UP                       NC_("STR_IMGBTN_FTN_UP", "Previous footnote")
#define STR_IMGBTN_MARK_UP                      NC_("STR_IMGBTN_MARK_UP", "Previous Reminder")
#define STR_IMGBTN_POSTIT_UP                    NC_("STR_IMGBTN_POSTIT_UP", "Previous Comment")
#define STR_IMGBTN_SRCH_REP_UP                  NC_("STR_IMGBTN_SRCH_REP_UP", "Continue search backwards")
#define STR_IMGBTN_INDEX_ENTRY_UP               NC_("STR_IMGBTN_INDEX_ENTRY_UP", "Previous index entry")
#define STR_IMGBTN_TBLFML_UP                    NC_("STR_IMGBTN_TBLFML_UP", "Previous table formula")
#define STR_IMGBTN_TBLFML_DOWN                  NC_("STR_IMGBTN_TBLFML_DOWN", "Next table formula")
#define STR_IMGBTN_TBLFML_ERR_UP                NC_("STR_IMGBTN_TBLFML_ERR_UP", "Previous faulty table formula")
#define STR_IMGBTN_TBLFML_ERR_DOWN              NC_("STR_IMGBTN_TBLFML_ERR_DOWN", "Next faulty table formula")

#define STR_REDLINE_INSERT                      NC_("STR_REDLINE_INSERT", "Inserted")
#define STR_REDLINE_DELETE                      NC_("STR_REDLINE_DELETE", "Deleted")
#define STR_REDLINE_FORMAT                      NC_("STR_REDLINE_FORMAT", "Formatted")
#define STR_REDLINE_TABLE                       NC_("STR_REDLINE_TABLE", "Table changed")
#define STR_REDLINE_FMTCOLL                     NC_("STR_REDLINE_FMTCOLL", "Applied Paragraph Styles")
#define STR_REDLINE_PARAGRAPH_FORMAT            NC_("STR_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed")
#define STR_REDLINE_TABLE_ROW_INSERT            NC_("STR_REDLINE_TABLE_ROW_INSERT", "Row Inserted")
#define STR_REDLINE_TABLE_ROW_DELETE            NC_("STR_REDLINE_TABLE_ROW_DELETE", "Row Deleted")
#define STR_REDLINE_TABLE_CELL_INSERT           NC_("STR_REDLINE_TABLE_CELL_INSERT", "Cell Inserted")
#define STR_REDLINE_TABLE_CELL_DELETE           NC_("STR_REDLINE_TABLE_CELL_DELETE", "Cell Deleted")
#define STR_ENDNOTE                             NC_("STR_ENDNOTE", "Endnote: ")
#define STR_FTNNOTE                             NC_("STR_FTNNOTE", "Footnote: ")
#define STR_TABLE_COL_ADJUST                    NC_("STR_TABLE_COL_ADJUST", "Adjust table column")
#define STR_TABLE_ROW_ADJUST                    NC_("STR_TABLE_ROW_ADJUST", "Adjust table row")
#define STR_TABLE_SELECT_ALL                    NC_("STR_TABLE_SELECT_ALL", "Select whole table")
#define STR_TABLE_SELECT_ROW                    NC_("STR_TABLE_SELECT_ROW", "Select table row")
#define STR_TABLE_SELECT_COL                    NC_("STR_TABLE_SELECT_COL", "Select table column")
#define STR_SMARTTAG_CLICK                      NC_("STR_SMARTTAG_CLICK", "%s-click to open Smart Tag menu")
#define STR_HEADER_TITLE                        NC_("STR_HEADER_TITLE", "Header (%1)")
#define STR_FIRST_HEADER_TITLE                  NC_("STR_FIRST_HEADER_TITLE", "First Page Header (%1)")
#define STR_LEFT_HEADER_TITLE                   NC_("STR_LEFT_HEADER_TITLE", "Left Page Header (%1)")
#define STR_RIGHT_HEADER_TITLE                  NC_("STR_RIGHT_HEADER_TITLE", "Right Page Header (%1)")
#define STR_FOOTER_TITLE                        NC_("STR_FOOTER_TITLE", "Footer (%1)")
#define STR_FIRST_FOOTER_TITLE                  NC_("STR_FIRST_FOOTER_TITLE", "First Page Footer (%1)")
#define STR_LEFT_FOOTER_TITLE                   NC_("STR_LEFT_FOOTER_TITLE", "Left Page Footer (%1)")
#define STR_RIGHT_FOOTER_TITLE                  NC_("STR_RIGHT_FOOTER_TITLE", "Right Page Footer (%1)")
#define STR_DELETE_HEADER                       NC_("STR_DELETE_HEADER", "Delete Header...")
#define STR_FORMAT_HEADER                       NC_("STR_FORMAT_HEADER", "Format Header...")
#define STR_DELETE_FOOTER                       NC_("STR_DELETE_FOOTER", "Delete Footer...")
#define STR_FORMAT_FOOTER                       NC_("STR_FORMAT_FOOTER", "Format Footer...")

#define STR_GRFILTER_OPENERROR                  NC_("STR_GRFILTER_OPENERROR", "Image file cannot be opened")
#define STR_GRFILTER_IOERROR                    NC_("STR_GRFILTER_IOERROR", "Image file cannot be read")
#define STR_GRFILTER_FORMATERROR                NC_("STR_GRFILTER_FORMATERROR", "Unknown image format")
#define STR_GRFILTER_VERSIONERROR               NC_("STR_GRFILTER_VERSIONERROR", "This image file version is not supported")
#define STR_GRFILTER_FILTERERROR                NC_("STR_GRFILTER_FILTERERROR", "Image filter not found")
#define STR_GRFILTER_TOOBIG                     NC_("STR_GRFILTER_TOOBIG", "Not enough memory to insert the image.")
#define STR_INSERT_GRAPHIC                      NC_("STR_INSERT_GRAPHIC", "Insert Image")
#define STR_REDLINE_COMMENT                     NC_("STR_REDLINE_COMMENT", "Comment: ")
#define STR_REDLINE_INSERTED                    NC_("STR_REDLINE_INSERTED", "Insertion")
#define STR_REDLINE_DELETED                     NC_("STR_REDLINE_DELETED", "Deletion")
#define STR_REDLINE_AUTOFMT                     NC_("STR_REDLINE_AUTOFMT", "AutoCorrect")
#define STR_REDLINE_FORMATED                    NC_("STR_REDLINE_FORMATED", "Formats")
#define STR_REDLINE_TABLECHG                    NC_("STR_REDLINE_TABLECHG", "Table Changes")
#define STR_REDLINE_FMTCOLLSET                  NC_("STR_REDLINE_FMTCOLLSET", "Applied Paragraph Styles")
#define STR_REDLINE_TITLE                       NC_("STR_REDLINE_TITLE", "AutoCorrect")
#define STR_REDLINE_MSG                         NC_("STR_REDLINE_MSG", "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes.")
#define STR_REDLINE_ACCEPT_ALL                  NC_("STR_REDLINE_ACCEPT_ALL", "Accept All")
#define STR_REDLINE_REJECT_ALL                  NC_("STR_REDLINE_REJECT_ALL", "Reject All")
#define STR_REDLINE_EDIT                        NC_("STR_REDLINE_EDIT", "Edit Changes")
#define STR_PAGE                                NC_("STR_PAGE", "Page ")
#define STR_PAGE_COUNT                          NC_("STR_PAGE_COUNT", "Page %1 of %2")
#define STR_PAGE_COUNT_CUSTOM                   NC_("STR_PAGE_COUNT_CUSTOM", "Page %1 of %2 (Page %3)")
//Strings for gallery/background
#define STR_SWBG_PARAGRAPH                      NC_("STR_SWBG_PARAGRAPH", "Paragraph")
#define STR_SWBG_GRAPHIC                        NC_("STR_SWBG_GRAPHIC", "Image")
#define STR_SWBG_OLE                            NC_("STR_SWBG_OLE", "OLE object")
#define STR_SWBG_FRAME                          NC_("STR_SWBG_FRAME", "Frame")
#define STR_SWBG_TABLE                          NC_("STR_SWBG_TABLE", "Table")
#define STR_SWBG_TABLE_ROW                      NC_("STR_SWBG_TABLE_ROW", "Table row")
#define STR_SWBG_TABLE_CELL                     NC_("STR_SWBG_TABLE_CELL", "Table cell")
#define STR_SWBG_PAGE                           NC_("STR_SWBG_PAGE", "Page")
#define STR_SWBG_HEADER                         NC_("STR_SWBG_HEADER", "Header")
#define STR_SWBG_FOOTER                         NC_("STR_SWBG_FOOTER", "Footer")
//End: strings for gallery/background

#define STR_HUMAN_SWWEBDOC_NAME                 NC_("STR_HUMAN_SWWEBDOC_NAME", "HTML")
#define STR_WRITER_WEBDOC_FULLTYPE              NC_("STR_WRITER_WEBDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION HTML Document")

#define STR_TITLE                               NC_("STR_TITLE", "Title")
#define STR_ALPHA                               NC_("STR_ALPHA", "Separator")
#define STR_LEVEL                               NC_("STR_LEVEL", "Level ")
#define STR_FILE_NOT_FOUND                      NC_("STR_FILE_NOT_FOUND", "The file, \"%1\" in the \"%2\" path could not be found.")
#define STR_USER_DEFINED_INDEX                  NC_("STR_USER_DEFINED_INDEX", "User-Defined Index")
#define STR_NOSORTKEY                           NC_("STR_NOSORTKEY", "<None>")
#define STR_NO_CHAR_STYLE                       NC_("STR_NO_CHAR_STYLE", "<None>")
#define STR_DELIM                               NC_("STR_DELIM", "S")
#define STR_TOKEN_ENTRY_NO                      NC_("STR_TOKEN_ENTRY_NO", "E#")
#define STR_TOKEN_ENTRY                         NC_("STR_TOKEN_ENTRY", "E")
#define STR_TOKEN_TAB_STOP                      NC_("STR_TOKEN_TAB_STOP", "T")
#define STR_TOKEN_PAGE_NUMS                     NC_("STR_TOKEN_PAGE_NUMS", "#")
#define STR_TOKEN_CHAPTER_INFO                  NC_("STR_TOKEN_CHAPTER_INFO", "CI")
#define STR_TOKEN_LINK_START                    NC_("STR_TOKEN_LINK_START", "LS")
#define STR_TOKEN_LINK_END                      NC_("STR_TOKEN_LINK_END", "LE")
#define STR_TOKEN_AUTHORITY                     NC_("STR_TOKEN_AUTHORITY", "A")
#define STR_TOKEN_HELP_ENTRY_NO                 NC_("STR_TOKEN_HELP_ENTRY_NO", "Chapter number")
#define STR_TOKEN_HELP_ENTRY                    NC_("STR_TOKEN_HELP_ENTRY", "Entry")
#define STR_TOKEN_HELP_TAB_STOP                 NC_("STR_TOKEN_HELP_TAB_STOP", "Tab stop")
#define STR_TOKEN_HELP_TEXT                     NC_("STR_TOKEN_HELP_TEXT", "Text")
#define STR_TOKEN_HELP_PAGE_NUMS                NC_("STR_TOKEN_HELP_PAGE_NUMS", "Page number")
#define STR_TOKEN_HELP_CHAPTER_INFO             NC_("STR_TOKEN_HELP_CHAPTER_INFO", "Chapter info")
#define STR_TOKEN_HELP_LINK_START               NC_("STR_TOKEN_HELP_LINK_START", "Hyperlink start")
#define STR_TOKEN_HELP_LINK_END                 NC_("STR_TOKEN_HELP_LINK_END", "Hyperlink end")
#define STR_TOKEN_HELP_AUTHORITY                NC_("STR_TOKEN_HELP_AUTHORITY", "Bibliography entry: ")
#define STR_CHARSTYLE                           NC_("STR_CHARSTYLE", "Character Style: ")
#define STR_STRUCTURE                           NC_("STR_STRUCTURE", "Structure text")
#define STR_ADDITIONAL_ACCNAME_STRING1          NC_("STR_ADDITIONAL_ACCNAME_STRING1", "Press Ctrl+Alt+A to move focus for more operations")
#define STR_ADDITIONAL_ACCNAME_STRING2          NC_("STR_ADDITIONAL_ACCNAME_STRING2", "Press left or right arrow to choose the structure controls")
#define STR_ADDITIONAL_ACCNAME_STRING3          NC_("STR_ADDITIONAL_ACCNAME_STRING3", "Press Ctrl+Alt+B to move focus back to the current structure control")
#define STR_AUTOMARK_TYPE                       NC_("STR_AUTOMARK_TYPE", "Selection file for the alphabetical index (*.sdi)")

/*-----------------------------------------------------------------------
    Description: character alignment for frmsh.cxx - context menu
 -----------------------------------------------------------------------*/
#define STR_FRMUI_TOP_BASE                      NC_("STR_FRMUI_TOP_BASE", "Base line at ~top")
#define STR_FRMUI_BOTTOM_BASE                   NC_("STR_FRMUI_BOTTOM_BASE", "~Base line at bottom")
#define STR_FRMUI_CENTER_BASE                   NC_("STR_FRMUI_CENTER_BASE", "Base line ~centered")
#define STR_FRMUI_LINE_TOP                      NC_("STR_FRMUI_LINE_TOP", "Top of line")
#define STR_FRMUI_LINE_BOTTOM                   NC_("STR_FRMUI_LINE_BOTTOM", "Bottom of line")
#define STR_FRMUI_LINE_CENTER                   NC_("STR_FRMUI_LINE_CENTER", "Center of line")
#define STR_FRMUI_OLE_INSERT                    NC_("STR_FRMUI_OLE_INSERT", "Insert object")
#define STR_FRMUI_OLE_EDIT                      NC_("STR_FRMUI_OLE_EDIT", "Edit object")
#define STR_FRMUI_COLL_HEADER                   NC_("STR_FRMUI_COLL_HEADER", " (Template: ")
#define STR_FRMUI_BORDER                        NC_("STR_FRMUI_BORDER", "Borders")
#define STR_FRMUI_PATTERN                       NC_("STR_FRMUI_PATTERN", "Background")

#define STR_TEXTCOLL_HEADER                     NC_("STR_TEXTCOLL_HEADER", "(Paragraph Style: ")
#define STR_ILLEGAL_PAGENUM                     NC_("STR_ILLEGAL_PAGENUM", "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages.")

#define STR_HUMAN_SWGLOBDOC_NAME                NC_("STR_HUMAN_SWGLOBDOC_NAME", "Master Document")
#define STR_WRITER_GLOBALDOC_FULLTYPE           NC_("STR_WRITER_GLOBALDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Master Document")

#define STR_QUERY_CONNECT                       NC_("STR_QUERY_CONNECT", "A file connection will delete the contents of the current section. Connect anyway?")
#define STR_WRONG_PASSWORD                      NC_("STR_WRONG_PASSWORD", "The password entered is invalid.")
#define STR_WRONG_PASSWD_REPEAT                 NC_("STR_WRONG_PASSWD_REPEAT", "The password has not been set.")

#define STR_HYP_OK                              NC_("STR_HYP_OK", "Hyphenation completed")
#define STR_LANGSTATUS_NONE                     NC_("STR_LANGSTATUS_NONE", "None (Do not check spelling)")
#define STR_RESET_TO_DEFAULT_LANGUAGE           NC_("STR_RESET_TO_DEFAULT_LANGUAGE", "Reset to Default Language")
#define STR_LANGSTATUS_MORE                     NC_("STR_LANGSTATUS_MORE", "More...")
#define STR_IGNORE_SELECTION                    NC_("STR_IGNORE_SELECTION", "~Ignore")
#define STR_EXPLANATION_LINK                    NC_("STR_EXPLANATION_LINK", "Explanations...")

#define STR_QUERY_SPECIAL_FORCED                NC_("STR_QUERY_SPECIAL_FORCED", "Check special regions is deactivated. Check anyway?")
#define STR_NO_MERGE_ENTRY                      NC_("STR_NO_MERGE_ENTRY", "Could not merge documents.")
#define STR_ERR_SRCSTREAM                       NC_("STR_ERR_SRCSTREAM", "The source cannot be loaded.")
#define STR_ERR_NO_FAX                          NC_("STR_ERR_NO_FAX", "No fax printer has been set under Tools/Options/%1/Print.")
#define STR_WEBOPTIONS                          NC_("STR_WEBOPTIONS", "HTML document")
#define STR_TEXTOPTIONS                         NC_("STR_TEXTOPTIONS", "Text document")
#define STR_SCAN_NOSOURCE                       NC_("STR_SCAN_NOSOURCE", "Source not specified.")
#define STR_NUM_LEVEL                           NC_("STR_NUM_LEVEL", "Level ")
#define STR_NUM_OUTLINE                         NC_("STR_NUM_OUTLINE", "Outline ")
#define STR_EDIT_FOOTNOTE                       NC_("STR_EDIT_FOOTNOTE", "Edit Footnote/Endnote")
#define STR_NB_REPLACED                         NC_("STR_NB_REPLACED", "Search key replaced XX times.")
#define STR_SRCVIEW_ROW                         NC_("STR_SRCVIEW_ROW", "Row ")
#define STR_SRCVIEW_COL                         NC_("STR_SRCVIEW_COL", "Column ")
#define STR_SAVEAS_SRC                          NC_("STR_SAVEAS_SRC", "~Export source...")
#define STR_SAVEACOPY_SRC                       NC_("STR_SAVEACOPY_SRC", "~Export copy of source...")

#define ST_CONTINUE                             NC_("ST_CONTINUE", "~Continue")
#define ST_TASK                                 NC_("ST_TASK", "Task")
#define ST_STATUS                               NC_("ST_STATUS", "Status")
#define ST_SENDINGTO                            NC_("ST_SENDINGTO", "Sending to: %1")
#define ST_COMPLETED                            NC_("ST_COMPLETED", "Successfully sent")
#define ST_FAILED                               NC_("ST_FAILED", "Sending failed")

#define STR_SENDER_TOKENS                       NC_("STR_SENDER_TOKENS", "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;")

#define STR_TBL_FORMULA                         NC_("STR_TBL_FORMULA", "Text formula")

#define STR_MENU_ZOOM                           NC_("STR_MENU_ZOOM", "~Zoom")
#define STR_MENU_UP                             NC_("STR_MENU_UP", "~Upwards")
#define STR_MENU_DOWN                           NC_("STR_MENU_DOWN", "Do~wnwards")

/*--------------------------------------------------------------------
    Description: Classification strings
 --------------------------------------------------------------------*/

#define STR_CLASSIFICATION_LEVEL_CHANGED        NC_("STR_CLASSIFICATION_LEVEL_CHANGED", "Document classification has changed because a paragraph classification level is higher")

/*--------------------------------------------------------------------
    Description: Paragraph Signature
 --------------------------------------------------------------------*/
#define STR_VALID                               NC_("STR_VALID", " Valid ")
#define STR_INVALID                             NC_("STR_INVALID", "Invalid")
#define STR_INVALID_SIGNATURE                   NC_("STR_INVALID_SIGNATURE", "Invalid Signature")
#define STR_SIGNED_BY                           NC_("STR_SIGNED_BY", "Signed-by")
#define STR_PARAGRAPH_SIGNATURE                 NC_("STR_PARAGRAPH_SIGNATURE", "Paragraph Signature")

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */