Kaydet (Commit) 25bd09a9 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Translate German variable names

Titel -> Title

Change-Id: I1b5b670ee372f948f624bd4b21bb41b4e0004d4a
Reviewed-on: https://gerrit.libreoffice.org/71789
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst e3e51c9e
...@@ -50,7 +50,7 @@ class SdPublishingDlg : public ModalDialog ...@@ -50,7 +50,7 @@ class SdPublishingDlg : public ModalDialog
private: private:
// page 1 controls // page 1 controls
VclPtr<VclContainer> pPage1; VclPtr<VclContainer> pPage1;
VclPtr<FixedText> pPage1_Titel; VclPtr<FixedText> pPage1_Title;
VclPtr<RadioButton> pPage1_NewDesign; VclPtr<RadioButton> pPage1_NewDesign;
VclPtr<RadioButton> pPage1_OldDesign; VclPtr<RadioButton> pPage1_OldDesign;
VclPtr<ListBox> pPage1_Designs; VclPtr<ListBox> pPage1_Designs;
...@@ -62,7 +62,7 @@ private: ...@@ -62,7 +62,7 @@ private:
VclPtr<VclContainer> pPage2Frame2; VclPtr<VclContainer> pPage2Frame2;
VclPtr<VclContainer> pPage2Frame3; VclPtr<VclContainer> pPage2Frame3;
VclPtr<VclContainer> pPage2Frame4; VclPtr<VclContainer> pPage2Frame4;
VclPtr<FixedText> pPage2_Titel; VclPtr<FixedText> pPage2_Title;
VclPtr<RadioButton> pPage2_Standard; VclPtr<RadioButton> pPage2_Standard;
VclPtr<RadioButton> pPage2_Frames; VclPtr<RadioButton> pPage2_Frames;
VclPtr<RadioButton> pPage2_SingleDocument; VclPtr<RadioButton> pPage2_SingleDocument;
...@@ -73,11 +73,11 @@ private: ...@@ -73,11 +73,11 @@ private:
VclPtr<FixedImage> pPage2_Kiosk_FB; VclPtr<FixedImage> pPage2_Kiosk_FB;
VclPtr<FixedImage> pPage2_WebCast_FB; VclPtr<FixedImage> pPage2_WebCast_FB;
VclPtr<FixedText> pPage2_Titel_Html; VclPtr<FixedText> pPage2_Title_Html;
VclPtr<CheckBox> pPage2_Content; VclPtr<CheckBox> pPage2_Content;
VclPtr<CheckBox> pPage2_Notes; VclPtr<CheckBox> pPage2_Notes;
VclPtr<FixedText> pPage2_Titel_WebCast; VclPtr<FixedText> pPage2_Title_WebCast;
VclPtr<RadioButton> pPage2_ASP; VclPtr<RadioButton> pPage2_ASP;
VclPtr<RadioButton> pPage2_PERL; VclPtr<RadioButton> pPage2_PERL;
VclPtr<FixedText> pPage2_URL_txt; VclPtr<FixedText> pPage2_URL_txt;
...@@ -86,7 +86,7 @@ private: ...@@ -86,7 +86,7 @@ private:
VclPtr<Edit> pPage2_CGI; VclPtr<Edit> pPage2_CGI;
VclPtr<FixedText> pPage2_Index_txt; VclPtr<FixedText> pPage2_Index_txt;
VclPtr<Edit> pPage2_Index; VclPtr<Edit> pPage2_Index;
VclPtr<FixedText> pPage2_Titel_Kiosk; VclPtr<FixedText> pPage2_Title_Kiosk;
VclPtr<RadioButton> pPage2_ChgDefault; VclPtr<RadioButton> pPage2_ChgDefault;
VclPtr<RadioButton> pPage2_ChgAuto; VclPtr<RadioButton> pPage2_ChgAuto;
VclPtr<FixedText> pPage2_Duration_txt; VclPtr<FixedText> pPage2_Duration_txt;
...@@ -95,42 +95,42 @@ private: ...@@ -95,42 +95,42 @@ private:
// page 3 controls // page 3 controls
VclPtr<VclContainer> pPage3; VclPtr<VclContainer> pPage3;
VclPtr<FixedText> pPage3_Titel1; VclPtr<FixedText> pPage3_Title1;
VclPtr<RadioButton> pPage3_Png; VclPtr<RadioButton> pPage3_Png;
VclPtr<RadioButton> pPage3_Gif; VclPtr<RadioButton> pPage3_Gif;
VclPtr<RadioButton> pPage3_Jpg; VclPtr<RadioButton> pPage3_Jpg;
VclPtr<FixedText> pPage3_Quality_txt; VclPtr<FixedText> pPage3_Quality_txt;
VclPtr<ComboBox> pPage3_Quality; VclPtr<ComboBox> pPage3_Quality;
VclPtr<FixedText> pPage3_Titel2; VclPtr<FixedText> pPage3_Title2;
VclPtr<RadioButton> pPage3_Resolution_1; VclPtr<RadioButton> pPage3_Resolution_1;
VclPtr<RadioButton> pPage3_Resolution_2; VclPtr<RadioButton> pPage3_Resolution_2;
VclPtr<RadioButton> pPage3_Resolution_3; VclPtr<RadioButton> pPage3_Resolution_3;
VclPtr<FixedText> pPage3_Titel3; VclPtr<FixedText> pPage3_Title3;
VclPtr<CheckBox> pPage3_SldSound; VclPtr<CheckBox> pPage3_SldSound;
VclPtr<CheckBox> pPage3_HiddenSlides; VclPtr<CheckBox> pPage3_HiddenSlides;
// page 4 controls // page 4 controls
VclPtr<VclContainer> pPage4; VclPtr<VclContainer> pPage4;
VclPtr<FixedText> pPage4_Titel1; VclPtr<FixedText> pPage4_Title1;
VclPtr<FixedText> pPage4_Author_txt; VclPtr<FixedText> pPage4_Author_txt;
VclPtr<Edit> pPage4_Author; VclPtr<Edit> pPage4_Author;
VclPtr<FixedText> pPage4_Email_txt; VclPtr<FixedText> pPage4_Email_txt;
VclPtr<Edit> pPage4_Email; VclPtr<Edit> pPage4_Email;
VclPtr<FixedText> pPage4_WWW_txt; VclPtr<FixedText> pPage4_WWW_txt;
VclPtr<Edit> pPage4_WWW; VclPtr<Edit> pPage4_WWW;
VclPtr<FixedText> pPage4_Titel2; VclPtr<FixedText> pPage4_Title2;
VclPtr<VclMultiLineEdit> pPage4_Misc; VclPtr<VclMultiLineEdit> pPage4_Misc;
VclPtr<CheckBox> pPage4_Download; VclPtr<CheckBox> pPage4_Download;
// page 5 controls // page 5 controls
VclPtr<VclContainer> pPage5; VclPtr<VclContainer> pPage5;
VclPtr<FixedText> pPage5_Titel; VclPtr<FixedText> pPage5_Title;
VclPtr<CheckBox> pPage5_TextOnly; VclPtr<CheckBox> pPage5_TextOnly;
VclPtr<ValueSet> pPage5_Buttons; VclPtr<ValueSet> pPage5_Buttons;
// page 6 controls // page 6 controls
VclPtr<VclContainer> pPage6; VclPtr<VclContainer> pPage6;
VclPtr<FixedText> pPage6_Titel; VclPtr<FixedText> pPage6_Title;
VclPtr<RadioButton> pPage6_Default; VclPtr<RadioButton> pPage6_Default;
VclPtr<RadioButton> pPage6_User; VclPtr<RadioButton> pPage6_User;
VclPtr<PushButton> pPage6_Back; VclPtr<PushButton> pPage6_Back;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment