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 #5212 from SAPlayer/patch-4
Browse files Browse the repository at this point in the history
Update strings.js, some new german translations
  • Loading branch information
ingorichter committed Sep 18, 2013
2 parents 32e5b10 + 7148725 commit b57dfc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ define({
"LIVE_DEV_STATUS_TIP_PROGRESS1" : "Live-Vorschau: Verbinden\u2026",
"LIVE_DEV_STATUS_TIP_PROGRESS2" : "Live-Vorschau: Initialisieren\u2026",
"LIVE_DEV_STATUS_TIP_CONNECTED" : "Live-Vorschau trennen",
"LIVE_DEV_STATUS_TIP_OUT_OF_SYNC" : "Live-Vorschau: Klicken, um Verbindung zu trennen (Zum Aktualisieren Datei speichern)",
"LIVE_DEV_STATUS_TIP_OUT_OF_SYNC" : "Live-Vorschau (Speichern zum Aktualisieren)",
"LIVE_DEV_STATUS_TIP_SYNC_ERROR" : "Live-Vorschau (Es wird aufgrund eines Syntax-Fehlers nicht aktualisiert)",

"LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS" : "Die Live-Vorschau wurde abgebrochen, weil die Entwickler-Tools des Browsers geöffnet wurden",
"LIVE_DEV_DETACHED_TARGET_CLOSED" : "Die Live-Vorschau wurde abgebrochen, weil die Seite im Browser geschlossen wurde",
Expand Down Expand Up @@ -436,16 +437,17 @@ define({
// Locales (used by Debug > Switch Language)
"LOCALE_DE" : "Deutsch",
"LOCALE_EN" : "Englisch",
"LOCALE_FR" : "Französisch",
"LOCALE_CS" : "Tschechisch",
"LOCALE_ES" : "Spanisch",
"LOCALE_FI" : "Finnisch",
"LOCALE_FR" : "Französisch",
"LOCALE_IT" : "Italienisch",
"LOCALE_JA" : "Japanisch",
"LOCALE_NB" : "Norwegisch",
"LOCALE_PL" : "Polnisch",
"LOCALE_PT_BR" : "Portugiesisch, Brasilien",
"LOCALE_PT_PT" : "Portugiesisch",
"LOCALE_RU" : "Russisch",
"LOCALE_SK" : "Slowakisch",
"LOCALE_SV" : "Schwedisch",
"LOCALE_TR" : "Türkisch",
"LOCALE_ZH_CN" : "Chinesisch, vereinfacht",
Expand Down

0 comments on commit b57dfc9

Please sign in to comment.