Fixed Translation for "txtEncoding"
Encoding should be translated to "Zeichenkodierung" not "Verschlüsselung"
This commit is contained in:
parent
6996e96c61
commit
e16fd95a10
|
@ -189,7 +189,7 @@
|
|||
"Common.Views.OpenDialog.cancelButtonText": "Abbrechen",
|
||||
"Common.Views.OpenDialog.closeButtonText": "Datei schließen",
|
||||
"Common.Views.OpenDialog.okButtonText": "OK",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Verschlüsselung ",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Zeichenkodierung",
|
||||
"Common.Views.OpenDialog.txtIncorrectPwd": "Kennwort ist falsch.",
|
||||
"Common.Views.OpenDialog.txtPassword": "Kennwort",
|
||||
"Common.Views.OpenDialog.txtPreview": "Vorschau",
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
"Common.Views.OpenDialog.cancelButtonText": "Abbrechen",
|
||||
"Common.Views.OpenDialog.closeButtonText": "Datei schließen",
|
||||
"Common.Views.OpenDialog.okButtonText": "OK",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Verschlüsselung",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Zeichenkodierung",
|
||||
"Common.Views.OpenDialog.txtIncorrectPwd": "Kennwort ist falsch.",
|
||||
"Common.Views.OpenDialog.txtPassword": "Kennwort",
|
||||
"Common.Views.OpenDialog.txtProtected": "Sobald Sie das Passwort eingegeben und die Datei geöffnet haben, wird das aktuelle Passwort für die Datei zurückgesetzt.",
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
"Common.Views.OpenDialog.txtColon": "Doppelpunkt",
|
||||
"Common.Views.OpenDialog.txtComma": "Komma",
|
||||
"Common.Views.OpenDialog.txtDelimiter": "Trennzeichen",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Verschlüsselung",
|
||||
"Common.Views.OpenDialog.txtEncoding": "Zeichenkodierung",
|
||||
"Common.Views.OpenDialog.txtIncorrectPwd": "Kennwort ist falsch.",
|
||||
"Common.Views.OpenDialog.txtOther": "Sonstige",
|
||||
"Common.Views.OpenDialog.txtPassword": "Kennwort",
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
"SSE.Controllers.Main.txtDelimiter": "Trennzeichen",
|
||||
"SSE.Controllers.Main.txtDiagramTitle": "Diagrammtitel",
|
||||
"SSE.Controllers.Main.txtEditingMode": "Bearbeitungsmodus einschalten...",
|
||||
"SSE.Controllers.Main.txtEncoding": "Verschlüsselung ",
|
||||
"SSE.Controllers.Main.txtEncoding": "Zeichenkodierung",
|
||||
"SSE.Controllers.Main.txtErrorLoadHistory": "Laden der Historie ist fehlgeschlagen",
|
||||
"SSE.Controllers.Main.txtFiguredArrows": "Geformte Pfeile",
|
||||
"SSE.Controllers.Main.txtLines": "Linien",
|
||||
|
|
Loading…
Reference in a new issue