|
395 | 395 | $lang['admin_modules_install'] = 'Install Module'; |
396 | 396 | $lang['admin_modules_install_error'] = 'Unable to install module.'; |
397 | 397 | $lang['admin_modules_install_success'] = 'Module successfully installed.'; |
| 398 | +$lang['admin_modules_install_tip'] = 'Modules add new features and functionality to your site. Browse available modules in the <a href="%s" target="_blank" rel="nofollow">marketplace</a> or upload one as a .zip package.'; |
398 | 399 | $lang['admin_modules_location_application'] = 'Private to this app'; |
399 | 400 | $lang['admin_modules_location_core'] = 'Shared across all apps'; |
400 | 401 | $lang['admin_modules_location_public'] = 'Public to this app'; |
|
429 | 430 | $lang['admin_plugins_install'] = 'Install Plugin'; |
430 | 431 | $lang['admin_plugins_install_error'] = 'Unable to install plugin.'; |
431 | 432 | $lang['admin_plugins_install_success'] = 'Plugin successfully installed.'; |
| 433 | +$lang['admin_plugins_install_tip'] = 'Plugins extend existing features with extra options or integrations. Install from the <a href="%s" target="_blank" rel="nofollow">plugin directory</a> or upload a .zip file.'; |
432 | 434 | $lang['admin_plugins_location_application'] = 'Private to this app'; |
433 | 435 | $lang['admin_plugins_location_core'] = 'Shared across all apps'; |
434 | 436 | $lang['admin_plugins_location_public'] = 'Public to this app'; |
|
455 | 457 | $lang['admin_themes_install'] = 'Install Theme'; |
456 | 458 | $lang['admin_themes_install_error'] = 'Unable to install theme.'; |
457 | 459 | $lang['admin_themes_install_success'] = 'Theme successfully installed.'; |
| 460 | +$lang['admin_themes_install_tip'] = 'Themes change your site’s appearance and layout. Choose from the <a href="%s" target="_blank" rel="nofollow">theme library</a> or upload a .zip file to install your own.'; |
458 | 461 | $lang['admin_themes_upload'] = 'Upload Theme'; |
459 | 462 | $lang['admin_themes_upload_error'] = 'Unable to upload theme.'; |
460 | 463 | $lang['admin_themes_upload_success'] = 'Theme successfully uploaded.'; |
| 464 | +$lang['admin_themes_upload_tip'] = 'If you have a theme in a .zip format, you may install it by uploading it here.'; |
461 | 465 |
|
462 | 466 | /** |
463 | 467 | * --------------------------------------------------------------- |
|
0 commit comments