View | Details | Raw Unified | Return to issue 17937
Collapse All | Expand All

(-)sw/source/ui/inc/swmn.hrc (+12 lines)
Lines 5207-5212 Link Here
5207
						{
5207
						{
5208
                            Identifier = FN_EDIT_FORMULA ;
5208
                            Identifier = FN_EDIT_FORMULA ;
5209
                            HelpID = FN_EDIT_FORMULA ;
5209
                            HelpID = FN_EDIT_FORMULA ;
5210
			    _MenuItemFlags = MIB_CHECKABLE;
5211
			    Checkable = TRUE; 
5210
                            Text = "~Rechenleiste" ;
5212
                            Text = "~Rechenleiste" ;
5211
                            Text [ english_us ] = "Fo~rmula Bar" ;
5213
                            Text [ english_us ] = "Fo~rmula Bar" ;
5212
							Text[ portuguese ] = "Fo~rmularbar";
5214
							Text[ portuguese ] = "Fo~rmularbar";
Lines 5390-5395 Link Here
5390
			{
5392
			{
5391
				Identifier = FN_VIEW_MARKS ;
5393
				Identifier = FN_VIEW_MARKS ;
5392
				HelpID = FN_VIEW_MARKS ;
5394
				HelpID = FN_VIEW_MARKS ;
5395
				_MenuItemFlags = MIB_CHECKABLE;
5396
				Checkable = TRUE;
5393
				Text = "Ma~rkierungen" ;
5397
				Text = "Ma~rkierungen" ;
5394
				Text [ English ] = "~Marks" ;
5398
				Text [ English ] = "~Marks" ;
5395
				Text [ norwegian ] = "~Merker" ;
5399
				Text [ norwegian ] = "~Merker" ;
Lines 5427-5432 Link Here
5427
			{
5431
			{
5428
				Identifier = FN_VIEW_FIELDNAME ;
5432
				Identifier = FN_VIEW_FIELDNAME ;
5429
				HelpID = FN_VIEW_FIELDNAME ;
5433
				HelpID = FN_VIEW_FIELDNAME ;
5434
				_MenuItemFlags = MIB_CHECKABLE;
5435
				Checkable = TRUE;
5430
				Text = "~Feldbefehle" ;
5436
				Text = "~Feldbefehle" ;
5431
				Text [ English ] = "~Fields" ;
5437
				Text [ English ] = "~Fields" ;
5432
				Text [ norwegian ] = "~Felter" ;
5438
				Text [ norwegian ] = "~Felter" ;
Lines 5464-5469 Link Here
5464
			{
5470
			{
5465
				Identifier = FN_VIEW_META_CHARS ;
5471
				Identifier = FN_VIEW_META_CHARS ;
5466
				HelpID = FN_VIEW_META_CHARS ;
5472
				HelpID = FN_VIEW_META_CHARS ;
5473
				_MenuItemFlags = MIB_CHECKABLE;
5474
				Checkable = TRUE;
5467
				Text = "Steuer~zeichen" ;
5475
				Text = "Steuer~zeichen" ;
5468
				Text [ English ] = "~Control codes" ;
5476
				Text [ English ] = "~Control codes" ;
5469
				Text [ norwegian ] = "~Kontroller koder" ;
5477
				Text [ norwegian ] = "~Kontroller koder" ;
Lines 5545-5550 Link Here
5545
			{
5553
			{
5546
				Identifier = FN_PRINT_LAYOUT ;
5554
				Identifier = FN_PRINT_LAYOUT ;
5547
				HelpID = FN_PRINT_LAYOUT ;
5555
				HelpID = FN_PRINT_LAYOUT ;
5556
			    	_MenuItemFlags = MIB_CHECKABLE;
5557
			    	Checkable = TRUE;
5548
				Text = "~Druck - Layout" ;
5558
				Text = "~Druck - Layout" ;
5549
				Text [ English ] = "~Print layout" ;
5559
				Text [ English ] = "~Print layout" ;
5550
				Text [ portuguese ] = "~Configuração da impressão" ;
5560
				Text [ portuguese ] = "~Configuração da impressão" ;
Lines 7574-7579 Link Here
7574
						{
7584
						{
7575
							Identifier = SID_AUTOSPELL_CHECK ;
7585
							Identifier = SID_AUTOSPELL_CHECK ;
7576
							HelpID = SID_AUTOSPELL_CHECK ;
7586
							HelpID = SID_AUTOSPELL_CHECK ;
7587
							_MenuItemFlags = MIB_CHECKABLE;
7588
							Checkable = TRUE;
7577
							/* ### ACHTUNG: Neuer Text in Resource? ~Automatisch prüfen : ~Automatisch pr³fen */
7589
							/* ### ACHTUNG: Neuer Text in Resource? ~Automatisch prüfen : ~Automatisch pr³fen */
7578
							Text = "~Automatisch prüfen" ;
7590
							Text = "~Automatisch prüfen" ;
7579
							Text [ English ] = "~Online spelling" ;
7591
							Text [ English ] = "~Online spelling" ;
(-)sd/source/ui/app/menuids.src (+14 lines)
Lines 3739-3744 Link Here
3739
    {\
3739
    {\
3740
        Identifier = SID_GRID_VISIBLE ; \
3740
        Identifier = SID_GRID_VISIBLE ; \
3741
        HelpID = SID_GRID_VISIBLE ; \
3741
        HelpID = SID_GRID_VISIBLE ; \
3742
	_MenuItemFlags = MIB_CHECKABLE; \
3743
	Checkable = TRUE; \
3742
        Text = "~Raster sichtbar" ; \
3744
        Text = "~Raster sichtbar" ; \
3743
        Text [ ENGLISH ] = "Grid visible" ; \
3745
        Text [ ENGLISH ] = "Grid visible" ; \
3744
        Text [ dutch ] = "Raster ~zichtbaar" ; \
3746
        Text [ dutch ] = "Raster ~zichtbaar" ; \
Lines 3774-3779 Link Here
3774
    {\
3776
    {\
3775
        Identifier = SID_GRID_USE ; \
3777
        Identifier = SID_GRID_USE ; \
3776
        HelpID = SID_GRID_USE; \
3778
        HelpID = SID_GRID_USE; \
3779
	_MenuItemFlags = MIB_CHECKABLE; \
3780
	Checkable = TRUE; \
3777
		Text = "~Am Raster fangen"; \
3781
		Text = "~Am Raster fangen"; \
3778
		Text [ ENGLISH ] =  "Snap to grid"; \
3782
		Text [ ENGLISH ] =  "Snap to grid"; \
3779
		Text[ english_us ] = "Snap to Grid"; \
3783
		Text[ english_us ] = "Snap to Grid"; \
Lines 3888-3893 Link Here
3888
    {\
3892
    {\
3889
        Identifier = SID_HELPLINES_VISIBLE ; \
3893
        Identifier = SID_HELPLINES_VISIBLE ; \
3890
        HelpID = SID_HELPLINES_VISIBLE ; \
3894
        HelpID = SID_HELPLINES_VISIBLE ; \
3895
	_MenuItemFlags = MIB_CHECKABLE; \
3896
	Checkable = TRUE; \
3891
        /* ### ACHTUNG: Neuer Text in Resource? ~Fanglinien sichtbar : ~Hilfslinien sichtbar */\
3897
        /* ### ACHTUNG: Neuer Text in Resource? ~Fanglinien sichtbar : ~Hilfslinien sichtbar */\
3892
        Text = "~Fanglinien sichtbar" ; \
3898
        Text = "~Fanglinien sichtbar" ; \
3893
        Text [ ENGLISH ] = "Helplines visible" ; \
3899
        Text [ ENGLISH ] = "Helplines visible" ; \
Lines 3924-3929 Link Here
3924
    {\
3930
    {\
3925
        Identifier = SID_HELPLINES_USE ; \
3931
        Identifier = SID_HELPLINES_USE ; \
3926
        HelpID = SID_HELPLINES_USE ; \
3932
        HelpID = SID_HELPLINES_USE ; \
3933
	_MenuItemFlags = MIB_CHECKABLE; \
3934
	Checkable = TRUE; \
3927
		Text = "~An Fanglinien fangen"; \
3935
		Text = "~An Fanglinien fangen"; \
3928
		Text [ english ] =  "Snap to Guides"; \
3936
		Text [ english ] =  "Snap to Guides"; \
3929
		Text[ english_us ] = "Snap to Snap Lines"; \
3937
		Text[ english_us ] = "Snap to Snap Lines"; \
Lines 4460-4465 Link Here
4460
    {\
4468
    {\
4461
		Identifier = SID_OBJECT_ROTATE ; \
4469
		Identifier = SID_OBJECT_ROTATE ; \
4462
		HelpID = SID_OBJECT_ROTATE ; \
4470
		HelpID = SID_OBJECT_ROTATE ; \
4471
		_MenuItemFlags = MIB_CHECKABLE; \
4472
		Checkable = TRUE; \
4463
        Text = "~Drehen" ; \
4473
        Text = "~Drehen" ; \
4464
        Text [ ENGLISH ] = "~Rotate" ; \
4474
        Text [ ENGLISH ] = "~Rotate" ; \
4465
		Text[ english_us ] = "~Rotate";\
4475
		Text[ english_us ] = "~Rotate";\
Lines 4635-4640 Link Here
4635
    {\
4645
    {\
4636
        Identifier = SID_BEZIER_EDIT ; \
4646
        Identifier = SID_BEZIER_EDIT ; \
4637
        HelpID = SID_BEZIER_EDIT ; \
4647
        HelpID = SID_BEZIER_EDIT ; \
4648
	_MenuItemFlags = MIB_CHECKABLE; \
4649
	Checkable = TRUE; \
4638
        Text = "Pu~nkte" ; \
4650
        Text = "Pu~nkte" ; \
4639
        Text [ ENGLISH ] = "Poi~nts" ; \
4651
        Text [ ENGLISH ] = "Poi~nts" ; \
4640
		Text[ english_us ] = "Poi~nts";\
4652
		Text[ english_us ] = "Poi~nts";\
Lines 4669-4674 Link Here
4669
    {\
4681
    {\
4670
		Identifier = SID_GLUE_EDITMODE ; \
4682
		Identifier = SID_GLUE_EDITMODE ; \
4671
		HelpID = SID_GLUE_EDITMODE ; \
4683
		HelpID = SID_GLUE_EDITMODE ; \
4684
		_MenuItemFlags = MIB_CHECKABLE; \
4685
		Checkable = TRUE; \
4672
		Text = "~Klebepunkte"; \
4686
		Text = "~Klebepunkte"; \
4673
		Text[ ENGLISH ] =  "Glue Points"; \
4687
		Text[ ENGLISH ] =  "Glue Points"; \
4674
		Text[ english_us ] = "~Glue Points";\
4688
		Text[ english_us ] = "~Glue Points";\
(-)sd/source/ui/app/menuids2.src (+16 lines)
Lines 618-623 Link Here
618
    {\
618
    {\
619
        Identifier = SID_TOGGLECOMMONTASKBAR ; \
619
        Identifier = SID_TOGGLECOMMONTASKBAR ; \
620
        HelpID = SID_TOGGLECOMMONTASKBAR ; \
620
        HelpID = SID_TOGGLECOMMONTASKBAR ; \
621
	_MenuItemFlags = MIB_CHECKABLE; \
622
        Checkable = TRUE; \
621
        Text = "Prä~sentation" ; \
623
        Text = "Prä~sentation" ; \
622
        Text [ ENGLISH ] = "~Presentation" ; \
624
        Text [ ENGLISH ] = "~Presentation" ; \
623
        Text [ portuguese ] = "Apre~sentação" ; \
625
        Text [ portuguese ] = "Apre~sentação" ; \
Lines 2375-2380 Link Here
2375
    {\
2377
    {\
2376
        Identifier = SID_AUTOSPELL_CHECK ; \
2378
        Identifier = SID_AUTOSPELL_CHECK ; \
2377
        HelpID = SID_AUTOSPELL_CHECK ; \
2379
        HelpID = SID_AUTOSPELL_CHECK ; \
2380
	_MenuItemFlags = MIB_CHECKABLE; \
2381
	Checkable = TRUE; \
2378
        Text = "~Automatisch prüfen" ; \
2382
        Text = "~Automatisch prüfen" ; \
2379
        Text [ English ] = "~Online spelling" ; \
2383
        Text [ English ] = "~Online spelling" ; \
2380
        Text [ dutch ] = "~Automatisch controleren" ; \
2384
        Text [ dutch ] = "~Automatisch controleren" ; \
Lines 2409-2414 Link Here
2409
    {\
2413
    {\
2410
        Identifier = SID_THESAURUS ; \
2414
        Identifier = SID_THESAURUS ; \
2411
        HelpID = SID_THESAURUS ; \
2415
        HelpID = SID_THESAURUS ; \
2416
    	_MenuItemFlags = MIB_CHECKABLE; \
2417
    	Checkable = TRUE; \
2412
        Text = "T~hesaurus..." ; \
2418
        Text = "T~hesaurus..." ; \
2413
        Text [ English ] = "~Thesaurus..." ; \
2419
        Text [ English ] = "~Thesaurus..." ; \
2414
        Text [ norwegian ] = "~Synonymordlister..." ; \
2420
        Text [ norwegian ] = "~Synonymordlister..." ; \
Lines 2444-2449 Link Here
2444
    {\
2450
    {\
2445
        Identifier = SID_HYPHENATION ; \
2451
        Identifier = SID_HYPHENATION ; \
2446
        HelpID = SID_HYPHENATION ; \
2452
        HelpID = SID_HYPHENATION ; \
2453
	_MenuItemFlags = MIB_CHECKABLE; \
2454
	Checkable = TRUE; \
2447
        Text = "Silben~trennung" ; \
2455
        Text = "Silben~trennung" ; \
2448
        Text [ English ] = "~Hyphenation" ; \
2456
        Text [ English ] = "~Hyphenation" ; \
2449
        Text [ english_us ] = "~Hyphenation" ; \
2457
        Text [ english_us ] = "~Hyphenation" ; \
Lines 2582-2587 Link Here
2582
    {\
2590
    {\
2583
        Identifier = SID_ANIMATION_OBJECTS ; \
2591
        Identifier = SID_ANIMATION_OBJECTS ; \
2584
        HelpID = SID_ANIMATION_OBJECTS ; \
2592
        HelpID = SID_ANIMATION_OBJECTS ; \
2593
    	_MenuItemFlags = MIB_CHECKABLE; \
2594
    	Checkable = TRUE; \
2585
        Text = "~Animation" ; \
2595
        Text = "~Animation" ; \
2586
        Text [ ENGLISH ] = "~Animation" ; \
2596
        Text [ ENGLISH ] = "~Animation" ; \
2587
        Text [ norwegian ] = "~Animation" ; \
2597
        Text [ norwegian ] = "~Animation" ; \
Lines 2617-2622 Link Here
2617
    {\
2627
    {\
2618
        Identifier = SID_EFFECT_WIN ; \
2628
        Identifier = SID_EFFECT_WIN ; \
2619
        HelpID = SID_EFFECT_WIN ; \
2629
        HelpID = SID_EFFECT_WIN ; \
2630
	_MenuItemFlags = MIB_CHECKABLE; \
2631
    	Checkable = TRUE; \
2620
        Text = "E~ffekt" ; \
2632
        Text = "E~ffekt" ; \
2621
        Text [ ENGLISH ] = "~Effect" ; \
2633
        Text [ ENGLISH ] = "~Effect" ; \
2622
        Text [ english_us ] = "~Effects" ; \
2634
        Text [ english_us ] = "~Effects" ; \
Lines 2651-2656 Link Here
2651
    {\
2663
    {\
2652
        Identifier = SID_ANIMATION_EFFECTS ; \
2664
        Identifier = SID_ANIMATION_EFFECTS ; \
2653
        HelpID = SID_ANIMATION_EFFECTS ; \
2665
        HelpID = SID_ANIMATION_EFFECTS ; \
2666
    	_MenuItemFlags = MIB_CHECKABLE; \
2667
    	Checkable = TRUE; \
2654
        Text = "~Interaktion..." ; \
2668
        Text = "~Interaktion..." ; \
2655
        Text [ ENGLISH ] = "~Action..." ; \
2669
        Text [ ENGLISH ] = "~Action..." ; \
2656
        Text [ english_us ] = "~Interaction..." ; \
2670
        Text [ english_us ] = "~Interaction..." ; \
Lines 2968-2973 Link Here
2968
    {\
2982
    {\
2969
        Identifier = SID_GALLERY; \
2983
        Identifier = SID_GALLERY; \
2970
        HelpID = SID_GALLERY; \
2984
        HelpID = SID_GALLERY; \
2985
	_MenuItemFlags = MIB_CHECKABLE; \
2986
	Checkable = TRUE; \
2971
        Text = "~Gallery" ; \
2987
        Text = "~Gallery" ; \
2972
        Text [ ENGLISH ] = "~Gallery" ; \
2988
        Text [ ENGLISH ] = "~Gallery" ; \
2973
        Text [ english_us ] = "~Gallery" ; \
2989
        Text [ english_us ] = "~Gallery" ; \
(-)sd/source/ui/app/menuids3.src (+2 lines)
Lines 491-496 Link Here
491
    {\
491
    {\
492
        Identifier = SID_HIDE_SLIDE ; \
492
        Identifier = SID_HIDE_SLIDE ; \
493
        HelpID = SID_HIDE_SLIDE ; \
493
        HelpID = SID_HIDE_SLIDE ; \
494
	_MenuItemFlags = MIB_CHECKABLE; \
495
	Checkable = TRUE; \
494
        Text = "~Dia anzeigen" ; \
496
        Text = "~Dia anzeigen" ; \
495
        Text [ ENGLISH ] = "Show slide" ; \
497
        Text [ ENGLISH ] = "Show slide" ; \
496
        Text [ norwegian ] = "Show slide" ; \
498
        Text [ norwegian ] = "Show slide" ; \
(-)sc/source/ui/src/menue.src (+6 lines)
Lines 2847-2852 Link Here
2847
								{
2847
								{
2848
									Identifier = SID_AUTOSPELL_CHECK ;
2848
									Identifier = SID_AUTOSPELL_CHECK ;
2849
									HelpID = SID_AUTOSPELL_CHECK ;
2849
									HelpID = SID_AUTOSPELL_CHECK ;
2850
									_MenuItemFlags = MIB_CHECKABLE;
2851
									Checkable = TRUE;
2850
									Text = "~Automatisch prüfen" ;
2852
									Text = "~Automatisch prüfen" ;
2851
									Text [ English ] = "~Online spelling" ;
2853
									Text [ English ] = "~Online spelling" ;
2852
									Text [ english_us ] = "~AutoSpellcheck" ;
2854
									Text [ english_us ] = "~AutoSpellcheck" ;
Lines 2899-2904 Link Here
2899
					{
2901
					{
2900
						Identifier = SID_THESAURUS ;
2902
						Identifier = SID_THESAURUS ;
2901
						HelpId = SID_THESAURUS ;
2903
						HelpId = SID_THESAURUS ;
2904
					    	_MenuItemFlags = MIB_CHECKABLE;
2905
					    	Checkable = TRUE;
2902
						Text = "T~hesaurus..." ;
2906
						Text = "T~hesaurus..." ;
2903
						Text [ English ] = "~Thesaurus..." ;
2907
						Text [ English ] = "~Thesaurus..." ;
2904
						Text [ norwegian ] = "~Synonymordlister..." ;
2908
						Text [ norwegian ] = "~Synonymordlister..." ;
Lines 7319-7324 Link Here
7319
								{
7323
								{
7320
									Identifier = SID_AUTOSPELL_CHECK ;
7324
									Identifier = SID_AUTOSPELL_CHECK ;
7321
									HelpID = SID_AUTOSPELL_CHECK ;
7325
									HelpID = SID_AUTOSPELL_CHECK ;
7326
									_MenuItemFlags = MIB_CHECKABLE;
7327
									Checkable = TRUE;
7322
									Text = "~Automatisch prüfen" ;
7328
									Text = "~Automatisch prüfen" ;
7323
									Text [ English ] = "~Online spelling" ;
7329
									Text [ English ] = "~Online spelling" ;
7324
									Text [ english_us ] = "~AutoSpellcheck" ;
7330
									Text [ english_us ] = "~AutoSpellcheck" ;
(-)svx/inc/globlmn.hrc (+18 lines)
Lines 208-213 Link Here
208
    Identifier = SID_STYLE_DESIGNER ; \
208
    Identifier = SID_STYLE_DESIGNER ; \
209
	Command = ".uno:DesignerDialog" ; \
209
	Command = ".uno:DesignerDialog" ; \
210
    HelpID = SID_STYLE_DESIGNER ; \
210
    HelpID = SID_STYLE_DESIGNER ; \
211
    _MenuItemFlags = MIB_CHECKABLE; \
212
    Checkable = TRUE; \
211
    Text = "St~ylist" ; \
213
    Text = "St~ylist" ; \
212
    Text [ English ] = "St~ylist" ; \
214
    Text [ English ] = "St~ylist" ; \
213
    Text [ english_us ] = "St~ylist" ; \
215
    Text [ english_us ] = "St~ylist" ; \
Lines 2783-2788 Link Here
2783
    Identifier = SID_NAVIGATOR ; \
2785
    Identifier = SID_NAVIGATOR ; \
2784
	Command = ".uno:Navigator" ; \
2786
	Command = ".uno:Navigator" ; \
2785
    HelpID = SID_NAVIGATOR ; \
2787
    HelpID = SID_NAVIGATOR ; \
2788
    _MenuItemFlags = MIB_CHECKABLE; \
2789
    Checkable = TRUE; \
2786
    TEXT = "~Navigator" ; \
2790
    TEXT = "~Navigator" ; \
2787
    TEXT [ English ] = "~Navigator" ; \
2791
    TEXT [ English ] = "~Navigator" ; \
2788
    TEXT [ norwegian ] = "~Navigeringsvindu" ; \
2792
    TEXT [ norwegian ] = "~Navigeringsvindu" ; \
Lines 2852-2857 Link Here
2852
    Identifier = SID_PLUGINS_ACTIVE ; \
2856
    Identifier = SID_PLUGINS_ACTIVE ; \
2853
	Command = ".uno:PlugInsActive" ; \
2857
	Command = ".uno:PlugInsActive" ; \
2854
    HelpID = SID_PLUGINS_ACTIVE ; \
2858
    HelpID = SID_PLUGINS_ACTIVE ; \
2859
    _MenuItemFlags = MIB_CHECKABLE; \
2860
    Checkable = TRUE; \
2855
    Text = "~PlugIn" ; \
2861
    Text = "~PlugIn" ; \
2856
    Text [ English ] = "PlugIn" ; \
2862
    Text [ English ] = "PlugIn" ; \
2857
    Text [ english_us ] = "P~lug-in" ; \
2863
    Text [ english_us ] = "P~lug-in" ; \
Lines 2887-2892 Link Here
2887
    Identifier = SID_IMAP ; \
2893
    Identifier = SID_IMAP ; \
2888
	Command = ".uno:ImageMapDialog" ; \
2894
	Command = ".uno:ImageMapDialog" ; \
2889
    HelpID = SID_IMAP ; \
2895
    HelpID = SID_IMAP ; \
2896
    _MenuItemFlags = MIB_CHECKABLE; \
2897
    Checkable = TRUE;  \
2890
    Text = "I~mageMap" ; \
2898
    Text = "I~mageMap" ; \
2891
    Text [ English ] = "ImageMap" ; \
2899
    Text [ English ] = "ImageMap" ; \
2892
    Text [ english_us ] = "ImageMap" ; \
2900
    Text [ english_us ] = "ImageMap" ; \
Lines 3315-3320 Link Here
3315
    Identifier = SID_BROWSER_MODE ; \
3323
    Identifier = SID_BROWSER_MODE ; \
3316
	Command = ".uno:BrowseView" ; \
3324
	Command = ".uno:BrowseView" ; \
3317
    HelpID = SID_BROWSER_MODE ; \
3325
    HelpID = SID_BROWSER_MODE ; \
3326
    _MenuItemFlags = MIB_CHECKABLE; \
3327
    Checkable = TRUE; \
3318
    Text = "~Online-Layout" ; \
3328
    Text = "~Online-Layout" ; \
3319
    Text [ ENGLISH ] = "~Online layout" ; \
3329
    Text [ ENGLISH ] = "~Online layout" ; \
3320
    Text [ english_us ] = "~Online Layout" ; \
3330
    Text [ english_us ] = "~Online Layout" ; \
Lines 3420-3425 Link Here
3420
    Identifier = SID_HYPERLINK_INSERT ; \
3430
    Identifier = SID_HYPERLINK_INSERT ; \
3421
	Command = ".uno:InsertHyperlink" ; \
3431
	Command = ".uno:InsertHyperlink" ; \
3422
    HelpID = SID_HYPERLINK_INSERT ; \
3432
    HelpID = SID_HYPERLINK_INSERT ; \
3433
    _MenuItemFlags = MIB_CHECKABLE; \
3434
     Checkable = TRUE; \
3423
    Text = "H~yperlinkleiste" ; \
3435
    Text = "H~yperlinkleiste" ; \
3424
    Text [ English ] = "H~yperlinkleiste" ; \
3436
    Text [ English ] = "H~yperlinkleiste" ; \
3425
    Text [ english_us ] = "~Hyperlink Bar" ; \
3437
    Text [ english_us ] = "~Hyperlink Bar" ; \
Lines 3647-3652 Link Here
3647
    Identifier = SID_GALLERY ; \
3659
    Identifier = SID_GALLERY ; \
3648
	Command = ".uno:Gallery" ; \
3660
	Command = ".uno:Gallery" ; \
3649
    HelpID = SID_GALLERY ; \
3661
    HelpID = SID_GALLERY ; \
3662
    _MenuItemFlags = MIB_CHECKABLE; \
3663
     Checkable = TRUE; \
3650
    Text = "Ga~llery" ; \
3664
    Text = "Ga~llery" ; \
3651
    Text [ ENGLISH ] = "Ga~llery" ; \
3665
    Text [ ENGLISH ] = "Ga~llery" ; \
3652
    Text [ english_us ] = "~Gallery" ; \
3666
    Text [ english_us ] = "~Gallery" ; \
Lines 5151-5156 Link Here
5151
    Identifier = SID_HELP_PI ; \
5165
    Identifier = SID_HELP_PI ; \
5152
	Command = ".uno:HelperDialog" ; \
5166
	Command = ".uno:HelperDialog" ; \
5153
    HelpID = SID_HELP_PI ; \
5167
    HelpID = SID_HELP_PI ; \
5168
    _MenuItemFlags = MIB_CHECKABLE; \
5169
    Checkable = TRUE; \
5154
    TEXT = "He~lp Agent" ; \
5170
    TEXT = "He~lp Agent" ; \
5155
    TEXT [ English ] = "He~lp Agent" ; \
5171
    TEXT [ English ] = "He~lp Agent" ; \
5156
    Text [ english_us ] = "Help ~Agent" ; \
5172
    Text [ english_us ] = "Help ~Agent" ; \
Lines 5723-5728 Link Here
5723
	Identifier = SID_VIEW_DATA_SOURCE_BROWSER; \
5739
	Identifier = SID_VIEW_DATA_SOURCE_BROWSER; \
5724
	Command = ".uno:ViewDataSourceBrowser" ; \
5740
	Command = ".uno:ViewDataSourceBrowser" ; \
5725
	HelpID = SID_VIEW_DATA_SOURCE_BROWSER; \
5741
	HelpID = SID_VIEW_DATA_SOURCE_BROWSER; \
5742
        _MenuItemFlags = MIB_CHECKABLE; \
5743
        Checkable = TRUE; \
5726
	Text = "~Datenquellen" ; \
5744
	Text = "~Datenquellen" ; \
5727
	Text [ english ] = "~Data source browser" ; \
5745
	Text [ english ] = "~Data source browser" ; \
5728
	Text [ english_us ] = "~Data Sources" ; \
5746
	Text [ english_us ] = "~Data Sources" ; \

Return to issue 17937