diff --git a/lang/en_US/lang_autoupdate.php b/lang/en_US/lang_autoupdate.php new file mode 100644 index 0000000..ab3e793 --- /dev/null +++ b/lang/en_US/lang_autoupdate.php @@ -0,0 +1,70 @@ + + * @copyright Copyright © 2016, https://ogsteam.eu/ + * @license https://opensource.org/licenses/gpl-license.php GNU Public License + * @version 2.1.9 + */ + +$lang['autoupdate_autoupdate_table'] = "Updates table"; +$lang['autoupdate_autoupdate_admin'] = "Administration"; +$lang['autoupdate_autoupdate_down'] = "Mods downloading"; +$lang['autoupdate_tableau_info'] = "When the mods are updated, the files included in the zip archive will erase the old files."; +$lang['autoupdate_tableau_error3'] = "Warning : No mod will be installed because Autoupdate is not granted to write in the mod's directory"; +$lang['autoupdate_tableau_error4'] = "No live version available for this mod"; +$lang['autoupdate_tableau_errortoken'] = "No Github PAT found, results could be incomplete."; +$lang['autoupdate_tableau_namemod'] = "Name of the mod"; +$lang['autoupdate_tableau_authormod'] = "Mod's author"; +$lang['autoupdate_tableau_descmod'] = "Description"; +$lang['autoupdate_tableau_nametool'] = "Name of the tool"; +$lang['autoupdate_tableau_authtool'] = "Tool's author"; +$lang['autoupdate_tableau_modinstall'] = "Installed Mods - Search of updates on OGSteam.eu"; +$lang['autoupdate_tableau_toolinstall'] = "Installed Tools - Search of updates on OGSteam.eu"; +$lang['autoupdate_tableau_modnoinstall'] = "Non installed Mods - Search of updates on OGSteam.eu"; +$lang['autoupdate_tableau_version'] = "Installed version"; +$lang['autoupdate_tableau_versionSVN'] = "Last available version"; +$lang['autoupdate_tableau_versionBeta'] = "Last BetaVersion"; +$lang['autoupdate_tableau_action'] = "Action"; +$lang['autoupdate_tableau_uptodate'] = "Update"; +$lang['autoupdate_tableau_install'] = "Install"; +$lang['autoupdate_tableau_norefered'] = "Not listed"; +$lang['autoupdate_tableau_link'] = "Links"; +$lang['autoupdate_tableau_bug'] = "Troubleshooting :"; +$lang['autoupdate_tableau_buglink'] = "Declare an incident"; +$lang['autoupdate_tableau_pageadmin'] = "OGSpy's mods Administration Page"; +$lang['autoupdate_tableau_uptodateok'] = "Update done"; +$lang['autoupdate_tableau_installok'] = "Installation done"; +$lang['autoupdate_tableau_back'] = "Go back to the update table"; +$lang['autoupdate_tableau_uptodateoff'] = "Update failed, please try from the Administration Page"; +$lang['autoupdate_tableau_installoff'] = "Installation failed, please try from the Administration Page"; +$lang['autoupdate_MaJ_uptodateok'] = "Update successful !!"; +$lang['autoupdate_MaJ_rightscheck'] = "Checking filesystem rights"; +$lang['autoupdate_MaJ_startdownload'] = "Downloading..."; +$lang['autoupdate_MaJ_downok'] = "Download successful"; +$lang['autoupdate_MaJ_unzipok'] = "Unpacking successful"; +$lang['autoupdate_MaJ_unzipnotok'] = "Unpacking Failure"; +$lang['autoupdate_MaJ_errorversionogspy'] = "The latest OGSpy version is required to install or upgrade this module"; +$lang['autoupdate_MaJ_rights'] = "You don't have the required rights."; +$lang['autoupdate_MaJ_wantupdate'] = "Do you want to upgrade the module"; +$lang['autoupdate_MaJtool_wantbackup'] = "Please backup your OGSpy server before run the upgrade !!"; +$lang['autoupdate_MaJtool_wantupdate'] = "Do you want to continue the update of the tool"; +$lang['autoupdate_MaJ_linkupdate'] = "Yes"; +$lang['autoupdate_admin_valid'] = "Validate parameters"; +$lang['autoupdate_admin_option'] = "Settings"; +$lang['autoupdate_admin_value'] = "Value"; +$lang['autoupdate_admin_value1'] = "(yes | no)"; +$lang['autoupdate_admin_MaJ'] = "Mod Updates and installations allowed for Co-admins"; +$lang['autoupdate_admin_dev'] = "Display unstable releases ?"; +$lang['autoupdate_admin_dev1'] = "(Unstable releases)"; +$lang['autoupdate_admin_beta'] = "Display Beta versions ?"; +$lang['autoupdate_admin_beta1'] = "(Beta versions)"; +$lang['autoupdate_admin_frequency'] = "Choose the frequency of the update (in Hours)"; +$lang['autoupdate_admin_githubtoken'] = "Your Github PAT token
(Settings/Developper settings/Personal Access Tokens)"; +$lang['autoupdate_createdby'] = "Created by"; +$lang['autoupdate_and'] = "and"; +$lang['autoupdate_version'] = "version"; +$lang['autoupdate_error'] = "ERROR"; +