diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-11-08 15:06:15 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:16 +0100 |
commit | 7c2f0268d77d3cbe4868afe80ba2164687352341 (patch) | |
tree | ac41720e3ae4305bc972bd4c8702c9ff40ca1c4c /editeng/source/items/svxitems.src | |
parent | 83e1130832dfb5a55b3e8e1cc17bb49dd60a865f (diff) |
SvxBorderLine: changed the widths definition
Diffstat (limited to 'editeng/source/items/svxitems.src')
-rwxr-xr-x | editeng/source/items/svxitems.src | 64 |
1 files changed, 28 insertions, 36 deletions
diff --git a/editeng/source/items/svxitems.src b/editeng/source/items/svxitems.src index 5b9d01660286..5367db6b068b 100755 --- a/editeng/source/items/svxitems.src +++ b/editeng/source/items/svxitems.src @@ -541,69 +541,61 @@ String RID_SVXITEMS_TAB_ADJUST_DEFAULT { Text [ en-US ] = "Default" ; }; -String RID_SINGLE_LINE0 +String RID_SOLID { - Text [ en-US ] = "Single, fine lines" ; + Text [ en-US ] = "Single, solid" ; }; -String RID_SINGLE_LINE1 +String RID_DOTTED { - Text [ en-US ] = "Single, thin" ; + Text [ en-US ] = "Single, dotted" ; }; -String RID_SINGLE_LINE2 +String RID_DASHED { - Text [ en-US ] = "Single, thick" ; + Text [ en-US ] = "Single, dashed" ; }; -String RID_SINGLE_LINE3 +String RID_SINGLE_DOUBLE { - Text [ en-US ] = "Single, very thick" ; + Text [ en-US ] = "Double" ; }; -String RID_SINGLE_LINE4 +String RID_THINTHICK_SMALLGAP { - Text [ en-US ] = "Single, bold" ; + Text [ en-US ] = "Double, inside: fine, outside: thick, spacing: small"; }; -String RID_DOUBLE_LINE0 +String RID_THINTHICK_MEDIUMGAP { - Text [ en-US ] = "Double, fine lines, spacing: small" ; + Text [ en-US ] = "Double, inside: fine, outside: thick, spacing: medium"; }; -String RID_DOUBLE_LINE1 +String RID_THINTHICK_LARGEGAP { - Text [ en-US ] = "Double, fine line, spacing: large" ; + Text [ en-US ] = "Double, inside: fine, outside: thick, spacing: large"; }; -String RID_DOUBLE_LINE2 +String RID_THICKTHIN_SMALLGAP { - Text [ en-US ] = "Double, thin, spacing: small" ; + Text [ en-US ] = "Double, inside: thick, outside: fine, spacing: small"; }; -String RID_DOUBLE_LINE3 +String RID_THICKTHIN_MEDIUMGAP { - Text [ en-US ] = "Double, thick, spacing: large" ; + Text [ en-US ] = "Double, inside: thick, outside: fine, spacing: medium"; }; -String RID_DOUBLE_LINE4 +String RID_THICKTHIN_LARGEGAP { - Text [ en-US ] = "Double, inside: fine lines, outside: thin, spacing: large" ; + Text [ en-US ] = "Double, inside: thick, outside: fine, spacing: large"; }; -String RID_DOUBLE_LINE5 +String RID_EMBOSSED { - Text [ en-US ] = "Double, inside: fine lines, outside: thick, spacing: large" ; + Text [ en-US ] = "3D embossed" ; }; -String RID_DOUBLE_LINE6 +String RID_ENGRAVED { - Text [ en-US ] = "Double, inside: fine lines, outside: very thick, spacing: large" ; + Text [ en-US ] = "3D engraved" ; }; -String RID_DOUBLE_LINE7 +String RID_INSET { - Text [ en-US ] = "Double, inside: thin, outside: thick, spacing: large" ; + Text [ en-US ] = "Inset" ; }; -String RID_DOUBLE_LINE8 +String RID_OUTSET { - Text [ en-US ] = "Double, inside: thick, outside: thin, spacing: small" ; -}; -String RID_DOUBLE_LINE9 -{ - Text [ en-US ] = "Double, inside: thick, outside: very thick, spacing: large" ; -}; -String RID_DOUBLE_LINE10 -{ - Text [ en-US ] = "Double, inside: very thick, outside: thick, Spacing: large" ; + Text [ en-US ] = "Outset" ; }; String RID_SVXITEMS_METRIC_MM { |