diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 14:54:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 14:54:46 +0000 |
commit | 63d80a7061954c0d14e0bf7b85152b5f90cb93fd (patch) | |
tree | 1d867f9f4ef358bbecd6a38324f9fd73d86f7a3b /svx/source/items | |
parent | 4082abeca11821b54ea7e49ecc44cb1ee12f38c1 (diff) |
INTEGRATION: CWS hiddentext (1.71.226); FILE MERGED
2004/01/12 10:36:17 fme 1.71.226.2: RESYNC: (1.71-1.72); FILE MERGED
2003/12/17 15:07:03 os 1.71.226.1: #i23614# new Feature: Hidden text - charhiddenitem.cxx
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/svxitems.src | 74 |
1 files changed, 12 insertions, 62 deletions
diff --git a/svx/source/items/svxitems.src b/svx/source/items/svxitems.src index 79e3106db84d..33360cbc58bd 100644 --- a/svx/source/items/svxitems.src +++ b/svx/source/items/svxitems.src @@ -2,9 +2,9 @@ * * $RCSfile: svxitems.src,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: vg $ $Date: 2003-12-17 14:25:06 $ + * last change: $Author: kz $ $Date: 2004-02-26 15:54:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -11077,65 +11077,15 @@ String RID_SVXITEMS_PARASNAPTOGRID_OFF Text[ hungarian ] = "A bekezdés nem illeszkedik a szövegrácsra"; Text[ slovenian ] = "Odstavka ne pripni na mrežo besedila"; }; - +String RID_SVXITEMS_CHARHIDDEN_FALSE +{ + Text = "Nicht ausgeblendet"; + Text[ english_us ] = "Not hidden"; +}; +String RID_SVXITEMS_CHARHIDDEN_TRUE +{ + Text = "Ausgeblendet"; + Text[ english_us ] = "Hidden"; +}; // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |