29 lines
2.8 KiB
JavaScript
29 lines
2.8 KiB
JavaScript
OC.L10N.register(
|
|
"survey_client",
|
|
{
|
|
"Last report sent on: {on}" : "Last report sent on: {on}",
|
|
"An error occurred while sending your report." : "An error occurred while sending your report.",
|
|
"App list <em>(for each app: name, version, enabled status)</em>" : "App list <em>(for each app: name, version, enabled status)</em>",
|
|
"Database environment <em>(type, version, database size)</em>" : "Database environment <em>(type, version, database size)</em>",
|
|
"Encryption information <em>(is it enabled?, what is the default module)</em>" : "Encryption information <em>(is it enabled?, what is the default module)</em>",
|
|
"Number of shares <em>(per type and permission setting)</em>" : "Number of shares <em>(per type and permission setting)</em>",
|
|
"PHP environment <em>(version, memory limit, max. execution time, max. file size)</em>" : "PHP environment <em>(version, memory limit, max. execution time, max. file size)</em>",
|
|
"Server instance details <em>(version, memcache used, status of locking/previews/avatars)</em>" : "Server instance details <em>(version, memcache used, status of locking/previews/avatars)</em>",
|
|
"Statistic <em>(number of files, users, storages per type, comments and tags)</em>" : "Statistic <em>(number of files, users, storages per type, comments and tags)</em>",
|
|
"Usage survey" : "Usage survey",
|
|
"Help improve Nextcloud" : "Help improve Nextcloud",
|
|
"Do you want to help us to improve Nextcloud by providing some anonymized data about your setup and usage? You can disable it at any time in the admin settings again." : "Do you want to help us to improve Nextcloud by providing some anonymized data about your setup and usage? You can disable it at any time in the admin settings again.",
|
|
"Send usage" : "Send usage",
|
|
"Not now" : "Not now",
|
|
"Never" : "Never",
|
|
"Sends anonymized data to Nextcloud to help us to improve Nextcloud." : "Sends anonymized data to Nextcloud to help us to improve Nextcloud.",
|
|
"Sends anonymized data to Nextcloud to help us to improve Nextcloud. You\n\t\talways have full control over the content sent to Nextcloud and can disable\n\t\tit again at any time." : "Sends anonymized data to Nextcloud to help us to improve Nextcloud. You\n\t\talways have full control over the content sent to Nextcloud and can disable\n\t\tit again at any time.",
|
|
"You can help improve Nextcloud by sending us some data about your current setup and usage." : "You can help improve Nextcloud by sending us some data about your current setup and usage.",
|
|
"Send new report now" : "Send new report now",
|
|
"Send usage survey monthly" : "Send usage survey monthly",
|
|
"Data to send" : "Data to send",
|
|
"Last report sent on: %s" : "Last report sent on: %s",
|
|
"Last report" : "Last report"
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|