diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-06 13:15:54 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-07 12:59:59 +0200 |
commit | a5a48ae65c9db6016d5547287d80b115f2c6883d (patch) | |
tree | a644b0db732d834456d866ac11a5bf0426e3f7cb /apps/files_external/js | |
parent | f5c5f45572b389d97c0f07c867abca0f4ea28489 (diff) | |
download | nextcloud-server-a5a48ae65c9db6016d5547287d80b115f2c6883d.tar.gz nextcloud-server-a5a48ae65c9db6016d5547287d80b115f2c6883d.zip |
Move some translation stings around to enable xgettext to detect them
Diffstat (limited to 'apps/files_external/js')
-rw-r--r-- | apps/files_external/js/settings.js | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js index 0b33458bec2..55c12cc0ac9 100644 --- a/apps/files_external/js/settings.js +++ b/apps/files_external/js/settings.js @@ -34,17 +34,7 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE = ' </select>' + ' </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", "Enable sharing") - t("files_external", "Check for changes") - t("files_external", "Never") - t("files_external", "Once every direct access") - */ - + /** * Returns the selection of applicable users in the given configuration row * |