summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-30 14:00:52 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-05-30 14:00:52 +0200
commit80d4309669cb11c1b8e28964e7d13d4898c59c8a (patch)
tree1fabe2d0aaa441e1b317fada738be452662e5cf6 /apps/files_external
parenta3bc11241230dda8709f98663d8fbc00bdbb2d2e (diff)
downloadnextcloud-server-80d4309669cb11c1b8e28964e7d13d4898c59c8a.tar.gz
nextcloud-server-80d4309669cb11c1b8e28964e7d13d4898c59c8a.zip
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
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/js/settings.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js
index 1dae64216e1..287b4664541 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
*