mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-27 23:09:10 -04:00
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<br/>
|
||||
percent_complete: <span id="gPercentComplete"></span>
|
||||
<div>
|
||||
<button id="gPauseButton" onclick="dismiss()"><?= _("Pause") ?></button>
|
||||
<button id="gDoneButton" style="display: none" onclick="dismiss()"><?= _("Done") ?></button>
|
||||
<button id="gPauseButton" onclick="dismiss()"><?= t("Pause") ?></button>
|
||||
<button id="gDoneButton" style="display: none" onclick="dismiss()"><?= t("Done") ?></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user