Index: /branches/release-29/default_templates/comment_detail.mtml
===================================================================
--- /branches/release-29/default_templates/comment_detail.mtml (revision 1308)
+++ /branches/release-29/default_templates/comment_detail.mtml (revision 1350)
@@ -2,20 +2,6 @@
     <div class="inner">
         <div class="comment-header">
-<mt:IfImageSupport>
-            <div class="user-pic">
-                <mt:if tag="CommenterUserpic">
-                <img src="<$MTCommenterUserpicURL$>" width="50" height="50" alt="user-pic" />
-                <mt:else>
-                    <mt:if tag="CommenterAuthIconURL">
-                <a href="<$MTCommenterURL$>" class="auth-icon"><img src="<$MTCommenterAuthIconURL size="logo_small"$>" alt="<$mt:CommenterAuthType$>"/></a>
-                <img src="<$MTStaticWebPath$>images/default-userpic-90.jpg" width="50" height="50" alt="<__trans phrase="default userpic">" />
-                    <mt:else>
-                <img src="<$MTStaticWebPath$>images/default-userpic-90.jpg" width="50" height="50" alt="<__trans phrase="default userpic">" />
-                    </mt:if>
-                </mt:if>
-            </div>
-</mt:IfImageSupport>
             <div class="asset-meta">
-                <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>
+                <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span>
             </div>
         </div>
Index: /branches/release-29/default_templates/comments.mtml
===================================================================
--- /branches/release-29/default_templates/comments.mtml (revision 1262)
+++ /branches/release-29/default_templates/comments.mtml (revision 1350)
@@ -1,4 +1,4 @@
 <MTIfCommentsActive>
-<div id="comments" class="comments<mt:IfImageSupport> comments-userpic</mt:IfImageSupport>">
+<div id="comments" class="comments">
     <MTIf name="comment_preview_template">
     <$MTInclude module="<__trans phrase="Comment Form">"$>
Index: /branches/release-29/lib/MT/L10N/es.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/es.pm (revision 1247)
+++ /branches/release-29/lib/MT/L10N/es.pm (revision 1350)
@@ -2,5 +2,5 @@
 # permission from www.sixapart.com.
 #
-# $Id:$
+# $Id$
 
 package MT::L10N::es;
@@ -150,6 +150,5 @@
 
 ## default_templates/comment_detail.mtml
-	'[_1] [_2] said:' => '[_1] [_2] dijo:',
-	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Enlace permanente a este comentario">[_2]</a>',
+	'By [_1] on [_2]' => 'Por [_1] el [_2]',
 
 ## default_templates/comment_form.mtml
@@ -194,5 +193,4 @@
 
 ## default_templates/entry_metadata.mtml
-	'By [_1] on [_2]' => 'Por [_1] el [_2]',
 	'Permalink' => 'Enlace permanente',
 	'Comments ([_1])' => 'Comentarios ([_1])',
@@ -204,5 +202,5 @@
 ## default_templates/recover-password.mtml
 	'_USAGE_FORGOT_PASSWORD_1' => 'SolicitÃ³ la recuperaciÃ³n de su contraseÃ±a de Movable Type. Su contraseÃ±a se ha modificado en el sistema; Ã©sta es su nueva contraseÃ±a:',
-	'_USAGE_FORGOT_PASSWORD_2' => 'DeberÃ­a poder iniciar una sesiÃ³n en Movable Type con esta nueva contraseÃ±a. DespuÃ©s de iniciar la sesiÃ³n, cambie su contraseÃ±a a otra que pueda memorizar y recordar fÃ¡cilmente.',
+	'_USAGE_FORGOT_PASSWORD_2' => 'DeberÃ­a poder iniciar una sesiÃ³n en Movable Type con esta nueva contraseÃ±a via la URL abajo. DespuÃ©s de iniciar la sesiÃ³n, cambie su contraseÃ±a a otra que pueda memorizar y recordar fÃ¡cilmente.',
 	'Mail Footer' => 'Pie del correo',
 
@@ -231,7 +229,6 @@
 	'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Abajo estÃ¡n listados los blogs que hacen referencia a esta entrada: <a href="[_1]">[_2]</a>.',
 	'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'URL de TrackBack de esta entrada: <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> desde [_3] en <a href="[_4]">[_5]</a>',
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Leer mÃ¡s</a>',
-	'Tracked on <a href="[_1]">[_2]</a>' => 'Enviado desde <a href="[_1]">[_2]</a>',
 
 ## default_templates/sidebar.mtml
@@ -685,4 +682,5 @@
 	'User' => 'Usuario',
 	'Invalid type' => 'Tipo no vÃ¡lido',
+	'Entries' => 'Entradas',
 	'New name of the tag must be specified.' => 'El nuevo nombre de la etiqueta debe ser especificado',
 	'No such tag' => 'No existe dicha etiqueta',
@@ -699,4 +697,5 @@
 	'Blog Activity Feed' => 'SindicaciÃ³n de Actividades del blog',
 	'*User deleted*' => '*Usuario borrado*',
+	'<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 en [_2]</a> - Arrastre este enlace a la barra de herramientas de su navegador y haga clic en Ã©l cuando desee publicar una entrada sobre la pÃ¡gina que visita.',
 	'All Feedback' => 'Todas las opiniones',
 	'Publishing' => 'PublicaciÃ³n',
@@ -713,5 +712,4 @@
 	'Load failed: [_1]' => 'Fallo carga: [_1]',
 	'(no reason given)' => '(ninguna razÃ³n ofrecida)',
-	'Entries' => 'Entradas',
 	'Pages' => 'PÃ¡ginas',
 	'(untitled)' => '(sin tÃ­tulo)',
@@ -990,5 +988,5 @@
 	'You can\'t reply to unapproved comment.' => 'No puede responder a un comentario no aprobado.',
 	'You can\'t reply to unpublished comment.' => 'No puede contestar a comentarios no publicados.',
-	' (Backup from [_1])' => ' (Copia de [_1])', # Translate - New
+	' (Backup from [_1])' => ' (Copia de [_1])',
 	'Error creating new template: ' => 'Error creando nueva plantilla: ',
 	'Skipping template \'[_1]\' since it appears to be a custom template.' => 'Ignorando plantilla \'[_1]\' ya que parecer ser una plantilla personalizada.',
@@ -1235,5 +1233,5 @@
 	'Moving OpenID usernames to external_id fields...' => 'Moviendo los nombres de usuarios de OpenID a campos external_id...',
 	'Assigning blog template set...' => 'Asignando conjunto de plantillas...',
-	'Assigning blog page layout...' => 'Asignando disposiciÃ³n de las pÃ¡ginas...', # Translate - New
+	'Assigning blog page layout...' => 'Asignando disposiciÃ³n de las pÃ¡ginas...',
 
 ## lib/MT/Core.pm
@@ -1843,5 +1841,5 @@
 	'Once the [_1] directory is in a web-accessible location, specify the location below.' => 'Cuando el directorio [_1] estÃ© en un lugar accesible vÃ­a web, especifique el lugar debajo.',
 	'This URL path can be in the form of [_1] or simply [_2]' => 'La direcciÃ³n URL puede estar en la forma de [_1] o simplemente [_2]',
-	'This path must be in the form of [_1]' => 'Esta ruta debe estar en la forma [_1]', # Translate - New
+	'This path must be in the form of [_1]' => 'Esta ruta debe estar en la forma [_1]',
 	'Static web path' => 'Ruta estÃ¡tica del web',
 	'Static file path' => 'Ruta estÃ¡tica de los ficheros',
@@ -1853,5 +1851,5 @@
 	'All required Perl modules were found.' => 'Se encontraron todos los mÃ³dulos de Perl necesarios.',
 	'You are ready to proceed with the installation of Movable Type.' => 'EstÃ¡ listo para continuar con la instalaciÃ³n de Movable Type.',
-	'Some optional Perl modules could not be found. <a href="javascript:void(0)" onclick="[_1]">Display list of optional modules</a>' => 'No se encontrarons algunos mÃ³dulos opcionales de Perl. <a href="javascript:void(0)" onclick="[_1]">Mostrar lista de mÃ³dulos opcionales</a>',
+	'Some optional Perl modules could not be found. <a href="javascript:void(0)" onclick="[_1]">Display list of optional modules</a>' => 'No se encontraron algunos mÃ³dulos opcionales de Perl. <a href="javascript:void(0)" onclick="[_1]">Mostrar lista de mÃ³dulos opcionales</a>',
 	'One or more Perl modules required by Movable Type could not be found.' => 'No se encontraron uno o varios mÃ³dulos de Perl necesarios.',
 	'The following Perl modules are required for Movable Type to run properly. Once you have met these requirements, click the \'Retry\' button to re-test for these packages.' => 'Los siguientes mÃ³dulos de Perl son necesarios para que Movable Type se ejecute correctamente. Una vez los haya instalado, haga clic en el botÃ³n \'Reintentar\' para realizar la comprobaciÃ³n nuevamente.',
@@ -1907,5 +1905,5 @@
 
 ## tmpl/cms/include/copyright.tmpl
-	'Copyright &copy; 2001-[_1] Six Apart. All Rights Reserved.' => '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. All Rights Reserved.',
 
 ## tmpl/cms/include/comment_table.tmpl
@@ -2090,6 +2088,6 @@
 	'View entry' => 'Ver entrada',
 	'View page' => 'Ver pÃ¡gina',
-	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'No se encontrÃ³ ninguna entrada. <a href="[_1]">Cree una ahora</a>.', # Translate - New
-	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'No se encontrÃ³ ninguna pÃ¡gina. <a href="[_1]">Cree una ahora</a>.', # Translate - New
+	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'No se encontrÃ³ ninguna entrada. <a href="[_1]">Cree una ahora</a>.',
+	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'No se encontrÃ³ ninguna pÃ¡gina. <a href="[_1]">Cree una ahora</a>.',
 
 ## tmpl/cms/include/login_mt.tmpl
@@ -2099,5 +2097,5 @@
 
 ## tmpl/cms/include/calendar.tmpl
-	'_LOCALE_WEEK_START' => '0', # Translate - New
+	'_LOCALE_WEEK_START' => '_LOCALE_WEEK_START', # Translate - New
 	'Sunday' => 'Domingo',
 	'Monday' => 'Lunes',
@@ -2312,15 +2310,17 @@
 
 ## tmpl/cms/dialog/refresh_templates.tmpl
-	'Refresh Template Set' => 'Refrescar el conjunto de plantillas', # Translate - New
-	'Refresh [_1] template set' => 'Refrescar el conjunto de plantillas [_1]', # Translate - New
+	'Refresh Template Set' => 'Refrescar el conjunto de plantillas',
+	'Refresh [_1] template set' => 'Refrescar el conjunto de plantillas [_1]',
 	'Updates current templates while retaining any user-created or user-modified templates.' => 'Actualiza las plantillas actuales conservando las modificadas o creadas por el usuario.',
-	'Apply a new template set' => 'Aplicar un nuevo conjunto', # Translate - New
+	'Apply a new template set' => 'Aplicar un nuevo conjunto',
+	'Deletes all existing templates and install the selected template set.' => 'Borra todas las plantillas existentes e instala el conjunto seleccionado.',
+	'Reset to factory defaults' => 'Valores de fÃ¡brica',
 	'Deletes all existing templates and installs factory default template set.' => 'Borra todas las plantillas existentes e instala el conjunto de plantillas predefinido.',
 	'Make backups of existing templates first' => 'Primero, haga copias de seguridad de las plantillas',
-	'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Ha solicitado <strong>refrescar el actual conjunto de plantillas</strong>. Esta acciÃ³n:', # Translate - New
+	'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Ha solicitado <strong>refrescar el actual conjunto de plantillas</strong>. Esta acciÃ³n:',
 	'potentially install new templates' => 'instalarÃ¡ potencialmente nuevas plantillas',
 	'overwrite some existing templates with new template code' => 'reescribirÃ¡ algunas plantillas existentes con el cÃ³digo de las nuevas plantillas',
 	'backups will be made of your templates and can be accessed through your backup filter' => 'se harÃ¡n copias de seguridad de sus plantillas y estarÃ¡n disponibles a travÃ©s de su filtro de copias',
-	'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Ha solicitado <strong>aplicar un nuevo conjunto de plantillas</strong>. Esta acciÃ³n:', # Translate - New
+	'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Ha solicitado <strong>aplicar un nuevo conjunto de plantillas</strong>. Esta acciÃ³n:',
 	'delete all of the templates in your blog' => 'borrarÃ¡ todas las plantillas del blog',
 	'install new templates from the selected template set' => 'instalarÃ¡ nuevas plantillas del conjunto seleccionado',
@@ -2577,6 +2577,6 @@
 ## tmpl/cms/list_blog.tmpl
 	'You have successfully deleted the blogs from the Movable Type system.' => 'EliminÃ³ correctamente los weblogs.',
+	'You have successfully refreshed your templates.' => 'Ha refrescado con Ã©xito las plantillas.',
 	'Create Blog' => 'Crear blog',
-	'Are you sure you want to delete this blog?' => 'Â¿EstÃ¡ seguro de que desea borrar este blog?',
 
 ## tmpl/cms/edit_template.tmpl
@@ -2791,5 +2791,5 @@
 	'Preview this page (v)' => 'Vista previa de la pÃ¡gina (v)',
 	'Delete this page (x)' => 'Borrar esta pÃ¡gina (x)',
-	'View Page' => 'Ver pÃ¡gina', # Translate - Case
+	'View Page' => 'Ver pÃ¡gina',
 	'Add category' => 'AÃ±adir categorÃ­a',
 	'Add category name' => 'AÃ±adir nombre de categorÃ­a',
@@ -2814,5 +2814,5 @@
 	'You have successfully deleted the checked comment(s).' => 'EliminÃ³ correctamente los comentarios marcados.',
 	'You have successfully deleted the checked TrackBack(s).' => 'EliminÃ³ correctamente los TrackBacks marcados.',
-	'Change Folder' => 'Cambiar carpeta', # Translate - New
+	'Change Folder' => 'Cambiar carpeta',
 	'Stats' => 'EstadÃ­sticas',
 	'Share' => 'Compartir',
@@ -2856,5 +2856,4 @@
 	'(space-delimited list)' => '(lista separada por espacios)',
 	'(delimited by \'[_1]\')' => '(separado por \'[_1]\')',
-	'<a href="<mt:var name="quickpost_js" escape="html">' => '<a href="<mt:var name="quickpost_js" escape="html">', # Translate - New
 	'None selected' => 'Ninguna seleccionada',
 
@@ -3071,5 +3070,4 @@
 	'All Templates' => 'Todas las plantillas',
 	'You have successfully deleted the checked template(s).' => 'Se eliminaron correctamente las plantillas marcadas.',
-	'You have successfully refreshed your templates.' => 'Ha refrescado con Ã©xito las plantillas.',
 	'Your templates have been published.' => 'Se han publicado las plantillas.',
 	'Create Archive Template:' => 'Crear plantilla de archivos',
@@ -3227,5 +3225,5 @@
 	'You must select a blog to import.' => 'Debe seleccionar un blog a importar.',
 	'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.' => 'Transfiere las entradas de un weblog en Movable Type desde otras instalaciones de Movable Type o incluso otras herramientas de blogs, o exporta sus entradas para crear una copia de seguridad.',
-	'Blog to Import' => 'Blog a importar',
+	'Import data into' => 'Importar datos en',
 	'Select a blog to import.' => 'Seleccione un blog para importar.',
 	'Importing from' => 'Importar desde',
@@ -3411,5 +3409,5 @@
 	'Move' => 'Mover',
 	'[quant,_1,page,pages]' => '[quant,_1,pÃ¡gina,pÃ¡ginas]',
-	'No folders could be found.' => 'No se encontrÃ³ ninguna carpeta.', # Translate - New
+	'No folders could be found.' => 'No se encontrÃ³ ninguna carpeta.',
 
 ## tmpl/cms/list_association.tmpl
@@ -3443,7 +3441,8 @@
 	'Collapse' => 'Contraer',
 	'Expand' => 'Ampliar',
+	'Create Subcategory' => 'Crear subcategorÃ­a',
 	'Move Category' => 'Mover categorÃ­a',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,TrackBack,TrackBacks]',
-	'No categories could be found.' => 'No se encontrÃ³ ninguna categorÃ­a.', # Translate - New
+	'No categories could be found.' => 'No se encontrÃ³ ninguna categorÃ­a.',
 
 ## tmpl/cms/cfg_entry.tmpl
@@ -3592,9 +3591,9 @@
 ## tmpl/cms/preview_strip.tmpl
 	'Save this entry' => 'Guardar esta entrada',
-	'Re-Edit this entry' => 'Reeditar esta entrada', # Translate - New
-	'Re-Edit this entry (e)' => 'Reeditar esta entrada (e)', # Translate - New
+	'Re-Edit this entry' => 'Reeditar esta entrada',
+	'Re-Edit this entry (e)' => 'Reeditar esta entrada (e)',
 	'Save this page' => 'Guardar esta pÃ¡gina',
-	'Re-Edit this page' => 'Reeditar esta pÃ¡gina', # Translate - New
-	'Re-Edit this page (e)' => 'Reeditar esta pÃ¡gina (e)', # Translate - New
+	'Re-Edit this page' => 'Reeditar esta pÃ¡gina',
+	'Re-Edit this page (e)' => 'Reeditar esta pÃ¡gina (e)',
 	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'EstÃ¡ previsualizando la entrada titulada &ldquo;[_1]&rdquo;',
 	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'EstÃ¡ previsualizando la pÃ¡gina titulada &ldquo;[_1]&rdquo;',
@@ -3696,334 +3695,31 @@
 	'_ERROR_CGI_PATH' => 'La opciÃ³n de configuraciÃ³n CGIPath no es vÃ¡lida o no se encuentra en el fichero de configuraciÃ³n de Movable Type. Por favor, consulte la secciÃ³n <a href="javascript:void(0)">InstalaciÃ³n y configuraciÃ³n</a> del manual de Movable Type manual para mÃ¡s informaciÃ³n.',
 
-## addons/Community.pack/lib/MT/App/Community.pm
-	'No login form template defined' => 'No hay ninguna plantilla de formulario definida',
-	'Before you can sign in, you must authenticate your email address. <a href="[_1]">Click here</a> to resend the verification email.' => 'Antes de que pueda iniciar una sesiÃ³n, debe autentificar su direcciÃ³n de correo. <a href="[_1]">Haga clic aquÃ­</a> para reenviar el correo de verificaciÃ³n.',
-	'Your confirmation have expired. Please register again.' => 'Su confirmaciÃ³n ha caducado. Por favor, regÃ­strese de nuevo.',
-	'User \'[_1]\' (ID:[_2]) has been successfully registered.' => 'El usuario \'[_1]\' (ID:[_2]) se registrÃ³ con Ã©xito.',
-	'Thanks for the confirmation.  Please sign in.' => 'Gracias por la confirmaciÃ³n. Por favor, inicie la sesiÃ³n.',
-	'Login required' => 'Requerido inicio de sesiÃ³n',
-	'System template entry_response not found in blog: [_1]' => 'La plantilla del sistema entry_response no se encontrÃ³ en el blog: [_1]',
-	'Posting a new entry failed.' => 'Fallo publicando una nueva entrada.',
-	'New entry \'[_1]\' added to the blog \'[_2]\'' => 'AÃ±adida una nueva entrada \'[_1]\' al blog \'[_2]\'',
-	'Id or Username is required' => 'Se necesita el Id o el nombre del usuario',
-	'Unknown user' => 'Usuario desconocido',
-	'Cannot edit profile.' => 'No se pudo editar el perfil.',
-	'Recent Entries from [_1]' => 'Entradas recientes de [_1]',
-	'Responses to Comments from [_1]' => 'Respuestas a los comentarios 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?' => 'UtilizÃ³ una etiqueta \'[_1]\' fuera del bloque MTIfEntryRecommended; Â¿quizÃ¡s la situÃ³ por error fuera de un contenedor \'MTIfEntryRecommended\'?',
-	'Click here to recommend' => 'Haga clic aquÃ­ para hacer una recomendaciÃ³n',
-
-## addons/Community.pack/lib/MT/Community/CMS.pm
-	'Welcome to the Movable Type Community Solution' => 'Bienvenido a la Community Solution de Movable Type',
-	'The Community Solution gives you to the tools to build a successful community with active, engaged conversations. Some key features to explore:' => 'Community Solution le ofrece las herramientas necesarias para construir una comunidad activa y con apasionantes conversaciones. Algunas de las funcionalidades mÃ¡s importantes a explorar son:',
-	'Member Profiles' => 'Perfiles de miembros',
-	'Allow registered members of your community to create and customize profiles, including user pictures' => 'Permite que los usuarios registrados de la comunidad creen y personalicen sus perfiles, incluyendo avatares.',
-	'Favoriting, Recommendations and User Voting' => 'Favoritos, recomendaciones y votaciones',
-	'Your community can vote for its favorite content, making it easy for your readers and authors to see what\'s most popular' => 'La comunidad puede votar por los contenidos favoritos, facilitando que sus lectores y autores vean lo mÃ¡s popular',
-	'User-Contributed Content' => 'Contribuciones de los usuarios',
-	'Registered users can submit content to your site, and administrators have full control over what gets published' => 'Los usuarios registrados pueden enviar contenidos al sitio, Â¡pero los administradores tendrÃ¡n control total sobre lo que se publica!',
-	'Forums and Community Blogs' => 'Foros y blogs comunitarios',
-	'Add forums and group blogs to your site with just a few clicks' => 'Puede aÃ±adir foros y blogs para grupos al sitio con solo un par de clics',
-	'Completely Customizable Design' => 'DiseÃ±o completamente personalizable',
-	'Every element of your site experience is customizable, including login screens, registration forms, profile editing, and even email messages' => 'Todos los elementos del sitio pueden personalizarse, incluyendo pantallas de inicio de sesiÃ³n, formularios de registro, ediciÃ³n de perfiles e incluso los mensajes de correo',
-
-## addons/Community.pack/php/function.mtentryrecommendvotelink.php
-
-## addons/Community.pack/tmpl/widget/blog_stats_registration.mtml
-	'Registrations' => 'Registros',
-	'Recent Registrations' => 'Registros recientes',
-	'default userpic' => 'avatar predefinido',
-	'You have [quant,_1,registration,registrations] from [_2]' => 'Tiene [quant,_1,registro,registros] de [_2]',
-
-## addons/Community.pack/tmpl/widget/most_popular_entries.mtml
-	'Most Popular Entries' => 'Entradas mÃ¡s populares',
-	'There are no popular entries.' => 'No hay entradas populares.',
-
-## addons/Community.pack/tmpl/widget/recent_submissions.mtml
-	'Recent Submissions' => 'EnvÃ­os recientes',
-
-## addons/Community.pack/tmpl/widget/recent_favorites.mtml
-	'Recent Favorites' => 'Favoritos recientes',
-	'There are no recently favorited entries.' => 'No hay recomendaciones recientes de entradas.',
-
-## addons/Community.pack/tmpl/cfg_community_prefs.tmpl
-	'Community Settings' => 'ConfiguraciÃ³n de la comunidad',
-	'Anonymous Recommendation' => 'RecomendaciÃ³n anÃ³nima',
-	'Check to allow anonymous users (users not logged in) to recommend discussion.  IP address is recorded and used to identify each user.' => 'Active esta opciÃ³n para permitir que los usuarios anÃ³nimos (aquellos que no han iniciado una sesiÃ³n) puedan recomendar debates. Las direcciones IP se registran y se utilizan para identificar a cada usuario.',
-	'Allow anonymous user to recommend' => 'Permitir que los usuarios anÃ³nimos hagan recomendaciones',
-	'Save changes to blog (s)' => 'Guardar cambios del blog (s)',
-
-## addons/Community.pack/templates/global/register_form.mtml
-	'Sign up' => 'Registrarse',
-	'Simple Header' => 'Cabecera simple',
-
-## addons/Community.pack/templates/global/simple_footer.mtml
-
-## addons/Community.pack/templates/global/profile_error.mtml
-	'Profile Error' => 'Error del perfil',
-	'Status Message' => 'Mensaje de estado',
-
-## 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].' => 'Se ha publicado una nueva entrada \'[_1]([_2])\' en su blog [_3].',
-	'Author name: [_1]' => 'Nombre del autor: [_1]',
-	'Author nickname: [_1]' => 'PseudÃ³nimo del autor: [_1]',
-	'Title: [_1]' => 'TÃ­tulo: [_1]',
-	'Edit entry:' => 'Editar entrada:',
-
-## addons/Community.pack/templates/global/password_reset_form.mtml
-	'Reset Password' => 'Reiniciar la contraseÃ±a',
-	'Back to the original page' => 'Regresar a la pÃ¡gina original',
-	'Simple Footer' => 'Pie 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>.' => '<a href="[_1]">Regresar a la pÃ¡gina anterior</a> o <a href="[_2]">vea su perfil</a>.',
-	'Form Field' => 'Campo del formulario',
-	'User Name' => 'Usuario',
-	'Upload New Userpic' => 'Transferir nuevo avatar',
-
-## addons/Community.pack/templates/global/header.mtml
-	'Blog Description' => 'DescripciÃ³n del blog',
-	'GlobalJavaScript' => 'GlobalJavaScript',
-	'Navigation' => 'NavegaciÃ³n',
-	'User Navigation' => 'NavegaciÃ³n del usuario',
-
-## addons/Community.pack/templates/global/profile_view.mtml
-	'User Profile' => 'Perfil del usuario',
-	'Website:' => 'Web:',
-	'Recent Comments' => 'Comentarios recientes',
-	'Responses to Comments' => 'Respuestas a comentarios',
-	'Favorites' => 'Favoritos',
-	'No recent entries.' => 'Sin entradas recientes.',
-	'Recents Comments from [_1]' => 'Comentarios recientes de [_1]',
-	'(posted to [_1])' => '(publicado en [_1])',
-	'No recent comments.' => 'Sin comentarios recientes.',
-	'No responses to comments.' => 'Sin respuestas a comentarios.',
-	'Favorites of [_1]' => 'Favoritos de [_1]',
-	'[_1] has not added any favorites yet.' => '[_1] no tiene aÃºn favoritos.',
-
-## addons/Community.pack/templates/global/login_form.mtml
-
-## addons/Community.pack/templates/global/register_confirmation.mtml
-	'Authentication Email Sent' => 'Correo de autentificaciÃ³n enviado.',
-	'Profile Created' => 'Perfil creado',
-	'<a href="[_1]">Return to the original page.</a>' => '<a href="[_1]">Regresar a la pÃ¡gina original.</a>',
-
-## addons/Community.pack/templates/global/user_navigation.mtml
-	'Logged in as <a href="[_1]">[_2]</a>' => 'Identificado como <a href="[_1]">[_2]</a>',
-	'Sign out' => 'Salir',
-	'Not a member? <a href="[_1]">Register</a>' => 'Â¿No es miembro? <a href="[_1]">Registrarse</a>',
-
-## addons/Community.pack/templates/global/footer.mtml
-
-## addons/Community.pack/templates/global/navigation.mtml
-	'Home' => 'Inicio',
-
-## addons/Community.pack/templates/global/login_form_module.mtml
-	'Hello [_1]' => 'Hola [_1]',
-	'Forgot Password' => 'Recuperar la contraseÃ±a',
-
-## addons/Community.pack/templates/global/email_verification_email.mtml
-	'Thank you registering for an account to [_1].' => 'Gracias por registrar una cuenta en [_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].' => 'Por su propia seguridad y para prevenir fraudes, le solicitamos que confirme su cuenta y direcciÃ³n de correo antes de continuar. Una vez confirmados, ya podrÃ¡ iniciar una sesiÃ³n en [_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 no realizÃ³ esta peticiÃ³n, o no quiere registrar una cuenta en [_1], no se requiere ninguna otra acciÃ³n.',
-
-## 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' => 'NavegaciÃ³n de contenidos',
-
-## 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' => 'Incio - Blog',
-
-## addons/Community.pack/templates/blog/entry_summary.mtml
-	'A favorite' => 'Un favorito',
-	'Favorite' => 'Favorito',
-
-## addons/Community.pack/templates/blog/entry_response.mtml
-	'Thank you for posting an entry.' => 'Gracias por publicar una entrada.',
-	'Entry Pending' => 'Entrada pendiente',
-	'Your entry has been received and held for approval by the blog owner.' => 'Su entrada ha sido recibida y estÃ¡ pendiente de aprobaciÃ³n por el propietario del blog.',
-	'Entry Posted' => 'Entrada publicada',
-	'Your entry has been posted.' => 'La entrada ha sido publicada.',
-	'Your entry has been received.' => 'La entrada ha sido recibida.',
-	'Return to the <a href="[_1]">blog\'s main index</a>.' => 'Regresar al <a href="[_1]">Ã­ndice principal del 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.' => 'No tiene permisos para publicar.',
-	'<a href="[_1]">Sign in</a> to create an entry.' => '<a href="[_1]">Inicie una sesiÃ³n</a> para crear una entrada.',
-	'Select Category...' => 'Seleccione una categorÃ­a...',
-
-## addons/Community.pack/templates/blog/entry_create.mtml
-	'Entry Form' => 'Formulario de entradas',
-
-## 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' => 'Icono de suscripciÃ³n',
-	'Subscribe' => 'SuscripciÃ³n',
-
-## 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' => 'Foro - Inicio',
-	'Content Header' => 'Cabecera de contenidos',
-	'Popular Entry' => 'Entrada popular',
-	'Entry Table' => 'Tabla de entradas',
-
-## 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' => 'Comenzar tema',
-
-## addons/Community.pack/templates/forum/entry_response.mtml
-	'Thank you for posting a new topic to the forums.' => 'Gracias por publicar un nuevo tema en los foros.',
-	'Topic Pending' => 'Tema pendiente',
-	'The topic you posted has been received and held for approval by the forum administrators.' => 'El tema que ha publicado se ha recibido y estÃ¡ pendiente de aprobaciÃ³n por parte de los administradores del foro.',
-	'Topic Posted' => 'Tema publicado',
-	'The topic you posted has been received and published. Thank you for your submission.' => 'El tema que enviÃ³ se ha recibido y ya estÃ¡ publicado. Gracias por su aportaciÃ³n.',
-	'Return to the <a href="[_1]">forum\'s homepage</a>.' => 'Regresar a la pÃ¡gina de <a href="[_1]">inicio del foro</a>.',
-
-## addons/Community.pack/templates/forum/comment_response.mtml
-	'Reply Submitted' => 'Respuesta enviada',
-	'Your reply has been accepted' => 'Su respuesta ha sido aceptada',
-	'Thank you for your reply. It has been accepted and should appear momentarily.' => 'Gracias por su respuesta. Ha sido aceptada y aparecerÃ¡ en breve.',
-	'Reply Pending' => 'Respuesta pendiente',
-	'Your reply has been received' => 'Se ha recibido su respuesta',
-	'Thank you for your reply. However, your reply is currently being held for approval by the forum\'s administrator.' => 'Gracias por su respuesta. Actualmente estÃ¡ pendiente de aprobaciÃ³n por parte del administrador del foro.',
-	'Reply Submission Error' => 'Error en el envÃ­o de la respuesta',
-	'Your reply submission failed for the following reasons:' => 'El envÃ­o de la respuesta fallÃ³ por alguna de las siguientes razones:',
-	'Return to the <a href="[_1]">original topic</a>.' => 'Regresar al <a href="[_1]">tema original</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]">Inicie una sesiÃ³n</a> para crear un tema.',
-	'Topic' => 'Tema',
-	'Select Forum...' => 'Seleccionar foro...',
-	'Forum' => 'Foro',
-
-## addons/Community.pack/templates/forum/comment_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_create.mtml
-	'Start a Topic' => 'Comenzar un tema',
-
-## 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])' => 'Respuestas ([_1])',
-
-## addons/Community.pack/templates/forum/entry.mtml
-
-## addons/Community.pack/templates/forum/javascript.mtml
-	'. Now you can reply to this topic.' => '. Ahora puede contestar en este tema.',
-	' to comment on this topic.' => ' para comentar en este tema.',
-	' to comment on this topic,' => ' para comentar en este tema.',
-
-## addons/Community.pack/templates/forum/rss.mtml
-
-## addons/Community.pack/templates/forum/entry_table.mtml
-	'Recent Topics' => 'Temas recientes',
-	'Replies' => 'Respuestas',
-	'Last Reply' => 'Ãltima respuesta',
-	'Permalink to this Reply' => 'Enlace permanente de esta respuesta',
-	'By [_1]' => 'Por [_1]',
-	'Closed' => 'Cerrado',
-	'Post the first topic in this forum.' => 'Publica el primer tema en este foro.',
-
-## addons/Community.pack/templates/forum/archive_index.mtml
-
-## addons/Community.pack/templates/forum/sidebar.mtml
-	'Category Groups' => 'Grupos de categorÃ­as',
-	'All Forums' => 'Todos los foros',
-	'[_1] Forum' => '[_1] Foro',
-
-## addons/Community.pack/templates/forum/category_groups.mtml
-	'Forum Groups' => 'Grupos de los foros',
-	'Last Topic: [_1] by [_2] on [_3]' => 'Ãltimo tema: [_1] by [_2] on [_3]',
-
-## addons/Community.pack/templates/forum/comments.mtml
-	'[_1] Replies' => '[_1] respuestas',
-	'_NUM_FAVORITES' => 'Marcar como favorito',
-	'Favorite This' => 'Marcar como favorito',
-
-## 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' => 'Temas populares',
-	'No Reply' => 'Sin respuestas',
-
-## addons/Community.pack/templates/forum/comment_preview.mtml
-	'Reply on [_1]' => 'Responder a [_1]',
-	'Previewing your Reply' => 'Vista previa de la respuesta',
-
-## addons/Community.pack/config.yaml
-	'Login Form' => 'Formulario de inicio de sesiÃ³n',
-	'Password Reset Form' => 'Formulario de reinicio de contraseÃ±a',
-	'Registration Form' => 'Formulario de registro',
-	'Registration Confirmation' => 'ConfirmaciÃ³n de registro',
-	'Profile View' => 'Ver perfil',
-	'Profile Edit Form' => 'Formulario de ediciÃ³n del perfil',
-	'Profile Feed (Atom)' => 'SindicaciÃ³n de perfiles (Atom)',
-	'Profile Feed (RSS)' => 'SindicaciÃ³n de perfiles (RSS)',
-	'Email verification' => 'VerificaciÃ³n del correo',
-	'Registration notification' => 'NotificaciÃ³n de registro',
-	'New entry notification' => 'NotificaciÃ³n de nueva entrada',
-	'Community Blog' => 'Blog de la comunidad',
-	'Entry Response' => 'Respuesta a la entrada',
-	'Displays error, pending or confirmation message when submitting an entry.' => 'Muestra un mensaje de error, de pendiente o de confirmaciÃ³n, al enviar una entrada.',
-	'Community Forum' => 'Foro de la comunidad',
-	'Entry Feed (Atom)' => 'SindicaciÃ³n de las entradas (Atom)',
-	'Entry Feed (RSS)' => 'SindicaciÃ³n de las entradas (RSS)',
-	'Displays error, pending or confirmation message when submitting a entry.' => 'Muestra un mensaje de error, de pendiente o de confirmaciÃ³n al enviar una entrada.',
+## addons/Commercial.pack/lib/MT/Commercial/Util.pm
+	'About' => 'Sobre mi',
+	'_UTS_REPLACE_THIS' => '<p><strong>Reemplace el texto de ejemplo con sus propios datos.</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' => '
+<!-- borrar este enlace despuÃ©s de la ediciÃ³n -->
+<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">Editar este contenido</a>\')</script>
+</p>
+',
+	'_UTS_CONTACT' => 'Contacto',
+	'_UTS_SAMPLE_CONTACT' => '<p>Nos encantarÃ¡ tener noticias suyas. EnvÃ­enos un mensaje a correo (arroba) dominio.com</p>',
+	'Welcome to our new website!' => 'Â¡Bienvenido a nuestro nuevo sitio!',
+	'_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' => 'Nuevo diseÃ±o lanzado utilizando Movable Type',
+	'_UTS_SAMPLE_NEWDESIGN' => '
+<p>Nuestro sitio tiene un nuevo diseÃ±o gracias a <a href="http://www.movabletype.com/">Movable Type</a> y el Conjunto de Plantillas Universal. Este conjunto le permite a cualquier persona poner en marcha un nuevo web con Movable Type. Es realmente fÃ¡cil, y solo con un par de clics. Seleccione un nombre para su nuevo sitio, seleccione el Conjunto de Plantillas Universal y publique. Â¡VoilÃ ! El nuevo sitio. Â¡Gracias Movable Type!</p>
+',
 
 ## addons/Commercial.pack/lib/CustomFields/App/CMS.pm
