-
Notifications
You must be signed in to change notification settings - Fork 14
/
plugin-upload.properties
40 lines (37 loc) · 2.53 KB
/
plugin-upload.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
plugin-upload.plugin-title = Plugin Upload
plugin-upload.plugin-description = Plugin for uploading new plugins
plugin-upload.upload-title = Add new plugin
plugin-upload.add-plugin = Add New Plugin
plugin-upload.upload-description = Upload your new plugin packed as .zip, .tar, .tar.gz or .tgz.
plugin-upload.drag-drop = Drag & drop files here or
plugin-upload.drag-drop-unable = Your browser doesn't support drag & drop upload.
plugin-upload.browse = browse
plugin-upload.confirm = Confirm
plugin-upload.remove = Remove file
plugin-upload.processing = Uploading
plugin-upload.saving-data = Your file is being uploaded on server
plugin-upload.error = Error
plugin-upload.badformat = Plugin should be uploaded as .zip, .tar, .tar.gz or .tgz.
plugin-upload.nofile = Please choose file to upload
plugin-upload.success = Upload successful.
plugin-upload.package_missing = Missing file package.json
plugin-upload.package_invalid = File package.json is invalid
plugin-upload.name_missing = In file package.json "name" missing
plugin-upload.title_missing = In file package.json "title" missing
plugin-upload.version_missing = In file package.json "version" missing
plugin-upload.description_missing = In file package.json "description" missing
plugin-upload.name_invalid = Please replace "." with "_" or "-" in package.js -> name.
plugin-upload.existing_name = You already have plugin with this name on server. Please choose different name.
plugin-upload.enabled_plugin = You have enabled plugin with same name on server. If you want to rewrite it, you have to disable it at first.
plugin-upload.files_missing = Your plugin should have: api/api.js file, frontend/app.js file, frontend/public folder.
plugin-upload.apijs_missing = Your plugin should have api/api.js file.
plugin-upload.appjs_missing = Your plugin should have frontend/app.js file.
plugin-upload.public_missing = Your plugin should have frontend/public folder.
plugin-upload.javascripts_missing = Your plugin should have frontend/public/javascripts folder.
plugin-upload.bad_archive = Unable to unarchive your file.
plugin-upload.install_missing = Missing file install.js
plugin-upload.uninstall_missing = Missing file uninstall.js
plugin-upload.init-missing = init() function in file frontend/app.js file missing.
plugin-upload.toobig = Error with uploading. If archive size exceeds 2.0 MB upload is possible only via ssh.
system.action.plugin_uploaded = Plugin uploaded
plugin-upload.plugins_disabled = Countly has been crashing and restarting repeatedly. In attempt to fix it lastly enabled plugins have been disabled.