[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/nl_nl/ -> Reports.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   ************************************************************************************/
  10  $languageStrings = array(
  11      'Reports'                      => 'Reports'                     , // TODO: Review
  12      'SINGLE_Reports'               => 'Report'                      , // TODO: Review
  13      'LBL_FOLDER_NOT_EMPTY'         => 'Map is niet leeg'            ,
  14      'LBL_MOVE_REPORT'              => 'Verhuis rapport'             ,
  15      'LBL_CUSTOMIZE'                => 'Bewerk'                      ,
  16      'LBL_REPORT_EXPORT_EXCEL'      => 'Exporteer Excel'             ,
  17      'LBL_REPORT_PRINT'             => 'Print'                       ,
  18      'LBL_STEP_1'                   => 'Stap 1'                      ,
  19      'LBL_STEP_2'                   => 'Stap 2'                      ,
  20      'LBL_STEP_3'                   => 'Stap 3'                      ,
  21      'LBL_REPORT_DETAILS'           => 'Rapport Details'             ,
  22      'LBL_SELECT_COLUMNS'           => 'Selecteer kolom'             ,
  23      'LBL_FILTERS'                  => 'Filters'                     ,
  24      'LBL_FOLDERS'                  => 'Mappen'                      ,
  25      'LBL_ADD_NEW_FOLDER'           => 'Nieuwe groep toevoegen'      ,
  26      'LBL_FOLDER_NAME'              => 'Mapnaam'                     ,
  27      'LBL_FOLDER_DESCRIPTION'       => 'Map Omschrijving'            ,
  28      'LBL_WRITE_YOUR_DESCRIPTION_HERE' => 'Voer Omschrijving in'        ,
  29      'LBL_DUPLICATES_EXIST'         => 'Duplicaat bestaat'           ,
  30      'LBL_FOLDERS_LIST'             => 'Mappenlijst'                 ,
  31      'LBL_DENIED_REPORTS'           => 'Geweigerde Rapportages'      ,
  32      'LBL_NO_OF_RECORDS'            => 'Total Records : '           , // TODO: Review
  33      'LBL_MORE_RECORDS_TXT'           => 'Slechts 1000 records worden hieronder weergegeven. Gelieve exporteren naar alle records te zien',
  34      'LBL_ADD_RECORD'               => 'Voeg Rapportage toe'         ,
  35      'LBL_ADD_FOLDER'               => 'Voeg Map toe'                ,
  36      'LBL_REPORT_DELETE_DENIED'     => 'Geen Toegang om de rapportage te verwijderen',
  37      'LBL_FOLDER_CAN_NOT_BE_DELETED' => 'Deze map kan niet worden verwijderd',
  38      'LBL_REPORTS_LIST'             => 'Rapportenlijst'              ,
  39      'LBL_REPORT_NAME'              => 'Rapportnaam'                 ,
  40      'LBL_REPORT_FOLDER'            => 'Rapport map'                 ,
  41      'LBL_DESCRIPTION'              => 'Omschrijving'                ,
  42      'PRIMARY_MODULE'               => 'Primaire Module'             ,
  43      'LBL_SELECT_RELATED_MODULES'   => 'Selecteer Gerelateerde Modules',
  44      'LBL_MAX'                      => 'MAX'                         ,
  45      'LBL_NEXT'                     => 'Volgende'                    ,
  46      'LBL_REPORTS'                  => 'Rapportagelijst'             ,
  47      'LBL_GROUP_BY'                 => 'Groeperen op'                ,
  48      'LBL_SORT_ORDER'               => 'Sorteervolgorde'             ,
  49      'LBL_ASCENDING'                => 'Oplopend'                    ,
  50      'LBL_DESCENDING'               => 'Aflopend'                    ,
  51      'LBL_CALCULATIONS'             => 'Berekeningen'                ,
  52      'LBL_COLUMNS'                  => 'Kolommen'                    ,
  53      'LBL_SUM_VALUE'                => 'Opgeteld'                    ,
  54      'LBL_AVERAGE'                  => 'Gemiddeld'                   ,
  55      'LBL_LOWEST_VALUE'             => 'Laagste getal'               ,
  56      'LBL_HIGHEST_VALUE'            => 'Highest Value'               ,
  57      'LBL_GENERATE_REPORT'          => 'Genereer Rapportage'         ,
  58      'LBL_SUM'                      => 'Totaal'                      ,
  59      'LBL_AVG'                      => 'Gemiddeld'                   ,
  60      'LBL_MIN'                      => 'MIN'                         ,
  61      'LBL_FIELD_NAMES'              => 'Totalen'                     ,
  62      'LBL_REPORT_CSV'               => 'Exporteer CSV'               ,
  63      'LBL_VIEW_DETAILS'             => 'Toon Details'                ,
  64      'LBL_GENERATE_NOW'             => 'Generate now'                , // TODO: Review
  65      'Report Name'                  => 'Rapportnaam'                 ,
  66      'Account and Contact Reports'  => 'Account en contact rapport'  ,
  67      'Lead Reports'                 => 'Lead rapport'                ,
  68      'Potential Reports'            => 'Verkoopkans rapport'         ,
  69      'Activity Reports'             => 'Activiteit rapport'          ,
  70      'HelpDesk Reports'             => 'Ticket rapport'              ,
  71      'Product Reports'              => 'Product rapport'             ,
  72      'Quote Reports'                => 'Offerte rapport'             ,
  73      'PurchaseOrder Reports'        => 'Inkooporder rapport'         ,
  74      'SalesOrder Reports'           => 'Verkooporder rapport'        ,
  75      'Invoice Reports'              => 'Factuur rapport'             ,
  76      'Campaign Reports'             => 'Campagne rapport'            ,
  77      'Contacts by Accounts'         => 'Contacten bij accounts'      ,
  78      'Contacts without Accounts'    => 'Contacten zonder accounts'   ,
  79      'Contacts by Potentials'       => 'Contacten bij verkoopkansen' ,
  80      'Contacts related to Accounts' => 'Contacten gerelateerd aan accounts',
  81      'Contacts not related to Accounts' => 'Contacten niet gerelateerd aan accounts',
  82      'Contacts related to Potentials' => 'Contacten gerelateerd aan verkoopkansen',
  83      'Lead by Source'               => 'Lead per bron'               ,
  84      'Lead Status Report'           => 'Lead status rapport'         ,
  85      'Potential Pipeline'           => 'Verkoopkans Pipeline'        ,
  86      'Closed Potentials'            => 'Gesloten verkoopkansen'      ,
  87      'Potential that have Won'      => 'Gewonnen verkoopkansen'      ,
  88      'Tickets by Products'          => 'Tickets per Product'         ,
  89      'Tickets by Priority'          => 'Tickets per prioriteit'      ,
  90      'Open Tickets'                 => 'Open tickets'                ,
  91      'Tickets related to Products'  => 'Tickets gerelateerd aan Producten',
  92      'Tickets that are Open'        => 'Tickets die open zijn'       ,
  93      'Product Details'              => 'Product details'             ,
  94      'Products by Contacts'         => 'Products per contact'        ,
  95      'Product Detailed Report'      => 'Gedetailleerd Product rapport',
  96      'Products related to Contacts' => 'Producten gerelateerd aan contacten',
  97      'Open Quotes'                  => 'Open offertes'               ,
  98      'Quotes Detailed Report'       => 'Gedetailleerd factuur rapport',
  99      'Quotes that are Open'         => 'Offertes die open zijn'      ,
 100      'PurchaseOrder by Contacts'    => 'Inkooporder van contacten'   ,
 101      'PurchaseOrder Detailed Report' => 'Gedetailleerd inkooporder rapport',
 102      'PurchaseOrder related to Contacts' => 'Inkooporder gerelateerd aan contacten',
 103      'Invoice Detailed Report'      => 'Gedetailleerd factuur rapport',
 104      'Last Month Activities'        => 'Activiteiten verleden maand' ,
 105      'This Month Activities'        => 'Activiteiten van deze maand' ,
 106      'Campaign Expectations and Actuals' => 'Campagne verwachting + actueel',
 107      'SalesOrder Detailed Report'   => 'Gedetailleerd verkooporder rapport',
 108      'Email Reports'                => 'E-mail Raportages'           ,
 109      'Contacts Email Report'        => 'Contacten E-mail Rapportage' ,
 110      'Accounts Email Report'        => 'Organisaties E-mail Rapportage',
 111      'Leads Email Report'           => 'Leads E-mail Rapportage'     ,
 112      'Vendors Email Report'         => 'Vendors E-mail Rapportage'   ,
 113      'Emails sent to Contacts'      => 'E-mails verzonden naar Contacten',
 114      'Emails sent to Organizations' => 'E-mails verzonden naar Organisaties',
 115      'Emails sent to Leads'         => 'E-mails verzonden naar Leads',
 116      'Emails sent to Vendors'       => 'E-mails verzonden naar Leveranciers',
 117      'LBL_PRINT_REPORT'             => 'Print Report'                , // TODO: Review
 118      'LBL_RECORDS'                  => 'Records'                     , // TODO: Review
 119      'LBL_LIMIT_EXCEEDED'           => 'Only 1000 + records are displayed. Use CSV or Excel Export to see all the records', // TODO: Review
 120      'LBL_TOP'                      => 'Top'                         , // TODO: Review
 121      'LBL_ALL_REPORTS'              => 'All Reports'                 , // TODO: Review
 122      'LBL_CALCULATION_CONVERSION_MESSAGE' => 'Calculation are based on the base currency of your CRM', // TODO: Review
 123  );
 124  $jsLanguageStrings = array(
 125      'JS_DUPLICATE_RECORD'          => 'Duplicate Report'            , // TODO: Review
 126      'JS_CALCULATION_LINE_ITEM_FIELDS_SELECTION_LIMITATION' => 'Limitation: Line Item fields(List Price, Discount & Quantity) can only be used when other calculation fields are not selected.', // TODO: Review
 127  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1