Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 2274521

Browse files
committed
Merge pull request #6754 from SAPlayer/german-translation
German translation of FIND_IN_FILES_EXPAND_COLLAPSE
2 parents 942505c + 21f0d0e commit 2274521

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/nls/de/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ define({
162162
"FIND_IN_FILES_MATCHES" : "Treffer",
163163
"FIND_IN_FILES_MORE_THAN" : "Über ",
164164
"FIND_IN_FILES_PAGING" : "{0}—{1}",
165+
"FIND_IN_FILES_EXPAND_COLLAPSE" : "Strg/Cmd + Klick, um alle aus-/einzuklappen",
165166
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>",
166167
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Fehler beim Abrufen der Update-Info",
167168
"ERROR_FETCHING_UPDATE_INFO_MSG" : "Beim Abrufen der neusten Update-Informationen vom Server ist ein Problem aufgetreten. Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und probieren Sie es erneut.",

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ define({
162162
"FIND_IN_FILES_MATCHES" : "matches",
163163
"FIND_IN_FILES_MORE_THAN" : "Over ",
164164
"FIND_IN_FILES_PAGING" : "{0}&mdash;{1}",
165-
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>", // We shoudl use normal dashes on Windows instead of em dash eventually
165+
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>", // We should use normal dashes on Windows instead of em dash eventually
166166
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Error getting update info",
167167
"ERROR_FETCHING_UPDATE_INFO_MSG" : "There was a problem getting the latest update information from the server. Please make sure you are connected to the internet and try again.",
168168

0 commit comments

Comments
 (0)