Index: /branches/release-29/index.html.es
===================================================================
--- /branches/release-29/index.html.es (revision 1258)
+++ /branches/release-29/index.html.es (revision 1308)
@@ -93,5 +93,5 @@
             <h2>Â¿Instalando?</h2>
 
-            <p>Si acaba de empezar con Movable Type, quizÃ¡s desee consultar la secciÃ³n de instalaciÃ³n/actualizaciÃ³n de la <a href="__HELP_URL__">documentaciÃ³n de Movable Type</a> y ver la <a rel="nofollow" href="mt-check.cgi">comprobaciÃ³n del sistema de Movable Type</a> para segurarse de que su sistema tiene todo lo necesario.</p>
+            <p>Si acaba de empezar con Movable Type, quizÃ¡s desee consultar la secciÃ³n de instalaciÃ³n/actualizaciÃ³n de la <a href="http://www.movabletype.org/documentation/">documentaciÃ³n de Movable Type</a> y ver la <a rel="nofollow" href="mt-check.cgi">comprobaciÃ³n del sistema de Movable Type</a> para segurarse de que su sistema tiene todo lo necesario.</p>
         </div>
     </div>
Index: /branches/release-29/php/lib/function.mtsubcatsrecurse.php
===================================================================
--- /branches/release-29/php/lib/function.mtsubcatsrecurse.php (revision 1174)
+++ /branches/release-29/php/lib/function.mtsubcatsrecurse.php (revision 1308)
@@ -7,5 +7,5 @@
 
 function smarty_function_mtsubcatsrecurse($args, &$ctx) {
-    $localvars = array('subCatsDepth', 'category', 'subCatIsFirst', 'subCatIsLast');
+  $localvars = array('subCatsDepth', 'category', 'subCatIsFirst', 'subCatIsLast', 'subFolderHead', 'subFolderFoot');
     $fn = $ctx->stash('subCatTokens');
     #if (!method_exists($ctx,$fn)) {
Index: /branches/release-29/php/lib/l10n_fr.php
===================================================================
--- /branches/release-29/php/lib/l10n_fr.php (revision 1174)
+++ /branches/release-29/php/lib/l10n_fr.php (revision 1308)
@@ -8,4 +8,10 @@
 global $Lexicon_fr;
 $Lexicon_fr = array(
+## php/lib/function.mtvar.php
+	'You used a [_1] tag without a valid name attribute.' => 'Vous avez utilisÃ© un tag [_1] sans un attribut de nom valide',
+	'\'[_1]\' is not a valid function for a hash.' => '\'[_1]\' n\'est pas une fonction valide pour un hash',
+	'\'[_1]\' is not a valid function for an array.' => '\'[_1]\' n\'est pas une fonction valide pour un tableau',
+	'[_1] [_2] [_3] is illegal.' => '[_1] [_2] [_3] est illÃ©gal.',
+
 ## php/lib/archive_lib.php
 	'Page' => 'Page',
@@ -26,6 +32,15 @@
 	'Category Weekly' => 'Par catÃ©gories et semaines',
 
+## php/lib/block.mtsethashvar.php
+
+## php/lib/block.mtif.php
+
 ## php/lib/function.mtremotesigninlink.php
 	'TypeKey authentication is not enabled in this blog.  MTRemoteSignInLink can\'t be used.' => 'L\'authentification TypeKey n\'est pas activÃ©e sur ce blog.  MTRemoteSignInLink ne peut Ãªtre utilisÃ©.',
+
+## php/lib/block.mtauthorhaspage.php
+	'No author available' => 'Il n\'a pas d\'auteurs disponibles',
+
+## php/lib/block.mtauthorhasentry.php
 
 ## php/lib/function.mtproductname.php
@@ -36,6 +51,14 @@
 	'Type the characters you see in the picture above.' => 'Saisissez les caractÃšres que vous voyez dans l\'image ci-dessus.',
 
+## php/lib/function.mtsetvar.php
+	'\'[_1]\' is not a hash.' => '\'[_1]\' n\'est pas un hash',
+	'Invalid index.' => 'Index invalide',
+	'\'[_1]\' is not an array.' => '\'[_1]\' n\'est pas un tableau',
+	'\'[_1]\' is not a valid function.' => '\'[_1]\' n\'est pas une fonction valide',
+
 ## php/lib/block.mtassets.php
 	'sort_by="score" must be used in combination with namespace.' => 'sort_by="score" doit Ãªtre utilisÃ© en combinaison avec le namespace.',
+
+## php/lib/block.mtsetvarblock.php
 
 ## php/lib/block.mtentries.php
@@ -50,5 +73,4 @@
 	'entry' => 'note',
 	'Entry' => 'Note',
-
 );
 function translate_phrase($str, $params = null) {
Index: /branches/release-29/php/lib/l10n_nl.php
===================================================================
--- /branches/release-29/php/lib/l10n_nl.php (revision 1174)
+++ /branches/release-29/php/lib/l10n_nl.php (revision 1308)
@@ -8,4 +8,10 @@
 global $Lexicon_nl;
 $Lexicon_nl = array(
+
+## php/lib/function.mtvar.php
+	'You used a [_1] tag without a valid name attribute.' => 'U gebruikte een [_1] tag zonder geldig name attribuut',
+	'\'[_1]\' is not a valid function for a hash.' => '\'[_1]\' is geen geldige functie voor een hash.',
+	'\'[_1]\' is not a valid function for an array.' => '\'[_1]\' is geen geldige functie voor een array.',
+	'[_1] [_2] [_3] is illegal.' => '[_1] [_2] [_3] is illegaal.',
 
 ## php/lib/archive_lib.php
@@ -27,6 +33,15 @@
 	'Category Weekly' => 'per categorie per week',
 
+## php/lib/block.mtsethashvar.php
+
+## php/lib/block.mtif.php
+
 ## php/lib/function.mtremotesigninlink.php
 	'TypeKey authentication is not enabled in this blog.  MTRemoteSignInLink can\'t be used.' => 'TypeKey authenticatie is niet ingeschakeld op deze blog.  MTRemoteSignInLink kan niet worden gebruikt.',
+
+## php/lib/block.mtauthorhaspage.php
+	'No author available' => 'Geen auteur beschikbaar',
+
+## php/lib/block.mtauthorhasentry.php
 
 ## php/lib/function.mtproductname.php
@@ -37,6 +52,14 @@
 	'Type the characters you see in the picture above.' => 'Tik te tekens in die u ziet in de afbeelding hierboven.',
 
+## php/lib/function.mtsetvar.php
+	'\'[_1]\' is not a hash.' => '\'[_1]\' is geen hash.',
+	'Invalid index.' => 'Ongeldige index.',
+	'\'[_1]\' is not an array.' => '\'[_1]\' is geen array.',
+	'\'[_1]\' is not a valid function.' => '\'[_1]\' is geen geldige functie.',
+
 ## php/lib/block.mtassets.php
 	'sort_by="score" must be used in combination with namespace.' => 'sort_by="score" moet gebruikt worden in combinatie met een namespace.',
+
+## php/lib/block.mtsetvarblock.php
 
 ## php/lib/block.mtentries.php
@@ -46,4 +69,9 @@
 
 ## php/lib/function.mtauthordisplayname.php
+
+## php/lib/function.mtentryclasslabel.php
+	'page' => 'pagina',
+	'entry' => 'bericht',
+	'Entry' => 'Bericht',
 );
 function translate_phrase($str, $params = null) {
Index: /branches/release-29/php/lib/block.mtfolderfooter.php
===================================================================
--- /branches/release-29/php/lib/block.mtfolderfooter.php (revision 1174)
+++ /branches/release-29/php/lib/block.mtfolderfooter.php (revision 1308)
@@ -10,6 +10,7 @@
         $categories =& $ctx->stash('_categories');
         $counter = $ctx->stash('_categories_counter');
+
         return $ctx->_hdlr_if($args, $content, $ctx, $repeat, 
-            ($counter == count($categories) || $ctx->stash('subFolderFoot'))
+                              ((isset($counter) && isset($categories)) && $counter == count($categories) || $ctx->stash('subFolderFoot'))
         );
     } else {
Index: /branches/release-29/php/lib/block.mtentries.php
===================================================================
--- /branches/release-29/php/lib/block.mtentries.php (revision 1264)
+++ /branches/release-29/php/lib/block.mtentries.php (revision 1308)
@@ -61,5 +61,5 @@
             $archiver->setup_args($ctx, $args);
         }
-        if (($cat = $ctx->stash('category')) && $args['class'] == 'entry') {
+        if (($cat = $ctx->stash('category')) && ($args['class'] == 'entry' || $args['class'] == 'page')) {
             $args['category'] or $args['categories'] or $args['category_id'] = $cat['category_id'];
             if ($ctx->stash('inside_mt_categories')) {
Index: /branches/release-29/php/lib/block.mtarchivelist.php
===================================================================
--- /branches/release-29/php/lib/block.mtarchivelist.php (revision 1104)
+++ /branches/release-29/php/lib/block.mtarchivelist.php (revision 1308)
@@ -2,5 +2,5 @@
 require_once "archive_lib.php";
 function smarty_block_mtarchivelist($args, $content, &$ctx, &$repeat) {
-    $localvars = array('current_archive_type', 'current_timestamp', 'current_timestamp_end', 'entries', 'archive_count', '_archive_list_num', '_archive_list_results','entry','ArchiveListHeader', 'ArchiveListFooter', 'inside_archive_list');
+  $localvars = array('current_archive_type', 'current_timestamp', 'current_timestamp_end', 'entries', 'archive_count', '_archive_list_num', '_archive_list_results','entry','ArchiveListHeader', 'ArchiveListFooter', 'inside_archive_list', 'category');
     global $_archivers;
     if (!isset($content)) {
Index: /branches/release-29/readme.html.de
===================================================================
--- /branches/release-29/readme.html.de (revision 1103)
+++ /branches/release-29/readme.html.de (revision 1308)
@@ -4,5 +4,5 @@
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type 4.0 Read Me</title>
+	<title>Movable Type 4.1 Read Me</title>
 	<style type="text/css">
         body { font-family: Arial, Helvetica, sans-serif; }
Index: /branches/release-29/readme.html.ja
===================================================================
--- /branches/release-29/readme.html.ja (revision 1102)
+++ /branches/release-29/readme.html.ja (revision 1308)
@@ -4,5 +4,5 @@
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<meta http-equiv="content-language" content="ja" />
-	<title>Movable Type 4.0 Read Me</title>
+	<title>Movable Type 4.1 Read Me</title>
 	<style type="text/css">
         body { font-family: Arial, Helvetica, sans-serif; }
Index: /branches/release-29/index.html.de
===================================================================
--- /branches/release-29/index.html.de (revision 1258)
+++ /branches/release-29/index.html.de (revision 1308)
@@ -93,5 +93,5 @@
             <h2>Movable Type installieren?</h2>
 
-            <p>Wenn Sie Movable Type jetzt installieren mÃ¶chten, lesen Sie bitte die Installationshinweise in der <a href="__HELP_URL__">Movable Type-Dokumentation</a> und nutzen Sie die <a rel="nofollow" href="mt-check.cgi">Movable Type-SystemÃŒberprÃŒfung</a>, die Ihren Server automatisch auf die erforderliche Software hin ÃŒberprÃŒft.</p>
+            <p>Wenn Sie Movable Type jetzt installieren mÃ¶chten, lesen Sie bitte die Installationshinweise in der <a href="http://www.movabletype.org/documentation/">Movable Type-Dokumentation</a> und nutzen Sie die <a rel="nofollow" href="mt-check.cgi">Movable Type-SystemÃŒberprÃŒfung</a>, die Ihren Server automatisch auf die erforderliche Software hin ÃŒberprÃŒft.</p>
         </div>
     </div>
Index: /branches/release-29/default_templates/comment_detail.mtml
===================================================================
--- /branches/release-29/default_templates/comment_detail.mtml (revision 1262)
+++ /branches/release-29/default_templates/comment_detail.mtml (revision 1308)
@@ -1,3 +1,3 @@
-<div class="comment<MTIf name="__last__"> last</MTIf>"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>>
+<div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>>
     <div class="inner">
         <div class="comment-header">
@@ -5,5 +5,5 @@
             <div class="user-pic">
                 <mt:if tag="CommenterUserpic">
-                <a href="<$MTCGIPath$><$MTCommunityScript$>?__mode=view&amp;id=<$MTCommenterID$>"><img src="<$MTCommenterUserpicURL$>" width="50" height="50" alt="user-pic" /></a>
+                <img src="<$MTCommenterUserpicURL$>" width="50" height="50" alt="user-pic" />
                 <mt:else>
                     <mt:if tag="CommenterAuthIconURL">
@@ -17,5 +17,5 @@
 </mt:IfImageSupport>
             <div class="asset-meta">
-                <span class="byline"><MTIfCommenterIsAuthor><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><a href="<mt:var name="profile_view_url" encode_html="1"><$MTCommenterID$>"><$MTCommenterName$></a></span>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'><MTElse><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><a href="<$MTCommenterURL$>"><$MTCommenterName$></a></span>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></MTIfCommenterIsAuthor></span>
+                <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><MTIfNonEmpty tag="CommenterID"><a href="<$MTCommenterURL$>"><$MTCommenterName$></a><MTElse><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></MTIfNonEmpty></span>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span>
             </div>
         </div>
Index: /branches/release-29/index.html.ja
===================================================================
--- /branches/release-29/index.html.ja (revision 1258)
+++ /branches/release-29/index.html.ja (revision 1308)
@@ -90,5 +90,5 @@
             <h2>ã¯ãããŠãäœ¿ãã«ãªãæ¹ãž</h2>
             <p>Movable Typeããå©çšããã ãããã«ã¯ãã»ããã¢ãããå®äºããŠããå¿
-èŠããããŸãã<a href="__HELP_URL__">ãªã³ã©ã€ã³ã»ããã¥ã¢ã«</a>ã®ã€ã³ã¹ããŒã«ã»ã»ããã¢ããã®ç« ãèª­ã¿ãçšŒåã«å¿
+èŠããããŸãã<a href="http://www.movabletype.jp/documentation/">ãªã³ã©ã€ã³ã»ããã¥ã¢ã«</a>ã®ã€ã³ã¹ããŒã«ã»ã»ããã¢ããã®ç« ãèª­ã¿ãçšŒåã«å¿
 èŠãªç°å¢ãæºåããŠãã ããããŸãã<a rel="nofollow" href="mt-check.cgi">Movable Type ã·ã¹ãã ã»ãã§ãã¯ (mt-check.cgi)</a> ãå®è¡ããç°å¢ãæŽã£ãããšãç¢ºèªããŠãã ããã</p>
             <p>å¿
Index: /branches/release-29/readme.html.fr
===================================================================
--- /branches/release-29/readme.html.fr (revision 1103)
+++ /branches/release-29/readme.html.fr (revision 1308)
@@ -9,5 +9,5 @@
 	<meta http-equiv="content-language" content="en" />
 
-	<title>Movable Type 4.0 Lisez-moi</title>
+	<title>Movable Type 4.1 Lisez-moi</title>
 
 	<style type="text/css">
Index: /branches/release-29/lib/MT/L10N/fr.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/fr.pm (revision 1211)
+++ /branches/release-29/lib/MT/L10N/fr.pm (revision 1308)
@@ -1,5 +1,4 @@
-# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
-# This program is distributed under the terms of the
-# GNU General Public License, version 2.
+# Copyright 2003-2008 Six Apart. This code cannot be redistributed without
+# permission from www.sixapart.com.
 #
 # $Id$
@@ -151,6 +150,6 @@
 
 ## default_templates/comment_detail.mtml
-	'[_1] [_2] said:' => '[_1] [_2] a dit :',
-	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Lien permanent vers ce commentaire">[_2]</a>',
+	'default userpic' => 'Image de l\'utilisateur par dÃ©faut',
+	'By [_1] on [_2]' => 'Par [_1] le [_2]',
 
 ## default_templates/comment_form.mtml
@@ -195,5 +194,4 @@
 
 ## default_templates/entry_metadata.mtml
-	'By [_1] on [_2]' => 'Par [_1] le [_2]',
 	'Permalink' => 'Lien permanent',
 	'Comments ([_1])' => 'Commentaires ([_1])',
@@ -232,7 +230,6 @@
 	'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Voici la liste des liens vers les blogs faisant rÃ©fÃ©rence Ã  cette note : <a href="[_1]">[_2]</a>.',
 	'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'URL de trackback pour cette note : <span id="trackbacks-link">[_1]</span>',
-	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> de [_3]',
+	'<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '<a href="[_1]">[_2]</a> depuis [_3] sur <a href="[_4]">[_5]</a>', # Translate - New
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Lire la suite</a>',
-	'Tracked on <a href="[_1]">[_2]</a>' => 'TrackÃ© le <a href="[_1]">[_2]</a>',
 
 ## default_templates/sidebar.mtml
@@ -550,6 +547,4 @@
 	'Registered User' => 'Utilisateur enregistrÃ©',
 	'The sign-in attempt was not successful; please try again.' => 'La tentative d\'enregistrement a Ã©chouÃ©; veuillez essayer de nouveau.',
-	'The sign-in validation was not successful. Please make sure your weblog is properly configured and try again.' => 'La procÃ©dure d\'enregistrement a Ã©chouÃ©. Veuillez vÃ©rifier que votre blog est configurÃ© correctement et essayez de nouveau.',
-	'No such entry ID \'[_1]\'' => 'Aucune ID pour la Note \'[_1]\'',
 	'No entry was specified; perhaps there is a template problem?' => 'Aucune note n\'a Ã©tÃ© spÃ©cifiÃ©e; peut-Ãªtre y a-t-il un problÃšme de gabarit?',
 	'Somehow, the entry you tried to comment on does not exist' => 'Il semble que la note que vous souhaitez commenter n\'existe pas',
@@ -673,5 +668,5 @@
 	'Password was reset for user \'[_1]\' (user #[_2]). Password was sent to the following address: [_3]' => 'Le mot de passe a Ã©tÃ© rÃ©initialisÃ© pour l\'utilisateur \'[_1]\' (utilisateur #[_2]). Le mot de passe a Ã©tÃ© envoyÃ© Ã  l\'adresse suivante: [_3]',
 	'Error sending mail ([_1]); please fix the problem, then try again to recover your password.' => 'Erreur d\'envoi du mail ([_1]); merci de corriger le problÃšme, puis essayez Ã  nouveau de rÃ©cupÃ©rer votre mot de passe.',
-	'(newly created user)' => '(utilisateur nouvellement crÃ©Ã©)',
+	'(newly created user)' => '(nouveaux utilisateurs)',
 	'Untitled' => 'Sans nom',
 	'Files' => 'Fichiers',
@@ -700,4 +695,5 @@
 	'Blog Activity Feed' => 'Flux ActivitÃ© du Blog',
 	'*User deleted*' => '*Utilisateur supprimÃ©*',
+	'<a href="[_1]">QuickPost to [_2]</a> - Drag this link to your browser\'s toolbar then click it when you are on a site you want to blog about.' => '<a href="[_1]">QuickPost vers [_2]</a> - Glissez ce lien vers la barre d\'outils de votre navigateur et cliquez dessus Ã  chaque fois que vous Ãªtes sur un site dont vous voulez parler dans votre blog.',
 	'All Feedback' => 'Tous les retours lecteurs',
 	'Publishing' => 'Publication',
@@ -940,5 +936,5 @@
 	'System Administrator' => 'Administrateur SystÃšme',
 	'Error saving file: [_1]' => 'Erreur en sauvegardant le fichier: [_1]',
-	'represents a user who will be created afterwards' => 'reprÃ©sente un utilisateur qui sera crÃ©Ã© ensuite',
+	'represents a user who will be created afterwards' => 'il s\'agit des nouveaux utilisateurs crÃ©Ã©s plus tard',
 	'Select Blogs' => 'SÃ©lectionner des blogs',
 	'Blogs Selected' => 'Blogs sÃ©lectionnÃ©s',
@@ -991,4 +987,5 @@
 	'You can\'t reply to unapproved comment.' => 'Vous ne pouvez rÃ©pondre Ã  un commentaire non approuvÃ©.',
 	'You can\'t reply to unpublished comment.' => 'Vous ne pouvez pas rÃ©pondre Ã  un commentaire non publiÃ©.',
+	' (Backup from [_1])' => ' (Sauvegarde depuis [_1])', # Translate - New
 	'Error creating new template: ' => 'Erreur pendant la crÃ©ation du nouveau gabarit : ',
 	'Skipping template \'[_1]\' since it appears to be a custom template.' => 'Saut du gabarit \'[_1]\' car c\'est un gabarit personnalisÃ©.',
@@ -1175,5 +1172,5 @@
 	'Can comment.' => 'Peut commenter.',
 	'Removing Dynamic Site Bootstrapper index template...' => 'Suppression du gabarit index Dynamic Site Bootstrapper',
-	'Creating new template: \'[_1]\'.' => 'Creation d\'un nouveau gabarit: \'[_1]\'.',
+	'Creating new template: \'[_1]\'.' => 'CrÃ©ation d\'un nouveau gabarit: \'[_1]\'.',
 	'Mapping templates to blog archive types...' => 'Mapping des gabarits vers les archives des blogs...',
 	'Renaming PHP plugin file names...' => 'Renommage des noms de fichier des plugins php...',
@@ -1235,4 +1232,5 @@
 	'Moving OpenID usernames to external_id fields...' => 'DÃ©placement des identifiants OpenID vers les champs external_id...',
 	'Assigning blog template set...' => 'Attribution du groupe de gabarits de blogs',
+	'Assigning blog page layout...' => 'Attribution de la mise en page du blog', # Translate - New
 
 ## lib/MT/Core.pm
@@ -1280,6 +1278,6 @@
 	'If Block' => 'Bloc If',
 	'If/Else Block' => 'Bloc If/Else',
-	'Include Template Module' => 'Inclure un gabarit de module',
-	'Include Template File' => 'Inclure un gabarit de fichier',
+	'Include Template Module' => 'Inclure un module de gabarit',
+	'Include Template File' => 'Inclure un fichier de gabarit',
 	'Get Variable' => 'RÃ©cupÃ©rer la variable',
 	'Set Variable' => 'SpÃ©cifier la variable',
@@ -1666,5 +1664,5 @@
 	'Powered by [_1]' => 'Powered by [_1]',
 	'Version [_1]' => 'Version [_1]',
-	'http://www.sixapart.com/movabletype/' => 'http://www.movabletype.org',
+	'http://www.sixapart.com/movabletype/' => 'http://www.movabletype.com/',
 	'OpenID URL' => 'URL OpenID',
 	'Sign in using your OpenID identity.' => 'Identifiez-vous avec votre identitÃ© OpenID.',
@@ -1794,5 +1792,5 @@
 	'Continue' => 'Continuer',
 	'Show current mail settings' => 'Montrer les paramÃštres d\'email actuels',
-	'Periodically Movable Type will send email to inform users of new comments as well as other other events. For these emails to be sent properly, you must instruct Movable Type how to send email.' => 'Movable Type va envoyer pÃ©riodiquement des emails afin d\'informer les utilisateurs de nouveaux commentaires et autres Ã©vÃ©nements. Pour que ces emails puissent Ãªtre envoyÃ©s correctement, veuillez spÃ©cifier la mÃ©thode que Movable Type va utiliser.',
+	'Periodically Movable Type will send email to inform users of new comments as well as other other events. For these emails to be sent properly, you must instruct Movable Type how to send email.' => 'Movable Type va envoyer pÃ©riodiquement des emails afin d\'informer les utilisateurs des nouveaux commentaires et autres Ã©vÃ©nements. Pour que ces emails puissent Ãªtre envoyÃ©s correctement, veuillez spÃ©cifier la mÃ©thode que Movable Type va utiliser.',
 	'An error occurred while attempting to send mail: ' => 'Une erreur s\'est produite en essayant d\'envoyer un email: ',
 	'Send email via:' => 'Envoyer email via :',
@@ -1812,5 +1810,5 @@
 	'Confirm your [_1] home directory (the directory that contains mt.cgi) is writable by your web server and then click \'Retry\'.' => 'VÃ©rifiez que votre rÃ©pertoire [_1] (celui qui contient mt.cgi) est ouvert en Ã©criture pour votre serveur web et cliquez sur Recommencer',
 	'Congratulations! You\'ve successfully configured [_1].' => 'FÃ©licitations ! Vous avez configurÃ© [_1] avec succÃšs.',
-	'Your configuration settings have been written to the following file:' => 'Vos paramÃštres de configuration ont Ã©tÃ© Ã©crit dans le fichier suivant:',
+	'Your configuration settings have been written to the following file:' => 'Vos paramÃštres de configuration ont Ã©tÃ© Ã©crits dans le fichier suivant:',
 	'To reconfigure the settings, click the \'Back\' button below.' => 'Pour reconfigurer vos paramÃštres, cliquez sur le bouton \'Retour\' ci-dessous. Sinon, cliquez sur Continuer.',
 	'Show the mt-config.cgi file generated by the wizard' => 'Afficher le fichier mt-config.cgi gÃ©nÃ©rÃ© par l\'assistant',
@@ -1842,5 +1840,5 @@
 	'Once the [_1] directory is in a web-accessible location, specify the location below.' => 'DÃ©placez ou crÃ©ez un lien symbolique du rÃ©pertoire [_1] dans un endroit accessible depuis le web et spÃ©cifiez le chemin web statique dans le champs ci-dessous.',
 	'This URL path can be in the form of [_1] or simply [_2]' => 'Ce chemin d\'URL peut Ãªtre de la forme [_1] ou simplement [_2]',
-	'This path must be in the form of [_1]' => '', # Translate - New
+	'This path must be in the form of [_1]' => 'Ce chemin doit Ãªtre de la forme [_1]',
 	'Static web path' => 'Chemin web statique',
 	'Static file path' => 'Chemin fichier statique',
@@ -1869,5 +1867,5 @@
 	'You must set your Username.' => 'Vous devez dÃ©finir votre nom d\'utilisateur.',
 	'You must set your Database Server.' => 'Vous devez dÃ©finir votre serveur de Base de donnÃ©es.',
-	'Your database configuration is complete.' => 'Votre configuration de base de donnÃ©es est complÃšte.',
+	'Your database configuration is complete.' => 'Votre configuration de base de donnÃ©es est terminÃ©e.',
 	'You may proceed to the next step.' => 'Vous pouvez passer Ã  l\'Ã©tape suivante.',
 	'Please enter the parameters necessary for connecting to your database.' => 'Merci de saisir les paramÃštres nÃ©cessaires pour se connecter Ã  votre base de donnÃ©es.',
@@ -1906,5 +1904,5 @@
 
 ## tmpl/cms/include/copyright.tmpl
-	'Copyright &copy; 2001-[_1] Six Apart. All Rights Reserved.' => '', # Translate - New
+	'Copyright &copy; 2001-[_1] Six Apart. All Rights Reserved.' => 'Copyright &copy; 2001-[_1] Six Apart. Tous droits rÃ©servÃ©s.',
 
 ## tmpl/cms/include/comment_table.tmpl
@@ -2089,6 +2087,6 @@
 	'View entry' => 'Afficher une note',
 	'View page' => 'Afficher une page',
-	'No entries could be found. <a href="[_1]">Create Entry</a>' => '', # Translate - New
-	'No page could be found. <a href="[_1]">Create Page</a>' => '', # Translate - New
+	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'Aucune note n\'a Ã©tÃ© trouvÃ©e. <a href="[_1]">CrÃ©er une note</a> maintenant.', # Translate - New
+	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'Aucune page n\'a Ã©tÃ© trouvÃ©e. <a href="[_1]">CrÃ©er une page</a> maintenant.', # Translate - New
 
 ## tmpl/cms/include/login_mt.tmpl
@@ -2147,4 +2145,5 @@
 ## tmpl/cms/include/category_selector.tmpl
 	'Add sub category' => 'Ajouter une sous-catÃ©gorie',
+	'Add new' => 'CrÃ©er',
 
 ## tmpl/cms/include/display_options.tmpl
@@ -2198,5 +2197,4 @@
 	'Back (b)' => 'Retour (b)',
 	'Cancel (x)' => 'Annuler (x)',
-	'Add [lc,_1] name' => 'Ajouter le nom [lc,_1]',
 
 ## tmpl/cms/include/header.tmpl
@@ -2311,16 +2309,18 @@
 
 ## tmpl/cms/dialog/refresh_templates.tmpl
-	'Refresh Template Set' => '', # Translate - New
-	'Refresh [_1] template set' => '', # Translate - New
+	'Refresh Template Set' => 'RÃ©actualiser le Groupe de Gabartis',
+	'Refresh [_1] template set' => 'RÃ©actualiser le groupe de gabarits [_1]',
 	'Updates current templates while retaining any user-created or user-modified templates.' => '
 	Met Ã  jour les gabarits actuels en conservant les gabarits crÃ©Ã©s ou modifiÃ©s par n\'import quel utilisateur.',
-	'Apply a new template set' => '', # Translate - New
+	'Apply a new template set' => 'Appliquer un nouveau groupe de gabarits',
+	'Deletes all existing templates and install the selected template set.' => 'Supprime tout les gabarits existants et installe le groupe de gabarits sÃ©lectionnÃ©.', # Translate - New
+	'Reset to factory defaults' => 'Remettre Ã  zÃ©ro les modifications', # Translate - New
 	'Deletes all existing templates and installs factory default template set.' => 'Supprime tous les gabartis existants et installe les groupes de gabarits par dÃ©faut ',
 	'Make backups of existing templates first' => 'Faire d\'abord des sauvegardes des gabarits existants',
-	'You have requested to <strong>refresh the current template set</strong>. This action will:' => '', # Translate - New
+	'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Vous avez demandÃ© de <strong>rÃ©actualiser le groupe de gabarit actuel</strong>. Cette action va :',
 	'potentially install new templates' => 'peut-Ãªtre installer de nouveaux gabarits',
 	'overwrite some existing templates with new template code' => 'remplacer le code de certains gabarits par un nouveau code',
 	'backups will be made of your templates and can be accessed through your backup filter' => 'crÃ©er des sauvegardes de vos gabarits (qui pourront Ãªtre accessibles grÃ¢ce au filtre "sauvegardes")',
-	'You have requested to <strong>apply a new template set</strong>. This action will:' => '', # Translate - New
+	'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Vous avez demandÃ© d\'<strong>appliquer un nouveau groupe de gabarit</strong>. Cette action va :',
 	'delete all of the templates in your blog' => 'supprimer tous les gabarits de votre blog',
 	'install new templates from the selected template set' => 'installer de nouveaux gabarits depuis le groupe de gabarits sÃ©lectionnÃ©',
@@ -2352,5 +2352,5 @@
 	'Recipients' => 'Destinataires',
 	'Enter email addresses on separate lines, or comma separated.' => 'Saisissez les adresses email sur des lignes sÃ©parÃ©es, ou sÃ©parÃ©es par une virgule.',
-	'All addresses from Address Book' => 'Toutes les adresses de carnet d\'adresses',
+	'All addresses from Address Book' => 'Toutes les adresses du carnet d\'adresses',
 	'Optional Message' => 'Message optionnel',
 	'Optional Content' => 'Contenu optionnel',
@@ -2407,4 +2407,5 @@
 ## tmpl/cms/widget/blog_stats_recent_entries.tmpl
 	'[quant,_1,entry,entries] tagged &ldquo;[_2]&rdquo;' => '[quant,_1,note,notes] avec le tag &ldquo;[_2]&rdquo;',
+	'...' => '...',
 	'Posted by [_1] [_2] in [_3]' => 'PostÃ©e par [_1] [_2] dans [_3]',
 	'Posted by [_1] [_2]' => 'PostÃ©e par [_1] [_2]',
@@ -2477,5 +2478,4 @@
 ## tmpl/cms/widget/blog_stats_entry.tmpl
 	'Most Recent Entries' => 'Notes rÃ©centes',
-	'...' => '...',
 	'View all entries' => 'Voir toutes les notes',
 
@@ -2577,6 +2577,6 @@
 ## tmpl/cms/list_blog.tmpl
 	'You have successfully deleted the blogs from the Movable Type system.' => 'Le blog a Ã©tÃ© correctement supprimÃ© du systÃšme Movable Type.',
+	'You have successfully refreshed your templates.' => 'Vous avez rÃ©actualisÃ© avec succÃšs vos gabarits.',
 	'Create Blog' => 'CrÃ©er un blog',
-	'Are you sure you want to delete this blog?' => 'Ãtes-vous sÃ»r de vouloir effacer ce blog ?',
 
 ## tmpl/cms/edit_template.tmpl
@@ -2662,5 +2662,4 @@
 	'Quickfilters' => 'Filtres rapides',
 	'[_1] (Disabled)' => '[_1] (DÃ©sactivÃ©)',
-	'Go back' => 'Retour',
 	'Showing only: [_1]' => 'Montrer seulement : [_1]',
 	'Remove filter' => 'Supprimer le filtre',
@@ -2764,5 +2763,5 @@
 	'Specifies the Text Formatting option to use for formatting visitor comments.' => 'SpÃ©cifie les options de mise en forme du texte des commentaires publiÃ©s par les visiteurs.',
 	'CAPTCHA Provider' => 'Fournisseur de CAPTCHA',
-	'none' => 'aucune',
+	'none' => 'Aucun fournisseur',
 	'No CAPTCHA provider available' => 'Aucun fournisseur de CAPTCHA disponible',
 	'No CAPTCHA provider is available in this system.  Please check to see if Image::Magick is installed, and CaptchaSourceImageBase directive points to captcha-source directory under mt-static/images.' => 'Aucun fournisseur de CAPTCHA n\'est disponible sur ce systÃšme. Merci de vÃ©rifier si Image::Magick est installÃ©, et si la directive CaptchaSourceImageBase contient le rÃ©pertoire captcha-source dans mt-static/images.',
@@ -2792,4 +2791,5 @@
 	'Preview this page (v)' => 'PrÃ©visualiser cette page (v)',
 	'Delete this page (x)' => 'Supprimer cette page (x)',
+	'View Page' => 'Afficher une Page', # Translate - Case
 	'Add category' => 'Ajouter une catÃ©gorie',
 	'Add category name' => 'Ajouter un nom de catÃ©gorie',
@@ -2798,4 +2798,5 @@
 	'Preview this entry (v)' => 'PrÃ©visualiser cette note (v)',
 	'Delete this entry (x)' => 'Supprimer cette note (x)',
+	'View Entry' => 'Afficher la note',
 	'A saved version of this entry was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Une version enregistrÃ©e de cette note a Ã©tÃ© sauvergardÃ©e automatiquement [_2]. <a href="[_1]">RÃ©cupÃ©rer le contenu sauvegardÃ© automatiquement</a>',
 	'A saved version of this page was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Une version enregistrÃ©e de cette page a Ã©tÃ© sauvergardÃ©e automatiquement [_2]. <a href="[_1]">RÃ©cupÃ©rer le contenu sauvegardÃ© automatiquement</a>',
@@ -2806,5 +2807,5 @@
 	'Your customization preferences have been saved, and are visible in the form below.' => 'Vos prÃ©fÃ©rences ont Ã©tÃ© enregistrÃ©es et sont affichÃ©es dans le formulaire ci-dessous.',
 	'Your changes to the comment have been saved.' => 'Les modifications apportÃ©es aux commentaires ont Ã©tÃ© enregistrÃ©es.',
-	'Your notification has been sent.' => 'Votre notification a Ã©tÃ© envoyÃ©.',
+	'Your notification has been sent.' => 'Votre notification a Ã©tÃ© envoyÃ©e.',
 	'You have successfully recovered your saved entry.' => 'Vous avez rÃ©cupÃ©rÃ© le contenu sauvegardÃ© de votre note avec succÃšs.',
 	'You have successfully recovered your saved page.' => 'Vous avez rÃ©cupÃ©rÃ© le contenu sauvegardÃ© de votre page avec succÃšs.',
@@ -2813,4 +2814,5 @@
 	'You have successfully deleted the checked comment(s).' => 'Les commentaires sÃ©lectionnÃ©s ont Ã©tÃ© supprimÃ©s.',
 	'You have successfully deleted the checked TrackBack(s).' => 'Le(s) trackback(s) sÃ©lectionnÃ©(s) ont Ã©tÃ© correctement supprimÃ©(s).',
+	'Change Folder' => 'Modifier le Dossier', # Translate - New
 	'Stats' => 'Stats',
 	'Share' => 'Partager',
@@ -2829,4 +2831,6 @@
 	'Warning: If you set the basename manually, it may conflict with another entry.' => 'ATTENTION : Editer le nom de base manuellement peut crÃ©er des conflits avec d\'autres notes.',
 	'Warning: Changing this entry\'s basename may break inbound links.' => 'ATTENTION : Changer le nom de base de cette note peut casser des liens entrants.',
+	'edit' => 'Editer',
+	'close' => 'fermer',
 	'Accept' => 'Accepter',
 	'Outbound TrackBack URLs' => 'URLs trackbacks sortants',
@@ -2840,5 +2844,4 @@
 	'Are you sure you want to use the Rich Text editor?' => 'Ãtes-vous sÃ»r de vouloir utiliser l\'Ã©diteur de texte enrichi ?',
 	'Make primary' => 'Rendre principal',
-	'Add new' => 'CrÃ©er',
 	'Fields' => 'Champs',
 	'Body' => 'Corps',
@@ -2853,5 +2856,4 @@
 	'(space-delimited list)' => '(liste dÃ©limitÃ©e par espace)',
 	'(delimited by \'[_1]\')' => '(dÃ©limitÃ©e par \'[_1]\')',
-	'<a href="[_1]">QuickPost to [_2]</a> - Drag this link to your browser\'s toolbar then click it when you are on a site you want to blog about.' => '<a href="[_1]">QuickPost vers [_2]</a> - Glissez ce lien vers la barre d\'outils de votre navigateur et cliquez dessus Ã  chaque fois que vous Ãªtes sur un site dont vous voulez parler dans votre blog.',
 	'None selected' => 'Aucune sÃ©lectionnÃ©e',
 
@@ -3068,7 +3070,6 @@
 	'All Templates' => 'Tous les gabarits',
 	'You have successfully deleted the checked template(s).' => 'Les gabarits sÃ©lectionnÃ©s ont Ã©tÃ© supprimÃ©s.',
-	'You have successfully refreshed your templates.' => 'Vous avez rÃ©actualisÃ© avec succÃšs vos gabarits.',
 	'Your templates have been published.' => 'Vos gabarits ont bien Ã©tÃ© publiÃ©s.',
-	'Create Archive Template:' => 'CrÃ©er une archive de gabarit',
+	'Create Archive Template:' => 'CrÃ©er un gabarit d\'archives',
 	'Create [_1] template' => 'CrÃ©er un nouveau gabarit de [_1]',
 
@@ -3084,5 +3085,5 @@
 	'Rename' => 'Changer le nom',
 	'Show all [_1] with this tag' => 'Montrer toutes les [_1] avec ce tag',
-	'[quant,_1,_2,_3]' => '[quant,_1,_2,_3',
+	'[quant,_1,_2,_3]' => '[quant,_1,_2,_3]',
 	'[quant,_1,entry,entries]' => '[quant,_1,note,notes]',
 	'The tag \'[_2]\' already exists. Are you sure you want to merge \'[_1]\' with \'[_2]\' across all blogs?' => 'Le tag \'[_2]\' existe dÃ©jÃ . Ãtes-vous sÃ»r de vouloir fusionner \'[_1]\' et \'[_2]\' sur tous les blogs ?',
@@ -3122,5 +3123,5 @@
 	'This feature allows you to disable sending notification pings when a new entry is created.' => 'Cette fonctionnalitÃ© vous permet de dÃ©sactiver l\'envoi de pings de notification quand une nouvelle note est crÃ©Ã©e.',
 	'Disable notification pings for all blogs' => 'DÃ©sactiver les pings de notification pour tous les blogs',
-	'Limit outbound TrackBacks and TrackBack auto-discovery for the purposes of keeping your installation private.' => 'Limiter les trackbacks sortants et les trackbacks d\'autorecherche dans le but de conserver le caractÃšre privÃ© de votre installation. ',
+	'Limit outbound TrackBacks and TrackBack auto-discovery for the purposes of keeping your installation private.' => 'Limitez les trackbacks sortants et les trackbacks d\'autorecherche afin de conserver le caractÃšre privÃ© de votre installation. ',
 	'Allow to any site' => 'Autoriser sur tous les sites',
 	'(No outbound TrackBacks)' => '(Pas de trackbacks sortants)',
@@ -3224,5 +3225,5 @@
 	'You must select a blog to import.' => 'Vous devez sÃ©lectionner un blog Ã  importer.',
 	'Transfer weblog entries into Movable Type from other Movable Type installations or even other blogging tools or export your entries to create a backup or copy.' => 'TransfÃ©rer les notes dans Movable Type depuis une autre installation Movable Type ou Ã  partir d\'un autre outil de publication de blogs afin de crÃ©er une sauvegarde ou une copie.',
-	'Blog to Import' => 'Blog Ã  importer',
+	'Import data into' => 'Importer les donnÃ©es dans', # Translate - New
 	'Select a blog to import.' => 'SÃ©lectionner un blog Ã  importer.',
 	'Importing from' => 'Importation Ã  partir de',
@@ -3290,5 +3291,5 @@
 	'Unlock this blog&rsquo;s site URL for editing' => 'DÃ©verrouillez l\'URL du site de ce blog pour le modifier',
 	'Warning: Changing the site URL can result in breaking all the links in your blog.' => 'Attention : Modifier l\'URL du site peut rompre tous les liens de votre blog.',
-	'The path where your index files will be published. An absolute path (starting with \'/\') is preferred, but you can also use a path relative to the Movable Type directory. Example: /home/melody/public_html/blog' => 'Le chemin oÃ¹ votre fichiers d\'index seront publiÃ©s. Un chemin absolu (commenÃ§ant par \'/\') est prÃ©fÃ©rable, mais vous pouvez utiliser un chemin relatif au rÃ©pertoire de Movable Type. Exemple : /home/melody/public_html/blog',
+	'The path where your index files will be published. An absolute path (starting with \'/\') is preferred, but you can also use a path relative to the Movable Type directory. Example: /home/melody/public_html/blog' => 'Il s\'agit du chemin oÃ¹ vos fichiers d\'index seront publiÃ©s. Un chemin absolu (commenÃ§ant par \'/\') est prÃ©fÃ©rable, mais vous pouvez utiliser un chemin relatif au rÃ©pertoire de Movable Type. Exemple : /home/melody/public_html/blog',
 	'Unlock this blog&rsquo;s site path for editing' => 'DÃ©verrouiller le chemin du site de ce blog pour le modifier',
 	'Note: Changing your site root requires a complete publish of your site.' => 'Remarque : La modification de la racine de votre site nÃ©cessite une publication complÃšte de votre site.',
@@ -3303,5 +3304,5 @@
 	'Publishing Options' => 'Options de publication',
 	'Preferred Archive Type' => 'Type d\'archive prÃ©fÃ©rÃ©',
-	'Used for creating links to an archived entry (permalink). Select from the archive types used in this blogs archive templates.' => 'UtilisÃ© pour crÃ©er des liens vers une note archivÃ©e (lien permanent). SÃ©lectionner parmi les types d\'archives utilisÃ©e dans les templates d\'archive du blog.',
+	'Used for creating links to an archived entry (permalink). Select from the archive types used in this blogs archive templates.' => 'UtilisÃ© pour crÃ©er des liens vers une note archivÃ©e (lien permanent). SÃ©lectionner parmi les types d\'archives utilisÃ©s dans les gabarits d\'archives du blog.',
 	'No archives are active' => 'Aucune archive n\'est active',
 	'Publishing Method' => 'MÃ©thode de publication',
@@ -3408,5 +3409,5 @@
 	'Move' => 'DÃ©placer',
 	'[quant,_1,page,pages]' => '[quant,_1,page,pages]',
-	'No folders could be found.' => '', # Translate - New
+	'No folders could be found.' => 'Aucun dossier n\'a pu Ãªtre trouvÃ©.',
 
 ## tmpl/cms/list_association.tmpl
@@ -3440,7 +3441,8 @@
 	'Collapse' => 'RÃ©duire',
 	'Expand' => 'DÃ©velopper',
+	'Create Subcategory' => 'CrÃ©er une Sous-catÃ©gorie', # Translate - New
 	'Move Category' => 'DÃ©placer une CatÃ©gorie',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,trackback,trackbacks]',
-	'No categories could be found.' => '', # Translate - New
+	'No categories could be found.' => 'Aucune catÃ©gorie n\'a pu Ãªtre trouvÃ©e.',
 
 ## tmpl/cms/cfg_entry.tmpl
@@ -3589,5 +3591,9 @@
 ## tmpl/cms/preview_strip.tmpl
 	'Save this entry' => 'Enregistrer cette note',
+	'Re-Edit this entry' => 'Modifier Ã  nouveau cette note', # Translate - New
+	'Re-Edit this entry (e)' => 'Modifier Ã  nouveau cette note (e)', # Translate - New
 	'Save this page' => 'Enregistrer cette page',
+	'Re-Edit this page' => 'Modifier Ã  nouveau cette page', # Translate - New
+	'Re-Edit this page (e)' => 'Modifier Ã  nouveau cette page (e)', # Translate - New
 	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'Vous prÃ©visualisez la note suivante : &ldquo;[_1]&rdquo;',
 	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'Vous prÃ©visualisez la page suivante : &ldquo;[_1]&rdquo;',
@@ -3597,5 +3603,4 @@
 	'The TrackBack has been approved.' => 'Le trackback a Ã©tÃ© approuvÃ©.',
 	'List &amp; Edit TrackBacks' => 'Lister &amp; Ã©diter les trackbacks',
-	'View Entry' => 'Afficher la note',
 	'Save changes to this TrackBack (s)' => 'Enregistrer les modifications de ce Trackback (s)',
 	'Delete this TrackBack (x)' => 'Supprimer ce Trackback (x)',
@@ -3690,4 +3695,35 @@
 	'_ERROR_CGI_PATH' => 'Votre configuration de chemin CGI est invalide ou absente de vos fichiers de configuration Movable Type. Merci de consulter la base de connaissance',
 
+## addons/Commercial.pack/lib/MT/Commercial/Util.pm
+	'About' => 'A propos de', # Translate - New
+	'_UTS_REPLACE_THIS' => '<p><strong>Remplacez ce texte d\'exemple par vos propres informations.</strong></p>', # Translate - New
+	'_UTS_SAMPLE_ABOUT' => q{
+<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In nec tellus sed turpis varius sagittis. Nullam pulvinar. Fusce dapibus neque pellentesque nulla. Maecenas condimentum quam. Vestibulum pretium fringilla quam. Nam elementum. Suspendisse odio magna, aliquam vitae, vulputate et, dignissim at, pede. Integer pellentesque orci at nibh. Morbi ante.</p>
+
+<p>Maecenas convallis mattis justo. Ut mauris sapien, consequat a, bibendum vitae, sagittis ac, nisi. Nulla et sapien. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Ut condimentum turpis ut elit. Quisque ultricies sollicitudin justo. Duis vitae magna nec risus pulvinar ultricies.</p>
+}, # Translate - New
+	'_UTS_EDIT_LINK' => q{
+<!-- retirer ce lien aprÃšs l'Ã©dition -->
+<p class="admin-edit-link">
+<script type="text/javascript">document.write('<a href="' + adminurl + '?__mode=view&_type=page&id=' + page_id + '&blog_id=' + blog_id + '" target="_blank">Ãditer ce contenu</a>')</script>
+</p>
+}, # Translate - New
+	'_UTS_CONTACT' => 'Contacter', # Translate - New
+	'_UTS_SAMPLE_CONTACT' => q{
+<p>Nous adorerions avoir de vos nouvelles. Envoyez un email Ã  email (at) nomdedomaine.com</p>
+}, # Translate - New
+	'Welcome to our new website!' => 'Bienvenue sur notre nouveau site !', # Translate - New
+	'_UTS_SAMPLE_WELCOME' => q{
+<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In nec tellus sed turpis varius sagittis. Nullam pulvinar. Fusce dapibus neque pellentesque nulla. Maecenas condimentum quam. Aliquam erat volutpat. Ut placerat porta nibh. Donec vitae nulla. Pellentesque nisi leo, pretium a, gravida quis, sollicitudin non, eros. Vestibulum pretium fringilla quam. Nam elementum. Suspendisse odio magna, aliquam vitae, vulputate et, dignissim at, pede. Integer pellentesque orci at nibh. Morbi ante.</p>
+
+<p>Maecenas convallis mattis justo. Ut mauris sapien, consequat a, bibendum vitae, sagittis ac, nisi. Nulla et sapien. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Ut condimentum turpis ut elit. Quisque ultricies sollicitudin justo. Duis vitae magna nec risus pulvinar ultricies. Aliquam sagittis volutpat metus.</p>
+
+<p>Sed enim. Integer hendrerit, arcu ac pretium nonummy, velit turpis faucibus risus, pulvinar egestas enim elit sed ante. Curabitur orci diam, placerat a, faucibus id, condimentum vitae, magna. Etiam enim massa, convallis quis, rutrum vitae, porta quis, turpis.</p>
+}, # Translate - New
+	'New design launched using Movable Type' => 'Nouveau design lancÃ© en utilisant Movable Type', # Translate - New
+	'_UTS_SAMPLE_NEWDESIGN' => q{
+<p>Notre nouveau site internet est habillÃ© d'un nouvel habillage grÃ¢ce Ã  <a href="http://www.movabletype.com/">Movable Type</a> et les Groupes d'Habillages Universels. Les Groupes d'Habillages Universels rendent facile et accessible Ã  n'importe qui la mise en place et l'animation d'un site internet utilisant Movable Type. Et cela ne vous prendra que quelques instants#160;! SÃ©lectionnez-en un simplement pour votre nouveau site web et publiez. VoilÃ #160;! Merci Movable Type#160;!</p> 
+}, # Translate - New
+
 ## addons/Commercial.pack/lib/CustomFields/App/CMS.pm
 	'Show' => 'Afficher',
@@ -3701,4 +3737,5 @@
 	'Invalid date \'[_1]\'; dates must be in the format YYYY-MM-DD HH:MM:SS.' => 'Date invalide \'[_1]\'; les dates doivent Ãªtre dans le format YYYY-MM-DD HH:MM:SS.',
 	'Invalid date \'[_1]\'; dates should be real dates.' => 'Date invalide \'[_1]\'; les dates doivent Ãªtre de vraies dates.',
+	'Please enter valid URL for the URL field: [_1]' => 'Merci de saisir une URL correcte pour le champ URL : [_1]', # Translate - New
 	'Please enter some value for required \'[_1]\' field.' => 'Merci de saisir une valeur pour le champ obligatoire \'[_1]\'.',
 	'Please ensure all required fields have been filled in.' => 'Merci de vÃ©rifier que tous les champs obligatoires ont Ã©tÃ© remplis.',
@@ -3706,4 +3743,5 @@
 	'The template tag \'[_1]\' is already in use.' => 'Le tag de gabarit \'[_1]\' est dÃ©jÃ  utilisÃ©.',
 	'The basename \'[_1]\' is already in use.' => 'Le nom de base \'[_1]\' est dÃ©jÃ  utilisÃ©.',
+	'Default value must be valid URL.' => 'La valeur par dÃ©faut doit Ãªtre une URL valide.', # Translate - New
 	'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Personnalisez les champs des notes, pages, rÃ©pertoires, catÃ©gories et auteurs pour stocker toutes les informations dont vous avez besoin.',
 	' ' => ' ', # Translate - Case
@@ -3765,5 +3803,4 @@
 	'Close field order widget' => 'Fermer le module de changement d\'ordre des champs',
 	'open' => 'ouvrir',
-	'close' => 'fermer',
 	'click-down and drag to move this field' => 'gardez le clic maintenu et glissez le curseur pour dÃ©placer ce champs',
 	'click to %toggle% this box' => 'cliquez pour %toggle% cette boÃ®te',
@@ -3781,630 +3818,108 @@
 	'Remove [_1]' => 'Supprimer [_1]',
 
+## addons/Commercial.pack/templates/notify-entry.mtml
+
+## addons/Commercial.pack/templates/blog_index.mtml
+
+## addons/Commercial.pack/templates/main_index.mtml
+
+## addons/Commercial.pack/templates/page.mtml
+
+## addons/Commercial.pack/templates/entry_summary.mtml
+
+## addons/Commercial.pack/templates/comment_response.mtml
+
+## addons/Commercial.pack/templates/commenter_notify.mtml
+
+## addons/Commercial.pack/templates/recent_entries_expanded.mtml
+
+## addons/Commercial.pack/templates/footer-email.mtml
+
+## addons/Commercial.pack/templates/entry_detail.mtml
+
+## addons/Commercial.pack/templates/verify-subscribe.mtml
+
+## addons/Commercial.pack/templates/new-ping.mtml
+
+## addons/Commercial.pack/templates/comment_detail.mtml
+	'[_1] [_2] on' => '[_1] [_2] sur', # Translate - New
+	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Lien permanent vers ce commentaire">[_2]</a>',
+
+## addons/Commercial.pack/templates/comment_form.mtml
+
+## addons/Commercial.pack/templates/comment_throttle.mtml
+
+## addons/Commercial.pack/templates/new-comment.mtml
+
+## addons/Commercial.pack/templates/entry_listing.mtml
+
+## addons/Commercial.pack/templates/contact.mtml
+
+## addons/Commercial.pack/templates/footer.mtml
+	'Powered By (Footer)' => 'Powered By (Pied de Page)', # Translate - New
+	'Footer Links' => 'Liens de Pied de Page', # Translate - New
+
+## addons/Commercial.pack/templates/tags.mtml
+
+## addons/Commercial.pack/templates/navigation.mtml
+	'Home' => 'Accueil',
+
+## addons/Commercial.pack/templates/entry.mtml
+
+## addons/Commercial.pack/templates/recover-password.mtml
+
+## addons/Commercial.pack/templates/javascript.mtml
+
+## addons/Commercial.pack/templates/rss.mtml
+
+## addons/Commercial.pack/templates/archive_index.mtml
+
+## addons/Commercial.pack/templates/sign_in_top.mtml
+	'You are signed in as' => 'Vous Ãªtes identifiÃ© comme Ã©tant', # Translate - New
+	'Sign Out' => 'Se DÃ©connecter', # Translate - Case
+
+## addons/Commercial.pack/templates/trackbacks.mtml
+	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> de [_3]',
+	'Tracked on <a href="[_1]">[_2]</a>' => 'TrackÃ© le <a href="[_1]">[_2]</a>',
+
+## addons/Commercial.pack/templates/sidebar.mtml
+	'Recent Entries Expanded' => 'EntrÃ©es Ã©tendues rÃ©centes', # Translate - New
+	'Recent Assets' => 'ÃlÃ©ments rÃ©cents',
+	'Recent Comments' => 'Commentaires rÃ©cents',
+	'Category Archives' => 'Archives par CatÃ©gories',
+
+## addons/Commercial.pack/templates/powered_by_footer.mtml
+
+## addons/Commercial.pack/templates/categories.mtml
+
+## addons/Commercial.pack/templates/comments.mtml
+
+## addons/Commercial.pack/templates/search_results.mtml
+
+## addons/Commercial.pack/templates/search_top.mtml
+
+## addons/Commercial.pack/templates/header.mtml
+	'Sign In (In Header)' => 'S\'identifier (Dans l\'En-tÃªte de la Page)', # Translate - New
+	'Navigation' => 'Navigation',
+	'Search (In Navigation)' => 'Rechercher (Dans la Navigation)', # Translate - New
+	'Homepage Image' => 'Image de Page d\'Accueil', # Translate - New
+
+## addons/Commercial.pack/templates/sidebar_2col.mtml
+
+## addons/Commercial.pack/templates/sidebar_3col.mtml
+
+## addons/Commercial.pack/templates/dynamic_error.mtml
+
+## addons/Commercial.pack/templates/footer_links.mtml
+	'Links' => 'Liens', # Translate - New
+
+## addons/Commercial.pack/templates/comment_preview.mtml
+
+## addons/Commercial.pack/templates/commenter_confirm.mtml
+
 ## addons/Commercial.pack/config.yaml
-
-## addons/Community.pack/lib/MT/App/Community.pm
-	'No login form template defined' => 'Aucun formulaire d\'identification de dÃ©fini',
-	'Before you can sign in, you must authenticate your email address. <a href="[_1]">Click here</a> to resend the verification email.' => 'Avant de pouvoir vous identifier, vous devez confirmer votre adresse email. <a href="[_1]">Cliquez ici</a> pour envoyer Ã  nouveau l\'email de vÃ©rification.',
-	'Your confirmation have expired. Please register again.' => 'Votre confirmation a expirÃ©. Merci de vous inscrire Ã  nouveau.',
-	'User \'[_1]\' (ID:[_2]) has been successfully registered.' => 'L\'utilisateur \'[_1]\' (ID:[_2]) a Ã©tÃ© enregistrÃ© avec succÃšs.',
-	'Thanks for the confirmation.  Please sign in.' => 'Merci pour la confirmation. Identifiez-vous.',
-	'Login required' => 'Authentification obligatoire',
-	'System template entry_response not found in blog: [_1]' => 'Gabarit systÃšme entry_response introuvable dans le blog: [_1]',
-	'Posting a new entry failed.' => 'Echec de saisie d\'une nouvelle note.',
-	'New entry \'[_1]\' added to the blog \'[_2]\'' => 'Nouvelle note \'[_1]\' ajoutÃ©e sur le blog \'[_2]\'',
-	'Id or Username is required' => 'Id ou identifiant obligatoire',
-	'Unknown user' => 'Utilisateur inconnu',
-	'Cannot edit profile.' => 'Impossible de modifier le profil.',
-	'Recent Entries from [_1]' => 'Notes rÃ©centes de [_1]',
-	'Responses to Comments from [_1]' => 'RÃ©ponses aux commentaires de [_1]',
-
-## addons/Community.pack/lib/MT/Community/Tags.pm
-	'You used an \'[_1]\' tag outside of the block of MTIfEntryRecommended; perhaps you mistakenly placed it outside of an \'MTIfEntryRecommended\' container?' => 'Vous avez utilisÃ© un tag \'[_1]\' en dehors d\'un bloc de MTIfEntryRecommended; Peut-Ãªtre l\'avez-vous placÃ© par erreur en dehors d\'un conteneur \'MTIfEntryRecommended\' ?',
-	'Click here to recommend' => 'Cliquer ici pour recommander',
-
-## addons/Community.pack/lib/MT/Community/CMS.pm
-	'Welcome to the Movable Type Community Solution' => 'Bienvenue dans Movable Type Community Solution',
-	'The Community Solution gives you to the tools to build a successful community with active, engaged conversations. Some key features to explore:' => 'Le Community Solution vous offre les outils pour construire avec succÃšs une communautÃ© active avec des conversations engagÃ©es. Certaines fonctionnalitÃ©s principales Ã  explorer:',
-	'Member Profiles' => 'Profils des membres',
-	'Allow registered members of your community to create and customize profiles, including user pictures' => 'Permettez aux membres enregistrÃ©s de votre communautÃ© de crÃ©er et personnaliser leur profil, avec leur photo',
-	'Favoriting, Recommendations and User Voting' => 'Favoris, recommandations et votes',
-	'Your community can vote for its favorite content, making it easy for your readers and authors to see what\'s most popular' => 'Votre communautÃ© peut voter pour son contenu favori, ainsi vos lecteurs et auteurs peuvent voir facilement ce qui est populaire',
-	'User-Contributed Content' => 'Contenu gÃ©nÃ©rÃ© par les utilisateurs',
-	'Registered users can submit content to your site, and administrators have full control over what gets published' => 'Les utilisateurs enregistrÃ©s peuvent soumettre du contenu dans votre site, et les administrateurs ont un contrÃŽle complet sur ce qui sera publiÃ©',
-	'Forums and Community Blogs' => 'Forums et blogs communautaires',
-	'Add forums and group blogs to your site with just a few clicks' => 'Ajoutez des forums et des blogs collectifs Ã  votre site avec quelques clics.',
-	'Completely Customizable Design' => 'Design complÃ©tement personnalisable',
-	'Every element of your site experience is customizable, including login screens, registration forms, profile editing, and even email messages' => 'Chaque Ã©lÃ©ment de votre site est personnalisable, ce qui inclut les Ã©crans d\'identification, les formulaires d\'inscription, la modification des profils, et mÃªme les corps des emails',
-
-## addons/Community.pack/php/function.mtentryrecommendvotelink.php
-
-## addons/Community.pack/tmpl/widget/blog_stats_registration.mtml
-	'Registrations' => 'Inscriptions',
-	'Recent Registrations' => 'Inscriptions rÃ©centes',
-	'default userpic' => 'Image de l\'utilisateur par dÃ©faut',
-	'You have [quant,_1,registration,registrations] from [_2]' => 'Vous avez [quant,_1,inscription,inscriptions] depuis [_2]',
-
-## addons/Community.pack/tmpl/widget/most_popular_entries.mtml
-	'Most Popular Entries' => 'Notes les plus populaires',
-	'There are no popular entries.' => 'Il n\'y a pas de notes populaires.',
-
-## addons/Community.pack/tmpl/widget/recent_submissions.mtml
-	'Recent Submissions' => 'Soumissions rÃ©centes',
-
-## addons/Community.pack/tmpl/widget/recent_favorites.mtml
-	'Recent Favorites' => 'Favoris rÃ©cents',
-	'There are no recently favorited entries.' => 'Il n\'y a pas de notes favorites rÃ©centes.',
-
-## addons/Community.pack/tmpl/cfg_community_prefs.tmpl
-	'Community Settings' => 'RÃ©glages de la communautÃ©',
-	'Anonymous Recommendation' => 'Recommandation anonyme',
-	'Check to allow anonymous users (users not logged in) to recommend discussion.  IP address is recorded and used to identify each user.' => 'Cocher pour autoriser les utilisateurs anonymes (non identifiÃ©s) Ã  recommander une discussion. L\'adresse IP est enregistrÃ©e et utilisÃ©e pour identifier chaque utilisateur.',
-	'Allow anonymous user to recommend' => 'Autoriser un utilisateur anonyme Ã  recommander',
-	'Save changes to blog (s)' => 'Enregistrer les modifications du blog (s)',
-
-## addons/Community.pack/templates/global/register_form.mtml
-	'Sign up' => 'Enregistrez-vous',
-	'Simple Header' => 'TÃªte de page simple',
-
-## addons/Community.pack/templates/global/simple_footer.mtml
-
-## addons/Community.pack/templates/global/profile_error.mtml
-	'Profile Error' => 'Erreur de profil',
-	'Status Message' => 'Message de statut',
-
-## addons/Community.pack/templates/global/profile_feed_rss.mtml
-
-## addons/Community.pack/templates/global/userpic.mtml
-
-## addons/Community.pack/templates/global/new_entry_email.mtml
-	'A new entry \'[_1]([_2])\' has been posted on your blog [_3].' => 'Une nouvelle note \'[_1]([_2])\' a Ã©tÃ© postÃ©e sur votre blog [_3].',
-	'Author name: [_1]' => 'Nom de l\'auteur: [_1]',
-	'Author nickname: [_1]' => 'Surnom de l\'auteur: [_1]',
-	'Title: [_1]' => 'Titre: [_1]',
-	'Edit entry:' => 'Modifier la note:',
-
-## addons/Community.pack/templates/global/password_reset_form.mtml
-	'Reset Password' => 'Initialiser le mot de passe',
-	'Back to the original page' => 'Retour Ã  la page initiale',
-	'Simple Footer' => 'Pied de page simple',
-
-## addons/Community.pack/templates/global/profile_edit_form.mtml
-	'Go <a href="[_1]">back to the previous page</a> or <a href="[_2]">view your profile</a>.' => 'Retourner Ã   <a href="[_1]">la page prÃ©cÃ©dente</a> ou <a href="[_2]">voir votre profil</a>.',
-	'Form Field' => 'Champ de formulaire',
-	'User Name' => 'Identifiant',
-	'Upload New Userpic' => 'Charger une nouvelle photo utilisateur',
-
-## addons/Community.pack/templates/global/header.mtml
-	'Blog Description' => 'Description du blog',
-	'GlobalJavaScript' => 'GlobalJavaScript',
-	'Navigation' => 'Navigation',
-	'User Navigation' => 'Navigation utilisateur',
-
-## addons/Community.pack/templates/global/profile_view.mtml
-	'User Profile' => 'Profil de l\'utilisateur',
-	'Website:' => 'Site Web:',
-	'Recent Comments' => 'Commentaires rÃ©cents',
-	'Responses to Comments' => 'RÃ©ponses aux commentaires',
-	'Favorites' => 'Favoris',
-	'No recent entries.' => 'Pas de notes rÃ©centes.',
-	'Recents Comments from [_1]' => 'Commentaires rÃ©cents de [_1]',
-	'(posted to [_1])' => '(postÃ© sur [_1])',
-	'No recent comments.' => 'Pas de commentaires rÃ©cents.',
-	'No responses to comments.' => 'Pas de rÃ©ponse aux commentaires.',
-	'Favorites of [_1]' => 'Favoris de [_1]',
-	'[_1] has not added any favorites yet.' => '[_1] n\'a pas encore ajoutÃ© de favoris.',
-
-## addons/Community.pack/templates/global/login_form.mtml
-
-## addons/Community.pack/templates/global/register_confirmation.mtml
-	'Authentication Email Sent' => 'Email d\'authentification envoyÃ©',
-	'Profile Created' => 'Profil crÃ©Ã©',
-	'<a href="[_1]">Return to the original page.</a>' => '<a href="[_1]">Retourner Ã  la page initiale</a>',
-
-## addons/Community.pack/templates/global/user_navigation.mtml
-	'Logged in as <a href="[_1]">[_2]</a>' => 'IdentifiÃ© comme <a href="[_1]">[_2]</a>',
-	'Sign out' => 'dÃ©connexion',
-	'Not a member? <a href="[_1]">Register</a>' => 'Pas encore membre? <a href="[_1]">Enregistrez-vous</a>',
-
-## addons/Community.pack/templates/global/footer.mtml
-
-## addons/Community.pack/templates/global/navigation.mtml
-	'Home' => 'Accueil',
-
-## addons/Community.pack/templates/global/login_form_module.mtml
-	'Hello [_1]' => 'Bonjour [_1]',
-	'Forgot Password' => 'Mot de passe oubliÃ©?',
-
-## addons/Community.pack/templates/global/email_verification_email.mtml
-	'Thank you registering for an account to [_1].' => 'Merci de crÃ©er un compte sur [_1].',
-	'For your own security and to prevent fraud, we ask that you please confirm your account and email address before continuing. Once confirmed you will immediately be allowed to sign in to [_1].' => 'Pour votre propre sÃ©curitÃ© et pour prÃ©venir la fraude, nous vous demandons de confirmer votre compte et adresse email avant de continuer. Une fois confirmÃ©s vous serez immÃ©diatement autorisÃ© Ã  vous identifier sur [_1].',
-	'If you did not make this request, or you don\'t want to register for an account to [_1], then no further action is required.' => 'Si vous n\'avez pas fait cette demande, ou que vous ne souhaitez pas crÃ©er un compte sur [_1], alors aucune action n\'est nÃ©cessaire.',
-
-## addons/Community.pack/templates/global/register_notification_email.mtml
-
-## addons/Community.pack/templates/global/search.mtml
-
-## addons/Community.pack/templates/blog/rss.mtml
-
-## addons/Community.pack/templates/blog/archive_index.mtml
-	'Content Navigation' => 'Navigation du contenu',
-
-## addons/Community.pack/templates/blog/trackbacks.mtml
-
-## addons/Community.pack/templates/blog/main_index.mtml
-
-## addons/Community.pack/templates/blog/page.mtml
-
-## addons/Community.pack/templates/blog/content_nav.mtml
-	'Blog Home' => 'Accueil du blog',
-
-## addons/Community.pack/templates/blog/entry_summary.mtml
-	'A favorite' => 'Un favori',
-	'Favorite' => 'Favori',
-
-## addons/Community.pack/templates/blog/entry_response.mtml
-	'Thank you for posting an entry.' => 'Merci d\'avoir postÃ© votre message.',
-	'Entry Pending' => 'Message en attente',
-	'Your entry has been received and held for approval by the blog owner.' => 'Votre message a Ã©tÃ© reÃ§u et est en attente d\'approbation par le propriÃ©taire du blog.',
-	'Entry Posted' => 'Message postÃ©',
-	'Your entry has been posted.' => 'Votre message a bien Ã©tÃ© postÃ©.',
-	'Your entry has been received.' => 'Votre message a Ã©tÃ© reÃ§u.',
-	'Return to the <a href="[_1]">blog\'s main index</a>.' => 'Retour Ã  la <a href="[_1]">page principale du blog</a>.',
-
-## addons/Community.pack/templates/blog/comment_response.mtml
-
-## addons/Community.pack/templates/blog/entry_detail.mtml
-
-## addons/Community.pack/templates/blog/entry_form.mtml
-	'You don\'t have permission to post.' => 'Vous n\'avez pas la permission de poster.',
-	'<a href="[_1]">Sign in</a> to create an entry.' => '<a href="[_1]">Identifiez-vous</a> pour crÃ©er une note.',
-	'Select Category...' => 'SÃ©lectionner la catÃ©gorie...',
-
-## addons/Community.pack/templates/blog/entry_create.mtml
-	'Entry Form' => 'Formulaire de note',
-
-## addons/Community.pack/templates/blog/comment_detail.mtml
-
-## addons/Community.pack/templates/blog/comments.mtml
-
-## addons/Community.pack/templates/blog/comment_form.mtml
-
-## addons/Community.pack/templates/blog/categories.mtml
-
-## addons/Community.pack/templates/blog/search_results.mtml
-
-## addons/Community.pack/templates/blog/sidebar_2col.mtml
-	'Subscribe icon' => 'IcÃŽne d\'abonnement',
-	'Subscribe' => 'Abonnement',
-
-## addons/Community.pack/templates/blog/sidebar_3col.mtml
-
-## addons/Community.pack/templates/blog/entry_listing.mtml
-
-## addons/Community.pack/templates/blog/dynamic_error.mtml
-
-## addons/Community.pack/templates/blog/tags.mtml
-
-## addons/Community.pack/templates/blog/entry_metadata.mtml
-
-## addons/Community.pack/templates/blog/entry.mtml
-
-## addons/Community.pack/templates/blog/comment_preview.mtml
-
-## addons/Community.pack/templates/blog/javascript.mtml
-
-## addons/Community.pack/templates/forum/main_index.mtml
-	'Forum Home' => 'Accueil du forum',
-	'Content Header' => 'EntÃªte du contenu',
-	'Popular Entry' => 'Note populaire',
-	'Entry Table' => 'Tableau de note',
-
-## addons/Community.pack/templates/forum/page.mtml
-
-## addons/Community.pack/templates/forum/entry_summary.mtml
-
-## addons/Community.pack/templates/forum/content_nav.mtml
-	'Start Topic' => 'DÃ©buter un sujet',
-
-## addons/Community.pack/templates/forum/entry_response.mtml
-	'Thank you for posting a new topic to the forums.' => 'Merci d\'avoir crÃ©Ã© un nouveau sujet dans le forum.',
-	'Topic Pending' => 'Sujet en attente',
-	'The topic you posted has been received and held for approval by the forum administrators.' => 'Le sujet que vous avez crÃ©Ã© a bien Ã©tÃ© reÃ§u et il est en attente de validation par les administrateurs du forum.',
-	'Topic Posted' => 'Sujet postÃ©',
-	'The topic you posted has been received and published. Thank you for your submission.' => 'Le sujet que vous avez crÃ©Ã© a bien Ã©tÃ© reÃ§u et publiÃ©. Merci.',
-	'Return to the <a href="[_1]">forum\'s homepage</a>.' => 'Retour Ã  la <a href="[_1]">page d\'accueil du forum</a>.',
-
-## addons/Community.pack/templates/forum/comment_response.mtml
-	'Reply Submitted' => 'RÃ©ponse envoyÃ©e',
-	'Your reply has been accepted' => 'Votre rÃ©ponse a Ã©tÃ© acceptÃ©e',
-	'Thank you for your reply. It has been accepted and should appear momentarily.' => 'Merci pour votre rÃ©ponse. Elle a Ã©tÃ© acceptÃ©e et devrait apparaÃ®tre dans un instant.',
-	'Reply Pending' => 'RÃ©ponse en attente',
-	'Your reply has been received' => 'Votre rÃ©ponse a Ã©tÃ© reÃ§ue',
-	'Thank you for your reply. However, your reply is currently being held for approval by the forum\'s administrator.' => 'Merci pour votre rÃ©ponse. Cependant, votre rÃ©ponse est actuellement en attente de validation par l\'administrateur du forum.',
-	'Reply Submission Error' => 'Erreur lors de l\'envoi de la rÃ©ponse',
-	'Your reply submission failed for the following reasons:' => 'L\'envoi de votre rÃ©ponse a Ã©chouÃ© pour les raisons suivantes:',
-	'Return to the <a href="[_1]">original topic</a>.' => 'Retour au <a href="[_1]">sujet d\'origine</a>.',
-
-## addons/Community.pack/templates/forum/content_header.mtml
-
-## addons/Community.pack/templates/forum/entry_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_form.mtml
-	'<a href="[_1]">Sign in</a> to create a topic.' => '<a href="[_1]">Identifiez-vous</a> pour crÃ©er un sujet.',
-	'Topic' => 'Sujet',
-	'Select Forum...' => 'SÃ©lectionner un forum...',
-	'Forum' => 'Forum',
-
-## addons/Community.pack/templates/forum/comment_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_create.mtml
-	'Start a Topic' => 'CrÃ©er un nouveau sujet',
-
-## addons/Community.pack/templates/forum/comment_form.mtml
-
-## addons/Community.pack/templates/forum/entry_listing.mtml
-
-## addons/Community.pack/templates/forum/entry_metadata.mtml
-	'Replies ([_1])' => 'RÃ©ponses ([_1])',
-
-## addons/Community.pack/templates/forum/entry.mtml
-
-## addons/Community.pack/templates/forum/javascript.mtml
-	'. Now you can reply to this topic.' => '. Maintenant vous pouvez rÃ©pondre Ã  ce sujet.',
-	' to comment on this topic.' => ' pour commenter sur ce sujet.',
-	' to comment on this topic,' => ' pour commenter sur ce sujet,',
-
-## addons/Community.pack/templates/forum/rss.mtml
-
-## addons/Community.pack/templates/forum/entry_table.mtml
-	'Recent Topics' => 'Sujets rÃ©cents',
-	'Replies' => 'RÃ©ponses',
-	'Last Reply' => 'DerniÃšre rÃ©ponse',
-	'Permalink to this Reply' => 'Lien permanent vers cette rÃ©ponse',
-	'By [_1]' => 'Par [_1]',
-	'Closed' => 'FermÃ©',
-	'Post the first topic in this forum.' => 'CrÃ©ez le premier sujet de ce forum.',
-
-## addons/Community.pack/templates/forum/archive_index.mtml
-
-## addons/Community.pack/templates/forum/sidebar.mtml
-	'Category Groups' => 'Groupes de catÃ©gorie',
-	'All Forums' => 'Tous les forums',
-	'[_1] Forum' => '[_1] forum',
-
-## addons/Community.pack/templates/forum/category_groups.mtml
-	'Forum Groups' => 'Groupes de forums',
-	'Last Topic: [_1] by [_2] on [_3]' => 'Dernier sujet: [_1] par [_2] sur [_3]',
-
-## addons/Community.pack/templates/forum/comments.mtml
-	'[_1] Replies' => '[_1] rÃ©ponses',
-	'_NUM_FAVORITES' => 'Marquer comme favori',
-	'Favorite This' => 'Marquer comme favori',
-
-## addons/Community.pack/templates/forum/search_results.mtml
-
-## addons/Community.pack/templates/forum/dynamic_error.mtml
-
-## addons/Community.pack/templates/forum/entry_popular.mtml
-	'Popular topics' => 'Sujets populaires',
-	'No Reply' => 'Aucune rÃ©ponse',
-
-## addons/Community.pack/templates/forum/comment_preview.mtml
-	'Reply on [_1]' => 'RÃ©ponse sur [_1]',
-	'Previewing your Reply' => 'PrÃ©visualiser votre rÃ©ponse',
-
-## addons/Community.pack/config.yaml
-	'Login Form' => 'Formulaire d\'identification',
-	'Password Reset Form' => 'Formulaire de rÃ©initialisation du mot de passe',
-	'Registration Form' => 'Formulaire d\'enregistrement',
-	'Registration Confirmation' => 'Confirmation d\'enregistrement',
-	'Profile View' => 'Vue du profil',
-	'Profile Edit Form' => 'Formulaire de modification du profil',
-	'Profile Feed (Atom)' => 'Flux de profil (Atom)',
-	'Profile Feed (RSS)' => 'Flux de profil (RSS)',
-	'Email verification' => 'VÃ©rification email',
-	'Registration notification' => 'Notification enregistrement',
-	'New entry notification' => 'Notification de nouvelle note',
-	'Community Blog' => 'Blog de la communautÃ©',
-	'Entry Response' => 'RÃ©ponse Ã  la note',
-	'Displays error, pending or confirmation message when submitting an entry.' => 'Afficher les erreurs et les messages de confirmation quand une note est Ã©crite.',
-	'Community Forum' => 'Forum de la communautÃ©',
-	'Entry Feed (Atom)' => 'Flux de note (Atom)',
-	'Entry Feed (RSS)' => 'Flux de note (RSS)',
-	'Displays error, pending or confirmation message when submitting a entry.' => 'Affiche les messages d\'erreur, de validation et de confirmation quand une nouvelle note est crÃ©Ã©e.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Upgrade.pm
-	'Fixing binary data for Microsoft SQL Server storage...' => 'Correction des donnÃ©es binaires pour le stockage Microsoft SQL Server...',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Wizard.pm
-	'PLAIN' => 'PLAIN',
-	'CRAM-MD5' => 'CRAM-MD5',
-	'Digest-MD5' => 'Digest-MD5',
-	'Login' => 'Identifiant',
-	'Found' => 'TrouvÃ©',
-	'Not Found' => 'Non trouvÃ©',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/BulkCreation.pm
-	'Format error at line [_1]: [_2]' => 'Erreur de format Ã  la ligne [_1]: [_2]',
-	'Invalid command: [_1]' => 'Commande invalide: [_1]',
-	'Invalid number of columns for [_1]' => 'Nombre de colonnes invalide pour [_1]',
-	'Invalid user name: [_1]' => 'Identifiant invalide: [_1]',
-	'Invalid display name: [_1]' => 'Nom d\'affichage invalide: [_1]',
-	'Invalid email address: [_1]' => 'Adresse email invalide: [_1]',
-	'Invalid language: [_1]' => 'Langue invalide: [_1]',
-	'Invalid password: [_1]' => 'Mot de passe invalide: [_1]',
-	'Invalid password recovery phrase: [_1]' => 'Phrase de rÃ©cupÃ©ration de mot de passe invalide: [_1]',
-	'Invalid weblog name: [_1]' => 'Nom de weblog invalide: [_1]',
-	'Invalid weblog description: [_1]' => 'Description de weblog invalide: [_1]',
-	'Invalid site url: [_1]' => 'URL du site invalide: [_1]',
-	'Invalid site root: [_1]' => 'Racine du site invalide: [_1]',
-	'Invalid timezone: [_1]' => 'Fuseau horaire invalide: [_1]',
-	'Invalid new user name: [_1]' => 'Nouvel identifiant invalide: [_1]',
-	'A user with the same name was found.  Register was not processed: [_1]' => 'Un utilisateur avec le mÃªme nom a Ã©tÃ© trouvÃ©. L\'enregistrement n\'a pas Ã©tÃ© effectuÃ©: [_1]',
-	'Blog for user \'[_1]\' can not be created.' => 'Le blog pour l\'utilisateur \'[_1]\' ne peut Ãªtre crÃ©Ã©.',
-	'Blog \'[_1]\' for user \'[_2]\' has been created.' => 'Le blog \'[_1]\' pour l\'utilisateur \'[_2]\' a Ã©tÃ© crÃ©Ã©.',
-	'Error assigning weblog administration rights to user \'[_1] (ID: [_2])\' for weblog \'[_3] (ID: [_4])\'. No suitable weblog administrator role was found.' => 'Erreur en tentant d\'assigner les droits d\'administration du blog Ã  l\'utilisateur \'[_1] (ID: [_2])\' pour le weblog \'[_3] (ID: [_4])\'. Aucun rÃŽle d\'administrateur de weblog adÃ©quat n\'a Ã©tÃ© trouvÃ©.',
-	'Permission granted to user \'[_1]\'' => 'Permission accordÃ©e Ã  l\'utilisateur \'[_1]\'',
-	'User \'[_1]\' already exists. Update was not processed: [_2]' => 'L\'utilisateur \'[_1]\' existe dÃ©jÃ . La mise a jour n\'a pas eu lieu: [_2]',
-	'User cannot be updated: [_1].' => 'Utilisateur ne peut Ãªtre mis Ã  jour: [_1].',
-	'User \'[_1]\' not found.  Update was not processed.' => 'L\'utilisateur \'[_1]\' n\'a pas Ã©tÃ© trouvÃ©. La mise Ã  jour n\'a pas eu lieu.',
-	'User \'[_1]\' has been updated.' => 'L\'utilisateur \'[_1]\' a Ã©tÃ© mis Ã  jour.',
-	'User \'[_1]\' was found, but delete was not processed' => 'L\'utilisateur \'[_1]\' a Ã©tÃ© trouvÃ©, mais la suppression n\'a pas eu lieu.',
-	'User \'[_1]\' not found.  Delete was not processed.' => 'L\'utilisateur \'[_1]\' n\'a pas Ã©tÃ© trouvÃ©. La suppression n\'a pas eu lieu.',
-	'User \'[_1]\' has been deleted.' => 'L\'utilisateur \'[_1]\' a Ã©tÃ© supprimÃ©.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/CMS.pm
-	'Add [_1] to a blog' => 'Ajouter [_1] Ã  un blog',
-	'You can not create associations for disabled groups.' => 'Vous ne pouvez pas crÃ©er d\'association pour les groupes dÃ©sactivÃ©s.',
-	'Assign Role to Group' => 'Ajouter le rÃŽle au groupe',
-	'Add a group to this blog' => 'Ajouter un groupe Ã  ce blog',
-	'Grant permission to a group' => 'Ajouter une autorisation Ã  un groupe',
-	'Movable Type Enterprise has just attempted to disable your account during synchronization with the external directory. Some of the external user management settings must be wrong. Please correct your configuration before proceeding.' => 'Movable Type Enterprise vient de tenter de dÃ©sactiver votre compte pendant la synchronisation avec l\'annuaire externe. Certains des paramÃštres du systÃšme de gestion externe des utilisateurs doivent Ãªtre erronÃ©s. Merci de corriger avant de poursuivre.',
-	'Group requires name' => 'Le groupe nÃ©cessite un nom.',
-	'Invalid group' => 'Groupe invalide.',
-	'Add Users to Group [_1]' => 'Ajouter les utilisateurs au groupe [_1]',
-	'Users & Groups' => 'Utilisateurs et Groupes',
-	'Group Members' => 'Membres du groupe',
-	'Groups' => 'Groupes',
-	'User Groups' => 'Groupes de l\'utilisateur',
-	'Group load failed: [_1]' => 'Chargement du groupe Ã©chouÃ©: [_1]',
-	'User load failed: [_1]' => 'Chargement de l\'utilisateur Ã©chouÃ©: [_1]',
-	'User \'[_1]\' (ID:[_2]) removed from group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Utilisateur \'[_1]\' (ID:[_2]) supprimÃ© du groupe \'[_3]\' (ID:[_4]) par \'[_5]\'',
-	'User \'[_1]\' (ID:[_2]) was added to group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Utilisateur \'[_1]\' (ID:[_2]) a Ã©tÃ© ajoutÃ© au groupe \'[_3]\' (ID:[_4]) par \'[_5]\'',
-	'Group Profile' => 'Profil du Groupe',
-	'Author load failed: [_1]' => 'Chargement de l\'auteur Ã©chouÃ©: [_1]',
-	'Invalid user' => 'Utilisateur invalide',
-	'Assign User [_1] to Groups' => 'Assigner l\'utilisateur [_1] aux groupes.',
-	'Select Groups' => 'SÃ©lectionner les groupes',
-	'Group' => 'Groupe',
-	'Groups Selected' => 'Groupes sÃ©lectionnÃ©s',
-	'Type a group name to filter the choices below.' => 'Tapez un nom de groupe pour filtrer les choix ci-dessous.',
-	'Group Name' => 'Nom du groupe',
-	'Search Groups' => 'Rechercher des groupes',
-	'Bulk import cannot be used under external user management.' => 'L\'import en masse ne peut Ãªtre utilisÃ© avec la gestion externe des utilisateurs.',
-	'Bulk management' => 'Gestion en masse',
-	'The group' => 'Le groupe',
-	'User/Group' => 'Utilisateur/Groupe',
-	'A user can\'t change his/her own username in this environment.' => 'Un utilisateur ne peut pas changer son nom d\'utilisateur dans cet environnement',
-	'An error occurred when enabling this user.' => 'Une erreur s\'est produite pendant l\'activation de cet utilisateur.',
-
-## addons/Enterprise.pack/lib/MT/Auth/LDAP.pm
-	'User [_1]([_2]) not found.' => 'Utilisateur [_1]([_2]) non trouvÃ©.',
-	'User \'[_1]\' cannot be updated.' => 'Utilisateur \'[_1]\' ne peut Ãªtre mis Ã  jour.',
-	'User \'[_1]\' updated with LDAP login ID.' => 'Utilisateur \'[_1]\' mis Ã  jour avec l\'ID de login LDAP.',
-	'LDAP user [_1] not found.' => 'Utilisateur LDAP [_1] non trouvÃ©.',
-	'User [_1] cannot be updated.' => 'Utilisateur [_1] ne peut Ãªtre mis Ã  jour.',
-	'Failed login attempt by user \'[_1]\' deleted from LDAP.' => 'Tentative de login Ã©chouÃ©e par utilisateur \'[_1]\' supprimÃ© de LDAP.',
-	'User \'[_1]\' updated with LDAP login name \'[_2]\'.' => 'Utilisateur \'[_1]\' mis Ã  jour avec l\'identifiant LDAP \'[_2]\'.',
-	"Failed login attempt by user \'[_1]\'. A user with that\nusername already exists in the system with a different UUID." => "Tentative de login Ã©chouÃ©e par utilisateur \'[_1]\'. Un utilisateur avec cet
-identifiant existe dÃ©jÃ  dans le systÃšme avec un UUID diffÃ©rent.",
-	'User \'[_1]\' account is disabled.' => 'Le compte de l\'utilisateur \'[_1]\' est dÃ©sactivÃ©.',
-	'LDAP users synchronization interrupted.' => 'Synchronisation des utilisateurs LDAP interrompue.',
-	'Loading MT::LDAP failed: [_1]' => 'Chargement de MT::LDAP Ã©chouÃ©: [_1]',
-	'External user synchronization failed.' => 'Synchronisation utilisateur externe Ã©chouÃ©e.',
-	'An attempt to disable all system administrators in the system was made.  Synchronization of users was interrupted.' => 'Une tentative de dÃ©sactivation de tous les administrateurs systÃšme a Ã©tÃ© rÃ©alisÃ©e. La synchronisation des utilisateurs a Ã©tÃ© interrompue.',
-	'The following users\' information were modified:' => 'Les informations suivantes des utilisateurs ont Ã©tÃ© modifiÃ©es:',
-	'The following users were disabled:' => 'Les utilisateurs suivants ont Ã©tÃ© dÃ©sactivÃ©s:',
-	'LDAP users synchronized.' => 'Utilisateurs LDAP synchronisÃ©s.',
-	'Synchronization of groups can not be performed without LDAPGroupIdAttribute and/or LDAPGroupNameAttribute is set.' => 'La synchronisation des groupes ne peut avoir lieu sans LDAPGroupIdAttribute et/ou LDAPGroupNameAttribute paramÃ©trÃ©.',
-	'LDAP groups synchronized with existing groups.' => 'Groupes LDAP synchronisÃ©s avec les groupes existants.',
-	'The following groups\' information were modified:' => 'Les informations suivantes des groupes ont Ã©tÃ© modifiÃ©es:',
-	'No LDAP group was found using given filter.' => 'Aucun groupe LDAP n\'a Ã©tÃ© trouvÃ© avec le filtre fourni.',
-	"Filter used to search for groups: [_1]\nSearch base: [_2]" => "Filtre utilisÃ© pour rechercher les groupes: [_1]
-Base de recherche: [_2]",
-	'(none)' => '(Aucun)',
-	'The following groups were deleted:' => 'Les groupes suivants ont Ã©tÃ© effacÃ©s:',
-	'Failed to create a new group: [_1]' => 'Impossible de crÃ©er un nouveau groupe: [_1]',
-	'[_1] directive must be set to synchronize members of LDAP groups to Movable Type Enterprise.' => 'La directive [_1] doit Ãªtre configurÃ©e pour synchroniser les membres des groupes LDAP avec Movable Type Enterprise.',
-	'Members removed: ' => 'Membres supprimÃ©s:',
-	'Members added: ' => 'Membres ajoutÃ©s:',
-	'Memberships of the group \'[_2]\' (#[_3]) has been changed in synchronizing with external directory.' => 'Les membres du groupe \'[_2]\' (#[_3]) ont Ã©tÃ© changÃ© en synchronisant avec l\'annuaire externe.',
-	'LDAPUserGroupMemberAttribute must be set to enable synchronize members of groups.' => 'LDAPUserGroupMemberAttribute doit Ãªtre configurÃ© pour activer la synchronisation des membres des groupes.',
-
-## addons/Enterprise.pack/lib/MT/ObjectDriver/Driver/DBD/MSSQLServer.pm
-	'PublishCharset [_1] is not supported in this version of MS SQL Server Driver.' => 'PublishCharset [_1] n\'est pas supportÃ© dans cette version de driver MS SQL Server.',
-
-## addons/Enterprise.pack/lib/MT/ObjectDriver/Driver/DBD/UMSSQLServer.pm
-	'This version of UMSSQLServer driver requires DBD::ODBC version 1.14.' => 'Cette version du driver UMSSQLServer nÃ©cessite DBD::ODBC version 1.14.',
-	'This version of UMSSQLServer driver requires DBD::ODBC compiled with Unicode support.' => 'Cette version du driver UMSSQLServer nÃ©cessite DBD::ODBC compilÃ© avec le support de Unicode.',
-
-## addons/Enterprise.pack/lib/MT/Group.pm
-
-## addons/Enterprise.pack/lib/MT/LDAP.pm
-	'Invalid LDAPAuthURL scheme: [_1].' => 'LDAPAuthURL invalide : [_1].',
-	'Error connecting to LDAP server [_1]: [_2]' => 'Erreur de connection au serveur LDAP [_1]: [_2]',
-	'User not found on LDAP: [_1]' => 'Utilisateur non trouvÃ© dans LDAP : [_1]',
-	'Binding to LDAP server failed: [_1]' => 'Rattachement au serveur LDAP Ã©chouÃ©: [_1]',
-	'More than one user with the same name found on LDAP: [_1]' => 'Plus d\'un utilisateur avec le mÃªme nom trouvÃ© dans LDAP: [_1]',
-
-## addons/Enterprise.pack/tmpl/dialog/select_groups.tmpl
-	'You need to create some groups.' => 'Vous devez crÃ©er des groupes',
-	'Before you can do this, you need to create some groups. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Click here</a> to create a group.' => 'Avant de pouvoir faire ceci, vous devez crÃ©er des groupes. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Cliquez ici</a> pour crÃ©er un groupe.',
-
-## addons/Enterprise.pack/tmpl/include/list_associations/page_title.group.tmpl
-	'Users &amp; Groups for [_1]' => 'Utilisateurs &amp; groupes pour [_1]',
-	'Group Associations for [_1]' => 'Associations de groupe pour [_1]',
-
-## addons/Enterprise.pack/tmpl/include/users_content_nav.tmpl
-
-## addons/Enterprise.pack/tmpl/include/group_table.tmpl
-	'group' => 'groupe',
-	'groups' => 'Groupes',
-	'Enable selected group (e)' => 'Activer les groupes sÃ©lectionnÃ©s (e)',
-	'Disable selected group (d)' => 'DÃ©sactiver les groupes sÃ©lectionnÃ©s (d)',
-	'Remove selected group (d)' => 'Retirer les groupes sÃ©lectionnÃ©s (d)',
-	'Only show enabled groups' => 'Afficher uniquement les groupes activÃ©s',
-	'Only show disabled groups' => 'Afficher uniquement les groupes dÃ©sactivÃ©s',
-
-## addons/Enterprise.pack/tmpl/list_group.tmpl
-	'[_1]: User&rsquo;s Groups' => '[_1]: Groupes de l\'utilisateur',
-	'Groups: System Wide' => 'Groupes: Sur tout le systÃšme',
-	'The user <em>[_1]</em> is currently disabled.' => 'L\'utilisateur <em>[_1]</em> est actuellement dÃ©sactivÃ©',
-	'Synchronize groups now' => 'Synchroniser les groupes maintenant',
-	'You have successfully disabled the selected group(s).' => 'Vous avez dÃ©sactivÃ© les groupes sÃ©lectionnÃ©s avec succÃšs.',
-	'You have successfully enabled the selected group(s).' => 'Vous avez activÃ© les groupes sÃ©lectionnÃ©s avec succÃšs.',
-	'You have successfully deleted the groups from the Movable Type system.' => 'Vous avez supprimÃ© les groupes du systÃšme Movable Type avec succÃšs.',
-	'You have successfully synchronized groups\' information with the external directory.' => 'Vous avez synchronisÃ© avec succÃšs les informations des groupes avec le rÃ©pertoire externe.',
-	'You can not add disabled users to groups.' => 'Vous ne pouvez pas ajouter dans les groupes des utilisateurs dÃ©sactivÃ©s.',
-	'Add [_1] to another group' => 'Ajouter [_1] Ã  un autre groupe',
-	'Create Group' => 'CrÃ©er un groupe',
-	'You did not select any [_1] to remove.' => 'Vous n\'avez sÃ©lectionnÃ© aucun [_1] Ã  supprimer.',
-	'Are you sure you want to remove this [_1]?' => 'Etes-vous sÃ»r de vouloir supprimer ce [_1]?',
-	'Are you sure you want to remove the [_1] selected [_2]?' => 'Etes-vous sÃ»r de vouloir supprimer le [_1] sÃ©lectionnÃ© [_2]?',
-	'to remove' => 'Ã  supprimer',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_end.tmpl
-	'All users updated successfully!' => 'Tous les utilisateurs ont Ã©tÃ© mis Ã  jour avec succÃšs!',
-	'An error occurred during the updating process. Please check your CSV file.' => 'Une erreur s\'est produite pendant la mise Ã  jour. Merci de vÃ©rifier votre fichier CSV.',
-
-## addons/Enterprise.pack/tmpl/list_group_member.tmpl
-	'[_1]: Group Members' => '[_1]: Membres du groupe',
-	'<em>[_1]</em>: Group Members' => '<em>[_1]</em>: Membres du groupe',
-	'Group Disabled' => 'Groupe dÃ©sactivÃ©',
-	'You have successfully deleted the users.' => 'Vous avez supprimÃ© les utilisateurs avec succÃšs.',
-	'You have successfully added new users to this group.' => 'Vous avez ajoutÃ© les nouveaux utilisateurs dans ce groupe avec succÃšs.',
-	'You have successfully synchronized users\' information with external directory.' => 'Vous avez synchronisÃ© avec succÃšs les informations des utilisateurs avec l\'annuaire externe.',
-	'Some ([_1]) of the selected users could not be re-enabled because they were no longer found in LDAP.' => 'Certains ([_1]) utilisateurs sÃ©lectionnÃ©s n\'ont pu Ãªtre rÃ©activÃ©s car ils ne sont plus dans LDAP.',
-	'You have successfully removed the users from this group.' => 'Vous avez retirÃ©s avec succÃšs les utilisateurs de ce groupe.',
-	'member' => 'membre',
-	'Show Enabled Members' => 'Afficher les membres actifs',
-	'Show Disabled Members' => 'Afficher les membres dÃ©sactivÃ©s',
-	'Show All Members' => 'Afficher tous les membres',
-	'You can not add users to a disabled group.' => 'Vous ne pouvez pas ajouter des utilisateurs Ã  un groupe dÃ©sactivÃ©.',
-	'Add user to [_1]' => 'Ajouter utilisateur Ã  [_1]',
-	'None.' => 'Aucun.',
-	'(Showing all users.)' => '(Afficher tous les utilisateurs.)',
-	'Showing only users whose [_1] is [_2].' => 'Afficher seulement les utilisateurs dont [_1] est [_2].',
-	'all' => 'Toutes',
-	'only' => 'seulement',
-	'users where' => 'utilisateurs oÃ¹',
-	'No members in group' => 'Aucun membre dans ce groupe',
-	'Only show enabled users' => 'Afficher seulement les utilisateurs actifs',
-	'Only show disabled users' => 'Afficher seulement les utilisateurs dÃ©sactivÃ©s.',
-	'Are you sure you want to remove this [_1] from this group?' => 'Etes-vous sÃ»r des vouloir supprimer ce [_1] de ce groupe?',
-	'Are you sure you want to remove the [_1] selected [_2] from this group?' => 'Etes-vous sÃ»r des vouloir supprimer le [_1] sÃ©lectionnÃ© [_2] de ce groupe?',
-
-## addons/Enterprise.pack/tmpl/author_bulk.tmpl
-	'Manage Users in bulk' => 'GÃ©rer les utilisateurs en masse',
-	'_USAGE_AUTHORS_2' => 'Vous pouvez crÃ©er, modifier et effacer des utilisateurs en masse en chargeant un fichier CSV contenant ces commandes et les donnÃ©es associÃ©es.',
-	'Upload source file' => 'Charger le fichier source',
-	'Specify the CSV-formatted source file for upload' => 'SpÃ©cifier le fichier source CSV Ã  charger',
-	'Source File Encoding' => 'Encodage du fichier source',
-	'Upload (u)' => 'Charger (u)',
-
-## addons/Enterprise.pack/tmpl/cfg_ldap.tmpl
-	'Authentication Configuration' => 'Configuration de l\'identification',
-	'You must set your Authentication URL.' => 'Vous devez configurer votre URL d\'identification.',
-	'You must set your Group search base.' => 'Vous devez configurer votre base de recherche de groupes.',
-	'You must set your UserID attribute.' => 'Vous devez configurer votre attribut UserID.',
-	'You must set your email attribute.' => 'Vous devez configurer votre attribut email.',
-	'You must set your user fullname attribute.' => 'Vous devez configurer votre attribut nom complet de l\'utilisateur.',
-	'You must set your user member attribute.' => 'Vous devez configurer votre attribut de membre de l\'utilisateur.',
-	'You must set your GroupID attribute.' => 'Vous devez configurer votre attribut GroupID.',
-	'You must set your group name attribute.' => 'Vous devez configurer votre attribut nom de groupe.',
-	'You must set your group fullname attribute.' => 'Vous devez configurer votre attribut nom complet du groupe.',
-	'You must set your group member attribute.' => 'Vous devez configurer votre attribut member du groupe.',
-	'You can configure your LDAP settings from here if you would like to use LDAP-based authentication.' => 'Vous devez configurer vos rÃ©glages LDAP ici si vous souhaitez utiliser l\'identification LDAP.',
-	'Your configuration was successful.' => 'Votre configuration est correcte.',
-	'Click \'Continue\' below to configure the External User Management settings.' => 'Cliquez sur \'Continuer\' ci-dessous pour configurer les rÃ©glages de la gestion externe des utilisateurs.',
-	'Click \'Continue\' below to configure your LDAP attribute mappings.' => 'Cliquez sur \'Continuer\' ci-dessous pour configurer vos rattachements des attributs LDAP.',
-	'Your LDAP configuration is complete.' => 'Votre configuration LDAP est terminÃ©e.',
-	'To finish with the configuration wizard, press \'Continue\' below.' => 'Pour finir l\'assistant de configuration, cliquez sur \'Continuer\' ci-dessous.',
-	'An error occurred while attempting to connect to the LDAP server: ' => 'Une erreur s\'est produite en essayant de se connecter au serveur LDAP:',
-	'Use LDAP' => 'Utiliser LDAP',
-	'Authentication URL' => 'URL d\'identification',
-	'The URL to access for LDAP authentication.' => 'L\'URL pour accÃ©der Ã  l\'identification LDAP.',
-	'Authentication DN' => 'Identificatiin DN',
-	'An optional DN used to bind to the LDAP directory when searching for a user.' => 'Un DN optionnel utilisÃ© pour rattacher Ã  l\'annuaire LDAP lors d\'une recherche d\'utilisateur.',
-	'Authentication password' => 'Mot de passe de l\'identification',
-	'Used for setting the password of the LDAP DN.' => 'UtilisÃ© pour rÃ©gler le mot de passe du DN LDAP.',
-	'SASL Mechanism' => 'MÃ©canisme SASL',
-	'The name of SASL Mechanism to use for both binding and authentication.' => 'Nom du mÃ©canisme SASL Ã  utiliser pour le rattachement et l\'identification.',
-	'Test Username' => 'Identifiant de test',
-	'Test Password' => 'Mot de passe de test',
-	'Enable External User Management' => 'Activer les gestion externe des utilisateurs',
-	'Synchronization Frequency' => 'FrÃ©quence de synchronisation',
-	'Frequency of synchronization in minutes. (Default is 60 minutes)' => 'FrÃ©quence de synchronisation en minutes. (60 minutes par dÃ©faut)',
-	'15 Minutes' => '15 Minutes',
-	'30 Minutes' => '30 Minutes',
-	'60 Minutes' => '60 Minutes',
-	'90 Minutes' => '90 Minutes',
-	'Group search base attribute' => 'Attribut de base de recherche du groupe',
-	'Group filter attribute' => 'Attribut de filtre du groupe',
-	'Search Results (max 10 entries)' => 'RÃ©sultats de recherche (maxi 10 entrÃ©es)',
-	'CN' => 'CN',
-	'No groups were found with these settings.' => 'Aucun groupe n\'a Ã©tÃ© trouvÃ© avec ces rÃ©glages.',
-	'Attribute mapping' => 'Rattachement d\'attribut',
-	'LDAP Server' => 'Serveur LDAP',
-	'Other' => 'Autre',
-	'User ID attribute' => 'Attribut ID utilisateur',
-	'Email Attribute' => 'Attribut email',
-	'User fullname attribute' => 'Attribut nom complet utilisateur',
-	'User member attribute' => 'Attribut membre utilisateur',
-	'GroupID attribute' => 'Attribut GroupID',
-	'Group name attribute' => 'Attribut nom du groupe',
-	'Group fullname attribute' => 'Attribut nom complet du groupe',
-	'Group member attribute' => 'Attribut membre du groupe',
-	'Search result (max 10 entries)' => 'RÃ©sultat de recherche (maxi 10 entrÃ©es)',
-	'Group Fullname' => 'Nom complet du groupe',
-	'Group Member' => 'Membre du groupe',
-	'No groups could be found.' => 'Aucun groupe n\'a Ã©tÃ© trouvÃ©.',
-	'User Fullname' => 'Nom complet utilisateur',
-	'No users could be found.' => 'Aucun utilisateur n\'a Ã©tÃ© trouvÃ©.',
-	'Test connection to LDAP' => 'Tester la connection Ã  LDAP',
-	'Test search' => 'Tester la recherche',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_start.tmpl
-	'Bulk Author Import' => 'Importer les auteurs en masse',
-	'Updating...' => 'Mise Ã  jour...',
-
-## addons/Enterprise.pack/tmpl/edit_group.tmpl
-	'Edit Group' => 'Modifier le groupe',
-	'Group profile has been updated.' => 'Le profil du groupe a Ã©tÃ© modifiÃ©.',
-	'LDAP Group ID' => 'Group ID LDAP',
-	'The LDAP directory ID for this group.' => 'L\'ID de l\'annuaire LDAP pour ce groupe.',
-	'Status of group in the system. Disabling a group removes its members&rsquo; access to the system but preserves their content and history.' => 'Statut du groupe dans le systÃšme. DÃ©sactiver un groupe supprime l\'accÃšs de ses membres au systÃšme mais prÃ©serve leur contenu et historique.',
-	'The name used for identifying this group.' => 'Le nom utilisÃ© pour identifier ce groupe.',
-	'The display name for this group.' => 'Le nom d\'affichage de ce groupe.',
-	'Enter a description for your group.' => 'Saisir une description pour votre groupe.',
-	'Created on' => 'CrÃ©Ã© le',
-	'Save changes to this field (s)' => 'Enregistrer les modifications de ce champs (s)',
-
-## addons/Enterprise.pack/app-wizard.yaml
-	'This module is required in order to use the LDAP Authentication.' => 'Ce module est nÃ©cessaire pour utiliser l\'identification LDAP.',
-	'This module is required in order to use SSL/TLS connection with the LDAP Authentication.' => 'Ce module est nÃ©cessaire pour utiliser les connections SSL/TLS avec l\'identification LDAP.',
-
-## addons/Enterprise.pack/app-cms.yaml
-	'Are you sure you want to delete the selected group(s)?' => 'Etes-vous sÃ»r de vouloir effacer les groupes sÃ©lectionnÃ©s?',
-	'Bulk Author Export' => 'Export auteurs en masse',
-	'Synchronize Users' => 'Synchroniser les utilisateurs',
-
-## addons/Enterprise.pack/config.yaml
-	'Enterprise Pack' => 'Enterprise Pack',
-	'Oracle Database' => 'Base de donnÃ©es Oracle',
-	'Microsoft SQL Server Database' => 'Base de donnÃ©es Microsoft SQL Server',
-	'Microsoft SQL Server Database (UTF-8 support)' => 'Base de donnÃ©es Microsoft SQL Server (support UTF-8)',
-	'External Directory Synchronization' => 'Synchronization rÃ©pertoire externe',
-	'Populating author\'s external ID to have lower case user name...' => 'CrÃ©ation de l\'ID externe de l\'auteur pour avoir un identifiant en minuscules...',
+	'Universal Website' => 'Site Universel', # Translate - New
+	'Blog Index' => 'Index du Blog', # Translate - New
+	'Blog Entry Listing' => 'Liste des Notes du Blog', # Translate - New
 
 ## plugins/Cloner/cloner.pl
@@ -4684,4 +4199,5 @@
 ## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
 	'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]' => 'Ceci est un groupe de widgets personnalisÃ© qui est conditionÃ© pour afficher un contenu diffÃ©rent basÃ© sur le type d\'archives qui est inclu. Plus d\'infos : [_1]',
+	'Current Category Monthly Archives' => 'Archives Mensuelles de la CatÃ©gorie Courante',
 
 ## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
@@ -4694,10 +4210,8 @@
 	'Current Author Monthly Archives' => 'Archives Mensuelles de l\'Auteur Courant',
 	'Calendar' => 'Calendrier',
-	'Category Archives' => 'Archives par CatÃ©gories',
-	'Current Category Monthly Archives' => 'Archives Mensuelles de la CatÃ©gorie Courante',
 	'Creative Commons' => 'Creative Commons',
 	'Home Page Widgets' => 'Widgets de Page d\'Accueil',
 	'Monthly Archives Dropdown' => 'Liste dÃ©roulante des Archives Mensuelles',
-	'Recent Assets' => 'ÃlÃ©ments rÃ©cents',
+	'Page Listing' => 'Liste des Pages', # Translate - New
 	'Powered By' => 'AnimÃ© Par',
 	'Syndication' => 'Syndication',
@@ -4730,5 +4244,4 @@
 	'Drag and drop the widgets you want into the Installed column.' => 'Glissez-dÃ©posez les widgets que vous voulez dans la colonne de gauche.',
 	'Installed Widgets' => 'Widgets installÃ©s',
-	'edit' => 'Editer',
 	'Available Widgets' => 'Widgets disponibles',
 	'Save changes to this widget set (s)' => 'Enregistrer les modifications de ce groupe de widgets',
@@ -4751,7 +4264,56 @@
 	'Widgets' => 'Widgets',
 
+## plugins/CustomFields/customfields.pl
+	'Moving Custom Fields storage...' => 'DÃ©placement de l\'emplacement des champs personnalisÃ©s...', # Translate - New
+	'Moving metadata storage for [lc,_1]...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les [lc,_1]...', # Translate - New
+	'Moving metadata storage for users...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les utilisateurs...', # Translate - New
+	'Moving metadata storage for entries...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les entrÃ©es...', # Translate - New
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm
+	'An error occurred processing [_1]. The previous version of the feed was used. A HTTP status of [_2] was returned.' => 'Une erreur s\'est produite en traitant [_1]. La version prÃ©cÃ©dente du flux a Ã©tÃ© utilisÃ©e. Un statut HTTP de [_2] a Ã©tÃ© retournÃ©.',
+	'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.' => 'Une erreur s\'est produite en traitant [_1]. Une version prÃ©cÃ©dente du flux n\'est pas disponible. Un statut HTTP de [_2] a Ã©tÃ© renvoyÃ©.',
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm
+	'\'[_1]\' is a required argument of [_2]' => '\'[_1]\' est un argument nÃ©cessaire de [_2]',
+	'MT[_1] was not used in the proper context.' => 'Le [_1] MT n\'a pas Ã©tÃ© utilisÃ© dans le bon contexte.',
+
+## plugins/feeds-app-lite/tmpl/config.tmpl
+	'Feeds.App Lite Widget Creator' => 'CrÃ©ateur de widget de flux',
+	'Configure feed widget settings' => 'Configurer les paramÃštres du widget de flux',
+	'Enter a title for your widget.  This will also be displayed as the title of the feed when used on your published blog.' => 'Saisissez un titre pour votre widget. Il sera aussi utilisÃ© comme titre pour le flux qui sera utilisÃ© sur votre blog.',
+	'[_1] Feed Widget' => 'Widget de flux [_1]',
+	'Select the maximum number of entries to display.' => 'SÃ©lectionnez le nombre maximum de notes que vous voulez afficher.',
+	'3' => '3',
+	'5' => '5',
+	'10' => '10',
+	'All' => 'Toutes',
+
+## plugins/feeds-app-lite/tmpl/msg.tmpl
+	'No feeds could be discovered using [_1]' => 'Aucun flux n\'a pu Ãªtre trouvÃ© en utilisant [_1]',
+	'An error occurred processing [_1]. Check <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">here</a> for more detail and please try again.' => 'Une erreur s\'est produite en traitant [_1]. VÃ©rifiez <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">ici</a> pour plus de dÃ©tails et essayez Ã  nouveau.',
+	'A widget named <strong>[_1]</strong> has been created.' => 'Un widget nommÃ© <strong>[_1]</strong> a Ã©tÃ© crÃ©Ã©.',
+	'You may now <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">edit &ldquo;[_1]&rdquo;</a> or include the widget in your blog using <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">WidgetManager</a> or the following MTInclude tag:' => 'Vous pouvez maintenant <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">modifier &ldquo;[_1]&rdquo;</a> ou inclure le widget dans votre blog en utilisant <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">WidgetManager</a> ou la balise MTInclude suivante :',
+	'You may now <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">edit &ldquo;[_1]&rdquo;</a> or include the widget in your blog using the following MTInclude tag:' => 'Vous pouvez maintenant <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">modifier &ldquo;[_1]&rdquo;</a> ou inclure le widget dans votre blog en utilisant la balise  MTInclude suivante :',
+	'Create Another' => 'En crÃ©er un autre',
+
+## plugins/feeds-app-lite/tmpl/start.tmpl
+	'You must enter a feed or site URL to proceed' => 'Vous devez saisir l\'URL d\'un flux ou d\'un site pour poursuivre',
+	'Create a widget from a feed' => 'CrÃ©er un widget Ã  partir d\'un flux',
+	'Feed or Site URL' => 'URL du site ou du flux',
+	'Enter the URL of a feed, or the URL of a site that has a feed.' => 'Saisissez l\'adresse d\'un flux ou l\'adresse d\'un site possÃ©dant un flux.',
+
+## plugins/feeds-app-lite/tmpl/select.tmpl
+	'Multiple feeds were found' => 'Plusieurs flux ont Ã©tÃ© trouvÃ©s',
+	'Select the feed you wish to use. <em>Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.</em>' => 'SÃ©lectionnez le flux que vous voulez utiliser. <em>Feeds.App Lite supporte les flux texte uniquement en RSS 1.0, 2.0 et Atom.</em>',
+	'URI' => 'URI',
+
+## plugins/feeds-app-lite/mt-feeds.pl
+	'Feeds.App Lite helps you republish feeds on your blogs. Want to do more with feeds in Movable Type?' => 'Feeds.App Lite vous permet de republier des flux sur vos blogs. Vous voulez en faire plus avec les flux de Movable Type?',
+	'Upgrade to Feeds.App' => 'Mise Ã  jour Feeds.App',
+	'Create a Feed Widget' => 'CrÃ©er un widget Ã  partir d\'un flux',
+
 );
 
-## New words: 91
+## New words: 193
 
 1;
Index: /branches/release-29/lib/MT/L10N/nl.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/nl.pm (revision 1247)
+++ /branches/release-29/lib/MT/L10N/nl.pm (revision 1308)
@@ -2,5 +2,5 @@
 # permission from www.sixapart.com.
 #
-# $Id:$
+# $Id$
 
 package MT::L10N::nl;
@@ -150,6 +150,6 @@
 
 ## default_templates/comment_detail.mtml
-	'[_1] [_2] said:' => '[_1] [_2] zei:',
-	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Permalink naar deze reactie">[_2]</a>',
+	'default userpic' => 'standaardfoto gebruiker',
+	'By [_1] on [_2]' => 'Door [_1] op [_2]',
 
 ## default_templates/comment_form.mtml
@@ -194,5 +194,4 @@
 
 ## default_templates/entry_metadata.mtml
-	'By [_1] on [_2]' => 'Door [_1] op [_2]',
 	'Permalink' => 'Permalink',
 	'Comments ([_1])' => 'Reacties ([_1])',
@@ -231,7 +230,6 @@
 	'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Hieronder ziet u links naar blogs die verwijzen naar het bericht: <a href="[_1]">[_2]</a>.',
 	'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'TrackBack URL voor dit bericht: <span id="trackbacks-link">[_1]</span>',
-	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> van [_3]',
+	'<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '<a href="[_1]">[_2]</a> van [_3] op <a href="[_4]">[_5]</a>',
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Meer lezen</a>',
-	'Tracked on <a href="[_1]">[_2]</a>' => 'Getracked op <a href="[_1]">[_2]</a>',
 
 ## default_templates/sidebar.mtml
@@ -683,4 +681,5 @@
 	'User' => 'Gebruiker',
 	'Invalid type' => 'Ongeldig type',
+	'Entries' => 'Berichten',
 	'New name of the tag must be specified.' => 'Nieuwe naam van de tag moet opgegeven worden',
 	'No such tag' => 'Onbekende tag',
@@ -697,4 +696,5 @@
 	'Blog Activity Feed' => 'Blogactiviteitsfeed',
 	'*User deleted*' => '*Gebruiker verwijderd*',
+	'<a href="[_1]">QuickPost to [_2]</a> - Drag this link to your browser\'s toolbar then click it when you are on a site you want to blog about.' => '<a href="[_1]">QuickPost op [_2]</a> - Sleep deze link naar de gereedschapsbalk van uw browser en klik er vervolgens op wanneer u op een site bent waar u over wenst te bloggen.',
 	'All Feedback' => 'Alle feedback',
 	'Publishing' => 'Publicatie',
@@ -711,5 +711,4 @@
 	'Load failed: [_1]' => 'Laden mislukt: [_1]',
 	'(no reason given)' => '(geen reden vermeld)',
-	'Entries' => 'Berichten',
 	'Pages' => 'Pagina\'s',
 	'(untitled)' => '(geen titel)',
@@ -988,5 +987,5 @@
 	'You can\'t reply to unapproved comment.' => 'U kunt niet antwoorden op een niet-gekeurde reactie.',
 	'You can\'t reply to unpublished comment.' => 'U kunt niet reageren op een niet gepubliceerde reactie.',
-	' (Backup from [_1])' => ' (Backup van [_1])', # Translate - New
+	' (Backup from [_1])' => ' (Backup van [_1])',
 	'Error creating new template: ' => 'Fout bij aanmaken nieuw sjabloon: ',
 	'Skipping template \'[_1]\' since it appears to be a custom template.' => 'Sjabloon \'[_1]\' wordt overgeslagen, omdat het blijkbaar een gepersonaliseerd sjabloon is.',
@@ -1233,5 +1232,5 @@
 	'Moving OpenID usernames to external_id fields...' => 'OpenID gebruikersnamen aan het verplaatsen naar external_id velden...',
 	'Assigning blog template set...' => 'Blog sjabloonset aan het toekennen...',
-	'Assigning blog page layout...' => 'Blog pagina layout aan het toekennen...', # Translate - New
+	'Assigning blog page layout...' => 'Blog pagina layout aan het toekennen...',
 
 ## lib/MT/Core.pm
@@ -1692,5 +1691,5 @@
 	'Plugin error: [_1] [_2]' => 'Plugin fout: [_1] [_2]',
 	'Loading template \'[_1]\' failed.' => 'Laden van sjabloon \'[_1]\' mislukt.',
-	'__PORTAL_URL__' => '', # Translate - New
+	'__PORTAL_URL__' => 'http://www.movabletype.org',
 	'http://www.movabletype.org/documentation/' => 'http://www.movabletype.org/documentation/',
 	'OpenID' => 'OpenID',
@@ -2089,6 +2088,6 @@
 	'View entry' => 'Bericht bekijken',
 	'View page' => 'Pagina bekijken',
-	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'Er werden geen berichten gevonden. Nu <a href="[_1]">een bericht aanmaken</a>.', # Translate - New
-	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'Er werden geen pagina\'s gevonden. Nu <a href="[_1]">een pagina aanmaken</a>.', # Translate - New
+	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'Er werden geen berichten gevonden. Nu <a href="[_1]">een bericht aanmaken</a>.',
+	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'Er werden geen pagina\'s gevonden. Nu <a href="[_1]">een pagina aanmaken</a>.',
 
 ## tmpl/cms/include/login_mt.tmpl
@@ -2315,4 +2314,6 @@
 	'Updates current templates while retaining any user-created or user-modified templates.' => 'Werkt huidige sjablonen bij behalve die door gebruiker(s) zijn aangemaakt of aangepast.',
 	'Apply a new template set' => 'Nieuwe sjabloonset toepassen',
+	'Deletes all existing templates and install the selected template set.' => 'Verwijdert alle bestaande sjablonen en installeert de geselecteerde set sjablonen.',
+	'Reset to factory defaults' => 'Terug naar fabrieksinstellingen',
 	'Deletes all existing templates and installs factory default template set.' => 'Verwijdert alle bestaande sjablonen en installeert de standaard sjabloonset uit de \'fabrieksinstellingen\'.',
 	'Make backups of existing templates first' => 'Eerst backups nemen van bestaande sjablonen',
@@ -2576,6 +2577,6 @@
 ## tmpl/cms/list_blog.tmpl
 	'You have successfully deleted the blogs from the Movable Type system.' => 'U heeft met succes de blogs verwijderd uit het Movable Type systeem.',
+	'You have successfully refreshed your templates.' => 'U heeft met succes uw sjablonen ververst.',
 	'Create Blog' => 'Blog aanmaken',
-	'Are you sure you want to delete this blog?' => 'Bent u zeker dat u deze weblog wenst te verwijderen?',
 
 ## tmpl/cms/edit_template.tmpl
@@ -2790,5 +2791,5 @@
 	'Preview this page (v)' => 'Voorbeeld pagina bekijken (v)',
 	'Delete this page (x)' => 'Pagina verwijderen (x)',
-	'View Page' => 'Pagina bekijken', # Translate - Case
+	'View Page' => 'Pagina bekijken',
 	'Add category' => 'Categorie toevoegen',
 	'Add category name' => 'Categorienaam toevoegen',
@@ -2798,8 +2799,8 @@
 	'Delete this entry (x)' => 'Bericht verwijderen (x)',
 	'View Entry' => 'Bericht bekijken',
-	'A saved version of this entry was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Een veiligheidskopie van dit bericht werd automatisch opgeslagen [_2]. <a href="[_1]">Automatisch opgeslagen inhoud terughalen</a>', # Translate - New
-	'A saved version of this page was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Een veiligheidskopie van deze pagina werd automatisch opgeslagen [_2]. <a href="[_1]">Automatisch opgeslagen inhoud terughalen</a>', # Translate - New
-	'This entry has been saved.' => 'Dit bericht werd opgeslagen', # Translate - New
-	'This page has been saved.' => 'Deze pagina werd opgeslagen', # Translate - New
+	'A saved version of this entry was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Een veiligheidskopie van dit bericht werd automatisch opgeslagen [_2]. <a href="[_1]">Automatisch opgeslagen inhoud terughalen</a>',
+	'A saved version of this page was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Een veiligheidskopie van deze pagina werd automatisch opgeslagen [_2]. <a href="[_1]">Automatisch opgeslagen inhoud terughalen</a>',
+	'This entry has been saved.' => 'Dit bericht werd opgeslagen',
+	'This page has been saved.' => 'Deze pagina werd opgeslagen',
 	'One or more errors occurred when sending update pings or TrackBacks.' => 'EÃ©n of meer problemen deden zich voor bij het versturen van update pings of TrackBacks.',
 	'_USAGE_VIEW_LOG' => 'Controleer het <a href=\"[_1]\">Activiteitenlog</a> op deze fout.',
@@ -2807,21 +2808,21 @@
 	'Your changes to the comment have been saved.' => 'Uw wijzigingen aan de reactie zijn opgeslagen.',
 	'Your notification has been sent.' => 'Uw notificatie is verzonden.',
-	'You have successfully recovered your saved entry.' => 'Veiligheidskopie van opgeslagen bericht met succes teruggehaald.', # Translate - New
-	'You have successfully recovered your saved page.' => 'Veiligheidskopie van opgeslagen pagina met succes teruggehaald.', # Translate - New
-	'An error occurred while trying to recover your saved entry.' => 'Er deed zich een fout voor bij het terughalen van uw opgeslagen bericht.', # Translate - New
-	'An error occurred while trying to recover your saved page.' => 'Er deed zich een fout voor bij het terughalen van uw opgeslagen pagina.', # Translate - New
+	'You have successfully recovered your saved entry.' => 'Veiligheidskopie van opgeslagen bericht met succes teruggehaald.',
+	'You have successfully recovered your saved page.' => 'Veiligheidskopie van opgeslagen pagina met succes teruggehaald.',
+	'An error occurred while trying to recover your saved entry.' => 'Er deed zich een fout voor bij het terughalen van uw opgeslagen bericht.',
+	'An error occurred while trying to recover your saved page.' => 'Er deed zich een fout voor bij het terughalen van uw opgeslagen pagina.',
 	'You have successfully deleted the checked comment(s).' => 'Verwijdering van de geselecteerde reactie(s) is geslaagd.',
 	'You have successfully deleted the checked TrackBack(s).' => 'U heeft de geselecteerde TrackBack(s) met succes verwijderd.',
-	'Change Folder' => 'Map wijzigen', # Translate - New
-	'Stats' => 'Statistieken', # Translate - New
-	'Share' => 'Delen', # Translate - New
-	'<a href="[_2]">[quant,_1,comment,comments]</a>' => '<a href="[_2]">[quant,_1,reactie,reacties]</a>', # Translate - New
-	'<a href="[_2]">[quant,_1,trackback,trackbacks]</a>' => '<a href="[_2]">[quant,_1,trackback,trackbacks]</a>', # Translate - New
+	'Change Folder' => 'Map wijzigen',
+	'Stats' => 'Statistieken',
+	'Share' => 'Delen',
+	'<a href="[_2]">[quant,_1,comment,comments]</a>' => '<a href="[_2]">[quant,_1,reactie,reacties]</a>',
+	'<a href="[_2]">[quant,_1,trackback,trackbacks]</a>' => '<a href="[_2]">[quant,_1,trackback,trackbacks]</a>',
 	'Unpublished' => 'Ongepubliceerd',
-	'You must configure this blog before you can publish this entry.' => 'U moet deze weblog configureren voor u dit bericht kunt publiceren.', # Translate - New
-	'You must configure this blog before you can publish this page.' => 'U moet deze weblog configureren voor u deze pagina kunt publiceren.', # Translate - New
-	'[_1] - Created by [_2]' => '[_1] - aangemaakt door [_2]', # Translate - New
-	'[_1] - Published by [_2]' => '[_1] - gepubliceerd door [_2]', # Translate - New
-	'[_1] - Edited by [_2]' => '[_1] - bewerkt door [_2]', # Translate - New
+	'You must configure this blog before you can publish this entry.' => 'U moet deze weblog configureren voor u dit bericht kunt publiceren.',
+	'You must configure this blog before you can publish this page.' => 'U moet deze weblog configureren voor u deze pagina kunt publiceren.',
+	'[_1] - Created by [_2]' => '[_1] - aangemaakt door [_2]',
+	'[_1] - Published by [_2]' => '[_1] - gepubliceerd door [_2]',
+	'[_1] - Edited by [_2]' => '[_1] - bewerkt door [_2]',
 	'Publish On' => 'Publiceren op',
 	'Publish Date' => 'Datum publicatie',
@@ -2835,6 +2836,6 @@
 	'Outbound TrackBack URLs' => 'Uitgaande TrackBack URLs',
 	'View Previously Sent TrackBacks' => 'Eerder verzonden TrackBacks bekijken',
-	'You have unsaved changes to this entry that will be lost.' => 'U heeft niet opgeslagen wijzigingen aan dit bericht die verloren zullen gaan.', # Translate - New
-	'You have unsaved changes to this page that will be lost.' => 'U heeft niet opgeslagen wijzigingen aan deze pagina die verloren zullen gaan.', # Translate - New
+	'You have unsaved changes to this entry that will be lost.' => 'U heeft niet opgeslagen wijzigingen aan dit bericht die verloren zullen gaan.',
+	'You have unsaved changes to this page that will be lost.' => 'U heeft niet opgeslagen wijzigingen aan deze pagina die verloren zullen gaan.',
 	'Enter the link address:' => 'Vul het adres van de link in:',
 	'Enter the text to link to:' => 'Vul de tekst van de link in:',
@@ -2855,5 +2856,4 @@
 	'(space-delimited list)' => '(lijst gescheiden met spaties)',
 	'(delimited by \'[_1]\')' => '(gescheiden door \'[_1]\')',
-	'<a href="<mt:var name="quickpost_js" escape="html">' => '<a href="<mt:var name="quickpost_js" escape="html">', # Translate - New
 	'None selected' => 'Geen geselecteerd',
 
@@ -2930,5 +2930,5 @@
 
 ## tmpl/cms/refresh_results.tmpl
-	'Template Refresh' => 'Sjabloonverversing', # Translate - New
+	'Template Refresh' => 'Sjabloonverversing',
 	'No templates were selected to process.' => 'Er werden geen sjablonen geselecteerd om te bewerken.',
 	'Return to templates' => 'Terugkeren naar sjablonen',
@@ -2953,5 +2953,5 @@
 	'Your folder changes have been made.' => 'De wijzigingen aan de map zijn uitgevoerd.',
 	'You must specify a label for the folder.' => 'U moet een naam opgeven voor de map',
-	'Save changes to this folder (s)' => 'Wijzigingen aan deze map opslaan (s)', # Translate - New
+	'Save changes to this folder (s)' => 'Wijzigingen aan deze map opslaan (s)',
 
 ## tmpl/cms/list_notification.tmpl
@@ -2993,5 +2993,5 @@
 	'Trackback URLs' => 'TrackBack URL\'s',
 	'Enter the URL(s) of the websites that you would like to send a TrackBack to each time you create an entry in this category. (Separate URLs with a carriage return.)' => 'Vul de URL(s) in van de websites waar u een TrackBack naartoe wenst te sturen elke keer u een bericht aanmaakt in deze categorie.  (Splits URL\'s van elkaar met een carriage return.)',
-	'Save changes to this category (s)' => 'Wijzigingen aan deze categorie opslaan (s)', # Translate - New
+	'Save changes to this category (s)' => 'Wijzigingen aan deze categorie opslaan (s)',
 
 ## tmpl/cms/list_banlist.tmpl
@@ -3013,5 +3013,5 @@
 	'The selected TrackBack(s) has been deleted from the database.' => 'De geselecteerde TrackBack(s) zijn uit de database verwijderd.',
 	'No TrackBacks appeared to be spam.' => 'Geen enkele TrackBack leek spam te zijn.',
-	'Show only [_1] where' => 'Enkel [_1] tonen waar', # Translate - New
+	'Show only [_1] where' => 'Enkel [_1] tonen waar',
 	'approved' => 'goedgekeurd',
 	'unapproved' => 'niet goedgekeurd',
@@ -3068,8 +3068,7 @@
 	'Blog Templates' => 'Blogsjablonen',
 	'Blog Publishing Settings' => 'Blogpublicatie-instellingen',
-	'All Templates' => 'Alle sjablonen', # Translate - New
+	'All Templates' => 'Alle sjablonen',
 	'You have successfully deleted the checked template(s).' => 'Verwijdering van geselecteerde sjabloon/sjablonen is geslaagd.',
-	'You have successfully refreshed your templates.' => 'U heeft met succes uw sjablonen ververst.', # Translate - New
-	'Your templates have been published.' => 'Uw sjablonen werden gepubliceerd.', # Translate - New
+	'Your templates have been published.' => 'Uw sjablonen werden gepubliceerd.',
 	'Create Archive Template:' => 'Archiefsjabloon aanmaken:',
 	'Create [_1] template' => 'Nieuw [_1] sjabloon aanmaken',
@@ -3086,5 +3085,5 @@
 	'Rename' => 'Naam wijzigen',
 	'Show all [_1] with this tag' => 'Alle [_1] tonen met deze tag',
-	'[quant,_1,_2,_3]' => '[quant,_1,_2,_3]', # Translate - New
+	'[quant,_1,_2,_3]' => '[quant,_1,_2,_3]',
 	'[quant,_1,entry,entries]' => '[quant,_1,bericht,berichten]',
 	'The tag \'[_2]\' already exists. Are you sure you want to merge \'[_1]\' with \'[_2]\' across all blogs?' => 'De tag \'[_2]\' bestaat al.  Zeker dat u \'[_1]\' en \'[_2]\' wenst samen te voegen over alle blogs?',
@@ -3136,5 +3135,5 @@
 	'Your Web services password is currently' => 'Uw huidig webservices wachtwoord is',
 	'_WARNING_PASSWORD_RESET_SINGLE' => 'U staat op het punt het wachtwoord voor \"[_1]\" opnieuw in te stellen.  Een nieuw wachtwoord zal willekeurig worden aangemaakt en zal rechtstreeks naar het e-mail adres van deze gebruiker ([_2]) worden gestuurd.\n\nWenst u verder te gaan?',
-	'Error occurred while removing userpic.' => 'Er deed zich een fout voor bij het verwijderen van de gebruikersafbeelding', # Translate - New
+	'Error occurred while removing userpic.' => 'Er deed zich een fout voor bij het verwijderen van de gebruikersafbeelding',
 	'Status of user in the system. Disabling a user removes their access to the system but preserves their content and history.' => 'Status van de gebruiker in het systeem.  Een gebruiker uitschakelen ontzegt hem/haar toegang tot het systeem maar bewaart content en geschiedenis.',
 	'_USER_PENDING' => 'Te keuren',
@@ -3170,6 +3169,6 @@
 	'Options' => 'Opties',
 	'Create personal blog for user' => 'Persoonlijke blog aanmaken voor gebruiker',
-	'Create User (s)' => 'Gebruiker aanmaken (s)', # Translate - New
-	'Save changes to this author (s)' => 'Wijzigingen aan deze auteur opslaan (s)', # Translate - New
+	'Create User (s)' => 'Gebruiker aanmaken (s)',
+	'Save changes to this author (s)' => 'Wijzigingen aan deze auteur opslaan (s)',
 	'_USAGE_PASSWORD_RESET' => 'Hieronder kunt u een nieuw wachtwoord laten instellen voor deze gebruiker.  Als u ervoor kiest om dit te doen, zal een willekeurig gegenereerd wachtwoord worden aangemaakt en rechtstreeks naar volgend e-mail adres worden verstuurd: [_1].',
 	'Initiate Password Recovery' => 'Procedure starten om wachtwoord terug te halen',
@@ -3177,6 +3176,6 @@
 ## tmpl/cms/edit_comment.tmpl
 	'The comment has been approved.' => 'De reactie is goedgekeurd.',
-	'Save changes to this comment (s)' => 'Wijzigingen aan deze reactie opslaan (s)', # Translate - New
-	'Delete this comment (x)' => 'Deze reactie verwijderen (x)', # Translate - New
+	'Save changes to this comment (s)' => 'Wijzigingen aan deze reactie opslaan (s)',
+	'Delete this comment (x)' => 'Deze reactie verwijderen (x)',
 	'Previous Comment' => 'Vorige reactie',
 	'Next Comment' => 'Volgende reactie',
@@ -3220,5 +3219,5 @@
 ## tmpl/cms/list_asset.tmpl
 	'You have successfully deleted the asset(s).' => 'U heeft met suuces de mediabestand(en) verwijderd.',
-	'Show only assets where' => 'Enkel mediabestanden tonen waar', # Translate - New
+	'Show only assets where' => 'Enkel mediabestanden tonen waar',
 	'type' => 'type',
 
@@ -3226,5 +3225,5 @@
 	'You must select a blog to import.' => 'U moet een blog selecteren om te importeren.',
 	'Transfer weblog entries into Movable Type from other Movable Type installations or even other blogging tools or export your entries to create a backup or copy.' => 'Importeer weblogberichten in Movable Type uit andere Movable Type installaties of zelfs andere blogsystemen, of exporteer uw berichten om een backup of kopie te maken.',
-	'Blog to Import' => 'Blog om in te importeren',
+	'Import data into' => 'Importeer data naar',
 	'Select a blog to import.' => 'Kies een blog om te importeren',
 	'Importing from' => 'Aan het importeren uit',
@@ -3333,16 +3332,16 @@
 
 ## tmpl/cms/edit_asset.tmpl
-	'Edit Asset' => 'Mediabestand bewerken', # Translate - New
-	'Your asset changes have been made.' => 'De wijzigingen aan uw mediabestanden zijn aangebracht.', # Translate - New
-	'[_1] - Modified by [_2]' => '[_1] - aangepast door [_2]', # Translate - New
-	'Appears in...' => 'Komt voor in...', # Translate - New
-	'Published on [_1]' => 'Gepubliceerd op [_1]', # Translate - New
-	'Show all entries' => 'Alle berichten tonen', # Translate - New
-	'Show all pages' => 'Alle pagina\'s tonen', # Translate - New
-	'This asset has not been used.' => 'Dit mediabestand wordt nergens gebruikt.', # Translate - New
-	'Related Assets' => 'Gerelateerde mediabestanden', # Translate - New
-	'You must specify a label for the asset.' => 'U moet een label opgeven voor dit mediabestand.', # Translate - New
-	'Embed Asset' => 'Mediabestand inbedden', # Translate - New
-	'Save changes to this asset (s)' => 'Wijzigingen aan dit mediabestand opslaan (s)', # Translate - New
+	'Edit Asset' => 'Mediabestand bewerken',
+	'Your asset changes have been made.' => 'De wijzigingen aan uw mediabestanden zijn aangebracht.',
+	'[_1] - Modified by [_2]' => '[_1] - aangepast door [_2]',
+	'Appears in...' => 'Komt voor in...',
+	'Published on [_1]' => 'Gepubliceerd op [_1]',
+	'Show all entries' => 'Alle berichten tonen',
+	'Show all pages' => 'Alle pagina\'s tonen',
+	'This asset has not been used.' => 'Dit mediabestand wordt nergens gebruikt.',
+	'Related Assets' => 'Gerelateerde mediabestanden',
+	'You must specify a label for the asset.' => 'U moet een label opgeven voor dit mediabestand.',
+	'Embed Asset' => 'Mediabestand inbedden',
+	'Save changes to this asset (s)' => 'Wijzigingen aan dit mediabestand opslaan (s)',
 
 ## tmpl/cms/upgrade.tmpl
@@ -3367,9 +3366,9 @@
 	'You can not have spaces in your Local Site Path.' => 'Er mogen geen spaties in het locale pad van uw site.',
 	'Your Local Site Path is not valid.' => 'Het lokale pad van uw site is niet geldig.',
-	'Blog Details' => 'Blog details', # Translate - New
+	'Blog Details' => 'Blog details',
 	'Name your blog. The blog name can be changed at any time.' => 'Geef uw blog een naam.  De blognaam kan op elk moment aangepast worden.',
 	'Enter the URL of your public website. Do not include a filename (i.e. exclude index.html). Example: http://www.example.com/weblog/' => 'Vul de URL in van uw publieke website.  Laat de bestandsnaam weg (m.a.w. laat index.html weg).  Voorbeeld: http://www.voorbeeld.com/blog/',
 	'Enter the path where your main index file will be located. An absolute path (starting with \'/\') is preferred, but you can also use a path relative to the Movable Type directory. Example: /home/melody/public_html/weblog' => 'Vul het pad in waar uw hoofdindexbestand zich zal bevingen.  Een absoluut pad (dat begint met \'/\') verdient de voorkeur, maar u kunt ook een pad gebruiken relatief aan de Movable Type map.  Voorbeeld: /home/melody/public_html/weblog',
-	'Create Blog (s)' => 'Blog aanmaken (s)', # Translate - New
+	'Create Blog (s)' => 'Blog aanmaken (s)',
 
 ## tmpl/cms/pinging.tmpl
@@ -3394,35 +3393,35 @@
 	'Re-Edit this [_1] (e)' => '[_1] opnieuw bewerken (e)',
 	'Save this [_1]' => '[_1] bewaren',
-	'Save this [_1] (s)' => 'Deze [_1] opslaan (s)', # Translate - New
+	'Save this [_1] (s)' => 'Deze [_1] opslaan (s)',
 	'Cancel (c)' => 'Annuleer (c)',
 
 ## tmpl/cms/list_folder.tmpl
-	'Manage Folders' => 'Mappen beheren', # Translate - New
-	'Your folder changes and additions have been made.' => 'De wijzigingen en toevoegingen aan uw mappen zijn aangebracht.', # Translate - New
-	'You have successfully deleted the selected folder.' => 'De geselecteerde map werden met succes verwijderd.', # Translate - New
-	'Delete selected folders (x)' => 'Geselecteerde mappen verwijderen (x)', # Translate - New
-	'Create top level folder' => 'Nieuwe map op topniveau aanmaken', # Translate - New
+	'Manage Folders' => 'Mappen beheren',
+	'Your folder changes and additions have been made.' => 'De wijzigingen en toevoegingen aan uw mappen zijn aangebracht.',
+	'You have successfully deleted the selected folder.' => 'De geselecteerde map werden met succes verwijderd.',
+	'Delete selected folders (x)' => 'Geselecteerde mappen verwijderen (x)',
+	'Create top level folder' => 'Nieuwe map op topniveau aanmaken',
 	'New Parent [_1]' => 'Nieuwe ouder-[_1]',
-	'Create Folder' => 'Map aanmaken', # Translate - New
+	'Create Folder' => 'Map aanmaken',
 	'Top Level' => 'Topniveau',
-	'Create Subfolder' => 'Submap aanmaken', # Translate - New
-	'Move Folder' => 'Map verplaatsen', # Translate - New
+	'Create Subfolder' => 'Submap aanmaken',
+	'Move Folder' => 'Map verplaatsen',
 	'Move' => 'Verplaatsen',
 	'[quant,_1,page,pages]' => '[quant,_1,pagina,pagina\'s]',
-	'No folders could be found.' => 'Er werden geen mappen gevonden.', # Translate - New
+	'No folders could be found.' => 'Er werden geen mappen gevonden.',
 
 ## tmpl/cms/list_association.tmpl
 	'permission' => 'permissie',
 	'permissions' => 'permissies',
-	'Remove selected permissions (x)' => 'Geselecteerde permissies verwijderen (x)', # Translate - New
+	'Remove selected permissions (x)' => 'Geselecteerde permissies verwijderen (x)',
 	'Revoke Permission' => 'Permissie intrekken',
 	'[_1] <em>[_2]</em> is currently disabled.' => '[_1] <em>[_2]</em> is momenteel uitgeschakeld.',
 	'Grant Permission' => 'Permissie toekennen',
-	'You can not create permissions for disabled users.' => 'U kunt geen permissies aanmaken voor non-actieve gebruikers.', # Translate - New
+	'You can not create permissions for disabled users.' => 'U kunt geen permissies aanmaken voor non-actieve gebruikers.',
 	'Assign Role to User' => 'Ken rol toe aan gebruiker',
 	'Grant permission to a user' => 'Ken permissie toe aan gebruiker',
 	'You have successfully revoked the given permission(s).' => 'De gekozen permissie(s) zijn met succes ingetrokken.',
 	'You have successfully granted the given permission(s).' => 'De gekozen permissie(s) zijn met succes toegekend.',
-	'No permissions could be found.' => 'Er werden geen permissies gevonden.', # Translate - New
+	'No permissions could be found.' => 'Er werden geen permissies gevonden.',
 
 ## tmpl/cms/login.tmpl
@@ -3434,15 +3433,16 @@
 
 ## tmpl/cms/list_category.tmpl
-	'Your category changes and additions have been made.' => 'Uw wijzigingen en toevoegingen aan de categorieÃ«n zijn uitgevoerd.', # Translate - New
-	'You have successfully deleted the selected category.' => 'De geselecteerde categorie werd met succes verwijderd.', # Translate - New
+	'Your category changes and additions have been made.' => 'Uw wijzigingen en toevoegingen aan de categorieÃ«n zijn uitgevoerd.',
+	'You have successfully deleted the selected category.' => 'De geselecteerde categorie werd met succes verwijderd.',
 	'categories' => 'categorieÃ«n',
-	'Delete selected category (x)' => 'Geselecteerde categorie verwijderen (x)', # Translate - New
-	'Create top level category' => 'Hoofdcategorie aanmaken', # Translate - New
-	'Create Category' => 'Categorie aanmaken', # Translate - New
+	'Delete selected category (x)' => 'Geselecteerde categorie verwijderen (x)',
+	'Create top level category' => 'Hoofdcategorie aanmaken',
+	'Create Category' => 'Categorie aanmaken',
 	'Collapse' => 'Inklappen',
 	'Expand' => 'Uitklappen',
-	'Move Category' => 'Categorie verplaatsen', # Translate - New
+	'Create Subcategory' => 'Subcategorie aanmaken',
+	'Move Category' => 'Categorie verplaatsen',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,TrackBack,TrackBacks]',
-	'No categories could be found.' => 'Er werden categorieÃ«n gevonden.', # Translate - New
+	'No categories could be found.' => 'Er werden categorieÃ«n gevonden.',
 
 ## tmpl/cms/cfg_entry.tmpl
@@ -3590,12 +3590,12 @@
 
 ## tmpl/cms/preview_strip.tmpl
-	'Save this entry' => 'Dit bericht opslaan', # Translate - New
-	'Re-Edit this entry' => 'Dit bericht opnieuw bewerken', # Translate - New
-	'Re-Edit this entry (e)' => 'Dit bericht opnieuw bewerken (e)', # Translate - New
-	'Save this page' => 'Deze pagina opslaan', # Translate - New
-	'Re-Edit this page' => 'Deze pagina opnieuw bewerken', # Translate - New
-	'Re-Edit this page (e)' => 'Deze pagina opnieuw bewerken (e)', # Translate - New
-	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'U bekijkt een voorbeeld van het bericht met de titel &ldquo;[_1]&rdquo;', # Translate - New
-	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'U bekijkt een voorbeeld van de pagina met de titel &ldquo;[_1]&rdquo;', # Translate - New
+	'Save this entry' => 'Dit bericht opslaan',
+	'Re-Edit this entry' => 'Dit bericht opnieuw bewerken',
+	'Re-Edit this entry (e)' => 'Dit bericht opnieuw bewerken (e)',
+	'Save this page' => 'Deze pagina opslaan',
+	'Re-Edit this page' => 'Deze pagina opnieuw bewerken',
+	'Re-Edit this page (e)' => 'Deze pagina opnieuw bewerken (e)',
+	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'U bekijkt een voorbeeld van het bericht met de titel &ldquo;[_1]&rdquo;',
+	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'U bekijkt een voorbeeld van de pagina met de titel &ldquo;[_1]&rdquo;',
 
 ## tmpl/cms/edit_ping.tmpl
@@ -3603,6 +3603,6 @@
 	'The TrackBack has been approved.' => 'De TrackBack is goedgekeurd.',
 	'List &amp; Edit TrackBacks' => 'TrackBacks tonen &amp; bewerken',
-	'Save changes to this TrackBack (s)' => 'Wijzigingen aan deze TrackBack opslaan (s)', # Translate - New
-	'Delete this TrackBack (x)' => 'Deze TrackBack verwijderen (x)', # Translate - New
+	'Save changes to this TrackBack (s)' => 'Wijzigingen aan deze TrackBack opslaan (s)',
+	'Delete this TrackBack (x)' => 'Deze TrackBack verwijderen (x)',
 	'Update the status of this TrackBack' => 'Status van deze TrackBack bijwerken',
 	'Junk' => 'Spam',
@@ -3695,334 +3695,34 @@
 	'_ERROR_CGI_PATH' => 'Uw CGIPath configuratieinstelling is ofwel ongeldig ofwel ontbreekt ze in uw Movable Type configuratiebestand. Bekijk het deel <a href=\"#\">Installation and Configuration</a> van de Movable Type handleiding voor meer informatie.',
 
-## addons/Community.pack/lib/MT/App/Community.pm
-	'No login form template defined' => 'Geen sjabloon gedefiniÃ«erd voor het aanmeldformulier',
-	'Before you can sign in, you must authenticate your email address. <a href="[_1]">Click here</a> to resend the verification email.' => 'Voor u kunt aanmelden, moet u eerst uw e-mail adres bevestigen. <a href="[_1]">Klik hier</a> om de verificatiemail opnieuw te versturen.',
-	'Your confirmation have expired. Please register again.' => 'Uw bevestiging is verlopen.  Gelieve opnieuw te registeren.',
-	'User \'[_1]\' (ID:[_2]) has been successfully registered.' => 'Gebruiker \'[_1]\' (ID:[_2]) werd met succes geregistreerd.',
-	'Thanks for the confirmation.  Please sign in.' => 'Bedankt voor de bevestiging.  Gelieve u aan te melden.',
-	'Login required' => 'Aanmelden vereist',
-	'System template entry_response not found in blog: [_1]' => 'Systeemsjabloon entry_response niet gevonden voor blog: [_1]',
-	'Posting a new entry failed.' => 'Publiceren van nieuw bericht mislukt',
-	'New entry \'[_1]\' added to the blog \'[_2]\'' => 'Nieuw bericht \'[_1]\' toegevoegd aan de blog \'[_2]\'',
-	'Id or Username is required' => 'ID of gebruikersnaam is verplicht',
-	'Unknown user' => 'Onbekende gebruiker',
-	'Cannot edit profile.' => 'Kan profiel niet bewerken.',
-	'Recent Entries from [_1]' => 'Recente berichten van [_1]',
-	'Responses to Comments from [_1]' => 'Antwoorden op reacties van [_1]',
-
-## addons/Community.pack/lib/MT/Community/Tags.pm
-	'You used an \'[_1]\' tag outside of the block of MTIfEntryRecommended; perhaps you mistakenly placed it outside of an \'MTIfEntryRecommended\' container?' => 'U gebruikte een \'[_1]\' tag buiten een MTIfEntryRecommended blok; misschien heeft u die daar per ongeluk geplaatst?',
-	'Click here to recommend' => 'Klik hier om aan te raden',
-
-## addons/Community.pack/lib/MT/Community/CMS.pm
-	'Welcome to the Movable Type Community Solution' => 'Welkom op de Movable Type Community Solution',
-	'The Community Solution gives you to the tools to build a successful community with active, engaged conversations. Some key features to explore:' => 'De Community Solution geeft u de middelen in handen om een succesvolle gemeenschap uit te bouwen met actieve, geÃ«ngageerde conversaties.  Hieronder staan de belangrijkste mogelijkheden opgesomd:',
-	'Member Profiles' => 'Profielen voor leden',
-	'Allow registered members of your community to create and customize profiles, including user pictures' => 'Geef geregistreerde leden van uw community de kans om profielen aan te maken en aan te passen, met o.a. hun foto',
-	'Favoriting, Recommendations and User Voting' => 'Favorieten, aanbevelingen en peilingen bij gebruikers ',
-	'Your community can vote for its favorite content, making it easy for your readers and authors to see what\'s most popular' => 'Uw community kan stemmen voor hun favoriete inhoud, waardoor het makkelijk wordt voor uw leden en auteurs om te zien wat er populair is',
-	'User-Contributed Content' => 'Inhoud aangeleverd door gebruikers',
-	'Registered users can submit content to your site, and administrators have full control over what gets published' => 'Geregistreerde leden kunnen inhoud insturen voor uw site en administratoren hebben de volledige controle over wat er wordt gepubliceerd',
-	'Forums and Community Blogs' => 'Forums en gemeenschapsblogs',
-	'Add forums and group blogs to your site with just a few clicks' => 'Voeg forums en groepsblogs toe aan uw site in een paar klikken',
-	'Completely Customizable Design' => 'Volledig aanpasbaar design',
-	'Every element of your site experience is customizable, including login screens, registration forms, profile editing, and even email messages' => 'Elk element van uw site is aanpasbaar, inclusief aanmeldschermen, registratieformulieren, de profielbewerkingspagina en zelfs e-mail boodschappen.',
-
-## addons/Community.pack/php/function.mtentryrecommendvotelink.php
-
-## addons/Community.pack/tmpl/widget/blog_stats_registration.mtml
-	'Registrations' => 'Registraties',
-	'Recent Registrations' => 'Recent geregistreerd',
-	'default userpic' => 'standaardfoto gebruiker',
-	'You have [quant,_1,registration,registrations] from [_2]' => 'U heeft [quant,_1,registratie,registraties] van [_2]', # Translate - New
-
-## addons/Community.pack/tmpl/widget/most_popular_entries.mtml
-	'Most Popular Entries' => 'Populairste berichten',
-	'There are no popular entries.' => 'Er zijn geen populaire berichten.',
-
-## addons/Community.pack/tmpl/widget/recent_submissions.mtml
-	'Recent Submissions' => 'Recente inzendingen',
-
-## addons/Community.pack/tmpl/widget/recent_favorites.mtml
-	'Recent Favorites' => 'Recente favorieten',
-	'There are no recently favorited entries.' => 'Er zijn geen recente favoriete berichten.',
-
-## addons/Community.pack/tmpl/cfg_community_prefs.tmpl
-	'Community Settings' => 'Community instellingen',
-	'Anonymous Recommendation' => 'Anonieme aanbevelingen',
-	'Check to allow anonymous users (users not logged in) to recommend discussion.  IP address is recorded and used to identify each user.' => 'Kruis dit vakje aan om anonieme gebruikers (gebruikers die niet zijn aangemeld) toe te laten discussies aan te raden.  Het IP adres van de gebruiker wordt gebruikt om gebruikers uit elkaar te houden.',
-	'Allow anonymous user to recommend' => 'Anonieme gebruikers toelaten aanbevelingen te doen',
-	'Save changes to blog (s)' => 'Wijzigingen aan blog opslaan (s)', # Translate - New
-
-## addons/Community.pack/templates/global/register_form.mtml
-	'Sign up' => 'Registreer',
-	'Simple Header' => 'Eenvoudige hoofding',
-
-## addons/Community.pack/templates/global/simple_footer.mtml
-
-## addons/Community.pack/templates/global/profile_error.mtml
-	'Profile Error' => 'Profielfout',
-	'Status Message' => 'Statusboodschap',
-
-## addons/Community.pack/templates/global/profile_feed_rss.mtml
-
-## addons/Community.pack/templates/global/userpic.mtml
-
-## addons/Community.pack/templates/global/new_entry_email.mtml
-	'A new entry \'[_1]([_2])\' has been posted on your blog [_3].' => 'Een nieuw bericht  \'[_1]([_2])\' werd gepubliceerd op uw blog [_3].',
-	'Author name: [_1]' => 'Auteursnaam: [_1]',
-	'Author nickname: [_1]' => 'Bijnaam auteur: [_1]',
-	'Title: [_1]' => 'Titel: [_1]',
-	'Edit entry:' => 'Bewerk bericht:',
-
-## addons/Community.pack/templates/global/password_reset_form.mtml
-	'Reset Password' => 'Wachtwoord opnieuw instellen',
-	'Back to the original page' => 'Terug naar de oorspronkelijke pagina',
-	'Simple Footer' => 'Eenvoudige voettekst',
-
-## addons/Community.pack/templates/global/profile_edit_form.mtml
-	'Go <a href="[_1]">back to the previous page</a> or <a href="[_2]">view your profile</a>.' => 'Ga <a href="[_1]">terug naar de vorige pagina</a> of <a href="[_2]">bekijk uw profiel</a>.',
-	'Form Field' => 'Veld in formulier',
-	'User Name' => 'Naam gebruiker',
-	'Upload New Userpic' => 'Nieuwe gebruikersafbeelding uploaden',
-
-## addons/Community.pack/templates/global/header.mtml
-	'Blog Description' => 'Blogbeschrijving',
-	'GlobalJavaScript' => 'GlobaalJavaScript',
-	'Navigation' => 'Navigatie',
-	'User Navigation' => 'Gebruikersnavigatie',
-
-## addons/Community.pack/templates/global/profile_view.mtml
-	'User Profile' => 'Gebruikersprofiel',
-	'Website:' => 'Website:',
-	'Recent Comments' => 'Recente reacties',
-	'Responses to Comments' => 'Antwoorden op reacties',
-	'Favorites' => 'Favorieten',
-	'No recent entries.' => 'Geen recente berichten',
-	'Recents Comments from [_1]' => 'Recente reacties van [_1]',
-	'(posted to [_1])' => '(gepubliceerd op [_1])',
-	'No recent comments.' => 'Geen recente reacties.',
-	'No responses to comments.' => 'Geen antwoorden op reacties.',
-	'Favorites of [_1]' => 'Favorieten van [_1]',
-	'[_1] has not added any favorites yet.' => '[_1] heeft nog geen favorieten toegevoegd.',
-
-## addons/Community.pack/templates/global/login_form.mtml
-
-## addons/Community.pack/templates/global/register_confirmation.mtml
-	'Authentication Email Sent' => 'Authenticatiemail verzonden',
-	'Profile Created' => 'Profiel aangemaakt',
-	'<a href="[_1]">Return to the original page.</a>' => '<a href="[_1]">Terugkeren naar de oorspronkelijke pagina.</a>',
-
-## addons/Community.pack/templates/global/user_navigation.mtml
-	'Logged in as <a href="[_1]">[_2]</a>' => 'Aangemeld als <a href="[_1]">[_2]</a>',
-	'Sign out' => 'Afmelden',
-	'Not a member? <a href="[_1]">Register</a>' => 'Nog geen lid? <a href="[_1]">Registreer nu</a>',
-
-## addons/Community.pack/templates/global/footer.mtml
-
-## addons/Community.pack/templates/global/navigation.mtml
-	'Home' => 'Hoofdpagina',
-
-## addons/Community.pack/templates/global/login_form_module.mtml
-	'Hello [_1]' => 'Hallo [_1]',
-	'Forgot Password' => 'Wachtwoord vergeten',
-
-## addons/Community.pack/templates/global/email_verification_email.mtml
-	'Thank you registering for an account to [_1].' => 'Bedankt om een account te registreren op [_1]',
-	'For your own security and to prevent fraud, we ask that you please confirm your account and email address before continuing. Once confirmed you will immediately be allowed to sign in to [_1].' => 'Voor uw eigen veiligheid en om fraude te voorkomen, vragen we om uw account en e-mail adres te bevestigen vooraleer verder te gaan.  Zodra u bevestigd heeft, kunt u onmiddellijk aanmelden bij [_1].',
-	'If you did not make this request, or you don\'t want to register for an account to [_1], then no further action is required.' => 'Als u hier niet zelf om gevraagd heeft, of u wenst geen account te registreren op [_1], dan is er niets dat u verder hoeft te doen.',
-
-## addons/Community.pack/templates/global/register_notification_email.mtml
-
-## addons/Community.pack/templates/global/search.mtml
-
-## addons/Community.pack/templates/blog/rss.mtml
-
-## addons/Community.pack/templates/blog/archive_index.mtml
-	'Content Navigation' => 'Navigatie inhoud',
-
-## addons/Community.pack/templates/blog/trackbacks.mtml
-
-## addons/Community.pack/templates/blog/main_index.mtml
-
-## addons/Community.pack/templates/blog/page.mtml
-
-## addons/Community.pack/templates/blog/content_nav.mtml
-	'Blog Home' => 'Hoofdpagina blog',
-
-## addons/Community.pack/templates/blog/entry_summary.mtml
-	'A favorite' => 'Een favoriet',
-	'Favorite' => 'Favoriet',
-
-## addons/Community.pack/templates/blog/entry_response.mtml
-	'Thank you for posting an entry.' => 'Bedankt om uw bericht in te sturen.',
-	'Entry Pending' => 'Goed te keuren bericht',
-	'Your entry has been received and held for approval by the blog owner.' => 'Uw bericht is ontvagen en wordt bewaard tot de blog-eigenaar het goedkeurt.',
-	'Entry Posted' => 'Bericht gepubliceerd',
-	'Your entry has been posted.' => 'Uw bericht is gepubliceerd.',
-	'Your entry has been received.' => 'Uw bericht is ontvangen.',
-	'Return to the <a href="[_1]">blog\'s main index</a>.' => 'Terugkeren naar de <a href="[_1]">hoofdpagina van de blog</a>.',
-
-## addons/Community.pack/templates/blog/comment_response.mtml
-
-## addons/Community.pack/templates/blog/entry_detail.mtml
-
-## addons/Community.pack/templates/blog/entry_form.mtml
-	'You don\'t have permission to post.' => 'U heeft geen permissie om een bericht te publiceren.',
-	'<a href="[_1]">Sign in</a> to create an entry.' => '<a href="[_1]">Aanmelden</a> om een bericht aan te maken.',
-	'Select Category...' => 'Selecteer categorie...',
-
-## addons/Community.pack/templates/blog/entry_create.mtml
-	'Entry Form' => 'Berichtenformulier',
-
-## addons/Community.pack/templates/blog/comment_detail.mtml
-
-## addons/Community.pack/templates/blog/comments.mtml
-
-## addons/Community.pack/templates/blog/comment_form.mtml
-
-## addons/Community.pack/templates/blog/categories.mtml
-
-## addons/Community.pack/templates/blog/search_results.mtml
-
-## addons/Community.pack/templates/blog/sidebar_2col.mtml
-	'Subscribe icon' => 'Icoon om in te schrijven',
-	'Subscribe' => 'Inschrijven',
-
-## addons/Community.pack/templates/blog/sidebar_3col.mtml
-
-## addons/Community.pack/templates/blog/entry_listing.mtml
-
-## addons/Community.pack/templates/blog/dynamic_error.mtml
-
-## addons/Community.pack/templates/blog/tags.mtml
-
-## addons/Community.pack/templates/blog/entry_metadata.mtml
-
-## addons/Community.pack/templates/blog/entry.mtml
-
-## addons/Community.pack/templates/blog/comment_preview.mtml
-
-## addons/Community.pack/templates/blog/javascript.mtml
-
-## addons/Community.pack/templates/forum/main_index.mtml
-	'Forum Home' => 'Forum hoofdpagina',
-	'Content Header' => 'Hoofding inhoud',
-	'Popular Entry' => 'Populair bericht',
-	'Entry Table' => 'Berichttabel',
-
-## addons/Community.pack/templates/forum/page.mtml
-
-## addons/Community.pack/templates/forum/entry_summary.mtml
-
-## addons/Community.pack/templates/forum/content_nav.mtml
-	'Start Topic' => 'Onderwerp beginnen',
-
-## addons/Community.pack/templates/forum/entry_response.mtml
-	'Thank you for posting a new topic to the forums.' => 'Bedankt om een nieuw onderwerp te publiceren in de forums.',
-	'Topic Pending' => 'Onderwerp wacht op goedkeuring',
-	'The topic you posted has been received and held for approval by the forum administrators.' => 'Het onderwerp dat u instuurde werd ontvangen en wordt bewaard tot de administratoren van het forum goedkeuren.',
-	'Topic Posted' => 'Onderwerp gepubliceerd',
-	'The topic you posted has been received and published. Thank you for your submission.' => 'Het onderwerp dat u instuurde werd ontvangen en gepubliceerd.  Bedankt voor uw bijdrage.',
-	'Return to the <a href="[_1]">forum\'s homepage</a>.' => 'Terugkeren naar de <a href="[_1]">hoofdpagina van het forum</a>.',
-
-## addons/Community.pack/templates/forum/comment_response.mtml
-	'Reply Submitted' => 'Antwoord ingediend',
-	'Your reply has been accepted' => 'Uw antwoord is ontvangen',
-	'Thank you for your reply. It has been accepted and should appear momentarily.' => 'Bedankt voor uw antwoord.  Het is ontvangen en zou zodadelijk moeten verschijnen.',
-	'Reply Pending' => 'Antwoord wordt beoordeeld',
-	'Your reply has been received' => 'Uw antwoord  werd ontvangen',
-	'Thank you for your reply. However, your reply is currently being held for approval by the forum\'s administrator.' => 'Bedankt voor uw antwoord.  Het wordt momenteel bewaard tot een administrator van het forum het kan beoordelen.',
-	'Reply Submission Error' => 'Fout bij indienen antwoord',
-	'Your reply submission failed for the following reasons:' => 'Het indienen van uw antwoord mislukte wegens volgende redenen:',
-	'Return to the <a href="[_1]">original topic</a>.' => 'Terugkeren naar <a href="[_1]">het oorspronkelijke onderwerp</a>.',
-
-## addons/Community.pack/templates/forum/content_header.mtml
-
-## addons/Community.pack/templates/forum/entry_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_form.mtml
-	'<a href="[_1]">Sign in</a> to create a topic.' => '<a href="[_1]">Aanmelden</a> om een onderwerp te starten.',
-	'Topic' => 'Onderwerp',
-	'Select Forum...' => 'Selecteer forum...',
-	'Forum' => 'Forum',
-
-## addons/Community.pack/templates/forum/comment_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_create.mtml
-	'Start a Topic' => 'Begin een onderwerp',
-
-## addons/Community.pack/templates/forum/comment_form.mtml
-
-## addons/Community.pack/templates/forum/entry_listing.mtml
-
-## addons/Community.pack/templates/forum/entry_metadata.mtml
-	'Replies ([_1])' => 'Antwoorden ([_1])',
-
-## addons/Community.pack/templates/forum/entry.mtml
-
-## addons/Community.pack/templates/forum/javascript.mtml
-	'. Now you can reply to this topic.' => '. Nu kunt u antwoorden op dit onderwerp.',
-	' to comment on this topic.' => ' om te reageren op dit onderwerp.',
-	' to comment on this topic,' => ' om te reageren op dit onderwerp,',
-
-## addons/Community.pack/templates/forum/rss.mtml
-
-## addons/Community.pack/templates/forum/entry_table.mtml
-	'Recent Topics' => 'Recente onderwerpen',
-	'Replies' => 'Antwoorden',
-	'Last Reply' => 'Laatste antwoord',
-	'Permalink to this Reply' => 'Permanente link naar dit antwoord',
-	'By [_1]' => 'Door [_1]',
-	'Closed' => 'Gesloten',
-	'Post the first topic in this forum.' => 'Plaats het eerste onderwerp in dit forum',
-
-## addons/Community.pack/templates/forum/archive_index.mtml
-
-## addons/Community.pack/templates/forum/sidebar.mtml
-	'Category Groups' => 'Categoriegroepen',
-	'All Forums' => 'Alle forums',
-	'[_1] Forum' => '[_] forum', # Translate - New
-
-## addons/Community.pack/templates/forum/category_groups.mtml
-	'Forum Groups' => 'Forum groepen',
-	'Last Topic: [_1] by [_2] on [_3]' => 'Laatste onderwerp: [_1] door [_2] op [_3]',
-
-## addons/Community.pack/templates/forum/comments.mtml
-	'[_1] Replies' => '[_1] antwoorden',
-	'_NUM_FAVORITES' => 'Favoriet',
-	'Favorite This' => 'Maak favoriet!',
-
-## addons/Community.pack/templates/forum/search_results.mtml
-
-## addons/Community.pack/templates/forum/dynamic_error.mtml
-
-## addons/Community.pack/templates/forum/entry_popular.mtml
-	'Popular topics' => 'Populaire onderwerpen',
-	'No Reply' => 'Geen antwoord',
-
-## addons/Community.pack/templates/forum/comment_preview.mtml
-	'Reply on [_1]' => 'Antwoord op [_1]',
-	'Previewing your Reply' => 'Voorbeeld van antwoord aan het bekijken',
-
-## addons/Community.pack/config.yaml
-	'Login Form' => 'Aanmeldformulier',
-	'Password Reset Form' => 'Recuperatieformulier wachtwoorden',
-	'Registration Form' => 'Registratieformulier',
-	'Registration Confirmation' => 'Registratiebevestiging',
-	'Profile View' => 'Profiel bekijken',
-	'Profile Edit Form' => 'Bewerkingsformulier profiel',
-	'Profile Feed (Atom)' => 'Profielfeed (Atom)',
-	'Profile Feed (RSS)' => 'Profielfeed (RSS)',
-	'Email verification' => 'E-mail verificatie',
-	'Registration notification' => 'Registratienotificatie',
-	'New entry notification' => 'Notificatie nieuw bericht',
-	'Community Blog' => 'Community-blog',
-	'Entry Response' => 'Antwoord op bericht',
-	'Displays error, pending or confirmation message when submitting an entry.' => 'Toont foutboodschappen, \'even geduld\' berichten of bevestigingen bij het indienen van een bericht.',
-	'Community Forum' => 'Community forum',
-	'Entry Feed (Atom)' => 'Berichtfeed (Atom)',
-	'Entry Feed (RSS)' => 'Berichtfeed (RSS)',
-	'Displays error, pending or confirmation message when submitting a entry.' => 'Toont foutboodschappen, \'even geduld\' berichten of bevestigingen bij het indienen van een bericht.',
+## addons/Commercial.pack/lib/MT/Commercial/Util.pm
+	'About' => 'Over',
+	'_UTS_REPLACE_THIS' => '<p><strong>Vervang de voorbeeldtekst door uw eigen informatie.</strong></p>',
+	'_UTS_SAMPLE_ABOUT' => '
+<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In nec tellus sed turpis varius sagittis. Nullam pulvinar. Fusce dapibus neque pellentesque nulla. Maecenas condimentum quam. Vestibulum pretium fringilla quam. Nam elementum. Suspendisse odio magna, aliquam vitae, vulputate et, dignissim at, pede. Integer pellentesque orci at nibh. Morbi ante.</p>
+
+<p>Maecenas convallis mattis justo. Ut mauris sapien, consequat a, bibendum vitae, sagittis ac, nisi. Nulla et sapien. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Ut condimentum turpis ut elit. Quisque ultricies sollicitudin justo. Duis vitae magna nec risus pulvinar ultricies.</p>
+',
+	'_UTS_EDIT_LINK' => '
+<!-- verwijder deze link na het bewerken -->
+<p class="admin-edit-link">
+<script type="text/javascript">document.write(\'<a href="\' + adminurl + \'?__mode=view&_type=page&id=\' + page_id + \'&blog_id=\' + blog_id + \'" target="_blank">Deze tekst aanpassen</a>\')</script>
+</p>
+',
+	'_UTS_CONTACT' => 'Contact',
+	'_UTS_SAMPLE_CONTACT' => '
+<p>Laat ons iets horen!  Stuur e-mail naar e-mail (at) domeinnaam.com</p>
+',
+	'Welcome to our new website!' => 'Welkom op onze nieuwe website!',
+	'_UTS_SAMPLE_WELCOME' => '
+<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In nec tellus sed turpis varius sagittis. Nullam pulvinar. Fusce dapibus neque pellentesque nulla. Maecenas condimentum quam. Aliquam erat volutpat. Ut placerat porta nibh. Donec vitae nulla. Pellentesque nisi leo, pretium a, gravida quis, sollicitudin non, eros. Vestibulum pretium fringilla quam. Nam elementum. Suspendisse odio magna, aliquam vitae, vulputate et, dignissim at, pede. Integer pellentesque orci at nibh. Morbi ante.</p>
+
+<p>Maecenas convallis mattis justo. Ut mauris sapien, consequat a, bibendum vitae, sagittis ac, nisi. Nulla et sapien. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Ut condimentum turpis ut elit. Quisque ultricies sollicitudin justo. Duis vitae magna nec risus pulvinar ultricies. Aliquam sagittis volutpat metus.</p>
+
+<p>Sed enim. Integer hendrerit, arcu ac pretium nonummy, velit turpis faucibus risus, pulvinar egestas enim elit sed ante. Curabitur orci diam, placerat a, faucibus id, condimentum vitae, magna. Etiam enim massa, convallis quis, rutrum vitae, porta quis, turpis.</p>
+',
+	'New design launched using Movable Type' => 'Nieuw design gelanceerd met Movable Type',
+	'_UTS_SAMPLE_NEWDESIGN' => '
+<p>Onze website zit in een volledig nieuw kleedje dankzij <a href="http://www.movabletype.com/">Movable Type</a> en de Universele Set Sjablonen. Met de Universele Set Sjablonen kan iedereen in een paar minuten van start gaan met een nieuwe website op Movable Type. Dit alles in slechts een paar klikken. Maak een nieuwe blog aan, selecteer de Universele Set Sjablonen en publiceer de site.  Voila: on nieuwe website!. Bedankt Movable Type!</p>
+',
 
 ## addons/Commercial.pack/lib/CustomFields/App/CMS.pm
@@ -4037,12 +3737,12 @@
 	'Invalid date \'[_1]\'; dates must be in the format YYYY-MM-DD HH:MM:SS.' => 'Ongeldige datum \'[_1]\'; datums moeten in het formaat YYYY-MM-DD HH:MM:SS staan.',
 	'Invalid date \'[_1]\'; dates should be real dates.' => 'Ongeldige datum \'[_1]\'; datums moeten echte datums zijn.',
-	'Please enter valid URL for the URL field: [_1]' => 'Gelieve een geldige URL in te vullen in het URL veld: [_1]', # Translate - New
+	'Please enter valid URL for the URL field: [_1]' => 'Gelieve een geldige URL in te vullen in het URL veld: [_1]',
 	'Please enter some value for required \'[_1]\' field.' => 'Gelieve een waarde in te vullen voor het verplichte \'[_1]\' veld.',
 	'Please ensure all required fields have been filled in.' => 'Kijk na of alle verplichte velden ingevuld zijn.',
-	'The template tag \'[_1]\' is an invalid tag name.' => 'Sjabloontag \'[_1]\' is een ongeldige tagnaam.', # Translate - New
+	'The template tag \'[_1]\' is an invalid tag name.' => 'Sjabloontag \'[_1]\' is een ongeldige tagnaam.',
 	'The template tag \'[_1]\' is already in use.' => 'De sjabloontag \'[_1]\' is al in gebruik.',
 	'The basename \'[_1]\' is already in use.' => 'De basisnaam \'[_1]\' is al in gebruik',
-	'Default value must be valid URL.' => 'Standaardwaarde moet een geldige URL zijn.', # Translate - New
-	'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Pas de formulieren en velden aan voor berichten, pagina\'s, mappen, categoriÃ«n en gebruikers aan en sla exact die informatie op die u nodig heeft.', # Translate - New
+	'Default value must be valid URL.' => 'Standaardwaarde moet een geldige URL zijn.',
+	'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Pas de formulieren en velden aan voor berichten, pagina\'s, mappen, categoriÃ«n en gebruikers aan en sla exact die informatie op die u nodig heeft.',
 	' ' => '', # Translate - New
 	'Single-Line Text' => 'Een regel tekst',
@@ -4058,10 +3758,10 @@
 
 ## addons/Commercial.pack/lib/CustomFields/Upgrade.pm
-	'Moving metadata storage for pages...' => 'Metadata opslag voor pagina\'s word verplaatst...', # Translate - New
+	'Moving metadata storage for pages...' => 'Metadata opslag voor pagina\'s word verplaatst...',
 
 ## addons/Commercial.pack/lib/CustomFields/BackupRestore.pm
-	'Restoring custom fields data stored in MT::PluginData...' => 'Custom Fields data opgeslagen in MT::PluginData aan het terugzetten...', # Translate - New
-	'Restoring asset associations found in custom fields ( [_1] ) ...' => 'Mediabestand-associaties aan het terugzetten die werden gevonden in gepersonaliseerde velden ( [_1] ) ...', # Translate - New
-	'Restoring url of the assets associated in custom fields ( [_1] )...' => 'URL van de mediabestand aan het terugzetten geassocieerd via gepersonaliseerde velden ( [_1] )', # Translate - New
+	'Restoring custom fields data stored in MT::PluginData...' => 'Custom Fields data opgeslagen in MT::PluginData aan het terugzetten...',
+	'Restoring asset associations found in custom fields ( [_1] ) ...' => 'Mediabestand-associaties aan het terugzetten die werden gevonden in gepersonaliseerde velden ( [_1] ) ...',
+	'Restoring url of the assets associated in custom fields ( [_1] )...' => 'URL van de mediabestand aan het terugzetten geassocieerd via gepersonaliseerde velden ( [_1] )',
 
 ## addons/Commercial.pack/lib/CustomFields/Util.pm
@@ -4086,5 +3786,5 @@
 	'You will need to first save this field in order to set a default value' => 'U moet dit veld eerst opslaan om een standaardwaarde te kunnen instellen',
 	'_CF_BASENAME' => 'Basename',
-	'The basename is used for entering custom field data through a 3rd party client. It must be unique.' => 'De basisnaam wordt gebruikt om gepersonaliseerde veld informatie in te voeren via een cliÃ«nt van derden.  Hij moet uniek zijn.', # Translate - New
+	'The basename is used for entering custom field data through a 3rd party client. It must be unique.' => 'De basisnaam wordt gebruikt om gepersonaliseerde veld informatie in te voeren via een cliÃ«nt van derden.  Hij moet uniek zijn.',
 	'Unlock this for editing' => 'Maak dit aanpasbaar',
 	'Warning: Changing this field\'s basename may cause serious data loss.' => 'Waarschuwing: de basinaam van dit veld aanpassen kan leiden tot ernstig gegevensverlies.',
@@ -4092,8 +3792,8 @@
 	'Create a custom template tag for this field.' => 'Maak een gepersonaliseerde sjabloontag aan voor dit veld',
 	'Example Template Code' => 'Voorbeeldsjablooncode',
-	'Save this field (s)' => 'Dit veld opslaan (s)', # Translate - New
+	'Save this field (s)' => 'Dit veld opslaan (s)',
 	'field' => 'veld',
 	'fields' => 'velden',
-	'Delete this field (x)' => 'Dit veld verwijderen (x)', # Translate - New
+	'Delete this field (x)' => 'Dit veld verwijderen (x)',
 
 ## addons/Commercial.pack/tmpl/reorder_fields.tmpl
@@ -4102,9 +3802,9 @@
 	'Save field order' => 'Volgorde opslaan',
 	'Close field order widget' => 'Widged volgorde velden sluiten',
-	'open' => 'open', # Translate - New
-	'click-down and drag to move this field' => 'klik en sleep om dit veld te verplaatsen', # Translate - New
-	'click to %toggle% this box' => 'klik om dit vakje te %schakelen%', # Translate - New
-	'use the arrow keys to move this box' => 'gebruik de pijltjestoetsen om dit vakje te verplaatsen', # Translate - New
-	', or press the enter key to %toggle% it' => ', of druk op de enter-toets om het te %schakelen%', # Translate - New
+	'open' => 'open',
+	'click-down and drag to move this field' => 'klik en sleep om dit veld te verplaatsen',
+	'click to %toggle% this box' => 'klik om dit vakje te %schakelen%',
+	'use the arrow keys to move this box' => 'gebruik de pijltjestoetsen om dit vakje te verplaatsen',
+	', or press the enter key to %toggle% it' => ', of druk op de enter-toets om het te %schakelen%',
 
 ## addons/Commercial.pack/tmpl/list_field.tmpl
@@ -4118,301 +3818,115 @@
 	'Remove [_1]' => 'Verwijder [_1]',
 
+## addons/Commercial.pack/templates/notify-entry.mtml
+
+## addons/Commercial.pack/templates/blog_index.mtml
+
+## addons/Commercial.pack/templates/main_index.mtml
+
+## addons/Commercial.pack/templates/page.mtml
+
+## addons/Commercial.pack/templates/entry_summary.mtml
+
+## addons/Commercial.pack/templates/comment_response.mtml
+
+## addons/Commercial.pack/templates/commenter_notify.mtml
+
+## addons/Commercial.pack/templates/recent_entries_expanded.mtml
+	'By [_1] | Comments ([_2])' => 'Door [_1] | Reacties ([_2])', # Translate - New
+
+## addons/Commercial.pack/templates/footer-email.mtml
+
+## addons/Commercial.pack/templates/entry_detail.mtml
+
+## addons/Commercial.pack/templates/verify-subscribe.mtml
+
+## addons/Commercial.pack/templates/new-ping.mtml
+
+## addons/Commercial.pack/templates/comment_detail.mtml
+	'[_1] [_2] on' => '[_1] [_2] op',
+	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Permalink naar deze reactie">[_2]</a>',
+
+## addons/Commercial.pack/templates/comment_form.mtml
+
+## addons/Commercial.pack/templates/comment_throttle.mtml
+
+## addons/Commercial.pack/templates/new-comment.mtml
+
+## addons/Commercial.pack/templates/entry_listing.mtml
+
+## addons/Commercial.pack/templates/contact.mtml
+
+## addons/Commercial.pack/templates/footer.mtml
+	'Powered By (Footer)' => 'Aangedreven door (voettekst)',
+	'Footer Links' => 'Links in voettekst',
+
+## addons/Commercial.pack/templates/tags.mtml
+
+## addons/Commercial.pack/templates/navigation.mtml
+	'Home' => 'Hoofdpagina',
+
+## addons/Commercial.pack/templates/entry_metadata.mtml
+
+## addons/Commercial.pack/templates/entry.mtml
+
+## addons/Commercial.pack/templates/recover-password.mtml
+
+## addons/Commercial.pack/templates/javascript.mtml
+
+## addons/Commercial.pack/templates/rss.mtml
+
+## addons/Commercial.pack/templates/archive_index.mtml
+
+## addons/Commercial.pack/templates/sign_in_top.mtml
+	'You are signed in as' => 'U bent aangemeld als',
+	'.  <a href="[_1]">Sign Out</a>' => '.  <a href="[_1]">Afmelden</a>', # Translate - New
+	'Sign Out' => 'Afmelden',
+
+## addons/Commercial.pack/templates/trackbacks.mtml
+	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> van [_3]',
+	'Tracked on <a href="[_1]">[_2]</a>' => 'Getracked op <a href="[_1]">[_2]</a>',
+
+## addons/Commercial.pack/templates/sidebar.mtml
+	'Recent Entries Expanded' => 'Recent aangepaste berichten',
+	'Recent Assets' => 'Recente mediabestanden',
+	'Recent Comments' => 'Recente reacties',
+	'Category Archives' => 'Archieven per categorie',
+
+## addons/Commercial.pack/templates/powered_by_footer.mtml
+
+## addons/Commercial.pack/templates/categories.mtml
+
+## addons/Commercial.pack/templates/comments.mtml
+
+## addons/Commercial.pack/templates/search_results.mtml
+
+## addons/Commercial.pack/templates/search_top.mtml
+
+## addons/Commercial.pack/templates/header.mtml
+	'Sign In (In Header)' => 'Registratie (in hoofding)',
+	'Navigation' => 'Navigatie',
+	'Search (In Navigation)' => 'Zoeken (in navigatie)',
+	'Homepage Image' => 'Afbeelding op hoofdpagina',
+
+## addons/Commercial.pack/templates/sidebar_2col.mtml
+
+## addons/Commercial.pack/templates/sidebar_3col.mtml
+
+## addons/Commercial.pack/templates/dynamic_error.mtml
+
+## addons/Commercial.pack/templates/footer_links.mtml
+	'Links' => 'Links',
+
+## addons/Commercial.pack/templates/comment_preview.mtml
+
+## addons/Commercial.pack/templates/commenter_confirm.mtml
+
 ## addons/Commercial.pack/config.yaml
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Upgrade.pm
-	'Fixing binary data for Microsoft SQL Server storage...' => 'Binaire data aan het fixen voor opslag in Microsoft SQL Server...',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Wizard.pm
-	'PLAIN' => 'PLAIN',
-	'CRAM-MD5' => 'CRAM-MD5',
-	'Digest-MD5' => 'Digest-MD5',
-	'Login' => 'Login',
-	'Found' => 'Gevonden',
-	'Not Found' => 'Niet gevonden',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/BulkCreation.pm
-	'Format error at line [_1]: [_2]' => 'Formaatfout op regel [_1]: ÂŽ[_2]',
-	'Invalid command: [_1]' => 'Ongeldig commando: [_1]',
-	'Invalid number of columns for [_1]' => 'Ongeldig aantal kolommen voor [_1]',
-	'Invalid user name: [_1]' => 'Ongeldige gebruikersnaam: [_1]',
-	'Invalid display name: [_1]' => 'Ongeldige getoonde naam: [_1]',
-	'Invalid email address: [_1]' => 'Ongeldig e-mail adres: [_1]',
-	'Invalid language: [_1]' => 'Ongeldige taal: [_1]',
-	'Invalid password: [_1]' => 'Ongeldig wachtwoord: [_1]',
-	'Invalid password recovery phrase: [_1]' => 'Ongeldig woord of uitdrukking om wachtwoord terug te vinden: [_1]',
-	'Invalid weblog name: [_1]' => 'Ongeldige weblognaam: [_1]',
-	'Invalid weblog description: [_1]' => 'Ongeldige weblogbeschrijving: [_1]',
-	'Invalid site url: [_1]' => 'Ongeldige site URL: [_1]',
-	'Invalid site root: [_1]' => 'Ongeldige siteroot: [_1]',
-	'Invalid timezone: [_1]' => 'Ongeldige tijdzone: [_1]',
-	'Invalid new user name: [_1]' => 'Ongeldige gebruikersnaam: [_1]',
-	'A user with the same name was found.  Register was not processed: [_1]' => 'Een gebruiker met dezelfde naam werd al gevonden.  Registratie niet verwerkt: [_1]',
-	'Blog for user \'[_1]\' can not be created.' => 'Blog voor gebruiker \'[_1]\' kon niet worden aangemaakt.',
-	'Blog \'[_1]\' for user \'[_2]\' has been created.' => 'Blog \'[_1]\' voor gebruiker \'[_2]\' werd aangemaakt.',
-	'Error assigning weblog administration rights to user \'[_1] (ID: [_2])\' for weblog \'[_3] (ID: [_4])\'. No suitable weblog administrator role was found.' => 'Fout bij toekennen ven weblog administratierechten aan gebruiker \'[_1] (ID: [_2])\' voor weblog \'[_3] (ID: [_4])\'.  Er werd geen geschikte administrator rol gevonden in het systeem.',
-	'Permission granted to user \'[_1]\'' => 'Permissie toegekend aan gebruiker \{[_1]\'',
-	'User \'[_1]\' already exists. Update was not processed: [_2]' => 'Gebruiker \'[_1]\' bestaat al.  Update niet uitgevoerd: [_2]',
-	'User cannot be updated: [_1].' => 'Gebruiker kan niet worden bijgewerkt: [_1].',
-	'User \'[_1]\' not found.  Update was not processed.' => 'Gebruiker \'[_1]\' niet gevonden.  Update niet uitgevoerd.',
-	'User \'[_1]\' has been updated.' => 'Gebruiker \'[_1]\' is bijgewerkt.',
-	'User \'[_1]\' was found, but delete was not processed' => 'Gebruiker \'[_1]\' werd gevonden, maar niet verwijderd.',
-	'User \'[_1]\' not found.  Delete was not processed.' => 'Gebruiker \'[_1]\' werd gevonden.  Verwijdering werd niet uitgevoerd.',
-	'User \'[_1]\' has been deleted.' => 'Gebruiker \'[_1]\' werd verwijderd.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/CMS.pm
-	'Add [_1] to a blog' => 'Voeg [_1] toe aan een blog',
-	'You can not create associations for disabled groups.' => 'U kunt geen associaties aanmaken voor uitgeschakelde groepen',
-	'Assign Role to Group' => 'Ken rol toe aan groep',
-	'Add a group to this blog' => 'Voeg een groep toe aan deze blog',
-	'Grant permission to a group' => 'Ken permissie to aan groep',
-	'Movable Type Enterprise has just attempted to disable your account during synchronization with the external directory. Some of the external user management settings must be wrong. Please correct your configuration before proceeding.' => 'Movable Type Enterprise probeerde net uw account uit te schakelen tijdens synchronisatie met de externe directory.  Er moet een fout zitten in de instellingen voor extern gebruikersbeheer.  Gelieve uw configuratie bij te stellen voor u verder gaat.',
-	'Group requires name' => 'Groep vereist naam',
-	'Invalid group' => 'Ongeldige groep',
-	'Add Users to Group [_1]' => 'Voeg gebruikers toe aan groep [_1]',
-	'Users & Groups' => 'Gebruikers & Groepen',
-	'Group Members' => 'Groepsleden',
-	'Groups' => 'Groepen',
-	'User Groups' => 'Groepen van gebruiker',
-	'Group load failed: [_1]' => 'Laden groep mislukt: [_1]',
-	'User load failed: [_1]' => 'Laden gebruiker mislukt: [_1]',
-	'User \'[_1]\' (ID:[_2]) removed from group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Gebruiker \'[_1]\' (ID:[_2]) verwijderd uit groep \'[_3]\' (ID:[_4]) door \'[_5]\'',
-	'User \'[_1]\' (ID:[_2]) was added to group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Gebruiker \'[_1]\' (ID:[_2]) toegevoegd aan groep \'[_3]\' (ID:[_4]) door \'[_5]\'',
-	'Group Profile' => 'Groepsprofiel',
-	'Author load failed: [_1]' => 'Laden auteur mislukt: [_1]',
-	'Invalid user' => 'Ongeldige gebruiker',
-	'Assign User [_1] to Groups' => 'Gebruiker [_1] toewijzen aan groepen',
-	'Select Groups' => 'Selecteer groepen',
-	'Group' => 'Groep',
-	'Groups Selected' => 'Geselecteerde groepen',
-	'Type a group name to filter the choices below.' => 'Tik een groepsnaam in om de onderstaande keuzes te filteren',
-	'Group Name' => 'Groepsnaam',
-	'Search Groups' => 'Groepen zoeken',
-	'Bulk import cannot be used under external user management.' => 'Bulk import kan niet worden gebruikt onder extern gebruikersbeheer.',
-	'Bulk management' => 'Bulkbeheer',
-	'The group' => 'De groep',
-	'User/Group' => 'Gebruiker/groep',
-	'A user can\'t change his/her own username in this environment.' => 'Een gebruiker kan zijn/haar gebruikersnaam niet aanpassen in deze omgeving',
-	'An error occurred when enabling this user.' => 'Er deed zich een fout voor bij het activeren van deze gebruiker.',
-
-## addons/Enterprise.pack/lib/MT/Auth/LDAP.pm
-	'User [_1]([_2]) not found.' => 'Gebruker [_1]([_2]) niet gevonden.',
-	'User \'[_1]\' cannot be updated.' => 'Gebruiker \'[_1]\' kan niet worden bijgewerkt.',
-	'User \'[_1]\' updated with LDAP login ID.' => 'Gebruiker \'[_1]\' bijgewerkt met LDAP login ID.',
-	'LDAP user [_1] not found.' => 'LDAP gebruiker [_1] niet gevonden.',
-	'User [_1] cannot be updated.' => 'Gebruiker [_1] kan niet worden bijgewerkt.',
-	'Failed login attempt by user \'[_1]\' deleted from LDAP.' => 'Mislukte aanmeldpoging van gebruiker \'[_1]\' verwijderd uit de LDAP.',
-	'User \'[_1]\' updated with LDAP login name \'[_2]\'.' => 'Gebruiker \'[_1]\' bijgewerkt met LDAP loginnaam \'[_2]\'.',
-	"Failed login attempt by user \'[_1]\'. A user with that\nusername already exists in the system with a different UUID." => "Mislukte aanmeldpoging door gebruiker \'[_1]\'. Er bestaat al een gebruiker met die gebruikersnaam in het systeem met een andere UUID",
-	'User \'[_1]\' account is disabled.' => 'Account van gebruiker \'[_1]\' is niet actief.',
-	'LDAP users synchronization interrupted.' => 'LDAP gebruikerssynchronisatie onderbroken',
-	'Loading MT::LDAP failed: [_1]' => 'Laden van MT::LDAP mislukt: [_1]',
-	'External user synchronization failed.' => 'Externe gebruikerssynchronisatie mislukt.',
-	'An attempt to disable all system administrators in the system was made.  Synchronization of users was interrupted.' => 'Een poging om alle systeembeheerders in het systeem uit te schakelen werd ondernomen.  Synchronisatie van gebruikers werd onderbroken.',
-	'The following users\' information were modified:' => 'Gebruikersinformaie van deze gebruikers werd aangepast:',
-	'The following users were disabled:' => 'Deze gebruikers werden gedesactiveerd:',
-	'LDAP users synchronized.' => 'LDAP gebruikers gesynchroniseerd',
-	'Synchronization of groups can not be performed without LDAPGroupIdAttribute and/or LDAPGroupNameAttribute is set.' => 'Synchronisatie van groepen kan niet worden uitgevoerd zonder dat LDAPGroupIdAttribute en/of LDAPGroupNameAttribute ingesteld is.',
-	'LDAP groups synchronized with existing groups.' => 'LDAP groepen zijn gesynchroniseerd met bestaande groepen.',
-	'The following groups\' information were modified:' => 'De informatie van volgende groepen werd gewijzigd.',
-	'No LDAP group was found using given filter.' => 'Er werd geen LDAP groep gevonden met de opgegeven filter.',
-	"Filter used to search for groups: [_1]\nSearch base: [_2]" => "Filter gebruikt om naar groepen te zoeken: [_1]
-Zoekbasis: [_2]",
-	'(none)' => '(Geen)',
-	'The following groups were deleted:' => 'Volgende groepen werden verwijderd:',
-	'Failed to create a new group: [_1]' => 'Nieuwe groep aanmaken mislukt: [_1]',
-	'[_1] directive must be set to synchronize members of LDAP groups to Movable Type Enterprise.' => 'ÂŽ[_1] directief moet ingesteld zijn om leden van een LDAP groep te synchroniseren naar Movable Type Enterprise',
-	'Members removed: ' => 'Leden verwijderd:',
-	'Members added: ' => 'Leden toegevoegd:',
-	'Memberships of the group \'[_2]\' (#[_3]) has been changed in synchronizing with external directory.' => 'Lidmaatschappen van de groep \'[_2]\' (#[_3] zijn gewijzigd tijdens het synchroniseren met de externe directory.',
-	'LDAPUserGroupMemberAttribute must be set to enable synchronize members of groups.' => 'LDAPUserGroupMemberAttribuut moet ingesteld zijn om synchronisatie tussen de leden van groepen toe te staan.',
-
-## addons/Enterprise.pack/lib/MT/ObjectDriver/Driver/DBD/MSSQLServer.pm
-	'PublishCharset [_1] is not supported in this version of MS SQL Server Driver.' => 'PublishCharset [_1] wordt niet ondersteund in deze versie van de MS SQL Server driver.',
-
-## addons/Enterprise.pack/lib/MT/ObjectDriver/Driver/DBD/UMSSQLServer.pm
-	'This version of UMSSQLServer driver requires DBD::ODBC version 1.14.' => 'Deze versie van de UMSSQLServer driver vereist DBD::ODBC versie 1.14.',
-	'This version of UMSSQLServer driver requires DBD::ODBC compiled with Unicode support.' => 'Deze verie van de UMSSQLServer driver vereist DBD::ODBC gecompileerd met Unicode ondersteuning.',
-
-## addons/Enterprise.pack/lib/MT/Group.pm
-
-## addons/Enterprise.pack/lib/MT/LDAP.pm
-	'Invalid LDAPAuthURL scheme: [_1].' => 'Ongeldig LDAPAuthURL schema: [_1].',
-	'Error connecting to LDAP server [_1]: [_2]' => 'Probleem bij connecteren naar LDAP server [_1]: [_2]',
-	'User not found on LDAP: [_1]' => 'Gebruiker niet gevonden op LDAP: [_1]',
-	'Binding to LDAP server failed: [_1]' => 'Binden aan LDAP server mislukt: [_1]',
-	'More than one user with the same name found on LDAP: [_1]' => 'Meer dan Ã©Ã©n gebruiker gevonden met dezelfde naam op LDAP: [_1]',
-
-## addons/Enterprise.pack/tmpl/dialog/select_groups.tmpl
-	'You need to create some groups.' => 'U moet een paar groepen aanmaken.',
-	'Before you can do this, you need to create some groups. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Click here</a> to create a group.' => 'Voor u dit kunt doen, moet u eerst een paar groepen aanmaken. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Klik hier</a> om een groep aan te maken.',
-
-## addons/Enterprise.pack/tmpl/include/list_associations/page_title.group.tmpl
-	'Users &amp; Groups for [_1]' => 'Gebruikers &amp; groepen voor [_1]',
-	'Group Associations for [_1]' => 'Groepsassociaties voor [_1]',
-
-## addons/Enterprise.pack/tmpl/include/users_content_nav.tmpl
-
-## addons/Enterprise.pack/tmpl/include/group_table.tmpl
-	'group' => 'groep',
-	'groups' => 'groepen',
-	'Enable selected group (e)' => 'Geselecteerde groep activeren (e)', # Translate - New
-	'Disable selected group (d)' => 'Geselecteerde groep deactiveren (d)', # Translate - New
-	'Remove selected group (d)' => 'Geselecteerde groep verwijderen (d)', # Translate - New
-	'Only show enabled groups' => 'Enkel actieve groepen tonen',
-	'Only show disabled groups' => 'Enkel niet-actieve groepen tonen',
-
-## addons/Enterprise.pack/tmpl/list_group.tmpl
-	'[_1]: User&rsquo;s Groups' => '[_1] groepen van gebruiker',
-	'Groups: System Wide' => 'Groepen: over heel het systeem',
-	'Synchronize groups now' => 'Groepen nu synchroniseren',
-	'You have successfully disabled the selected group(s).' => 'De geselecteerde groep(en) werden met suuces uitgeschakeld.',
-	'You have successfully enabled the selected group(s).' => 'De geselecteerde groep(en) werden met suuces ingeschakeld.',
-	'You have successfully deleted the groups from the Movable Type system.' => 'De geselecteerde groep werd verwijderd uit het Movable Type systeem.',
-	'You have successfully synchronized groups\' information with the external directory.' => 'U heeft met succes groepsinformatie gesynchroniseerd met de externe directory.',
-	'The user <em>[_1]</em> is currently disabled.' => 'De gebruiker <em>[_1]</em> is momenteel niet actief.',
-	'You can not add disabled users to groups.' => 'U kunt geen uitgeschakelde gebruikers toevoegen aan een groep.',
-	'Add [_1] to another group' => 'Voeg [_1] toe aan een andere groep',
-	'Create Group' => 'Groep aanmaken',
-	'You did not select any [_1] to remove.' => 'U selecteerde geen [_] om te verwijderen.',
-	'Are you sure you want to remove this [_1]?' => 'Bent u zeker dat u deze [_1] wenst te verwijderen?',
-	'Are you sure you want to remove the [_1] selected [_2]?' => 'Bent u zeker dat u de [_1] geselecteerde [_2] wenst te verwijderen?',
-	'to remove' => 'te verwijderen',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_end.tmpl
-	'All users updated successfully!' => 'Alle gebruikers met succes bijgewerkt',
-	'An error occurred during the updating process. Please check your CSV file.' => 'Er deed zich een probleem voor tijdens het updateproces.  Controleer uw CSV bestand.',
-
-## addons/Enterprise.pack/tmpl/list_group_member.tmpl
-	'[_1]: Group Members' => '[_1]: Groepsleden',
-	'<em>[_1]</em>: Group Members' => '<em>[_1]</em>: Groepsleden',
-	'You have successfully deleted the users.' => 'De geselecteerde gebruikers werden verwijderd',
-	'You have successfully added new users to this group.' => 'U heeft met succes nieuwe gebruikers toegevoegd aan deze groep.',
-	'You have successfully synchronized users\' information with external directory.' => 'U heeft met succes de gebruikersinformatie gesynchroniseerd met een externe directory.',
-	'Some ([_1]) of the selected users could not be re-enabled because they were no longer found in LDAP.' => 'Enkele ([_1]) van de geselecteerde gebruikers konden niet opnieuw worden ingeschakeld omdat ze niet meer werden gevonden in de LDAP.',
-	'You have successfully removed the users from this group.' => 'U heeft met succes de gebruikers verwijderd uit deze groep.',
-	'Group Disabled' => 'Groep uitgeschakeld',
-	'You can not add users to a disabled group.' => 'U kunt geen leden toevoegen aan een uitgeschakelde groep.',
-	'Add user to [_1]' => 'Gebruiker toevoegen aan [_1]',
-	'member' => 'lid',
-	'Show Enabled Members' => 'Actieve gebruikers tonen',
-	'Show Disabled Members' => 'Niet-actieve gebruikers tonen',
-	'Show All Members' => 'Alle leden tonen',
-	'None.' => 'Geen.',
-	'(Showing all users.)' => '(Alle gebruikers worden getoond.)',
-	'Showing only users whose [_1] is [_2].' => 'Enkel gebruikers waarvan de [_1] [_2] is.',
-	'all' => 'alle',
-	'only' => 'enkel',
-	'users where' => 'gebruikers waarvan de',
-	'No members in group' => 'Geen leden in de groep',
-	'Only show enabled users' => 'Enkel actieve gebruikers tonen',
-	'Only show disabled users' => 'Enkel niet-actieve gebruikers tonen',
-	'Are you sure you want to remove this [_1] from this group?' => 'Bent u zeker dat u deze [_1] wenst te verwijderen uit deze groep?',
-	'Are you sure you want to remove the [_1] selected [_2] from this group?' => 'Bent u zeker dat u de [_1] geselecteerde [_2] wenst te verwijderen uit deze groep?',
-
-## addons/Enterprise.pack/tmpl/author_bulk.tmpl
-	'Manage Users in bulk' => 'Gebruikers beheren in bulk',
-	'_USAGE_AUTHORS_2' => 'U kunt gebruikers aanmaken, bewerken en verwijderen in bulk door een CSV-geformatteerd bestand te uploaden dat de juiste instructies en relevante gegevens bevat.',
-	'Upload source file' => 'Bronbestand uploaden',
-	'Specify the CSV-formatted source file for upload' => 'Geef het CSV-geformatteerde bronbestand op dat moet worden geupload',
-	'Source File Encoding' => 'Encodering bronbestand',
-	'Upload (u)' => 'Uploaden (u)',
-
-## addons/Enterprise.pack/tmpl/cfg_ldap.tmpl
-	'Authentication Configuration' => 'Authenticatieconfiguratie',
-	'You must set your Authentication URL.' => 'U moet uw AuthenticatieURL instellen.',
-	'You must set your Group search base.' => 'U moet uw Group search base instellen.',
-	'You must set your UserID attribute.' => 'U moet uw UserID attribuut instellen.',
-	'You must set your email attribute.' => 'U moet uw email attribuut instellen.',
-	'You must set your user fullname attribute.' => 'U moet uw user fullname attribuut instellen.',
-	'You must set your user member attribute.' => 'U moet uw user member attribuut instellen.',
-	'You must set your GroupID attribute.' => 'U moet uw GroupID attribuut instellen.',
-	'You must set your group name attribute.' => 'U moet uw group name attribuut instellen.',
-	'You must set your group fullname attribute.' => 'U moet uw fullname attribuut instellen.',
-	'You must set your group member attribute.' => 'U moet uw group member attribuut instellen.',
-	'You can configure your LDAP settings from here if you would like to use LDAP-based authentication.' => 'U kunt uw LDAP instellingen van hieruit configureren als uw LDAP-gebaseerde authenticatie wenst te gebruiken.',
-	'Your configuration was successful.' => 'Configuratie is geslaagd.',
-	'Click \'Continue\' below to configure the External User Management settings.' => 'Klik hieronder op \'Doorgaan\' om de instellingen voor extern gebruikersbeheer te configureren.',
-	'Click \'Continue\' below to configure your LDAP attribute mappings.' => 'Klik hieronder op \'Doorgaan\' om uw LDAP attribute mappings in te stellen.',
-	'Your LDAP configuration is complete.' => 'Uw LDAP configuratie is voltooid.',
-	'To finish with the configuration wizard, press \'Continue\' below.' => 'Om naar het einde van de configuratiewizard te gaan, klik hieronder op \'Doorgaan\'.',
-	'An error occurred while attempting to connect to the LDAP server: ' => 'Er deed zich een fout voor bij het verbinden met de LDAP server: ',
-	'Use LDAP' => 'LDAP gebruiken',
-	'Authentication URL' => 'Authenticatie URL',
-	'The URL to access for LDAP authentication.' => 'De URL te gebruiken om toegang te krijgen tot LDAP authenticatie',
-	'Authentication DN' => 'Authenticatie DN',
-	'An optional DN used to bind to the LDAP directory when searching for a user.' => 'Een optionele DN die wordt gebruikt om aan de LDAP directory te binden wanneer er naar een gebruiker wordt gezocht.',
-	'Authentication password' => 'Authenticatiewachtwoord',
-	'Used for setting the password of the LDAP DN.' => 'Gebruikt om het wachtwoord in te stellen van de LDAP DN',
-	'SASL Mechanism' => 'SASL mechanisme',
-	'The name of SASL Mechanism to use for both binding and authentication.' => 'De naam van het SASL mechanisme dat gebruikt moet worden bij het binden en de authenticatie.',
-	'Test Username' => 'Test gebruikersnaam',
-	'Test Password' => 'Test wachtwoord',
-	'Enable External User Management' => 'Extern gebruikersbeheer inschakelen',
-	'Synchronization Frequency' => 'Synchronisatiefrequentie',
-	'Frequency of synchronization in minutes. (Default is 60 minutes)' => 'Synchronisatiefrequentie in minuten. (Standaard is 60 minuten)',
-	'15 Minutes' => '15 minuten',
-	'30 Minutes' => '30 minuten',
-	'60 Minutes' => '60 minuten',
-	'90 Minutes' => '90 minuten',
-	'Group search base attribute' => 'Group search basisattribuut',
-	'Group filter attribute' => 'Group filter attribuut',
-	'Search Results (max 10 entries)' => 'Zoekresultaten (max. 10 items)',
-	'CN' => 'CN',
-	'No groups were found with these settings.' => 'Er werden geen groepen gevonden met deze instellingen',
-	'Attribute mapping' => 'Attribuutmapping',
-	'LDAP Server' => 'LDAP server',
-	'Other' => 'Andere',
-	'User ID attribute' => 'User ID attribuut',
-	'Email Attribute' => 'Email attribuut',
-	'User fullname attribute' => 'User fullname attribuut',
-	'User member attribute' => 'User member attribuut',
-	'GroupID attribute' => 'GroupID attribuut',
-	'Group name attribute' => 'Group name attribuut',
-	'Group fullname attribute' => 'Group fullname attribuut',
-	'Group member attribute' => 'Group member attribuut',
-	'Search result (max 10 entries)' => 'Zoekresultaat (max. 10 items)',
-	'Group Fullname' => 'Volledige naam groep',
-	'Group Member' => 'Groepslid',
-	'No groups could be found.' => 'Er werden geen groepen gevonden',
-	'User Fullname' => 'Volledige naam gebruiker',
-	'No users could be found.' => 'Er werden geen gebruikers gevonden',
-	'Test connection to LDAP' => 'Verbinding met LDAP testen',
-	'Test search' => 'Zoektest',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_start.tmpl
-	'Bulk Author Import' => 'Auteurs importeren in bulk',
-	'Updating...' => 'Bijwerken...',
-
-## addons/Enterprise.pack/tmpl/edit_group.tmpl
-	'Edit Group' => 'Groep bewerken',
-	'Group profile has been updated.' => 'Groepsprofiel is bijgewerkt',
-	'LDAP Group ID' => 'LDAP Group ID',
-	'The LDAP directory ID for this group.' => 'Het LDAP directory ID van deze groep',
-	'Status of group in the system. Disabling a group removes its members&rsquo; access to the system but preserves their content and history.' => 'Status van de groep in het systeem.  Een groep uitschakelen heft de toegang tot het systeem op van de groepsleden maar bewaart wel hun inhoud en geschiedenis.',
-	'The name used for identifying this group.' => 'De naam gebruikt om deze groep mee aan te duiden.',
-	'The display name for this group.' => 'De getoonde naam van deze groep.',
-	'Enter a description for your group.' => 'Vul een beschrijving in voor uw groep.',
-	'Created on' => 'Aangemaakt',
-	'Save changes to this field (s)' => 'Wijzigingen aan dit veld opslaan (s)', # Translate - New
-
-## addons/Enterprise.pack/app-wizard.yaml
-	'This module is required in order to use the LDAP Authentication.' => 'Deze module is vereist als u LDAP authenticatie wenst te gebruiken.',
-	'This module is required in order to use SSL/TLS connection with the LDAP Authentication.' => 'Deze module is vereist om SSL/TLS connecties te kunnen gebruiken met LDAP authenticatie.',
-
-## addons/Enterprise.pack/app-cms.yaml
-	'Are you sure you want to delete the selected group(s)?' => 'Bent u zeker dat u de geselecteerde groep(en) wenst te verwijderen?',
-	'Bulk Author Export' => 'Auteurs exporteren in bulk',
-	'Synchronize Users' => 'Gebruikers synchroniseren',
-
-## addons/Enterprise.pack/config.yaml
-	'Enterprise Pack' => 'Enterprise pack',
-	'Oracle Database' => 'Oracle database',
-	'Microsoft SQL Server Database' => 'Microsoft SQL Server database',
-	'Microsoft SQL Server Database (UTF-8 support)' => 'Microsoft SQL Server database (UTF-8 ondersteuning)',
-	'External Directory Synchronization' => 'Externe directory-synchronisatie',
-	'Populating author\'s external ID to have lower case user name...' => 'Extern auteurs-ID wordt ingevuld om een gebruikersnaam in kleine letters te krijgen.',
+	'Universal Website' => 'Universele website',
+	'Blog Index' => 'Blog index',
+	'Blog Entry Listing' => 'Overzicht blogberichten',
 
 ## plugins/Cloner/cloner.pl
-	'Clones a blog and all of its contents.' => 'Maakt een kloon van een blog en alle inhoud er in.', # Translate - New
+	'Clones a blog and all of its contents.' => 'Maakt een kloon van een blog en alle inhoud er in.',
 	'Cloning blog \'[_1]\'...' => 'Bezit blog \'[_1]\' te klonen...',
 	'Finished! You can <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">return to the blog listing</a> or <a href="javascript:void(0);" onclick="closeDialog(\'[_2]\');">configure the Site root and URL of the new blog</a>.' => 'Klaar! U kan nu <a href=\"javascript:void(0);\" onclick=\"closeDialog(\'[_1]\');\">terugkeren naar het overzicht van de blogs</a> of <a href=\"javascript:void(0);\" onclick=\"closeDialog(\'[_2]\');\">de siteroot en URL van de nieuwe blog configureren</a>',
@@ -4434,8 +3948,8 @@
 ## plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm
 	'File is not in WXR format.' => 'Bestand is niet in WXR formaat.',
-	'Duplicate asset (\'[_1]\') found.  Skipping.' => 'Dubbel mediabestand (\'[_1]\') gevonden.  Wordt overgeslagen.', # Translate - New
+	'Duplicate asset (\'[_1]\') found.  Skipping.' => 'Dubbel mediabestand (\'[_1]\') gevonden.  Wordt overgeslagen.',
 	'Saving asset (\'[_1]\')...' => 'Bezig met opslaan mediabestand (\'[_1]\')...',
 	' and asset will be tagged (\'[_1]\')...' => ' en mediabestand zal getagd worden als (\'[_1]\')...',
-	'Duplicate entry (\'[_1]\') found.  Skipping.' => 'Dubbel bericht (\'[_1]\') gevonden.  Wordt overgeslagen.', # Translate - New
+	'Duplicate entry (\'[_1]\') found.  Skipping.' => 'Dubbel bericht (\'[_1]\') gevonden.  Wordt overgeslagen.',
 	'Saving page (\'[_1]\')...' => 'Pagina aan het opslaan (\'[_1]\')...',
 
@@ -4444,15 +3958,15 @@
 	'Upload path for this WordPress blog' => 'Uploadpad voor deze WordPress blog',
 	'Replace with' => 'Vervangen door',
-	'Download attachments' => 'Attachments downloaden', # Translate - New
-	'Requires the use of a cron job to download attachments from WordPress powered blog in the background.' => 'Vereist het gebruik van een cronjob om attachments van een WordPress blog te downloaden op de achtergrond.', # Translate - New
-	'Download attachments (images and files) from the imported WordPress powered blog.' => 'Attachments (afbeeldingen en bestanden) downloaden van de geÃ¯mporteerde WordPress blog.', # Translate - New
+	'Download attachments' => 'Attachments downloaden',
+	'Requires the use of a cron job to download attachments from WordPress powered blog in the background.' => 'Vereist het gebruik van een cronjob om attachments van een WordPress blog te downloaden op de achtergrond.',
+	'Download attachments (images and files) from the imported WordPress powered blog.' => 'Attachments (afbeeldingen en bestanden) downloaden van de geÃ¯mporteerde WordPress blog.',
 
 ## plugins/WXRImporter/WXRImporter.pl
 	'Import WordPress exported RSS into MT.' => 'Importeer RSS geÃ«xporteerd uit WordPress in MT.',
 	'WordPress eXtended RSS (WXR)' => 'WordPress eXtended RSS (WXR)',
-	'Download WP attachments via HTTP.' => 'WP attachments downloaden via HTTP.', # Translate - New
+	'Download WP attachments via HTTP.' => 'WP attachments downloaden via HTTP.',
 
 ## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
-	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'Uw mt-static map kon niet worden gevonden.  Gelieve \'StaticFilePath\' te configureren om verder te gaan.', # Translate - New
+	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'Uw mt-static map kon niet worden gevonden.  Gelieve \'StaticFilePath\' te configureren om verder te gaan.',
 	'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Kon map [_1] niet aanmaken - Controleer of uw \'themes\' map beschrijfbaar is voor de webserver.',
 	'Error downloading image: [_1]' => 'Fout bij downloaden afbeelding: [_1]',
@@ -4643,5 +4157,5 @@
 
 ## plugins/WidgetManager/default_widgets/calendar.mtml
-	'Monthly calendar with links to daily posts' => 'Maandkalender met links naar de berichten van alle dagen', # Translate - New
+	'Monthly calendar with links to daily posts' => 'Maandkalender met links naar de berichten van alle dagen',
 	'Sun' => 'Zon',
 	'Mon' => 'Maa',
@@ -4657,19 +4171,20 @@
 
 ## plugins/WidgetManager/default_widgets/date_based_author_archives.mtml
-	'Author Yearly Archives' => 'Archieven per auteur per jaar', # Translate - New
-	'Author Weekly Archives' => 'Archieven per auteur per week', # Translate - New
-	'Author Daily Archives' => 'Archieven per auteur per dag', # Translate - New
+	'Author Yearly Archives' => 'Archieven per auteur per jaar',
+	'Author Weekly Archives' => 'Archieven per auteur per week',
+	'Author Daily Archives' => 'Archieven per auteur per dag',
 
 ## plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml
-	'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]', # Translate - New
-	'Recent Assets' => 'Recente mediabestanden', # Translate - New
+	'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]',
+	'Recent Comments' => 'Recente reacties',
+	'Recent Assets' => 'Recente mediabestanden',
 
 ## plugins/WidgetManager/default_widgets/syndication.mtml
-	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Zoekresultaten die overeen komen met &ldquo;<$mt:SearchString$>&rdquo;', # Translate - New
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Zoekresultaten die overeen komen met &ldquo;<$mt:SearchString$>&rdquo;',
 
 ## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml
 
 ## plugins/WidgetManager/default_widgets/recent_comments.mtml
-	'<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] reageerde op [_3]</a>: [_4]', # Translate - New
+	'<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] reageerde op [_3]</a>: [_4]',
 
 ## plugins/WidgetManager/default_widgets/technorati_search.mtml
@@ -4689,23 +4204,23 @@
 
 ## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
-	'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]', # Translate - New
-	'Current Category Monthly Archives' => 'Archieven van de huidige categorie per maand', # Translate - New
-	'Category Archives' => 'Archieven per categorie', # Translate - New
+	'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]',
+	'Current Category Monthly Archives' => 'Archieven van de huidige categorie per maand',
+	'Category Archives' => 'Archieven per categorie',
 
 ## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
-	'Category Yearly Archives' => 'Archieven per categorie per jaar', # Translate - New
-	'Category Weekly Archives' => 'Archieven per categorie per week', # Translate - New
-	'Category Daily Archives' => 'Archieven per categorie per dag', # Translate - New
+	'Category Yearly Archives' => 'Archieven per categorie per jaar',
+	'Category Weekly Archives' => 'Archieven per categorie per week',
+	'Category Daily Archives' => 'Archieven per categorie per dag',
 
 ## plugins/WidgetManager/default_widgets/widgets.cfg
-	'About This Page' => 'Over deze pagina', # Translate - New
-	'Current Author Monthly Archives' => 'Archieven per maand van de huidige auteur', # Translate - New
+	'About This Page' => 'Over deze pagina',
+	'Current Author Monthly Archives' => 'Archieven per maand van de huidige auteur',
 	'Calendar' => 'Kalender',
 	'Creative Commons' => 'Creative Commons',
-	'Home Page Widgets' => 'Hoofdpaginawidgets', # Translate - New
-	'Monthly Archives Dropdown' => 'Uitklapmenu archieven per maand', # Translate - New
-	'Page Listing' => '', # Translate - New
+	'Home Page Widgets' => 'Hoofdpaginawidgets',
+	'Monthly Archives Dropdown' => 'Uitklapmenu archieven per maand',
+	'Page Listing' => 'Overzicht pagina\'s',
 	'Powered By' => 'Aangedreven door',
-	'Syndication' => 'Syndicatie', # Translate - New
+	'Syndication' => 'Syndicatie',
 	'Technorati Search' => 'Technorati zoekformulier',
 	'Date-Based Author Archives' => 'Datum-gebaseerde auteursactieven',
@@ -4737,5 +4252,5 @@
 	'Installed Widgets' => 'GeÃ¯nstalleerde widgets',
 	'Available Widgets' => 'Beschikbare widgets',
-	'Save changes to this widget set (s)' => 'Wijzignen aan deze widgetset opslaan (s)', # Translate - New
+	'Save changes to this widget set (s)' => 'Wijzignen aan deze widgetset opslaan (s)',
 
 ## plugins/WidgetManager/tmpl/list.tmpl
@@ -4756,7 +4271,57 @@
 	'Widgets' => 'Widgets',
 
+## plugins/CustomFields/customfields.pl
+	'Moving Custom Fields storage...' => 'Opslaglocatie Custom Fields aan het verhuizen...',
+	'Moving metadata storage for [lc,_1]...' => 'Opslaglocatie metadata voor [lc,_1] aan het verhuizen...',
+	'Moving metadata storage for users...' => 'Opslaglocatie voor metadata van gebruikers aan het verhuizen...',
+	'Moving metadata storage for entries...' => 'Opslaglocatie voor metadata van berichten aan het verhuizen...',
+	'Moving metadata storage for pages...' => 'Metadata opslag voor pagina\'s word verplaatst...',
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm
+	'An error occurred processing [_1]. The previous version of the feed was used. A HTTP status of [_2] was returned.' => 'Er deed zich een fout voor bij het verwerken van [_1].  De vorige versie van de feed werd gebruikt.  Een HTTP status van [_2] werd teruggezonden.',
+	'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.' => 'Er deed zich een fout voor bij het verwerken van [_1].  De vorige versie van de feed was niet beschikbaar.  Een HTTP status van [_2] werd teruggezonden.',
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm
+	'\'[_1]\' is a required argument of [_2]' => '\'[_1]\' is een verplicht argument van [_2]',
+	'MT[_1] was not used in the proper context.' => 'MT[_1] werd niet gebruikt in de juiste context.',
+
+## plugins/feeds-app-lite/tmpl/config.tmpl
+	'Feeds.App Lite Widget Creator' => 'Feeds.App Lite Widgetmaker',
+	'Configure feed widget settings' => 'Feedwidget instellingen configureren',
+	'Enter a title for your widget.  This will also be displayed as the title of the feed when used on your published blog.' => 'Vul een titel in voor uw widget.  Deze titel zal ook getoond worden als de titel van de feed wanneer die op uw gepubliceerde weblog verschijnt.',
+	'[_1] Feed Widget' => '[_1] feedwidget',
+	'Select the maximum number of entries to display.' => 'Selecteer het maximum aantal berichten om te tonen.',
+	'3' => '3',
+	'5' => '5',
+	'10' => '10',
+	'All' => 'Alle',
+
+## plugins/feeds-app-lite/tmpl/msg.tmpl
+	'No feeds could be discovered using [_1]' => 'Er werden geen feeds gevonden worden met [_1]',
+	'An error occurred processing [_1]. Check <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">here</a> for more detail and please try again.' => 'Er deed zich een fout voor bij het verwerken van [_1]. Kijk dit <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">hier</a> na voor meer details en probeer opnieuw.',
+	'A widget named <strong>[_1]</strong> has been created.' => 'Een widget met de naam <strong>[_1]</strong> is aangemaakt',
+	'You may now <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">edit &ldquo;[_1]&rdquo;</a> or include the widget in your blog using <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">WidgetManager</a> or the following MTInclude tag:' => 'U kunt nu dit widget <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">&ldquo;[_1]&rdquo; bewerken</a> of includeren in uw blog met behulp van <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">WidgetManager</a> of volgende MTInclude tag:',
+	'You may now <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">edit &ldquo;[_1]&rdquo;</a> or include the widget in your blog using the following MTInclude tag:' => 'U kunt nu dit widget <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">&ldquo;[_1]&rdquo; bewerken</a> of includeren in uw weblog met behulp van volgende MTInclude tag:',
+	'Create Another' => 'Maak er nog Ã©Ã©n aan',
+
+## plugins/feeds-app-lite/tmpl/start.tmpl
+	'You must enter a feed or site URL to proceed' => 'U moet een feed of site-URL ingeven om verder te gaan',
+	'Create a widget from a feed' => 'Maak een widget van een feed',
+	'Feed or Site URL' => 'URL van feed of site',
+	'Enter the URL of a feed, or the URL of a site that has a feed.' => 'Vul de URL in van een feed, of de URL van een site met een feed..',
+
+## plugins/feeds-app-lite/tmpl/select.tmpl
+	'Multiple feeds were found' => 'Meerdere feeds gevonden',
+	'Select the feed you wish to use. <em>Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.</em>' => 'Selecteer de feed die u wenst te gebruiken. <em>Feeds.App Lite ondersteunt RSS 1.0, 2.0 en Atom feeds met uitsluitend tekst.</em>',
+	'URI' => 'URI',
+
+## plugins/feeds-app-lite/mt-feeds.pl
+	'Feeds.App Lite helps you republish feeds on your blogs. Want to do more with feeds in Movable Type?' => 'Feeds.App Lite helpt u om feeds te herpubliceren op uw weblogs.  Wenst u meer te doen met feeds in Movable Type?',
+	'Upgrade to Feeds.App' => 'Upgraden naar Feeds.App',
+	'Create a Feed Widget' => 'Feedwidget aanmaken',
+
 );
 
-## New words: 807
+## New words: 11
 
 1;
Index: /branches/release-29/lib/MT/L10N/ja.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/ja.pm (revision 1263)
+++ /branches/release-29/lib/MT/L10N/ja.pm (revision 1308)
@@ -289,5 +289,5 @@
 ## default_templates/footer.mtml
 	'Sidebar' => 'ãµã€ãããŒ',
-	'_POWERED_BY' => 'Powered by<br /><a href="http://www.sixapart.jp/movabletype/"><$MTProductName$></a>',
+	'_POWERED_BY' => 'Powered by <a href="http://www.sixapart.jp/movabletype/"><$MTProductName$></a>',
 	'This blog is licensed under a <a href="[_1]">Creative Commons License</a>.' => 'ãã®ãã­ã°ã¯<a href="[_1]">ã¯ãªãšã€ãã£ãã»ã³ã¢ã³ãº</a>ã§ã©ã€ã»ã³ã¹ãããŠããŸãã',
 
@@ -301,7 +301,6 @@
 §ããŠãããã­ã°äžèŠ§: <a href="[_1]">[_2]</a>',
 	'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'ãã®ãã­ã°èšäºã«å¯Ÿãããã©ãã¯ããã¯URL: <span id="trackbacks-link">[_1]</span>',
-	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a>([_3])~ã®ãã©ãã¯ããã¯',
+	'<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '[_3] - <a href="[_1]">[_2]</a> (<a href="[_4]">[_5]</a>)', # Translate - New
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">ç¶ããèª­ã</a>',
-	'Tracked on <a href="[_1]">[_2]</a>' => '<a href="[_1]">[_2]</a>',
 
 ## default_templates/entry_detail.mtml
@@ -338,5 +337,5 @@
 
 ## default_templates/entry_metadata.mtml
-	'By [_1] on [_2]' => '[_2] [_1]',
+	'By [_1] on [_2]' => '[_1] ([_2])',
 	'Permalink' => 'åå¥ããŒãž',
 	'Comments ([_1])' => 'ã³ã¡ã³ã([_1])',
@@ -448,7 +447,7 @@
 	'Sign in' => 'ãµã€ã³ã€ã³',
 	' to comment on this entry.' => 'ããŠããã³ã¡ã³ãããŠãã ããã',
-	' to comment on this entry,' => 'ããŠããã³ã¡ã³ãããŠãã ããã',
+	' to comment on this entry,' => 'ããŠãã ããã',
 	'or ' => '', # Translate - New
-	'comment anonymously.' => 'å¿åã§ã³ã¡ã³ãããããšãã§ããŸãã',
+	'comment anonymously.' => '(å¿åã§ã³ã¡ã³ããã)',
 
 ## default_templates/dynamic_error.mtml
@@ -456,6 +455,5 @@
 
 ## default_templates/comment_detail.mtml
-	'[_1] [_2] said:' => '[_1] [_2]:',
-	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="ã³ã¡ã³ãã®URL">[_2]</a>',
+	'default userpic' => 'æ¢å®ã®ãŠãŒã¶ãŒç»å', # Translate - New
 
 ## lib/MT.pm
@@ -1345,5 +1343,5 @@
 	'You can\'t reply to unpublished comment.' => 'å
 ¬éãããŠããªãã³ã¡ã³ãã«ã¯è¿ä¿¡ã§ããŸããã',
-	' (Backup from [_1])' => '[_1]æç¹ã§ã®ããã¯ã¢ãã', # Translate - New
+	' (Backup from [_1])' => ' - ããã¯ã¢ãã ([_1])',
 	'Error creating new template: ' => 'ãã³ãã¬ãŒãã®äœæãšã©ãŒ:',
 	'Skipping template \'[_1]\' since it appears to be a custom template.' => 'ã«ã¹ã¿ã ãã³ãã¬ãŒããšæãããããã\'[_1]\'ãã¹ã­ããããŸãã',
@@ -2047,5 +2045,5 @@
 	'Moving OpenID usernames to external_id fields...' => 'æ¢å­ã®OpenIDãŠãŒã¶ãŒåãç§»åããŠããŸã...',
 	'Assigning blog template set...' => 'ãã­ã°ã«ãã³ãã¬ãŒãã»ãããèš­å®ããŠããŸã...',
-	'Assigning blog page layout...' => 'ãã­ã°ã«ããŒãžã¬ã€ã¢ãŠããèš­å®ããŠããŸã...', # Translate - New
+	'Assigning blog page layout...' => 'ãã­ã°ã«ããŒãžã¬ã€ã¢ãŠããèš­å®ããŠããŸã...',
 
 ## lib/MT/XMLRPCServer.pm
@@ -2486,10 +2484,10 @@
 	'Save this entry' => 'ãã­ã°èšäºãä¿å­',
 	'Save this entry (s)' => 'ãã­ã°èšäºãä¿å­ãã (s)',
-	'Re-Edit this entry' => 'ãã­ã°èšäºãåç·šé', # Translate - New
-	'Re-Edit this entry (e)' => 'ãã­ã°èšäºãåç·šéãã (e)', # Translate - New
+	'Re-Edit this entry' => 'ãã­ã°èšäºãåç·šé',
+	'Re-Edit this entry (e)' => 'ãã­ã°èšäºãåç·šéãã (e)',
 	'Save this page' => 'ãŠã§ãããŒãžãä¿å­',
 	'Save this page (s)' => 'ãŠã§ãããŒãžãä¿å­ãã (s)',
-	'Re-Edit this page' => 'ãŠã§ãããŒãžãåç·šé', # Translate - New
-	'Re-Edit this page (e)' => 'ãŠã§ãããŒãžãåç·šéãã', # Translate - New
+	'Re-Edit this page' => 'ãŠã§ãããŒãžãåç·šé',
+	'Re-Edit this page (e)' => 'ãŠã§ãããŒãžãåç·šéãã',
 	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'ãã­ã°èšäº &ldquo;[_1]&rdquo;ã®ãã¬ãã¥ãŒ',
 	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'ãŠã§ãããŒãž &ldquo;[_1]&rdquo;ã®ãã¬ãã¥ãŒ',
@@ -2839,6 +2837,6 @@
 	'View entry' => 'ãã­ã°èšäºãèŠã',
 	'View page' => 'ãŠã§ãããŒãžãè¡šç€º',
-	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'ãã­ã°èšäºãèŠã€ãããŸããã§ããã<a href="[_1]">ãã­ã°èšäºã®äœæ</a>', # Translate - New
-	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'ãŠã§ãããŒãžãèŠã€ãããŸããã§ããã<a href="[_1]">ãŠã§ãããŒãžã®äœæ</a>', # Translate - New
+	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'ãã­ã°èšäºãèŠã€ãããŸããã§ããã<a href="[_1]">ãã­ã°èšäºã®äœæ</a>',
+	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'ãŠã§ãããŒãžãèŠã€ãããŸããã§ããã<a href="[_1]">ãŠã§ãããŒãžã®äœæ</a>',
 
 ## tmpl/cms/include/archive_maps.tmpl
@@ -3072,6 +3070,6 @@
 ## tmpl/cms/list_blog.tmpl
 	'You have successfully deleted the blogs from the Movable Type system.' => 'ã·ã¹ãã ãããã­ã°ãåé€ããŸããã',
+	'You have successfully refreshed your templates.' => 'ãã³ãã¬ãŒãã®åæåãå®äºããŸããã',
 	'Create Blog' => 'ãã­ã°ãäœæãã',
-	'Are you sure you want to delete this blog?' => 'ãã®ãã­ã°ãåé€ããŠããããã§ãã',
 
 ## tmpl/cms/edit_commenter.tmpl
@@ -3201,5 +3199,4 @@
 	'All Templates' => 'ãã¹ãŠã®ãã³ãã¬ãŒã',
 	'You have successfully deleted the checked template(s).' => 'éžæãããã³ãã¬ãŒããåé€ããŸããã',
-	'You have successfully refreshed your templates.' => 'ãã³ãã¬ãŒãã®åæåãå®äºããŸããã',
 	'Your templates have been published.' => 'ãã³ãã¬ãŒããåæ§ç¯ããŸããã',
 	'Create Archive Template:' => 'ã¢ãŒã«ã€ããã³ãã¬ãŒããäœæ:',
@@ -3211,5 +3208,5 @@
 	'Transfer weblog entries into Movable Type from other Movable Type installations or even other blogging tools or export your entries to create a backup or copy.' => 'ä»ã®Movable Typeããã­ã°ããŒã«ãããã­ã°èšäºãç§»è¡ãããããã­ã°èšäºã®ã³ããŒãäœæããŸãã',
 	'Import data into' => 'ã€ã³ããŒãå
-', # Translate - New
+',
 	'Select a blog to import.' => 'ã€ã³ããŒãå
 ã®ãã­ã°ãéžæããŠãã ããã',
@@ -3282,5 +3279,5 @@
 	'You have successfully deleted the checked comment(s).' => 'éžæããã³ã¡ã³ããåé€ããŸããã',
 	'You have successfully deleted the checked TrackBack(s).' => 'éžæãããã©ãã¯ããã¯ãåé€ããŸããã',
-	'Change Folder' => 'ãã©ã«ãã®å€æŽ', # Translate - New
+	'Change Folder' => 'ãã©ã«ãã®å€æŽ',
 	'Stats' => 'æ
 å ±',
@@ -3306,6 +3303,6 @@
 	'Warning: Changing this entry\'s basename may break inbound links.' => 'è­Šå: ãã®ãã­ã°èšäºã®åºåãã¡ã€ã«åã®å€æŽã¯ãå
 éšã®ãªã³ã¯åãã®åå ãšãªããŸãã',
-	'edit' => 'ç·šé', # Translate - Case
-	'close' => 'éãã', # Translate - Case
+	'edit' => 'ç·šé',
+	'close' => 'éãã',
 	'Accept' => 'åä¿¡èš­å®',
 	'Outbound TrackBack URLs' => 'ãã©ãã¯ããã¯éä¿¡å
@@ -3966,5 +3963,5 @@
 	'Collapse' => 'æãããã',
 	'Expand' => 'å±éãã',
-	'Create Subcategory' => 'ãµãã«ããŽãªã®äœæ', # Translate - New
+	'Create Subcategory' => 'ãµãã«ããŽãªã®äœæ',
 	'Move Category' => 'ã«ããŽãªã®ç§»å',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,ãã©ãã¯ããã¯,ãã©ãã¯ããã¯]',
@@ -4400,7 +4397,7 @@
 	'Updates current templates while retaining any user-created or user-modified templates.' => 'ãã³ãã¬ãŒããåæåããŸãããŠãŒã¶ãŒãäœæãŸãã¯ã«ã¹ã¿ãã€ãºãããã³ãã¬ãŒãã¯åæåããŸããã',
 	'Apply a new template set' => 'æ°ãããã³ãã¬ãŒãã»ãããé©çš',
-	'Deletes all existing templates and install the selected template set.' => 'æ¢å­ã®ãã³ãã¬ãŒãããã¹ãŠåé€ããŠãéžæãããæ°ãããã³ãã¬ãŒãã»ãããé©çšããŸãã', # Translate - New
-	'Reset to factory defaults' => 'ãªã»ããããŠåæç¶æ
-ã«æ»ããŸãã', # Translate - New
+	'Deletes all existing templates and install the selected template set.' => 'æ¢å­ã®ãã³ãã¬ãŒãããã¹ãŠåé€ããŠãéžæãããæ°ãããã³ãã¬ãŒãã»ãããé©çšããŸãã',
+	'Reset to factory defaults' => 'åæç¶æ
+ã«ãªã»ãã',
 	'Deletes all existing templates and installs factory default template set.' => 'æ¢å­ã®ãã³ãã¬ãŒãããã¹ãŠåé€ããŠãè£œåæ¢å®ã®ãã³ãã¬ãŒãã»ãããã€ã³ã¹ããŒã«ããŸãã',
 	'Make backups of existing templates first' => 'æ¢å­ã®ãã³ãã¬ãŒãã®ããã¯ã¢ãããäœæãã',
Index: /branches/release-29/lib/MT/Template/ContextHandlers.pm
===================================================================
--- /branches/release-29/lib/MT/Template/ContextHandlers.pm (revision 1287)
+++ /branches/release-29/lib/MT/Template/ContextHandlers.pm (revision 1308)
@@ -5999,5 +5999,5 @@
             $ctx->{__stash}{entries} = \@entries;
             $ctx->{current_timestamp} = $this_day . '000000';
-            $ctx->{current_timestamp_end} = $this_day . '215959';
+            $ctx->{current_timestamp_end} = $this_day . '235959';
             $ctx->{__stash}{calendar_day} = $day - $pad_start;
         }
Index: /branches/release-29/lib/MT/App/Search.pm
===================================================================
--- /branches/release-29/lib/MT/App/Search.pm (revision 1174)
+++ /branches/release-29/lib/MT/App/Search.pm (revision 1308)
@@ -318,4 +318,17 @@
     $ctx->stash('template_id', $app->{searchparam}{Template});
     $ctx->stash('maxresults', $app->{searchparam}{MaxResults});
+    $ctx->var( 'page_layout', $blog->page_layout )
+        if $blog && $blog->page_layout;
+    if (my $layout = $ctx->var('page_layout')) {
+        my $columns = {
+            'layout-wt'  => 2,
+            'layout-tw'  => 2,
+            'layout-wm'  => 2,
+            'layout-mw'  => 2,
+            'layout-wtt' => 3,
+            'layout-twt' => 3,
+        }->{$layout};
+        $ctx->var( 'page_columns', $columns ) if $columns;
+    }
 
     my $str;
Index: /branches/release-29/lib/MT/App/CMS.pm
===================================================================
--- /branches/release-29/lib/MT/App/CMS.pm (revision 1261)
+++ /branches/release-29/lib/MT/App/CMS.pm (revision 1308)
@@ -755,5 +755,5 @@
                 permission  => 'manage_pages',
                 condition   => sub {
-                    return 0 if $app->mode eq 'view';
+                    return $app->mode ne 'view';
                 },
             },
@@ -766,5 +766,5 @@
                 permission  => 'manage_pages',
                 condition   => sub {
-                    return 0 if $app->mode eq 'view';
+                    return $app->mode ne 'view';
                 },
             },
