Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/245458
Change subject: Update indentation to use tabs
......................................................................
Update indentation to use tabs
Change-Id: I36493cf193cd4cd0d369074df6f7a1cee94588d4
---
M i18n/en.json
1 file changed, 49 insertions(+), 49 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Score
refs/changes/58/245458/1
diff --git a/i18n/en.json b/i18n/en.json
index 4365cb5..4d6107f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,51 +1,51 @@
{
- "@metadata": {
- "authors": []
- },
- "score-abc2lynotexecutable": "ABC to LilyPond converter could not be
executed: $1 is not an executable file. Make sure <code>$wgScoreAbc2Ly</code>
is set correctly.",
- "score-abcconversionerr": "Unable to convert ABC file to LilyPond
format:\n$1",
- "score-chdirerr": "Unable to change to directory $1",
- "score-cleanerr": "Unable to clean out old files before re-rendering",
- "score-compilererr": "Unable to compile LilyPond input file:\n$1",
- "score-backend-error": "Unable to copy the generated files to their final
location:\n$1",
- "score-desc": "Adds a tag for rendering musical scores with LilyPond",
- "score-error-category": "Pages with score rendering errors",
- "score-error-category-desc": "There was an error while rendering the
score.",
- "score-getcwderr": "Unable to obtain current working directory",
- "score-invalidlang": "Invalid score language lang=\"<nowiki>$1</nowiki>\".
Currently recognized languages are lang=\"lilypond\" (the default) and
lang=\"ABC\".",
- "score-invalidoggoverride": "The file \"<nowiki>$1</nowiki>\" you
specified with override_ogg is invalid. Please specify the file name only, omit
<nowiki>[[…]]</nowiki> and the \"{{ns:file}}:\" prefix.",
- "score-midioverridenotfound": "The file \"<nowiki>$1</nowiki>\" you
specified with override_midi could not be found. Please specify the file name
only, omit <nowiki>[[…]]</nowiki> and the \"{{ns:file}}:\" prefix.",
- "score-noabcinput": "ABC source file $1 could not be created.",
- "score-noimages": "No score images were generated. Please check your score
code.",
- "score-noinput": "Failed to create LilyPond input file $1.",
- "score-nomediahandler": "Ogg/Vorbis conversion requires an installed and
configured version of either the
[https://www.mediawiki.org/wiki/Extension:TimedMediaHandler TimedMediaHandler
extension], or the [https://www.mediawiki.org/wiki/Extension:OggHandler
OggHandler extension].",
- "score-nomidi": "No MIDI file generated despite being requested. If you
are working in raw LilyPond mode, make sure to provide a proper \\midi block.",
- "score-nooutput": "Failed to create output directory $1.",
- "score-notexecutable": "Could not execute LilyPond: $1 is not an
executable file. Make sure <code>$wgScoreLilyPond</code> is set correctly.",
- "score-nocontent": "Could not load file $1 from server.",
- "score-oggconversionerr": "Unable to convert MIDI to Ogg/Vorbis:\n$1",
- "score-oggoverridenotfound": "The file \"<nowiki>$1</nowiki>\" you
specified with override_ogg does not exist.",
- "score-page": "Page $1",
- "score-pregreplaceerr": "PCRE regular expression replacement failed",
- "score-readerr": "Unable to read file $1.",
- "score-timiditynotexecutable": "TiMidity++ could not be executed: $1 is
not an executable file. Make sure <code>$wgScoreTimidity</code> is set
correctly.",
- "score-renameerr": "Error moving score files to upload directory.",
- "score-trimerr": "Image could not be trimmed:\n$1\nSet
<code>$wgScoreTrim=false</code> if this problem persists.",
- "score-versionerr": "Unable to obtain LilyPond version:\n$1",
- "score-visualeditor-mwscoreinspector-card-advanced": "Advanced",
- "score-visualeditor-mwscoreinspector-card-audio": "Audio",
- "score-visualeditor-mwscoreinspector-card-midi": "MIDI",
- "score-visualeditor-mwscoreinspector-card-notation": "Notation",
- "score-visualeditor-mwscoreinspector-lang": "Language",
- "score-visualeditor-mwscoreinspector-lang-abc": "ABC",
- "score-visualeditor-mwscoreinspector-lang-lilypond": "LilyPond",
- "score-visualeditor-mwscoreinspector-midi": "Link to a MIDI file
(auto-generated by default)",
- "score-visualeditor-mwscoreinspector-override-midi": "Use an existing MIDI
file",
- "score-visualeditor-mwscoreinspector-override-midi-placeholder": "Name of
existing MIDI file",
- "score-visualeditor-mwscoreinspector-override-ogg": "Use an existing audio
file",
- "score-visualeditor-mwscoreinspector-override-ogg-placeholder": "Name of
existing audio file (must be Ogg/Vorbis)",
- "score-visualeditor-mwscoreinspector-raw": "This is a complete LilyPond
file",
- "score-visualeditor-mwscoreinspector-title": "Musical notation",
- "score-visualeditor-mwscoreinspector-vorbis": "Include an audio file
(auto-generated by default)",
- "score-vorbisoverrideogg": "You cannot request Ogg/Vorbis rendering and
specify override_ogg at the same time."
+ "@metadata": {
+ "authors": []
+ },
+ "score-abc2lynotexecutable": "ABC to LilyPond converter could not be
executed: $1 is not an executable file. Make sure <code>$wgScoreAbc2Ly</code>
is set correctly.",
+ "score-abcconversionerr": "Unable to convert ABC file to LilyPond
format:\n$1",
+ "score-chdirerr": "Unable to change to directory $1",
+ "score-cleanerr": "Unable to clean out old files before re-rendering",
+ "score-compilererr": "Unable to compile LilyPond input file:\n$1",
+ "score-backend-error": "Unable to copy the generated files to their
final location:\n$1",
+ "score-desc": "Adds a tag for rendering musical scores with LilyPond",
+ "score-error-category": "Pages with score rendering errors",
+ "score-error-category-desc": "There was an error while rendering the
score.",
+ "score-getcwderr": "Unable to obtain current working directory",
+ "score-invalidlang": "Invalid score language
lang=\"<nowiki>$1</nowiki>\". Currently recognized languages are
lang=\"lilypond\" (the default) and lang=\"ABC\".",
+ "score-invalidoggoverride": "The file \"<nowiki>$1</nowiki>\" you
specified with override_ogg is invalid. Please specify the file name only, omit
<nowiki>[[…]]</nowiki> and the \"{{ns:file}}:\" prefix.",
+ "score-midioverridenotfound": "The file \"<nowiki>$1</nowiki>\" you
specified with override_midi could not be found. Please specify the file name
only, omit <nowiki>[[…]]</nowiki> and the \"{{ns:file}}:\" prefix.",
+ "score-noabcinput": "ABC source file $1 could not be created.",
+ "score-noimages": "No score images were generated. Please check your
score code.",
+ "score-noinput": "Failed to create LilyPond input file $1.",
+ "score-nomediahandler": "Ogg/Vorbis conversion requires an installed
and configured version of either the
[https://www.mediawiki.org/wiki/Extension:TimedMediaHandler TimedMediaHandler
extension], or the [https://www.mediawiki.org/wiki/Extension:OggHandler
OggHandler extension].",
+ "score-nomidi": "No MIDI file generated despite being requested. If you
are working in raw LilyPond mode, make sure to provide a proper \\midi block.",
+ "score-nooutput": "Failed to create output directory $1.",
+ "score-notexecutable": "Could not execute LilyPond: $1 is not an
executable file. Make sure <code>$wgScoreLilyPond</code> is set correctly.",
+ "score-nocontent": "Could not load file $1 from server.",
+ "score-oggconversionerr": "Unable to convert MIDI to Ogg/Vorbis:\n$1",
+ "score-oggoverridenotfound": "The file \"<nowiki>$1</nowiki>\" you
specified with override_ogg does not exist.",
+ "score-page": "Page $1",
+ "score-pregreplaceerr": "PCRE regular expression replacement failed",
+ "score-readerr": "Unable to read file $1.",
+ "score-timiditynotexecutable": "TiMidity++ could not be executed: $1 is
not an executable file. Make sure <code>$wgScoreTimidity</code> is set
correctly.",
+ "score-renameerr": "Error moving score files to upload directory.",
+ "score-trimerr": "Image could not be trimmed:\n$1\nSet
<code>$wgScoreTrim=false</code> if this problem persists.",
+ "score-versionerr": "Unable to obtain LilyPond version:\n$1",
+ "score-visualeditor-mwscoreinspector-card-advanced": "Advanced",
+ "score-visualeditor-mwscoreinspector-card-audio": "Audio",
+ "score-visualeditor-mwscoreinspector-card-midi": "MIDI",
+ "score-visualeditor-mwscoreinspector-card-notation": "Notation",
+ "score-visualeditor-mwscoreinspector-lang": "Language",
+ "score-visualeditor-mwscoreinspector-lang-abc": "ABC",
+ "score-visualeditor-mwscoreinspector-lang-lilypond": "LilyPond",
+ "score-visualeditor-mwscoreinspector-midi": "Link to a MIDI file
(auto-generated by default)",
+ "score-visualeditor-mwscoreinspector-override-midi": "Use an existing
MIDI file",
+ "score-visualeditor-mwscoreinspector-override-midi-placeholder": "Name
of existing MIDI file",
+ "score-visualeditor-mwscoreinspector-override-ogg": "Use an existing
audio file",
+ "score-visualeditor-mwscoreinspector-override-ogg-placeholder": "Name
of existing audio file (must be Ogg/Vorbis)",
+ "score-visualeditor-mwscoreinspector-raw": "This is a complete LilyPond
file",
+ "score-visualeditor-mwscoreinspector-title": "Musical notation",
+ "score-visualeditor-mwscoreinspector-vorbis": "Include an audio file
(auto-generated by default)",
+ "score-vorbisoverrideogg": "You cannot request Ogg/Vorbis rendering and
specify override_ogg at the same time."
}
--
To view, visit https://gerrit.wikimedia.org/r/245458
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I36493cf193cd4cd0d369074df6f7a1cee94588d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits