Просмотр исходного кода

Merge pull request #8 from rocco27/master

English language updated and another small change
rocco27 8 лет назад
Родитель
Сommit
005464b13a
2 измененных файлов с 10 добавлено и 10 удалено
  1. 6 6
      lang/English/modules/simple-billing.php
  2. 4 4
      modules/simple-billing/services.php

+ 6 - 6
lang/English/modules/simple-billing.php

@@ -58,11 +58,11 @@ define('year', "Year");
 define('hours', "Hours");
 define('months', "Months");
 define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
+define('service_name', "Service Name");
+define('rcon_pass', "RCON Password");
+define('ftp_pass', "FTP Password");
 define('available_ips', "Available IPs");
-define('max_players', "Max Players");
+define('max_players', "Max. Players");
 define('invoice_duration', "Invoice Duration");
 define('calculate_price', "Calculate Price");
 define('buy', "BUY");
@@ -90,7 +90,7 @@ define('installation_date', "Installation date");
 define('enable_server', "Enable server");
 define('success', "SUCCESS");
 define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
+define('starting_installations', "Starting the installation...");
 define('order_id', "Order ID");
 define('home_name', "Home Name");
 define('tax', "Tax");
@@ -122,7 +122,7 @@ define('max_slot_qty', "Max. Slot Quantity");
 define('min_slot_qty', "Min. Slot Quantity");
 define('ftp_account', "FTP Account");
 define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
+define('url_for_manual_install', "URL for Manual Installation");
 define('description', "Description");
 define('image_url', "Image URL");
 define('access_rights', "Access Rights");

+ 4 - 4
modules/simple-billing/services.php

@@ -120,14 +120,14 @@ function exec_ogp_module()
 			<input name="mod_cfg_id" type="hidden" value="<?php echo $mod['mod_cfg_id'];}?>"/>
 			<input name="home_cfg_id" type="hidden" value="<?php echo $_POST['homecfgid'];?>"/>
 		</tr>
-		<tr>
-			<td><?php print_lang('max_slot_qty');?></td>
-			<td><input name="slot_max_qty" type="text" size="8" value="32"/></td>
-		</tr>
 		<tr>
 			<td><?php print_lang('min_slot_qty');?></td>
 			<td><input name="slot_min_qty" type="text" size="8" value="10"/></td>
 		</tr>
+		<tr>
+			<td><?php print_lang('max_slot_qty');?></td>
+			<td><input name="slot_max_qty" type="text" size="8" value="32"/></td>
+		</tr>
 		<tr>
 			<td><?php print_lang('price_hourly');?></td>
 			<td><input name="price_hourly" type="text" size="8" value="0"/></td>