@@ -1562,5 +1562,5 @@
                     my @blogs = 
                         map { $_->blog_id }
-                          grep { $_->can_create_post || $_->can_pubish_post || $_->can_edit_all_posts }
+                          grep { $_->can_create_post || $_->can_publish_post || $_->can_edit_all_posts }
                           MT::Permission->load( { author_id => $app->user->id } );
                     return 1 if @blogs;
@@ -2912,6 +2912,6 @@
         $arg{offset} = $offset = $total - $limit;
     }
-    elsif ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) {
-        $arg{offset} = $offset = 0;
+    elsif ( $offset && ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) ) {
+        $arg{offset} = $offset = $total - $limit;
     }
     else {
@@ -2973,4 +2973,14 @@
     $param{object_label_plural}     = $tag_class->class_label_plural;
     $param{object_type}             = 'tag';
+
+    my $search_types = $app->search_apis($app->blog ? 'blog' : 'system');
+    if (grep { $_->{key} eq $param{tag_object_type} } @$search_types) {
+        $param{search_type} = $param{tag_object_type};
+        $param{search_label} = $param{tag_object_label_plural};
+    } else {
+        $param{search_type} = 'entry';
+        $param{search_label} = $app->translate("Entries");
+    }
+
     $param{list_start}              = $offset + 1;
     $param{list_end}                = $offset + scalar @$data;
@@ -4413,4 +4423,5 @@
     $param{can_create_blog} = $author->can_create_blog;
     $param{saved_deleted}   = $app->param('saved_deleted');
+    $param{refreshed}       = $app->param('refreshed');
     $param{nav_blogs}       = 1;
     $param{list_noncron}    = 1;
@@ -11895,6 +11906,6 @@
         $arg{offset} = $offset = $total - $limit;
     }
