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

Commit

Permalink
Merge pull request #6754 from SAPlayer/german-translation
Browse files Browse the repository at this point in the history
German translation of FIND_IN_FILES_EXPAND_COLLAPSE
  • Loading branch information
pthiess committed Feb 5, 2014
2 parents 942505c + 21f0d0e commit 2274521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ define({
"FIND_IN_FILES_MATCHES" : "Treffer",
"FIND_IN_FILES_MORE_THAN" : "Über ",
"FIND_IN_FILES_PAGING" : "{0}—{1}",
"FIND_IN_FILES_EXPAND_COLLAPSE" : "Strg/Cmd + Klick, um alle aus-/einzuklappen",
"FIND_IN_FILES_FILE_PATH" : "<span class='dialog-filename'>{0}</span> {2} <span class='dialog-path'>{1}</span>",
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Fehler beim Abrufen der Update-Info",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ define({
"FIND_IN_FILES_MATCHES" : "matches",
"FIND_IN_FILES_MORE_THAN" : "Over ",
"FIND_IN_FILES_PAGING" : "{0}&mdash;{1}",
"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
"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
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Error getting update info",
"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.",

Expand Down

0 comments on commit 2274521

Please sign in to comment.