mirror of https://github.com/xwiki-labs/cryptpad
translation keys
This commit is contained in:
parent
9231bb7ab8
commit
66d56581fc
|
@ -14,7 +14,6 @@ define([
|
|||
'/common/application_config_internal.js',
|
||||
'/api/config'
|
||||
], function (AppConfig, ApiConfig ) {
|
||||
// const Path = require("path");
|
||||
|
||||
// Example: If you want to remove the survey link in the menu:
|
||||
// AppConfig.surveyURL = "";
|
||||
|
|
|
@ -46,6 +46,13 @@ define([
|
|||
Instance,
|
||||
Flatpickr
|
||||
) {
|
||||
|
||||
//XXX
|
||||
Messages.admin_appSelection = 'App configuration saved'
|
||||
Messages.admin_appsTitle = "Choose your applications"
|
||||
Messages.admin_appsHint = "Choose which apps are available to users on your instance."
|
||||
Messages.admin_cat_apps = "Apps"
|
||||
|
||||
var APP = window.APP = {};
|
||||
|
||||
var Nacl = window.nacl;
|
||||
|
@ -653,8 +660,6 @@ define([
|
|||
$(appBlock).on('click', () => select(app))
|
||||
});
|
||||
|
||||
|
||||
Messages.admin_appSelection = 'App configuration saved'
|
||||
var save = blocks.activeButton('primary', '', Messages.settings_save, function (done) {
|
||||
sFrameChan.query('Q_ADMIN_RPC', {
|
||||
cmd: 'ADMIN_DECREE',
|
||||
|
|
|
@ -1385,7 +1385,6 @@
|
|||
"bounce_danger": "The link you clicked does not lead to a web-page but to some code or data that could be malicious.\n\n(\"{0}\")\n\nCryptPad blocks these for security reasons. Clicking OK will close this tab.",
|
||||
"admin_archiveNote": "Note",
|
||||
"admin_nameTitle": "Instance name",
|
||||
"admin_appsTitle": "Choose your applications",
|
||||
"admin_nameHint": "The name displayed for this instance in the list of public instances on cryptpad.org",
|
||||
"ui_saved": "{0} saved",
|
||||
"admin_descriptionTitle": "Instance description",
|
||||
|
@ -1429,7 +1428,6 @@
|
|||
"ui_experimental": "This feature is considered experimental.",
|
||||
"admin_noticeTitle": "Home page notice",
|
||||
"admin_noticeHint": "An optional message to display on the home page",
|
||||
"admin_appsHint": "Choose which apps are available to users on your instance.",
|
||||
"footer_website": "Project Website",
|
||||
"home_location": "Encrypted data is hosted in {0}",
|
||||
"home_morestorage": "For more storage space:",
|
||||
|
|
Loading…
Reference in New Issue