-    elsif ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) {
-        $arg{offset} = $offset = 0;
+    elsif ( $offset && ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) ) {
+        $arg{offset} = $offset = $total - $offset;
     }
     elsif ($offset) {
@@ -12332,6 +12343,6 @@
         $arg{offset} = $offset = $total - $limit;
     }
-    elsif ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) {
-        $arg{offset} = $offset = 0;
+    elsif ( $offset && ( ( $offset < 0 ) || ( $total - $offset < $limit ) ) ) {
+        $arg{offset} = $offset = $total - $offset;
     }
     else {
Index: /branches/release-29/lib/MT.pm.pre
===================================================================
--- /branches/release-29/lib/MT.pm.pre (revision 1174)
+++ /branches/release-29/lib/MT.pm.pre (revision 1308)
@@ -1878,5 +1878,5 @@
     my $param = {};
     $param->{mt_debug} = $MT::DebugMode;
-    $param->{mt_beta} = 1 if MT->version_id =~ m/^\d+\.\d+b/;
+    $param->{mt_beta} = 1 if MT->version_id =~ m/^\d+\.\d+(?:a|b|rc)/;
     $param->{static_uri} = $mt->static_path;
     $param->{mt_version} = MT->version_number;
Index: /branches/release-29/readme.html.nl
===================================================================
--- /branches/release-29/readme.html.nl (revision 1103)
+++ /branches/release-29/readme.html.nl (revision 1308)
@@ -4,5 +4,5 @@
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type 4.0 Lees mij</title>
+	<title>Movable Type 4.1 Lees mij</title>
 	<style type="text/css">
         body { font-family: Arial, Helvetica, sans-serif; }
Index: /branches/release-29/readme.html.en_US
===================================================================
--- /branches/release-29/readme.html.en_US (revision 1103)
+++ /branches/release-29/readme.html.en_US (revision 1308)
@@ -4,5 +4,5 @@
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type 4.0 Read Me</title>
+	<title>Movable Type 4.1 Read Me</title>
 	<style type="text/css">
         body { font-family: Arial, Helvetica, sans-serif; }
Index: /branches/release-29/MANIFEST.SKIP
===================================================================
--- /branches/release-29/MANIFEST.SKIP (revision 1244)
+++ /branches/release-29/MANIFEST.SKIP (revision 1308)
@@ -49,7 +49,4 @@
 #?package=MT ^mt-static/addons/Enterprise.pack
 
-# Held from beta releases for now
-#?package=MT ^plugins/TypePadAntiSpam
-
 #?package=MTP ^addons
 #?package=MTP ^COPYING
@@ -63,4 +60,8 @@
 #?package=MTOS ^mt-static/addons
 #?package=MTOS ^mt-static/themes/tristan-blue
+#?package=MTOS ^mt-static/themes/universal-black
+#?package=MTOS ^mt-static/plugins/feeds-app-lite
+#?package=MTOS ^plugins/feeds-app-lite
+#?package=MTOS ^plugins/CustomFields
 
 #?package=MTE ^COPYING
@@ -97,4 +98,5 @@
 \bRCS\b
 \.svn\b
+\.gitignore
 ,v$
 
@@ -108,14 +110,4 @@
 ^\.DS_Store$
 
-# Doc files.
-^mt-static/docs
-^mt-static/docs/.*\.txt
-^mt-static/docs/.*\.pod
-^mt-static/docs/mtweblogs.*
-^mt-static/docs/mtapi
-^mt-static/docs/mttrackback
-^mt-static/docs/mtmanual-full.html$
-^docs-.*/
-
 # Packages
 ^lib/MT/FileMgr/SFTP.pm$
@@ -127,5 +119,4 @@
 Tangent\.pm$
 /no\.pm$
-#/ja\.pm$
 /it\.pm$
 
@@ -178,3 +169,2 @@
 index\.html\..*
 build-language-stamp
-.gitignore
Index: /branches/release-29/index.html.fr
===================================================================
--- /branches/release-29/index.html.fr (revision 1258)
+++ /branches/release-29/index.html.fr (revision 1308)
@@ -93,5 +93,5 @@
             <h2>Installation?</h2>
 
-            <p>Si vous dÃ©couvrez Movable Type, vous apprÃ©cierez certainement de trouver des conseils utiles dans le chapitre "Installation" dans notre <a href="__HELP_URL__">documentation Movable Type</a>. Vous pouvez aussi visiter la Page <a rel="nofollow" href="mt-check.cgi">"VÃ©rification SystÃšme"</a> pour vÃ©rifier que votre systÃšme comporte tous les Ã©lÃ©ments nÃ©cessaires Ã  l'installation de Movable Type.</p>
+            <p>Si vous dÃ©couvrez Movable Type, vous apprÃ©cierez certainement de trouver des conseils utiles dans le chapitre "Installation" dans notre <a href="http://www.movabletype.org/documentation/">documentation Movable Type</a>. Vous pouvez aussi visiter la Page <a rel="nofollow" href="mt-check.cgi">"VÃ©rification SystÃšme"</a> pour vÃ©rifier que votre systÃšme comporte tous les Ã©lÃ©ments nÃ©cessaires Ã  l'installation de Movable Type.</p>
         </div>
     </div>
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm (revision 1174)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm (revision 1308)
@@ -14,40 +14,44 @@
 
 %Lexicon = (
-    'StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> page.' => 'StyleCatcher vous permet de naviguer facilement Ã  travers des styles et de les appliquer Ã  votre blog en quelques clics seulement. Pour en savoir plus Ã  propos des styles Movable Type, ou pour avoir de nouvelles sources de styles, visitez la page <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a>.',
-    'Select a Design using StyleCatcher' => 'SÃ©lectionner un  habillage via StyleCatcher',
-    'StyleCatcher must first be configured system-wide before it can be used.' => 'StyleCatcher doit Ãªtre configurÃ© avant de pouvoir Ãªtre utilisÃ©.',
-    'Configure plugin' => 'Configurer le plugin',
-    'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Impossible de crÃ©er le dossier [_1] - VÃ©rifiez que votre dossier \'themes\' et en mode webserveur/Ã©criture.',
-    'Successfully applied new theme selection.' => 'SÃ©lection de nouveau ThÃšme appliquÃ©e avec succÃšs.',
-    'Theme Root URL:' => 'URL Racine du ThÃšme :',
-    'Theme Root Path:' => 'Chemin Racine du ThÃšme :',
-    'Style Library URL:' => 'URL de la bibliothÃšque de styles :',
-    'View Site' => 'Voir le site',
-    'Please select a weblog to apply this theme.' => 'Merci de sÃ©lectionner un weblog auquel appliquer ce thÃšme.',
-    'Please click on a theme before attempting to apply a new design to your blog.' => 'Merci de cliquer  sur un thÃšme avant d\'essayer d\'appliquer un nouveau design Ã  votre weblog.',
-    'Applying...' => 'Appliquer...',
-    'Choose this Design' => 'Choisir ce design',
-    'Find Style' => 'Trouver un style',
-    'Loading...' => 'Chargement...',
-    'StyleCatcher user script.' => 'Script utilisateur StyleCatcher.',
-    'Theme or Repository URL:' => 'URL du ThÃšme ou du RÃ©pertoire:',
-    'Find Styles' => 'Trouver un Style',
-    'NOTE:' => 'NOTE :',
-    'It will take a moment for themes to populate once you click \'Find Style\'.' => 'La mise Ã  jour des themes prendra quelques temps Ã  partir du moment oÃ¹ vous cliquerez sur  \'trouver un style\'.',
-    'Current theme for your weblog' => 'ThÃšme actuel de votre weblog',
-    'Current Theme' => 'ThÃšme Actuel',
-    'Current themes for your weblogs' => 'ThÃšmes actuels de vos weblogs',
-    'Current Themes' => 'ThÃšmes actuels',
-    'Locally saved themes' => 'ThÃšmes enregistrÃ©s localement',
-    'Saved Themes' => 'ThÃšmes enregistrÃ©s',
-    'Single themes from the web' => 'ThÃšmes uniques venant du web',
-    'More Themes' => 'Plus de thÃšmes',
-    'Templates' => 'ModÃšles',
-    'Details' => 'DÃ©tails',
-    'Show Details' => 'Afficher les DÃ©tails',
-    'Hide Details' => 'Masquer les DÃ©tails',
-    'Select a Weblog...' => 'SÃ©lectionner un weblog...',
-    'Apply Selected Design' => 'Appliquer le Design sÃ©lectionnÃ©',
-    'You don\'t appear to have any weblogs with a \'styles-site.css\' template that you have rights to edit. Please check your weblog(s) for this template.' => 'Il semble que sur aucun de vos blogs vous ne bÃ©nÃ©ficiez des droits d\'Ã©dition sur le modÃšle \'styles-site.css\'. Merci de vÃ©rifier la prÃ©sence de ce modÃšle sur vos weblog(s).',
+## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
+	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'Le rÃ©pertoire mt-static n\'a pas pu Ãªtre trouvÃ©. Veuillez configurer le \'StaticFilePath\' pour continuer.',
+	'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Impossible de crÃ©er le dossier [_1] - VÃ©rifiez que votre dossier \'themes\' et en mode webserveur/Ã©criture.',
+	'Error downloading image: [_1]' => 'Erreur en tÃ©lÃ©chargeant l\'image : [_1]',
+	'Successfully applied new theme selection.' => 'SÃ©lection de nouveau ThÃšme appliquÃ©e avec succÃšs.',
+	'Invalid URL: [_1]' => 'URL inaccessible : [_1]',
+
+## plugins/StyleCatcher/tmpl/view.tmpl
+	'Select a Style' => 'Habillages',
+	'3-Columns, Wide, Thin, Thin' => '3-colonnes, large, fin, fin',
+	'3-Columns, Thin, Wide, Thin' => '3-colonnes, fin, large, fin',
+	'2-Columns, Thin, Wide' => '2-colonnes, fin, large',
+	'2-Columns, Wide, Thin' => '2-colonnes, large, fin',
+	'None available' => 'Aucun disponible',
+	'Applying...' => 'Appliquer...',
+	'Apply Design' => 'Appliquer l\'habillage',
+	'Error applying theme: ' => 'Erreur en appliquant l\'habillage:',
+	'The selected theme has been applied, but as you have changed the layout, you will need to republish your blog to apply the new layout.' => 'L\'habillage sÃ©lectionnÃ© a Ã©tÃ© appliquÃ©. Vous devez republier votre blog afin d\'appliquer la nouvelle mise en page.',
+	'The selected theme has been applied!' => 'L\'habillage sÃ©lectionnÃ© a Ã©tÃ© appliquÃ©!',
+	'Error loading themes! -- [_1]' => 'Erreur lors du chargement des habillages ! -- [_1]',
+	'Stylesheet or Repository URL' => 'URL de la feuille de style ou du rÃ©pertoire',
+	'Stylesheet or Repository URL:' => 'URL de la feuille de style ou du rÃ©pertoire:',
+	'Download Styles' => 'TÃ©lÃ©charger des habillages',
+	'Current theme for your weblog' => 'ThÃšme actuel de votre weblog',
+	'Current Style' => 'Habillage actuel',
+	'Locally saved themes' => 'ThÃšmes enregistrÃ©s localement',
+	'Saved Styles' => 'Habillages enregistrÃ©s',
+	'Default Styles' => 'Habillages par dÃ©faut',
+	'Single themes from the web' => 'ThÃšmes uniques venant du web',
+	'More Styles' => 'Plus d\'habillages',
+	'Selected Design' => 'Habillage sÃ©lectionnÃ©',
+	'Layout' => 'Mise en page',
+
+## plugins/StyleCatcher/stylecatcher.pl
+	'StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> page.' => 'StyleCatcher vous permet de naviguer facilement Ã  travers des styles et de les appliquer Ã  votre blog en quelques clics seulement. Pour en savoir plus Ã  propos des styles Movable Type, ou pour avoir de nouvelles sources de styles, visitez la page <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a>.',
+	'MT 4 Style Library' => 'BibliothÃšque MT4',
+	'A collection of styles compatible with Movable Type 4 default templates.' => 'Une gamme de styles compatibles avec les gabarits MT4 par dÃ©faut',
+	'MT 3 Style Library' => 'BibliothÃšque MT3',
+	'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Une gamme de styles compatibles avec les gabarits MT3.3+ par dÃ©faut',
+	'Styles' => 'Habillages',
 );
 
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm (revision 1174)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm (revision 1308)
@@ -14,40 +14,44 @@
 
 %Lexicon = (
-    'Theme Root URL:' => 'Themaroot URL:',
-    'Theme Root Path:' => 'Themaroot pad:',
-    'Style Library URL:' => 'Stijlenbibliotheek URL:',
-    'View Site' => 'Site bekijken',
-    'Please select a weblog to apply this theme.' => 'Gelieve een weblog te selecteren om dit thema op toe te passen.',
-    'Please click on a theme before attempting to apply a new design to your blog.' => 'Gelieve op een thema te klikken voor u een nieuw design instelt voor uw weblog.',
-    'Applying...' => 'Wordt toegepast...',
-    'Choose this Design' => 'Dit design kiezen',
-    'Find Style' => 'Stijl zoeken',
-    'Loading...' => 'Laden...',
-    'StyleCatcher user script.' => 'StyleCatcher gebruikers script.',
-    'Theme or Repository URL:' => 'URL van thema of bibliotheek:',
-    'Find Styles' => 'Stijlen zoeken',
-    'NOTE:' => 'OPMERKING:',
-    'It will take a moment for themes to populate once you click \'Find Style\'.' => 'Het kan even duren voor de lijst met thema\'s is ingeladen nadat u op \'Stijlen zoeken\' heeft geklikt.',
-    'Current theme for your weblog' => 'Huidig thema van uw weblog',
-    'Current Theme' => 'Huidig thema',
-    'Current themes for your weblogs' => 'Huidige thema\'s voor uw weblogs',
-    'Current Themes' => 'Huidige thema\'s',
-    'Locally saved themes' => 'Lokaal opgeslagen thema\'s',
-    'Saved Themes' => 'Opgeslagen thema\'s',
-    'Single themes from the web' => 'Losse thema\'s van het web',
-    'More Themes' => 'Meer thema\'s',
-    'Templates' => 'Sjablonen',
-    'Details' => 'Details', # Translate - Previous (1)
-    'Show Details' => 'Details tonen',
-    'Hide Details' => 'Details verbergen',
-    'Select a Weblog...' => 'Selecteer een weblog...',
-    'Apply Selected Design' => 'Geselecteerd design toepassen',
-    'You don\'t appear to have any weblogs with a \'styles-site.css\' template that you have rights to edit. Please check your weblog(s) for this template.' => 'Het lijkt er op dat u geen weblogs heeft met een \'styles-site.css\' sjabloon waarvoor u rechten heeft om het te bewerken.  Kijk na of uw weblog(s) dit sjabloon hebben.',
-    'StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> page.' => 'Met StyleCatcher kunt u makkelijk een keuze maken tussen stijlen om ze daarna op uw blog toe te passen in een paar klikken.  Om meer te weten over Movable Type stijlen, of om een bron te vinden van nog meer stijlen, bezoek de <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> pagina.',
-    'Select a Design using StyleCatcher' => 'Selecteer een design met StyleCatcher',
-    'StyleCatcher must first be configured system-wide before it can be used.' => 'StyleCatcher moet eerst geconfigureerd zijn voor het hele systeem voor het gebruikt kan worden.',
-    'Configure plugin' => 'Plugin configureren',
-    'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Kon map [_1] niet aanmaken - Controleer of uw \'themes\' map beschrijfbaar is voor de webserver.',
-    'Successfully applied new theme selection.' => 'Nieuwe thema-selectie met succes toegepast.',
+## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
+	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'Uw mt-static map kon niet worden gevonden.  Gelieve \'StaticFilePath\' te configureren om verder te gaan.',
+	'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Kon map [_1] niet aanmaken - Controleer of uw \'themes\' map beschrijfbaar is voor de webserver.',
+	'Error downloading image: [_1]' => 'Fout bij downloaden afbeelding: [_1]',
+	'Successfully applied new theme selection.' => 'Nieuwe thema-selectie met succes toegepast.',
+	'Invalid URL: [_1]' => 'Ongeldige URL: [_1]',
+
+## plugins/StyleCatcher/tmpl/view.tmpl
+	'Select a Style' => 'Selecteer een stijl',
+	'3-Columns, Wide, Thin, Thin' => '3-kolommen, breed, smal, smal',
+	'3-Columns, Thin, Wide, Thin' => '3-kolommen, smal, breed, smal',
+	'2-Columns, Thin, Wide' => '2-kolommen, smal, breed',
+	'2-Columns, Wide, Thin' => '2-kolommen, breed, smal',
+	'None available' => 'Geen beschikbaar',
+	'Applying...' => 'Wordt toegepast...',
+	'Apply Design' => 'Design toepassen',
+	'Error applying theme: ' => 'Fout bij toepassen thema:',
+	'The selected theme has been applied, but as you have changed the layout, you will need to republish your blog to apply the new layout.' => 'Het geselecteerde thema is toegepast, maar omdat u een andere lay-out heeft gekozen, moet u eerst uw weblog opnieuw publiceren om de nieuwe lay-out zichtbaar te maken.',
+	'The selected theme has been applied!' => 'Het geselecteerde thema is toegepast',
+	'Error loading themes! -- [_1]' => 'Fout bij het laden van thema\'s! -- [_1]',
+	'Stylesheet or Repository URL' => 'Stylesheet of bibliotheek URL',
+	'Stylesheet or Repository URL:' => 'Stylesheet of bibliotheek URL:',
+	'Download Styles' => 'Stijlen downloaden',
+	'Current theme for your weblog' => 'Huidig thema van uw weblog',
+	'Current Style' => 'Huidige stijl',
+	'Locally saved themes' => 'Lokaal opgeslagen thema\'s',
+	'Saved Styles' => 'Opgeslagen stijlen',
+	'Default Styles' => 'Standaard stijlen',
+	'Single themes from the web' => 'Losse thema\'s van het web',
+	'More Styles' => 'Meer stijlen',
+	'Selected Design' => 'Geselecteerde designs',
+	'Layout' => 'Lay-out',
+
+## plugins/StyleCatcher/stylecatcher.pl
+	'StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> page.' => 'Met StyleCatcher kunt u makkelijk een keuze maken tussen stijlen om ze daarna op uw blog toe te passen in een paar klikken.  Om meer te weten over Movable Type stijlen, of om een bron te vinden van nog meer stijlen, bezoek de <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type styles</a> pagina.',
+	'MT 4 Style Library' => 'MT 4 Stijlenbibliotheek',
+	'A collection of styles compatible with Movable Type 4 default templates.' => 'Een verzameling stijlen compatibel met de standaardsjablonen van Movable Type 4.',
+	'MT 3 Style Library' => 'MT 3 Stijlenbibliotheek',
+	'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Een verzameling stijlen compatibel met de standaardsjablonen van Movable Type 3.3+.',
+	'Styles' => 'Stijlen',
 
 );
Index: /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/fr.pm
===================================================================
--- /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/fr.pm (revision 1098)
+++ /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/fr.pm (revision 1308)
@@ -12,66 +12,130 @@
 
 %Lexicon = (
-    'Technorati Search' => 'Recherche Technorati',
-    'Calendar' => 'Calendrier',
-    'Category list (nested)' => 'Liste de CatÃ©gories',
-    'Creative Commons' => 'Creative Commons',
-    'Monthly archive list' => 'Liste des archives mensuelles',
-    'Recent posts' => 'Notes rÃ©centes',
-    'Search form' => 'Formulaire de recherche',
-    'Subscribe to feed' => 'S\'abonner au flux',
-    'Recent comments' => 'Commentaires rÃ©cents',
-    'Tag cloud (sidebar)' => 'Nuage de Tags (colonne latÃ©rale)',
-    'Monthly archive dropdown' => 'Menu dÃ©roulant des archives mensuelles',
-    'Maintain your weblog\'s widget content using a handy drag and drop interface.' => 'Administrez les widgets de votre weblog en utilisant une interface glisser/dÃ©placer.',
-    'Widget Manager' => 'Gestionnaire de Widget',
-    'Your changes to the Widget Manager have been saved.' => 'Vos changements dans votre Gestionnaire de Widgets sont enregistrÃ©s.',
-    'You have successfully deleted the selected Widget Manager(s) from your weblog.' => 'Vous avez correctement supprimÃ© de votre weblog le(s) Gestionnaire(s) de Widgets sÃ©lectionnÃ©(s).',
-    'To add a Widget Manager to your templates, use the following syntax:' => 'Pour ajouter un Gestionnaire de Widget Ã  vos modÃšles, utilisez la syntaxe suivante:',
-    'Widget Managers' => 'Gestionnaires de Widget',
-    'Add Widget Manager' => 'Ajouter un Gestionnaire de Widgets',
-    'Create Widget Manager' => 'CrÃ©er un Gestionnaire de Widgets',
-    'Delete Selected' => 'Effacer les Ã©lÃ©ments sÃ©lectionnÃ©s',
-    'Are you sure you wish to delete the selected Widget Manager(s)?' => 'Ãtes-vous sur de vouloir supprimer le(s) Gestionnaire(s) de Widgets selectionnÃ©(s) ?',
-    'WidgetManager Name' => 'Nom du Gestionnaire de Widget',
-    'Installed Widgets' => 'Widgets installÃ©s',
-    'Movable Type Publishing Platform' => 'Plateforme de publication Movable Type',
-    'Weblogs' => 'Weblogs',
-    'Go' => 'OK',
-    'You already have a widget manager named [_1]. Please use a unique name for this widget manager.' => 'Vous avez dÃ©jÃ  un gestionnaire de Widgets nommÃ© [_1]. Merci d\'utiliser un nom unique pour ce gestionnaire de Widgets.',
-    'Rearrange Items' => 'RÃ©organiser les Ã©lÃ©ments',
-    'Widget Manager Name:' => 'Nom du Gestionnaire de Widgets :',
-    'Build WidgetManager:' => 'Construire le Gestionnaire de Widgets :',
-    'Available Widgets' => 'Widgets disponibles',
-    'Save Changes' => 'Enregistrer les modifications',
-    'Save changes (s)' => 'Enregistrer les modifications',
-    'Technorati' => 'Technorati',
-    'this blog' => 'ce blog',
-    'all blogs' => 'tous les blogs',
-    'Blogs that link here' => 'Blogs pointant ici',
-    'Recent Comments' => 'Commentaires rÃ©cents',
-    'Select a Month...' => 'SÃ©lectionnez un Mois...',
-    'Monthly calendar with links to each day\'s posts' => 'Calendrier mensuel avec des liens vers les notes quotidiennes',
-    'Sunday' => 'Dimanche',
-    'Sun' => 'Dim',
-    'Monday' => 'Lundi',
-    'Mon' => 'Lun',
-    'Tuesday' => 'Mar',
-    'Tue' => 'Mar',
-    'Wednesday' => 'Mercredi',
-    'Wed' => 'Mer',
-    'Thursday' => 'Jeudi',
-    'Thu' => 'Jeu',
-    'Friday' => 'Vendredi',
-    'Fri' => 'Ven',
-    'Saturday' => 'Samedi',
-    'Sat' => 'Sam',
-    'Tag cloud' => 'Nuage de Tag',
-    'Can\'t find included template module \'[_1]\'' => 'Impossible de trouver le module de modÃšle inclus \'[_1]\'',
-    'Loading template \'[_1]\' failed: [_2]' => 'Echec lors du chargement du modÃšle \'[_1]\': [_2]',
-    'Permission denied.' => 'Permission refusÃ©e.',
-    'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Impossible de dupliquer le gestionnaire de Widgets \'[_1]\' existant. Merci de revenir Ã  la page prÃ©cÃ©dente et de saisir un nom unique.',
-    'Moving [_1] to list of installed modules' => 'DÃ©placement de [_1] dans la liste des modules installÃ©s',
-    'Error opening file \'[_1]\': [_2]' => 'Erreur lors de l\'ouverture du fichier \'[_1]\': [_2]',
-    'First Widget Manager' => 'Premier gestionnaire de widget',
+## plugins/WidgetManager/lib/WidgetManager/Plugin.pm
+	'Can\'t find included template widget \'[_1]\'' => 'Impossible de trouver le gabarit de widget inclus \'[_1]\'',
+	'Cloning Widgets for blog...' => 'Cloner les widgets pour le blog...',
+
+## plugins/WidgetManager/lib/WidgetManager/CMS.pm
+	'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Impossible de dupliquer le gestionnaire de Widgets \'[_1]\' existant. Merci de revenir Ã  la page prÃ©cÃ©dente et de saisir un nom unique.',
+	'Main Menu' => 'Menu principal',
+	'Widget Manager' => 'Gestionnaire de Widget',
+	'New Widget Set' => 'Nouveau groupe de widgets',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml
+	'Select a Month...' => 'SÃ©lectionnez un Mois...',
+
+## plugins/WidgetManager/default_widgets/category_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/calendar.mtml
+	'Monthly calendar with links to daily posts' => 'Calendrier mensuel avec des liens vers les notes du jour',
+	'Sun' => 'Dim',
+	'Mon' => 'Lun',
+	'Tue' => 'Mar',
+	'Wed' => 'Mer',
+	'Thu' => 'Jeu',
+	'Fri' => 'Ven',
+	'Sat' => 'Sam',
+
+## plugins/WidgetManager/default_widgets/recent_entries.mtml
+
+## plugins/WidgetManager/default_widgets/current_author_monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/date_based_author_archives.mtml
+	'Author Yearly Archives' => 'Archives Annuelles par Auteurs',
+	'Author Weekly Archives' => 'Archives Hebdomadaires par Auteurs',
+	'Author Daily Archives' => 'Archives Quotidiennes par Auteurs',
+
+## plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml
+	'This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' => 'Ceci est un groupe de wigets personnalisÃ© qui est conditionÃ© pour n\'apparaÃ®tre que sur la page d\'accueil (ou "main_index"). Plus d\'infos : [_1]',
+
+## plugins/WidgetManager/default_widgets/syndication.mtml
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'RÃ©sultats de la recherche pour la requÃªte &ldquo;<$mt:SearchString$>&rdquo;',
+
+## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/recent_comments.mtml
+	'<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] a commentÃ© sur [_3]</a>: [_4]',
+
+## plugins/WidgetManager/default_widgets/technorati_search.mtml
+	'Technorati' => 'Technorati',
+	'<a href=\'http://www.technorati.com/\'>Technorati</a> search' => 'Recherche <a href=\'http://www.technorati.com/\'>Technorati</a> ',
+	'this blog' => 'ce blog',
+	'all blogs' => 'tous les blogs',
+	'Blogs that link here' => 'Blogs pointant ici',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/signin.mtml
+	'You are signed in as ' => 'Vous Ãªtes identifiÃ© en tant que ',
+	'You do not have permission to sign in to this blog.' => 'Vous n\'avez pas l\'autorisation de vous identifier sur ce blog.',
+
+## plugins/WidgetManager/default_widgets/pages_list.mtml
+
+## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
+	'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]' => 'Ceci est un groupe de widgets personnalisÃ© qui est conditionÃ© pour afficher un contenu diffÃ©rent basÃ© sur le type d\'archives qui est inclu. Plus d\'infos : [_1]',
+	'Current Category Monthly Archives' => 'Archives Mensuelles de la CatÃ©gorie Courante',
+
+## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
+	'Category Yearly Archives' => 'Archives Annuelles par CatÃ©gories',
+	'Category Weekly Archives' => 'Archives Hebdomadaires par CatÃ©gories',
+	'Category Daily Archives' => 'Archives Quotidiennes par CatÃ©gories',
+
+## plugins/WidgetManager/default_widgets/widgets.cfg
+	'About This Page' => 'Ã propos de cette page',
+	'Current Author Monthly Archives' => 'Archives Mensuelles de l\'Auteur Courant',
+	'Calendar' => 'Calendrier',
+	'Creative Commons' => 'Creative Commons',
+	'Home Page Widgets' => 'Widgets de Page d\'Accueil',
+	'Monthly Archives Dropdown' => 'Liste dÃ©roulante des Archives Mensuelles',
+	'Page Listing' => 'Liste des Pages', # Translate - New
+	'Powered By' => 'AnimÃ© Par',
+	'Syndication' => 'Syndication',
+	'Technorati Search' => 'Recherche Technorati',
+	'Date-Based Author Archives' => 'Archives des Auteurs par Dates',
+	'Date-Based Category Archives' => 'Archives des CatÃ©gories par Dates',
+
+## plugins/WidgetManager/default_widgets/creative_commons.mtml
+	'This weblog is licensed under a' => 'Ce blog est sujet Ã  une licence',
+	'Creative Commons License' => 'Creative Commons',
+
+## plugins/WidgetManager/default_widgets/about_this_page.mtml
+
+## plugins/WidgetManager/default_widgets/author_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/powered_by.mtml
+
+## plugins/WidgetManager/default_widgets/tag_cloud.mtml
+
+## plugins/WidgetManager/default_widgets/recent_assets.mtml
+
+## plugins/WidgetManager/default_widgets/search.mtml
+
+## plugins/WidgetManager/tmpl/edit.tmpl
+	'Edit Widget Set' => 'Modifier le groupe de widgets',
+	'Please use a unique name for this widget set.' => 'Merci d\'utiliser un nom unique pour ce groupe de widgets.',
+	'You already have a widget set named \'[_1].\' Please use a unique name for this widget set.' => 'Vous avez dÃ©jÃ  un widget nommÃ© \'[_1].\' Merci d\'utiliser un nom unique pour ce groupe de widgets.',
+	'Your changes to the Widget Set have been saved.' => 'Les modifications apportÃ©es au groupe de widgets ont Ã©tÃ© enregistrÃ©es.',
+	'Set Name' => 'Nom du groupe',
+	'Drag and drop the widgets you want into the Installed column.' => 'Glissez-dÃ©posez les widgets que vous voulez dans la colonne de gauche.',
+	'Installed Widgets' => 'Widgets installÃ©s',
+	'Available Widgets' => 'Widgets disponibles',
+	'Save changes to this widget set (s)' => 'Enregistrer les modifications de ce groupe de widgets',
+
+## plugins/WidgetManager/tmpl/list.tmpl
+	'Widget Sets' => 'Groupes de widgets',
+	'Widget Set' => 'Groupe de widgets',
+	'Delete selected Widget Sets (x)' => 'Effacer les groupes de widgets sÃ©lectionnÃ©s (x)',
+	'Helpful Tips' => 'Astuces',
+	'To add a widget set to your templates, use the following syntax:' => 'Pour ajouter un groupe de widgets Ã  vos gabarits, utilisez la syntaxe suivante :',
+	'<strong>&lt;$MTWidgetSet name=&quot;Name of the Widget Set&quot;$&gt;</strong>' => '<strong>&lt;$MTWidgetSet name=&quot;Nom du groupe de widgets&quot;$&gt;</strong>',
+	'Edit Widget Templates' => 'Ãditer les gabarits de widget',
+	'Your changes to the widget set have been saved.' => 'Les modifications apportÃ©es au widget ont Ã©tÃ© enregistrÃ©es.',
+	'You have successfully deleted the selected widget set(s) from your blog.' => 'Vous avez supprimÃ© de votre blog les groupes de widgets sÃ©lectionnÃ©s.',
+	'Create Widget Set' => 'CrÃ©er un groupe de widgets',
+	'No Widget Sets could be found.' => 'Aucun groupe de widgets n\'a Ã©tÃ© trouvÃ©',
+
+## plugins/WidgetManager/WidgetManager.pl
+	'Maintain your blog\'s widget content using a handy drag and drop interface.' => 'Organisez les widgets de votre blog via une interface de type glissez-dÃ©posez.',
+	'Widgets' => 'Widgets',
 
     );
Index: /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/nl.pm
===================================================================
--- /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/nl.pm (revision 1098)
+++ /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/nl.pm (revision 1308)
@@ -12,66 +12,130 @@
 
 %Lexicon = (
-    'Technorati Search' => 'Technorati zoekformulier',
-    'Calendar' => 'Kalender',
-    'Category list (nested)' => 'Categorielijst (genest)',
-    'Creative Commons' => 'Creative Commons',
-    'Monthly archive list' => 'Lijst maandelijkse archieven',
-    'Recent posts' => 'Recente berichten',
-    'Search form' => 'Zoekformulier',
-    'Subscribe to feed' => 'Inschrijven op feed',
-    'Recent comments' => 'Laatste reacties',
-    'Tag cloud (sidebar)' => 'Tag-wolk (zijkolom)',
-    'Monthly archive dropdown' => 'Uitklapmenu maandelijkse archieven',
-    'Maintain your weblog\'s widget content using a handy drag and drop interface.' => 'Beheer de widgets op uw weblog met een handige klik-en-sleep interface.',
-    'Widget Manager' => 'Widget Manager', # Translate - Previous (2)
-    'Your changes to the Widget Manager have been saved.' => 'Uw wijzigingen aan de Widget Manager zijn opgeslagen.',
-    'You have successfully deleted the selected Widget Manager(s) from your weblog.' => 'De geselecteerde Widget Manager(s) is met succes verwijderd van uw weblog.',
-    'To add a Widget Manager to your templates, use the following syntax:' => 'Om een Widget Manager aan uw sjablonen toe te voegen, moet u volgende syntax gebruiken:',
-    'Widget Managers' => 'Widget Managers', # Translate - Previous (2)
-    'Add Widget Manager' => 'Voeg Widget Manager toe',
-    'Create Widget Manager' => 'Widget Manager aanmaken',
-    'Delete Selected' => 'Geselecteerde items verwijderen',
-    'Are you sure you wish to delete the selected Widget Manager(s)?' => 'Bent u zeker dat u de geselecteerde Widget Manager(s) wenst te verwijderen?',
-    'WidgetManager Name' => 'Naam Widget Manager',
-    'Installed Widgets' => 'GeÃ¯nstalleerde widgets',
-    'Movable Type Publishing Platform' => 'Movable Type publicatieplatform',
-    'Weblogs' => 'Weblogs', # Translate - Previous (1)
-    'Go' => 'Ga',
-    'You already have a widget manager named [_1]. Please use a unique name for this widget manager.' => 'U heeft al een widget manager met de naam [_1]. Gelieve een unieke naam te gebruiken voor deze widget manager.',
-    'Rearrange Items' => 'Items herschikken',
-    'Widget Manager Name:' => 'Widget Manager naam:',
-    'Build WidgetManager:' => 'Bouw WidgetManager:',
-    'Available Widgets' => 'Beschikbare widgets',
-    'Save Changes' => 'Wijzigingen opslaan',
-    'Save changes (s)' => 'Wijziging(en) opslaan',
-    'Technorati' => 'Technorati', # Translate - Previous (1)
-    'this blog' => 'deze weblog',
-    'all blogs' => 'alle blogs',
-    'Blogs that link here' => 'Blogs die hierheen linken',
-    'Recent Comments' => 'Recente reacties',
-    'Select a Month...' => 'Selecteer een maand...',
-    'Monthly calendar with links to each day\'s posts' => 'Maandkalender met links naar de berichten van elke dag',
-    'Sunday' => 'Zondag',
-    'Sun' => 'Zon',
-    'Monday' => 'Maandag',
-    'Mon' => 'Maa',
-    'Tuesday' => 'Dinsdag',
-    'Tue' => 'Din',
-    'Wednesday' => 'Woensdag',
-    'Wed' => 'Woe',
-    'Thursday' => 'Donderdag',
-    'Thu' => 'Don',
-    'Friday' => 'Vrijdag',
-    'Fri' => 'Vri',
-    'Saturday' => 'Zaterdag',
-    'Sat' => 'Zat',
-    'Tag cloud' => 'Tagwolk',
-    'Can\'t find included template module \'[_1]\'' => 'Kan de geÃ¯ncludeerde sjabloonmodule \'[_1]\' niet vinden',
-    'Loading template \'[_1]\' failed: [_2]' => 'Sjabloon \'[_1]\' laden mislukt: [_2]',
-    'Permission denied.' => 'Toestemming geweigerd.',
-    '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.',
-    'Moving [_1] to list of installed modules' => '[_1] wordt verplaatst naar de lijst van geÃ¯nstalleerde modules',
-    'Error opening file \'[_1]\': [_2]' => 'Fout bij openen bestand \'[_1]\': [_2]',
-    'First Widget Manager' => 'Eerste Widget Manager',
+## plugins/WidgetManager/lib/WidgetManager/Plugin.pm
+	'Can\'t find included template widget \'[_1]\'' => 'Kan geÃ¯ncludeerd sjabloonwidget \'[_1]\' niet vinden',
+	'Cloning Widgets for blog...' => 'Bezig widgets te klonen van blog...',
+
+## plugins/WidgetManager/lib/WidgetManager/CMS.pm
+	'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.',
+	'Main Menu' => 'Hoofdmenu',
+	'Widget Manager' => 'Widget Manager',
+	'New Widget Set' => 'Nieuwe widgetset',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml
+	'Select a Month...' => 'Selecteer een maand...',
+
+## plugins/WidgetManager/default_widgets/category_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/calendar.mtml
+	'Monthly calendar with links to daily posts' => 'Maandkalender met links naar de berichten van alle dagen',
+	'Sun' => 'Zon',
+	'Mon' => 'Maa',
+	'Tue' => 'Din',
+	'Wed' => 'Woe',
+	'Thu' => 'Don',
+	'Fri' => 'Vri',
+	'Sat' => 'Zat',
+
+## plugins/WidgetManager/default_widgets/recent_entries.mtml
+
+## plugins/WidgetManager/default_widgets/current_author_monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/date_based_author_archives.mtml
+	'Author Yearly Archives' => 'Archieven per auteur per jaar',
+	'Author Weekly Archives' => 'Archieven per auteur per week',
+	'Author Daily Archives' => 'Archieven per auteur per dag',
+
+## plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml
+	'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]',
+
+## plugins/WidgetManager/default_widgets/syndication.mtml
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Zoekresultaten die overeen komen met &ldquo;<$mt:SearchString$>&rdquo;',
+
+## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/recent_comments.mtml
+	'<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] reageerde op [_3]</a>: [_4]',
+
+## plugins/WidgetManager/default_widgets/technorati_search.mtml
+	'Technorati' => 'Technorati',
+	'<a href=\'http://www.technorati.com/\'>Technorati</a> search' => 'Zoek op <a href=\'http://www.technorati.com/\'>Technorati</a>',
+	'this blog' => 'deze weblog',
+	'all blogs' => 'alle blogs',
+	'Blogs that link here' => 'Blogs die hierheen linken',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/signin.mtml
+	'You are signed in as ' => 'U bent aangemeld als',
+	'You do not have permission to sign in to this blog.' => 'U heeft geen toestemming om aan te melden op deze weblog',
+
+## plugins/WidgetManager/default_widgets/pages_list.mtml
+
+## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
+	'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]',
+	'Current Category Monthly Archives' => 'Archieven van de huidige categorie per maand',
+
+## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
+	'Category Yearly Archives' => 'Archieven per categorie per jaar',
+	'Category Weekly Archives' => 'Archieven per categorie per week',
+	'Category Daily Archives' => 'Archieven per categorie per dag',
+
+## plugins/WidgetManager/default_widgets/widgets.cfg
+	'About This Page' => 'Over deze pagina',
+	'Current Author Monthly Archives' => 'Archieven per maand van de huidige auteur',
+	'Calendar' => 'Kalender',
+	'Creative Commons' => 'Creative Commons',
+	'Home Page Widgets' => 'Hoofdpaginawidgets',
+	'Monthly Archives Dropdown' => 'Uitklapmenu archieven per maand',
+	'Page Listing' => 'Overzicht pagina\'s', # Translate - New
+	'Powered By' => 'Aangedreven door',
+	'Syndication' => 'Syndicatie',
+	'Technorati Search' => 'Technorati zoekformulier',
+	'Date-Based Author Archives' => 'Datum-gebaseerde auteursactieven',
+	'Date-Based Category Archives' => 'Datum-gebaseerde categorie-archieven',
+
+## plugins/WidgetManager/default_widgets/creative_commons.mtml
+	'This weblog is licensed under a' => 'Deze weblog valt onder een licentie van het type',
+	'Creative Commons License' => 'Creative Commons Licentie',
+
+## plugins/WidgetManager/default_widgets/about_this_page.mtml
+
+## plugins/WidgetManager/default_widgets/author_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/powered_by.mtml
+
+## plugins/WidgetManager/default_widgets/tag_cloud.mtml
+
+## plugins/WidgetManager/default_widgets/recent_assets.mtml
+
+## plugins/WidgetManager/default_widgets/search.mtml
+
+## plugins/WidgetManager/tmpl/edit.tmpl
+	'Edit Widget Set' => 'Widgetset bewerken',
+	'Please use a unique name for this widget set.' => 'Gelieve een unieke naam voor deze widgetset te gebruiken',
+	'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.',
+	'Your changes to the Widget Set have been saved.' => 'Uw wijzigingen aan de widgetset zijn opgeslagen.',
+	'Set Name' => 'Naam instellen',
+	'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.',
+	'Installed Widgets' => 'GeÃ¯nstalleerde widgets',
+	'Available Widgets' => 'Beschikbare widgets',
+	'Save changes to this widget set (s)' => 'Wijzignen aan deze widgetset opslaan (s)',
+
+## plugins/WidgetManager/tmpl/list.tmpl
+	'Widget Sets' => 'Widgetsets',
+	'Widget Set' => 'Widgetset',
+	'Delete selected Widget Sets (x)' => 'Geselecteerde widgetsets verwijderen (x)',
+	'Helpful Tips' => 'Nuttige tips',
+	'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:',
+	'<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>',
+	'Edit Widget Templates' => 'Bewerk widgetsjablonen',
+	'Your changes to the widget set have been saved.' => 'Uw wijzigingen aan de widgetset werden opgeslagen.',
+	'You have successfully deleted the selected widget set(s) from your blog.' => 'U heeft met succes de geselecteerde widgetset(s) van uw weblog verwijderd.',
+	'Create Widget Set' => 'Widgetset aanmaken',
+	'No Widget Sets could be found.' => 'Er werden geen widgetsets gevonden.',
+
+## plugins/WidgetManager/WidgetManager.pl
+	'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.',
+	'Widgets' => 'Widgets',
 );
 1;
Index: /branches/release-29/index.html.nl
===================================================================
--- /branches/release-29/index.html.nl (revision 1258)
+++ /branches/release-29/index.html.nl (revision 1308)
@@ -93,5 +93,5 @@
             <h2>Installatie?</h2>
 
-            <p>Als u Movable Type aan het installeren bent, is het nuttig om de <a href="__HELP_URL__">installatie-instructies</a> te bekijken en om de <a rel="nofollow" href="mt-check.cgi">Movable Type systeemcontrole</a> uit te voeren om zeker te zijn dat u systeem alles heeft wat nodig is.</p>
+            <p>Als u Movable Type aan het installeren bent, is het nuttig om de <a href="http://www.movabletype.org/documentation/">installatie-instructies</a> te bekijken en om de <a rel="nofollow" href="mt-check.cgi">Movable Type systeemcontrole</a> uit te voeren om zeker te zijn dat u systeem alles heeft wat nodig is.</p>
         </div>
     </div>
Index: /branches/release-29/index.html.en_US
===================================================================
--- /branches/release-29/index.html.en_US (revision 1258)
+++ /branches/release-29/index.html.en_US (revision 1308)
@@ -93,5 +93,5 @@
             <h2>Installing?</h2>
 
-            <p>If you are just starting with Movable Type, you may want to review the installation/upgrade guide posted on the <a href="__HELP_URL__">Movable Type documentation site</a> and view the <a rel="nofollow" href="mt-check.cgi">Movable Type System Check</a> to make sure that your system has what it needs.</p>
+            <p>If you are just starting with Movable Type, you may want to review the installation/upgrade guide posted on the <a href="http://www.movabletype.org/documentation/">Movable Type documentation site</a> and view the <a rel="nofollow" href="mt-check.cgi">Movable Type System Check</a> to make sure that your system has what it needs.</p>
         </div>
     </div>
Index: /branches/release-29/build/Build.pm
===================================================================
--- /branches/release-29/build/Build.pm (revision 1174)
+++ /branches/release-29/build/Build.pm (revision 1308)
@@ -62,4 +62,5 @@
       'arch=s@'         => undef,  # Constructed below.
       'beta=s'          => 0,  # Beta build number.
+      'rc=s'            => 0,  # Release candidate build number.
       'cleanup!'        => 1,  # Remove the exported directory after deployment.
       'date!'           => 1,  # Toggle date stamping.
@@ -156,5 +157,5 @@
 
     # Handle option aliases.
-    if( $self->{'prod'} or $self->{'alpha=s'} or $self->{'beta=s'} ) {
+    if( $self->{'prod'} or $self->{'alpha=s'} or $self->{'beta=s'} or $self->{'rc=s'} ) {
         $self->{'symlink!'} = 0;
     }
@@ -181,8 +182,13 @@
         $self->{'license=s'} ||= $config->{LICENSE};
         my @stamp = ();
-        push @stamp, $config->{PRODUCT_VERSION} . (
-            $self->{'alpha=s'} ? "a$self->{'alpha=s'}"
-          : $self->{'beta=s'}  ? "b$self->{'beta=s'}"
-          : '' );
+        if ($self->{'stamp=s'}) {
+            push @stamp, $self->{'stamp=s'};
+        } else {
+            push @stamp, $config->{PRODUCT_VERSION} . (
+                $self->{'alpha=s'} ? "a$self->{'alpha=s'}"
+              : $self->{'beta=s'}  ? "b$self->{'beta=s'}"
+              : $self->{'rc=s'}    ? "rc$self->{'rc=s'}"
+              : '' );
+        }
         # Add repo, date and ldap to the stamp if we are not production.
         unless( $self->{'prod'} ) {
@@ -844,5 +850,5 @@
     # version.
     return if $self->{'debug'} || $self->{'make'} ||
-        ($self->{'prod'} && !($self->{'beta=s'} || $self->{'alpha=s'}));
+        ($self->{'prod'} && !($self->{'beta=s'} || $self->{'alpha=s'} || $self->{'rc=s'}));
     $self->verbose( 'Entered inject_footer()' );
     return if $self->{'prod'} || $self->{'debug'} || $self->{'make'};
Index: /branches/release-29/build/l10n/wrap.pl
===================================================================
--- /branches/release-29/build/l10n/wrap.pl (revision 1174)
+++ /branches/release-29/build/l10n/wrap.pl (revision 1308)
@@ -32,8 +32,21 @@
 
 my $tmpl;
+my $plugin = q();
+my %conv;
+my %pgconv;
 
 while (<>) {
     if (/^\s*##\s*(.*)$/) {
         $tmpl = $1;
+        if ( $tmpl =~ m!^plugins!
+          || $tmpl =~ m!^addons! ) {
+            my ($pg) = $tmpl =~ m!^(?:plugins|addons)/(.+?)/.+!;
+            warn $pg;
+            %pgconv = () unless $pg eq $plugin;
+            $plugin = $pg;
+        }
+        else {
+            $plugin = q();
+        }
         my $l = $_;
         last if eof();
@@ -45,13 +58,18 @@
         my $base = $1; 
         my $trans = $2;
-        unless (defined $conv{$base}) {
-		print $_;
-		$words = wordcount($base);
-		$wc += $words unless ($trans);
+        if ( !exists($conv{$base}) && !exists($pgconv{$base}) ) {
+            print $_;
+            $words = wordcount($base);
+            $wc += $words unless ($trans);
         }
-        $conv{$base} = 1;
+        if ( $plugin ) {
+            $pgconv{$base} = 1;
+        }
+        else {
+            $conv{$base} = 1;
+        }
     }
     else{
-	    print $_;
+        print $_;
     }
 }
Index: /branches/release-29/build/exportmt.pl
===================================================================
--- /branches/release-29/build/exportmt.pl (revision 1174)
+++ /branches/release-29/build/exportmt.pl (revision 1308)
@@ -25,4 +25,5 @@
 
 foreach my $lang ( $build->languages() ) {
+    local $build->{'stamp=s'};
     $build->setup( language => $lang );
 
Index: /branches/release-29/mt-static/css/structure.css
===================================================================
--- /branches/release-29/mt-static/css/structure.css (revision 1265)
+++ /branches/release-29/mt-static/css/structure.css (revision 1308)
@@ -2979,5 +2979,4 @@
     width: 256px;
     border: 2px solid #CCC;
-    background: #EEE url(../images/asset/file.gif) no-repeat center center;
 }
 
@@ -3032,5 +3031,4 @@
     width: 75px;
     border: 2px solid #CCC;
-    background: #EEE url(../images/asset/file.gif) no-repeat center center;
 }
 
@@ -3071,5 +3069,5 @@
 }
 
-.edit-asset .asset-thumb { background-image: url(../images/asset/file.gif); }
+.edit-asset .asset-thumb { background: #EEE url(../images/asset/file.gif) no-repeat center center; }
 .edit-asset .asset-type-image .asset-thumb { background-image: url(../images/asset/image.gif); }
 .edit-asset .asset-type-audio .asset-thumb { background-image: url(../images/asset/audio.gif); }
@@ -3326,4 +3324,7 @@
     position: relative;
     left: -90px;
+}
+.dialog #folder-selector {
+    position: static;
 }
 
Index: /branches/release-29/mt-static/mt.js
===================================================================
--- /branches/release-29/mt-static/mt.js (revision 1257)
+++ /branches/release-29/mt-static/mt.js (revision 1308)
@@ -1336,5 +1336,11 @@
 
         this.initFormElements();
-        
+
+        /* fix a display issue */
+        var navEl = DOM.getElement( "content-nav" );
+        var navConEl = DOM.getElement( "content-header-inner" );
+        if ( navEl && navConEl )
+            navEl.style.top = "-" + DOM.getStyle( navConEl, "height" );
+
         if ( this.constructor.Resizer ) {
             this.setDelegate( "resizer", new this.constructor.Resizer( this.getIndirectMethod( "resizeComplete" ) ) );
@@ -1487,4 +1493,5 @@
                 DOM.addClassName( flyout, "hidden" );
                 this.openFlyouts.remove( es[ i ] );
+                showAllDropDown();
             }
         }
@@ -1531,5 +1538,6 @@
                 this.targetElement = null;
 
-                hideDropDown();
+                hideAllDropDown();
+                showDropDown( el );
                 this.openFlyouts.add( name );
 
@@ -1537,5 +1545,4 @@
                 
             case "closeFlyout":
-                showDropDown();
                 this.closeFlyouts();
                 
@@ -2246,5 +2253,5 @@
 
         /* actually hides select boxes, not the dropdown */
-        hideDropDown();
+        hideAllDropDown();
         this.inTimer = null;
         this.outTimer = null;
@@ -2265,5 +2272,5 @@
 
         /* actually shows select boxes, not the dropdown */
-        showDropDown();
+        showAllDropDown();
         this.outTimer = null;
         this.inTimer = null;
@@ -2810,5 +2817,5 @@
 }
 
