[Pkg-owncloud-commits] [owncloud] 193/457: Fix files_external l10n
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 80d4309669cb11c1b8e28964e7d13d4898c59c8a
Author: Morris Jobke <hey at morrisjobke.de>
Date: Sat May 30 14:00:52 2015 +0200
Fix files_external l10n
* current l10n..pl script can't extract JS functions that are within a handlebars
template - therefore they are duplicated until the script is fixed
---
apps/files_external/js/settings.js | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js
index 1dae642..287b466 100644
--- a/apps/files_external/js/settings.js
+++ b/apps/files_external/js/settings.js
@@ -32,6 +32,16 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
' </div>' +
'</div>';
+ /* TODO the current l10n extrator can't handle JS functions within handlebar
+ templates therefore they are duplicated here
+ t("files_external", "Enable encryption")
+ t("files_external", "Enable previews")
+ t("files_external", "Check for changes")
+ t("files_external", "Never")
+ t("files_external", "Once every direct access")
+ t("files_external", "Every time the filesystem is used")
+ */
+
/**
* Returns the selection of applicable users in the given configuration row
*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list