Localize JSLINT_NO_ERRORS string

This commit is contained in:
J.M 2012-09-06 13:30:34 +02:00
Родитель b7cbe21ffc
Коммит 0d24d33f15
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -78,7 +78,7 @@
<a href="#" id="toolbar-go-live"></a> <!-- tooltip for this is set in JS -->
<span id="gold-star" title="No JSLint errors - good job!">
<span id="gold-star" title="{{JSLINT_NO_ERRORS}}">
&#9733;
</span>
</div>

Просмотреть файл

@ -206,6 +206,7 @@ define({
// Strings for main-view.html
"EXPERIMENTAL_BUILD" : "Experimenteller Build",
"JSLINT_ERRORS" : "JSLint-Fehler",
"JSLINT_NO_ERRORS" : "Keine JSLint-Fehler – gute Arbeit!",
"SEARCH_RESULTS" : "Suchergebnisse",
"OK" : "OK",
"DONT_SAVE" : "Nicht speichern",

Просмотреть файл

@ -204,6 +204,7 @@ define({
// Strings for main-view.html
"EXPERIMENTAL_BUILD" : "Experimental Build",
"JSLINT_ERRORS" : "JSLint Errors",
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
"SEARCH_RESULTS" : "Search Results",
"OK" : "OK",
"DONT_SAVE" : "Don't Save",