Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
Updated to use language overrides. Items in the lang/english.php
Browse files Browse the repository at this point in the history
file need to be copied to the lang/overrides/english.php file or new 
translations created for other languages.
  • Loading branch information
cwispy committed Mar 9, 2020
1 parent b7bf95a commit 2ff8255
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions lang/english.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
<?php

/*
* Copyright (C) 2018 Shane Chrisp
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (!defined("WHMCS")) die("This file cannot be accessed directly");
/** Copy the below to your lang/overrides/english.php */

$_LANG['ispcfg3_add_cron_job'] = "Add Cron Job";
$_LANG['ispcfg3_add_dns_record'] = "Add DNS Record";
Expand Down

0 comments on commit 2ff8255

Please sign in to comment.