-function hideDropDown() { // hides SELECT lists under the nav on IE6
+function hideAllDropDown() { // hides SELECT lists under the nav on IE6
     if((/MSIE/.test(navigator.userAgent)) && parseInt(navigator.appVersion)==4) {
         var dd = document.getElementsByTagName('select');
@@ -2820,5 +2827,5 @@
 }
 
-function showDropDown() {
+function showAllDropDown() {
     if ((/MSIE/.test(navigator.userAgent)) && parseInt(navigator.appVersion)==4) {
         var dd = document.getElementsByTagName('select');
@@ -2828,4 +2835,14 @@
     }
 	return;
+}
+
+function showDropDown(el) {
+    if ((/MSIE/.test(navigator.userAgent)) && parseInt(navigator.appVersion)==4) {
+        var dd = el.getElementsByTagName( "select" );
+        for ( var i = 0; i < dd.length; i++ ) {
+            dd[i].style.visibility = 'visible';
+        }
+    }
+    return;
 }
 
Index: /branches/release-29/readme.html.es
===================================================================
--- /branches/release-29/readme.html.es (revision 1103)
+++ /branches/release-29/readme.html.es (revision 1308)
@@ -4,5 +4,5 @@
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type 4.0 Read Me</title>
+	<title>Movable Type 4.1 Read Me</title>
 	<style type="text/css">
         body { font-family: Arial, Helvetica, sans-serif; }
Index: /branches/release-29/tmpl/cms/list_blog.tmpl
===================================================================
--- /branches/release-29/tmpl/cms/list_blog.tmpl (revision 1212)
+++ /branches/release-29/tmpl/cms/list_blog.tmpl (revision 1308)
@@ -6,4 +6,11 @@
             class="success">
             <__trans phrase="You have successfully deleted the blogs from the Movable Type system.">
+        </mtapp:statusmsg>
+    </mt:if>
+    <mt:if name="refreshed">
+        <mtapp:statusmsg
+            id="refreshed"
+            class="success">
+            <__trans phrase="You have successfully refreshed your templates.">
         </mtapp:statusmsg>
     </mt:if>
@@ -23,13 +30,4 @@
     <script type="text/javascript">
     <!--
-    function doRemoveBlog(id) {
-        if (confirm("<__trans phrase="Are you sure you want to delete this blog?" escape="js">")) {
-            var f = getByID('delete_blog');
-            f['id'].value = id;
-            f.submit();
-        }
-        return false;
-    }
-
     var tableSelect;
     function init()
Index: /branches/release-29/tmpl/cms/include/blog_table.tmpl
===================================================================
--- /branches/release-29/tmpl/cms/include/blog_table.tmpl (revision 1134)
+++ /branches/release-29/tmpl/cms/include/blog_table.tmpl (revision 1308)
@@ -19,9 +19,4 @@
             <th id="bt-authors"><__trans phrase="Users"></th>
             <th id="bt-settings"><__trans phrase="Settings"></th>
-        <mt:unless name="mode_search_replace">
-            <mt:if name="is_administrator">
-            <th id="bt-delete"><__trans phrase="Delete"></th>
-            </mt:if>
-        </mt:unless>
         </tr>
     </thead>
@@ -36,9 +31,4 @@
             <td align="right"><mt:var name="num_authors"></td>
             <td><mt:if name="can_edit_config"><a href="<mt:var name="script_url">?__mode=cfg_prefs&amp;blog_id=<mt:var name="id">"><__trans phrase="Settings"></a><mt:else>&nbsp;</mt:if></td>
-    <mt:unless name="mode_search_replace">
-        <mt:if name="is_administrator">
-            <td><a href="javascript:void(0)" onclick="doRemoveBlog('<mt:var name="id">'); return false;"><img src="<mt:var name="static_uri">images/nav_icons/mini/delete.gif" width="9" height="11" alt="<__trans phrase="Delete">" /></a></td>
-        </mt:if>
-    </mt:unless>
         </tr>
     <mt:if name="__last__">
