forked from nvaccess/nvda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsoAutoShapeTypes.py
754 lines (749 loc) · 50.6 KB
/
msoAutoShapeTypes.py
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
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2017 NV Access Limited
#This file is covered by the GNU General Public License.
import controlTypes
msoShape10pointStar=149
msoShape12pointStar=150
msoShape16pointStar=94
msoShape24pointStar=95
msoShape32pointStar=96
msoShape4pointStar=91
msoShape5pointStar=92
msoShape6pointStar=147
msoShape7pointStar=148
msoShape8pointStar=93
msoShapeActionButtonBackorPrevious=129
msoShapeActionButtonBeginning=131
msoShapeActionButtonCustom=125
msoShapeActionButtonDocument=134
msoShapeActionButtonEnd=132
msoShapeActionButtonForwardorNext=130
msoShapeActionButtonHelp=127
msoShapeActionButtonHome=126
msoShapeActionButtonInformation=128
msoShapeActionButtonMovie=136
msoShapeActionButtonReturn=133
msoShapeActionButtonSound=135
msoShapeArc=25
msoShapeBalloon=137
msoShapeBentArrow=41
msoShapeBentUpArrow=44
msoShapeBevel=15
msoShapeBlockArc=20
msoShapeCan=13
msoShapeChartPlus=182
msoShapeChartStar=181
msoShapeChartX=180
msoShapeChevron=52
msoShapeChord=161
msoShapeCircularArrow=60
msoShapeCloud=179
msoShapeCloudCallout=108
msoShapeCorner=162
msoShapeCornerTabs=169
msoShapeCross=11
msoShapeCube=14
msoShapeCurvedDownArrow=48
msoShapeCurvedDownRibbon=100
msoShapeCurvedLeftArrow=46
msoShapeCurvedRightArrow=45
msoShapeCurvedUpArrow=47
msoShapeCurvedUpRibbon=99
msoShapeDecagon=144
msoShapeDiagonalStripe=141
msoShapeDiamond=4
msoShapeDodecagon=146
msoShapeDonut=18
msoShapeDoubleBrace=27
msoShapeDoubleBracket=26
msoShapeDoubleWave=104
msoShapeDownArrow=36
msoShapeDownArrowCallout=56
msoShapeDownRibbon=98
msoShapeExplosion1=89
msoShapeExplosion2=90
msoShapeFlowchartAlternateProcess=62
msoShapeFlowchartCard=75
msoShapeFlowchartCollate=79
msoShapeFlowchartConnector=73
msoShapeFlowchartData=64
msoShapeFlowchartDecision=63
msoShapeFlowchartDelay=84
msoShapeFlowchartDirectAccessStorage=87
msoShapeFlowchartDisplay=88
msoShapeFlowchartDocument=67
msoShapeFlowchartExtract=81
msoShapeFlowchartInternalStorage=66
msoShapeFlowchartMagneticDisk=86
msoShapeFlowchartManualInput=71
msoShapeFlowchartManualOperation=72
msoShapeFlowchartMerge=82
msoShapeFlowchartMultidocument=68
msoShapeFlowchartOfflineStorage=139
msoShapeFlowchartOffpageConnector=74
msoShapeFlowchartOr=78
msoShapeFlowchartPredefinedProcess=65
msoShapeFlowchartPreparation=70
msoShapeFlowchartProcess=61
msoShapeFlowchartPunchedTape=76
msoShapeFlowchartSequentialAccessStorage=85
msoShapeFlowchartSort=80
msoShapeFlowchartStoredData=83
msoShapeFlowchartSummingJunction=77
msoShapeFlowchartTerminator=69
msoShapeFoldedCorner=16
msoShapeFrame=158
msoShapeFunnel=174
msoShapeGear6=172
msoShapeGear9=173
msoShapeHalfFrame=159
msoShapeHeart=21
msoShapeHeptagon=145
msoShapeHexagon=10
msoShapeHorizontalScroll=102
msoShapeIsoscelesTriangle=7
msoShapeLeftArrow=34
msoShapeLeftArrowCallout=54
msoShapeLeftBrace=31
msoShapeLeftBracket=29
msoShapeLeftCircularArrow=176
msoShapeLeftRightArrow=37
msoShapeLeftRightArrowCallout=57
msoShapeLeftRightCircularArrow=177
msoShapeLeftRightRibbon=140
msoShapeLeftRightUpArrow=40
msoShapeLeftUpArrow=43
msoShapeLightningBolt=22
msoShapeLineCallout1=109
msoShapeLineCallout1AccentBar=113
msoShapeLineCallout1BorderandAccentBar=121
msoShapeLineCallout1NoBorder=117
msoShapeLineCallout2=110
msoShapeLineCallout2AccentBar=114
msoShapeLineCallout2BorderandAccentBar=122
msoShapeLineCallout2NoBorder=118
msoShapeLineCallout3=111
msoShapeLineCallout3AccentBar=115
msoShapeLineCallout3BorderandAccentBar=123
msoShapeLineCallout3NoBorder=119
msoShapeLineCallout4=112
msoShapeLineCallout4AccentBar=116
msoShapeLineCallout4BorderandAccentBar=124
msoShapeLineCallout4NoBorder=120
msoShapeLineInverse=183
msoShapeMathDivide=166
msoShapeMathEqual=167
msoShapeMathMinus=164
msoShapeMathMultiply=165
msoShapeMathNotEqual=168
msoShapeMathPlus=163
msoShapeMixed=-2
msoShapeMoon=24
msoShapeNonIsoscelesTrapezoid=143
msoShapeNoSymbol=19
msoShapeNotchedRightArrow=50
msoShapeNotPrimitive=138
msoShapeOctagon=6
msoShapeOval=9
msoShapeOvalCallout=107
msoShapeParallelogram=2
msoShapePentagon=51
msoShapePie=142
msoShapePieWedge=175
msoShapePlaque=28
msoShapePlaqueTabs=171
msoShapeQuadArrow=39
msoShapeQuadArrowCallout=59
msoShapeRectangle=1
msoShapeRectangularCallout=105
msoShapeRegularPentagon=12
msoShapeRightArrow=33
msoShapeRightArrowCallout=53
msoShapeRightBrace=32
msoShapeRightBracket=30
msoShapeRightTriangle=8
msoShapeRound1Rectangle=151
msoShapeRound2DiagRectangle=157
msoShapeRound2SameRectangle=152
msoShapeRoundedRectangle=5
msoShapeRoundedRectangularCallout=106
msoShapeSmileyFace=17
msoShapeSnip1Rectangle=155
msoShapeSnip2DiagRectangle=157
msoShapeSnip2SameRectangle=156
msoShapeSnipRoundRectangle=154
msoShapeSquareTabs=170
msoShapeStripedRightArrow=49
msoShapeSun=23
msoShapeSwooshArrow=178
msoShapeTear=160
msoShapeTrapezoid=3
msoShapeUpArrow=35
msoShapeUpArrowCallout=55
msoShapeUpDownArrow=38
msoShapeUpDownArrowCallout=58
msoShapeUpRibbon=97
msoShapeUTurnArrow=42
msoShapeVerticalScroll=101
msoShapeWave=103
msoAutoShapeTypeToRoleText={
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape10pointStar:pgettext("shape","10-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape12pointStar:pgettext("shape","12-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape16pointStar:pgettext("shape","16-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape24pointStar:pgettext("shape","24-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape32pointStar:pgettext("shape","32-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape4pointStar:pgettext("shape","4-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape5pointStar:pgettext("shape","5-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape6pointStar:pgettext("shape","6-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape7pointStar:pgettext("shape","7-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShape8pointStar:pgettext("shape","8-point star"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeArc:pgettext("shape","Arc"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeBalloon:pgettext("shape","Balloon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeBentArrow:pgettext("shape","Bent arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeBentUpArrow:pgettext("shape","Bent Up Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeBevel:pgettext("shape","Bevel"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeBlockArc:pgettext("shape","Block arc"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCan:pgettext("shape","Can"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeChartPlus:pgettext("shape","Chart Plus symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeChartStar:pgettext("shape","Chart Star Symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeChartX:pgettext("shape","Chart X Symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeChevron:pgettext("shape","Chevron"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeChord:pgettext("shape","Circle with line through center"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCircularArrow:pgettext("shape","Circular Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCloud:pgettext("shape","Cloud shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCloudCallout:pgettext("shape","Cloud callout"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCorner:pgettext("shape","Corner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCornerTabs:pgettext("shape","four snipped corners"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCross:pgettext("shape","Cross"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCube:pgettext("shape","Cube"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedDownArrow:pgettext("shape","Curved Down Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedDownRibbon:pgettext("shape","Ribbon banner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedLeftArrow:pgettext("shape","Curved Left Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedRightArrow:pgettext("shape","Curved Right Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedUpArrow:pgettext("shape","Curved Up Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeCurvedUpRibbon:pgettext("shape","Curved Up Ribbon banner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDecagon:pgettext("shape","Decagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDiagonalStripe:pgettext("shape","Diagonal stripe"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDiamond:pgettext("shape","Diamond"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDodecagon:pgettext("shape","Dodecagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDonut:pgettext("shape","Donut"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDoubleBrace:pgettext("shape","Double brace"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDoubleBracket:pgettext("shape","Double bracket"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDoubleWave:pgettext("shape","Double wave"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDownArrow:pgettext("shape","Down Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDownArrowCallout:pgettext("shape","Callout with Down Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeDownRibbon:pgettext("shape","Ribbon banner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeExplosion1:pgettext("shape","Explosion"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeExplosion2:pgettext("shape","Explosion"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartAlternateProcess:pgettext("shape","Alternate process flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartCard:pgettext("shape","Card flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartCollate:pgettext("shape","Collate flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartConnector:pgettext("shape","Connector flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartData:pgettext("shape","Data flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartDecision:pgettext("shape","Decision flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartDelay:pgettext("shape","Delay flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartDirectAccessStorage:pgettext("shape","Direct access storage flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartDisplay:pgettext("shape","Display flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartDocument:pgettext("shape","Document flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartExtract:pgettext("shape","Extract flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartInternalStorage:pgettext("shape","Internal storage flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartMagneticDisk:pgettext("shape","Magnetic disk flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartManualInput:pgettext("shape","Manual input flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartManualOperation:pgettext("shape","Manual operation flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartMerge:pgettext("shape","Merge flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartMultidocument:pgettext("shape","Multi-document flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartOfflineStorage:pgettext("shape","Offline storage flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartOffpageConnector:pgettext("shape","Off-page connector flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartOr:pgettext("shape","'Or' flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartPredefinedProcess:pgettext("shape","Predefined process flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartPreparation:pgettext("shape","Preparation flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartProcess:pgettext("shape","Process flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartPunchedTape:pgettext("shape","Punched tape flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartSequentialAccessStorage:pgettext("shape","Sequential access storage flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartSort:pgettext("shape","Sort flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartStoredData:pgettext("shape","Stored data flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartSummingJunction:pgettext("shape","Summing junction flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFlowchartTerminator:pgettext("shape","Terminator flowchart symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFoldedCorner:pgettext("shape","Folded corner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFrame:pgettext("shape","Rectangular picture frame"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeFunnel:pgettext("shape","Funnel"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeGear6:pgettext("shape","Gear with six teeth"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeGear9:pgettext("shape","Gear with nine teeth"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeHalfFrame:pgettext("shape","Half of rectangular picture frame"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeHeart:pgettext("shape","Heart"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeHeptagon:pgettext("shape","Heptagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeHexagon:pgettext("shape","Hexagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeHorizontalScroll:pgettext("shape","Horizontal scroll"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeIsoscelesTriangle:pgettext("shape","Isosceles triangle"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftArrow:pgettext("shape","Left Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftArrowCallout:pgettext("shape","Callout with Left Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftBrace:pgettext("shape","Left brace"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftBracket:pgettext("shape","Left bracket"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftCircularArrow:pgettext("shape","Counter-clockwise Circular arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftRightArrow:pgettext("shape","Double-ended horizontal Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftRightArrowCallout:pgettext("shape","Callout with Double-ended horizontal Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftRightCircularArrow:pgettext("shape","Double-ended Circular arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftRightRibbon:pgettext("shape","Ribbon with left and right arrows"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftRightUpArrow:pgettext("shape","Left right and up Arrows"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLeftUpArrow:pgettext("shape","Left and up Arrows"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLightningBolt:pgettext("shape","Lightning bolt"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout1:pgettext("shape","Line Callout"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout1AccentBar:pgettext("shape","Callout with horizontal accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout1BorderandAccentBar:pgettext("shape","Callout with border and horizontal accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout1NoBorder:pgettext("shape","Callout with horizontal line"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout2:pgettext("shape","Callout with diagonal straight line"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout2AccentBar:pgettext("shape","Callout with diagonal callout line and accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout2BorderandAccentBar:pgettext("shape","Callout with border, diagonal straight line and accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout2NoBorder:pgettext("shape","Callout with no border and diagonal callout line"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout3:pgettext("shape","Callout with angled line"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout3AccentBar:pgettext("shape","Callout with angled callout line and accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout3BorderandAccentBar:pgettext("shape","Callout with border, angled callout line, and accent bar"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout3NoBorder:pgettext("shape","Callout with no border and angled callout line"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout4:pgettext("shape","Callout with callout line segments forming a U-shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout4AccentBar:pgettext("shape","Callout with accent bar and callout line segments forming a U-shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout4BorderandAccentBar:pgettext("shape","Callout with border, accent bar, and callout line segments forming a U-shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineCallout4NoBorder:pgettext("shape","Callout with no border and callout line segments forming a U-shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeLineInverse:pgettext("shape","Line inverse"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathDivide:pgettext("shape","Math Division symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathEqual:pgettext("shape","Math Equivalence symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathMinus:pgettext("shape","Math Subtraction symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathMultiply:pgettext("shape","Math Multiplication symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathNotEqual:pgettext("shape","Math Non-equivalence symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMathPlus:pgettext("shape","Math Addition symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeMoon:pgettext("shape","Moon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeNonIsoscelesTrapezoid:pgettext("shape","Trapezoid with asymmetrical non-parallel sides"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeNoSymbol:pgettext("shape","'No' symbol"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeNotchedRightArrow:pgettext("shape","Notched RightArrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeOctagon:pgettext("shape","Octagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeOval:pgettext("shape","Oval"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeOvalCallout:pgettext("shape","Oval-shaped callout"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeParallelogram:pgettext("shape","Parallelogram"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapePentagon:pgettext("shape","Pentagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapePie:pgettext("shape","Incomplete Pie with wedge missing"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapePieWedge:pgettext("shape","Quarter Pie Wedge"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapePlaque:pgettext("shape","Plaque"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapePlaqueTabs:pgettext("shape","Plaque Tabs"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeQuadArrow:pgettext("shape","Arrows pointing left right up and down"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeQuadArrowCallout:pgettext("shape","Callout with Arrows pointing left right up and down"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRectangle:pgettext("shape","Rectangle"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRectangularCallout:pgettext("shape","Rectangular callout"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRegularPentagon:pgettext("shape","Pentagon"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRightArrow:pgettext("shape","Right Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRightArrowCallout:pgettext("shape","Callout with Right Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRightBrace:pgettext("shape","Right brace"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRightBracket:pgettext("shape","Right bracket"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRightTriangle:pgettext("shape","Right triangle"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRound1Rectangle:pgettext("shape","Rectangle with one rounded corner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRound2DiagRectangle:pgettext("shape","Rectangle with two rounded corners diagonally-opposed"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRound2SameRectangle:pgettext("shape","Rectangle with two-rounded corners that share a side"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRoundedRectangle:pgettext("shape","Rounded rectangle"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeRoundedRectangularCallout:pgettext("shape","Rounded rectangle-shaped callout"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSmileyFace:pgettext("shape","Smiley face"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSnip1Rectangle:pgettext("shape","Rectangle with one snipped corner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSnip2DiagRectangle:pgettext("shape","Rectangle with two snipped corners diagonally-opposed"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSnip2SameRectangle:pgettext("shape","Rectangle with two snipped corners that share a side"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSnipRoundRectangle:pgettext("shape","Rectangle with one snipped corner and one rounded corner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSquareTabs:pgettext("shape","Four small squares that define a rectangular shape"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeStripedRightArrow:pgettext("shape","Right Arrow with Stripes"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSun:pgettext("shape","Sun"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeSwooshArrow:pgettext("shape","Curved arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeTear:pgettext("shape","Water droplet"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeTrapezoid:pgettext("shape","Trapezoid"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUpArrow:pgettext("shape","Up Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUpArrowCallout:pgettext("shape","Callout with UpArrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUpDownArrow:pgettext("shape","Double-ended Arrow pointing up and down"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUpDownArrowCallout:pgettext("shape","Callout with arrows that point up and down"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUpRibbon:pgettext("shape","Ribbon banner"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeUTurnArrow:pgettext("shape","U-shaped Arrow"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeVerticalScroll:pgettext("shape","Vertical scroll"),
# Translators: a shape name from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeWave:pgettext("shape","Wave"),
}
msoAutoShapeTypeToActionLabel={
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonBackorPrevious:pgettext("action","Back"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonBeginning:pgettext("action","Beginning"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonDocument:pgettext("action","Document"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonEnd:pgettext("action","End"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonForwardorNext:pgettext("action","Next"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonHelp:pgettext("action","Help"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonHome:pgettext("action","Home"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonInformation:pgettext("action","Information"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonMovie:pgettext("action","Movie"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonReturn:pgettext("shape","Return"),
# Translators: an action button label from Microsoft Office.
# See MSOAutoShapeType enumeration from https://msdn.microsoft.com/en-us/library/office/ff862770.aspx?f=255&MSPPError=-2147217396
msoShapeActionButtonSound:pgettext("action","Sound"),
}
msoAutoShapeTypeToRole={
msoShapeActionButtonBackorPrevious:controlTypes.ROLE_BUTTON,
msoShapeActionButtonBeginning:controlTypes.ROLE_BUTTON,
msoShapeActionButtonCustom:controlTypes.ROLE_BUTTON,
msoShapeActionButtonDocument:controlTypes.ROLE_BUTTON,
msoShapeActionButtonEnd:controlTypes.ROLE_BUTTON,
msoShapeActionButtonForwardorNext:controlTypes.ROLE_BUTTON,
msoShapeActionButtonHelp:controlTypes.ROLE_BUTTON,
msoShapeActionButtonHome:controlTypes.ROLE_BUTTON,
msoShapeActionButtonInformation:controlTypes.ROLE_BUTTON,
msoShapeActionButtonMovie:controlTypes.ROLE_BUTTON,
msoShapeActionButtonReturn:controlTypes.ROLE_BUTTON,
msoShapeActionButtonSound:controlTypes.ROLE_BUTTON,
}