User: timar Date: 05/12/13 02:57:06 Modified: /hu/src/2.0.1/Patches/ ms-interoperability-email-attachment-as-doc-xls-ppt-m99.diff, sc-insert-note-on-right-click.diff, sc-standard-filter-options.diff
Log: insterted missing "German" translations File Changes: Directory: /hu/src/2.0.1/Patches/ ================================= File [changed]: ms-interoperability-email-attachment-as-doc-xls-ppt-m99.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.1/Patches/ms-interoperability-email-attachment-as-doc-xls-ppt-m99.diff?r1=1.1&r2=1.2 Delta lines: +9 -3 ------------------- --- ms-interoperability-email-attachment-as-doc-xls-ppt-m99.diff 9 Dec 2005 13:30:15 -0000 1.1 +++ ms-interoperability-email-attachment-as-doc-xls-ppt-m99.diff 13 Dec 2005 10:57:02 -0000 1.2 @@ -249,12 +249,13 @@ <menu:menuseparator/> --- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu.bakj 2005-02-18 16:55:18.659537625 +0530 +++ officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 2005-02-18 17:00:20.837598320 +0530 -@@ -809,6 +809,11 @@ +@@ -809,6 +809,12 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:SendMailDocAsMSDoc" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> ++ <value xml:lang="de">Dokument als MS-~Doc-Anhang...</value> + <value xml:lang="en-US">Document as MS-~Doc Attachment...</value> + </prop> + </node> @@ -263,12 +264,13 @@ <value xml:lang="de">Gliederung zur Zwis~chenablage</value> --- officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu.bakj 2005-02-18 16:58:17.271973105 +0530 +++ officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 2005-02-18 16:59:43.010223193 +0530 -@@ -1731,6 +1731,11 @@ +@@ -1731,6 +1731,12 @@ <value xml:lang="en-US">Sen~d</value> </prop> </node> + <node oor:name=".uno:SendMailDocAsMSPowerPoint" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> ++ <value xml:lang="de">Dokument als MS-~PPT-Anhang...</value> + <value xml:lang="en-US">Document as MS-~PPT Attachment...</value> + </prop> + </node> @@ -277,7 +279,7 @@ <value xml:lang="de">~Vorlagen</value> --- svx/inc/globlmn_tmpl.hrc.bakj 2005-02-18 18:05:06.196343865 +0530 +++ svx/inc/globlmn_tmpl.hrc 2005-02-18 18:07:51.216700899 +0530 -@@ -588,6 +588,24 @@ +@@ -588,6 +588,27 @@ Text [ en-US ] = "Document as ~E-mail..." ; \ Text [ x-comment ] = " "; \ @@ -285,18 +287,21 @@ + Identifier = SID_MAIL_SENDDOCASMSEXCEL ; \ + Command = ".uno:SendMailDocAsMSExcel" ; \ + HelpID = SID_MAIL_SENDDOCASMSEXCEL ; \ ++ Text [ de ] = "Dokument als MS-E~xcel-Anhang..." ; \ + Text [ en-US ] = "Document as MS-E~xcel Attachment..." ; \ + +#define ITEM_FILE_MAIL_SENDDOCASMSDOC \ + Identifier = SID_MAIL_SENDDOCASMSDOC ; \ + Command = ".uno:SendMailDocAsMSDoc" ; \ + HelpID = SID_MAIL_SENDDOCASMSDOC ; \ ++ Text [ de ] = "Dokument als MS-~Doc-Anhang..." ; \ + Text [ en-US ] = "Document as MS-~Doc Attachment..." ; \ + +#define ITEM_FILE_MAIL_SENDDOCASMSPPT \ + Identifier = SID_MAIL_SENDDOCASMSPPT ; \ + Command = ".uno:SendMailDocAsMSPowerPoint" ; \ + HelpID = SID_MAIL_SENDDOCASMSPPT ; \ ++ Text [ de ] = "Dokument als MS-~PPT-Anhang..." ; \ + Text [ en-US ] = "Document as MS-~PPT Attachment..." ; \ + #define ITEM_FILE_MAIL_SENDDOCASPDF \ @@ -403,6 +408,7 @@ </node> + <node oor:name=".uno:SendMailDocAsMSExcel" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> ++ <value xml:lang="de">Dokument als MS-E~xcel-Anhang...</value> + <value xml:lang="en-US">Document as MS-E~xcel Attachment...</value> + </prop> + </node> File [changed]: sc-insert-note-on-right-click.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.1/Patches/sc-insert-note-on-right-click.diff?r1=1.1&r2=1.2 Delta lines: +2 -1 ------------------- --- sc-insert-note-on-right-click.diff 9 Dec 2005 13:30:15 -0000 1.1 +++ sc-insert-note-on-right-click.diff 13 Dec 2005 10:57:02 -0000 1.2 @@ -1,11 +1,12 @@ --- sc/source/ui/src/popup.src.back 2005-02-15 10:55:00.000000000 +0530 +++ sc/source/ui/src/popup.src 2005-03-26 12:06:20.000000000 +0530 -@@ -165,6 +165,13 @@ +@@ -165,6 +165,14 @@ //------------------------------ MenuItem { + Identifier = SID_INSERT_POSTIT ; + HelpId = SID_INSERT_POSTIT ; ++ Text [ de ] = "Not~iz einfügen" ; + Text [ en-US ] = "Insert Not~e" ; + Text [ x-comment ] = " "; + }; File [changed]: sc-standard-filter-options.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.1/Patches/sc-standard-filter-options.diff?r1=1.1&r2=1.2 Delta lines: +34 -13 --------------------- --- sc-standard-filter-options.diff 9 Dec 2005 13:30:16 -0000 1.1 +++ sc-standard-filter-options.diff 13 Dec 2005 10:57:03 -0000 1.2 @@ -25,7 +25,14 @@ diff -u -p -u -r1.54 filter.src --- sc/source/ui/src/filter.src 18 Mar 2005 15:17:32 -0000 1.54 +++ sc/source/ui/src/filter.src 11 Apr 2005 11:36:29 -0000 -@@ -180,16 +180,20 @@ ModelessDialog RID_SCDLG_FILTER +@@ -151,19 +151,27 @@ + < "kleinste" ; Default ; > ; + < "größte %" ; Default ; > ; + < "kleinste %" ; Default ; > ; ++ < "Contains" ; Default ; > ; ++ < "Does not Contain" ; Default ; > ; ++ < "Begins with" ; Default ; > ; ++ < "Ends with" ; Default ; > ; }; stringlist [ en-US ] = { @@ -48,7 +55,14 @@ }; }; ListBox LB_COND2 -@@ -214,16 +218,20 @@ ModelessDialog RID_SCDLG_FILTER +@@ -185,19 +193,27 @@ + < "kleinste" ; Default ; > ; + < "größte %" ; Default ; > ; + < "kleinste %" ; Default ; > ; ++ < "Contains" ; Default ; > ; ++ < "Does not Contain" ; Default ; > ; ++ < "Begins with" ; Default ; > ; ++ < "Ends with" ; Default ; > ; }; stringlist [ en-US ] = { @@ -71,7 +85,14 @@ }; }; ListBox LB_COND3 -@@ -248,16 +256,20 @@ ModelessDialog RID_SCDLG_FILTER +@@ -219,19 +235,27 @@ + < "kleinste" ; Default ; > ; + < "größte %" ; Default ; > ; + < "kleinste %" ; Default ; > ; ++ < "Contains" ; Default ; > ; ++ < "Does not Contain" ; Default ; > ; ++ < "Begins with" ; Default ; > ; ++ < "Ends with" ; Default ; > ; }; stringlist [ en-US ] = { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
