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 #5449 from SAPlayer/new-live-error-message
Browse files Browse the repository at this point in the history
Changed live preview error message to match sprint 32
  • Loading branch information
pthiess committed Oct 11, 2013
2 parents e6012c8 + 743ef4d commit a0ca048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ define({
"LIVE_DEVELOPMENT_RELAUNCH_TITLE" : "Verbinden zum Browser",
"LIVE_DEVELOPMENT_ERROR_MESSAGE" : "Um die Live-Vorschau zu verwenden, muss Chrome mit aktiviertem Remote-Debugging neu gestartet werden.<br /><br />Soll Chrome neu gestartet werden, um das Remote Debugger Protokoll zu aktivieren?",
"LIVE_DEV_LOADING_ERROR_MESSAGE" : "Laden der Live-Vorschau nicht möglich",
"LIVE_DEV_NEED_HTML_MESSAGE" : "Öffnen Sie eine HTML-Datei, um die Live-Vorschau zu starten.",
"LIVE_DEV_NEED_HTML_MESSAGE" : "Öffnen Sie eine HTML-Datei oder stellen Sie sicher, dass sich eine index.html-Datei im Projekt befindet, um die Live-Vorschau zu starten.",
"LIVE_DEV_NEED_BASEURL_MESSAGE" : "Zum Starten der Live-Vorschau mit einer serverseitigen Datei müssen Sie eine Basis-URL für dieses Projekt angeben.",
"LIVE_DEV_SERVER_NOT_READY_MESSAGE" : "Ein Fehler ist beim Starten des HTTP-Servers oder der Live-Vorschau-Dateien aufgetreten. Bitte versuchen Sie es später erneut.",
"LIVE_DEVELOPMENT_INFO_TITLE" : "Willkommen bei der Live-Vorschau!",
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 @@ -81,7 +81,7 @@ define({
"LIVE_DEVELOPMENT_RELAUNCH_TITLE" : "Connecting to Browser",
"LIVE_DEVELOPMENT_ERROR_MESSAGE" : "In order for Live Preview to connect, Chrome needs to be relaunched with remote debugging enabled.<br /><br />Would you like to relaunch Chrome and enable remote debugging?",
"LIVE_DEV_LOADING_ERROR_MESSAGE" : "Unable to load Live Development page",
"LIVE_DEV_NEED_HTML_MESSAGE" : "Open an HTML file in order to launch live preview.",
"LIVE_DEV_NEED_HTML_MESSAGE" : "Open an HTML file or make sure there is an index.html file in your project in order to launch live preview.",
"LIVE_DEV_NEED_BASEURL_MESSAGE" : "To launch live preview with a server-side file, you need to specify a Base URL for this project.",
"LIVE_DEV_SERVER_NOT_READY_MESSAGE" : "Error starting up the HTTP server for live development files. Please try again.",
"LIVE_DEVELOPMENT_INFO_TITLE" : "Welcome to Live Preview!",
Expand Down

0 comments on commit a0ca048

Please sign in to comment.