@@ -4038,5 +3734,5 @@
 	'Invalid date \'[_1]\'; dates must be in the format YYYY-MM-DD HH:MM:SS.' => 'Fecha no vÃ¡lida \'[_1]\'; las fechas deben estar en el formato YYYY-MM-DD HH:MM:SS.',
 	'Invalid date \'[_1]\'; dates should be real dates.' => 'Fecha no vÃ¡lida \'[_1]\'; debe ser una fecha real.',
-	'Please enter valid URL for the URL field: [_1]' => 'Por favor, introduzca una URL vÃ¡lida en el campo de la URL: [_1]', # Translate - New
+	'Please enter valid URL for the URL field: [_1]' => 'Por favor, introduzca una URL vÃ¡lida en el campo de la URL: [_1]',
 	'Please enter some value for required \'[_1]\' field.' => 'Por favor, introduzca un valor en el campo obligatorio \'[_1]\'.',
 	'Please ensure all required fields have been filled in.' => 'Por favor, asegÃºrese de que todos los campos se han introducido.',
@@ -4044,5 +3740,5 @@
 	'The template tag \'[_1]\' is already in use.' => 'La etiqueta de plantilla \'[_1]\' ya estÃ¡ en uso.',
 	'The basename \'[_1]\' is already in use.' => 'El nombre base \'[_1]\' ya estÃ¡ en uso.',
-	'Default value must be valid URL.' => 'El valor por defecto debe ser una URL vÃ¡lida.', # Translate - New
+	'Default value must be valid URL.' => 'El valor por defecto debe ser una URL vÃ¡lida.',
 	'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Personalice los formularios y campos de las entradas, pÃ¡ginas, carpetas, categorÃ­as y usuarios, guardando los datos exactos que necesite.',
 	' ' => ' ',
@@ -4119,299 +3815,113 @@
 	'Remove [_1]' => 'Borrar [_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])' => 'Por [_1] | Commentarios ([_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] en',
+	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Enlace permanente a este comentario">[_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 (Pie)',
+	'Footer Links' => 'Enlaces del pie',
+
+## addons/Commercial.pack/templates/tags.mtml
+
+## addons/Commercial.pack/templates/navigation.mtml
+	'Home' => 'Inicio',
+
+## 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' => 'Se ha identificado como',
+	'.  <a href="[_1]">Sign Out</a>' => '.  <a href="[_1]">Salir</a>', # Translate - New
+	'Sign Out' => 'Salir',
+
+## 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>' => 'Enviado desde <a href="[_1]">[_2]</a>',
+
+## addons/Commercial.pack/templates/sidebar.mtml
+	'Recent Entries Expanded' => 'Entradas recientes expandidas',
+	'Recent Assets' => 'Multimedia reciente',
+	'Recent Comments' => 'Comentarios recientes',
+	'Category Archives' => 'Archivos por categorÃ­a',
+
+## 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)' => 'IdentificaciÃ³n (en la cabecera)',
+	'Navigation' => 'NavegaciÃ³n',
+	'Search (In Navigation)' => 'Buscar (en la navegaciÃ³n)',
+	'Homepage Image' => 'Imagen de la pÃ¡gina de inicio',
+
+## 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' => 'Enlaces',
+
+## 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...' => 'Reparando datos binarios para Microsoft SQL Server...',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Wizard.pm
-	'PLAIN' => 'PLAIN',
-	'CRAM-MD5' => 'CRAM-MD5',
-	'Digest-MD5' => 'Digest-MD5',
-	'Login' => 'Login',
-	'Found' => 'Encontrado',
-	'Not Found' => 'No encontrado',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/BulkCreation.pm
-	'Format error at line [_1]: [_2]' => 'Error en el formato a la lÃ­nea [_1]: [_2]',
-	'Invalid command: [_1]' => 'Orden invÃ¡lida',
-	'Invalid number of columns for [_1]' => 'NÃºmero de columnas para [_1] invÃ¡lido',
-	'Invalid user name: [_1]' => 'Nombre de usuario invÃ¡lido: [_1]',
-	'Invalid display name: [_1]' => 'Nombre mostrado invÃ¡lido: [_1]',
-	'Invalid email address: [_1]' => 'DirecciÃ³n de correo electrÃ³nico invÃ¡lida: [_1]',
-	'Invalid language: [_1]' => 'Idioma invÃ¡lido: [_1]',
-	'Invalid password: [_1]' => 'ContraseÃ±a invÃ¡lida: [_1]',
-	'Invalid password recovery phrase: [_1]' => 'Frase de recuperaciÃ³n de contraseÃ±a: [_1]',
-	'Invalid weblog name: [_1]' => 'Nombre de weblog invÃ¡lido: [_1]',
-	'Invalid weblog description: [_1]' => 'DescripciÃ³n de weblog invÃ¡lida: [_1]',
-	'Invalid site url: [_1]' => 'URL del sitio invÃ¡lida: [_1]',
-	'Invalid site root: [_1]' => 'RaÃ­z del sitio invÃ¡lida: [_1]',
-	'Invalid timezone: [_1]' => 'Zona horaria invÃ¡lida: [_1]',
-	'Invalid new user name: [_1]' => 'Nuevo nombre de usuario invÃ¡lido: [_1]',
-	'A user with the same name was found.  Register was not processed: [_1]' => 'Un usuario con el mismo nombre ha sido encontrado.  El registro no ha sido procesado: [_1]',
-	'Blog for user \'[_1]\' can not be created.' => 'El blog por el usuario [_1] no puede ser creado.',
-	'Blog \'[_1]\' for user \'[_2]\' has been created.' => 'El blog [_1] por el usuario [_2] ha sido creado.',
-	'Error assigning weblog administration rights to user \'[_1] (ID: [_2])\' for weblog \'[_3] (ID: [_4])\'. No suitable weblog administrator role was found.' => 'Error en la asignaciÃ³n de los derechos de administraciÃ³n al usuario [_1] (ID: [_2]) para el weblog [_3] (ID: [_4]).  NingÃºn rol de administrador apropiado ha sido encontrado.',
-	'Permission granted to user \'[_1]\'' => 'Los derechos han sido atribuidos al usuario [_1]',
-	'User \'[_1]\' already exists. Update was not processed: [_2]' => 'El usuario [_1] ya existe.  La actualizaciÃ³n no ha sido efectuada: [_2]',
-	'User cannot be updated: [_1].' => 'Usuario no puede ser actualizado [_1].',
-	'User \'[_1]\' not found.  Update was not processed.' => 'Usuario [_1] no encontrado.  La actualizaciÃ³n no ha sido efectuada.',
-	'User \'[_1]\' has been updated.' => 'Usuario [_1] ha sido actualizado.',
-	'User \'[_1]\' was found, but delete was not processed' => 'Usuario [_1] ha sido encontrado pero la supresiÃ³n no ha sido efectuada. ',
-	'User \'[_1]\' not found.  Delete was not processed.' => 'El usuario [_1] no ha sido encontrada.  La supresiÃ³n no ha sido efectuada.',
-	'User \'[_1]\' has been deleted.' => 'El usuario [_1] ha sido borrado.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/CMS.pm
-	'Add [_1] to a blog' => 'AÃ±adir [_1] al blog',
-	'You can not create associations for disabled groups.' => 'No puede crear asociaciones con grupos inhabilitados.',
-	'Assign Role to Group' => 'Asignar rol al grupo',
-	'Add a group to this blog' => 'Asignar un grupo a este blog',
-	'Grant permission to a group' => 'Otorgar permiso a un grupo',
-	'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 acaba de intentar deshabilitar su cuenta durante una sincronizaciÃ³n con el directorio externo. Algunas de las opciones de configuraciÃ³n de la administraciÃ³n externa de usuarios deben ser incorrectas. Por favor, corrija la configuraciÃ³n antes de continuar.',
-	'Group requires name' => 'El grupo requiere un nombre',
-	'Invalid group' => 'Grupo invÃ¡lido',
-	'Add Users to Group [_1]' => 'AÃ±adir usuarios al grupo [_1]',
-	'Users & Groups' => 'Usuarios y grupos',
-	'Group Members' => 'Miembros del grupo',
-	'Groups' => 'Grupos',
-	'User Groups' => 'Grupos de usuarios',
-	'Group load failed: [_1]' => 'La carga del grupo ha fallado: [_1]',
-	'User load failed: [_1]' => 'La carga del usuario ha fallado: [_1]',
-	'User \'[_1]\' (ID:[_2]) removed from group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Usuario [_1] (ID: [_2]) ha sido borrado del grupo [_3] (ID:[_4]) por [_5]',
-	'User \'[_1]\' (ID:[_2]) was added to group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Usuario[_1] (ID: [_2]) ha sido aÃ±adido del grupo [_3] (ID:[_4]) por [_5]',
-	'Group Profile' => 'Perfil de grupo',
-	'Author load failed: [_1]' => 'La carga del autor ha fallado: [_1]',
-	'Invalid user' => 'Usuario invÃ¡lido',
-	'Assign User [_1] to Groups' => 'Usuario [_1] asignado a los grupos',
-	'Select Groups' => 'Seleccionar grupos',
-	'Group' => 'Grupo',
-	'Groups Selected' => 'Grupos seleccionados',
-	'Type a group name to filter the choices below.' => 'Tapea el nombre de un grupo para filtrar las opciones que se encuentran aquÃ­ debajo.',
-	'Group Name' => 'Nombre del grupo',
-	'Search Groups' => 'Buscar grupos',
-	'Bulk import cannot be used under external user management.' => 'La importaciÃ³n masiva no puede ser usuada en la administraciÃ³n de usuarios externos.',
-	'Bulk management' => 'AdministraciÃ³n masiva',
-	'The group' => 'El grupo',
-	'User/Group' => 'Usuario/Grupo',
-	'A user can\'t change his/her own username in this environment.' => 'Un usuario no puede cambiar su propio nombre en este contexto.',
-	'An error occurred when enabling this user.' => 'OcurriÃ³ un error cuando se habilitaba este usuario.',
-
-## addons/Enterprise.pack/lib/MT/Auth/LDAP.pm
-	'User [_1]([_2]) not found.' => 'Usuario [_1]([_2]) sin resultado.',
-	'User \'[_1]\' cannot be updated.' => 'Usuario [_1] no puede ser modificado.',
-	'User \'[_1]\' updated with LDAP login ID.' => 'Usuario [_1] modificado con el ID de login LDAP.',
-	'LDAP user [_1] not found.' => 'Usuario LDAP [_1] sin resultado.',
-	'User [_1] cannot be updated.' => 'Usuario [_1] no puede ser actualizado.',
-	'Failed login attempt by user \'[_1]\' deleted from LDAP.' => 'Login entrado sin suceso por el usuario [_1] borrado de LDAP.',
-	'User \'[_1]\' updated with LDAP login name \'[_2]\'.' => 'Usuario [_1] actualizado con el nombre de login LDAP [_2]',
-	"Failed login attempt by user \'[_1]\'. A user with that\nusername already exists in the system with a different UUID." => "Intento fallido de inicio de sesiÃ³n por el usuario \'[_1]\'. Ya existe
-en el sistema un usuario con ese nombre y diferente UUID.",
-	'User \'[_1]\' account is disabled.' => 'La cuenta del usuario [_1] ha sido desactivada.',
-	'LDAP users synchronization interrupted.' => 'La sincronizaciÃ³n de los usuarios LDAP ha sido interrumpida.',
-	'Loading MT::LDAP failed: [_1]' => 'El cargamiento de MT::LDAP fallÃ³: [_1]',
-	'External user synchronization failed.' => 'La sincronizaciÃ³n de los usuarios externos fallÃ³.',
-	'An attempt to disable all system administrators in the system was made.  Synchronization of users was interrupted.' => 'Un intento de desactivaciÃ³n de todos los administradores del sistema ha sido efectuada.  La sincronizaciÃ³n de los usuarios ha sido interrumpida.',
-	'The following users\' information were modified:' => 'Las informaciones de los siguientes usuarios han sido actualizadas:',
-	'The following users were disabled:' => 'Los siguientes usuarios han sido desactivados:',
-	'LDAP users synchronized.' => 'Los usuarios LDAP han sido sincronizados:',
-	'Synchronization of groups can not be performed without LDAPGroupIdAttribute and/or LDAPGroupNameAttribute is set.' => 'La sincronizaciÃ³n de los grupos no puede ser realizada sin que LDAPGroupIdAttribute y/o LDAPGroupNameAttribute sean iniciados.',
-	'LDAP groups synchronized with existing groups.' => 'Grupos LDAP sincronizados con los grupos existentes.',
-	'The following groups\' information were modified:' => 'Las informaciones de los siguientes grupos han sido actualizados.',
-	'No LDAP group was found using given filter.' => 'NingÃºn grupo LDAP ha sido encontrado con el filtro dado.',
-	"Filter used to search for groups: [_1]\nSearch base: [_2]" => "Filtro usado para buscar grupos: [_1]
-BÃºsqueda base: [_2]",
-	'(none)' => '(ninguno)',
-	'The following groups were deleted:' => 'Los siguientes grupos han sido borrados:',
-	'Failed to create a new group: [_1]' => 'FallÃ³ la creaciÃ³n de un nuevo grupo: [_1]',
-	'[_1] directive must be set to synchronize members of LDAP groups to Movable Type Enterprise.' => 'La instrucciÃ³n [_1] debe ser completada para sincronizar los miembros de los grupos LDAP en MT Enterprise.',
-	'Members removed: ' => 'Miembros borrados:',
-	'Members added: ' => 'Miembros aÃ±adidos:',
-	'Memberships of the group \'[_2]\' (#[_3]) has been changed in synchronizing with external directory.' => 'Memberships del grupo [_2] (#[_3]) ha sido cambiado durante la sincroizaciÃ³n con el directorio externo.',
-	'LDAPUserGroupMemberAttribute must be set to enable synchronize members of groups.' => 'LDAPUserGroupMemberAttribute debe ser completado para permitir la sincronizaciÃ³n de los miembros de los grupos.',
-
-## 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] no es soportada en esta versiÃ³n del 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.' => 'Esta versiÃ³n del Driver UMSSQLServer requiere DBD::ODBC versiÃ³n 1.14.',
-	'This version of UMSSQLServer driver requires DBD::ODBC compiled with Unicode support.' => 'Esta versiÃ³n del Driver UMSSQLServer requiere DBD::ODBC compilado con el soporte Unicode.',
-
-## addons/Enterprise.pack/lib/MT/Group.pm
-
-## addons/Enterprise.pack/lib/MT/LDAP.pm
-	'Invalid LDAPAuthURL scheme: [_1].' => 'Scheme LDAPAuthURL invÃ¡lido: [_1].',
-	'Error connecting to LDAP server [_1]: [_2]' => 'Error a la conexiÃ³n al server LDAP [_1]: [_2]',
-	'User not found on LDAP: [_1]' => 'Usuario no encontrado en LDAP: [_1]',
-	'Binding to LDAP server failed: [_1]' => 'La asociaciÃ³n con el server LDAP ha fallado: [_1]',
-	'More than one user with the same name found on LDAP: [_1]' => 'MÃ¡s de un usuario con el mismo nombre ha sido encontrado en LDAP: [_1]',
-
-## addons/Enterprise.pack/tmpl/dialog/select_groups.tmpl
-	'You need to create some groups.' => 'Necesita crear algunos grupos.',
-	'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.' => 'Antes de poder hacer esto, usted debe crear algunos grupos. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Haga clic aquÃ­</a> para crear un grupo.',
-
-## addons/Enterprise.pack/tmpl/include/list_associations/page_title.group.tmpl
-	'Users &amp; Groups for [_1]' => 'Usuarios &amp; Grupos de [_1]',
-	'Group Associations for [_1]' => 'Asociaciones de grupos de [_1]',
-
-## addons/Enterprise.pack/tmpl/include/users_content_nav.tmpl
-
-## addons/Enterprise.pack/tmpl/include/group_table.tmpl
-	'group' => 'grupo',
-	'groups' => 'grupos',
-	'Enable selected group (e)' => 'Habilitar grupo seleccionado (e)',
-	'Disable selected group (d)' => 'Deshabilitar grupo seleccionado (d)',
-	'Remove selected group (d)' => 'Borrar grupo seleccionado (d)',
-	'Only show enabled groups' => 'Solo muestra los grupos activados',
-	'Only show disabled groups' => 'Solo muestra los grupos desactivados',
-
-## addons/Enterprise.pack/tmpl/list_group.tmpl
-	'[_1]: User&rsquo;s Groups' => 'Usuarios de los grupos [_1]',
-	'Groups: System Wide' => 'Grupos: Todo el Sistema',
-	'Synchronize groups now' => 'Sincronizar los grupos ahora',
-	'You have successfully disabled the selected group(s).' => 'usted ha desactivado el(los) grupo(s) seleccionado(s) con suceso',
-	'You have successfully enabled the selected group(s).' => 'Usted ha activado el(los) grupo(s) seleccionad(s) con suceso',
-	'You have successfully deleted the groups from the Movable Type system.' => 'Usted ha borrado con suceso los grupos del sistema Movable Type.',
-	'You have successfully synchronized groups\' information with the external directory.' => 'Usted ha sincronizado con suceso la informaciÃ³n de los grupos con el directorio externo.',
-	'The user <em>[_1]</em> is currently disabled.' => 'El usuario <em>[_1]</em> estÃ¡ actualmente desactivado.',
-	'You can not add disabled users to groups.' => 'Usted no puede aÃ±adir usuarios inactivos a los grupos.',
-	'Add [_1] to another group' => 'AÃ±adir [_1] a otro grupo',
-	'Create Group' => 'Crear Grupo',
-	'You did not select any [_1] to remove.' => 'No ha seleccionado ningÃºn [_1] a borrar.',
-	'Are you sure you want to remove this [_1]?' => 'Â¿EstÃ¡ seguro de querer borrar esto [_1]?',
-	'Are you sure you want to remove the [_1] selected [_2]?' => 'Â¿EstÃ¡ seguro de querer borrar el [_1] seleccionado [_2]?',
-	'to remove' => 'para borrar',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_end.tmpl
-	'All users updated successfully!' => 'Â¡Todos los usuarios han sido actualizados con suceso!',
-	'An error occurred during the updating process. Please check your CSV file.' => 'Un error se ha producido durante la actualizaciÃ³n.  Por favor verifique su fichero CSV.',
-
-## addons/Enterprise.pack/tmpl/list_group_member.tmpl
-	'[_1]: Group Members' => '[_1]: Miembros del grupo',
-	'<em>[_1]</em>: Group Members' => '<em>[_1]</em>: Miembros del grupo',
-	'You have successfully deleted the users.' => 'Usted ha borrado con suceso los usuarios.',
-	'You have successfully added new users to this group.' => 'Usted ha aÃ±adido con suceso nuevos usuarios a este grupo.',
-	'You have successfully synchronized users\' information with external directory.' => 'Usted ha sincronizado con suceso las informaciones de los usuarios con el directorio externo.',
-	'Some ([_1]) of the selected users could not be re-enabled because they were no longer found in LDAP.' => 'Algunos ([_1]) de los usuarios seleccionados no han podido ser reactivados porque no han sido encontrados en LDAP.',
-	'You have successfully removed the users from this group.' => 'Usted ha borrado con suceso los usuarios de este grupo.',
-	'Group Disabled' => 'Grupo desactivado',
-	'You can not add users to a disabled group.' => 'Usted no puede aÃ±adir usuarios a un grupo desactivado.',
-	'Add user to [_1]' => 'AÃ±adir usuarios a [_1]',
-	'member' => 'miembro',
-	'Show Enabled Members' => 'Mostrar los miembros activados',
-	'Show Disabled Members' => 'Mostrar los miembros desactivados',
-	'Show All Members' => 'Mostrar todos los miembros',
-	'None.' => 'Ninguno.',
-	'(Showing all users.)' => '(Mostrar todos los usuarios.)',
-	'Showing only users whose [_1] is [_2].' => 'Mostrar solo los usuarios que el [_1] es [_2].',
-	'all' => 'todos',
-	'only' => 'solo',
-	'users where' => 'usuarios donde',
-	'No members in group' => 'NingÃºn miembro en el grupo',
-	'Only show enabled users' => 'Solo mostrar los usuarios activados',
-	'Only show disabled users' => 'Solo mostrar los usuarios desactivados',
-	'Are you sure you want to remove this [_1] from this group?' => 'Â¿EstÃ¡ seguro de querer borrar este [_1] de este grupo?',
-	'Are you sure you want to remove the [_1] selected [_2] from this group?' => 'Â¿EstÃ¡ seguro de querer borrar el [_1] seleccionado [_2] de este grupo?',
-
-## addons/Enterprise.pack/tmpl/author_bulk.tmpl
-	'Manage Users in bulk' => 'Administrar los usuarios por lote',
-	'_USAGE_AUTHORS_2' => '_USAGE_AUTHORS_2',
-	'Upload source file' => 'Suba el fichero fuente',
-	'Specify the CSV-formatted source file for upload' => 'Defina el fichero fuente en formato CSV para subirlo',
-	'Source File Encoding' => 'CodificaciÃ³n del archivo fuente',
-	'Upload (u)' => 'Suba (u)',
-
-## addons/Enterprise.pack/tmpl/cfg_ldap.tmpl
-	'Authentication Configuration' => 'ConfiguraciÃ³n de la autentificaciÃ³n',
-	'You must set your Authentication URL.' => 'Configure la URL de identificaciÃ³n.',
-	'You must set your Group search base.' => 'Configure la base de bÃºsqueda de Grupos.',
-	'You must set your UserID attribute.' => 'Configure su parÃ¡metro UserID.',
-	'You must set your email attribute.' => 'Configure su parÃ¡metro de correo electrÃ³nico.',
-	'You must set your user fullname attribute.' => 'Configure su parÃ¡metro de nombre completo',
-	'You must set your user member attribute.' => 'Configure su parÃ¡metro de nombre de usuario.',
-	'You must set your GroupID attribute.' => 'Configure su parÃ¡metro de GroupID.',
-	'You must set your group name attribute.' => 'Configure el parÃ¡metro de su nombre de grupo.',
-	'You must set your group fullname attribute.' => 'Configure el parÃ¡metro del nombre completo del grupo.',
-	'You must set your group member attribute.' => 'Configure el parÃ¡metro de su nombre de grupo.',
-	'You can configure your LDAP settings from here if you would like to use LDAP-based authentication.' => 'Ahora puede configurar sus parÃ¡metros LDAP desde aquÃ­ si desea utilizar una identificaiÃ³n basada sobre LDAP. ',
-	'Your configuration was successful.' => 'Su configuraciÃ³n se ha producido con suceso.',
-	'Click \'Continue\' below to configure the External User Management settings.' => 'Haga clic en continuar debajo para configurar la administraciÃ³n de usuario externo.',
-	'Click \'Continue\' below to configure your LDAP attribute mappings.' => 'Haga clic en continuar debajo para configurar el mapeado de los atributos LDAP.',
-	'Your LDAP configuration is complete.' => 'Su configuraciÃ³n LDAP ha sido completada.',
-	'To finish with the configuration wizard, press \'Continue\' below.' => 'Para terminar con la configuraciÃ³n, haga clic en el botÃ³n continuar debajo.',
-	'An error occurred while attempting to connect to the LDAP server: ' => 'Un error se ha producido durante la conexiÃ³n LDAP.',
-	'Use LDAP' => 'Utilizar LDAP',
-	'Authentication URL' => 'URL de IdentificaciÃ³n',
-	'The URL to access for LDAP authentication.' => 'La URL para acceder a la identificaciÃ³n LDAP',
-	'Authentication DN' => 'DN de la IdentificaciÃ³n',
-	'An optional DN used to bind to the LDAP directory when searching for a user.' => 'Un DN opcional utilizado para asociarse con el directorio LDAP cuando se busca un usuario.',
-	'Authentication password' => 'ContraseÃ±a de la IdentificaciÃ³n',
-	'Used for setting the password of the LDAP DN.' => 'Utilizado para iniciar la contraseÃ±a del DN del LDAP.',
-	'SASL Mechanism' => 'Mecanismo SASL',
-	'The name of SASL Mechanism to use for both binding and authentication.' => 'El nombre del mecanismo SASL para la asociaciÃ³n y la identificaciÃ³n.',
-	'Test Username' => 'Verificar el nombre de usuario',
-	'Test Password' => 'Verificar la contraseÃ±a',
-	'Enable External User Management' => 'Activar la administraciÃ³n de los usuarios externos',
-	'Synchronization Frequency' => 'Frecuencia de sincronizaciÃ³n',
-	'Frequency of synchronization in minutes. (Default is 60 minutes)' => 'Frecuencia de sincronizaciÃ³n en minutos. (Por Defecto son 60 minutos)',
-	'15 Minutes' => '15 Minutos',
-	'30 Minutes' => '30 Minutos',
-	'60 Minutes' => '60 Minutos',
-	'90 Minutes' => '90 Minutos',
-	'Group search base attribute' => 'ParÃ¡metro de la base de bÃºsqueda de los grupos',
-	'Group filter attribute' => 'ParÃ¡metro de filtro de grupos',
-	'Search Results (max 10 entries)' => 'Resultados de la bÃºsqueda (mÃ¡x. 10 entradas)',
-	'CN' => 'CN',
-	'No groups were found with these settings.' => 'NingÃºn grupo ha sido encontrado bajo estos parÃ¡metros.',
-	'Attribute mapping' => 'Mapeado de los atributos',
-	'LDAP Server' => 'LDAP Server',
-	'Other' => 'Otro',
-	'User ID attribute' => 'ParÃ¡metro del Usuario ID',
-	'Email Attribute' => 'ParÃ¡metro del correo electrÃ³nico',
-	'User fullname attribute' => 'ParÃ¡metro del nombre completo',
-	'User member attribute' => 'ParÃ¡metro del nombre de usuario',
-	'GroupID attribute' => 'ParÃ¡metro del Grupo ID',
-	'Group name attribute' => 'ParÃ¡metro del nombre del grupo',
-	'Group fullname attribute' => 'ParÃ¡metro del nombre completo del grupo',
-	'Group member attribute' => 'ParÃ¡metro del nombre de usuario del grupo',
-	'Search result (max 10 entries)' => 'Resultado de la bÃºsqueda (mÃ¡x. 10 entradas)',
-	'Group Fullname' => 'Nombre completo del grupo',
-	'Group Member' => 'Nombre de usuario del grupo',
-	'No groups could be found.' => 'NingÃºn grupo ha sido encontrado',
-	'User Fullname' => 'Nombre completo el usuario',
-	'No users could be found.' => 'NingÃºn usuario ha sido encontrado',
-	'Test connection to LDAP' => 'VerificaciÃ³n de la conexiÃ³n LDAP',
-	'Test search' => 'VerificaciÃ³n de la bÃºsqueda',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_start.tmpl
-	'Bulk Author Import' => 'ImportaciÃ³n de autores por lote',
-	'Updating...' => 'Actualizando...',
-
-## addons/Enterprise.pack/tmpl/edit_group.tmpl
-	'Edit Group' => 'Modificar Grupo',
-	'Group profile has been updated.' => 'El perfil del grupo ha sido modificado',
-	'LDAP Group ID' => 'LDAP del Grupo ID',
-	'The LDAP directory ID for this group.' => 'El ID del directorio LDAP para este grupo.',
-	'Status of group in the system. Disabling a group removes its members&rsquo; access to the system but preserves their content and history.' => 'El estatus del grupo en el sistema.  El hecho de desactivar un grupo borra el acceso a sus miembros pero guarda su contenido y el histÃ³rico de estos.',
-	'The name used for identifying this group.' => 'El nombre de usuario para identificar este grupo.',
-	'The display name for this group.' => 'El nombre que se muestra para este grupo.',
-	'Enter a description for your group.' => 'Instroduzca una descripciÃ³n para su grupo.',
-	'Created on' => 'Creado en',
-	'Save changes to this field (s)' => 'Guardar cambios del campo (s)',
-
-## addons/Enterprise.pack/app-wizard.yaml
-	'This module is required in order to use the LDAP Authentication.' => 'Este mÃ³dulo es requerido para usar la identificaciÃ³n LDAP.',
-	'This module is required in order to use SSL/TLS connection with the LDAP Authentication.' => 'Este mÃ³dulo es necesario para usar la conexiÃ³n SSL/TLS con la autentificaciÃ³n LDAP.',
-
-## addons/Enterprise.pack/app-cms.yaml
-	'Are you sure you want to delete the selected group(s)?' => 'Â¿EstÃ¡ seguro de querer borrar el(los) grupo(s) seleccionados?',
-	'Bulk Author Export' => 'ExportaciÃ³n masiva de autores',
-	'Synchronize Users' => 'SincronizaciÃ³n de Usuarios',
-
-## addons/Enterprise.pack/config.yaml
-	'Enterprise Pack' => 'Enterprise Pack',
-	'Oracle Database' => 'Base de Datos Oracle',
-	'Microsoft SQL Server Database' => 'Base de Datos Microsoft SQL Server',
-	'Microsoft SQL Server Database (UTF-8 support)' => 'Base de Datos Microsoft SQL Server (UTF-8 support)',
-	'External Directory Synchronization' => 'SincronizaciÃ³n del Directorio Externo',
-	'Populating author\'s external ID to have lower case user name...' => 'Introduciendo el ID externo del autor para usar minÃºsculas...',
+	'Universal Website' => 'Sitio universal',
+	'Themes that are compatible with the Universal Website template set.' => 'Temas que son compatibles con el sistema de las plantillas del Sitio Universal', # Translate - New
+	'Blog Index' => 'Ãndice del blog',
+	'Blog Entry Listing' => 'Lista de entradas',
 
 ## plugins/Cloner/cloner.pl
