diff options
author | Thomas Lange <tl@openoffice.org> | 2001-10-09 08:11:06 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-10-09 08:11:06 +0000 |
commit | aae3e706a7f666bd859ec1eddf56dd942fe9055f (patch) | |
tree | fc03ec497c80c56ba30c072aecf83e277ff062e2 /starmath/source/symbol.src | |
parent | c65e841481ff7812c8a8233d8ab996b2920b64bd (diff) |
#92864# renaming of swedish symbols from version 5.x to 6.0
Diffstat (limited to 'starmath/source/symbol.src')
-rw-r--r-- | starmath/source/symbol.src | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/starmath/source/symbol.src b/starmath/source/symbol.src index d4a286a499ca..369b6573d96d 100644 --- a/starmath/source/symbol.src +++ b/starmath/source/symbol.src @@ -2,9 +2,9 @@ * * $RCSfile: symbol.src,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: tl $ $Date: 2001-10-08 11:47:58 $ + * last change: $Author: tl $ $Date: 2001-10-09 09:11:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,6 +169,26 @@ Resource RID_LOCALIZED_NAMES < "infinito" ; > ; }; }; + StringArray RID_SWEDISH_50_NAMES + { + ItemList = + { + < "element" ; > ; + < "iota" ; > ; + < "xi" ; > ; + < "rho" ; > ; + }; + }; + StringArray RID_SWEDISH_60_NAMES + { + ItemList = + { + < "tillhr" ; > ; + < "jota" ; > ; + < "ksi" ; > ; + < "ro" ; > ; + }; + }; StringArray RID_EXPORT_SYMBOLSET_NAMES { ItemList = |