root/branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/nl.pm @ 1308

Revision 1308, 7.1 kB (checked in by bsmith, 23 months ago)

Merging commits from release-28 changesets 1274 to 1306

  • Property svn:keywords set to Id Revision
Line 
1# WidgetManager plugin for Movable Type
2# Author: Byrne Reese, Six Apart (http://www.sixapart.com)
3# Released under the Artistic License
4#
5package WidgetManager::L10N::nl;
6
7use strict;
8use base 'WidgetManager::L10N::en_us';
9use vars qw( %Lexicon );
10
11## The following is the translation table.
12
13%Lexicon = (
14## plugins/WidgetManager/lib/WidgetManager/Plugin.pm
15        'Can\'t find included template widget \'[_1]\'' => 'Kan geïncludeerd sjabloonwidget \'[_1]\' niet vinden',
16        'Cloning Widgets for blog...' => 'Bezig widgets te klonen van blog...',
17
18## plugins/WidgetManager/lib/WidgetManager/CMS.pm
19        'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Kan de bestaande \'[_1]\' WidgetManager niet dupliceren. Gelieve terug te gaan en een unieke naam in te geven.',
20        'Main Menu' => 'Hoofdmenu',
21        'Widget Manager' => 'Widget Manager',
22        'New Widget Set' => 'Nieuwe widgetset',
23
24## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml
25        'Select a Month...' => 'Selecteer een maand...',
26
27## plugins/WidgetManager/default_widgets/category_archive_list.mtml
28
29## plugins/WidgetManager/default_widgets/calendar.mtml
30        'Monthly calendar with links to daily posts' => 'Maandkalender met links naar de berichten van alle dagen',
31        'Sun' => 'Zon',
32        'Mon' => 'Maa',
33        'Tue' => 'Din',
34        'Wed' => 'Woe',
35        'Thu' => 'Don',
36        'Fri' => 'Vri',
37        'Sat' => 'Zat',
38
39## plugins/WidgetManager/default_widgets/recent_entries.mtml
40
41## plugins/WidgetManager/default_widgets/current_author_monthly_archive_list.mtml
42
43## plugins/WidgetManager/default_widgets/date_based_author_archives.mtml
44        'Author Yearly Archives' => 'Archieven per auteur per jaar',
45        'Author Weekly Archives' => 'Archieven per auteur per week',
46        'Author Daily Archives' => 'Archieven per auteur per dag',
47
48## plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml
49        'This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' => 'Dit is een gepersonaliseerde set widgets die enkel op de hoofpagina (of "hoofdindex") verschijnen.  Meer info: [_1]',
50
51## plugins/WidgetManager/default_widgets/syndication.mtml
52        'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Zoekresultaten die overeen komen met &ldquo;<$mt:SearchString$>&rdquo;',
53
54## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml
55
56## plugins/WidgetManager/default_widgets/recent_comments.mtml
57        '<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] reageerde op [_3]</a>: [_4]',
58
59## plugins/WidgetManager/default_widgets/technorati_search.mtml
60        'Technorati' => 'Technorati',
61        '<a href=\'http://www.technorati.com/\'>Technorati</a> search' => 'Zoek op <a href=\'http://www.technorati.com/\'>Technorati</a>',
62        'this blog' => 'deze weblog',
63        'all blogs' => 'alle blogs',
64        'Blogs that link here' => 'Blogs die hierheen linken',
65
66## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml
67
68## plugins/WidgetManager/default_widgets/signin.mtml
69        'You are signed in as ' => 'U bent aangemeld als',
70        'You do not have permission to sign in to this blog.' => 'U heeft geen toestemming om aan te melden op deze weblog',
71
72## plugins/WidgetManager/default_widgets/pages_list.mtml
73
74## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
75        'This is a custom set of widgets that are conditioned to serve different content based upon what type of archive it is included. More info: [_1]' => 'Dit is een set widgets die andere inhoud tonen gebaseerd op het archieftype waarin ze voorkomen.  Meer info: [_1]',
76        'Current Category Monthly Archives' => 'Archieven van de huidige categorie per maand',
77
78## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
79        'Category Yearly Archives' => 'Archieven per categorie per jaar',
80        'Category Weekly Archives' => 'Archieven per categorie per week',
81        'Category Daily Archives' => 'Archieven per categorie per dag',
82
83## plugins/WidgetManager/default_widgets/widgets.cfg
84        'About This Page' => 'Over deze pagina',
85        'Current Author Monthly Archives' => 'Archieven per maand van de huidige auteur',
86        'Calendar' => 'Kalender',
87        'Creative Commons' => 'Creative Commons',
88        'Home Page Widgets' => 'Hoofdpaginawidgets',
89        'Monthly Archives Dropdown' => 'Uitklapmenu archieven per maand',
90        'Page Listing' => 'Overzicht pagina\'s', # Translate - New
91        'Powered By' => 'Aangedreven door',
92        'Syndication' => 'Syndicatie',
93        'Technorati Search' => 'Technorati zoekformulier',
94        'Date-Based Author Archives' => 'Datum-gebaseerde auteursactieven',
95        'Date-Based Category Archives' => 'Datum-gebaseerde categorie-archieven',
96
97## plugins/WidgetManager/default_widgets/creative_commons.mtml
98        'This weblog is licensed under a' => 'Deze weblog valt onder een licentie van het type',
99        'Creative Commons License' => 'Creative Commons Licentie',
100
101## plugins/WidgetManager/default_widgets/about_this_page.mtml
102
103## plugins/WidgetManager/default_widgets/author_archive_list.mtml
104
105## plugins/WidgetManager/default_widgets/powered_by.mtml
106
107## plugins/WidgetManager/default_widgets/tag_cloud.mtml
108
109## plugins/WidgetManager/default_widgets/recent_assets.mtml
110
111## plugins/WidgetManager/default_widgets/search.mtml
112
113## plugins/WidgetManager/tmpl/edit.tmpl
114        'Edit Widget Set' => 'Widgetset bewerken',
115        'Please use a unique name for this widget set.' => 'Gelieve een unieke naam voor deze widgetset te gebruiken',
116        'You already have a widget set named \'[_1].\' Please use a unique name for this widget set.' => 'U heeft al een widgetste met de naam \'[_1]\'.  Gelieve een unieke naam te gebruiken voor deze widgetset.',
117        'Your changes to the Widget Set have been saved.' => 'Uw wijzigingen aan de widgetset zijn opgeslagen.',
118        'Set Name' => 'Naam instellen',
119        'Drag and drop the widgets you want into the Installed column.' => 'Klik en sleep de widgets die u wenst in de \'Geïnstalleerde widgets\' kolom.',
120        'Installed Widgets' => 'Geïnstalleerde widgets',
121        'Available Widgets' => 'Beschikbare widgets',
122        'Save changes to this widget set (s)' => 'Wijzignen aan deze widgetset opslaan (s)',
123
124## plugins/WidgetManager/tmpl/list.tmpl
125        'Widget Sets' => 'Widgetsets',
126        'Widget Set' => 'Widgetset',
127        'Delete selected Widget Sets (x)' => 'Geselecteerde widgetsets verwijderen (x)',
128        'Helpful Tips' => 'Nuttige tips',
129        'To add a widget set to your templates, use the following syntax:' => 'Om een widgetset aan uw sjablonen toe te voegen, gebruikt u volgende syntax:',
130        '<strong>&lt;$MTWidgetSet name=&quot;Name of the Widget Set&quot;$&gt;</strong>' => '<strong>&lt;$MTWidgetSet name=&quot;Naam van de widgetset&quot;$&gt;</strong>',
131        'Edit Widget Templates' => 'Bewerk widgetsjablonen',
132        'Your changes to the widget set have been saved.' => 'Uw wijzigingen aan de widgetset werden opgeslagen.',
133        'You have successfully deleted the selected widget set(s) from your blog.' => 'U heeft met succes de geselecteerde widgetset(s) van uw weblog verwijderd.',
134        'Create Widget Set' => 'Widgetset aanmaken',
135        'No Widget Sets could be found.' => 'Er werden geen widgetsets gevonden.',
136
137## plugins/WidgetManager/WidgetManager.pl
138        'Maintain your blog\'s widget content using a handy drag and drop interface.' => 'Beheer de widget-inhoud van uw weblog via een handige klik-en-sleep interface.',
139        'Widgets' => 'Widgets',
140);
1411;
142
Note: See TracBrowser for help on using the browser.