diff options
author | Johnny_M <klasse@partyheld.de> | 2018-02-25 13:18:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-26 12:11:47 +0100 |
commit | ca6089161ad9c24ee3c2eb5c82f4a039107c5313 (patch) | |
tree | 6e22972d77cb2b53790789e3714fb7cb320f4dbc /svx/sdi | |
parent | 43bb03c5b17b1a583d77747bba604b17487d2723 (diff) |
Translate German variable names
Translated the enum values in editeng, but kept the their translation
references in editrids.hrc, to prevent a need to update translations.
"UPPERCASE" was used instead of "CAPS", in alignment to style::CaseMap.
The values in svxitems.sdi don't seem to be used anywhere, but
translated anyway.
Change-Id: I1b3a9a68ce814841819b361ce5767764e3b1968c
Reviewed-on: https://gerrit.libreoffice.org/50305
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svxitems.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 12946d433f16..ddde69537a90 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -63,10 +63,10 @@ item SvxAdjustStruct SvxAdjustItem; enum SvxCaseMap { SVX_CASEMAP_NOT_MAPPED, - SVX_CASEMAP_VERSALIEN, - SVX_CASEMAP_GEMEINE, - SVX_CASEMAP_TITEL, - SVX_CASEMAP_KAPITAELCHEN, + SVX_CASEMAP_UPPERCASE, + SVX_CASEMAP_LOWERCASE, + SVX_CASEMAP_TITLE, + SVX_CASEMAP_SMALLCAPS, SVX_CASEMAP_END }; item SvxCaseMap SvxCaseMapItem; |