Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Aug 26, 2021
1 parent cae6078 commit d65d975
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 5 deletions.
25 changes: 22 additions & 3 deletions core.php
Expand Up @@ -225,7 +225,6 @@
/*
* 2.0.2
*/
"cron_makesure" => "For assistance registering the cron job, please see <a target='_blank' href='https://docs.supportpal.com/current/New+Installation#CronJob'>Cron Job Help</a>.",
"widget" => "Widget|Widgets",

/*
Expand Down Expand Up @@ -302,7 +301,6 @@
"attachment_size" => "Cumulative Attachment Size Limit",
"attachment_size_desc" => "The maximum cumulative size of all attachments that are sent in a single email. Available options are K (for Kilobytes) and M (for Megabytes), anything else assumes bytes. Example value: 5M for 5 Megabytes. Set to 0 to not send any attachments by email and require users to download attachments via the help desk.",
"attachment_limit_reached" => "Cumulative file limit reached (:size). Please consider sending files via another medium (such as a download URL).",
"renew_support" => "<a href='https://www.supportpal.com/manage/cart.php?gid=addons' target='_blank'>Renew</a>",
"no_existing_translations" => "No existing translations.",
"add_translation" => "Add Translation",
"todo_list" => "To Do List",
Expand Down Expand Up @@ -500,8 +498,29 @@
"new_version_desc" => "A new version of SupportPal has been released, we always recommend to keep your installation up to date.<div class='description'>Acknowledging this notice will hide it until a newer version is released.</div>",
"download" => "Download",
"acknowledge" => "Acknowledge",
"update_available" => "The latest available version is :version.",
"running_latest_version" => "You are running the latest version.",
"running_prerelease" => "You are running a prerelease version.",

/*
* 3.6.0
*/
"results_per_page" => "Results Per Page",
"class_name" => "Class Name",
"possible_permission_issue" => "You are running the command as \":cli_user\", while \":path\" is owned by \":path_user\", this can lead to file permission issues.",
"system_update" => "System Update",
"system_update_desc" => "Update SupportPal to the latest version available.",
"update_available" => "Update Available",
"up_to_date" => "Up to Date",
"release_notes" => "Release Notes",
"about_to_update_to" => "You are about to update to version <strong>:version</strong>. A full system backup will be taken automatically prior to the update.",
"waiting_for_update_start" => "Waiting for the update to start... This may take a few minutes.",
"binary_paths" => "Binary Paths",
"binary_paths_desc" => "The PATH environment variable is used to find required binaries. If one or more binary cannot be found, you can specify the full path for each binary file.",
"cron_makesure" => "For assistance registering the cron job, please see <a target='_blank' href='https://docs.supportpal.com/current/Configuring+the+Cron'>Cron Job Help</a>.",
"cron_must_run_for_update" => "The cron job must be running to use this function.",
"support_expired" => "The support and updates on your license have expired.",
"update_permitted_version" => "The license only permits updating to :version.",
"update_renew_support" => "To update to the latest version of SupportPal, please renew your support and updates.",
"renew" => "Renew",

);
9 changes: 9 additions & 0 deletions general.php
Expand Up @@ -385,4 +385,13 @@
"this_month" => "This Month",
"last_month" => "Last Month",

/*
* 3.6.0
*/
"appearance" => "Appearance",
"faster" => "Faster",
"slower" => "Slower",
"revoke" => "Revoke",
"configure" => "Configure",

);
22 changes: 20 additions & 2 deletions installer.php
Expand Up @@ -136,7 +136,6 @@
"locked" => "Install/Upgrade In-Progress",
"locked_desc" => "Detected a lock file (:path).\nPlease check that the installer is not already running.\n\nYou can delete this file when you're certain that another installation or upgrade is not in progress.",

"possible_permission_issue" => "[WARNING] It seems you are running this command as root or a different user to the owner of the files. The command must be ran by the right user so the web server can also read and write to the system afterwards.",
"error_and_empty_database" => "There was an error. You may need to empty the database before starting again.",
"login_with_details" => "You can login using the details specified earlier.",
"command_not_available" => "Command unavailable. If you think this has been shown in error, please run 'php artisan cache:clear' and then rerun this command.",
Expand All @@ -163,6 +162,25 @@
"migrated" => "Migrated",
"database_setup_complete" => "Database setup complete.",
"created_repository" => "Created ':name' repository successfully.",
"wish_to_continue" => "Cancel now if you don't understand the implications! The command will continue automatically otherwise...",

/*
* 3.6.0
*/
"suggest_run_update" => "Command unavailable. Please run app:update to download and upgrade to the latest available version: %s.",
"suggest_run_upgrade" => "An upgrade is already in progress. Please run app:upgrade instead.",
"failed_to_download" => "Failed to download file: :message",
"backup_failed_abort" => "Backup failed. Aborting update.",
"update_failed" => "System update failed: :message.",
"command_failed" => "Command :command, failed with output: :message.",
"already_latest_version" => "You are already running the latest version (:version).",
"update_not_supported" => "Automatic update to latest version (:version) is not supported.",
"current_and_new_version" => "You have version :current_version. Latest version available is :new_version.",
"update_to_version" => "You have version :current_version. Would you like to update to :new_version?",
"downloading_version" => "Downloading version :version to :path...",
"checksum_not_matched" => "The downloaded file failed checksum verification.",

"check_readiness" => "Checking if the application is able to upgrade...",
"read_only" => "The filesystem at \":path\" is read only. Updates cannot be applied against a read only file system.",
"file_ownership" => "File \":path\" is owned by \":owner\" but PHP is running as \":actual\". The file owner and PHP user must be the same during an update for all application files.",
"minimum_disk_space" => "Directory \":path\" has insufficient space. There must be at least :space megabytes free.",
);
5 changes: 5 additions & 0 deletions permission.php
Expand Up @@ -115,4 +115,9 @@
*/
"integration" => "Manage Third-Party Integrations",

/*
* 3.6.0
*/
"systemupdate" => "Perform System Update",

);
11 changes: 11 additions & 0 deletions user.php
Expand Up @@ -328,4 +328,15 @@
*/
"phone_number" => "Phone Number|Phone Numbers",

/*
* 3.6.0
*/
"security_settings" => "Security Settings",
"security_settings_desc" => "Update your password, enable 2FA and manage other security related settings for your account.",
"active_sessions" => "Active Sessions",
"active_sessions_desc" => "This is a list of devices that have logged into your account, you may revoke any sessions that you do not recognise.",
"current_session" => "Current Session",
"logged_in" => "Logged In",
"revoke_session_desc" => "Revoking a session will log the device out of the operator panel. It will also revoke all remember me tokens for other devices.",

);

0 comments on commit d65d975

Please sign in to comment.