Changeset 11568 for extensions/PWG_Stuffs/trunk/language
- Timestamp:
- Jun 29, 2011, 2:39:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/trunk/language/nl_NL/plugin.lang.php
r11535 r11568 44 44 //todo 45 45 // Infos messages 46 $lang['stuffs_order_saved'] = 'O rder 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".'; 48 48 49 49 // 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 M UST BE UPDATED. PWG Stuffs is not compatible with this version ofPiclens.';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.'; 54 54 55 55 //------------------------------------------------------------------------------ … … 57 57 //------------------------------------------------------------------------------ 58 58 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'; 61 61 62 $lang['lastcoms_no_nb_comments'] = ' You must specify numbers of comments.';63 $lang['lastcoms_config'] = 'Configurati on';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 h eight';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'; 71 71 72 72 //------------------------------------------------------------------------------ … … 74 74 //------------------------------------------------------------------------------ 75 75 76 $lang['module_name_logon'] = 'Log in';77 $lang['module_desc_logon'] = ' Display login block';76 $lang['module_name_logon'] = 'Log in'; 77 $lang['module_desc_logon'] = 'Toon inlog blok'; 78 78 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'; 80 80 81 81 //------------------------------------------------------------------------------ … … 83 83 //------------------------------------------------------------------------------ 84 84 85 $lang['module_name_personal'] = 'Perso nnal 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)'; 87 87 88 $lang['personal_content'] = ' content';88 $lang['personal_content'] = 'inhoud'; 89 89 90 90 //------------------------------------------------------------------------------ … … 93 93 94 94 $lang['module_name_tags'] = 'Tags'; 95 $lang['module_desc_tags'] = ' Display gallerytags';95 $lang['module_desc_tags'] = 'Toon album tags'; 96 96 97 $lang['stuffs_tags_default_display'] = 'Tags display';98 $lang['stuffs_tags_cloud'] = 'Tag s cloud';99 $lang['stuffs_tags_letters'] = 'Gro up 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)'; 101 101 102 102 //------------------------------------------------------------------------------ … … 104 104 //------------------------------------------------------------------------------ 105 105 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'; 108 108 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'; 115 115 116 $lang['stuffs_mv_cat_selection'] = 'Categorie s 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'; 118 118 119 119 //------------------------------------------------------------------------------ … … 121 121 //------------------------------------------------------------------------------ 122 122 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'; 125 125 126 126 //------------------------------------------------------------------------------ … … 128 128 //------------------------------------------------------------------------------ 129 129 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'; 132 132 133 133 //------------------------------------------------------------------------------ … … 135 135 //------------------------------------------------------------------------------ 136 136 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'; 139 139 140 140 //------------------------------------------------------------------------------ … … 142 142 //------------------------------------------------------------------------------ 143 143 144 $lang['module_name_citation'] = ' Randomquote';145 $lang['module_desc_citation'] = ' Display a randomquote';146 $lang['module_Citation_lang'] = ' Language';147 $lang['module_Citation_code'] = ' Relatedcode';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'; 148 148 149 149 //------------------------------------------------------------------------------ … … 151 151 //------------------------------------------------------------------------------ 152 152 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'; 155 155 ?>
Note: See TracChangeset
for help on using the changeset viewer.