@@ -4468,4 +3978,5 @@
 	'2-Columns, Thin, Wide' => '2 columnas, delgada, ancha',
 	'2-Columns, Wide, Thin' => '2 columnas, ancha, delgada',
+	'2-Columns, Wide, Medium' => '2 columnas, ancha, media', # Translate - New
 	'None available' => 'Ninguno disponible',
 	'Applying...' => 'Aplicando...',
@@ -4665,4 +4176,5 @@
 ## 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]' => 'Este es un conjunto personalizado de widgets creados para aparecer solo en la pÃ¡gina de inicio (o "main_index"). MÃ¡s informaciÃ³n: [_1]',
+	'Recent Comments' => 'Comentarios recientes',
 	'Recent Assets' => 'Multimedia reciente',
 
@@ -4707,5 +4219,5 @@
 	'Home Page Widgets' => 'Widgets de la pÃ¡gina de inicio',
 	'Monthly Archives Dropdown' => 'Desplegable de archivos mensuales',
-	'Page Listing' => 'Lista de pÃ¡ginas', # Translate - New
+	'Page Listing' => 'Lista de pÃ¡ginas',
 	'Powered By' => 'Powered By',
 	'Syndication' => 'SindicaciÃ³n',
@@ -4758,7 +4270,57 @@
 	'Widgets' => 'Widgets',
 
+## plugins/CustomFields/customfields.pl
+	'Moving Custom Fields storage...' => 'Trasladando el almacenamiento de Custom Fields...',
+	'Moving metadata storage for [lc,_1]...' => 'Trasladando el almacenamiento de metadatos de [lc,_1]...',
+	'Moving metadata storage for users...' => 'Trasladando el almacenamiento de metadatos de los usuarios...',
+	'Moving metadata storage for entries...' => 'Trasladando el almacenamiento de metadatos de las entradas...',
+	'Moving metadata storage for pages...' => 'Trasladando los metadatos de las pÃ¡ginas...',
+
+## 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.' => 'OcurriÃ³ un error procesando [_1]. Se utilizÃ³ la versiÃ³n previa de la fuente. Se devolviÃ³ el estado HTTP [_2].',
+	'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.' => 'OcurriÃ³ un error procesando [_1]. La versiÃ³n anterior de la fuente no estaba disponible. Se devolviÃ³ el estado HTTP [_2].',
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm
+	'\'[_1]\' is a required argument of [_2]' => '\'[_1]\' es un argumento necesario de [_2]',
+	'MT[_1] was not used in the proper context.' => 'MT[_1] no se estÃ¡ utilizando en el contexto adecuado.',
+
+## plugins/feeds-app-lite/tmpl/config.tmpl
+	'Feeds.App Lite Widget Creator' => 'Creador de widgets de Feeds.App Lite',
+	'Configure feed widget settings' => 'Configurar widgets de sindicaciÃ³n',
+	'Enter a title for your widget.  This will also be displayed as the title of the feed when used on your published blog.' => 'Teclee un tÃ­tulo para su widget. Esto tambiÃ©n se mostrarÃ¡ como tÃ­tulo de la fuente en el blog.',
+	'[_1] Feed Widget' => 'Widget de sindicaciÃ³n [_1]',
+	'Select the maximum number of entries to display.' => 'Seleccione el mÃ¡ximo nÃºmero de entradas a mostrar.',
+	'3' => '3',
+	'5' => '5',
+	'10' => '10',
+	'All' => 'Todos',
+
+## plugins/feeds-app-lite/tmpl/msg.tmpl
+	'No feeds could be discovered using [_1]' => 'No se descubrieron fuentes usando [_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.' => 'OcurriÃ³ un error procesando [_1]. Compruebe <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">aquÃ­</a> los detalles e intÃ©ntelo de nuevo.',
+	'A widget named <strong>[_1]</strong> has been created.' => 'Se creÃ³ un widget titulado <strong>[_1]</strong>.',
+	'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:' => 'Ahora puede <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">editar &ldquo;[_1]&rdquo;</a> o incluir el widget su blog utilizando <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">WidgetManager</a> o la siguiente etiqueta MTInclude:',
+	'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:' => 'Ahora puede <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">editar &ldquo;[_1]&rdquo;</a> o incluir el widget en su blog utilizando la siguiente etiqueta MTInclude:',
+	'Create Another' => 'Crear otro',
+
+## plugins/feeds-app-lite/tmpl/start.tmpl
+	'You must enter a feed or site URL to proceed' => 'Debe introducir una fuente o una URL de un sitio para proceder.',
+	'Create a widget from a feed' => 'Crear un widget de una fuente',
+	'Feed or Site URL' => 'URL del sitio o fuente',
+	'Enter the URL of a feed, or the URL of a site that has a feed.' => 'Introduzca la URL de una fuente de sindicaciÃ³n, o la URL de un sitio que tenga una fuente.',
+
+## plugins/feeds-app-lite/tmpl/select.tmpl
+	'Multiple feeds were found' => 'Se encontraron mÃºltiples fuentes',
+	'Select the feed you wish to use. <em>Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.</em>' => 'Seleccione la fuente que desea usar. <em>Feeds.App Lite soporta las fuentes con solo texto RSS 1.0, 2.0 y Atom.',
+	'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 le ayuda a publicar fuentes de sindicaciÃ³n en los blogs. Â¿Desea hacer mÃ¡s cosas con fuentes en Movable Type?',
+	'Upgrade to Feeds.App' => 'ActualÃ­cese a Feeds.App',
+	'Create a Feed Widget' => 'Crear un widget de fuente',
+
 );
 
-## New words: 150
+## New words: 28
 
 1;
Index: /branches/release-29/lib/MT/L10N/fr.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/fr.pm (revision 1308)
+++ /branches/release-29/lib/MT/L10N/fr.pm (revision 1350)
@@ -150,5 +150,4 @@
 
 ## default_templates/comment_detail.mtml
-	'default userpic' => 'Image de l\'utilisateur par dÃ©faut',
 	'By [_1] on [_2]' => 'Par [_1] le [_2]',
 
@@ -203,5 +202,5 @@
 ## default_templates/recover-password.mtml
 	'_USAGE_FORGOT_PASSWORD_1' => 'Vous avez demandÃ© Ã  rÃ©cupÃ©rer votre mot de passe Movable Type. Votre mot de passe a Ã©tÃ© changÃ© au niveau du systÃšme ; le nouveau mot de passe est le suivant:',
-	'_USAGE_FORGOT_PASSWORD_2' => 'Ce nouveau mot de passe devrait vous permettre d\'ouvrir une session Movable Type. Vous pourrez changer ce mot de passe une fois la session ouverte.',
+	'_USAGE_FORGOT_PASSWORD_2' => 'Ce nouveau mot de passe devrait vous permettre d\'ouvrir une session Movable Type via l\'URL ci-dessous. Vous pourrez changer ce mot de passe une fois la session ouverte.',
 	'Mail Footer' => 'Pied des mails',
 
@@ -230,5 +229,5 @@
 	'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>',
-	'<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
+	'<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>',
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Lire la suite</a>',
 
@@ -681,4 +680,5 @@
 	'User' => 'Utilisateur',
 	'Invalid type' => 'Type incorrect',
+	'Entries' => 'Notes',
 	'New name of the tag must be specified.' => 'Le nouveau nom de ce tag doit Ãªtre spÃ©cifiÃ©.',
 	'No such tag' => 'Pas de tag de ce type',
@@ -710,5 +710,4 @@
 	'Load failed: [_1]' => 'Ãchec de chargement : [_1]',
 	'(no reason given)' => '(sans raison donnÃ©e)',
-	'Entries' => 'Notes',
 	'Pages' => 'Pages',
 	'(untitled)' => '(sans titre)',
@@ -987,5 +986,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
+	' (Backup from [_1])' => ' (Sauvegarde depuis [_1])',
 	'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Ã©.',
@@ -1232,5 +1231,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
+	'Assigning blog page layout...' => 'Attribution de la mise en page du blog',
 
 ## lib/MT/Core.pm
@@ -2087,6 +2086,6 @@
 	'View entry' => 'Afficher une note',
 	'View page' => 'Afficher une page',
-	'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
+	'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.',
+	'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.',
 
 ## tmpl/cms/include/login_mt.tmpl
@@ -2314,6 +2313,6 @@
 	Met Ã  jour les gabarits actuels en conservant les gabarits crÃ©Ã©s ou modifiÃ©s par n\'import quel utilisateur.',
 	'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 install the selected template set.' => 'Supprime tout les gabarits existants et installe le groupe de gabarits sÃ©lectionnÃ©.',
+	'Reset to factory defaults' => 'Remettre Ã  zÃ©ro les modifications',
 	'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',
@@ -2791,5 +2790,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
+	'View Page' => 'Afficher une Page',
 	'Add category' => 'Ajouter une catÃ©gorie',
 	'Add category name' => 'Ajouter un nom de catÃ©gorie',
@@ -2814,5 +2813,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
+	'Change Folder' => 'Modifier le Dossier',
 	'Stats' => 'Stats',
 	'Share' => 'Partager',
@@ -3225,5 +3224,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.',
-	'Import data into' => 'Importer les donnÃ©es dans', # Translate - New
+	'Import data into' => 'Importer les donnÃ©es dans',
 	'Select a blog to import.' => 'SÃ©lectionner un blog Ã  importer.',
 	'Importing from' => 'Importation Ã  partir de',
@@ -3441,5 +3440,5 @@
 	'Collapse' => 'RÃ©duire',
 	'Expand' => 'DÃ©velopper',
-	'Create Subcategory' => 'CrÃ©er une Sous-catÃ©gorie', # Translate - New
+	'Create Subcategory' => 'CrÃ©er une Sous-catÃ©gorie',
 	'Move Category' => 'DÃ©placer une CatÃ©gorie',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,trackback,trackbacks]',
@@ -3591,9 +3590,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
+	'Re-Edit this entry' => 'Modifier Ã  nouveau cette note',
+	'Re-Edit this entry (e)' => 'Modifier Ã  nouveau cette note (e)',
 	'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
+	'Re-Edit this page' => 'Modifier Ã  nouveau cette page',
+	'Re-Edit this page (e)' => 'Modifier Ã  nouveau cette page (e)',
 	'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;',
@@ -3696,23 +3695,23 @@
 
 ## 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{
