Skip to content

Commit

Permalink
Bug #13666: Add internal translatable string embedded within jquerymo…
Browse files Browse the repository at this point in the history
…bile
  • Loading branch information
slusarz committed Nov 5, 2014
1 parent cd965a3 commit 2f37242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/PageOutput.php
Expand Up @@ -590,6 +590,7 @@ public function header(array $opts = array())
$this->smartmobileInit = array_merge(array(
'$.mobile.page.prototype.options.backBtnText = "' . Horde_Core_Translation::t("Back") .'";',
'$.mobile.dialog.prototype.options.closeBtnText = "' . Horde_Core_Translation::t("Close") .'";',
'$.mobile.listview.prototype.options.filterPlaceholder = "' . Horde_Core_Translation::t("Filter items...") . '";',
'$.mobile.loader.prototype.options.text = "' . Horde_Core_Translation::t("loading") . '";'
),
isset($opts['smartmobileinit']) ? $opts['smartmobileinit'] : array(),
Expand Down

0 comments on commit 2f37242

Please sign in to comment.