Changeset 11568


Ignore:
Timestamp:
Jun 29, 2011, 2:39:34 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - PWG_Stuffs - add NL (Dutch - Nederlands) thanks to stim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/language/nl_NL/plugin.lang.php

    r11535 r11568  
    4444//todo
    4545// Infos messages
    46 $lang['stuffs_order_saved'] = 'Order successfully saved.';
    47 $lang['stuffs_upgrade_message'] = 'PWG Stuffs plugin as been renamed. It is now called "Blocks".';
     46$lang['stuffs_order_saved'] = 'Opslaan opdracht geslaagd.';
     47$lang['stuffs_upgrade_message'] = 'De naam van PWG Stuffs plug-in is gewijzigd. Vanaf nu heet het "Blocks".';
    4848
    4949// Errors messages
    50 $lang['stuffs_error_no_mod_selected'] = 'You didn\'t select any block.';
    51 $lang['stuffs_no_name'] = 'You must specify block\'s name';
    52 $lang['stuffs_parent_plugin_is_missing'] = 'PARENT PLUGIN IS NOT ACTIVATED. You should remove this block or re-activate parent plugin.';
    53 $lang['stuffs_piclens_need_upgrade'] = 'PICLENS PLUGIN MUST BE UPDATED. PWG Stuffs is not compatible with this version of Piclens.';
     50$lang['stuffs_error_no_mod_selected'] = 'Er is geen blok geselecteerd.';
     51$lang['stuffs_no_name'] = 'Er moet een blok-naam worden opgegeven.';
     52$lang['stuffs_parent_plugin_is_missing'] = 'VEREISTE PLUG-IN IS NIET GEACTIVEERD. Verwijder dit blok, of heractiveer de plugin waar dit blok van afhankelijk is.';
     53$lang['stuffs_piclens_need_upgrade'] = 'PICLENS PLUGIN MOET WORDEN GEÜPDATET. PWG Stuffs werkt niet met deze verzie van Piclens.';
    5454
    5555//------------------------------------------------------------------------------
     
    5757//------------------------------------------------------------------------------
    5858
    59 $lang['module_name_lastcoms'] = 'Last comments';
    60 $lang['module_desc_lastcoms'] = 'Display last posted comments';
     59$lang['module_name_lastcoms'] = 'Recente reacties';
     60$lang['module_desc_lastcoms'] = 'Toon de meest recente reacties';
    6161
    62 $lang['lastcoms_no_nb_comments'] = 'You must specify numbers of comments.';
    63 $lang['lastcoms_config'] = 'Configuration';
    64 $lang['lastcoms_nb_comments'] = 'Number of comments to display';
    65 $lang['lastcoms_show_buttons'] = 'Show admin buttons';
    66 $lang['lastcoms_dim'] = 'Thumbnails size';
    67 $lang['lastcoms_width'] = 'Max width';
    68 $lang['lastcoms_height'] = 'Max height';
    69 $lang['lastcoms_nb_cadres'] = 'Numbers of frame by line';
    70 $lang['lastcoms_taille_cadres'] = 'Frame height';
     62$lang['lastcoms_no_nb_comments'] = 'Er moet een aantal worden opgegeven.';
     63$lang['lastcoms_config'] = 'Configuratie';
     64$lang['lastcoms_nb_comments'] = 'Aantal te tonen reacties';
     65$lang['lastcoms_show_buttons'] = 'Toon beheerder knoppen';
     66$lang['lastcoms_dim'] = 'Miniatuur afmeting';
     67$lang['lastcoms_width'] = 'Maximale breedte';
     68$lang['lastcoms_height'] = 'Maximale hoogte';
     69$lang['lastcoms_nb_cadres'] = 'Aantal frames per regel';
     70$lang['lastcoms_taille_cadres'] = 'Frame hoogte';
    7171
    7272//------------------------------------------------------------------------------
     
    7474//------------------------------------------------------------------------------
    7575
    76 $lang['module_name_logon'] = 'Login';
    77 $lang['module_desc_logon'] = 'Display login block';
     76$lang['module_name_logon'] = 'Log in';
     77$lang['module_desc_logon'] = 'Toon inlog blok';
    7878
    79 $lang['logon_remove_menubar_block'] = 'Remove "Quick connect" block from menubar';
     79$lang['logon_remove_menubar_block'] = 'Verwijder het "Snel inloggen" blok uit de menubalk';
    8080
    8181//------------------------------------------------------------------------------
     
    8383//------------------------------------------------------------------------------
    8484
    85 $lang['module_name_personal'] = 'Personnal block';
    86 $lang['module_desc_personal'] = 'Display personnal block (like an edito)';
     85$lang['module_name_personal'] = 'Persoonlijk blok';
     86$lang['module_desc_personal'] = 'Toon persoonlijk blok (zoals een editor)';
    8787
    88 $lang['personal_content'] = 'content';
     88$lang['personal_content'] = 'inhoud';
    8989
    9090//------------------------------------------------------------------------------
     
    9393
    9494$lang['module_name_tags'] = 'Tags';
    95 $lang['module_desc_tags'] = 'Display gallery tags';
     95$lang['module_desc_tags'] = 'Toon album tags';
    9696
    97 $lang['stuffs_tags_default_display'] = 'Tags display';
    98 $lang['stuffs_tags_cloud'] = 'Tags cloud';
    99 $lang['stuffs_tags_letters'] = 'Group by lettters';
    100 $lang['stuffs_tags_cumulus'] = 'Use cumulus mode (plugin <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> must be installed)';
     97$lang['stuffs_tags_default_display'] = 'Tags weergave';
     98$lang['stuffs_tags_cloud'] = 'Tag wolk';
     99$lang['stuffs_tags_letters'] = 'Groeperen op letter';
     100$lang['stuffs_tags_cumulus'] = 'Gebruik cumulus modus (de plug-in <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> moet zijn geïnstalleerd)';
    101101
    102102//------------------------------------------------------------------------------
     
    104104//------------------------------------------------------------------------------
    105105
    106 $lang['module_name_mostvisited'] = 'Most visited';
    107 $lang['module_desc_mostvisited'] = 'Display x most visited pictures in the gallery or a category';
     106$lang['module_name_mostvisited'] = 'Vaak bezocht';
     107$lang['module_desc_mostvisited'] = 'Toon de x meest bezochte afbeeldingen in het album of de categorie';
    108108
    109 $lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';
    110 $lang['stuffs_mv_category_display'] = 'Display on categories pages';
    111 $lang['stuffs_mv_all_cats'] = 'All categories';
    112 $lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';
    113 $lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';
    114 $lang['stuffs_mv_selected_cats'] = 'Only selected categories';
     109$lang['stuffs_mv_nb_images'] = 'Maximum aantal weer te geven afbeeldingen';
     110$lang['stuffs_mv_category_display'] = 'Toon op categorieën pagina\'s';
     111$lang['stuffs_mv_all_cats'] = 'Alle categorieën';
     112$lang['stuffs_mv_w_thumb'] = 'Alleen categorieën met miniatuur afbeeldingen';
     113$lang['stuffs_mv_wo_thumb'] = 'Alleen categorieën zonder miniatuur afbeeldingen';
     114$lang['stuffs_mv_selected_cats'] = 'Alleen geselecteerde categorieën';
    115115
    116 $lang['stuffs_mv_cat_selection'] = 'Categories selection';
    117 $lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';
     116$lang['stuffs_mv_cat_selection'] = 'Categorieën selectie';
     117$lang['stuffs_mv_hold_ctrl'] = 'CTRL ingedrukt houden';
    118118
    119119//------------------------------------------------------------------------------
     
    121121//------------------------------------------------------------------------------
    122122
    123 $lang['module_name_bestrated'] = 'Best rated';
    124 $lang['module_desc_bestrated'] = 'Display x best rated pictures in the gallery or a category';
     123$lang['module_name_bestrated'] = 'Best gewaardeerd';
     124$lang['module_desc_bestrated'] = 'Toon de x best gewaardeerde afbeeldingen uit het album of de categorie';
    125125
    126126//------------------------------------------------------------------------------
     
    128128//------------------------------------------------------------------------------
    129129
    130 $lang['module_name_recent'] = 'Recent pictures';
    131 $lang['module_desc_recent'] = 'Display x recent pictures in the gallery or a category (if exist)';
     130$lang['module_name_recent'] = 'Recente afbeeldingen';
     131$lang['module_desc_recent'] = 'Toon de x recentste afbeeldingen uit het album of de categorie';
    132132
    133133//------------------------------------------------------------------------------
     
    135135//------------------------------------------------------------------------------
    136136
    137 $lang['module_name_random'] = 'Random pictures';
    138 $lang['module_desc_random'] = 'Display x random pictures in the gallery or a category';
     137$lang['module_name_random'] = 'Willekeurige afbeeldingen';
     138$lang['module_desc_random'] = 'Toon x willekeurige afbeeldingen uit het album of de categorie';
    139139
    140140//------------------------------------------------------------------------------
     
    142142//------------------------------------------------------------------------------
    143143
    144 $lang['module_name_citation'] = 'Random quote';
    145 $lang['module_desc_citation'] = 'Display a random quote';
    146 $lang['module_Citation_lang'] = 'Language';
    147 $lang['module_Citation_code'] = 'Related code';
     144$lang['module_name_citation'] = 'Willekeurige quote';
     145$lang['module_desc_citation'] = 'Toon een willekeurige quote';
     146$lang['module_Citation_lang'] = 'Taal';
     147$lang['module_Citation_code'] = 'Gerelateerde code';
    148148
    149149//------------------------------------------------------------------------------
     
    151151//------------------------------------------------------------------------------
    152152
    153 $lang['module_name_featuredphotos'] = 'Featured Photos';
    154 $lang['module_desc_featuredphotos'] = 'Display favorites photos of the webmaster';
     153$lang['module_name_featuredphotos'] = 'Uitgelichte afbeeldingen';
     154$lang['module_desc_featuredphotos'] = 'Toon de favoriete afbeeldingen van de beheerder';
    155155?>
Note: See TracChangeset for help on using the changeset viewer.