+	'About' => 'A propos de',
+	'_UTS_REPLACE_THIS' => '<p><strong>Remplacez ce texte d\'exemple par vos propres informations.</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>
-}, # Translate - New
-	'_UTS_EDIT_LINK' => q{
-<!-- retirer ce lien aprÃšs l'Ã©dition -->
+',
+	'_UTS_EDIT_LINK' => '
+<!-- 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>
+<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{
+',
+	'_UTS_CONTACT' => 'Contacter',
+	'_UTS_SAMPLE_CONTACT' => '
 <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{
+',
+	'Welcome to our new website!' => 'Bienvenue sur notre nouveau site !',
+	'_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>
 
@@ -3720,9 +3719,9 @@
 
 <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
+',
+	'New design launched using Movable Type' => 'Nouveau design lancÃ© en utilisant Movable Type',
+	'_UTS_SAMPLE_NEWDESIGN' => '
+<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> 
+',
 
 ## addons/Commercial.pack/lib/CustomFields/App/CMS.pm
@@ -3737,5 +3736,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 valid URL for the URL field: [_1]' => 'Merci de saisir une URL correcte pour le champ URL : [_1]',
 	'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.',
@@ -3743,7 +3742,7 @@
 	'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
+	'Default value must be valid URL.' => 'La valeur par dÃ©faut doit Ãªtre une URL valide.',
 	'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
+	' ' => ' ',
 	'Single-Line Text' => 'Texte sur une ligne',
 	'Multi-Line Textfield' => 'Champ texte de plusieurs lignes',
@@ -3833,4 +3832,5 @@
 
 ## addons/Commercial.pack/templates/recent_entries_expanded.mtml
+	'By [_1] | Comments ([_2])' => 'Par [_1] | Commentaires ([_1])', # Translate - New
 
 ## addons/Commercial.pack/templates/footer-email.mtml
@@ -3843,5 +3843,5 @@
 
 ## addons/Commercial.pack/templates/comment_detail.mtml
-	'[_1] [_2] on' => '[_1] [_2] sur', # Translate - New
+	'[_1] [_2] on' => '[_1] [_2] sur',
 	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Lien permanent vers ce commentaire">[_2]</a>',
 
@@ -3857,6 +3857,6 @@
 
 ## 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
+	'Powered By (Footer)' => 'Powered By (Pied de Page)',
+	'Footer Links' => 'Liens de Pied de Page',
 
 ## addons/Commercial.pack/templates/tags.mtml
@@ -3865,4 +3865,6 @@
 	'Home' => 'Accueil',
 
+## addons/Commercial.pack/templates/entry_metadata.mtml
+
 ## addons/Commercial.pack/templates/entry.mtml
 
@@ -3876,6 +3878,7 @@
 
 ## 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
+	'You are signed in as' => 'Vous Ãªtes identifiÃ© comme Ã©tant',
+	'.  <a href="[_1]">Sign Out</a>' => '<a href="[_1]">Se DÃ©connecter</a>', # Translate - New
+	'Sign Out' => 'Se DÃ©connecter',
 
 ## addons/Commercial.pack/templates/trackbacks.mtml
@@ -3884,5 +3887,5 @@
 
 ## addons/Commercial.pack/templates/sidebar.mtml
-	'Recent Entries Expanded' => 'EntrÃ©es Ã©tendues rÃ©centes', # Translate - New
+	'Recent Entries Expanded' => 'EntrÃ©es Ã©tendues rÃ©centes',
 	'Recent Assets' => 'ÃlÃ©ments rÃ©cents',
 	'Recent Comments' => 'Commentaires rÃ©cents',
@@ -3900,8 +3903,8 @@
 
 ## addons/Commercial.pack/templates/header.mtml
-	'Sign In (In Header)' => 'S\'identifier (Dans l\'En-tÃªte de la Page)', # Translate - New
+	'Sign In (In Header)' => 'S\'identifier (Dans l\'En-tÃªte de la Page)',
 	'Navigation' => 'Navigation',
-	'Search (In Navigation)' => 'Rechercher (Dans la Navigation)', # Translate - New
-	'Homepage Image' => 'Image de Page d\'Accueil', # Translate - New
+	'Search (In Navigation)' => 'Rechercher (Dans la Navigation)',
+	'Homepage Image' => 'Image de Page d\'Accueil',
 
 ## addons/Commercial.pack/templates/sidebar_2col.mtml
@@ -3912,5 +3915,5 @@
 
 ## addons/Commercial.pack/templates/footer_links.mtml
-	'Links' => 'Liens', # Translate - New
+	'Links' => 'Liens',
 
 ## addons/Commercial.pack/templates/comment_preview.mtml
@@ -3919,7 +3922,8 @@
 
 ## addons/Commercial.pack/config.yaml
-	'Universal Website' => 'Site Universel', # Translate - New
-	'Blog Index' => 'Index du Blog', # Translate - New
-	'Blog Entry Listing' => 'Liste des Notes du Blog', # Translate - New
+	'Universal Website' => 'Site Universel',
+	'Themes that are compatible with the Universal Website template set.' => 'ThÃšmes Ã©tant compatibles avec les groupes de gabarits de Sites Universels.', # Translate - New
+	'Blog Index' => 'Index du Blog',
+	'Blog Entry Listing' => 'Liste des Notes du Blog',
 
 ## plugins/Cloner/cloner.pl
@@ -3972,8 +3976,9 @@
 ## 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',
+	'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',
+	'2-Columns, Wide, Medium' => '2-Colonnes, Large, Moyen', # Translate - New
 	'None available' => 'Aucun disponible',
 	'Applying...' => 'Appliquer...',
@@ -4173,4 +4178,6 @@
 ## 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]',
+	'Recent Comments' => 'Commentaires rÃ©cents',
+	'Recent Assets' => 'ÃlÃ©ments rÃ©cents',
 
 ## plugins/WidgetManager/default_widgets/syndication.mtml
@@ -4200,4 +4207,5 @@
 	'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',
+	'Category Archives' => 'Archives par CatÃ©gories',
 
 ## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
@@ -4213,5 +4221,5 @@
 	'Home Page Widgets' => 'Widgets de Page d\'Accueil',
 	'Monthly Archives Dropdown' => 'Liste dÃ©roulante des Archives Mensuelles',
-	'Page Listing' => 'Liste des Pages', # Translate - New
+	'Page Listing' => 'Liste des Pages',
 	'Powered By' => 'AnimÃ© Par',
 	'Syndication' => 'Syndication',
@@ -4265,8 +4273,9 @@
 
 ## 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
+	'Moving Custom Fields storage...' => 'DÃ©placement de l\'emplacement des champs personnalisÃ©s...',
+	'Moving metadata storage for [lc,_1]...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les [lc,_1]...',
+	'Moving metadata storage for users...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les utilisateurs...',
+	'Moving metadata storage for entries...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es pour les entrÃ©es...',
+	'Moving metadata storage for pages...' => 'DÃ©placement de l\'emplacement des mÃ©tadonnÃ©es des pages en cours ...',
 
 ## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm
@@ -4315,5 +4324,5 @@
 );
 
-## New words: 193
+## New words: 24
 
 1;
Index: /branches/release-29/lib/MT/L10N/de.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/de.pm (revision 1211)
+++ /branches/release-29/lib/MT/L10N/de.pm (revision 1350)
@@ -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$
@@ -83,5 +82,5 @@
 
 ## default_templates/notify-entry.mtml
-	'A new [lc,_3] entitled \'[_1]\' has been published to [_2].' => 'Ein neuer Eintrag namens \'[_1]\' wurde in [_2] verÃ¶ffentlicht.',
+	'A new [lc,_3] entitled \'[_1]\' has been published to [_2].' => 'Ein neuer [_3] namens \'[_1]\' wurde auf [_2] verÃ¶ffentlicht.',
 	'View entry:' => 'Eintrag ansehen:',
 	'View page:' => 'Seite ansehen:',
@@ -109,8 +108,8 @@
 	'Comment Submitted' => 'Kommentar abgeschickt',
 	'Confirmation...' => 'BestÃ€tigung',
-	'Your comment has been submitted!' => 'Ihr Kommentar wurde abgeschickt!',
+	'Your comment has been submitted!' => 'Ihr Kommentar ist eingegangen!',
 	'Comment Pending' => 'Kommentar noch nicht freigegeben',
-	'Thank you for commenting.' => 'Vielen Dank fÃŒr Ihren Kommentar',
-	'Your comment has been received and held for approval by the blog owner.' => 'Ihr Kommentar wurde abgeschickt. Er erscheint auf der Seite, sobald der Blogbetreiber ihn freigeschaltet hat.',
+	'Thank you for commenting.' => 'Vielen Dank fÃŒr Ihren Kommentar.',
+	'Your comment has been received and held for approval by the blog owner.' => 'Ihr Kommentar wurde abgeschickt. Er erscheint, sobald der Blogbetreiber ihn freigeschaltet hat.',
 	'Comment Submission Error' => 'Fehler beim Kommentieren',
 	'Your comment submission failed for the following reasons:' => 'Ihr Kommentar konnte aus folgenden GrÃŒnden nicht abgeschickt werden:',
@@ -136,9 +135,9 @@
 
 ## default_templates/new-ping.mtml
-	'An unapproved TrackBack has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this TrackBack before it will appear on your site.' => 'Ein noch nicht freigeschaltetes TrackBack ist in Ihrem Weblog [_1] zum Eintrag #[_2] ([_3]) eingegangen. Schalten Sie das TrackBack frei, damit es auf Ihrem Weblog erscheint.',
-	'An unapproved TrackBack has been posted on your blog [_1], for category #[_2], ([_3]). You need to approve this TrackBack before it will appear on your site.' => 'Ein noch nicht freigeschaltetes TrackBack ist in Ihrem Weblog [_1] zur Kategorie #[_2] ([_3]) eingegangen. Schalten Sie das TrackBack frei, damit es auf Ihrem Weblog erscheint.',
-	'A new TrackBack has been posted on your blog [_1], on entry #[_2] ([_3]).' => 'Ein neuer TrackBack ist in Ihrem Weblog [_1] zum Eintrag #[_2] ([_3]) eingegangen.',
-	'A new TrackBack has been posted on your blog [_1], on category #[_2] ([_3]).' => 'Ein neuer TrackBack ist in Ihrem Weblog [_1] zur Kategorie #[_2] ([_3]) eingegangen.',
-	'Excerpt' => 'Zusammen- fassung',
+	'An unapproved TrackBack has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this TrackBack before it will appear on your site.' => 'In Ihrem Weblog [_1] ist ein noch nicht freigeschaltetes TrackBack zum Eintrag [_3] (#[_2]) eingegangen. Schalten Sie das TrackBack frei, damit es auf Ihrem Weblog erscheint.',
+	'An unapproved TrackBack has been posted on your blog [_1], for category #[_2], ([_3]). You need to approve this TrackBack before it will appear on your site.' => 'In Ihrem Weblog [_1] ist ein noch nicht freigeschaltetes TrackBack fÃŒr die Kategorie [_3] (#[_2]) eingegangen. Schalten Sie das TrackBack frei, damit es auf Ihrem Weblog erscheint.',
+	'A new TrackBack has been posted on your blog [_1], on entry #[_2] ([_3]).' => 'In Ihrem Weblog [_1] ist ein neuer TrackBack zum Eintrag [_3] (#[_2]) eingegangen.',
+	'A new TrackBack has been posted on your blog [_1], on category #[_2] ([_3]).' => 'In Ihrem Weblog [_1] ist ein neuer TrackBack fÃŒr die Kategorie [_3] (#[_2]) eingegangen.',
+	'Excerpt' => 'Zusammenfassung',
 	'URL' => 'URL',
 	'Title' => 'Titel',
@@ -151,6 +150,5 @@
 
 ## default_templates/comment_detail.mtml
-	'[_1] [_2] said:' => '[_1] [_2] schrieb:',
-	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Peramlink dieses Eintrags">[_2]</a>',
+	'By [_1] on [_2]' => 'Von [_1] am [_2]',
 
 ## default_templates/comment_form.mtml
@@ -170,6 +168,6 @@
 
 ## default_templates/new-comment.mtml
-	'An unapproved comment has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this comment before it will appear on your site.' => 'Ein noch nicht freigeschalteter Kommentar ist in Ihrem Weblog [_1] zum Eintrag #[_2] ("[_3]") eingegangen. Schalten Sie den Kommentar frei, damit er auf Ihrem Weblog erscheint.',
-	'A new comment has been posted on your blog [_1], on entry #[_2] ([_3]).' => 'Ein neuer Kommentar ist in Ihrem Weblog [_1] zum Eintrag #[_2] ("[_3]") eingegangen:',
+	'An unapproved comment has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this comment before it will appear on your site.' => 'In Ihrem Weblog [_1] ist ein noch nicht freigeschalteter Kommentar zum Eintrag "[_3]" (#[_2]) eingegangen. Schalten Sie den Kommentar frei, damit er auf Ihrem Weblog erscheint.',
+	'A new comment has been posted on your blog [_1], on entry #[_2] ([_3]).' => 'In Ihrem Weblog [_1] ist ein neuer Kommentar zum Eintrag "[_3]" (#[_2]) eingegangen:',
 	'Commenter name: [_1]' => 'Name des Kommentarautors: [_1]',
 	'Commenter email address: [_1]' => 'E-Mail-Adresse des Kommentarautors: [_1]',
@@ -195,5 +193,4 @@
 
 ## default_templates/entry_metadata.mtml
-	'By [_1] on [_2]' => 'Von [_1] am [_2]',
 	'Permalink' => 'Permalink',
 	'Comments ([_1])' => 'Kommentare ([_1])',
@@ -205,5 +202,5 @@
 ## default_templates/recover-password.mtml
 	'_USAGE_FORGOT_PASSWORD_1' => 'Sie haben ein neues Movable Type-Passwort angefordert. Es wurde automatisch ein neues Passwort erzeugt. Es lautet:',
-	'_USAGE_FORGOT_PASSWORD_2' => 'Mit diesem Passwort kÃ¶nnen Sie sich nun am System anmelden. Im Anschluss sollten Sie ein neues Passwort Ihrer Wahl einstellen.',
+	'_USAGE_FORGOT_PASSWORD_2' => 'Mit diesem Passwort kÃ¶nnen Sie sich nun am System anmelden via dieser URL. Im Anschluss sollten Sie ein neues Passwort Ihrer Wahl einstellen.',
 	'Mail Footer' => 'Mail-Signatur',
 
@@ -232,7 +229,6 @@
 	'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Folgende EintrÃ€ge anderer Blogs beziehen sich auf den Eintrag <a href="[_1]">[_2]</a>',
 	'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'TrackBack-URL dieses Eintrags: <span id="trackbacks-link">[_1]</span>',
-	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> von [_3]',
+	'<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '<a href="[_1]">[_2]</a> von [_3] zu <a href="[_4]">[_5]</a>',
 	'[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Mehr</a>',
-	'Tracked on <a href="[_1]">[_2]</a>' => 'Gesehen auf <a href="[_1]">[_2]</a>',
 
 ## default_templates/sidebar.mtml
@@ -250,9 +246,9 @@
 ## default_templates/search_results.mtml
 	'Search Results' => 'Suchergebnisse',
-	'Results matching &ldquo;[_1]&rdquo; from [_2]' => 'Treffer mit &bdquo;[_1]&ldquo; aus [_2]',
-	'Results tagged &ldquo;[_1]&rdquo; from [_2]' => 'Mit &bdquo;[_1]&ldquo; getaggte Treffer aus [_2]',
-	'Results matching &ldquo;[_1]&rdquo;' => 'Treffer mit &bdquo;[_1]&ldquo;',
-	'Results tagged &ldquo;[_1]&rdquo;' => 'Mit &bdquo;[_1]&ldquo; getaggte Treffer',
-	'No results found for &ldquo;[_1]&rdquo;.' => 'Keine Treffer mit &bdquo;[_1]&ldquo; gefunden',
+	'Results matching &ldquo;[_1]&rdquo; from [_2]' => 'Suchergebnisse fÃŒr &bdquo;[_1]&ldquo; aus [_2]',
+	'Results tagged &ldquo;[_1]&rdquo; from [_2]' => 'Mit &bdquo;[_1]&ldquo; getaggte auf [_2]:',
+	'Results matching &ldquo;[_1]&rdquo;' => 'Suchergebnisse fÃŒr &bdquo;[_1]&ldquo;',
+	'Results tagged &ldquo;[_1]&rdquo;' => 'Mit &bdquo;[_1]&ldquo; getaggt',
+	'No results found for &ldquo;[_1]&rdquo;.' => 'Keine Suchergebnisse fÃŒr &bdquo;[_1]&ldquo; gefunden',
 	'Instructions' => 'Anleitung',
 	'By default, this search engine looks for all words in any order. To search for an exact phrase, enclose the phrase in quotes:' => 'Die Suchfunktion sucht nach allen angebenen Begriffen in beliebiger Reihenfolge. Um nach einem exakten Ausdruck zu suchen, setzen Sie diesen bitte in AnfÃŒhrungszeichen:',
@@ -292,5 +288,5 @@
 	'Subscribe to feed' => 'Feed abonnieren',
 	'Subscribe to this blog\'s feed' => 'Feed dieses Blogs abonnieren',
-	'Search results matching &ldquo;<$MTSearchString$>&rdquo;' => 'Treffer mit &bdquo;<$MTSearchString$>&ldquo;',
+	'Search results matching &ldquo;<$MTSearchString$>&rdquo;' => 'Suchergebnisse fÃŒr &bdquo;<$MTSearchString$>&ldquo;',
 	'_MTCOM_URL' => 'http://www.movabletype.com/',
 
@@ -451,6 +447,6 @@
 	'Warning' => 'Warnung',
 	'http://www.movabletype.org/documentation/appendices/tags/%t.html' => 'http://www.movabletype.org/documentation/appendices/tags/%t.html',
-	'No [_1] could be found.' => 'Keine [_1] gefunden.', # Translate - Improved (2) # OK
-	'Invalid tag [_1] specified.' => 'UngÃŒltiger Befehl [_1] angegeben.',
+	'No [_1] could be found.' => 'Keine [_1] gefunden.',
+	'Invalid tag [_1] specified.' => 'UngÃŒltiger Vorlagenbefehl [_1] angegeben.',
 	'Recursion attempt on [_1]: [_2]' => 'Rekursionsversuch bei [_1]: [_2]',
 	'Can\'t find included template [_1] \'[_2]\'' => 'Kann verwendete Vorlage [_1] \'[_2]\' nicht finden',
@@ -465,19 +461,19 @@
 	'Can\'t find entry \'[_1]\'' => 'Kann Eintrag \'[_1]\' nicht finden',
 	'[_1] is not a hash.' => '[_1] ist kein Hash-Wert.',
-	'You used an \'[_1]\' tag outside of the context of a author; perhaps you mistakenly placed it outside of an \'MTAuthors\' container?' => 'Sie haben ein \'[_1]\'-Tag auÃerhalb eines Autoren-Kontexts verwendet - \'MTAuthors\'-Container erforderlich',
+	'You used an \'[_1]\' tag outside of the context of a author; perhaps you mistakenly placed it outside of an \'MTAuthors\' container?' => 'Sie haben einen \'[_1]\'-Vorlagenbefehl auÃerhalb eines Autoren-Kontexts verwendet - \'MTAuthors\'-Container erforderlich',
 	'You have an error in your \'[_2]\' attribute: [_1]' => 'Fehler im \'[_2]\'-Attribut: [_1]',
 	'You have an error in your \'tag\' attribute: [_1]' => 'Fehler im \'tag\'-Attribut: [_1]',
 	'No such user \'[_1]\'' => 'Kein Benutzer \'[_1]\'',
-	'You used an \'[_1]\' tag outside of the context of an entry; perhaps you mistakenly placed it outside of an \'MTEntries\' container?' => '\'[_1]\'-Tag auÃerhalb eines Eintrags-Kontexts verwendet - \'MTEntries\'-Container erforderlich.',
+	'You used an \'[_1]\' tag outside of the context of an entry; perhaps you mistakenly placed it outside of an \'MTEntries\' container?' => '\'[_1]\'-Vorlagenbefehl auÃerhalb eines Eintrags-Kontexts verwendet - \'MTEntries\'-Container erforderlich.',
 	'You used <$MTEntryFlag$> without a flag.' => 'Sie haben <$MTEntryFlag$> ohne Flag verwendet.',
-	'You used an [_1] tag for linking into \'[_2]\' archives, but that archive type is not published.' => 'Sie haben mit einem [_1]-Tag \'[_2]\'-Archive verlinkt, ohne diese vorher zu verÃ¶ffentlichen.',
+	'You used an [_1] tag for linking into \'[_2]\' archives, but that archive type is not published.' => 'Sie haben mit einem [_1]-Vorlagenbefehl \'[_2]\'-Archive verlinkt, ohne diese vorher zu verÃ¶ffentlichen.',
 	'Could not create atom id for entry [_1]' => 'Konnte keine ATOM-ID fÃŒr Eintrag [_1] erzeugen',
 	'To enable comment registration, you need to add a TypeKey token in your weblog config or user profile.' => 'Um die Registrierung von Kommentarautoren zu ermÃ¶glichen, geben Sie ein TypeKey-Token in den Weblogeinstellungen oder dem Benutzerenprofil an.',
 	'The MTCommentFields tag is no longer available; please include the [_1] template module instead.' => 'Der MTCommentFields-Befehl ist nicht mehr verfÃŒgbar. Bitte verwenden Sie stattdessen das [_1]-Vorlagenmodul.',
-	'You used an [_1] tag without a date context set up.' => 'Sie haben einen [_1]-Tag ohne Datumskontext verwendet.',
-	'You used an \'[_1]\' tag outside of the context of a comment; perhaps you mistakenly placed it outside of an \'MTComments\' container?' => '\'[_1]\'-Tag auÃerhalb eines Kommentar-Kontexts verwendet - \'MTComments\'-Container erforderlich.',
+	'You used an [_1] tag without a date context set up.' => 'Sie haben einen [_1]-Vorlagenbefehl ohne Datumskontext verwendet.',
+	'You used an \'[_1]\' tag outside of the context of a comment; perhaps you mistakenly placed it outside of an \'MTComments\' container?' => '\'[_1]\'-Vorlagenbefehl auÃerhalb eines Kommentar-Kontexts verwendet - \'MTComments\'-Container erforderlich.',
 	'[_1] can be used only with Daily, Weekly, or Monthly archives.' => '[_1] kann nur mit Tages-, Wochen- oder Monatsarchiven verwendet werden.',
 	'Group iterator failed.' => 'Gruppeniterator fehlgeschlagen.',
-	'You used an [_1] tag outside of the proper context.' => 'Sie haben ein [_1]-Tag auÃerhalb seines Kontexts verwendet.',
+	'You used an [_1] tag outside of the proper context.' => 'Sie haben einen [_1]-Vorlagenbefehl auÃerhalb seines Kontexts verwendet.',
 	'Could not determine entry' => 'Konnte Eintrag nicht bestimmen',
 	'Invalid month format: must be YYYYMM' => 'UngÃŒltiges Datumsformat: richtig ist JJJJMM',
@@ -486,5 +482,5 @@
 	'<\$MTCategoryTrackbackLink\$> must be used in the context of a category, or with the \'category\' attribute to the tag.' => '<\$MTCategoryTrackbackLink\$> muss im Kategoriekontext stehen oder mit dem \'category\'-Attribut des Tags.',
 	'You failed to specify the label attribute for the [_1] tag.' => 'Kein Label-Attribut des [_1]-Tags angegeben.',
-	'You used an \'[_1]\' tag outside of the context of a ping; perhaps you mistakenly placed it outside of an \'MTPings\' container?' => '\'[_1]\'-Tag auÃerhalb eines Ping-Kontextes verwendet - \'MTPings\'-Container erforderlich.',
+	'You used an \'[_1]\' tag outside of the context of a ping; perhaps you mistakenly placed it outside of an \'MTPings\' container?' => '\'[_1]\'-Vorlagenbefehl auÃerhalb eines Ping-Kontextes verwendet - \'MTPings\'-Container erforderlich.',
 	'[_1] used outside of [_2]' => '[_1] auÃerhalb [_2] verwendet',
 	'MT[_1] must be used in a [_2] context' => 'MT[_1] muss in einem [_2]-Kontext stehen',
@@ -492,6 +488,6 @@
 	'Error sorting [_2]: [_1]' => 'Fehler beim Sortieren von [_2]: [_1]',
 	'Edit' => 'Bearbeiten',
-	'You used an \'[_1]\' tag outside of the context of an asset; perhaps you mistakenly placed it outside of an \'MTAssets\' container?' => '\'[_1]\'-Tag auÃerhalb eines Asset-Kontexts verwendet - mÃ¶glicherweise auÃerhalb eines \'MTAssets\'-Containers?',
-	'You used an \'[_1]\' tag outside of the context of an page; perhaps you mistakenly placed it outside of an \'MTPages\' container?' => '\'[_1]\'-Tag auÃerhalb eines Seiten-Kontexts verwendet - mÃ¶glicherweise auÃerhalb eines \'MTPages\'-Containers?',
+	'You used an \'[_1]\' tag outside of the context of an asset; perhaps you mistakenly placed it outside of an \'MTAssets\' container?' => '\'[_1]\'-Vorlagenbefehl auÃerhalb eines Asset-Kontexts verwendet - mÃ¶glicherweise auÃerhalb eines \'MTAssets\'-Containers?',
+	'You used an \'[_1]\' tag outside of the context of an page; perhaps you mistakenly placed it outside of an \'MTPages\' container?' => '\'[_1]\'-Vorlagenbefehl auÃerhalb eines Seiten-Kontexts verwendet - mÃ¶glicherweise auÃerhalb eines \'MTPages\'-Containers?',
 	'You used an [_1] without a author context set up.' => '[_1] ohne vorhandenen Autorenkontext verwendet.',
 	'Can\'t load user.' => 'Kann Benutzerkonto nicht laden.',
@@ -550,6 +546,4 @@
 	'Registered User' => 'Registrierter Benutzer',
 	'The sign-in attempt was not successful; please try again.' => 'Anmeldeversuch nicht erfolgreich. Bitte versuchen Sie es erneut.',
-	'The sign-in validation was not successful. Please make sure your weblog is properly configured and try again.' => 'AnmeldungsbestÃ€tigung nicht erfolgreich. Bitte ÃŒberprÃŒfen Sie die Konfiguration und versuchen Sie es erneut.',
-	'No such entry ID \'[_1]\'' => 'Keine Eintrags-ID \'[_1]\'',
 	'No entry was specified; perhaps there is a template problem?' => 'Es wurde kein Eintrag angegeben. Vielleicht gibt es ein Problem mit der Vorlage?',
 	'Somehow, the entry you tried to comment on does not exist' => 'Der Eintrag, den Sie kommentieren mÃ¶chten, existiert nicht.',
@@ -686,4 +680,5 @@
 	'User' => 'Benutzer',
 	'Invalid type' => 'UngÃŒltiger Typ',
+	'Entries' => 'EintrÃ€ge',
 	'New name of the tag must be specified.' => 'Neuer Tagname erforderlich',
 	'No such tag' => 'Kein solcher Tag',
@@ -700,4 +695,5 @@
 	'Blog Activity Feed' => 'AktivitÃ€tsfeed',
 	'*User deleted*' => 'Benutzer gelÃ¶scht',
+	'<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 fÃŒr [_2]</a> - Ziehen Sie diesen Link in die Lesezeichenleiste Ihres Browsers und klicken Sie darauf, wenn Sie sich auf einer Website befinden, ÃŒber die Sie bloggen mÃ¶chten.',
 	'All Feedback' => 'Feedback',
 	'Publishing' => 'VerÃ¶ffentlichung',
@@ -714,5 +710,4 @@
 	'Load failed: [_1]' => 'Laden fehlgeschlagen: [_1]',
 	'(no reason given)' => '(unbekannte Ursache)',
-	'Entries' => 'EintrÃ€ge',
 	'Pages' => 'Seiten',
 	'(untitled)' => '(ohne Ãberschrift)',
@@ -862,6 +857,6 @@
 	'Create Role' => 'Rolle anlegen',
 	'Role name cannot be blank.' => 'Rollenname erforderlich',
-	'Another role already exists by that name.' => 'Es ist bereits eine Rolle mit diesem Namen vorhanden.', # Translate - Improved (7) # OK
-	'You cannot define a role without permissions.' => 'Sie kÃ¶nnen keine Rollen ohne Berechtigungen definieren.', # Translate - Improved (7) # OK
+	'Another role already exists by that name.' => 'Es ist bereits eine Rolle mit diesem Namen vorhanden.',
+	'You cannot define a role without permissions.' => 'Sie kÃ¶nnen keine Rollen ohne Berechtigungen definieren.',
 	'No permissions.' => 'Keine Berechtigung..',
 	'No such entry \'[_1]\'' => 'Kein Eintrag \'[_1]\'',
@@ -894,5 +889,5 @@
 	'Entry Body' => 'Eintragstext',
 	'Extended Entry' => 'Erweiterter Eintrag',
-	'Keywords' => 'SchlÃŒssel- wÃ¶rter',
+	'Keywords' => 'SchlÃŒsselwÃ¶rter',
 	'Basename' => 'Basisname',
 	'Comment Text' => 'Kommentartext',
@@ -991,4 +986,5 @@
 	'You can\'t reply to unapproved comment.' => 'Sie kÃ¶nnen auf nicht freigegebene Kommentare nicht antworten.',
 	'You can\'t reply to unpublished comment.' => 'Sie kÃ¶nnen nicht auf Kommentare antworten, die noch nicht verÃ¶ffentlicht wurden.',
+	' (Backup from [_1])' => '(Sicherung von [_1])',
 	'Error creating new template: ' => 'Fehler beim Anlegen der neuen Vorlage',
 	'Skipping template \'[_1]\' since it appears to be a custom template.' => 'Ãberspringe Vorlage \'[_1]\', da es ein Custom Template zu sein scheint.',
@@ -997,5 +993,5 @@
 	'entries' => 'EintrÃ€ge',
 	'This is You' => 'Das sind Sie',
-	'Handy Shortcuts' => 'NÃŒtzliche AbkÃŒrzungen',
+	'Handy Shortcuts' => 'Schnellzugriff',
 	'Movable Type News' => 'News von Movable Type',
 	'Blog Stats' => 'Statistik',
@@ -1235,4 +1231,5 @@
 	'Moving OpenID usernames to external_id fields...' => 'Setze OpenID-Benutzernamen als external_id-Felder...',
 	'Assigning blog template set...' => 'Weise Vorlagengruppe zu...',
+	'Assigning blog page layout...' => 'Weise Blog-Seitenlayout zu...',
 
 ## lib/MT/Core.pm
@@ -1373,6 +1370,6 @@
 	'<[_1]> with no </[_1]> on line [_2].' => '<[_1]> ohne </[_1]> in Zeile [_2].',
 	'<[_1]> with no </[_1]> on line [_2]' => '<[_1]> ohne  </[_1]> in Zeile[_2]',
-	'Error in <mt:[_1]> tag: [_2]' => 'Fehler in der Anweisung <mt:[_1]>: [_2]',
-	'Unknown tag found: [_1]' => 'Unbekannte Anweisung gefunden: [_1]',
+	'Error in <mt:[_1]> tag: [_2]' => 'Fehler im Vorlagenbefehl <mt:[_1]>: [_2]',
+	'Unknown tag found: [_1]' => 'Unbekannter Vorlagenbefehl gefunden: [_1]',
 
 ## lib/MT/ObjectScore.pm
@@ -1438,6 +1435,6 @@
 ## lib/MT/AtomServer.pm
 	'PreSave failed [_1]' => 'PreSave fehlgeschlagen [_1]',
-	'User \'[_1]\' (user #[_2]) added [lc,_4] #[_3]' => 'Benutzer \'[_1]\' (Benutzer-Nr. [_2]) hinzugefÃŒgt [lc,_4] #[_3]',
-	'User \'[_1]\' (user #[_2]) edited [lc,_4] #[_3]' => 'Benutzer \'[_1]\' (Benutzer-Nr. [_2]) hinzugefÃŒgt [lc,_4] #[_3]',
+	'User \'[_1]\' (user #[_2]) added [lc,_4] #[_3]' => '[_4] (#[_3]) von Benutzer \'[_1]\' (Benutzer-Nr. [_2]) hinzugefÃŒgt.',
+	'User \'[_1]\' (user #[_2]) edited [lc,_4] #[_3]' => '[_4] (#[_3]) von Benutzer \'[_1]\' (Benutzer-Nr. [_2]) bearbeitet.',
 
 ## lib/MT/PluginData.pm
@@ -1548,5 +1545,5 @@
 	'Value for \'mt_[_1]\' must be either 0 or 1 (was \'[_2]\')' => '\'mt_[_1]\' kann nur 0 oder 1 sein (war \'[_2]\')',
 	'Not privileged to edit entry' => 'Keine Bearbeitungsrechte',
-	'Entry \'[_1]\' ([lc,_5] #[_2]) deleted by \'[_3]\' (user #[_4]) from xml-rpc' => 'Eintrag \'[_1]\' ([lc,_5] #[_2]) per XML-RPC von von \'[_3]\' (Benutzer-Nr. [_4]) gelÃ¶scht',
+	'Entry \'[_1]\' ([lc,_5] #[_2]) deleted by \'[_3]\' (user #[_4]) from xml-rpc' => 'Eintrag \'[_1]\' ([_5] #[_2]) von \'[_3]\' (Benutzer-Nr. [_4]) per XML-RPC gelÃ¶scht',
 	'Not privileged to get entry' => 'Keine Leserechte',
 	'Not privileged to set entry categories' => 'Keine Rechte zur Vergabe von Kategorien',
@@ -1661,5 +1658,5 @@
 	'New Ping' => 'Neuer Ping',
 	'Entry Notify' => 'Eintragsbenachrichtigung',
-	'Subscribe Verify' => 'AbonnierungsbestÃ€tigung',
+	'Subscribe Verify' => 'AbonnementbestÃ€tigung',
 
 ## lib/MT.pm.pre
@@ -1822,5 +1819,5 @@
 	'You should configure you temporary directory settings.' => 'Hier legen Sie fest, in welchem Verzeichnis temporÃ€re Dateien gespeichert werden.',
 	'Your TempDir has been successfully configured. Click \'Continue\' below to continue configuration.' => 'TempDir erfolgreich konfiguriert. Sie kÃ¶nnen die Konfigurierung nun fortsetzen.',
-	'[_1] could not be found.' => '[_1] nicht gefunden.', # Translate - Improved (1) # OK
+	'[_1] could not be found.' => '[_1] nicht gefunden.',
 	'TempDir is required.' => 'TempDir ist erforderlich.',
 	'TempDir' => 'TempDir',
@@ -1842,5 +1839,5 @@
 	'Once the [_1] directory is in a web-accessible location, specify the location below.' => 'Wenn Sie den [_1]-Ordner an einen vom Webserver erreichbaren Ort verschoben haben, geben Sie die Adresse unten an.',
 	'This URL path can be in the form of [_1] or simply [_2]' => 'Die Adresse kann in dieser Form: [_1] oder einfach als [_2] angegeben werden. ',
-	'This path must be in the form of [_1]' => 'Der Pfad muss in dieser Form angegeben werden: [_1]', # Translate - New # OK
+	'This path must be in the form of [_1]' => 'Der Pfad muss in dieser Form angegeben werden: [_1]',
 	'Static web path' => 'Statischer Webpfad',
 	'Static file path' => 'Statischer Dateipfad',
@@ -1906,10 +1903,10 @@
 
 ## tmpl/cms/include/copyright.tmpl
-	'Copyright &copy; 2001-[_1] Six Apart. All Rights Reserved.' => 'Copyright &copy; 2001-[_1] Six Apart. Alle Rechte vorbehalten.', # Translate - New # OK
+	'Copyright &copy; 2001-[_1] Six Apart. All Rights Reserved.' => 'Copyright &copy; 2001-[_1] Six Apart. Alle Rechte vorbehalten.',
 
 ## tmpl/cms/include/comment_table.tmpl
 	'comment' => 'Kommentar',
 	'comments' => 'Kommentare',
-	'to publish' => 'zu VerÃ¶ffentlichen',
+	'to publish' => 'zu verÃ¶ffentlichen',
 	'Publish selected comments (a)' => 'GewÃ€hlte Kommentare verÃ¶ffentlichen (a)',
 	'Delete selected comments (x)' => 'GewÃ€hlte Kommentare lÃ¶schen (x)',
@@ -1927,5 +1924,5 @@
 	'IP' => 'IP',
 	'Only show published comments' => 'Nur verÃ¶ffentlichte Kommentare anzeigen',
-	'Published' => 'VerÃ¶ffentlichen',
+	'Published' => 'VerÃ¶ffentlicht',
 	'Only show pending comments' => 'Nur nicht verÃ¶ffentlichte Kommentare anzeigen',
 	'Pending' => 'Auf Moderation wartend',
@@ -2001,5 +1998,5 @@
 
 ## tmpl/cms/include/log_table.tmpl
-	'No log records could be found.' => 'Keine ProtokolleintrÃ€ge gefunden.', # Translate - Improved (1) # OK
+	'No log records could be found.' => 'Keine ProtokolleintrÃ€ge gefunden.',
 	'_LOG_TABLE_BY' => 'Von',
 	'IP: [_1]' => 'IP: [_1]',
@@ -2089,6 +2086,6 @@
 	'View entry' => 'Eintrag ansehen',
 	'View page' => 'Seite ansehen',
-	'No entries could be found. <a href="[_1]">Create Entry</a>' => 'Keine EintrÃ€ge gefunden. <a href="[_1]">Eintrag anlegen</a>', # Translate - New # OK
-	'No page could be found. <a href="[_1]">Create Page</a>' => 'Keine Seiten gefunden. <a href="[_1]">Seite anlegen</a>', # Translate - New # OK
+	'No entries could be found. <a href="[_1]">Create an entry</a> now.' => 'Keine EintrÃ€ge gefunden. Jetzt <a href="[_1]>einen Eintrag anlegen</a>.',
+	'No page could be found. <a href="[_1]">Create a page</a> now.' => 'Keine Seiten gefunden. Jetzt <a href="[_1]">eine Seite anlegen</a>.',
 
 ## tmpl/cms/include/login_mt.tmpl
@@ -2147,4 +2144,5 @@
 ## tmpl/cms/include/category_selector.tmpl
 	'Add sub category' => 'Unterkategorie hinzufÃŒgen',
+	'Add new' => 'Neue',
 
 ## tmpl/cms/include/display_options.tmpl
@@ -2198,5 +2196,4 @@
 	'Back (b)' => 'ZurÃŒck (b)',
 	'Cancel (x)' => 'Abbrechen (x)',
-	'Add [lc,_1] name' => '[_1]-Name hinzufÃŒgen',
 
 ## tmpl/cms/include/header.tmpl
@@ -2311,15 +2308,17 @@
 
 ## tmpl/cms/dialog/refresh_templates.tmpl
-	'Refresh Template Set' => 'Vorlagengruppen neu aufbauen', # Translate - New # OK
-	'Refresh [_1] template set' => 'Vorlagengruppe [_1] neu aufbauen', # Translate - New # OK
-	'Updates current templates while retaining any user-created or user-modified templates.' => 'Aktualisiert die gewÃ€hlten Vorlagen, ohne von Benutzern angelegte oder bearbeitete Vorlagen zu verÃ€ndern', # Translate - Improved (1) # OK
-	'Apply a new template set' => 'Neue Vorlagengruppe installieren', # Translate - New # OK
-	'Deletes all existing templates and installs factory default template set.' => 'LÃ¶scht alle vorhandenen Vorlagen und installiert die Movable Type-Standardvorlagen', # Translate - Improved (1) # OK
+	'Refresh Template Set' => 'Vorlagengruppen neu aufbauen',
+	'Refresh [_1] template set' => 'Vorlagengruppe [_1] neu aufbauen',
+	'Updates current templates while retaining any user-created or user-modified templates.' => 'Aktualisiert die gewÃ€hlten Vorlagen, ohne von Benutzern angelegte oder bearbeitete Vorlagen zu verÃ€ndern',
+	'Apply a new template set' => 'Neue Vorlagengruppe installieren',
+	'Deletes all existing templates and install the selected template set.' => 'LÃ¶scht alle vorhandenen Vorlagen und installiert die gewÃ€hlten Vorlagengruppe.',
+	'Reset to factory defaults' => 'Auf Werkseinstellungen zurÃŒcksetzen',
+	'Deletes all existing templates and installs factory default template set.' => 'LÃ¶scht alle vorhandenen Vorlagen und installiert die Movable Type-Standardvorlagen',
 	'Make backups of existing templates first' => 'Sichern Sie zuerst Ihre vorhandenen Vorlagen',
-	'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Sie mÃ¶chten <strong>die vorhandene Vorlagengruppe neu aufbauen</strong>. Das umfasst:', # Translate - New # OK
+	'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Sie mÃ¶chten <strong>die vorhandene Vorlagengruppe neu aufbauen</strong>. Das umfasst:',
 	'potentially install new templates' => 'ggf. die Installation neuer Vorlagen',
 	'overwrite some existing templates with new template code' => 'das Ãberschreiben vorhandener Vorlagen',
 	'backups will be made of your templates and can be accessed through your backup filter' => 'die Anfertigung einer Sicherungskopie der vorhandenen Vorlagen',
-	'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Sie mÃ¶chten <strong>eine neue Vorlagengruppe installieren</a>. Das umfasst:', # Translate - New # OK
+	'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Sie mÃ¶chten <strong>eine neue Vorlagengruppe installieren</a>. Das umfasst:',
 	'delete all of the templates in your blog' => 'die LÃ¶schung aller vorhandenen Vorlagen Ihres Blogs',
 	'install new templates from the selected template set' => 'die Installation der Movable Type-Standardvorlagen',
@@ -2380,8 +2379,8 @@
 	'Center' => 'Zentriert',
 	'Right' => 'Rechts',
-	'Use thumbnail' => 'Vorschaubild verwenden',
+	'Use thumbnail' => 'Vorschaubild',
 	'width:' => 'Breite:',
 	'pixels' => 'Pixel',
-	'Link image to full-size version in a popup window.' => 'Bild mit GroÃansicht in Popup-Fenster verlinken',
+	'Link image to full-size version in a popup window.' => 'Mit GroÃansicht in Popup verlinken',
 	'Remember these settings' => 'Einstellungen speichern',
 
@@ -2396,9 +2395,9 @@
 
 ## tmpl/cms/widget/new_user.tmpl
-	'Welcome to Movable Type, the world\'s most powerful blogging, publishing and social media platform. To help you get started we have provided you with links to some of the more common tasks new users like to perform:' => 'Willkommen zu Movable Type, der leistungsfÃ€higsten Blogging-, Publizierungs- und Social Media-Plattfom. Um Ihnen den Einstieg zu erleichtern, haben wir Ihnen einige Links zu den Funktionen, die fÃŒr neue Benutzer besonders interessant sind, zusammengestellt:',
+	'Welcome to Movable Type, the world\'s most powerful blogging, publishing and social media platform. To help you get started we have provided you with links to some of the more common tasks new users like to perform:' => 'Willkommen zu Movable Type, der leistungsfÃ€higsten Blogging-, Publishing- und Social Media-Plattfom! Um Ihnen den Einstieg zu erleichtern, haben wir Ihnen einige Links zu den Funktionen zusammengestellt, die fÃŒr neue Benutzer besonders interessant sind:',
 	'Write your first post' => 'Den ersten Eintrag schreiben',
-	'What would a blog be without content? Start your Movable Type experience by creating your very first post.' => 'Was ist ein Blog ohne Inhalt? Schreiben Sie jetzt Ihren ersten Eintrag mit Movable Type!',
+	'What would a blog be without content? Start your Movable Type experience by creating your very first post.' => 'Was ist ein Blog ohne Inhalt? Schreiben Sie jetzt Ihren ersten Eintrag!',
 	'Design your blog' => 'Das Blog gestalten',
-	'Customize the look and feel of your blog quickly by selecting a design from one of our professionally designed themes.' => 'Gestalten Sie Ihr Blog nach Ihren Vorstellungen. Mit unseren professionellen Designvorlagen geht das ganz schnell!',
+	'Customize the look and feel of your blog quickly by selecting a design from one of our professionally designed themes.' => 'Mit unseren professionellen Designvorlagen gestalten Sie Ihr Blog unkompliziert nach Ihren Vorstellungen.',
 	'Explore what\'s new in Movable Type 4' => 'Neu in Movable Type 4',
 	'Whether you\'re new to Movable Type or using it for the first time, learn more about what this tool can do for you.' => 'FÃŒr Neueinsteiger wie fÃŒr erfahrende Movable Type-Anwender: Erfahren Sie, was Movable Type fÃŒr Sie leisten kann!',
@@ -2406,4 +2405,5 @@
 ## tmpl/cms/widget/blog_stats_recent_entries.tmpl
 	'[quant,_1,entry,entries] tagged &ldquo;[_2]&rdquo;' => '[quant,_1,Eintrag,EintrÃ€ge] getaggt mit &ldquo;[_2]&rdquo;',
+	'...' => '...',
 	'Posted by [_1] [_2] in [_3]' => 'Von [_1] [_2] in [_3]',
 	'Posted by [_1] [_2]' => 'Von [_1] [_2]',
@@ -2437,5 +2437,5 @@
 ## tmpl/cms/widget/mt_shortcuts.tmpl
 	'Trackbacks' => 'TrackBacks',
-	'Import Content' => 'Inhalt importieren',
+	'Import Content' => 'Importieren',
 	'Blog Preferences' => 'Blog-Einstellungen',
 
@@ -2476,5 +2476,4 @@
 ## tmpl/cms/widget/blog_stats_entry.tmpl
 	'Most Recent Entries' => 'Aktuelle EintrÃ€ge',
-	'...' => '...',
 	'View all entries' => 'Alle EintrÃ€ge',
 
@@ -2515,5 +2514,5 @@
 ## tmpl/cms/edit_role.tmpl
 	'Edit Role' => 'Rolle bearbeiten',
-	'Your changes have been saved.' => 'Ãnderungen gespeichert',
+	'Your changes have been saved.' => 'Ãnderungen gespeichert.',
 	'List Roles' => 'Rollen auflisten',
 	'[quant,_1,User,Users] with this role' => '[quant,_1,Benutzer,Benutzer] mit dieser Rolle',
@@ -2576,6 +2575,6 @@
 ## tmpl/cms/list_blog.tmpl
 	'You have successfully deleted the blogs from the Movable Type system.' => 'Blog(s) erfolgreich gelÃ¶scht',
+	'You have successfully refreshed your templates.' => 'Vorlagen erfolgreich neu aufgebaut.',
 	'Create Blog' => 'Blog anlegen',
-	'Are you sure you want to delete this blog?' => 'Dieses Blog wirklich lÃ¶schen?',
 
 ## tmpl/cms/edit_template.tmpl
@@ -2661,5 +2660,4 @@
 	'Quickfilters' => 'Schnellfilter',
 	'[_1] (Disabled)' => '[_1] (deaktiviert)',
-	'Go back' => 'ZurÃŒck',
 	'Showing only: [_1]' => 'Zeige nur: [_1]',
 	'Remove filter' => 'aufheben',
@@ -2725,5 +2723,5 @@
 	'Show only users where' => 'Zeige nur Benutzer mit',
 	'role' => 'Rolle',
-	'enabled' => 'aktiviert',
+	'enabled' => 'aktiv',
 	'disabled' => 'deaktiviert',
 	'pending' => 'auf Moderation wartend',
@@ -2791,4 +2789,5 @@
 	'Preview this page (v)' => 'Vorschau (v)',
 	'Delete this page (x)' => 'Seite lÃ¶schen (x)',
+	'View Page' => 'Seite ansehen',
 	'Add category' => 'Kategorie hinzufÃŒgen',
 	'Add category name' => 'Kategoriename hinzufÃŒgen',
@@ -2797,4 +2796,5 @@
 	'Preview this entry (v)' => 'Vorschau (v)',
 	'Delete this entry (x)' => 'Eintrag lÃ¶schen (x)',
+	'View Entry' => 'Eintrag ansehen',
 	'A saved version of this entry was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Eintrag automatisch gespeichert [_2]. <a href="[_1]>Automatisch gespeicherte Version wiederherstellen</a>',
 	'A saved version of this page was auto-saved [_2]. <a href="[_1]">Recover auto-saved content</a>' => 'Seite automatisch gespeichert [_2]. <a href="[_1]>Automatisch gespeicherte Version wiederherstellen</a>',
@@ -2812,4 +2812,5 @@
 	'You have successfully deleted the checked comment(s).' => 'Die markierten Kommentare wurden erfolgreich gelÃ¶scht.',
 	'You have successfully deleted the checked TrackBack(s).' => 'Die markierten TrackBacks wurden erfolgreich gelÃ¶scht.',
+	'Change Folder' => 'Ordner wechseln',
 	'Stats' => 'Statistik',
 	'Share' => 'Teilen',
@@ -2819,7 +2820,7 @@
 	'You must configure this blog before you can publish this entry.' => 'Bitte konfigurieren Sie das Blog, bevor Sie einen Eintrag verÃ¶ffentlichen.',
 	'You must configure this blog before you can publish this page.' => 'Bitte konfigurieren Sie das Blog, bevor Sie eine Seite verÃ¶ffentlichen.',
-	'[_1] - Created by [_2]' => '[_1] - Angelegt von [_2]',
-	'[_1] - Published by [_2]' => '[_1] - VerÃ¶ffentlicht von [_2]',
-	'[_1] - Edited by [_2]' => '[_1] - Bearbeitet von [_2]',
+	'[_1] - Created by [_2]' => 'Angelegt von [_2] [_1]',
+	'[_1] - Published by [_2]' => 'VerÃ¶ffentlicht von [_2] [_1]',
+	'[_1] - Edited by [_2]' => 'Bearbeitet von [_2] [_1]',
 	'Publish On' => 'VerÃ¶ffentlichen um',
 	'Publish Date' => 'VerÃ¶ffent- lichungs- zeitpunkt',
@@ -2828,4 +2829,6 @@
 	'Warning: If you set the basename manually, it may conflict with another entry.' => 'Warnung: Wenn Sie den Basisnamen manuell einstellen, ist es nicht auszuschlieÃen, daÃ der gewÃ€hlte Name bereits existiert.',
 	'Warning: Changing this entry\'s basename may break inbound links.' => 'Warnung: Wenn Sie den Basisnamen nachtrÃ€glich Ã€ndern, kÃ¶nnen externe Links zu diesem Eintrag ungÃŒltig werden.',
+	'edit' => 'Bearbeiten',
+	'close' => 'schlieÃen',
 	'Accept' => 'Annehmen',
 	'Outbound TrackBack URLs' => 'TrackBack- URLs',
@@ -2839,5 +2842,4 @@
 	'Are you sure you want to use the Rich Text editor?' => 'Grafischen Editor wirklich verwenden?',
 	'Make primary' => 'Als Hauptkategorie',
-	'Add new' => 'Neue',
 	'Fields' => 'Felder',
 	'Body' => 'Text',
@@ -2846,5 +2848,5 @@
 	'Reset defaults' => 'Auf Standardeinstellungen zurÃŒcksetzen',
 	'Previous' => 'ZurÃŒck',
-	'Next' => 'NÃ€chstes',
+	'Next' => 'Vor',
 	'Extended' => 'Erweiterter Text',
 	'Format:' => 'Formatierung:',
@@ -2852,5 +2854,4 @@
 	'(space-delimited list)' => '(Liste mit Leerzeichentrennung)',
 	'(delimited by \'[_1]\')' => '(Trennung durch \'[_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 fÃŒr [_2]</a> - Ziehen Sie diesen Link in die Lesezeichenleiste Ihres Browsers und klicken Sie darauf, wenn Sie sich auf einer Website befinden, ÃŒber die Sie bloggen mÃ¶chten.',
 	'None selected' => 'Keine',
 
@@ -2964,5 +2965,5 @@
 ## tmpl/cms/export.tmpl
 	'You must select a blog to export.' => 'Sie mÃŒssen wÃ€hlen, welches Blog exportiert werden soll.',
-	'_USAGE_EXPORT_1' => 'Hier kÃ¶nnen Sie die EintrÃ€ge, Kommentare und TrackBacks des ausgewÃ€hlten Blogs exportieren. Ein Export stellt <em>keine</em> komplette Sicherungskopie eines Blogs dar.',
+	'_USAGE_EXPORT_1' => 'Hier kÃ¶nnen Sie die EintrÃ€ge, Kommentare und TrackBacks eines Blogs exportieren. Ein Export stellt <em>keine</em> komplette Sicherung eines Blogs dar. Verwenden Sie dafÃŒr die Funktion Sichern/Wiederherstellen.',
 	'Blog to Export' => 'Zu exportierendes Blog',
 	'Select a blog for exporting.' => 'Zu exportierendes Blog',
@@ -3067,5 +3068,4 @@
 	'All Templates' => 'Alle Vorlagen',
 	'You have successfully deleted the checked template(s).' => 'Vorlage(n) erfolgreich gelÃ¶scht.',
-	'You have successfully refreshed your templates.' => 'Vorlagen erfolgreich neu aufgebaut.',
 	'Your templates have been published.' => 'Die Vorlagen wurden verÃ¶ffentlicht.',
 	'Create Archive Template:' => 'Archiv-Vorlage anlegen:',
@@ -3222,6 +3222,6 @@
 ## tmpl/cms/import.tmpl
 	'You must select a blog to import.' => 'WÃ€hlen Sie, in welches Blog importiert werden soll',
-	'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.' => 'Mit der Import/Export-Funktionen kÃ¶nnen EintrÃ€ge aus anderen Movable Type-Installationen oder aus anderen Weblog-Systemen ÃŒbernommen werden. Bestehende EintrÃ€ge kÃ¶nnen in einem Austauschformat gesichert werden.',
-	'Blog to Import' => 'Importziel',
+	'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.' => 'Mit der Import/Export-Funktion kÃ¶nnen Sie EintrÃ€ge aus anderen Movable Type-Installationen oder aus anderen Weblog-Systemen ÃŒbernehmen. Bestehende EintrÃ€ge kÃ¶nnen in einem Austauschformat gesichert werden.',
+	'Import data into' => 'Daten importieren in',
 	'Select a blog to import.' => 'WÃ€hlen Sie, in welches Blog importiert werden soll',
 	'Importing from' => 'Importieren aus',
@@ -3407,5 +3407,5 @@
 	'Move' => 'Verschieben',
 	'[quant,_1,page,pages]' => '[quant,_1,Seite,Seiten]',
-	'No folders could be found.' => 'Keine Ordner gefunden.', # Translate - New # OK
+	'No folders could be found.' => 'Keine Ordner gefunden.',
 
 ## tmpl/cms/list_association.tmpl
@@ -3421,5 +3421,5 @@
 	'You have successfully revoked the given permission(s).' => 'Berechtigungen erfolgreich entzogen',
 	'You have successfully granted the given permission(s).' => 'Berechtigungen erfolgreich vergeben',
-	'No permissions could be found.' => 'Keine Berechtigungen gefunden.', # Translate - Improved (1) # OK
+	'No permissions could be found.' => 'Keine Berechtigungen gefunden.',
 
 ## tmpl/cms/login.tmpl
@@ -3439,7 +3439,8 @@
 	'Collapse' => 'Einklappen',
 	'Expand' => 'Ausklappen',
+	'Create Subcategory' => 'Unterkategorie anlegen',
 	'Move Category' => 'Kategorie verschieben',
 	'[quant,_1,TrackBack,TrackBacks]' => '[quant,_1,TrackBack,TrackBacks]',
-	'No categories could be found.' => 'Keine Kategorien gefunden.', # Translate - New # OK
+	'No categories could be found.' => 'Keine Kategorien gefunden.',
 
 ## tmpl/cms/cfg_entry.tmpl
@@ -3587,6 +3588,10 @@
 
 ## tmpl/cms/preview_strip.tmpl
-	'Save this entry' => 'Diesen Eintrag speichern',
-	'Save this page' => 'Diese Seite speichern',
+	'Save this entry' => 'Eintrag speichern',
+	'Re-Edit this entry' => 'Eintrag erneut bearbeiten',
+	'Re-Edit this entry (e)' => 'Eintrag erneut bearbeiten (e)',
+	'Save this page' => 'Seite speichern',
+	'Re-Edit this page' => 'Seite erneut bearbeiten',
+	'Re-Edit this page (e)' => 'Seite erneut bearbeiten (e)',
 	'You are previewing the entry titled &ldquo;[_1]&rdquo;' => 'Sie sehen eine Vorschau auf den Eintrag &ldquo;[_1]&rdquo;',
 	'You are previewing the page titled &ldquo;[_1]&rdquo;' => 'Sie sehen eine Vorschau auf die Seite &ldquo;[_1]&rdquo;',
@@ -3596,5 +3601,4 @@
 	'The TrackBack has been approved.' => 'TrackBack wurde freigeschaltet.',
 	'List &amp; Edit TrackBacks' => 'TrackBacks anzeigen &amp; bearbeiten',
-	'View Entry' => 'Eintrag ansehen',
 	'Save changes to this TrackBack (s)' => 'TrackBack-Ãnderungen speichern (s)',
 	'Delete this TrackBack (x)' => 'Diesen TrackBack lÃ¶schen (x)',
@@ -3689,4 +3693,35 @@
 	'_ERROR_CGI_PATH' => 'Die CGIPath-Angabe in Ihrer Konfigurationsdatei fehlt oder ist fehlerhaft. Anweisungen zur Konfigurierung finden Sie im Abschnitt <a href="javascript:void(0)">Installation and Configuration</a> der Movable Type-Dokumentation.',
 
+## addons/Commercial.pack/lib/MT/Commercial/Util.pm
+	'About' => 'Ãber',
+	'_UTS_REPLACE_THIS' => '<p><strong>Ersetzen Sie diesen Text durch Ihre eigenen Informationen.</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' => '
+<!-- Entfernen Sie diesen Link nach der Bearbeitung -->
+<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">Diesen Text anpassen</a>\')</script>
+</p>
+',
+	'_UTS_CONTACT' => 'Kontakt',
+	'_UTS_SAMPLE_CONTACT' => '
+<p>Wir freuen uns darauf, von Ihnen zu hÃ¶ren. Senden Sie Ihre E-Mail an email (at) domainname.de</p>
+',
+	'Welcome to our new website!' => 'Willkommen auf unserer neuen 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' => 'Neue Website auf Basis von Movable Type',
+	'_UTS_SAMPLE_NEWDESIGN' => ' 
+<p>Unsere Website hat ein neues Aussehen - dank <a href="http://www.movabletype.com/">Movable Type</a> und der Universellen Vorlagengruppe. Mit der Universellen Vorlagengruppe kann so gut wie jeder eine neue Website mit Movable Type anlegen. Neue Vorlagengruppe anlegen, "Universelle Vorlagengruppe" auswÃ€hlen, "VerÃ¶ffentlichen" klicken - fertig! So einfach war es noch nie. Danke, Movable Type!</p>
+',
+
 ## addons/Commercial.pack/lib/CustomFields/App/CMS.pm
 	'Show' => 'Zeige',
@@ -3700,4 +3735,5 @@
 	'Invalid date \'[_1]\'; dates must be in the format YYYY-MM-DD HH:MM:SS.' => 'UngÃŒltige Datumsangabe \'[_1]\' - Datumsangaben mÃŒssen das Format JJJJ-MM-TT HH:MM:SS haben.',
 	'Invalid date \'[_1]\'; dates should be real dates.' => 'UngÃŒltige Datumsangabe \'[_1]\' - Datumsangaben sollten tatsÃ€chliche Daten sein',
+	'Please enter valid URL for the URL field: [_1]' => 'Bitte geben Sie eine gÃŒltige Web-Adresse in das Feld [_1] ein.',
 	'Please enter some value for required \'[_1]\' field.' => 'Bitte fÃŒllen Sie das erforderliche Feld \'[_1]\' aus.',
 	'Please ensure all required fields have been filled in.' => 'Bitte fÃŒllen Sie alle erforderlichen Felder aus.',
@@ -3705,4 +3741,5 @@
 	'The template tag \'[_1]\' is already in use.' => 'Vorlagenbefehl \'[_1]\' bereits vorhanden',
 	'The basename \'[_1]\' is already in use.' => 'Basisname \'[_1]\' bereits vorhanden',
+	'Default value must be valid URL.' => 'Der Standardwert muss eine gÃŒltige Web-Adresse sein.',
 	'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Speichern Sie genau die Informationen, die Sie mÃ¶chten, indem Sie die Formulare und Felder von EintrÃ€gen, Seiten, Ordnern, Kategorien und Benutzerkonten frei anpassen.',
 	' ' => '', # Translate - New # OK
@@ -3764,5 +3801,4 @@
 	'Close field order widget' => 'Reihenfolgenwidget schlieÃen',
 	'open' => 'Ã¶ffnen',
-	'close' => 'schlieÃen',
 	'click-down and drag to move this field' => 'bei gedrÃŒckter Maustaste ziehen, um das Feld zu verschieben',
 	'click to %toggle% this box' => 'klicken um das Feld an- oder abzuwÃ€hlen',
@@ -3773,5 +3809,5 @@
 	'New [_1] Field' => 'Neues [_1] Feld',
 	'Delete selected fields (x)' => 'GewÃ€hlte Felder lÃ¶schen (x)',
-	'No fields could be found.' => 'Keine Felder gefunden.', # Translate - Improved (1) # OK
+	'No fields could be found.' => 'Keine Felder gefunden.',
 	'System-Wide' => 'Systemweit',
 
@@ -3780,629 +3816,113 @@
 	'Remove [_1]' => '[_1] lÃ¶schen',
 
+## 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])' => 'Von [_1] | Kommentare ([_2])', # Translate - New # OK
+
+## 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] zu',
+	'<a href="[_1]" title="Permalink to this comment">[_2]</a>' => '<a href="[_1]" title="Peramlink dieses Eintrags">[_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 (FuÃzeile)',
+	'Footer Links' => 'FuÃzeilen-Links',
+
+## addons/Commercial.pack/templates/tags.mtml
+
+## addons/Commercial.pack/templates/navigation.mtml
+	'Home' => 'Startseite',
+
+## 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' => 'Sie sind angemeldet als',
+	'.  <a href="[_1]">Sign Out</a>' => '. <a href="[_1]">Abmelden</a>', # Translate - New # OK
+	'Sign Out' => 'Abmelden',
+
+## addons/Commercial.pack/templates/trackbacks.mtml
+	'&raquo; <a href="[_1]">[_2]</a> from [_3]' => '&raquo; <a href="[_1]">[_2]</a> von [_3]',
+	'Tracked on <a href="[_1]">[_2]</a>' => 'Gesehen auf <a href="[_1]">[_2]</a>',
+
+## addons/Commercial.pack/templates/sidebar.mtml
+	'Recent Entries Expanded' => 'Neueste EintrÃ€ge (erweitert)',
+	'Recent Assets' => 'Neue Assets',
+	'Recent Comments' => 'Neueste Kommentare',
+	'Category Archives' => 'Kategoriearchive',
+
+## 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)' => 'Anmelden (in Kopfzeile)',
+	'Navigation' => 'Navigation',
+	'Search (In Navigation)' => 'Suche (in Navigation)',
+	'Homepage Image' => 'Homepage-Bild',
+
+## 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/Community.pack/lib/MT/App/Community.pm
-	'No login form template defined' => 'Keine Vorlage fÃŒr das Anmeldeformular definiert',
-	'Before you can sign in, you must authenticate your email address. <a href="[_1]">Click here</a> to resend the verification email.' => 'Bevor Sie sich anmelden kÃ¶nnen, bestÃ€tigen Sie bitte Ihre E-Mail-Adresse. <a href="[_1]>BestÃ€tigungsmail erneut senden</a>.',
-	'Your confirmation have expired. Please register again.' => 'Ihre Anmeldung ist abgelaufen. Bitte registrieren Sie sich erneut.',
-	'User \'[_1]\' (ID:[_2]) has been successfully registered.' => 'Benutzer \'[_1]\' (ID:[_2]) erfolgreich registriert.',
-	'Thanks for the confirmation.  Please sign in.' => 'Danke fÃŒr die BestÃ€tigung. Bitte melden Sie sich an.',
-	'Login required' => 'Anmeldung erforderlich',
-	'System template entry_response not found in blog: [_1]' => 'Systemvorlage entry_response fÃŒr Blog [_1] nicht gefunden.', # Translate - Improved (1) # OK
-	'Posting a new entry failed.' => 'VerÃ¶ffentlichtung eines neuen Eintrags fehlgeschlagen.',
-	'New entry \'[_1]\' added to the blog \'[_2]\'' => 'Neuer Eintrag \'[_1]\' zu Blog \'[_2]\' hinzugefÃŒgt.',
-	'Id or Username is required' => 'ID oder Benutzername erforderlich',
-	'Unknown user' => 'Unbekannter Benutzer',
-	'Cannot edit profile.' => 'Kann Profil nicht editieren',
-	'Recent Entries from [_1]' => 'Aktuelle Eintrage von [_1]',
-	'Responses to Comments from [_1]' => 'Reaktionen auf Kommentare von  [_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?' => '\'[_1]\'-Befehl auÃerhalb eines MtIfEntryRecommended-Blocks verwendet - \'MTIfEntryRecommended\'-Block erforderlich',
-	'Click here to recommend' => 'Empfehlen',
-
-## addons/Community.pack/lib/MT/Community/CMS.pm
-	'Welcome to the Movable Type Community Solution' => 'Willkommen zur 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:' => 'Mit der Community Solution erhalten Sie alle Werkzeuge, die zum Aufbau erfolgreicher Communities mit aktiven, engagierten Mitgliedern erforderlich sind. Zu den SchlÃŒsselfunktionen gehÃ¶ren:',
-	'Member Profiles' => 'Mitgliederprofile',
-	'Allow registered members of your community to create and customize profiles, including user pictures' => 'Mitgliedern Ihrer Community ermÃ¶glichen, umfangreiche Profile mitsamt Foto anzulegen',
-	'Favoriting, Recommendations and User Voting' => 'Favoriten, Empfehlungen und Abstimmungen',
-	'Your community can vote for its favorite content, making it easy for your readers and authors to see what\'s most popular' => 'Ihre Community ÃŒber beliebte Inhalte abstimmen lassen - und Leser und Autoren auf einen Blick sehen lassen, welche Inhalte momentan beliebt sind',
-	'User-Contributed Content' => 'Leserinhalte',
-	'Registered users can submit content to your site, and administrators have full control over what gets published' => 'Registrierte Benutzer eigene Inhalte hochladen lassen, bei voller Kontrolle darÃŒber, was verÃ¶ffentlicht wird ',
-	'Forums and Community Blogs' => 'Foren und Community-Blogs',
-	'Add forums and group blogs to your site with just a few clicks' => 'Foren und gemeinsame Blogs mit wenigen Klicks einrichten',
-	'Completely Customizable Design' => 'Komplett frei gestaltbares Design',
-	'Every element of your site experience is customizable, including login screens, registration forms, profile editing, and even email messages' => 'SÃ€mtliche Elemente Ihrer Site frei anpassen, inclusive Anmeldebildschirme, Registrierungsformulare und Profilseiten - sogar die Texte der E-Mail-Benachrichtungen kÃ¶nnen frei gewÃ€hlt werden',
-
-## addons/Community.pack/php/function.mtentryrecommendvotelink.php
-
-## addons/Community.pack/tmpl/widget/blog_stats_registration.mtml
-	'Registrations' => 'Registrierungen',
-	'Recent Registrations' => 'Aktuelle Registrierungen',
-	'default userpic' => 'Standard-Benutzerbild',
-	'You have [quant,_1,registration,registrations] from [_2]' => 'Sie haben [quant,_1,Registrierung,Registrierungen] von [_2]',
-
-## addons/Community.pack/tmpl/widget/most_popular_entries.mtml
-	'Most Popular Entries' => 'Beliebteste EintrÃ€ge',
-	'There are no popular entries.' => 'Keine beliebten EintrÃ€ge.',
-
-## addons/Community.pack/tmpl/widget/recent_submissions.mtml
-	'Recent Submissions' => 'Aktuelle BeitrÃ€ge',
-
-## addons/Community.pack/tmpl/widget/recent_favorites.mtml
-	'Recent Favorites' => 'Aktuelle Favoriten',
-	'There are no recently favorited entries.' => 'Keine kÃŒrzlich als Favoriten gespeicherte EintrÃ€ge.',
-
-## addons/Community.pack/tmpl/cfg_community_prefs.tmpl
-	'Community Settings' => 'Community',
-	'Anonymous Recommendation' => 'Anonyme Empfehlungen',
-	'Check to allow anonymous users (users not logged in) to recommend discussion.  IP address is recorded and used to identify each user.' => 'Anonymen (nicht angemeldeten) Benutzern erlauben, Diskussionen zu empfehlen. Die IP-Adressen nicht angemeldeter Benutzer werden gespeichert.',
-	'Allow anonymous user to recommend' => 'Anonymen Benutzern erlauben Empfehlen auszusprechen',
-	'Save changes to blog (s)' => 'BlogÃ€nderungen speichern (s)',
-
-## addons/Community.pack/templates/global/register_form.mtml
-	'Sign up' => 'Registrieren',
-	'Simple Header' => 'Einfache Kopfzeile',
-
-## addons/Community.pack/templates/global/simple_footer.mtml
-
-## addons/Community.pack/templates/global/profile_error.mtml
-	'Profile Error' => 'Profilfehler',
-	'Status Message' => 'Statusnachricht',
-
-## 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].' => 'In Ihrem Blog [_3] wurde ein neuer Eintrag \'[_1]([_2])\' verÃ¶ffentlicht.',
-	'Author name: [_1]' => 'Name des Autors: [_1]',
-	'Author nickname: [_1]' => 'Nickname des Autors: [_1]',
-	'Title: [_1]' => 'Titel: [_1]',
-	'Edit entry:' => 'Eintrag bearbeiten:',
-
-## addons/Community.pack/templates/global/password_reset_form.mtml
-	'Reset Password' => 'Passwort zurÃŒcksetzen',
-	'Back to the original page' => 'ZurÃŒck zur Ausgangsseite',
-	'Simple Footer' => 'Einfache FuÃzeile',
-
-## 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>.' => '<a href="[_1]>ZurÃŒck zur Ausgangsseite</a> oder <a href="[_2]>Profil ansehen</a>.',
-	'Form Field' => 'Formularfeld',
-	'User Name' => 'Benutzername',
-	'Upload New Userpic' => 'Neues Benutzerbild hochladen',
-
-## addons/Community.pack/templates/global/header.mtml
-	'Blog Description' => 'Blogbeschreibung',
-	'GlobalJavaScript' => 'GlobalJavaScript',
-	'Navigation' => 'Navigation',
-	'User Navigation' => 'Benutzernavigation',
-
-## addons/Community.pack/templates/global/profile_view.mtml
-	'User Profile' => 'Benutzerprofil',
-	'Website:' => 'Website:',
-	'Recent Comments' => 'Neueste Kommentare',
-	'Responses to Comments' => 'Kommentarantworten',
-	'Favorites' => 'Favoriten',
-	'No recent entries.' => 'Keine aktuellen EintrÃ€ge',
-	'Recents Comments from [_1]' => 'Aktuelle Kommentare von [_1]',
-	'(posted to [_1])' => '(verÃ¶ffentlicht in [_1])',
-	'No recent comments.' => 'Keine aktuellen Kommentare',
-	'No responses to comments.' => 'Keine Kommentarantworten',
-	'Favorites of [_1]' => 'Favoriten von [_1]',
-	'[_1] has not added any favorites yet.' => '[_1] hat noch keine Favoriten angelegt.',
-
-## addons/Community.pack/templates/global/login_form.mtml
-
-## addons/Community.pack/templates/global/register_confirmation.mtml
-	'Authentication Email Sent' => 'Authentifizierungsmail verschickt',
-	'Profile Created' => 'Profil angelegt',
-	'<a href="[_1]">Return to the original page.</a>' => '<a href="[_1]">ZurÃŒck zur Ausgangsseite</a>',
-
-## addons/Community.pack/templates/global/user_navigation.mtml
-	'Logged in as <a href="[_1]">[_2]</a>' => 'Als <a href="[_1]">[_2]</a> angemeldet',
-	'Sign out' => 'Abmelden',
-	'Not a member? <a href="[_1]">Register</a>' => 'Noch kein Mitglied? <a href="[_1]>Registieren</a>',
-
-## addons/Community.pack/templates/global/footer.mtml
-
-## addons/Community.pack/templates/global/navigation.mtml
-	'Home' => 'Startseite',
-
-## addons/Community.pack/templates/global/login_form_module.mtml
-	'Hello [_1]' => 'Hallo [_1]',
-	'Forgot Password' => 'Passwort vergessen',
-
-## addons/Community.pack/templates/global/email_verification_email.mtml
-	'Thank you registering for an account to [_1].' => 'Danke, daÃ Sie sich ein [_1]-Konto angelegt haben.',
-	'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].' => 'Zur Ihren eigenen Sicherheit und um MiÃbrauch vorzubeugen bestÃ€tigen Sie nun bitte Ihre Angaben. Daraufhin kÃ¶nnen Sie sich sofort bei [_1] anmelden.',
-	'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.' => 'Sollten Sie sich nicht angemeldet haben oder sollten Sie sich doch nicht registrieren wollen, brauchen Sie nichts weiter zu tun.',
-
-## 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' => 'Inhaltsnavigation',
-
-## 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' => 'Startseite',
-
-## addons/Community.pack/templates/blog/entry_summary.mtml
-	'A favorite' => 'Ein Favorit',
-	'Favorite' => 'Favorit',
-
-## addons/Community.pack/templates/blog/entry_response.mtml
-	'Thank you for posting an entry.' => 'Danke, daÃ Sie einen Eintrag geschrieben haben.',
-	'Entry Pending' => 'Eintrag noch nicht freigegeben',
-	'Your entry has been received and held for approval by the blog owner.' => 'Ihr Eintrag ist eingegangen und muss nun vom Blogbetreiber freigeschaltet werden.',
-	'Entry Posted' => 'Eintrag verÃ¶ffentlicht',
-	'Your entry has been posted.' => 'Ihr Eintrag wurde verÃ¶ffentlicht.',
-	'Your entry has been received.' => 'Ihr Eintrag ist eingegangen.',
-	'Return to the <a href="[_1]">blog\'s main index</a>.' => 'ZurÃŒck zur <a href="[_1]">Startseite</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.' => 'Sie haben nicht genÃŒgend Benutzerrechte um zu verÃ¶ffentlichen.',
-	'<a href="[_1]">Sign in</a> to create an entry.' => '<a href="[_1]">Anmelden</a> um einen Eintrag zu schreiben.',
-	'Select Category...' => 'Kategorie wÃ€hlen...',
-
-## addons/Community.pack/templates/blog/entry_create.mtml
-	'Entry Form' => 'Eintragsformular',
-
-## 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' => 'Abonnieren-Icon',
-	'Subscribe' => 'Abonnieren',
-
-## 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' => 'Startseite',
-	'Content Header' => 'Inhaltskopf',
-	'Popular Entry' => 'Beliebter Eintrag',
-	'Entry Table' => 'Eintragstabelle',
-
-## 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' => 'Thema erÃ¶ffnen',
-
-## addons/Community.pack/templates/forum/entry_response.mtml
-	'Thank you for posting a new topic to the forums.' => 'Danke, daÃ Sie ein neues Thema erÃ¶ffnet haben!',
-	'Topic Pending' => 'Thema noch nicht freigegeben',
-	'The topic you posted has been received and held for approval by the forum administrators.' => 'Ihr Thema  ist eingegangen und muss nun vom Forenadministrator freigeschaltet werden.',
-	'Topic Posted' => 'Thema verÃ¶ffentlicht',
-	'The topic you posted has been received and published. Thank you for your submission.' => 'Ihr Thema ist eingegangen und wurde verÃ¶ffentlicht. Vielen Dank!',
-	'Return to the <a href="[_1]">forum\'s homepage</a>.' => 'ZurÃŒck zur <a href="[_1]">Startseite</a> des Forums.',
-
-## addons/Community.pack/templates/forum/comment_response.mtml
-	'Reply Submitted' => 'Antwort eingegangen',
-	'Your reply has been accepted' => 'Ihre Antwort ist eingegangen.',
-	'Thank you for your reply. It has been accepted and should appear momentarily.' => 'Vielen Dank fÃŒr Ihre Antwort. Sie erscheint sofort ohne weitere Moderation.',
-	'Reply Pending' => 'Moderation',
-	'Your reply has been received' => 'Ihre Antwort ist eingegangen.',
-	'Thank you for your reply. However, your reply is currently being held for approval by the forum\'s administrator.' => 'Vielen Dank fÃŒr Ihre Antwort. Sie muss noch vom Forenadministrator freigeschaltet werden.',
-	'Reply Submission Error' => 'Es ist ein Fehler aufgetreten',
-	'Your reply submission failed for the following reasons:' => 'Die Einsendung Ihrer Antwort schlug aus folgendem Grund fehl:',
-	'Return to the <a href="[_1]">original topic</a>.' => 'ZurÃŒck zum <a href="[_1]">Ausgangsthema</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]">Anmelden</a> um ein Thema zu erÃ¶ffnen',
-	'Topic' => 'Thema',
-	'Select Forum...' => 'Forum wÃ€hlen...',
-	'Forum' => 'Forum',
-
-## addons/Community.pack/templates/forum/comment_detail.mtml
-
-## addons/Community.pack/templates/forum/entry_create.mtml
-	'Start a Topic' => 'Neues Thema erÃ¶ffnen',
-
-## 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])' => 'Antworten ([_1])',
-
-## addons/Community.pack/templates/forum/entry.mtml
-
-## addons/Community.pack/templates/forum/javascript.mtml
-	'. Now you can reply to this topic.' => '. Sie kÃ¶nnen nun Ihre Antwort schreiben.',
-	' to comment on this topic.' => 'um dieses Thema zu kommentieren.',
-	' to comment on this topic,' => 'um dieses Thema zu kommentieren,',
-
-## addons/Community.pack/templates/forum/rss.mtml
-
-## addons/Community.pack/templates/forum/entry_table.mtml
-	'Recent Topics' => 'Aktuelle Themen',
-	'Replies' => 'Antworten',
-	'Last Reply' => 'Letzte Antwort',
-	'Permalink to this Reply' => 'Peramanenter Link zu dieser Antwort',
-	'By [_1]' => 'Von [_1]',
-	'Closed' => 'Geschlossen',
-	'Post the first topic in this forum.' => 'ErÃ¶ffnen Sie das erste Thema in diesem Forum',
-
-## addons/Community.pack/templates/forum/archive_index.mtml
-
-## addons/Community.pack/templates/forum/sidebar.mtml
-	'Category Groups' => 'Kategoriegruppen',
-	'All Forums' => 'Alle Foren',
-	'[_1] Forum' => '[_1] Forum',
-
-## addons/Community.pack/templates/forum/category_groups.mtml
-	'Forum Groups' => 'Forengruppen',
-	'Last Topic: [_1] by [_2] on [_3]' => 'Letztes Thema: [_1] von [_2] um [_3]',
-
-## addons/Community.pack/templates/forum/comments.mtml
-	'[_1] Replies' => '[_1] Antworten',
-	'_NUM_FAVORITES' => 'Favorit',
-	'Favorite This' => 'Zum Favoriten machen',
-
-## 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' => 'Beliebte Themen',
-	'No Reply' => 'Keine Antworten',
-
-## addons/Community.pack/templates/forum/comment_preview.mtml
-	'Reply on [_1]' => 'Auf [_1] antworten',
-	'Previewing your Reply' => 'Vorschau Ihrer Antwort',
-
-## addons/Community.pack/config.yaml
-	'Login Form' => 'Anmeldeformular',
-	'Password Reset Form' => 'Passwortanforderungsformular',
-	'Registration Form' => 'Registrierungsformular',
-	'Registration Confirmation' => 'RegistrierungsbestÃ€tigung',
-	'Profile View' => 'Profilansicht',
-	'Profile Edit Form' => 'Profilbearbeitungsformular',
-	'Profile Feed (Atom)' => 'Profilfeed (ATOM)',
-	'Profile Feed (RSS)' => 'Profilfeed (RSS)',
-	'Email verification' => 'E-Mail-BestÃ€tigung',
-	'Registration notification' => 'Registrierungsbenachrichtigung',
-	'New entry notification' => 'Eintragsbenachrichtigung',
-	'Community Blog' => 'Community-Blog',
-	'Entry Response' => 'Eintragsantworten',
-	'Displays error, pending or confirmation message when submitting an entry.' => 'Zeigt BestÃ€tigungs-, Moderations- und Fehlermeldungen zu neuen BeitrÃ€gen an.',
-	'Community Forum' => 'Community-Forum',
-	'Entry Feed (Atom)' => 'Eintragsfeed (ATOM)',
-	'Entry Feed (RSS)' => 'Eintragsfeed (RSS)',
-	'Displays error, pending or confirmation message when submitting a entry.' => 'Zeigt BestÃ€tigungs-, Moderations- und Fehlermeldungen zu neuen BeitrÃ€gen an.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Upgrade.pm
-	'Fixing binary data for Microsoft SQL Server storage...' => 'Bereite BinÃ€rdaten zur Speicherung in Microsoft SQL Server vor...',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/Wizard.pm
-	'PLAIN' => 'PLAIN',
-	'CRAM-MD5' => 'CRAM-MD5',
-	'Digest-MD5' => 'Digest-MD5',
-	'Login' => 'Login',
-	'Found' => 'Gefunden',
-	'Not Found' => 'Nicht gefunden',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/BulkCreation.pm
-	'Format error at line [_1]: [_2]' => 'Fehlerhaftes Format in Zeile [_1]: [_2]',
-	'Invalid command: [_1]' => 'Unbekannter Befehl: [_1]',
-	'Invalid number of columns for [_1]' => 'UngÃŒltige Spaltenzahl fÃŒr [_1]',
-	'Invalid user name: [_1]' => 'UngÃŒltiger Benutzername: [_1]',
-	'Invalid display name: [_1]' => 'UngÃŒltiger Anzeigename: [_1]',
-	'Invalid email address: [_1]' => 'UngÃŒltige E-Mail-Adresse: [_1]',
-	'Invalid language: [_1]' => 'UngÃŒltige Sprache: [_1]',
-	'Invalid password: [_1]' => 'UngÃŒltiges Passwort: [_1]',
-	'Invalid password recovery phrase: [_1]' => 'UngÃŒltiger Passwort-Erinnerungssatz: [_1]',
-	'Invalid weblog name: [_1]' => 'UngÃŒltiger Weblogname: [_1]',
-	'Invalid weblog description: [_1]' => 'UngÃŒltige Weblogbeschreibung: [_1]',
-	'Invalid site url: [_1]' => 'UngÃŒltige Webadresse: [_1]',
-	'Invalid site root: [_1]' => 'UngÃŒltiges Wurzelverzeichnis: [_1]',
-	'Invalid timezone: [_1]' => 'UngÃŒltige Zeitzone: [_1]',
-	'Invalid new user name: [_1]' => 'UngÃŒltiger neuer Benutzername: [_1]',
-	'A user with the same name was found.  Register was not processed: [_1]' => 'Benutzer mit gleichem Namen gefunden, Registrierung daher nicht durchgefÃŒhrt: [_1]',
-	'Blog for user \'[_1]\' can not be created.' => 'Blog fÃŒr Benutzer \'[_1]\' kann nicht angelegt werden.',
-	'Blog \'[_1]\' for user \'[_2]\' has been created.' => 'Blog \'[_1]\' fÃŒr Benutzer \'[_2]\' angelegt.',
-	'Error assigning weblog administration rights to user \'[_1] (ID: [_2])\' for weblog \'[_3] (ID: [_4])\'. No suitable weblog administrator role was found.' => 'Fehler bei der Zuweisung von Blog-Administrationsrechten fÃŒr Blog \'[_3] (ID: [_4])\' an Benutzer \'[_1] (ID: [_2])\'. Keine geeignete Administratorenrolle gefunden.',
-	'Permission granted to user \'[_1]\'' => 'Berechtigungenga an Benutzer \'[_1]\' vergeben',
-	'User \'[_1]\' already exists. Update was not processed: [_2]' => 'Benutzerkonto \'[_1]\' bereits vorhanden, Aktualisierung daher nicht durchgefÃŒhrt: [_2] ',
-	'User cannot be updated: [_1].' => 'Benutzerkonto kann nicht aktualisiert werden: [_1].',
-	'User \'[_1]\' not found.  Update was not processed.' => 'Benutzerkonto \'[_1]\' nicht gefunden, Aktualisierung daher nicht durchgefÃŒhrt. ',
-	'User \'[_1]\' has been updated.' => 'Benutzerkonto \'[_1]\' aktualisiert.',
-	'User \'[_1]\' was found, but delete was not processed' => 'Benutzerkonto \'[_1]\' gefunden, aber LÃ¶schung nicht durchgefÃŒhrt.',
-	'User \'[_1]\' not found.  Delete was not processed.' => 'Benutzerkonto \'[_1]\' nicht gefunden, LÃ¶schung daher nicht durchgefÃŒhrt.',
-	'User \'[_1]\' has been deleted.' => 'Benutzerkonto \'[_1]\' gelÃ¶scht.',
-
-## addons/Enterprise.pack/lib/MT/Enterprise/CMS.pm
-	'Add [_1] to a blog' => '[_1] zu Blog hinzufÃŒgen',
-	'You can not create associations for disabled groups.' => 'Deaktivierte Gruppen kÃ¶nnen nicht zugewiesen werden.',
-	'Assign Role to Group' => 'Rolle an Gruppe zuweisen',
-	'Add a group to this blog' => 'Diesem Blog Gruppe hinzufÃŒgen',
-	'Grant permission to a group' => 'Berechtigung an Gruppe vergeben',
-	'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 hat wÃ€hrend der Synchronisation versucht, Ihr Benutzerkonto zu deaktivieren. Das deutet auf einen Fehler in der externen Benutzerverwaltung hin. ÃberprÃŒfen Sie daher die dortigen Einstellungen, bevor Sie Ihre Arbeit in Movable Type forsetzen.',
-	'Group requires name' => 'Gruppenname erforderlich',
-	'Invalid group' => 'UngÃŒltige Gruppe',
-	'Add Users to Group [_1]' => 'Benutzer zu Gruppe [_1] hinzufÃŒgen',
-	'Users & Groups' => 'Benutzer und Gruppen',
-	'Group Members' => 'Gruppenmitglieder',
-	'Groups' => 'Gruppen',
-	'User Groups' => 'Benutzergruppen',
-	'Group load failed: [_1]' => 'Fehler beim Laden einer Gruppe:',
-	'User load failed: [_1]' => 'Fehler beim Laden eines Benutzers:',
-	'User \'[_1]\' (ID:[_2]) removed from group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Benutzer \'[_1]\' (ID:[_2]) von \'[_5]\' aus Gruppe \'[_3]\' (ID:[_4]) entfernt',
-	'User \'[_1]\' (ID:[_2]) was added to group \'[_3]\' (ID:[_4]) by \'[_5]\'' => 'Benutzer \'[_1]\' (ID:[_2]) von \'[_5]\' zu Gruppe \'[_3]\' (ID:[_4]) hinzugefÃŒgt',
-	'Group Profile' => 'Gruppenprofile',
-	'Author load failed: [_1]' => 'Fehler beim Laden eines Autoren: [_1]',
-	'Invalid user' => 'UngÃŒltiger Benutzer',
-	'Assign User [_1] to Groups' => 'Gruppen an Benutzer [_1] zuweisen',
-	'Select Groups' => 'Gruppen auswÃ€hlen',
-	'Group' => 'Gruppe',
-	'Groups Selected' => 'GewÃ€hlte Gruppen',
-	'Type a group name to filter the choices below.' => 'Geben Sie einen Gruppennamen ein, um die Auswahl einzuschrÃ€nken.',
-	'Group Name' => 'Gruppenname',
-	'Search Groups' => 'Gruppen suchen',
-	'Bulk import cannot be used under external user management.' => 'Stapelimport ist bei externer Benutzerverwaltung nicht mÃ¶glich.',
-	'Bulk management' => 'Stapelverwaltung',
-	'The group' => 'Die Gruppe',
-	'User/Group' => 'Benutzer/Gruppe',
-	'A user can\'t change his/her own username in this environment.' => 'Benutzer kÃ¶nnen ihre eigenen Benutzernamen in diesem Kontext nicht Ã€ndern.',
-	'An error occurred when enabling this user.' => 'Bei der Aktivierung dieses Benutzerkontos ist ein Fehler aufgetreten',
-
-## addons/Enterprise.pack/lib/MT/Auth/LDAP.pm
-	'User [_1]([_2]) not found.' => 'Benutzerkonto [_1]([_2]) nicht gefunden.',
-	'User \'[_1]\' cannot be updated.' => 'Benutzerkonto \'[_1]\' kann nicht aktualisiert werden.',
-	'User \'[_1]\' updated with LDAP login ID.' => 'Benutzerkonto \'[_1]\' mit LDAP-Login-ID aktualisiert.',
-	'LDAP user [_1] not found.' => 'LDAP-Benutzerkonto [_1] nicht gefunden.',
-	'User [_1] cannot be updated.' => 'Benutzerkonto [_1] kann nicht aktualisiert werden.',
-	'Failed login attempt by user \'[_1]\' deleted from LDAP.' => 'Fehlgeschlagener Anmeldeversuch von Benutzer \'[_1]\' aus LDAP gelÃ¶scht.',
-	'User \'[_1]\' updated with LDAP login name \'[_2]\'.' => 'Benutzerkonto \'[_1]\' mit LDAP-Login-Name aktualisiert.',
-	"Failed login attempt by user \'[_1]\'. A user with that\nusername already exists in the system with a different UUID." => "Fehlgeschlagener Anmeldeversuch von Benutzer \'[_1]\'. Ein Konto mit diesem Benutzernamen ist mit anderer UUID bereits im System vorhanden.",
-	'User \'[_1]\' account is disabled.' => 'Benutzerkonto \'[_1]\' ist deaktiviert.',
-	'LDAP users synchronization interrupted.' => 'LDAP-Benutzersynchronisierung unterbrochen.',
-	'Loading MT::LDAP failed: [_1]' => 'Beim Laden von MT::LDAP ist ein Fehler aufgetreten: [_1]',
-	'External user synchronization failed.' => 'Synchronisierung externer Benutzer fehlgeschlagen.',
-	'An attempt to disable all system administrators in the system was made.  Synchronization of users was interrupted.' => 'Es wurde versucht, alle Administratorenkonten zu deaktivieren. Synchronisation unterbrochen.',
-	'The following users\' information were modified:' => 'Die Daten folgender Benutzer wurden geÃ€ndert:',
-	'The following users were disabled:' => 'Die folgenden Benutzer wurden deaktiviert:',
-	'LDAP users synchronized.' => 'LDAP-Benutzer synchronisiert.',
-	'Synchronization of groups can not be performed without LDAPGroupIdAttribute and/or LDAPGroupNameAttribute is set.' => 'Gruppen kÃ¶nnen nur synchronisiert werden, wenn LDAPGroupIdAttribute und/oder LDAPGroupNameAttribute gesetzt ist.',
-	'LDAP groups synchronized with existing groups.' => 'LDAP-Gruppen mit vorhandenen Gruppen sychnronisiert.',
-	'The following groups\' information were modified:' => 'Die Daten folgender Gruppen wurden geÃ€ndert:',
-	'No LDAP group was found using given filter.' => 'Keine entsprechenden LDAP-Gruppen gefunden.',
-	"Filter used to search for groups: [_1]\nSearch base: [_2]" => "Verwendeter Filter: [_1]
-Suchbasis: [_2]",
-	'(none)' => '(Keine)',
-	'The following groups were deleted:' => 'Die folgenden Gruppen wurden gelÃ¶scht:',
-	'Failed to create a new group: [_1]' => 'Fehler beim Anlegen einer neuen Gruppe: [_1]',
-	'[_1] directive must be set to synchronize members of LDAP groups to Movable Type Enterprise.' => '[_1]-Direktive muss gesetzt sein, um LDAP-Gruppenmitgliedschaften mit Movable Type Enterprise zu synchronisieren.',
-	'Members removed: ' => 'Entfernte Mitglieder:',
-	'Members added: ' => 'HinzugefÃŒgte Mitglieder:',
-	'Memberships of the group \'[_2]\' (#[_3]) has been changed in synchronizing with external directory.' => 'Die Mitgliedschaften der Gruppe \'[_2]\' (#[_3]) wurden bei der Sychronisierung mit dem externen Verzeichnis verÃ€ndert.',
-	'LDAPUserGroupMemberAttribute must be set to enable synchronize members of groups.' => 'Zur Synchronisierung von Gruppen muss LDAPUserGroupMemberAttribute gesetzt sein.',
-
-## 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] wird von dieser Version des Microsoft SQL Server-Treibers nicht unterstÃŒtzt.',
-
-## addons/Enterprise.pack/lib/MT/ObjectDriver/Driver/DBD/UMSSQLServer.pm
-	'This version of UMSSQLServer driver requires DBD::ODBC version 1.14.' => 'Diese Version des UMSSQLServer-Treibers erfordert DBD::ODBC in der Version 1.14.',
-	'This version of UMSSQLServer driver requires DBD::ODBC compiled with Unicode support.' => 'Diese Version des UMSSQLServer-Treiber erfodert ein mit Unicode-UnterstÃŒtzung compiliertes DBD::ODBC.',
-
-## addons/Enterprise.pack/lib/MT/Group.pm
-
-## addons/Enterprise.pack/lib/MT/LDAP.pm
-	'Invalid LDAPAuthURL scheme: [_1].' => 'UngÃŒltiges LDAPAuthURL-Schema: [_1].',
-	'Error connecting to LDAP server [_1]: [_2]' => 'Verbindung zu LDAP-Server [_1] fehlgeschlagen: [_2]',
-	'User not found on LDAP: [_1]' => 'Benutzer nicht im LDAP-Verzeichnis gefunden:',
-	'Binding to LDAP server failed: [_1]' => 'Bindung an LDAP-Server fehlgeschlagen: [_1]',
-	'More than one user with the same name found on LDAP: [_1]' => 'Mehrere Benutzer mit identischem Namen im LDAP-Verzeichnis gefunden: [_1]',
-
-## addons/Enterprise.pack/tmpl/dialog/select_groups.tmpl
-	'You need to create some groups.' => 'Bitte legen Sie einige Gruppen an.',
-	'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.' => 'Bitte legen Sie zuerst einige Gruppen an. <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">Klicken Sie hier </a> um Gruppen anzulegen.',
-
-## addons/Enterprise.pack/tmpl/include/list_associations/page_title.group.tmpl
-	'Users &amp; Groups for [_1]' => 'Benutzer und Gruppen fÃŒr [_1]',
-	'Group Associations for [_1]' => 'Gruppenzuweisungen fÃŒr [_1]',
-
-## addons/Enterprise.pack/tmpl/include/users_content_nav.tmpl
-
-## addons/Enterprise.pack/tmpl/include/group_table.tmpl
-	'group' => 'Gruppe',
-	'groups' => 'Gruppen',
-	'Enable selected group (e)' => 'GewÃ€hlte Gruppe aktivieren (e)',
-	'Disable selected group (d)' => 'GewÃ€hlte Gruppe deaktivieren (d)',
-	'Remove selected group (d)' => 'GewÃ€hlte Gruppe entfernen (d)',
-	'Only show enabled groups' => 'Nur aktivierte Gruppen zeigen',
-	'Only show disabled groups' => 'Nur deaktivierte Gruppen zeigen',
-
-## addons/Enterprise.pack/tmpl/list_group.tmpl
-	'[_1]: User&rsquo;s Groups' => '[_1]: Zugewiesene Gruppen',
-	'Groups: System Wide' => 'Systemweite Gruppen',
-	'The user <em>[_1]</em> is currently disabled.' => 'Das Benutzerkonto von <em>[_1]</em> ist derzeit deaktiviert.',
-	'Synchronize groups now' => 'Gruppen jetzt synchronisieren',
-	'You have successfully disabled the selected group(s).' => 'GewÃ€hlte Gruppe(n) erfolgreich deaktiviert.',
-	'You have successfully enabled the selected group(s).' => 'GewÃ€hlte Gruppe(n) erfolgreich aktiviert.',
-	'You have successfully deleted the groups from the Movable Type system.' => 'Gruppen erfolgreich aus dem System gelÃ¶scht.',
-	'You have successfully synchronized groups\' information with the external directory.' => 'Gruppeninformationen erfolgreich mit externem Verzeichnis synchronisiert.',
-	'You can not add disabled users to groups.' => 'Deaktivierte Benutzer kÃ¶nnen nicht zu Gruppen hinzugefÃŒgt werden.',
-	'Add [_1] to another group' => '[_1] zu weiterer Gruppe hinzufÃŒgen',
-	'Create Group' => 'Gruppe anlegen',
-	'You did not select any [_1] to remove.' => 'Keine zu entfernende [_1] gewÃ€hlt.',
-	'Are you sure you want to remove this [_1]?' => '[_1] wirklich entfernen?',
-	'Are you sure you want to remove the [_1] selected [_2]?' => '[_1] gewÃ€hlte [_2] wirklich entfernen?',
-	'to remove' => 'zu entfernen',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_end.tmpl
-	'All users updated successfully!' => 'Alle Benutzerkonten erfolgreich aktualisiert!',
-	'An error occurred during the updating process. Please check your CSV file.' => 'WÃ€hrend der Aktualisierung ist ein Fehler aufgetreten. Bitte ÃŒberprÃŒfen Sie Ihre CSV-Datei.',
-
-## addons/Enterprise.pack/tmpl/list_group_member.tmpl
-	'[_1]: Group Members' => '[_1]: Gruppenmitglieder',
-	'<em>[_1]</em>: Group Members' => '<em>[_1]</em>: Gruppenmitglieder',
-	'Group Disabled' => 'Gruppe deaktiviert',
-	'You have successfully deleted the users.' => 'Benutzer erfolgreich gelÃ¶scht.',
-	'You have successfully added new users to this group.' => 'Benutzer erfolgreich zur Gruppe hinzugefÃŒgt.',
-	'You have successfully synchronized users\' information with external directory.' => 'Benutzerinformationen erfolgreich mit externem Verzeichnis synchronisiert.',
-	'Some ([_1]) of the selected users could not be re-enabled because they were no longer found in LDAP.' => 'Einige ([_1]) der gewÃ€hlten Benutzerkonten konnten nicht reaktiviert werden, da sie nicht mehr im LDAP-Verzeichnis vorhanden sind.',
-	'You have successfully removed the users from this group.' => 'Benutzer erfolgreich aus Gruppe entfernt.',
-	'member' => 'Mitglied',
-	'Show Enabled Members' => 'Aktivierte Mitglieder zeigen',
-	'Show Disabled Members' => 'Deaktivierte Mitglieder zeigen',
-	'Show All Members' => 'Alle Mitglieder zeigen',
-	'You can not add users to a disabled group.' => 'Zu deaktivierten Gruppen kÃ¶nnen keine Benutzer hinzugefÃŒgt werden.',
-	'Add user to [_1]' => 'Benutzer zu [_1] hinzufÃŒgen',
-	'None.' => 'Keine.',
-	'(Showing all users.)' => '(Zeige alle Benutzer)',
-	'Showing only users whose [_1] is [_2].' => 'Zeige nur Benutzer mit [_2].',
-	'all' => 'alle',
-	'only' => 'nur',
-	'users where' => 'Benutzer mit',
-	'No members in group' => 'Gruppe ohne Mitglieder',
-	'Only show enabled users' => 'Nur aktivierte Benutzer zeigen',
-	'Only show disabled users' => 'Nur deaktivierte Benutzer zeigen',
-	'Are you sure you want to remove this [_1] from this group?' => '[_1] wirklich aus dieser Gruppe entfernen?',
-	'Are you sure you want to remove the [_1] selected [_2] from this group?' => '[_1] gewÃ€hlten [_2] wirklich aus dieser Gruppe entfernen?',
-
-## addons/Enterprise.pack/tmpl/author_bulk.tmpl
-	'Manage Users in bulk' => 'Benutzerverwaltung im Stapel',
-	'_USAGE_AUTHORS_2' => 'Sie kÃ¶nnen Benutzerkonto im Stapel anlegen, bearbeiten und lÃ¶schen, indem Sie CSV-formatierte Steuerungsdatei mit den entsprechenden Daten und Befehlen hochladen.',
-	'Upload source file' => 'Quelldatei hochladen',
-	'Specify the CSV-formatted source file for upload' => 'Geben Sie die hochzuladende CSV-Quelldatei an',
-	'Source File Encoding' => 'Zeichenkodierung der Quelldatei',
-	'Upload (u)' => 'Hochladen (u)',
-
-## addons/Enterprise.pack/tmpl/cfg_ldap.tmpl
-	'Authentication Configuration' => 'Authentifizierungs- Einstellungen',
-	'You must set your Authentication URL.' => 'Authentifizierungs-URL erforderlich',
-	'You must set your Group search base.' => 'Groupsearchbase-Attribut erforderlich',
-	'You must set your UserID attribute.' => 'UserID-Attribut erforderlich',
-	'You must set your email attribute.' => 'Email-Attribut erforderlich',
-	'You must set your user fullname attribute.' => 'Userfullname-Attribut erforderlich',
-	'You must set your user member attribute.' => 'Usermember-Attribut erforderlich',
-	'You must set your GroupID attribute.' => 'GroupID-Attribut erforderlich',
-	'You must set your group name attribute.' => 'Groupname-Attribut erforderlich',
-	'You must set your group fullname attribute.' => 'Groupfullname-Attribut erforderlich',
-	'You must set your group member attribute.' => 'Groupmember-Attribut erforderlich',
-	'You can configure your LDAP settings from here if you would like to use LDAP-based authentication.' => 'Wenn Sie LDAP-Authentifizierung verwenden mÃ¶chten, kÃ¶nnen Sie hier die entsprechenden Einstellungen vornehmen.',
-	'Your configuration was successful.' => 'Konfigurierung erfolgreich.',
-	'Click \'Continue\' below to configure the External User Management settings.' => 'Klicken Sie auf \'Weiter\', um die externe Benutzerverwaltung zu konfigurieren.',
-	'Click \'Continue\' below to configure your LDAP attribute mappings.' => 'Klicken Sie auf \'Weiter\', um die LDAP-Attribute zuzuweisen.',
-	'Your LDAP configuration is complete.' => 'Ihre LDAP-Konfigurierung ist abgeschlossen.',
-	'To finish with the configuration wizard, press \'Continue\' below.' => 'Mit einem Klick auf \'Weiter\' schlieÃen Sie die Konfigurierung ab.',
-	'An error occurred while attempting to connect to the LDAP server: ' => 'Es konnte keine Verbindung zum LDAP-Server aufgebaut werden: ',
-	'Use LDAP' => 'LDAP verwenden',
-	'Authentication URL' => 'Authentifizierungs-URL',
-	'The URL to access for LDAP authentication.' => 'Adresse (URL) zur LDAP-Authentifizierung',
-	'Authentication DN' => 'Authentifizierungs-DN',
-	'An optional DN used to bind to the LDAP directory when searching for a user.' => 'Optionaler DN zur LDAP-Bindung bei der Benutzersuche',
-	'Authentication password' => 'Authentifizierungs- Passwort',
-	'Used for setting the password of the LDAP DN.' => 'Wird zur Einstellung des LDAP DN-Passworts verwendet',
-	'SASL Mechanism' => 'SASL-Mechanismus',
-	'The name of SASL Mechanism to use for both binding and authentication.' => 'Name des fÃŒr Bindung und Authentifizierung verwendeten SASL-Mechanismus',
-	'Test Username' => 'Test-Benutzername',
-	'Test Password' => 'Test-Passwort',
-	'Enable External User Management' => 'Externe Benutzerverwaltung aktivieren',
-	'Synchronization Frequency' => 'Aktualisierungsintervall',
-	'Frequency of synchronization in minutes. (Default is 60 minutes)' => 'Aktualisierungsintervall in Minuten (Standard: 60 Minuten)',
-	'15 Minutes' => '15 Minuten',
-	'30 Minutes' => '30 Minuten',
-	'60 Minutes' => '60 Minuten',
-	'90 Minutes' => '90 Minuten',
-	'Group search base attribute' => 'Groupsearchbase-Attribut',
-	'Group filter attribute' => 'Groupfilter-Attribut',
-	'Search Results (max 10 entries)' => 'Suchergebnis (ersten 10 Treffer)',
-	'CN' => 'CN (Common Name)',
-	'No groups were found with these settings.' => 'Keine Gruppe mit diesen Einstellungen gefunden.',
-	'Attribute mapping' => 'Attributzuordnung',
-	'LDAP Server' => 'LDAP-Server',
-	'Other' => 'Anderer',
-	'User ID attribute' => 'UserID-Attribut',
-	'Email Attribute' => 'Email-Attribut',
-	'User fullname attribute' => 'Userfullname-Attribut',
-	'User member attribute' => 'Usermember-Attribut',
-	'GroupID attribute' => 'GroupID-Attribut',
-	'Group name attribute' => 'Groupname-Attribut',
-	'Group fullname attribute' => 'Groupfullname-Attribut',
-	'Group member attribute' => 'Groupmember-Attribut',
-	'Search result (max 10 entries)' => 'Suchergebnis (ersten 10 Treffer)',
-	'Group Fullname' => 'Groupfullname',
-	'Group Member' => 'Groupmember',
-	'No groups could be found.' => 'Keine Gruppen gefunden.',
-	'User Fullname' => 'Userfullname',
-	'No users could be found.' => 'Keine Benutzerkonten gefunden.', # Translate - Improved (1) # OK
-	'Test connection to LDAP' => 'LDAP-Verbindung testen',
-	'Test search' => 'Testsuche',
-
-## addons/Enterprise.pack/tmpl/create_author_bulk_start.tmpl
-	'Bulk Author Import' => 'Stapelimport von Autoren',
-	'Updating...' => 'Aktualisiere...',
-
-## addons/Enterprise.pack/tmpl/edit_group.tmpl
-	'Edit Group' => 'Gruppe bearbeiten',
-	'Group profile has been updated.' => 'Gruppenprofil aktualisiert.',
-	'LDAP Group ID' => 'LDAP-Gruppen-ID',
-	'The LDAP directory ID for this group.' => 'Die ID dieser Gruppe im LDAP-Verzeichnis',
-	'Status of group in the system. Disabling a group removes its members&rsquo; access to the system but preserves their content and history.' => 'Globaler Gruppenstatus. Deaktivierung einer Gruppe entzieht ihren Mitgliedern den Zugang zum System. Inhalte und NutzungsverlÃ€ufe der Mitglieder bleiben jedoch erhalten.',
-	'The name used for identifying this group.' => 'Der zur Idenfifizierung diesser Gruppe verwendete Name',
-	'The display name for this group.' => 'Der Anzeigename dieser Gruppe',
-	'Enter a description for your group.' => 'Geben Sie eine Gruppenbeschreibung ein.',
-	'Created on' => 'Angelegt',
-	'Save changes to this field (s)' => 'FeldÃ€nderungen speichern (s)',
-
-## addons/Enterprise.pack/app-wizard.yaml
-	'This module is required in order to use the LDAP Authentication.' => 'Dieses Modul ist zur Nutzung der LDAP-Authentifizierung erforderlich.',
-	'This module is required in order to use SSL/TLS connection with the LDAP Authentication.' => 'Dieses Modul ist zur Nutzung von SSL/TLS-Verbindungen bei der LDAP-Authentifizierung erforderlich.',
-
-## addons/Enterprise.pack/app-cms.yaml
-	'Are you sure you want to delete the selected group(s)?' => 'GewÃ€hlte Gruppe(n) wirklich lÃ¶schen?',
-	'Bulk Author Export' => 'Stapelexport von Autoren',
-	'Synchronize Users' => 'Benutzer synchronisieren',
-
-## addons/Enterprise.pack/config.yaml
-	'Enterprise Pack' => 'Enterprise-Pack',
-	'Oracle Database' => 'Oracle-Datenbank',
-	'Microsoft SQL Server Database' => 'Microsoft SQL Server-Datenbank',
-	'Microsoft SQL Server Database (UTF-8 support)' => 'Microsoft SQL Server-Datenbank (mit UTF-8-UnterstÃŒzung)',
-	'External Directory Synchronization' => 'Synchronisierung mit externem Verzeichnis',
-	'Populating author\'s external ID to have lower case user name...' => 'Ãbernehme externe Autorenkennungen fÃŒr Benutzernamen in Kleinschrift...',
+	'Universal Website' => 'Universelle Website',
+	'Themes that are compatible with the Universal Website template set.' => 'Mit der Universellen Vorlagengruppe kompatible Designvorlagen', # Translate - New # OK
+	'Blog Index' => 'Blog-Index',
+	'Blog Entry Listing' => 'Blog-Eintragsverzeichnis',
 
 ## plugins/Cloner/cloner.pl
@@ -4459,4 +3979,5 @@
 	'2-Columns, Thin, Wide' => 'Zweispaltig: schmal - breit',
 	'2-Columns, Wide, Thin' => 'Zweispaltig: breit - schmal',
+	'2-Columns, Wide, Medium' => 'Zweispaltig: breit - mittel', # Translate - New # OK
 	'None available' => 'Keine verfÃŒgbar',
 	'Applying...' => 'Wende an...',
@@ -4656,7 +4177,9 @@
 ## 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]' => 'Dies ist eine spezielle Widgetgrupe, die nur auf der Startseite angezeigt wird.',
+	'Recent Comments' => 'Neueste Kommentare',
+	'Recent Assets' => 'Neue Assets',
 
 ## plugins/WidgetManager/default_widgets/syndication.mtml
-	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Treffer mit &bdquo;<$MTSearchString$>&ldquo;',
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Suchergebnisse fÃŒr &bdquo;<$MTSearchString$>&ldquo;',
 
 ## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml
@@ -4682,4 +4205,6 @@
 ## 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]' => 'Dies ist eine spezielle Widgetgruppe, die vom jeweiligen Archivtyp abhÃ€ngige Inhalte ausgibt.',
+	'Current Category Monthly Archives' => 'Monatsarchive der aktuellen Kategorie',
+	'Category Archives' => 'Kategoriearchive',
 
 ## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
@@ -4692,10 +4217,8 @@
 	'Current Author Monthly Archives' => 'Monatsarchive des aktuellen Autors',
 	'Calendar' => 'Kalendar',
-	'Category Archives' => 'Kategoriearchive',
-	'Current Category Monthly Archives' => 'Monatsarchive der aktuellen Kategorie',
 	'Creative Commons' => 'Creative Commons',
 	'Home Page Widgets' => 'Startseiten-Widgets',
 	'Monthly Archives Dropdown' => 'Monatsarchive (Dropdown)',
-	'Recent Assets' => 'Neue Assets',
+	'Page Listing' => 'SeitenÃŒbersicht',
 	'Powered By' => 'Powered by',
 	'Syndication' => 'Syndizierung',
@@ -4728,5 +4251,4 @@
 	'Drag and drop the widgets you want into the Installed column.' => 'Ziehen Sie die Widgets, die angezeigt werden sollen, in die Spalte \'Installierte Widgets\'. Soll ein Widget nicht mehr angezeigt werden, schieben Sie es zurÃŒck in die Spalte \'VerfÃŒgbare Widgets\'.',
 	'Installed Widgets' => 'Installierte Widgets',
-	'edit' => 'Bearbeiten',
 	'Available Widgets' => 'VerfÃŒgbare Widgets',
 	'Save changes to this widget set (s)' => 'WidgetÃ€nderungen speichern (s)',
@@ -4749,7 +4271,57 @@
 	'Widgets' => 'Widgets',
 
+## plugins/CustomFields/customfields.pl
+	'Moving Custom Fields storage...' => 'Verschiebe Speicher fÃŒr eigene Felder...',
+	'Moving metadata storage for [lc,_1]...' => 'Verschiebe Metadatenspeicher fÃŒr [_1]...',
+	'Moving metadata storage for users...' => 'Verschiebe Metadatenspeicher fÃŒr Benutzer...',
+	'Moving metadata storage for entries...' => 'Verschiebe Metadatenspeicher fÃŒr EintrÃ€ge...',
+	'Moving metadata storage for pages...' => 'Verschiebe Metadatenspeicher fÃŒr Seiten...',
+
+## 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.' => 'Beim Einlesen von [_1] ist ein Fehler aufgetreten (zurÃŒckgegebener HTTP-Status: [_2]). Es wird die zuletzt erfolgreich eingelesene Version des Feeds verwendet.',
+	'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.' => 'Beim Einlesen von [_1] ist ein Fehler aufgetreten (zurÃŒckgegebener HTTP-Status: [_2]). Es liegt keine vorherige Version des Feeds vor.',
+
+## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm
+	'\'[_1]\' is a required argument of [_2]' => '\'[_1]\' ist ein erforderliches Argument von [_2]',
+	'MT[_1] was not used in the proper context.' => 'MT[_1] auÃerhalb seines Kontexts verwendet.',
+
+## plugins/feeds-app-lite/tmpl/config.tmpl
+	'Feeds.App Lite Widget Creator' => 'Feeds.App Lite Widget Creator',
+	'Configure feed widget settings' => 'Feed-Widget konfigurieren',
+	'Enter a title for your widget.  This will also be displayed as the title of the feed when used on your published blog.' => 'Vergeben Sie einen Namen fÃŒr das Widget. Dieser Name wird auch als Name des Feeds in Ihrem Blog angezeigt werden.',
+	'[_1] Feed Widget' => '[_1]-Feed-Widget',
+	'Select the maximum number of entries to display.' => 'Anzahl der hÃ¶chstens anzuzeigenden EintrÃ€ge',
+	'3' => '3',
+	'5' => '5',
+	'10' => '10',
+	'All' => 'Alle',
+
+## plugins/feeds-app-lite/tmpl/msg.tmpl
+	'No feeds could be discovered using [_1]' => 'Keine Feeds per [_1] entdeckt.',
+	'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.' => 'Fehler beim Einlesen von [_1]. Beachten Sie die  <a href="javascript:void(0)" onclick="closeDialog(\'http://www.feedvalidator.org/check.cgi?url=[_2]\')">Hinweise des Feed Validators</a> und versuchen Sie es ggf. erneut.',
+	'A widget named <strong>[_1]</strong> has been created.' => 'Widget <strong>[_1]</strong> angelegt.',
+	'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:' => 'Sie kÃ¶nnen &ldquo;[_1]&rdquo; jetzt <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">bearbeiten</a> oder in Ihr Blog <a href="javascript:void(0)" onclick="closeDialog(\'[_3]\')">einbinden</a>. Alternativ kÃ¶nnen Sie dazu auch diesen MTInclude-Befehl verwenden:',
+	'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:' => 'Sie kÃ¶nnen &ldquo;[_1]&rdquo; jetzt <a href="javascript:void(0)" onclick="closeDialog(\'[_2]\')">bearbeiten</a> oder mit diesem MTInclude-Befehl in Ihr Blog einbinden:',
+	'Create Another' => 'Weiteres Widget anlegen',
+
+## plugins/feeds-app-lite/tmpl/start.tmpl
+	'You must enter a feed or site URL to proceed' => 'Geben Sie die Adresse eines Feeds oder einer Website an.',
+	'Create a widget from a feed' => 'Feed als Widget anzeigen',
+	'Feed or Site URL' => 'Feed- oder Website-URL',
+	'Enter the URL of a feed, or the URL of a site that has a feed.' => 'Geben Sie die URL eines Feeds oder einer Website, die Feeds anbietet, ein:',
+
+## plugins/feeds-app-lite/tmpl/select.tmpl
+	'Multiple feeds were found' => 'Mehrere Feeds gefunden',
+	'Select the feed you wish to use. <em>Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.</em>' => 'WÃ€hlen Sie den zu verwendenden Feed. <em>Feeds.App Lite unterstÃŒtzt RSS 1.0-, RSS 2.0- und ATOM-Feeds.</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?' => 'Mit Feeds.App Lite kÃ¶nnen Sie Feedinhalte in Ihre Blogs integrieren. Noch mehr MÃ¶glichkeiten erhalten Sie durch ein',
+	'Upgrade to Feeds.App' => 'Upgrade auf Feeds.App',
+	'Create a Feed Widget' => 'Feed-Widget anlegen',
+
 );
 
-## New words: 91
+## New words: 24
 
 1;
Index: /branches/release-29/lib/MT/L10N/nl.pm
===================================================================
--- /branches/release-29/lib/MT/L10N/nl.pm (revision 1308)
+++ /branches/release-29/lib/MT/L10N/nl.pm (revision 1350)
@@ -150,5 +150,4 @@
 
 ## default_templates/comment_detail.mtml
-	'default userpic' => 'standaardfoto gebruiker',
 	'By [_1] on [_2]' => 'Door [_1] op [_2]',
 
@@ -203,5 +202,5 @@
 ## default_templates/recover-password.mtml
 	'_USAGE_FORGOT_PASSWORD_1' => 'U hebt een nieuw Movable Type-wachtwoord aangevraagd. Uw wachtwoord is in het systeem gewijzigd; hier is het nieuwe wachtwoord:',
-	'_USAGE_FORGOT_PASSWORD_2' => 'Met dit nieuwe wachtwoord moet u zich op Movable Type kunnen aanmelden. Zodra u zich hebt aangemeld, kunt u uw wachtwoord veranderen in iets dat u makkelijker kunt onthouden.',
+	'_USAGE_FORGOT_PASSWORD_2' => 'Met dit nieuwe wachtwoord moet u zich op Movable Type kunnen aanmelden via de onderstaande URL. Zodra u zich hebt aangemeld, kunt u uw wachtwoord veranderen in iets dat u makkelijker kunt onthouden.',
 	'Mail Footer' => 'Footer voor e-mail',
 
@@ -2455,5 +2454,5 @@
 ## tmpl/cms/widget/new_install.tmpl
 	'Thank you for installing Movable Type' => 'Bedankt om Movable Type te installeren!',
-	'Congratulations on installing Movable Type, the world\'s most powerful blogging, publishing and social media platform. To help you get started we have provided you with links to some of the more common tasks new users like to perform:' => '\n	Gelukwensen met de installatie van Movable Type, het krachtigste blog-, publicatie- en social mediaplatform ter wereld.  Om u te helpen van start te gaan hebben we enkele links verzameld naar de meest voorkomende dingen die nieuwe gebruikers willen doen:',
+	'Congratulations on installing Movable Type, the world\'s most powerful blogging, publishing and social media platform. To help you get started we have provided you with links to some of the more common tasks new users like to perform:' => 'Gelukwensen met de installatie van Movable Type, het krachtigste blog-, publicatie- en social mediaplatform ter wereld.  Om u te helpen van start te gaan hebben we enkele links verzameld naar de meest voorkomende dingen die nieuwe gebruikers willen doen:',
 	'Add more users to your blog' => 'Voeg meer gebruikers toe aan uw weblog',
 	'Start building your network of blogs and your community now. Invite users to join your blog and promote them to authors.' => 'Begin met het opbouwen van uw blognetwerk en uw gemeenschap.  Nodig gebruikers uit om lid te worden van uw blog en promoveer hen tot auteur.',
@@ -3833,5 +3832,5 @@
 
 ## addons/Commercial.pack/templates/recent_entries_expanded.mtml
-	'By [_1] | Comments ([_2])' => 'Door [_1] | Reacties ([_2])', # Translate - New
+	'By [_1] | Comments ([_2])' => 'Door [_1] | Reacties ([_2])',
 
 ## addons/Commercial.pack/templates/footer-email.mtml
@@ -3880,5 +3879,5 @@
 ## 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
+	'.  <a href="[_1]">Sign Out</a>' => '.  <a href="[_1]">Afmelden</a>',
 	'Sign Out' => 'Afmelden',
 
@@ -3924,4 +3923,5 @@
 ## addons/Commercial.pack/config.yaml
 	'Universal Website' => 'Universele website',
+	'Themes that are compatible with the Universal Website template set.' => 'Designs die compatibel zijn met de Universele Website sjabloonset.', # Translate - New
 	'Blog Index' => 'Blog index',
 	'Blog Entry Listing' => 'Overzicht blogberichten',
@@ -3980,4 +3980,5 @@
 	'2-Columns, Thin, Wide' => '2-kolommen, smal, breed',
 	'2-Columns, Wide, Thin' => '2-kolommen, breed, smal',
+	'2-Columns, Wide, Medium' => '2-kolommen, breed, medium', # Translate - New
 	'None available' => 'Geen beschikbaar',
 	'Applying...' => 'Wordt toegepast...',
@@ -4323,5 +4324,5 @@
 );
 
