diff options
-rw-r--r-- | sw/source/ui/ribbar/inputwin.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/ribbar/inputwin.src b/sw/source/ui/ribbar/inputwin.src index b3e40d5331c5..95641ed02075 100644 --- a/sw/source/ui/ribbar/inputwin.src +++ b/sw/source/ui/ribbar/inputwin.src @@ -2,9 +2,9 @@ * * $RCSfile: inputwin.src,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2001-03-21 20:58:13 $ + * last change: $Author: kz $ $Date: 2001-03-31 06:51:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -582,7 +582,7 @@ Menu MN_CALC_POPUP Text[ chinese_simplified ] = " ~Or"; Text[ russian ] = " "; Text[ polish ] = "Funkcja logiczna LUB"; - Text[ japanese ] = "_(Or)"; + Text[ japanese ] = "_(~Or)"; Text[ chinese_traditional ] = "誺 ~Or"; Text[ arabic ] = " "; Text[ dutch ] = "Logisch ~Of"; @@ -611,7 +611,7 @@ Menu MN_CALC_POPUP Text[ chinese_simplified ] = "ij Or"; Text[ russian ] = " \"\""; Text[ polish ] = "Wyczna funkcja logiczna LUB"; - Text[ japanese ] = "_a(Xor)"; + Text[ japanese ] = "_(~xOr)"; Text[ chinese_traditional ] = "誺~ Or"; Text[ arabic ] = " "; Text[ dutch ] = "Logisch e~xclusief Of"; @@ -640,7 +640,7 @@ Menu MN_CALC_POPUP Text[ chinese_simplified ] = " ~And"; Text[ russian ] = " ~"; Text[ polish ] = "Funkcja logiczna ORAZ"; - Text[ japanese ] = "_(And)"; + Text[ japanese ] = "_(~And)"; Text[ chinese_traditional ] = "誺 ~And"; Text[ arabic ] = " "; Text[ dutch ] = "Logisch ~En"; @@ -669,7 +669,7 @@ Menu MN_CALC_POPUP Text[ chinese_simplified ] = " Not"; Text[ russian ] = " "; Text[ polish ] = "Funkcja logiczna NIE"; - Text[ japanese ] = "_ے(Not)"; + Text[ japanese ] = "_(Not)"; Text[ chinese_traditional ] = "誺 Not"; Text[ arabic ] = " "; Text[ dutch ] = "Log~isch Niet"; @@ -805,7 +805,7 @@ Menu MN_CALC_POPUP Text[ chinese_simplified ] = "ͳƹ(~T)"; Text[ russian ] = " "; Text[ polish ] = "Funkcje statystyczne"; - Text[ japanese ] = "vwI"; + Text[ japanese ] = "v"; Text[ chinese_traditional ] = "έp\\(~T)"; Text[ arabic ] = " "; Text[ dutch ] = "~Statistische functies"; |