Author: ulisoft
Date: Thu Oct 30 02:01:58 2008
New Revision: 52
Modified:
trunk/phpshop1/WEB-INF/languages/lang_eng.inc
trunk/phpshop1/WEB-INF/languages/lang_esl.inc
Log:
see
http://code.google.com/p/phpshop/wiki/phpShop1_update
Updating phpShop 0.81 - adding the forum module -
Modified: trunk/phpshop1/WEB-INF/languages/lang_eng.inc
==============================================================================
--- trunk/phpshop1/WEB-INF/languages/lang_eng.inc (original)
+++ trunk/phpshop1/WEB-INF/languages/lang_eng.inc Thu Oct 30 02:01:58 2008
@@ -1,4 +1,7 @@
<?php
+$subscribed_str="subscribed";
+$unsubscribed_str="unsubscribed";
+$del_support_str="delete product support";
$show_affiliate_str="show affiliate menu";
$continue_str="continue";
$unkey_str_1="invalid keywords";
@@ -693,7 +696,7 @@
$help_print_title="Help Topic";
$home_title="Home";
$ind_prod_str="Individual Product Listings";
-$info_lbl="Topic-Information";
+$info_lbl="Topic Information";
$infopre_str="info-pre (e.g. Hello Name)";
$interval_daily_title="Daily";
$interval_monthly_title="Monthly";
@@ -1402,7 +1405,8 @@
$error_str_133="Topic not found";
$error_str_134="Topic group ID already exists";
-$error_str_135="Topic code name already exists";
+$error_str_135="Topic group ID must be a numeric value";
+$error_str_136="Topic group name already exists";
$error_str_139="You must enter a name for the store.";
$error_str_140="You must enter a name for the vendor.";
@@ -1511,4 +1515,5 @@
$error_str_240="ERROR: Shopper Group not found";
$error_str_241="Error: please enter weight unit name";
$error_str_242="Error: weight unit name already exists";
+$error_str_241="ERROR: please enter a value field 'valid for (days)'";
?>
Modified: trunk/phpshop1/WEB-INF/languages/lang_esl.inc
==============================================================================
--- trunk/phpshop1/WEB-INF/languages/lang_esl.inc (original)
+++ trunk/phpshop1/WEB-INF/languages/lang_esl.inc Thu Oct 30 02:01:58 2008
@@ -1,4 +1,8 @@
<?php
+$subscribed_str="subscribed";
+$unsubscribed_str="unsubscribed";
+
+$del_support_str="delete product support";
$show_affiliate_str="show affiliate menu";
$continue_str="continue";
$unkey_str_1="invalid keywords";
@@ -674,7 +678,7 @@
$help_print_title="Tema de Ayuda";
$home_title="Home";
$ind_prod_str="Individual Product Listings";
-$info_lbl="Tema-Información";
+$info_lbl="Tema Información";
$infopre_str="info-pre (e.g. Hello Name)";
$interval_daily_title="Diario";
$interval_monthly_title="Mensual";
@@ -1386,7 +1390,8 @@
$error_str_133="Topic not found";
$error_str_134="Topic group ID already exists";
-$error_str_135="Topic code name already exists";
+$error_str_135="Topic group ID must be a numeric value";
+$error_str_136="Topic group name already exists";
$error_str_139="You must enter a name for the store.";
$error_str_140="You must enter a name for the vendor.";
@@ -1493,4 +1498,5 @@
$error_str_238="ERROR: Server not available";
$error_str_239="ERROR: Server disconnected";
$error_str_240="ERROR: Shopper Group not found";
+$error_str_241="ERROR: please enter a value field 'valid for (days)'";
?>