-## New words: 11
+## New words: 13
 
 1;
Index: /branches/release-29/MANIFEST.SKIP
===================================================================
--- /branches/release-29/MANIFEST.SKIP (revision 1308)
+++ /branches/release-29/MANIFEST.SKIP (revision 1350)
@@ -60,5 +60,4 @@
 #?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
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/es.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/es.pm (revision 1174)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/es.pm (revision 1350)
@@ -14,43 +14,45 @@
 
 %Lexicon = (
-    'Theme Root URL:' => 'URL del estilo:',
-    'Theme Root Path:' => 'Directorio del estilo:',
-    'Style Library URL:' => 'URL de la biblioteca de estilos:',
-    'View Site' => 'Ver sitio',
-    'Please select a weblog to apply this theme.' => 'Por favor, seleccione un weblog al que aplicar este estilo.',
-    'Please click on a theme before attempting to apply a new design to your blog.' => 'Por favor, haga clic en un estilo antes de aplicarle un nuevo diseÃ±o al blog.',
-    'Applying...' => 'Aplicando...',
-    'Choose this Design' => 'Seleccionar este diseÃ±o',
-    'Find Style' => 'Buscar estilo',
-    'Loading...' => 'Cargando...',
-    'StyleCatcher user script.' => 'script de usuario de StyleCatcher.',
-    'Theme or Repository URL:' => 'URL del estilo o repositorio:',
-    'Find Styles' => 'Buscar estilos',
-    'NOTE:' => 'NOTA:',
-    'It will take a moment for themes to populate once you click \'Find Style\'.' => 'Una vez haga clic en \'Buscar estilo\' tomarÃ¡ algunos momentos cargar los estilos.',
-    'Current theme for your weblog' => 'Estilo actual de su weblog',
-    'Current Theme' => 'Estilo actual',
-    'Current themes for your weblogs' => 'Estilos actuales de sus weblogs',
-    'Current Themes' => 'Estilos actuales',
-    'Locally saved themes' => 'Estilos guardados localmente',
-    'Saved Themes' => 'Estilos guardados',
-    'Single themes from the web' => 'Estilos individuales del web',
-    'More Themes' => 'MÃ¡s estilos',
-    'Templates' => 'Plantillas',
-    'Details' => 'Detalles',
-    'Show Details' => 'Mostrar detalles',
-    'Hide Details' => 'Ocultar detalles',
-    'Select a Weblog...' => 'Seleccionar un weblog...',
-    'Apply Selected Design' => 'Aplicar estilo seleccionado',
-    '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.' => 'No parece tener ningÃºn weblog con una plantilla \'styles-site.css\' en la que tenga permisos para editar. Por favor, compruebe esta plantilla en su/s weblog/s.',
-    '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 le permite navegar fÃ¡cilmente por los estilos y aplicarlos a su blog fÃ¡cilmente. Para mÃ¡s informaciÃ³n sobre los estilos de Movable Type, o para encontrar mÃ¡s repositorios de estilos, visite la pÃ¡gina de <a href=\'http://www.sixapart.com/movabletype/styles\'>estilos de Movable Type</a>.',
-    'Select a Design using StyleCatcher' => 'Seleccione un estilo usando StyleCatcher',
-    'StyleCatcher must first be configured system-wide before it can be used.' => 'Debe configurar StyleCatcher para todo el sistema antes de usarlo.',
-    'Configure plugin' => 'Configurar extensiÃ³n',
-    'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'No se pudo crear el directorio [_1] - Compruebe que el servidor web puede escribir en la carpeta \'themes\'.',
-    'Successfully applied new theme selection.' => 'Se aplicÃ³ con Ã©xito la nueva selecciÃ³n de estilo.',
-    '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 le permite navegar fÃ¡cilmente por los estilos y aplicarlos a su blog fÃ¡cilmente. Para mÃ¡s informaciÃ³n sobre los estilos de Movable Type, o para encontrar mÃ¡s repositorios de estilos, visite la pÃ¡gina de <a href=\'http://www.sixapart.com/movabletype/styles\'>estilos de Movable Type</a>.',
+## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
+	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'No se encontrÃ³ el directorio mt-static. Por favor, configure el \'StaticFilePath\' para continuar.',
+	'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'No se pudo crear el directorio [_1] - Compruebe que el servidor web puede escribir en la carpeta \'themes\'.',
+	'Error downloading image: [_1]' => 'Error descargando imagen: [_1]',
+	'Successfully applied new theme selection.' => 'Se aplicÃ³ con Ã©xito la nueva selecciÃ³n de estilo.',
+	'Invalid URL: [_1]' => 'URL no vÃ¡lida: [_1]',
 
+## plugins/StyleCatcher/tmpl/view.tmpl
+	'Select a Style' => 'Seleccione un estilo',
+	'3-Columns, Wide, Thin, Thin' => '3 columnas, ancha, delgada, delgada',
+	'3-Columns, Thin, Wide, Thin' => '3 columnas, delgada, ancha, delgada',
+	'2-Columns, Thin, Wide' => '2 columnas, delgada, ancha',
+	'2-Columns, Wide, Thin' => '2 columnas, ancha, delgada',
+	'2-Columns, Wide, Medium' => '2 columnas, ancha, media', # Translate - New
+	'None available' => 'Ninguno disponible',
+	'Applying...' => 'Aplicando...',
+	'Apply Design' => 'Aplicar diseÃ±o',
+	'Error applying theme: ' => 'Error aplicando tema:',
+	'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.' => 'Se ha aplicado el tema seleccionado, pero como la disposiciÃ³n ha cambiado, deberÃ¡ republicar el blog para que se aplique la disposiciÃ³n.',
+	'The selected theme has been applied!' => 'Â¡Se ha aplicado el tema seleccionado!',
+	'Error loading themes! -- [_1]' => 'Â¡Error cargando temas! -- [_1]',
+	'Stylesheet or Repository URL' => 'URL de la hoja de estilo o repositorio:',
+	'Stylesheet or Repository URL:' => 'URL de la hoja de estilo o repositorio:',
+	'Download Styles' => 'Descargar estilos',
+	'Current theme for your weblog' => 'Estilo actual de su weblog',
+	'Current Style' => 'Estilo actual',
+	'Locally saved themes' => 'Estilos guardados localmente',
+	'Saved Styles' => 'Estilos guardados',
+	'Default Styles' => 'Estilos predefinidos',
+	'Single themes from the web' => 'Estilos individuales del web',
+	'More Styles' => 'MÃ¡s estilos',
+	'Selected Design' => 'DiseÃ±o seleccionado',
+	'Layout' => 'DisposiciÃ³n',
 
+## 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 le permite navegar fÃ¡cilmente por los estilos y aplicarlos a su blog fÃ¡cilmente. Para mÃ¡s informaciÃ³n sobre los estilos de Movable Type, o para encontrar mÃ¡s repositorios de estilos, visite la pÃ¡gina de <a href=\'http://www.sixapart.com/movabletype/styles\'>estilos de Movable Type</a>.',
+	'MT 4 Style Library' => 'LibrerÃ­a de estilos de MT 4',
+	'A collection of styles compatible with Movable Type 4 default templates.' => 'Una colecciÃ³n de estilos compatible con las plantillas predefinidas de Movable Type.',
+	'MT 3 Style Library' => 'LibrerÃ­a de estilos de MT 3',
+	'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Una colecciÃ³n de estilos compatible con las plantillas predefinidas de Movable 3.3+.',
+	'Styles' => 'Estilos',
 );
 
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm (revision 1308)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm (revision 1350)
@@ -54,5 +54,6 @@
 	'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',
