зеркало из https://github.com/mozilla/brackets.git
Localize JSLINT_NO_ERRORS string
This commit is contained in:
Родитель
b7cbe21ffc
Коммит
0d24d33f15
|
@ -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}}">
|
||||
★
|
||||
</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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче