380 hint: 'Using the form below, you can decide which file types are allowed to be uploaded to this site.', |
380 hint: 'Using the form below, you can decide which file types are allowed to be uploaded to this site.', |
381 msg_saved: 'Your changes have been saved.', |
381 msg_saved: 'Your changes have been saved.', |
382 msg_demo_mode: 'Hmm, enabling executables, are we? Tsk tsk. I\'d love to know what\'s in that EXE file you want to upload. OK, maybe you didn\'t enable EXEs. But nevertheless, changing allowed filetypes is disabled in the demo.', |
382 msg_demo_mode: 'Hmm, enabling executables, are we? Tsk tsk. I\'d love to know what\'s in that EXE file you want to upload. OK, maybe you didn\'t enable EXEs. But nevertheless, changing allowed filetypes is disabled in the demo.', |
383 }, |
383 }, |
384 acppl: { |
384 acppl: { |
385 |
385 lbl_plugin_name: '<b>%plugin%</b> by %author%', |
|
386 lbl_status_installed: 'Installed', |
|
387 lbl_status_uninstalled: 'Not installed', |
|
388 lbl_status_system: 'System plugin', |
|
389 lbl_status_need_upgrade: 'Disabled (needs upgrade)', |
|
390 lbl_status_disabled: 'Disabled', |
|
391 lbl_filename: 'Filename:', |
|
392 lbl_plugin_site: 'Plugin homepage:', |
|
393 lbl_author_site: 'Author homepage:', |
|
394 lbl_version: 'Version:', |
|
395 lbl_installed_version: 'Installed version:', |
|
396 |
|
397 btn_install: 'Install', |
|
398 btn_disable: 'Disable', |
|
399 btn_enable: 'Enable', |
|
400 btn_upgrade: 'Upgrade', |
|
401 btn_uninstall: 'Uninstall', |
|
402 |
|
403 msg_confirm_uninstall: 'Please confirm that you want to uninstall this plugin and that it doesn\'t provide any shared functions that other plugins depend on.', |
|
404 msg_confirm_install: 'Plugins are not supported by the Enano project and could harm your site if malicious. You should only install plugins from sources that you trust.', |
386 }, |
405 }, |
387 acppm: { |
406 acppm: { |
388 heading_main: 'Edit page properties', |
407 heading_main: 'Edit page properties', |
389 hint: 'This panel allows you to edit various properties of pages that aren\'t visible anywhere else. In addition to renaming pages, you can also change their <a href="http://docs.enanocms.org/Help:2.3">URL string</a> and options such as whether to index the page for searching or bypass Enano\'s template engine.', |
408 hint: 'This panel allows you to edit various properties of pages that aren\'t visible anywhere else. In addition to renaming pages, you can also change their <a href="http://docs.enanocms.org/Help:2.3">URL string</a> and options such as whether to index the page for searching or bypass Enano\'s template engine.', |
390 err_page_not_found: 'No pages matching that search string could be found.', |
409 err_page_not_found: 'No pages matching that search string could be found.', |