-);
+	'2-Columns, Wide, Medium' => '2-Colonnes, Large, Moyen', # Translate - New
+	);
 
 1;
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/de.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/de.pm (revision 1174)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/de.pm (revision 1350)
@@ -14,42 +14,46 @@
 
 %Lexicon = (
-    'StyleCatcher must first be configured system-wide before it can be used.' => 'StyleCatcher muss erst global konfiguriert werden, bevor es benutzt werden kann:',
-    'Configure plugin' => 'Plugin konfigurieren',
-    'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Konnte den Ordner [_1] nicht anlegen. Stellen Sie sicher, daÃ der Webserver Schreibrechte auf dem \'themes\'-Ordner hat.',
-    'Successfully applied new theme selection.' => 'Neue Themenauswahl erfolgreich angewendet.',
-    '<p>You must define a global theme repository where themes can be stored locally.  If a particular blog has not been configured for it\'s own theme paths, it will use these settings directly. If a blog has it\'s own theme paths, then the theme will be copied to that location when applied to that weblog. The paths defined here must physically exist and be writable by the webserver.</p>' => '<p>StyleCatcher erfordert ein globales Theme Repository, in dem die Designvorlagen gespeichert werden. Wird bei einem Blog kein Theme-Pfad angegeben, wird auf den hier angegebenen Pfad zurÃŒckgegriffen. Andernfalls werden verwendete Designvorlagen in den entsprechenden Ordner kopiert. Die hier angegebenen Ordner mÃŒssen bereits vorhanden und mit Schreibrechten ausgestattet sein.</p>',
-    'Select a Design using StyleCatcher' => 'Design per StyleCatcher aussuchen',
-    '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.' => 'Mit StyleCatchter kÃ¶nnen Sie spielend leicht neue Designvorlagen fÃŒr Ihre Blogs finden und mit wenigen Klicks direkt aus dem Internet installieren. Mehr dazu auf der <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type Styles</a>-Seite.',
-    'Theme Root URL:' => 'Wurzeladresse fÃŒr Themes:',
-    'Theme Root Path:' => 'Wurzelverzeichnis fÃŒr Themes:',
-    'Style Library URL:' => 'Adresse der Style Library:',
-    'View Site' => 'Ansehen',
-    'Please select a weblog to apply this theme.' => 'Weblog, auf den das Theme angewendet werden soll, wÃ€hlen',
-    'Please click on a theme before attempting to apply a new design to your blog.' => 'Um ein Design anzuwenden, klicken Sie bitte zuerst auf ein Theme.',
-    'Applying...' => 'Wende an...',
-    'Choose this Design' => 'Dieses Design wÃ€hlen',
-    'Find Style' => 'Style finden',
-    'Loading...' => 'Lade...',
-    'StyleCatcher user script.' => 'StyleCatcher-User Script installieren',
-    'Theme or Repository URL:' => 'Theme- oder Repository-Adresse:',
-    'Find Styles' => 'Styles finden',
-    'NOTE:' => 'HINWEIS:',
-    'It will take a moment for themes to populate once you click \'Find Style\'.' => 'Es kann einige Momente dauern, bis nach Klick auf \'Styles finden\' Suchergebnisse erscheinen.',
-    'Current theme for your weblog' => 'Aktuelles Theme Ihres Weblogs',
-    'Current Theme' => 'Aktuelles Theme',
-    'Current themes for your weblogs' => 'Aktuelle Themes Ihrer Weblogs',
-    'Current Themes' => 'Aktuelle Themes',
-    'Locally saved themes' => 'Lokal gespeicherte Themes',
-    'Saved Themes' => 'Vorhandene Themes',
-    'Single themes from the web' => 'Einzelne Themes aus dem Web',
-    'More Themes' => 'Weitere Themes',
-    'Templates' => 'Templates', # Translate - Previous (1)
-    'Details' => 'Details', # Translate - Previous (1)
-    'Show Details' => 'Details anzeigen',
-    'Hide Details' => 'Details ausblenden',
-    'Select a Weblog...' => 'Weblog wÃ€hlen...',
-    'Apply Selected Design' => 'GewÃ€hltes Design anwenden',
-    '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.' => 'Es scheint kein Blog, auf das Sie Zugriff haben, mit einem \'styles-site.css\'-Template zu geben. Bitte ÃŒberprÃŒfen Sie Ihre(n) Blog(s) auf dieses Template.',
-);
+## plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
+	'Your mt-static directory could not be found. Please configure \'StaticFilePath\' to continue.' => 'Ihr mt-static-Ordner konnte nicht gefunden werden. Bitte konfigurieren Sie \'StaticFilePath\' um fortzufahren.',
+	'Could not create [_1] folder - Check that your \'themes\' folder is webserver-writable.' => 'Konnte den Ordner [_1] nicht anlegen. Stellen Sie sicher, daÃ der Webserver Schreibrechte auf dem \'themes\'-Ordner hat.',
+	'Error downloading image: [_1]' => 'Fehler beim Herunterladen einer Bilddatei: [_1]',
+	'Successfully applied new theme selection.' => 'Neue Themenauswahl erfolgreich angewendet.',
+	'Invalid URL: [_1]' => 'UngÃŒltige URL: [_1]',
+
+## plugins/StyleCatcher/tmpl/view.tmpl
+	'Select a Style' => 'Design wÃ€hlen',
+	'3-Columns, Wide, Thin, Thin' => 'Dreispaltig: breit - schmal - schmal',
+	'3-Columns, Thin, Wide, Thin' => 'Dreispaltig: schmal - breit - schmal',
+	'2-Columns, Thin, Wide' => 'Zweispaltig: schmal - breit',
+	'2-Columns, Wide, Thin' => 'Zweispaltig: breit - schmal',
+	'None available' => 'Keine verfÃŒgbar',
+	'Applying...' => 'Wende an...',
+	'Apply Design' => 'Design ÃŒbernehmen',
+	'Error applying theme: ' => 'Fehler bei der Ãbernahme des Themas:',
+	'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.' => 'Das gewÃ€hlte Thema wurde ÃŒbernommen. Da das Layout geÃ€ndert wurde, verÃ¶ffentlichen Sie das Blog bitte erneut, um die Ãnderungen wirksam werden zu lassen.',
+	'The selected theme has been applied!' => 'Das Thema wurde ÃŒbernommen!',
+	'Error loading themes! -- [_1]' => 'Fehler beim Laden der Themen -- [_1]',
+	'Stylesheet or Repository URL' => 'URL des Stylesheets oder der Sammlung',
+	'Stylesheet or Repository URL:' => 'URL des Stylesheets oder der Sammlung:',
+	'Download Styles' => 'Designs herunterladen',
+	'Current theme for your weblog' => 'Aktuelles Theme Ihres Weblogs',
+	'Current Style' => 'Derzeitige Design',
+	'Locally saved themes' => 'Lokal gespeicherte Themes',
+	'Saved Styles' => 'Gespeicherte Designs',
+	'Default Styles' => 'Standarddesigns',
+	'Single themes from the web' => 'Einzelne Themes aus dem Web',
+	'More Styles' => 'Weitere Designs',
+	'Selected Design' => 'GewÃ€hltes Design',
+	'Layout' => 'Layout',
+
+## 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.' => 'Mit StyleCatchter kÃ¶nnen Sie spielend leicht neue Designvorlagen fÃŒr Ihre Blogs finden und mit wenigen Klicks direkt aus dem Internet installieren. Mehr dazu auf der <a href=\'http://www.sixapart.com/movabletype/styles\'>Movable Type Styles</a>-Seite.',
+	'MT 4 Style Library' => 'MT 4-Designs',
+	'A collection of styles compatible with Movable Type 4 default templates.' => 'Mit den Standardvorlagen von MT 3.3+  kompatible Designvorlagen',
+	'MT 3 Style Library' => 'MT 3-Design',
+	'A collection of styles compatible with Movable Type 3.3+ default templates.' => 'Mit den Standardvorlagen von MT 3.3+  kompatible Designvorlagen',
+	'Styles' => 'Designs',
+	'2-Columns, Wide, Medium' => 'Zweispaltig: breit - mittel', # Translate - New # OK
+	);
 
 1;
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm (revision 1308)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm (revision 1350)
@@ -27,4 +27,5 @@
 	'2-Columns, Thin, Wide' => '2-kolommen, smal, breed',
 	'2-Columns, Wide, Thin' => '2-kolommen, breed, smal',
