plugins/links/language/dutch_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 6791 ba2231f87362
child 7992 5efb7abbd4b8
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # dutch.php
     5 # This is the Dutch language file for the Geeklog Links plugin
     6 #
     7 # Copyright (C) 2001 Tony Bibbs
     8 # tony@tonybibbs.com
     9 # Copyright (C) 2005 Trinity Bays
    10 # trinity93@gmail.com
    11 #
    12 # This program is free software; you can redistribute it and/or
    13 # modify it under the terms of the GNU General Public License
    14 # as published by the Free Software Foundation; either version 2
    15 # of the License, or (at your option) any later version.
    16 #
    17 # This program is distributed in the hope that it will be useful,
    18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20 # GNU General Public License for more details.
    21 #
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    25 #
    26 ###############################################################################
    27 
    28 global $LANG32;
    29 
    30 ###############################################################################
    31 # Array Format:
    32 # $LANGXX[YY]:  $LANG - variable name
    33 #               XX    - file id number
    34 #               YY    - phrase id number
    35 ###############################################################################
    36 
    37 $LANG_LINKS = array(
    38     10 => 'Ingezonden links',
    39     14 => 'Links',
    40     84 => 'LINKS',
    41     88 => 'Geen recente nieuwe links',
    42     114 => 'Links',
    43     116 => 'Link toevoegen',
    44     117 => 'Report Broken Link',
    45     118 => 'Broken Link Report',
    46     119 => 'The following link has been reported to be broken: ',
    47     120 => 'To edit the link, click here: ',
    48     121 => 'The broken Link was reported by: ',
    49     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
    50     123 => 'Thank you',
    51     124 => 'Go',
    52     125 => 'Categories',
    53     126 => 'You are here:',
    54     'root' => 'Root'
    55 );
    56 
    57 ###############################################################################
    58 # for stats
    59 
    60 $LANG_LINKS_STATS = array(
    61     'links' => 'Links (Kliks) in het systeem',
    62     'stats_headline' => 'Top Tien Links',
    63     'stats_page_title' => 'Links',
    64     'stats_hits' => 'Hits',
    65     'stats_no_hits' => 'Er zijn nog geen links aanwezig of er is nog niet op geklikt.'
    66 );
    67 
    68 ###############################################################################
    69 # for the search
    70 
    71 $LANG_LINKS_SEARCH = array(
    72     'results' => 'Link resultaten',
    73     'title' => 'Titel',
    74     'date' => 'Toegevoegd op',
    75     'author' => 'Ingezonden door',
    76     'hits' => 'Kliks'
    77 );
    78 
    79 ###############################################################################
    80 # for the submission form
    81 
    82 $LANG_LINKS_SUBMIT = array(
    83     1 => 'Link voorstellen',
    84     2 => 'Link',
    85     3 => 'Categorie',
    86     4 => 'Anders',
    87     5 => 'Indien anders, geef op',
    88     6 => 'Fout: categorie ontbreekt',
    89     7 => 'Wanneer "Anders" is geselecteerd geef dan naam van de nieuwe categorie op',
    90     8 => 'Titel',
    91     9 => 'URL',
    92     10 => 'Categorie',
    93     11 => 'Ingezonden links'
    94 );
    95 
    96 ###############################################################################
    97 # Messages for COM_showMessage the submission form
    98 
    99 $PLG_links_MESSAGE1 = "Hartelijk dank voor het voorstellen van uw link op {$_CONF['site_name']}.  De link is voorgesteld aan de beheerder ter goedkeuring. Indien accoord, wordt uw link opgenomen in de  <a href={$_CONF['site_url']}/links/index.php>links</a> directory.";
   100 $PLG_links_MESSAGE2 = 'De link is opgeslagen.';
   101 $PLG_links_MESSAGE3 = 'De link is verwijderd.';
   102 $PLG_links_MESSAGE4 = "Hartelijk dank voor het toevoegen van uw link op {$_CONF['site_name']}.  De link is opgenomen in de <a href={$_CONF['site_url']}/links/index.php>links</a> directory.";
   103 $PLG_links_MESSAGE5 = 'You do not have sufficient access rights to view this category.';
   104 $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
   105 $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
   106 $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
   107 $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
   108 $PLG_links_MESSAGE12 = 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.';
   109 $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
   110 $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
   111 $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
   112 $PLG_links_MESSAGE16 = 'No such category exists.';
   113 $PLG_links_MESSAGE17 = 'This category id is already in use.';
   114 
   115 // Messages for the plugin upgrade
   116 $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
   117 $PLG_links_MESSAGE3002 = $LANG32[9];
   118 
   119 ###############################################################################
   120 # admin/plugins/links/index.php
   121 
   122 $LANG_LINKS_ADMIN = array(
   123     1 => 'Link Editor',
   124     2 => 'Link ID',
   125     3 => 'Link Titel',
   126     4 => 'Link URL',
   127     5 => 'Categorie',
   128     6 => '(inclusief http://)',
   129     7 => 'Anders',
   130     8 => 'Link Hits',
   131     9 => 'Link omschrijving',
   132     10 => 'U dient een link titel, URL en omschrijving op te geven.',
   133     11 => 'Link Manager',
   134     12 => 'Om een link te wijzigen of verwijderen, klik op het Edit icoontje naast de link.  Om een nieuwe link toe te voegen, klik op "Link toevoegen" hierboven.',
   135     14 => 'Link Categorie',
   136     16 => 'Toegang geweigerd',
   137     17 => "U probeert een link waar u geen toegang toe heeft te bewerken.  Deze poging is vastgelegd. Ga AUB terug naar de <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">linkmanager</a>.",
   138     20 => 'Indien anders, geef op',
   139     21 => 'opslaan',
   140     22 => 'annuleer',
   141     23 => 'verwijder',
   142     24 => 'Link not found',
   143     25 => 'The link you selected for editing could not be found.',
   144     26 => 'Validate Links',
   145     27 => 'HTML Status',
   146     28 => 'Edit category',
   147     29 => 'Enter or edit the details below.',
   148     30 => 'Category',
   149     31 => 'Description',
   150     32 => 'Category ID',
   151     33 => 'Topic',
   152     34 => 'Parent',
   153     35 => 'All',
   154     40 => 'Edit this category',
   155     41 => 'Create child category',
   156     42 => 'Delete this category',
   157     43 => 'Site categories',
   158     44 => 'Add&nbsp;child',
   159     46 => 'User %s tried to delete a category to which they do not have access rights',
   160     50 => 'List categories',
   161     51 => 'New link',
   162     52 => 'New category',
   163     53 => 'List links',
   164     54 => 'Category Manager',
   165     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
   166     56 => 'Category Editor',
   167     57 => 'Not validated yet',
   168     58 => 'Validate now',
   169     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
   170     60 => 'User %s tried illegally to edit category %s.',
   171     61 => 'Links in Category'
   172 );
   173 
   174 
   175 $LANG_LINKS_STATUS = array(
   176     100 => 'Continue',
   177     101 => 'Switching Protocols',
   178     200 => 'OK',
   179     201 => 'Created',
   180     202 => 'Accepted',
   181     203 => 'Non-Authoritative Information',
   182     204 => 'No Content',
   183     205 => 'Reset Content',
   184     206 => 'Partial Content',
   185     300 => 'Multiple Choices',
   186     301 => 'Moved Permanently',
   187     302 => 'Found',
   188     303 => 'See Other',
   189     304 => 'Not Modified',
   190     305 => 'Use Proxy',
   191     307 => 'Temporary Redirect',
   192     400 => 'Bad Request',
   193     401 => 'Unauthorized',
   194     402 => 'Payment Required',
   195     403 => 'Forbidden',
   196     404 => 'Not Found',
   197     405 => 'Method Not Allowed',
   198     406 => 'Not Acceptable',
   199     407 => 'Proxy Authentication Required',
   200     408 => 'Request Timeout',
   201     409 => 'Conflict',
   202     410 => 'Gone',
   203     411 => 'Length Required',
   204     412 => 'Precondition Failed',
   205     413 => 'Request Entity Too Large',
   206     414 => 'Request-URI Too Long',
   207     415 => 'Unsupported Media Type',
   208     416 => 'Requested Range Not Satisfiable',
   209     417 => 'Expectation Failed',
   210     500 => 'Internal Server Error',
   211     501 => 'Not Implemented',
   212     502 => 'Bad Gateway',
   213     503 => 'Service Unavailable',
   214     504 => 'Gateway Timeout',
   215     505 => 'HTTP Version Not Supported',
   216     999 => 'Connection Timed out'
   217 );
   218 
   219 // Localization of the Admin Configuration UI
   220 $LANG_configsections['links'] = array(
   221     'label' => 'Links',
   222     'title' => 'Links Configuration'
   223 );
   224 
   225 $LANG_confignames['links'] = array(
   226     'linksloginrequired' => 'Links Login Required?',
   227     'linksubmission' => 'Enable Submission Queue?',
   228     'newlinksinterval' => 'New Links Interval',
   229     'hidenewlinks' => 'Hide New Links?',
   230     'hidelinksmenu' => 'Hide Links Menu Entry?',
   231     'linkcols' => 'Categories per Column',
   232     'linksperpage' => 'Links per Page',
   233     'show_top10' => 'Show Top 10 Links?',
   234     'notification' => 'Notification Email?',
   235     'delete_links' => 'Delete Links with Owner?',
   236     'aftersave' => 'After Saving Link',
   237     'show_category_descriptions' => 'Show Category Description?',
   238     'new_window' => 'Open external links in new window?',
   239     'root' => 'ID of Root Category',
   240     'default_permissions' => 'Link Default Permissions',
   241     'category_permissions' => 'Category Default Permissions'
   242 );
   243 
   244 $LANG_configsubgroups['links'] = array(
   245     'sg_main' => 'Main Settings'
   246 );
   247 
   248 $LANG_fs['links'] = array(
   249     'fs_public' => 'Public Links List Settings',
   250     'fs_admin' => 'Links Admin Settings',
   251     'fs_permissions' => 'Default Permissions',
   252     'fs_cpermissions' => 'Category Permissions'
   253 );
   254 
   255 // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
   256 $LANG_configselects['links'] = array(
   257     0 => array('True' => 1, 'False' => 0),
   258     1 => array('True' => true, 'False' => false),
   259     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   260     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   261 );
   262 
   263 ?>