diff --git a/modules/system/controllers/updates/index.htm b/modules/system/controllers/updates/index.htm index 33c932846..b659ebfd9 100644 --- a/modules/system/controllers/updates/index.htm +++ b/modules/system/controllers/updates/index.htm @@ -30,6 +30,10 @@

+
+

+

count() ?>

+
diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 0a1ad455d..f872c100e 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -3,7 +3,7 @@ return [ 'app' => [ 'name' => 'October CMS', - 'tagline' => 'Getting back to basics', + 'tagline' => 'Getting back to basics' ], 'locale' => [ 'en' => 'English', @@ -20,16 +20,16 @@ return [ 'ro' => 'Romanian', 'ru' => 'Russian', 'se' => 'Swedish', - 'tr' => 'Turkish', + 'tr' => 'Turkish' ], 'directory' => [ - 'create_fail' => 'Cannot create directory: :name', + 'create_fail' => 'Cannot create directory: :name' ], 'file' => [ - 'create_fail' => 'Cannot create file: :name', + 'create_fail' => 'Cannot create file: :name' ], 'combiner' => [ - 'not_found' => "The combiner file ':name' is not found.", + 'not_found' => "The combiner file ':name' is not found." ], 'system' => [ 'name' => 'System', @@ -46,15 +46,15 @@ return [ 'social' => 'Social', 'events' => 'Events', 'customers' => 'Customers', - 'my_settings' => 'My Settings', - ], + 'my_settings' => 'My Settings' + ] ], 'plugin' => [ 'unnamed' => 'Unnamed plugin', 'name' => [ 'label' => 'Plugin Name', - 'help' => 'Name the plugin by its unique code. For example, RainLab.Blog', - ], + 'help' => 'Name the plugin by its unique code. For example, RainLab.Blog' + ] ], 'plugins' => [ 'manage' => 'Manage plugins', @@ -72,7 +72,7 @@ return [ 'disable_confirm' => 'Are you sure?', 'disable_success' => 'Successfully disabled those plugins.', 'enable_success' => 'Successfully enabled those plugins.', - 'unknown_plugin' => 'Plugin has been removed from the file system.', + 'unknown_plugin' => 'Plugin has been removed from the file system.' ], 'project' => [ 'name' => 'Project', @@ -83,10 +83,10 @@ return [ 'id' => [ 'label' => 'Project ID', 'help' => 'How to find your Project ID', - 'missing' => 'Please specify a Project ID to use.', + 'missing' => 'Please specify a Project ID to use.' ], 'detach_confirm' => 'Are you sure you want to detach this project?', - 'unbind_success' => 'Project has been detached successfully.', + 'unbind_success' => 'Project has been detached successfully.' ], 'settings' => [ 'menu_label' => 'Settings', @@ -121,7 +121,7 @@ return [ 'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain_comment' => 'Please specify the Mailgun domain name.', 'mailgun_secret' => 'Mailgun Secret', - 'mailgun_domain_secret' => 'Enter your Mailgun API key.', + 'mailgun_domain_secret' => 'Enter your Mailgun API key.' ], 'mail_templates' => [ 'menu_label' => 'Mail templates', @@ -152,7 +152,7 @@ return [ 'plugin_label' => 'Install Plugin', 'missing_plugin_name' => 'Please specify a Plugin name to install.', 'install_completing' => 'Finishing installation process', - 'install_success' => 'The plugin has been installed successfully.', + 'install_success' => 'The plugin has been installed successfully.' ], 'updates' => [ 'title' => 'Manage Updates', @@ -171,6 +171,7 @@ return [ 'core_build_new_help' => 'Latest build is available.', 'core_downloading' => 'Downloading application files', 'core_extracting' => 'Unpacking application files', + 'plugins' => 'Plugins', 'plugin_downloading' => 'Downloading plugin: :name', 'plugin_extracting' => 'Unpacking plugin: :name', 'plugin_version_none' => 'New plugin', @@ -188,12 +189,12 @@ return [ 'force_label' => 'Force update', 'found' => [ 'label' => 'Found new updates!', - 'help' => 'Click Update software to begin the update process.', + 'help' => 'Click Update software to begin the update process.' ], 'none' => [ 'label' => 'No updates', - 'help' => 'No new updates were found.', - ], + 'help' => 'No new updates were found.' + ] ], 'server' => [ 'connect_error' => 'Error connecting to the server.', @@ -201,17 +202,17 @@ return [ 'response_invalid' => 'Invalid response from the server.', 'response_empty' => 'Empty response from the server.', 'file_error' => 'Server failed to deliver the package.', - 'file_corrupt' => 'File from server is corrupt.', + 'file_corrupt' => 'File from server is corrupt.' ], 'behavior' => [ - 'missing_property' => 'Class :class must define property $:property used by :behavior behavior.', + 'missing_property' => 'Class :class must define property $:property used by :behavior behavior.' ], 'config' => [ 'not_found' => 'Unable to find configuration file :file defined for :location.', - 'required' => "Configuration used in :location must supply a value ':property'.", + 'required' => "Configuration used in :location must supply a value ':property'." ], 'zip' => [ - 'extract_failed' => "Unable to extract core file ':file'.", + 'extract_failed' => "Unable to extract core file ':file'." ], 'event_log' => [ 'hint' => 'This log displays a list of potential errors that occur in the application, such as exceptions and debugging information.', @@ -225,7 +226,7 @@ return [ 'id_label' => 'Event ID', 'created_at' => 'Date & Time', 'message' => 'Message', - 'level' => 'Level', + 'level' => 'Level' ], 'request_log' => [ 'hint' => 'This log displays a list of browser requests that may require attention. For example, if a visitor opens a CMS page that cannot be found, a record is created with the status code 404.', @@ -240,7 +241,7 @@ return [ 'count' => 'Counter', 'referer' => 'Referers', 'url' => 'URL', - 'status_code' => 'Status', + 'status_code' => 'Status' ], 'permissions' => [ 'name' => 'System',