+	'2-Columns, Wide, Medium' => '2-kolommen, breed, medium', # Translate - New
 	'None available' => 'Geen beschikbaar',
 	'Applying...' => 'Wordt toegepast...',
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm (revision 1174)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm (revision 1350)
@@ -38,4 +38,5 @@
 	'2-Columns, Thin, Wide' => '2ã«ã©ã ãå°ã»å€§',
 	'2-Columns, Wide, Thin' => '2ã«ã©ã ãå€§ã»å°',
+	'2-Columns, Wide, Medium' => '2ã«ã©ã ãå€§ã»äž­',
 	'None available' => 'èŠã€ãããŸãã',
 	'Applying...' => 'é©çšäž­...',
Index: /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
===================================================================
--- /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm (revision 1191)
+++ /branches/release-29/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm (revision 1350)
@@ -457,4 +457,12 @@
             next unless lc $attr{rel}  eq 'theme';
             next unless lc $attr{type} eq 'text/x-theme';
+
+            # Fix for relative theme locations
+            if ($css !~ m!^https?://!) {
+                my $new_css = $url;
+                $new_css =~ s!/[a-z0-9_-]+\.[a-z]+?$|/$!/!;
+                $new_css .= $css;
+                $css = $new_css;
+            }
             push @repo_themes, $css;
         }
