[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/Settings/ -> Webforms.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   * Vicus eBusiness Solutions (www.vicus.nl) Version Control

  11   * Dutch language pack for vtiger CRM version 6.x

  12   * 

  13   * @package   NL-Dutch

  14   * @author    $Author: luuk $

  15   * @version   CVS: $Revision: 1.3 $ $Date: 2014/09/07 21:06:45 $

  16   * @source    $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Settings/Webforms.php,v $

  17   * @copyright 2005-2014 Vicus eBusiness Solutions B.V. <[email protected]>

  18   * @link      http://www.vicus.nl

  19   ************************************************************************************/
  20  $languageStrings = array(
  21      'SINGLE_Settings:Webforms'     => 'Webformulier'                     , // TODO: Review
  22      'WebForm Name'                 => 'Webformulier Name'                , // TODO: Review
  23      'Public Id'                    => 'Public Id'                   , // TODO: Review
  24      'Enabled'                      => 'Geactiveerd'                      , // TODO: Review
  25      'Module'                       => 'Module'                      , // TODO: Review
  26      'Return Url'                   => 'Return Url'                  , // TODO: Review
  27      'Post Url'                     => 'Post Url'                    , // TODO: Review
  28      'Captcha Enabled'              => 'Captcha ingeschakeld'        ,
  29      'SINGLE_Webforms'              => 'Webformulier'                     , // TODO: Review
  30      'LBL_SHOW_FORM'                => 'Show Form'                   , // TODO: Review
  31      'LBL_DUPLICATES_EXIST'         => 'Webformulier Name already exists' , // TODO: Review
  32      'LBL_WEBFORM_INFORMATION'      => 'Webformulier Information'         , // TODO: Review
  33      'LBL_FIELD_INFORMATION'        => 'Field Information'           , // TODO: Review
  34      'LBL_FIELD_NAME'               => 'Field Name'                  , // TODO: Review
  35      'LBL_OVERRIDE_VALUE'           => 'Override Value'              , // TODO: Review
  36      'LBL_MANDATORY'                => 'Mandatory'                   , // TODO: Review
  37      'LBL_WEBFORM_REFERENCE_FIELD'  => 'Webformulieren reference Field'    , // TODO: Review
  38      'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Select Fields for Target Module...', // TODO: Review
  39      'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Allows you to manage webforms', // TODO: Review
  40      'LBL_ADD_FIELDS'               => 'Add Fields'                  , // TODO: Review
  41      'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Embed the following form in your website', // TODO: Review
  42      'LBL_SELECT_VALUE'             => 'Selecteer Waarde'                , // TODO: Review
  43      'LBL_LABEL'                    => 'label'                       , // TODO: Review
  44      'LBL_SAVE_FIELDS_ORDER' => 'Opslaan veldvolgorde', 
  45      'LBL_HIDDEN' => 'Verborgen',
  46      'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Enable Target modules voor webformulier',
  47      'LBL_ASSIGN_USERS' => 'Gebruiker Assignment',
  48      'LBL_ASSIGN_ROUND_ROBIN' => 'Gebruikers toewijzen In Round Robin',
  49      'LBL_ROUNDROBIN_USERS_LIST' => 'Round Robin Gebruikers Lijst',
  50  );
  51  $jsLanguageStrings = array(
  52      'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Webformulier Succesvol verwijderd', // TODO: Review
  53      'JS_LOADING_TARGET_MODULE_FIELDS' => 'Loadding Target Module Fields', // TODO: Review
  54      'JS_SELECT_VALUE'              => 'Select Vlaue'                , // TODO: Review
  55      'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Verplichte velden zonder voorrang boven de waarden niet kan worden verborgen',
  56      'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Referentievelden cant verplicht zijn zonder override waarde',
  57      'JS_TYPE_TO_SEARCH' => 'Typ om te zoeken',
  58      "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Webformulier met deze naam bestaat',
  59  );


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