1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Bugtracker #3719 - some languages need different word for 'Downloads' in different places

This commit is contained in:
e107steved
2007-02-03 14:21:36 +00:00
parent 2908e775cd
commit ad53c0736a
2 changed files with 9 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_download.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:39 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-02-03 14:21:30 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("PAGE_NAME", "Downloads");
@@ -28,7 +28,7 @@ define("LAN_dl_14", "Rate this download");
define("LAN_dl_15", "Thanks for rating");
define("LAN_dl_16", "download(s) from");
define("LAN_dl_17", "files");
define("LAN_dl_18", "Downloads");
define("LAN_dl_18", "Downloads"); // Page title
define("LAN_dl_19", "Category");
define("LAN_dl_20", "Files");
define("LAN_dl_21", "Size");
@@ -96,5 +96,6 @@ define("LAN_dl_74", "Total downloads from this mirror: ");
define("LAN_dl_75", "no image available ");
define("LAN_dl_76", "Go to page");
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of townloads
?>

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/download_template.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-23 12:15:09 $
| $Revision: 1.3 $
| $Date: 2007-02-03 14:21:36 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -34,7 +34,7 @@ if(!isset($DOWNLOAD_CAT_TABLE_START))
<td style='width:60%; text-align:center' class='fcaption'>".LAN_dl_19."</td>
<td style='width:10%; text-align:center' class='fcaption'>".LAN_dl_20."</td>
<td style='width:17%; text-align:center' class='fcaption'>".LAN_dl_21."</td>
<td style='width:10%; text-align:center' class='fcaption'>".LAN_dl_18."</td>
<td style='width:10%; text-align:center' class='fcaption'>".LAN_dl_77."</td>
</tr>";
}
if(!isset($DOWNLOAD_CAT_PARENT_TABLE))
@@ -146,7 +146,7 @@ if(!isset($DOWNLOAD_LIST_TABLE_START))
<span class='defaulttext'>".LAN_dl_38."</span>
<select name='order' class='tbox'>".
($order == "download_datestamp" ? "<option value='download_datestamp' selected='selected'>".LAN_dl_22."</option>" : "<option value='download_datestamp'>".LAN_dl_22."</option>").
($order == "download_requested" ? "<option value='download_requested' selected='selected'>".LAN_dl_18."</option>" : "<option value='download_requested'>".LAN_dl_18."</option>").
($order == "download_requested" ? "<option value='download_requested' selected='selected'>".LAN_dl_18."</option>" : "<option value='download_requested'>".LAN_dl_77."</option>").
($order == "download_name" ? "<option value='download_name' selected='selected'>".LAN_dl_23."</option>" : "<option value='download_name'>".LAN_dl_23."</option>").
($order == "download_author" ? "<option value='download_author' selected='selected'>".LAN_dl_24."</option>" : "<option value='download_author'>".LAN_dl_24."</option>")."
</select>