diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-13 11:02:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-13 11:02:10 +0000 |
commit | 9e30f57d0a770a57d85e1345f8c8cf1f3511400b (patch) | |
tree | 5edf63755bd5706dccbeb38886d130a050f2495f /officecfg/registry | |
parent | eda192d5b977e057d8251adb8c6c848f0ba59eac (diff) |
CWS-TOOLING: integrate CWS localization35
2009-03-06 16:20:11 +0100 ihi r269015 : back to old
2009-03-06 16:19:30 +0100 ihi r269014 : back to old
2009-03-06 16:10:20 +0100 ihi r269012 : L10N OOo 3.1 fixed
2009-03-04 15:57:28 +0100 ihi r268840 : #L10N OOo 3.1 fixes
2009-03-04 12:44:37 +0100 mav r268813 : #i99855# fix About box text
2009-03-03 17:14:02 +0100 ihi r268769 : #i99792# added sc
2009-03-02 13:21:28 +0100 ihi r268648 : L10N OOo 3.1
2009-02-26 17:07:28 +0100 ihi r268543 : back to old list
2009-02-26 17:06:29 +0100 ihi r268541 : back to old list
2009-02-26 16:58:46 +0100 ihi r268537 : L10N OOo 3.1 fixed
2009-02-26 13:03:55 +0100 ihi r268506 : L10N OOo 3.1 fixed
2009-02-23 14:51:26 +0100 ihi r268356 : #i99364# add missing Embedding.xcu
2009-02-18 11:22:02 +0100 obo r268208 : #i99313# SerbianLatin added
2009-02-15 10:55:44 +0100 vg r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1
2009-02-11 23:51:32 +0100 vg r267629 : #i95553# AutoCorrect file for Luxembourgish
2009-02-11 23:48:04 +0100 vg r267628 : #i98679#
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/makefile.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index b5ce09bdf15c..81e36f670187 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5177,7 +5177,7 @@ </node> <node oor:name=".uno:ObjectMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Drawing ~Object</value> + <value xml:lang="en-US">~Object</value> </prop> </node> <node oor:name=".uno:EditMenu" oor:op="replace"> diff --git a/officecfg/registry/data/org/openoffice/Office/makefile.mk b/officecfg/registry/data/org/openoffice/Office/makefile.mk index 1c7e47c409a6..19ebc9279cce 100644 --- a/officecfg/registry/data/org/openoffice/Office/makefile.mk +++ b/officecfg/registry/data/org/openoffice/Office/makefile.mk @@ -106,9 +106,11 @@ LOCALIZEDFILES= \ DataAccess.xcu \ TableWizard.xcu \ UI.xcu \ + Embedding.xcu \ WebWizard.xcu \ FormWizard.xcu \ Writer.xcu + .INCLUDE : target.mk |