@@ -583,4 +591,6 @@
 # Break up the css url in to a couple useful pieces (generalize and break me out)
         $theme = $url;
+        # discard any generic 'screen.css' filename
+        $theme =~ s!/screen.css$!!;
         $theme =~ s/.*[\\\/]//;
         my @url = split( /\//, $url );
Index: /branches/release-29/plugins/StyleCatcher/tmpl/view.tmpl
===================================================================
--- /branches/release-29/plugins/StyleCatcher/tmpl/view.tmpl (revision 1309)
+++ /branches/release-29/plugins/StyleCatcher/tmpl/view.tmpl (revision 1350)
@@ -30,5 +30,6 @@
         "layout-twt": "<__trans phrase="3-Columns, Thin, Wide, Thin" escape="js">",
         "layout-tw": "<__trans phrase="2-Columns, Thin, Wide" escape="js">",
-        "layout-wt": "<__trans phrase="2-Columns, Wide, Thin" escape="js">"
+        "layout-wt": "<__trans phrase="2-Columns, Wide, Thin" escape="js">",
+        "layout-wm": "<__trans phrase="2-Columns, Wide, Medium" escape="js">"
     };
 
Index: /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/es.pm
===================================================================
--- /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/es.pm (revision 1098)
+++ /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/es.pm (revision 1350)
@@ -12,67 +12,133 @@
 
 %Lexicon = (
-    'Technorati Search' => 'BÃºsquedas en Technorati',
-    'Calendar' => 'Calendario',
-    'Category list (nested)' => 'Lista de categorÃ­as (anidada)',
-    'Creative Commons' => 'Creative Commons',
-    'Monthly archive list' => 'Lista de archivos mensuales',
-    'Recent posts' => 'Entradas recientes',
-    'Search form' => 'Formulario de bÃºsqueda',
-    'Subscribe to feed' => 'Suscribirse a la fuente',
-    'Recent comments' => 'Comentarios recientes',
-    'Tag cloud (sidebar)' => 'Nube de etiquetas (barra lateral)',
-    'Monthly archive dropdown' => 'MenÃº desplegable de los archivos mensuales',
-    'Maintain your weblog\'s widget content using a handy drag and drop interface.' => 'Mantener el contenido del widget de su weblog utilizando un interfaz de arrastrar y soltar.',
-    'Widget Manager' => 'Administrador de widgets',
-    'Your changes to the Widget Manager have been saved.' => 'Se han guardado los cambios del Administrador de widgets.',
-    'You have successfully deleted the selected Widget Manager(s) from your weblog.' => 'Se eliminaron con Ã©xito de su weblog el/los administrador/es de widgets seleccionado/s.',
-    'To add a Widget Manager to your templates, use the following syntax:' => 'Para aÃ±adir un administrador de widgets a sus plantillas, use la siguiente sintaxis:',
-    'Widget Managers' => 'Administradores de widgets',
-    'Add Widget Manager' => 'AÃ±adir administrador de widgets',
-    'Create Widget Manager' => 'Crear administrador de widgets',
-    'Delete Selected' => 'Borrar seleccionados',
-    'Are you sure you wish to delete the selected Widget Manager(s)?' => 'Â¿EstÃ¡ seguro de que desea borrar el/los administrador/es de widgets seleccionados?',
-    'WidgetManager Name' => 'Nombre del Administrador de widgets',
-    'Installed Widgets' => 'Widgets instalados',
-    'Movable Type Publishing Platform' => 'Movable Type Publishing Platform',
-    'Weblogs' => 'Weblogs',
-    'Go' => 'Ir',
-    'You already have a widget manager named [_1]. Please use a unique name for this widget manager.' => 'Ya tiene un administrador de widgets llamado [_1]. Por favor, use un nombre Ãºnico para este administrador de widgets.',
-    'Rearrange Items' => 'Reordenar elementos',
-    'Widget Manager Name:' => 'Nombre del Administrador de widgets:',
-    'Build WidgetManager:' => 'Construir Administrador de widgets:',
-    'Available Widgets' => 'Widgets disponibles',
-    'Save Changes' => 'Guardar cambios',
-    'Save changes (s)' => 'Guardar cambios (s)',
-    'Technorati' => 'Technorati',
-    'this blog' => 'este blog',
-    'all blogs' => 'todos los blogs',
-    'Blogs that link here' => 'Blogs que enlazan aquÃ­',
-    'Recent Comments' => 'Comentarios recientes',
-    'Select a Month...' => 'Seleccione un mes...',
-    'Monthly calendar with links to each day\'s posts' => 'Calendario mensual con los enlaces a las entradas de cada dÃ­a',
-    'Sunday' => 'Domingo',
-    'Sun' => 'Dom',
-    'Monday' => 'Lunes',
-    'Mon' => 'Lun',
-    'Tuesday' => 'Martes',
-    'Tue' => 'Mar',
-    'Wednesday' => 'MiÃ©rcoles',
-    'Wed' => 'MiÃ©',
-    'Thursday' => 'Jueves',
-    'Thu' => 'Jue',
-    'Friday' => 'Viernes',
-    'Fri' => 'Vie',
-    'Saturday' => 'SÃ¡bado',
-    'Sat' => 'SÃ¡b',
-    'Tag cloud' => 'Nube de etiquetas',
-    'Can\'t find included template module \'[_1]\'' => 'No se encontrÃ³ el mÃ³dulo de plantilla incluido \'[_1]\'',
-    'Loading template \'[_1]\' failed: [_2]' => 'Fallo cargando plantilla \'[_1]\': [_2]',
-    'Permission denied.' => 'Permiso denegado.',
-    'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'No se pudo duplicar el administrador de widgets existente \'[_1]\'. Por favor, regrese e introduzca un nombre Ãºnico.',
-    'Moving [_1] to list of installed modules' => 'Moviendo [_1] para listar los mÃ³dulos instalados',
-    'Error opening file \'[_1]\': [_2]' => 'Error abriendo el fichero \'[_1]\': [_2]',
-    'First Widget Manager' => 'Primer Administrador de Widgets',
+## plugins/WidgetManager/lib/WidgetManager/Plugin.pm
+	'Can\'t find included template widget \'[_1]\'' => 'No se encontrÃ³ la plantilla de widget \'[_1]\' incluÃ­da',
+	'Cloning Widgets for blog...' => 'Clonar los Widgets para un blog...',
 
+## plugins/WidgetManager/lib/WidgetManager/CMS.pm
+	'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'No se pudo duplicar el administrador de widgets existente \'[_1]\'. Por favor, regrese e introduzca un nombre Ãºnico.',
+	'Main Menu' => 'MenÃº principal',
+	'Widget Manager' => 'Administrador de widgets',
+	'New Widget Set' => 'Nuevo conjunto de widgets',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml
+	'Select a Month...' => 'Seleccione un mes...',
+
+## plugins/WidgetManager/default_widgets/category_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/calendar.mtml
+	'Monthly calendar with links to daily posts' => 'Calendario mensual con enlaces a los archivos diarios',
+	'Sun' => 'Dom',
+	'Mon' => 'Lun',
+	'Tue' => 'Mar',
+	'Wed' => 'MiÃ©',
+	'Thu' => 'Jue',
+	'Fri' => 'Vie',
+	'Sat' => 'SÃ¡b',
+
+## 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' => 'Archivos anuales por autor',
+	'Author Weekly Archives' => 'Archivos semanales por autor',
+	'Author Daily Archives' => 'Archivos diarios por autor',
+
+## 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]' => 'Este es un conjunto personalizado de widgets creados para aparecer solo en la pÃ¡gina de inicio (o "main_index"). MÃ¡s informaciÃ³n: [_1]',
+	'Recent Comments' => 'Comentarios recientes',
+	'Recent Assets' => 'Multimedia reciente',
+
+## plugins/WidgetManager/default_widgets/syndication.mtml
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Resultados de la bÃºsqueda &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] comentÃ³ en [_3]</a>: [_4]',
+
+## plugins/WidgetManager/default_widgets/technorati_search.mtml
+	'Technorati' => 'Technorati',
+	'<a href=\'http://www.technorati.com/\'>Technorati</a> search' => 'BÃºsqueda en <a href=\'http://www.technorati.com/\'>Technorati</a>',
+	'this blog' => 'este blog',
+	'all blogs' => 'todos los blogs',
+	'Blogs that link here' => 'Blogs que enlazan aquÃ­',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/signin.mtml
+	'You are signed in as ' => 'Se identificÃ³ como ',
+	'You do not have permission to sign in to this blog.' => 'No tiene permisos para identificarse en este 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]' => 'Conjunto personalizado de widgets creado para mostrar contenidos diferentes segÃºn el tipo de archivo que incluye. MÃ¡s informaciÃ³n: [_1]',
+	'Current Category Monthly Archives' => 'Archivos mensuales de la categorÃ­a actual',
+	'Category Archives' => 'Archivos por categorÃ­a',
+
+## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
+	'Category Yearly Archives' => 'Archivos anuales por categorÃ­a',
+	'Category Weekly Archives' => 'Archivos semanales por categorÃ­a',
+	'Category Daily Archives' => 'Archivos diarios por categorÃ­a',
+
+## plugins/WidgetManager/default_widgets/widgets.cfg
+	'About This Page' => 'PÃ¡gina Sobre mi',
+	'Current Author Monthly Archives' => 'Archivos mensuales del autor actual',
+	'Calendar' => 'Calendario',
+	'Creative Commons' => 'Creative Commons',
+	'Home Page Widgets' => 'Widgets de la pÃ¡gina de inicio',
+	'Monthly Archives Dropdown' => 'Desplegable de archivos mensuales',
+	'Page Listing' => 'Lista de pÃ¡ginas',
+	'Powered By' => 'Powered By',
+	'Syndication' => 'SindicaciÃ³n',
+	'Technorati Search' => 'BÃºsquedas en Technorati',
+	'Date-Based Author Archives' => 'Archivos de autores por fecha',
+	'Date-Based Category Archives' => 'Archivos de categorÃ­as por fecha',
+
+## plugins/WidgetManager/default_widgets/creative_commons.mtml
+	'This weblog is licensed under a' => 'Este weblog estÃ¡ licenciado bajo una',
+	'Creative Commons License' => 'Licencia 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' => 'Editar widgets',
+	'Please use a unique name for this widget set.' => 'Por favor, utilice un nombre Ãºnico para este conjunto de widgets.',
+	'You already have a widget set named \'[_1].\' Please use a unique name for this widget set.' => 'Ya tiene un conjunto de widgets llamado \'[_1].\'',
+	'Your changes to the Widget Set have been saved.' => 'Se han guardado los cambios al conjunto de widgets.',
+	'Set Name' => 'Nombre del conjunto',
+	'Drag and drop the widgets you want into the Installed column.' => 'Arrastre y deje los widgets de su elecciÃ³n en la columna Instalada',
+	'Installed Widgets' => 'Widgets instalados',
+	'Available Widgets' => 'Widgets disponibles',
+	'Save changes to this widget set (s)' => 'Guardar cambios de este conjunto de widgets (s)',
+
+## plugins/WidgetManager/tmpl/list.tmpl
+	'Widget Sets' => 'Conjuntos de widgets',
+	'Widget Set' => 'Conjunto de widgets',
+	'Delete selected Widget Sets (x)' => 'Borrar conjuntos de widgets seleccionados (x)',
+	'Helpful Tips' => 'Consejos Ãºtiles',
+	'To add a widget set to your templates, use the following syntax:' => 'Para aÃ±adir un conjunto de widgets a las plantillas, utilice la siguiente sintaxis:',
+	'<strong>&lt;$MTWidgetSet name=&quot;Name of the Widget Set&quot;$&gt;</strong>' => '<strong>&lt;$MTWidgetSet name=&quot;Nombre del conjunto de widgets&quot;$&gt;</strong>',
+	'Edit Widget Templates' => 'Editar plantillas con widgets',
+	'Your changes to the widget set have been saved.' => 'Se han guardado los cambios al conjunto de widgets.',
+	'You have successfully deleted the selected widget set(s) from your blog.' => 'BorrÃ³ con Ã©xito los conjuntos de widgets seleccionados del blog.',
+	'Create Widget Set' => 'Crear conjunto de widgets',
+	'No Widget Sets could be found.' => 'NingÃºn grupo de widget ha sido encontrado',
+
+## plugins/WidgetManager/WidgetManager.pl
+	'Maintain your blog\'s widget content using a handy drag and drop interface.' => 'Mantenga el contenido widget de su blog usando la interfaz prÃ¡ctica arrastrar y dejar.',
+	'Widgets' => 'Widgets',
 );
 1;
Index: /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/de.pm
===================================================================
--- /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/de.pm (revision 1098)
+++ /branches/release-29/plugins/WidgetManager/lib/WidgetManager/L10N/de.pm (revision 1350)
@@ -9,69 +9,130 @@
 use vars qw( %Lexicon );
 
-## The following is the translation table.
+## plugins/WidgetManager/lib/WidgetManager/Plugin.pm
+	'Can\'t find included template widget \'[_1]\'' => 'Kann in Vorlage angegebenes Widget \'[_1]\' nicht finden',
+	'Cloning Widgets for blog...' => 'Klone Widgets fÃŒr Blog...',
 
-%Lexicon = (
-    'Technorati Search' => 'Technorati-Suche',
-    'Calendar' => 'Kalendar',
-    'Category list (nested)' => 'Kategorieliste (geschachtelt)',
-    'Creative Commons' => 'Creative Commons',
-    'Monthly archive list' => 'Monatsarchive',
-    'Recent posts' => 'Aktuelle EintrÃ€ge',
-    'Search form' => 'Suche',
-    'Subscribe to feed' => 'Feed abonnieren',
-    'Recent comments' => 'Aktuelle Kommentare',
-    'Tag cloud (sidebar)' => 'Tag Cloud (Seitenleiste)',
-    'Monthly archive dropdown' => 'Monatsarchive (Dropdown)',
-    'Maintain your weblog\'s widget content using a handy drag and drop interface.' => 'Verwalten Sie Ihre Widgets ganz einfach per Drag-and-Drop',
-    'Widget Manager' => 'Widget Manager', # Translate - Previous (2)
-    'Your changes to the Widget Manager have been saved.' => 'Ãnderungen ÃŒbernommen',
-    'You have successfully deleted the selected Widget Manager(s) from your weblog.' => 'Widgetgruppe erfolgreich gelÃ¶scht.',
-    'To add a Widget Manager to your templates, use the following syntax:' => 'Um eine Widgetgruppe in ein Template einzufÃŒgen, verwenden Sie folgende Syntax:',
-    'Widget Managers' => 'Widgetgruppen',
-    'Add Widget Manager' => 'Widgetgruppe hinzufÃŒgen',
-    'Create Widget Manager' => 'Widgetgruppe anlegen',
-    'Delete Selected' => 'AusgewÃ€hlte Elemente lÃ¶schen',
-    'Are you sure you wish to delete the selected Widget Manager(s)?' => 'Diese Widgetgruppe(n) wirklich lÃ¶schen?',
-    'WidgetManager Name' => 'Name der Widgetgruppe',
-    'Installed Widgets' => 'Installierte Widgets',
-    'Movable Type Publishing Platform' => 'Movable Type Publishing Platform', # Translate - Previous (4)
-    'Weblogs' => 'Weblogs', # Translate - Previous (1)
-    'Go' => 'AusfÃŒhren',
-    'You already have a widget manager named [_1]. Please use a unique name for this widget manager.' => 'Es existiert bereits eine Widgetgruppe namens [_1]. Bitte wÃ€hlen Sie einen anderen Namen.',
-    'Rearrange Items' => 'Elemente anordnen',
-    'Widget Manager Name:' => 'Name der Widgetgruppe:',
-    'Build WidgetManager:' => 'Widgetgruppe anlegen:',
-    'Available Widgets' => 'VerfÃŒgbare Widgets',
-    'Save Changes' => 'Ãnderungen speichern',
-    'Save changes (s)' => 'Ãnderungen speichern',
-    'Technorati' => 'Technorati', # Translate - Previous (1)
-    'this blog' => 'in diesem Blog',
-    'all blogs' => 'in allen Blogs',
-    'Blogs that link here' => 'Blogs, die Links auf diese Seite enthalte',
-    'Recent Comments' => 'Neueste Kommentare',
-    'Select a Month...' => 'Monat auswÃ€hlen...',
-    'Monthly calendar with links to each day\'s posts' => 'Monatskalender mit Links zu allen EintrÃ€gen',
-    'Sunday' => 'Sonntag',
-    'Sun' => 'So',
-    'Monday' => 'Montag',
-    'Mon' => 'Mo',
-    'Tuesday' => 'Dienstag',
-    'Tue' => 'Di',
-    'Wednesday' => 'Mittwoch',
-    'Wed' => 'Mi',
-    'Thursday' => 'Donnerstag',
-    'Thu' => 'Do',
-    'Friday' => 'Freitag',
-    'Fri' => 'Fr',
-    'Saturday' => 'Samstag',
-    'Sat' => 'Sa',
-    'Tag cloud' => 'Tag Cloud',
-    'Can\'t find included template module \'[_1]\'' => 'Kann verwendetes Template-Modul \'[_1]\' nicht finden',
-    'Loading template \'[_1]\' failed: [_2]' => 'Laden des Templates \'[_1]\' fehlgeschlagen: [_2]',
-    'Permission denied.' => 'Keine Berechtigung.',
-    'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Die Widgetgruppe \'[_1]\' kann nicht dupliziert werden. Bitte wÃ€hlen Sie einen bisher noch nicht verwendeten Namen.',
-    'Moving [_1] to list of installed modules' => '[_1] auf die Liste der installierten Module verschoben',
-    'Error opening file \'[_1]\': [_2]' => 'Fehler beim Ãffnen der Datei \'[_1]\': [_2]',
-    'First Widget Manager' => 'Erste Widgetgruppe',
+## plugins/WidgetManager/lib/WidgetManager/CMS.pm
+	'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Die Widgetgruppe \'[_1]\' kann nicht dupliziert werden. Bitte wÃ€hlen Sie einen bisher noch nicht verwendeten Namen.',
+	'Main Menu' => 'HauptmenÃŒ',
+	'Widget Manager' => 'Widget Manager',
+	'New Widget Set' => 'Neue Widgetgruppe',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml
+	'Select a Month...' => 'Monat auswÃ€hlen...',
+
+## plugins/WidgetManager/default_widgets/category_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/calendar.mtml
+	'Monthly calendar with links to daily posts' => 'Monatskalender mit Link zu Tagesarchiven',
+	'Sun' => 'So',
+	'Mon' => 'Mo',
+	'Tue' => 'Di',
+	'Wed' => 'Mi',
+	'Thu' => 'Do',
+	'Fri' => 'Fr',
+	'Sat' => 'Sa',
+
+## 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' => 'JÃ€hrliche Autorenarchive',
+	'Author Weekly Archives' => 'WÃ¶chentliche Autorenarchive',
+	'Author Daily Archives' => 'TÃ€gliche Autorenarchive',
+
+## 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]' => 'Dies ist eine spezielle Widgetgrupe, die nur auf der Startseite angezeigt wird.',
+
+## plugins/WidgetManager/default_widgets/syndication.mtml
+	'Search results matching &ldquo;<$mt:SearchString$>&rdquo;' => 'Treffer mit &bdquo;<$MTSearchString$>&ldquo;',
+
+## 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] meinte zu [_3]</a>: [_4]',
+
+## plugins/WidgetManager/default_widgets/technorati_search.mtml
+	'Technorati' => 'Technorati',
+	'<a href=\'http://www.technorati.com/\'>Technorati</a> search' => '<a href=\'http://www.technorati.com/\'>Technorati</a>-Suche',
+	'this blog' => 'in diesem Blog',
+	'all blogs' => 'in allen Blogs',
+	'Blogs that link here' => 'Blogs, die Links auf diese Seite enthalte',
+
+## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml
+
+## plugins/WidgetManager/default_widgets/signin.mtml
+	'You are signed in as ' => 'Sie sind angemeldet als',
+	'You do not have permission to sign in to this blog.' => 'Sie haben keine Berechtigung zur Anmeldung an diesem 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]' => 'Dies ist eine spezielle Widgetgruppe, die vom jeweiligen Archivtyp abhÃ€ngige Inhalte ausgibt.',
+	'Current Category Monthly Archives' => 'Monatsarchive der aktuellen Kategorie',
+
+## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml
+	'Category Yearly Archives' => 'JÃ€hrliche Kategoriearchive',
+	'Category Weekly Archives' => 'WÃ¶chentliche Kategoriearchive',
+	'Category Daily Archives' => 'TÃ€gliche Kategoriearchive',
+
+## plugins/WidgetManager/default_widgets/widgets.cfg
+	'About This Page' => 'Ãber diese Seite',
+	'Current Author Monthly Archives' => 'Monatsarchive des aktuellen Autors',
+	'Calendar' => 'Kalendar',
+	'Creative Commons' => 'Creative Commons',
+	'Home Page Widgets' => 'Startseiten-Widgets',
+	'Monthly Archives Dropdown' => 'Monatsarchive (Dropdown)',
+	'Page Listing' => 'SeitenÃŒbersicht', # Translate - New # OK
+	'Powered By' => 'Powered by',
+	'Syndication' => 'Syndizierung',
+	'Technorati Search' => 'Technorati-Suche',
+	'Date-Based Author Archives' => 'Datumsbasierte Autorenarchive',
+	'Date-Based Category Archives' => 'Datumsbasierte Kategoriearchive',
+
+## plugins/WidgetManager/default_widgets/creative_commons.mtml
+	'This weblog is licensed under a' => 'Dieses Weblog steht unter einer',
+	'Creative Commons License' => 'Creative Commons-Lizenz',
+
+## 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' => 'Widgetgruppe bearbeiten',
+	'Please use a unique name for this widget set.' => 'Bitte verwenden Sie fÃŒr die Widgetgruppe einen eindeutigen Namen.',
+	'You already have a widget set named \'[_1].\' Please use a unique name for this widget set.' => 'Eine Widgetgruppe namens \'[_1]\' ist bereits vorhanden. Bitte wÃ€hlen Sie einen Namen, der noch nicht verwendet wurde.',
+	'Your changes to the Widget Set have been saved.' => 'Ãnderungen gespeichert.',
+	'Set Name' => 'Gruppenname',
+	'Drag and drop the widgets you want into the Installed column.' => 'Ziehen Sie die Widgets, die angezeigt werden sollen, in die Spalte \'Installierte Widgets\'. Soll ein Widget nicht mehr angezeigt werden, schieben Sie es zurÃŒck in die Spalte \'VerfÃŒgbare Widgets\'.',
+	'Installed Widgets' => 'Installierte Widgets',
+	'Available Widgets' => 'VerfÃŒgbare Widgets',
+	'Save changes to this widget set (s)' => 'WidgetÃ€nderungen speichern (s)',
+
+## plugins/WidgetManager/tmpl/list.tmpl
+	'Widget Sets' => 'Widgetgruppen',
+	'Widget Set' => 'Widgetgruppe',
+	'Delete selected Widget Sets (x)' => 'GewÃ€hlte Widget-Gruppen lÃ¶schen',
+	'Helpful Tips' => 'NÃŒtzliche Hinweise',
+	'To add a widget set to your templates, use the following syntax:' => 'Um eine Widgetgruppe in eine Vorlage einzubinden, verwenden Sie folgenden Code:',
+	'<strong>&lt;$MTWidgetSet name=&quot;Name of the Widget Set&quot;$&gt;</strong>' => '<strong>&lt;$MTWidgetSet name=&quot;Name der Widgetgruppe&quot;$&gt;</strong>',
+	'Edit Widget Templates' => 'Widgetvorlagen bearbeiten',
+	'Your changes to the widget set have been saved.' => 'Ãnderungen gespeichert.',
+	'You have successfully deleted the selected widget set(s) from your blog.' => 'Widget-Gruppe(n) erfolgreich gelÃ¶scht.',
+	'Create Widget Set' => 'Widgetgruppe anlegen',
+	'No Widget Sets could be found.' => 'Keine Widgetgruppen gefunden.',
+
+## plugins/WidgetManager/WidgetManager.pl
+	'Maintain your blog\'s widget content using a handy drag and drop interface.' => 'Widgets einfach mit der Maus zusammenstellen',
+	'Widgets' => 'Widgets',
 
 );
Index: /branches/release-29/build/l10n/wrap.pl
===================================================================
--- /branches/release-29/build/l10n/wrap.pl (revision 1308)
+++ /branches/release-29/build/l10n/wrap.pl (revision 1350)
@@ -42,5 +42,4 @@
           || $tmpl =~ m!^addons! ) {
             my ($pg) = $tmpl =~ m!^(?:plugins|addons)/(.+?)/.+!;
-            warn $pg;
             %pgconv = () unless $pg eq $plugin;
             $plugin = $pg;
Index: /branches/release-29/build/exportmt.pl
===================================================================
--- /branches/release-29/build/exportmt.pl (revision 1308)
+++ /branches/release-29/build/exportmt.pl (revision 1350)
@@ -26,4 +26,5 @@
 foreach my $lang ( $build->languages() ) {
     local $build->{'stamp=s'};
+    local $ENV{BUILD_VERSION_ID};
     $build->setup( language => $lang );
 
Index: /branches/release-29/mt-static/css/structure.css
===================================================================
--- /branches/release-29/mt-static/css/structure.css (revision 1341)
+++ /branches/release-29/mt-static/css/structure.css (revision 1350)
@@ -133,5 +133,4 @@
 
 .main-screen #header-inner,
-.main-screen #system-msg-inner,
 .main-screen #content-header-inner,
 .main-screen #content-inner,
@@ -657,8 +656,9 @@
 .display-options-link {
     position: absolute;
-    top: 9px;
+    bottom: 0px;
     right: 20px;
     background: transparent url(../images/display-options-link.gif) no-repeat right center;
     padding-right: 18px;
+    margin-bottom: .75em;
 }
 .display-options-link:hover {
@@ -681,5 +681,5 @@
     position: absolute;
     right: 240px;
-    top: 9px;
+    bottom: 0px;
 }
 .edit-entry .object-nav,
@@ -696,14 +696,12 @@
 /* Content Header ---------------------------------------------------------------------------------- */
 
-#content-header,
-#system-msg {
+#content-header {
     background: #E7F0F6;
 }
-.system #content-header,
-.system #system-msg {
+.system #content-header {
     background: #EAF3D8;
 }
 
-#system-msg-inner {
+#content-header-inner {
     padding-top: 18px;
 }
@@ -4178,5 +4176,8 @@
     background-color: #f3f6f9;
     padding: 1em 0;
-    
+}
+
+.content-nav .msg {
+    margin-left: 160px;
 }
 
Index: /branches/release-29/mt-static/css/hacks/ie.css
===================================================================
--- /branches/release-29/mt-static/css/hacks/ie.css (revision 1249)
+++ /branches/release-29/mt-static/css/hacks/ie.css (revision 1350)
@@ -108,6 +108,2 @@
 }
 
-.display-options-link {
-    top: 6px;
-}
-
Index: /branches/release-29/mt-static/css/hacks/ie6.css
===================================================================
--- /branches/release-29/mt-static/css/hacks/ie6.css (revision 1220)
+++ /branches/release-29/mt-static/css/hacks/ie6.css (revision 1350)
@@ -38,2 +38,6 @@
     top: 30px;
 }
+
+.msg {
+    height: 1%;
+}
Index: /branches/release-29/mt-static/mt.js
===================================================================
--- /branches/release-29/mt-static/mt.js (revision 1308)
+++ /branches/release-29/mt-static/mt.js (revision 1350)
@@ -367,5 +367,5 @@
     if (params) url += '&' + params;
     url += '&__type=dialog';
-    if (app) app.closeFlyouts();
+    if (window.app) window.app.closeFlyouts();
     show("dialog-container");
     // handle escape key for closing modal dialog
@@ -645,4 +645,6 @@
         el.style.display = 'none';
     }
+    if ( window.app )
+        app.reflow();
 }
 
@@ -1336,11 +1338,5 @@
 
         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" ) ) );
@@ -1405,4 +1401,16 @@
         this.cpeList = null;
         arguments.callee.applySuper( this, arguments );
+    },
+
+
+    reflow: function() {
+        arguments.callee.applySuper( this, arguments );
+        /* fix a display issue */
+        var navEl = DOM.getElement( "content-nav" );
+        var navConEl = DOM.getElement( "content-header-inner" );
+        if ( navEl && navConEl ) {
+            var d = DOM.getAbsoluteDimensions( navConEl );
+            navEl.style.top = "-" + (d.clientHeight - 13) + "px";
+        }
     },
 
Index: /branches/release-29/mt-static/themes-base/blog.css
===================================================================
--- /branches/release-29/mt-static/themes-base/blog.css (revision 1262)
+++ /branches/release-29/mt-static/themes-base/blog.css (revision 1350)
@@ -431,5 +431,4 @@
 .comment-content {
     clear: none;
-    margin-left: 60px;
     line-height: 1.5;
     margin-bottom: 1em;
Index: /branches/release-29/tmpl/cms/include/header.tmpl
===================================================================
--- /branches/release-29/tmpl/cms/include/header.tmpl (revision 1309)
+++ /branches/release-29/tmpl/cms/include/header.tmpl (revision 1350)
@@ -203,10 +203,8 @@
 </mt:setvarblock><mt:unless name="agent_ie"><$mt:var name="header_block"$><mt:else><mt:if name="force_header"><$mt:var name="header_block"$></mt:if></mt:unless>
 
-<div id="system-msg"><div id="system-msg-inner" class="inner pkg">
+<div id="content-header"><div id="content-header-inner" class="inner pkg">
 <mt:if name="system_msg">
     <$mt:var name="system_msg"$>
 </mt:if>
-</div></div>
-<div id="content-header"><div id="content-header-inner" class="inner pkg">
 <mt:if name="show_display_options_link">
     <a href="javascript:void(0)" class="display-options-link" mt:command="open-flyout" mt:flyout="display-options-widget"><__trans phrase="Display Options"></a>
