Code Coverage  | 
     ||||||||||
Classes and Traits  | 
      Functions and Methods  | 
      Lines  | 
     ||||||||
| Total | CRAP |         | 
      100.00%  | 
      47 / 47  | 
     ||||||
| <?php | |
| /* Copyright (c) 2012, Geert Bergman (geert@scrivo.nl) | |
| * All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions are met: | |
| * | |
| * 1. Redistributions of source code must retain the above copyright notice, | |
| * this list of conditions and the following disclaimer. | |
| * 2. Redistributions in binary form must reproduce the above copyright notice, | |
| * this list of conditions and the following disclaimer in the documentation | |
| * and/or other materials provided with the distribution. | |
| * 3. Neither the name of "Scrivo" nor the names of its contributors may be | |
| * used to endorse or promote products derived from this software without | |
| * specific prior written permission. | |
| * | |
| * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
| * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
| * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
| * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE | |
| * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
| * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
| * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
| * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
| * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
| * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
| * POSSIBILITY OF SUCH DAMAGE. | |
| * | |
| * $Id: nl_NL.php 841 2013-08-19 22:19:47Z geert $ | |
| */ | |
| /** | |
| * Language definition file. | |
| */ | |
| /* Note | |
| * i18n\[\([^>]*\)\]\?>\([ a-zA-Z0-9]*\).* | |
| * \t\1\ = \"\2\", | |
| */ | |
| /* Note: | |
| * (i18n[^>]*>)[ a-zA-Z0-9]* | |
| */ | |
| $I18N_TEXT = array( | |
| /* Config */ | |
| "Delete template" => "Verwijder sjabloon", | |
| "Delete template?" => "Verwijder sjabloon?", | |
| "Description" => "Beschrijving", | |
| "Edit template" => "Wijzig sjabloon", | |
| "Export template" => "Exporteer sjabloon", | |
| "Import template definition" => "Importeer sjabloondefinitie", | |
| "Import" => "Importeer", | |
| "New template" => "Nieuw sjabloon", | |
| "Template overview" => "Sjablonenoverzicht", | |
| "PHP template file" => "PHP sjabloonbestand", | |
| "Templates" => "Sjablonen", | |
| "Configuration only" => "Alleen configuratie", | |
| "Copy property" => "kopieer veld", | |
| "Copy tab" => "kopieer tabblad", | |
| "Def.tab" => "Def.tab", | |
| "Delete property?" => "verwijder veld?", | |
| "Delete property" => "verwijder veld", | |
| "Delete tab?" => "verwijder tabblad", | |
| "Delete tab" => "verwijder tabblad", | |
| "Description" => "Beschrijving", | |
| "Edit property" => "wijzig veld", | |
| "Edit tab" => "wijzig tabblad", | |
| "Edit template" => "Sjabloon bewerken", | |
| "Edit" => "wijzig", | |
| "Move property down" => "Veld omlaag", | |
| "Move property up" => "Veld omhoog", | |
| "Move tab down" => "Tabblad omlaag", | |
| "Move tab up" => "Tabblad omhoog", | |
| "Navigable page" => "Navigeerbare pagina", | |
| "Navigation item" => "Navigatie item", | |
| "New template property" => "Nieuw sjabloonveld", | |
| "New template tab" => "Nieuw sjabloontabblad", | |
| "New template" => "Nieuw sjabloon", | |
| "Non-navigable page" => "Niet navigeerbare pagina", | |
| "Number of times a page of this template can occur<br>". | |
| "underneath pages of the following templates" => | |
| "Aantal keer de sjabloonpagina voor<br>". | |
| "mag komen onder pagina van type", | |
| "Other" => "Anders", | |
| "Page types" => "Paginatypen", | |
| "PHP selector" => "PHP id", | |
| "PHP template file" => "PHP sjabloonbestand", | |
| "Property tab" => "Eigenschappentabblad", | |
| "Tempalte tab/property" => "Sjabloontabblad", | |
| "Template name" => "Sjabloonnaam", | |
| "Template data" => "Sjabloongegevens", | |
| "Save" => "Opslaan", | |
| "Cancel" => "Annuleer", | |
| ); | |