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

Small updates again

- Corrections for english language
- Small change in the listing of parameters
rocco27 8 лет назад
Родитель
Сommit
2945a4ea39
2 измененных файлов с 9 добавлено и 9 удалено
  1. 5 5
      lang/English/modules/simple-billing.php
  2. 4 4
      modules/simple-billing/services.php

+ 5 - 5
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");
@@ -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>