[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/CustomView/language/ -> en_us.lang.php (source)

   1  <?php 
   2  /********************************************************************************* 
   3   * The contents of this file are subject to the SugarCRM Public License  
   4  Version 1.1.2 
   5   * ("License"); You may not use this file except in compliance with the 
   6   * License. You may obtain a copy of the License at  
   7  http://www.sugarcrm.com/SPL 
   8   * Software distributed under the License is distributed on an  "AS IS"   
   9  basis, 
  10   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the  
  11  License for 
  12   * the specific language governing rights and limitations under the License. 
  13   * The Original Code is:  SugarCRM Open Source 
  14   * The Initial Developer of the Original Code is SugarCRM, Inc. 
  15   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; 
  16   * All Rights Reserved. 
  17   * Contributor(s): ______________________________________. 
  18   ********************************************************************************/ 
  19  /********************************************************************************* 
  20   * $Header$ 
  21   * Description:  Defines the English language pack for the Account module. 
  22   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. 
  23   * All Rights Reserved. 
  24   * Contributor(s): ______________________________________.. 
  25   ********************************************************************************/ 
  26  $mod_strings = Array( 
  27  'LBL_MODULE_NAME'=>'Custom View', 
  28  'LBL_STEP_1_TITLE'=>'View Information', 
  29  'LBL_VIEW_NAME'=>'View Name:', 
  30  'LBL_SETDEFAULT'=>'Set as Default', 
  31  'LBL_LIST_IN_METRICS'=>'List in Metrics', 
  32  'LBL_STEP_2_TITLE'=>'Choose Columns', 
  33  'LBL_STEP_3_TITLE'=>'Standard Filters', 
  34  'LBL_STEP_4_TITLE'=>'Advanced Filters', 
  35  'LBL_STEP_5_TITLE'=>'Access Information', 
  36  'LBL_SF_COLUMNS'=>'Column', 
  37  'LBL_SF_STARTDATE'=>'Start Date', 
  38  'LBL_SF_ENDDATE'=>'End Date', 
  39  'LBL_AF_HDR1'=>'Set the search conditions to further restrict the list.', 
  40  'LBL_AF_HDR2'=>'You can use &quot;or&quot; filters by entering multiple  
  41  items in the third column.', 
  42  'LBL_AF_HDR3'=>'You can enter up to 10 items, separated by commas. For  
  43  example: CA, NY, TX, FL searches for CA or NY or TX or FL.', 
  44  'LBL_AF_HDR4'=>'If "Activity Type" is selected, give any one of the  
  45  following values "Call","Meeting" or "Task".', 
  46   
  47  //strings added for vtiger 5, date format... 
  48  'LBL_NONE'=>'None', 
  49  'View_Name'=>'View_Name', 
  50  'LBL_AND'=>'And', 
  51  'LBL_DATE_FORMAT_CUSTOMVIEW'=>'Y-m-d', 
  52  //Strings added for filter 
  53  'Custom'=>'Custom',
  54  'Previous FY'=>'Previous FY', 
  55  'Current FY'=>'Current FY', 
  56  'Next FY'=>'Next FY', 
  57  'Previous FQ'=>'Previous FQ', 
  58  'Current FQ'=>'Current FQ', 
  59  'Next FQ'=>'Next FQ', 
  60  'Yesterday'=>'Yesterday', 
  61  'Today'=>'Today', 
  62  'Tomorrow'=>'Tomorrow', 
  63  'Last Week'=>'Last Week', 
  64  'Current Week'=>'Current Week', 
  65  'Next Week'=>'Next Week', 
  66  'Last Month'=>'Last Month', 
  67  'Current Month'=>'Current Month', 
  68  'Next Month'=>'Next Month', 
  69  'Last 7 Days'=>'Last 7 Days', 
  70  'Last 30 Days'=>'Last 30 Days', 
  71  'Last 60 Days'=>'Last 60 Days', 
  72  'Last 90 Days'=>'Last 90 Days', 
  73  'Last 120 Days'=>'Last 120 Days', 
  74  'Next 30 Days'=>'Next 30 Days', 
  75  'Next 60 Days'=>'Next 60 Days', 
  76  'Next 90 Days'=>'Next 90 Days', 
  77  'Next 120 Days'=>'Next 120 Days', 
  78   
  79  'equals'=>'equals', 
  80  'not_equal_to'=>'Not equal to', 
  81  'starts_with'=>'Starts with', 
  82  'contains'=>'Contains', 
  83  'does_not_contain'=>'does not contain', 
  84  'less_than'=>'less than', 
  85  'greater_than'=>'greater than', 
  86  'less_or_equal'=>'less or equal', 
  87  'greater_or_equal'=>'greater or equal', 
  88   
  89  //Strings added to translate field label vtiger_groups 
  90  'Address'=>'Address', 
  91  'Information'=>'Information', 
  92  'Description'=>'Description', 
  93  'Custom Information'=>'Custom Information', 
  94  '- Event Information'=>'- Event Information', 
  95  '- Event Description'=>'- Event Description', 
  96  '- Task Information'=>'- Task Information', 
  97  '- Task Description'=>'- Task Description', 
  98   
  99  //Strings added for helpdesk module fields 
 100  'Title'=>'Title', 
 101  'Assigned To'=>'Assigned To', 
 102  'Related to'=>'Related to', 
 103  'Priority'=>'Priority', 
 104  'Product Name'=>'Product Name', 
 105  'Severity'=>'Severity', 
 106  'Status'=>'Status', 
 107  'Category'=>'Category', 
 108  'Created Time'=>'Created Time', 
 109  'Modified Time'=>'Modified Time', 
 110  'Attachment'=>'Attachment', 
 111   
 112  //Strings added for Leads module fields 
 113  'First Name'=>'First Name', 
 114  'Phone'=>'Phone', 
 115  'Last Name'=>'Last Name', 
 116  'Company'=>'Company', 
 117  'Lead Source'=>'Lead Source', 
 118  'Website'=>'Website', 
 119  'Industry'=>'Industry', 
 120  'Lead Status'=>'Lead Status', 
 121  'Annual Revenue'=>'Annual Revenue', 
 122  'Rating'=>'Rating', 
 123  'No Of Employees'=>'No of Employees', 
 124  'Street'=>'Street', 
 125  'Po Box'=>'PO Box', 
 126  'Postal Code'=>'Postal Code', 
 127  'City'=>'City', 
 128  'Country'=>'Country', 
 129  'State'=>'State', 
 130   
 131  //Strings added for Accounts module fields 
 132  'Account Name'=>'Account Name', 
 133  'Ticker Symbol'=>'Ticker Symbol', 
 134  'Other Phone'=>'Other Phone', 
 135  'Member Of'=>'Member Of', 
 136  'Employees'=>'Employees', 
 137  'Other Email'=>'Other Email', 
 138  'Ownership'=>'Ownership', 
 139  'industry'=>'industry', 
 140  'SIC Code'=>'SIC Code', 
 141  'Email Opt Out'=>'Email Opt Out', 
 142  'Billing Address'=>'Billing Address', 
 143  'Shipping Address'=>'Shipping Address', 
 144  'Shipping Po Box'=>'Shipping PO Box', 
 145  'Billing Po Box'=>'Billing PO Box', 
 146  'Billing City'=>'Billing City', 
 147  'Shipping City'=>'Shipping City', 
 148  'Billing State'=>'Billing State', 
 149  'Shipping State'=>'Shipping State', 
 150  'Billing Code'=>'Billing Code', 
 151  'Shipping Code'=>'Shipping Code', 
 152  'Shipping Country'=>'Shipping Country', 
 153  'Billing Country'=>'Billing Country', 
 154   
 155   
 156  //Strings added for Contacts module fields 
 157   
 158  'Office Phone'=>'Office Phone', 
 159  'Home Phone'=>'Home Phone', 
 160  'Birthdate'=>'Birthdate', 
 161  'Reports To'=>'Reports To', 
 162  'Assistant Phone'=>'Assistant Phone', 
 163  'Do Not Call'=>'Do Not Call', 
 164  'Mailing Street'=>'Mailing Street', 
 165  'Other Street'=>'Other Street', 
 166  'Mailing Po Box'=>'Mailing PO Box', 
 167  'Other Po Box'=>'Other PO Box', 
 168  'Mailing City'=>'Mailing City', 
 169  'Other City'=>'Other City', 
 170  'Mailing State'=>'Mailing State', 
 171  'Other State'=>'Other State', 
 172  'Mailing Zip'=>'Mailing Zip', 
 173  'Other Zip'=>'Other Zip', 
 174  'Mailing Country'=>'Mailing Country', 
 175  'Other Country'=>'Other Country', 
 176   
 177   
 178  //Strings added for Potential module fields 
 179   
 180  'Potential Name'=>'Potential Name', 
 181  'Amount'=>'Amount', 
 182  'Expected Close Date'=>'Expected Close Date', 
 183  'Next Step'=>'Next Step', 
 184  'Sales Stage'=>'Sales Stage', 
 185  'Probability'=>'Probability', 
 186   
 187   
 188  //Strings added for Quotes module fields 
 189  'Subject'=>'Subject', 
 190  'Quote Stage'=>'Quote Stage', 
 191  'Valid Till'=>'Valid Till', 
 192  'Team'=>'Team', 
 193  'Contact Name'=>'Contact Name', 
 194  'Carrier'=>'Carrier', 
 195  'Shipping'=>'Shipping', 
 196  'Inventory Manager'=>'Inventory Manager', 
 197   
 198  //Strings added for Sales Orders module fields 
 199  'Customer No'=>'Customer No', 
 200  'Quote Name'=>'Quote Name', 
 201  'Purchase Order'=>'Purchase Order', 
 202  'Due Date'=>'Due Date', 
 203  'Pending'=>'Pending', 
 204  'Sales Commission'=>'Sales Commission', 
 205  'Excise Duty'=>'Excise Duty', 
 206   
 207  //Strings added for Invoices module fields 
 208  'Sales Order'=>'Sales Order', 
 209  'Invoice Date'=>'Invoice Date', 
 210   
 211  //Strings added for Product module fields 
 212  'Product Code'=>'Part Number', 
 213  'Product Active'=>'Product Active', 
 214  'Product Category'=>'Product Category', 
 215  'Sales Start Date'=>'Sales Start Date', 
 216  'Sales End Date'=>'Sales End Date', 
 217  'Support Start Date'=>'Support Start Date', 
 218  'Support Expiry Date'=>'Support Expiry Date', 
 219  'Vendor Name'=>'Vendor Name', 
 220  'Mfr PartNo'=>'Mfr PartNo', 
 221  'Vendor PartNo'=>'Vendor PartNo', 
 222   
 223  'Serial No'=>'Serial No', 
 224  'Product Sheet'=>'Product Sheet', 
 225  'GL Account'=>'GL Account', 
 226   
 227  //Strings added for Price book module fields 
 228  'Price Book Name'=>'Price Book Name', 
 229  'Active'=>'Active', 
 230   
 231  //Strings added for tasks & events module fields 
 232  'Start Date & Time'=>'Start Date & Time', 
 233   
 234  //error message 
 235  'Missing required fields'=>'Missing required vtiger_fields', 
 236  //Strings added for campaigns 
 237  'Campaign Name'=>'Campaign Name', 
 238  'Campaign Type'=>'Campaign Type', 
 239  'Product'=>'Product', 
 240  'Campaign Status'=>'Campaign Status', 
 241  'Expected Revenue'=>'Expected Revenue', 
 242  'Budget Cost'=>'Budget Cost', 
 243  'Actual Cost'=>'Actual Cost', 
 244  'Expected Response'=>'Expected Response', 
 245  'Num Sent'=>'Num Sent', 
 246  'Target Audience'=>'Target Audience', 
 247  'TargetSize'=>'TargetSize', 
 248  'Sponsor'=>'Sponsor', 
 249  'Expected Sales Count'=>'Expected Sales Count', 
 250  'Expected Response Count'=>'Expected Response Count', 
 251  'Expected ROI'=>'Expected ROI', 
 252  'Actual Sales Count'=>'Actual Sales Count', 
 253  'Actual Response Count'=>'Actual Response Count', 
 254  'Actual ROI'=>'Actual ROI', 
 255   
 256   
 257   
 258  //Added for customview.tpl 
 259   
 260  'LBL_Select_a_Column'=>'Select a Column', 
 261  'Missing_required_fields'=>'Missing required fields', 
 262  'Details'=>'Details', 
 263  'New_Custom_View'=>'New Custom view', 
 264  'LBL_AF_HDR5'=>'Simple Time Filter allows you to select date based on  
 265  <b>Account Created Time</b> or  <b>Account Modified Time</b>', 
 266  'Select_Duration'=>'Select Duration', 
 267  'Simple_Time_Filter'=>'Simple Time Filter', 
 268  'Start_Date'=>'Start Date', 
 269  'End_Date'=>'End Date', 
 270  'LBL_RULE'=>'RULE' 
 271  ); 
 272  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7