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 #6366 from SAPlayer/german-translation
Browse files Browse the repository at this point in the history
New german translation
  • Loading branch information
ingorichter committed Jan 8, 2014
2 parents d6eacd6 + 7198d7d commit f95dee6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ define({
"REPLACE_PLACEHOLDER" : "Ersetzen mit\u2026",
"BUTTON_REPLACE_ALL" : "Alle\u2026",
"BUTTON_REPLACE" : "Ersetzen",

"BUTTON_NEXT" : "\u25B6",
"BUTTON_PREV" : "\u25C0",
"BUTTON_NEXT_HINT" : "Nächster Treffer",
Expand Down Expand Up @@ -160,7 +159,6 @@ define({
"FIND_IN_FILES_MORE_THAN" : "Über ",
"FIND_IN_FILES_PAGING" : "{0}—{1}",
"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 Expand Up @@ -194,6 +192,7 @@ define({
"STATUSBAR_TAB_SIZE" : "Tab-Schrittweite:",
"STATUSBAR_LINE_COUNT_SINGULAR" : "\u2014 {0} Zeile",
"STATUSBAR_LINE_COUNT_PLURAL" : "\u2014 {0} Zeilen",
"STATUSBAR_USER_EXTENSIONS_DISABLED" : "Erweiterungen deaktiviert",

// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE" : "{0} Fehler",
Expand All @@ -206,6 +205,7 @@ define({
"NO_LINT_AVAILABLE" : "Es ist kein Linter für {0} verfügbar",
"NOTHING_TO_LINT" : "Es gibt nichts zum Linten",


/**
* Command Name Constants
*/
Expand Down Expand Up @@ -437,6 +437,7 @@ define({
"DEBUG_MENU" : "Debug",
"CMD_SHOW_DEV_TOOLS" : "Entwicklungswerkzeuge zeigen",
"CMD_REFRESH_WINDOW" : "{APP_NAME} neu laden",
"CMD_RELOAD_WITHOUT_USER_EXTS" : "Ohne Erweiterungen neu laden",
"CMD_NEW_BRACKETS_WINDOW" : "Neues {APP_NAME}-Fenster",
"CMD_SWITCH_LANGUAGE" : "Sprache wechseln",
"CMD_RUN_UNIT_TESTS" : "Tests durchführen",
Expand Down Expand Up @@ -475,6 +476,7 @@ define({
"LOCALE_TR" : "Türkisch",
"LOCALE_ZH_CN" : "Chinesisch, vereinfacht",
"LOCALE_HU" : "Ungarisch",
"LOCALE_KO" : "Koreanisch",

// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Zeit",
Expand Down

0 comments on commit f95dee6

Please sign in to comment.