summaryrefslogtreecommitdiff
path: root/sal/textenc/textenc.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-10-30 21:03:57 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-10-31 14:26:51 +0100
commit2a06d78483db77aab28eaa522791bb4d96a4094e (patch)
treecd7a68afc5c50156de4c3c8ec8d5483b6ce5844e /sal/textenc/textenc.cxx
parentee401edfaae6e31e1276f2038e8661371b6240de (diff)
Translate German comments
Change-Id: I94cdb753d01dfd0d5b8f78ede1819b281b840ab2 Reviewed-on: https://gerrit.libreoffice.org/62669 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sal/textenc/textenc.cxx')
-rw-r--r--sal/textenc/textenc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index ded8815a4e97..4f5923d44fde 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -89,7 +89,7 @@ static unsigned char const aImplA0FFSameToCharTab[SAMEA0FFCHAR_END
/* MS-1252 */
/* Windows Standard CharSet (ANSI) for Western Script */
-/* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
+/* 1-Byte, 0x00-0x7F ASCII without exception */
/* Convert-Tables: mappings/vendors/micsft/windows/cp1252.txt from 04/15/98 Version 2.01 */
/* Last-Changes from us: */
@@ -194,7 +194,7 @@ static ImplTextEncodingData const aImplMS1252TextEncodingData
/* ISO-8859-1 */
/* Unix Standard CharSet (Latin1) for Western Script */
-/* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
+/* 1-Byte, 0x00-0x7F ASCII without exception, 0x80-0x9F control character like in Unicode */
/* Convert-Tables: mappings/iso8859/8859-1.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */
/* Last-Changes from us: */
@@ -259,7 +259,7 @@ static ImplTextEncodingData const aImplISO88591TextEncodingData
/* US-ASCII */
/* 7-Bit ASCII */
-/* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
+/* 1-Byte, 0x00-0x7F ASCII without exception */
/* For the import we use ISO-8859-1 with MS extension (MS-1252), because */
/* when the 8-Bit is set, the chance, that this is a ISO-8859-1 character */
/* is the greatest. For the export all chars greater than 127 are not */