19 lines
566 B
JavaScript
19 lines
566 B
JavaScript
// I18N constants
|
||
// LANG: "de", ENCODING: UTF-8
|
||
{
|
||
"SmartReplace Settings" : "SmartReplace Einstellungen",
|
||
"Enable automatic replacements" : "Automatische Ersetzung aktivieren",
|
||
"Convert all quotes and dashes in the current document": "Alle Anführungszeichen und Gedankenstriche umwandeln",
|
||
|
||
"OpeningDoubleQuotes": "„",
|
||
"ClosingDoubleQuotes": "“",
|
||
"OpeningSingleQuote": "‚",
|
||
"ClosingSingleQuote": "‘"
|
||
|
||
/*
|
||
"OpeningDoubleQuotes": "»",
|
||
"ClosingDoubleQuotes": "«",
|
||
"OpeningSingleQuote": "›",
|
||
"ClosingSingleQuote": "‹"
|
||
*/
|
||
}; |