diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-28 11:19:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-28 11:19:18 +0000 |
commit | 951da4efba5c08c5a6e1354a9efb3a90cf56d359 (patch) | |
tree | 55a6562be4560fa5b3e6db272644cf7436aa6300 /sfx2/source/appl/sfx.src | |
parent | fa4ba76ee86e9ae11e891ae7c59aa3a4268dc5a3 (diff) |
Merge SRC626: 28.03.01 - 14:18:50 (NoBranch)
Diffstat (limited to 'sfx2/source/appl/sfx.src')
-rw-r--r-- | sfx2/source/appl/sfx.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index e5508cff1ab7..868f583fabbf 100644 --- a/sfx2/source/appl/sfx.src +++ b/sfx2/source/appl/sfx.src @@ -2,9 +2,9 @@ * * $RCSfile: sfx.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2001-03-09 20:25:11 $ + * last change: $Author: kz $ $Date: 2001-03-28 12:19:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -440,11 +440,11 @@ String STR_REDO Text[ chinese_simplified ] = "ָ (~D)"; Text[ russian ] = ": "; Text[ polish ] = "Przywr: "; - Text[ japanese ] = "蒼(~D): "; - Text[ chinese_traditional ] = "_MO:"; + Text[ japanese ] = "蒼(~D):"; + Text[ chinese_traditional ] = "_MO(~D):"; Text[ arabic ] = ": "; Text[ greek ] = ": "; - Text[ korean ] = "ٽ : (~D)"; + Text[ korean ] = "ٽ (~D):"; Text[ turkish ] = "~Yinele: "; }; @@ -464,11 +464,11 @@ String STR_REPEAT Text[ chinese_simplified ] = "һ(~R)"; Text[ russian ] = ": "; Text[ polish ] = "Ostatnie polecenie: "; - Text[ japanese ] = "JԂ(~R): "; + Text[ japanese ] = "JԂ(~R):"; Text[ chinese_traditional ] = "W@ӫO(~R)"; Text[ arabic ] = " : "; Text[ greek ] = ": "; - Text[ korean ] = ": (~R)"; + Text[ korean ] = "(~R):"; Text[ turkish ] = "Son ~komutu yinele: "; }; |