Changeset 914

Show
Ignore:
Timestamp:
07/29/08 13:24:16 (4 months ago)
Author:
rach
Message:

Correct the labels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/form_data/FG_var_card.inc

    r913 r914  
    753753                           "size=30 maxlength=70", 
    754754                           "1", 
    755                            gettext("Insert the email to notify this card"), 
     755                           gettext("Insert the email to notify this customer"), 
    756756                           "" , "", "", "", "", "" , "NO", ""); 
    757757 
     
    763763                           "size=40 maxlength=50", 
    764764                           "", 
    765                            gettext("Insert Company name of this card"), 
     765                           gettext("Insert Company name of this customer"), 
    766766                           "" , "", "", "", "", "" , "NO", ""); 
    767767                           
     
    772772                           "size=40 maxlength=60", 
    773773                           "", 
    774                            gettext("Insert the company website of this card"), 
     774                           gettext("Insert the company website of this customer"), 
    775775                           "" , "", "", "", "", "" , "NO", ""); 
    776776 
     
    781781                           "size=40 maxlength=40", 
    782782                           "", 
    783                            gettext("Insert the VAT registration number of this card"), 
     783                           gettext("Insert the VAT registration number of this customer"), 
    784784                           "" , "", "", "", "", "" , "NO", ""); 
    785785 
     
    791791                           "size=30 maxlength=20", 
    792792                           "0", 
    793                            gettext("Insert the traffic per month for this card"), 
     793                           gettext("Insert the traffic per month for this customer"), 
    794794                           "" , "", "", "", "", "" , "NO", "");             
    795795 
     
    800800                                "cols=50 rows=4", 
    801801                                "", 
    802                                 gettext("Insert the target traffic"), 
     802                                gettext("Insert the target traffic description"), 
    803803                                "" , "", "", "", "" , "", "", ""); 
    804804                            
  • trunk/admin/signup/form_data/FG_var_index.inc

    r913 r914  
    244244                           "size=40 maxlength=50", 
    245245                           "", 
    246                            gettext("Insert Company name of this card"), 
     246                           gettext("Insert Company name of this customer"), 
    247247                           "" , "", "", "", "", "" , "NO", ""); 
    248248                           
     
    253253                           "size=40 maxlength=60", 
    254254                           "", 
    255                            gettext("Insert the company website of this card"), 
     255                           gettext("Insert the company website of this customer"), 
    256256                           "" , "", "", "", "", "" , "NO", ""); 
    257257 
     
    262262                           "size=40 maxlength=40", 
    263263                           "", 
    264                            gettext("Insert the VAT registration number of this card"), 
     264                           gettext("Insert the VAT registration number of this customer"), 
    265265                           "" , "", "", "", "", "" , "NO", ""); 
    266266 
     
    272272                           "size=30 maxlength=20", 
    273273                           "0", 
    274                            gettext("Insert the traffic per month for this card"), 
     274                           gettext("Insert the traffic per month for this customer"), 
    275275                           "" , "", "", "", "", "" , "NO", "");             
    276276 
     
    281281                                "cols=50 rows=4", 
    282282                                "", 
    283                                 gettext("Insert the target traffic"), 
     283                                gettext("Insert the target traffic description"), 
    284284                                "" , "", "", "", "" , "", "", ""); 
    285285                            


Google