Changeset 914
- Timestamp:
- 07/29/08 13:24:16 (4 months ago)
- Files:
-
- trunk/admin/Public/form_data/FG_var_card.inc (modified) (6 diffs)
- trunk/admin/signup/form_data/FG_var_index.inc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/Public/form_data/FG_var_card.inc
r913 r914 753 753 "size=30 maxlength=70", 754 754 "1", 755 gettext("Insert the email to notify this c ard"),755 gettext("Insert the email to notify this customer"), 756 756 "" , "", "", "", "", "" , "NO", ""); 757 757 … … 763 763 "size=40 maxlength=50", 764 764 "", 765 gettext("Insert Company name of this c ard"),765 gettext("Insert Company name of this customer"), 766 766 "" , "", "", "", "", "" , "NO", ""); 767 767 … … 772 772 "size=40 maxlength=60", 773 773 "", 774 gettext("Insert the company website of this c ard"),774 gettext("Insert the company website of this customer"), 775 775 "" , "", "", "", "", "" , "NO", ""); 776 776 … … 781 781 "size=40 maxlength=40", 782 782 "", 783 gettext("Insert the VAT registration number of this c ard"),783 gettext("Insert the VAT registration number of this customer"), 784 784 "" , "", "", "", "", "" , "NO", ""); 785 785 … … 791 791 "size=30 maxlength=20", 792 792 "0", 793 gettext("Insert the traffic per month for this c ard"),793 gettext("Insert the traffic per month for this customer"), 794 794 "" , "", "", "", "", "" , "NO", ""); 795 795 … … 800 800 "cols=50 rows=4", 801 801 "", 802 gettext("Insert the target traffic "),802 gettext("Insert the target traffic description"), 803 803 "" , "", "", "", "" , "", "", ""); 804 804 trunk/admin/signup/form_data/FG_var_index.inc
r913 r914 244 244 "size=40 maxlength=50", 245 245 "", 246 gettext("Insert Company name of this c ard"),246 gettext("Insert Company name of this customer"), 247 247 "" , "", "", "", "", "" , "NO", ""); 248 248 … … 253 253 "size=40 maxlength=60", 254 254 "", 255 gettext("Insert the company website of this c ard"),255 gettext("Insert the company website of this customer"), 256 256 "" , "", "", "", "", "" , "NO", ""); 257 257 … … 262 262 "size=40 maxlength=40", 263 263 "", 264 gettext("Insert the VAT registration number of this c ard"),264 gettext("Insert the VAT registration number of this customer"), 265 265 "" , "", "", "", "", "" , "NO", ""); 266 266 … … 272 272 "size=30 maxlength=20", 273 273 "0", 274 gettext("Insert the traffic per month for this c ard"),274 gettext("Insert the traffic per month for this customer"), 275 275 "" , "", "", "", "", "" , "NO", ""); 276 276 … … 281 281 "cols=50 rows=4", 282 282 "", 283 gettext("Insert the target traffic "),283 gettext("Insert the target traffic description"), 284 284 "" , "", "", "", "" , "", "", ""); 285 285
