0byt3m1n1
Path:
/
data
/
applications
/
aps
/
geeklog
/
1.8.0-0
/
standard
/
htdocs
/
plugins
/
links
/
language
/
[
Home
]
File: dutch.php
<?php ############################################################################### # dutch.php # This is the Dutch language file for the Geeklog Links plugin # # Copyright (C) 2001 Tony Bibbs # tony@tonybibbs.com # Copyright (C) 2005 Trinity Bays # trinity93@gmail.com # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################### global $LANG32; ############################################################################### # Array Format: # $LANGXX[YY]: $LANG - variable name # XX - file id number # YY - phrase id number ############################################################################### $LANG_LINKS = array( 10 => 'Ingezonden links', 14 => 'Links', 84 => 'LINKS', 88 => 'Geen recente nieuwe links', 114 => 'Links', 116 => 'Link toevoegen', 117 => 'Report Broken Link', 118 => 'Broken Link Report', 119 => 'The following link has been reported to be broken: ', 120 => 'To edit the link, click here: ', 121 => 'The broken Link was reported by: ', 122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible', 123 => 'Thank you', 124 => 'Go', 125 => 'Categories', 126 => 'You are here:', 'autotag_desc_link' => '[link: id alternate title] - Displays a link to a Link from the Links Plugin using the Link Title as the title. An alternate title may be specified but is not required.', 'root' => 'Root' ); ############################################################################### # for stats $LANG_LINKS_STATS = array( 'links' => 'Links (Kliks) in het systeem', 'stats_headline' => 'Top Tien Links', 'stats_page_title' => 'Links', 'stats_hits' => 'Hits', 'stats_no_hits' => 'Er zijn nog geen links aanwezig of er is nog niet op geklikt.' ); ############################################################################### # for the search $LANG_LINKS_SEARCH = array( 'results' => 'Link resultaten', 'title' => 'Titel', 'date' => 'Toegevoegd op', 'author' => 'Ingezonden door', 'hits' => 'Kliks' ); ############################################################################### # for the submission form $LANG_LINKS_SUBMIT = array( 1 => 'Link voorstellen', 2 => 'Link', 3 => 'Categorie', 4 => 'Anders', 5 => 'Indien anders, geef op', 6 => 'Fout: categorie ontbreekt', 7 => 'Wanneer "Anders" is geselecteerd geef dan naam van de nieuwe categorie op', 8 => 'Titel', 9 => 'URL', 10 => 'Categorie', 11 => 'Ingezonden links' ); ############################################################################### # Messages for COM_showMessage the submission form $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."; $PLG_links_MESSAGE2 = 'De link is opgeslagen.'; $PLG_links_MESSAGE3 = 'De link is verwijderd.'; $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."; $PLG_links_MESSAGE5 = 'You do not have sufficient access rights to view this category.'; $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.'; $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.'; $PLG_links_MESSAGE10 = 'Your category has been successfully saved.'; $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.'; $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.'; $PLG_links_MESSAGE13 = 'The category has been successfully deleted.'; $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.'; $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.'; $PLG_links_MESSAGE16 = 'No such category exists.'; $PLG_links_MESSAGE17 = 'This category id is already in use.'; // Messages for the plugin upgrade $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.'; $PLG_links_MESSAGE3002 = $LANG32[9]; ############################################################################### # admin/plugins/links/index.php $LANG_LINKS_ADMIN = array( 1 => 'Link Editor', 2 => 'Link ID', 3 => 'Link Titel', 4 => 'Link URL', 5 => 'Categorie', 6 => '(inclusief http://)', 7 => 'Anders', 8 => 'Link Hits', 9 => 'Link omschrijving', 10 => 'U dient een link titel, URL en omschrijving op te geven.', 11 => 'Link Manager', 12 => 'To modify or delete a link, click on that link\'s edit icon below. To create a new link or a new category, click on "New link" or "New category" above. To edit multiple categories, click on "List categories" above.', 14 => 'Link Categorie', 16 => 'Toegang geweigerd', 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>.", 20 => 'Indien anders, geef op', 21 => 'opslaan', 22 => 'annuleer', 23 => 'verwijder', 24 => 'Link not found', 25 => 'The link you selected for editing could not be found.', 26 => 'Validate Links', 27 => 'HTTP Status', 28 => 'Edit category', 29 => 'Enter or edit the details below.', 30 => 'Category', 31 => 'Description', 32 => 'Category ID', 33 => 'Topic', 34 => 'Parent', 35 => 'All', 40 => 'Edit this category', 41 => 'Create child category', 42 => 'Delete this category', 43 => 'Site categories', 44 => 'Add child', 46 => 'User %s tried to delete a category to which they do not have access rights', 50 => 'List categories', 51 => 'New link', 52 => 'New category', 53 => 'List links', 54 => 'Category Manager', 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.', 56 => 'Category Editor', 57 => 'Not validated yet', 58 => 'Validate now', 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>', 60 => 'User %s tried illegally to edit category %s.', 61 => 'Links in Category' ); $LANG_LINKS_STATUS = array( 100 => 'Continue', 101 => 'Switching Protocols', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Timeout', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Long', 415 => 'Unsupported Media Type', 416 => 'Requested Range Not Satisfiable', 417 => 'Expectation Failed', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Timeout', 505 => 'HTTP Version Not Supported', 999 => 'Connection Timed out' ); // Localization of the Admin Configuration UI $LANG_configsections['links'] = array( 'label' => 'Links', 'title' => 'Links Configuration' ); $LANG_confignames['links'] = array( 'linksloginrequired' => 'Links Login Required?', 'linksubmission' => 'Enable Submission Queue?', 'newlinksinterval' => 'New Links Interval', 'hidenewlinks' => 'Hide New Links?', 'hidelinksmenu' => 'Hide Links Menu Entry?', 'linkcols' => 'Categories per Column', 'linksperpage' => 'Links per Page', 'show_top10' => 'Show Top 10 Links?', 'notification' => 'Notification Email?', 'delete_links' => 'Delete Links with Owner?', 'aftersave' => 'After Saving Link', 'show_category_descriptions' => 'Show Category Description?', 'new_window' => 'Open external links in new window?', 'root' => 'ID of Root Category', 'default_permissions' => 'Link Default Permissions', 'category_permissions' => 'Category Default Permissions', 'autotag_permissions_link' => '[link: ] Permissions' ); $LANG_configsubgroups['links'] = array( 'sg_main' => 'Main Settings' ); $LANG_tab['links'] = array( 'tab_public' => 'Public Links List Settings', 'tab_admin' => 'Links Admin Settings', 'tab_permissions' => 'Link Permissions', 'tab_cpermissions' => 'Category Permissions', 'tab_autotag_permissions' => 'Autotag Usage Permissions' ); $LANG_fs['links'] = array( 'fs_public' => 'Public Links List Settings', 'fs_admin' => 'Links Admin Settings', 'fs_permissions' => 'Default Permissions', 'fs_cpermissions' => 'Category Permissions', 'fs_autotag_permissions' => 'Autotag Usage Permissions' ); // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core'] $LANG_configselects['links'] = array( 0 => array('True' => 1, 'False' => 0), 1 => array('True' => true, 'False' => false), 9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'), 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3), 13 => array('No access' => 0, 'Use' => 2) ); ?>