i18n for timeslider steppers
parent
662216b6cf
commit
37c7c7eabe
|
@ -121,6 +121,10 @@
|
||||||
"timeslider.version": "Version {{version}}",
|
"timeslider.version": "Version {{version}}",
|
||||||
"timeslider.saved": "Saved {{month}} {{day}}, {{year}}",
|
"timeslider.saved": "Saved {{month}} {{day}}, {{year}}",
|
||||||
|
|
||||||
|
"timeslider.playpause": "Playback / Pause Pad Contents",
|
||||||
|
"timeslider.backrevision":"Go back a revision in this Pad",
|
||||||
|
"timeslider.forwardrevision":"Go forward a revision in this Pad",
|
||||||
|
|
||||||
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||||
"timeslider.month.january": "January",
|
"timeslider.month.january": "January",
|
||||||
"timeslider.month.february": "February",
|
"timeslider.month.february": "February",
|
||||||
|
|
|
@ -61,11 +61,11 @@
|
||||||
<div id="ui-slider-bar"></div>
|
<div id="ui-slider-bar"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="playpause_button">
|
<div id="playpause_button">
|
||||||
<button id="playpause_button_icon" class=""></button>
|
<button id="playpause_button_icon" class="" data-l10n-id="timeslider.playPause"></button>
|
||||||
</div>
|
</div>
|
||||||
<div id="steppers">
|
<div id="steppers">
|
||||||
<button class="stepper" id="leftstep"></button>
|
<button class="stepper" id="leftstep" data-l10n-id="timeslider.backRevision"></button>
|
||||||
<button class="stepper" id="rightstep"></button>
|
<button class="stepper" id="rightstep" data-l10n-id="timeslider.forwardRevision"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue