diff --git a/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po index 2f73a30..3ade334 100644 --- a/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-05 16:46+0000\n" +"POT-Creation-Date: 2010-08-05 18:38+0000\n" "PO-Revision-Date: 2010-03-18 11:10+0100\n" "Last-Translator: Timo Stollenwerk \n" "Language-Team: Deutsch \n" @@ -26,7 +26,7 @@ msgstr "Kommentar hinzufügen" msgid "Anonymous Comments" msgstr "Anonyme Kommentare" -#: ./interfaces.py:247 +#: ./interfaces.py:249 msgid "Author name (for display)" msgstr "Name des Autors (wird angezeigt)" @@ -34,14 +34,6 @@ msgstr "Name des Autors (wird angezeigt)" msgid "Cancel" msgstr "Abbrechen" -#: ./interfaces.py:51 -msgid "Captcha" -msgstr "Captcha" - -#: ./interfaces.py:241 -msgid "Comment" -msgstr "Kommentar" - #: ./browser/moderation.py:116 msgid "Comment approved." msgstr "" @@ -58,7 +50,7 @@ msgstr "Porträt des Benutzers" msgid "Conversation" msgstr "Diskussion" -#: ./interfaces.py:248 +#: ./interfaces.py:250 msgid "Creation date" msgstr "Erstellungsdatum" @@ -82,15 +74,11 @@ msgstr "E-Mail" msgid "Enable Comments" msgstr "Kommentare einschalten" -#: ./interfaces.py:37 -msgid "Enable anonymous comments" -msgstr "Anonyme Kommentare zulassen" - #: ./interfaces.py:229 msgid "Id of comment this comment is in reply to" msgstr "ID des Kommentars, auf den geantwortet wird." -#: ./interfaces.py:240 +#: ./interfaces.py:241 msgid "MIME type" msgstr "MIME-Typ" @@ -98,7 +86,7 @@ msgstr "MIME-Typ" msgid "Moderator Email Notification" msgstr "" -#: ./interfaces.py:249 +#: ./interfaces.py:251 msgid "Modification date" msgstr "Änderungsdatum" @@ -110,14 +98,6 @@ msgstr "Name" msgid "Portal type" msgstr "Artikeltyp" -#: ./interfaces.py:64 -msgid "Show commenter image" -msgstr "Benutzerporträt anzeigen" - -#: ./interfaces.py:238 -msgid "Subject" -msgstr "Betreff" - #: ./interfaces.py:120 msgid "The set of unique commentators (usernames)" msgstr "Liste von Benutzern, die Kommentare abgegeben haben" @@ -142,7 +122,6 @@ msgstr "Löschen" #. Default: "Approve" #: ./browser/moderation.pt:63 -#, fuzzy msgid "bulkactions_publish" msgstr "Veröffentlichen" @@ -182,14 +161,12 @@ msgid "heading_subject" msgstr "Betreff" #. Default: "If selected, anonymous users are able to post comments without loggin in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled." -#: ./interfaces.py:38 -#, fuzzy +#: ./interfaces.py:37 msgid "help_anonymous_comments" msgstr "Wenn Sie diese Einstellung aktivieren, können anonyme Benutzer Kommentare abgeben. Es ist empfehlenswert, dann auch Captchas zu aktivieren." #. Default: "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha or plone.formwidget.recaptcha if there are no options available." -#: ./interfaces.py:52 -#, fuzzy +#: ./interfaces.py:51 msgid "help_captcha" msgstr "Wenn Sie diese Einstellung aktivieren, wird mit Hilfe der Captcha-Validierung überprüft, ob die Kommentare von einem echten Benutzer oder von einem automatisierten Skript stammen. Falls Sie die Option nicht einschalten können, fehlt evtl. ein benötigtes Programmmodul. Stellen Sie sicher, dass entweder plone.formwidget.captcha oder plone.formwidget.recaptcha installiert ist." @@ -202,8 +179,7 @@ msgstr "" "Um die Moderation von Kommentaren zu aktivieren, wählen Sie den Artikeltyp 'Kommentar' aus und wählen Sie als neuen Arbeitsablauf 'Arbeitsablauf für moderierte Kommentare'." #. Default: "If selected, users are able to post comments on the site. Though, you have to enable comments for specific content types, folders or content objectsbefore users will be able to post comments." -#: ./interfaces.py:24 -#, fuzzy +#: ./interfaces.py:22 msgid "help_globally_enabled" msgstr "Wenn Sie diese Einstellung aktivieren, können Artikel generell kommentiert werden." @@ -217,18 +193,33 @@ msgstr "" msgid "help_show_commenter_image" msgstr "Wenn Sie diese Einstellung aktivieren, wird das Porträt des kommentierenden Benutzers neben dem Kommentar angezeigt." +#. Default: "Enable anonymous comments" +#: ./interfaces.py:35 +msgid "label_anonymous_comments" +msgstr "" + #. Default: "Apply" #: ./browser/moderation.pt:69 msgid "label_apply" msgstr "Anwenden" +#. Default: "Captcha" +#: ./interfaces.py:50 +msgid "label_captcha" +msgstr "" + +#. Default: "Comment" +#: ./interfaces.py:242 +msgid "label_comment" +msgstr "Kommentar" + #. Default: "Delete" #: ./browser/moderation.pt:134 msgid "label_delete" msgstr "Löschen" #. Default: "Globally enable comments" -#: ./interfaces.py:22 +#: ./interfaces.py:20 msgid "label_globally_enabled" msgstr "Kommentierungsfunktion generell einschalten" @@ -239,15 +230,24 @@ msgstr "" #. Default: "Approve" #: ./browser/moderation.pt:125 -#, fuzzy msgid "label_publish" msgstr "Veröffentlichen" +#. Default: "Show commenter image" +#: ./interfaces.py:63 +msgid "label_show_commenter_image" +msgstr "" + #. Default: "show full comment text" #: ./browser/moderation.pt:118 msgid "label_show_full_comment_text" msgstr "Den vollständigen Kommentar anzeigen" +#. Default: "Subject" +#: ./interfaces.py:238 +msgid "label_subject" +msgstr "Betreff" + #. Default: "Moderation workflow is disabled. You have to enable the 'Comment Review Workflow' for the Comment content type before you can moderate comments here." #: ./browser/moderation.pt:32 msgid "message_moderation_disabled" diff --git a/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po index 7d31c3f..b01f7ed 100644 --- a/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-05 16:49+0000\n" +"POT-Creation-Date: 2010-08-05 18:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: Judith Sanleandro \n" "Language-Team: LANGUAGE \n" @@ -26,7 +26,7 @@ msgstr "Añadir un comentario" msgid "Anonymous Comments" msgstr "Comentarios anónimos" -#: ./interfaces.py:247 +#: ./interfaces.py:249 msgid "Author name (for display)" msgstr "Nombre del autor (para mostrar)" @@ -34,14 +34,6 @@ msgstr "Nombre del autor (para mostrar)" msgid "Cancel" msgstr "Cancelar" -#: ./interfaces.py:51 -msgid "Captcha" -msgstr "captcha" - -#: ./interfaces.py:241 -msgid "Comment" -msgstr "Comentario" - #: ./browser/moderation.py:116 msgid "Comment approved." msgstr "Comentario aprobado" @@ -58,7 +50,7 @@ msgstr "Imagen del autor" msgid "Conversation" msgstr "Conversación" -#: ./interfaces.py:248 +#: ./interfaces.py:250 msgid "Creation date" msgstr "Fecha de creación" @@ -82,15 +74,11 @@ msgstr "Correo electrónico" msgid "Enable Comments" msgstr "Permitir comentarios" -#: ./interfaces.py:37 -msgid "Enable anonymous comments" -msgstr "Permitir comentarios anónimos" - #: ./interfaces.py:229 msgid "Id of comment this comment is in reply to" msgstr "ID del comentario este comentario es en respuesta a" -#: ./interfaces.py:240 +#: ./interfaces.py:241 msgid "MIME type" msgstr "tipo MIME" @@ -98,7 +86,7 @@ msgstr "tipo MIME" msgid "Moderator Email Notification" msgstr "Notificación del moderador por e-maill" -#: ./interfaces.py:249 +#: ./interfaces.py:251 msgid "Modification date" msgstr "Fecha de modificación" @@ -110,14 +98,6 @@ msgstr "Nombre" msgid "Portal type" msgstr "Tipo de portal" -#: ./interfaces.py:64 -msgid "Show commenter image" -msgstr "Mostrar imagen del autor" - -#: ./interfaces.py:238 -msgid "Subject" -msgstr "Tema" - #: ./interfaces.py:120 msgid "The set of unique commentators (usernames)" msgstr "Ajuste de autores exclusivos (nombres de usuario)" @@ -181,12 +161,12 @@ msgid "heading_subject" msgstr "tema título" #. Default: "If selected, anonymous users are able to post comments without loggin in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled." -#: ./interfaces.py:38 +#: ./interfaces.py:37 msgid "help_anonymous_comments" msgstr "ayuda comentarios anónimos" #. Default: "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha or plone.formwidget.recaptcha if there are no options available." -#: ./interfaces.py:52 +#: ./interfaces.py:51 msgid "help_captcha" msgstr "ayuda captcha" @@ -196,7 +176,7 @@ msgid "help_discussion_settings_editform" msgstr "ayuda formas de edición ajustes discusión" #. Default: "If selected, users are able to post comments on the site. Though, you have to enable comments for specific content types, folders or content objectsbefore users will be able to post comments." -#: ./interfaces.py:24 +#: ./interfaces.py:22 msgid "help_globally_enabled" msgstr "ayuda activación global" @@ -210,18 +190,33 @@ msgstr "ayuda notificación moderador activa" msgid "help_show_commenter_image" msgstr "ayuda mostra imagen autor" +#. Default: "Enable anonymous comments" +#: ./interfaces.py:35 +msgid "label_anonymous_comments" +msgstr "" + #. Default: "Apply" #: ./browser/moderation.pt:69 msgid "label_apply" msgstr "aplicar etiqueta" +#. Default: "Captcha" +#: ./interfaces.py:50 +msgid "label_captcha" +msgstr "Captcha" + +#. Default: "Comment" +#: ./interfaces.py:242 +msgid "label_comment" +msgstr "Comentario" + #. Default: "Delete" #: ./browser/moderation.pt:134 msgid "label_delete" msgstr "etiqueta borrar" #. Default: "Globally enable comments" -#: ./interfaces.py:22 +#: ./interfaces.py:20 msgid "label_globally_enabled" msgstr "etiqueta activación global" @@ -235,11 +230,21 @@ msgstr "etiqueta notificación moderador activada" msgid "label_publish" msgstr "etiqueta publicar" +#. Default: "Show commenter image" +#: ./interfaces.py:63 +msgid "label_show_commenter_image" +msgstr "" + #. Default: "show full comment text" #: ./browser/moderation.pt:118 msgid "label_show_full_comment_text" msgstr "etiqueta mostrar texto complete comentario" +#. Default: "Subject" +#: ./interfaces.py:238 +msgid "label_subject" +msgstr "Tema" + #. Default: "Moderation workflow is disabled. You have to enable the 'Comment Review Workflow' for the Comment content type before you can moderate comments here." #: ./browser/moderation.pt:32 msgid "message_moderation_disabled" diff --git a/plone/app/discussion/locales/plone.app.discussion.pot b/plone/app/discussion/locales/plone.app.discussion.pot index d6ad929..3997cd3 100644 --- a/plone/app/discussion/locales/plone.app.discussion.pot +++ b/plone/app/discussion/locales/plone.app.discussion.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-05 16:46+0000\n" +"POT-Creation-Date: 2010-08-05 18:38+0000\n" "PO-Revision-Date: 2010-01-28 15:00+0000\n" "Last-Translator: Hanno Schlichting \n" "Language-Team: Hanno Schlichting \n" @@ -26,7 +26,7 @@ msgstr "" msgid "Anonymous Comments" msgstr "" -#: ./interfaces.py:247 +#: ./interfaces.py:249 msgid "Author name (for display)" msgstr "" @@ -34,14 +34,6 @@ msgstr "" msgid "Cancel" msgstr "" -#: ./interfaces.py:51 -msgid "Captcha" -msgstr "" - -#: ./interfaces.py:241 -msgid "Comment" -msgstr "" - #: ./browser/moderation.py:116 msgid "Comment approved." msgstr "" @@ -58,7 +50,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: ./interfaces.py:248 +#: ./interfaces.py:250 msgid "Creation date" msgstr "" @@ -82,15 +74,11 @@ msgstr "" msgid "Enable Comments" msgstr "" -#: ./interfaces.py:37 -msgid "Enable anonymous comments" -msgstr "" - #: ./interfaces.py:229 msgid "Id of comment this comment is in reply to" msgstr "" -#: ./interfaces.py:240 +#: ./interfaces.py:241 msgid "MIME type" msgstr "" @@ -98,7 +86,7 @@ msgstr "" msgid "Moderator Email Notification" msgstr "" -#: ./interfaces.py:249 +#: ./interfaces.py:251 msgid "Modification date" msgstr "" @@ -110,14 +98,6 @@ msgstr "" msgid "Portal type" msgstr "" -#: ./interfaces.py:64 -msgid "Show commenter image" -msgstr "" - -#: ./interfaces.py:238 -msgid "Subject" -msgstr "" - #: ./interfaces.py:120 msgid "The set of unique commentators (usernames)" msgstr "" @@ -181,12 +161,12 @@ msgid "heading_subject" msgstr "" #. Default: "If selected, anonymous users are able to post comments without loggin in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled." -#: ./interfaces.py:38 +#: ./interfaces.py:37 msgid "help_anonymous_comments" msgstr "" #. Default: "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha or plone.formwidget.recaptcha if there are no options available." -#: ./interfaces.py:52 +#: ./interfaces.py:51 msgid "help_captcha" msgstr "" @@ -196,7 +176,7 @@ msgid "help_discussion_settings_editform" msgstr "" #. Default: "If selected, users are able to post comments on the site. Though, you have to enable comments for specific content types, folders or content objectsbefore users will be able to post comments." -#: ./interfaces.py:24 +#: ./interfaces.py:22 msgid "help_globally_enabled" msgstr "" @@ -210,18 +190,33 @@ msgstr "" msgid "help_show_commenter_image" msgstr "" +#. Default: "Enable anonymous comments" +#: ./interfaces.py:35 +msgid "label_anonymous_comments" +msgstr "" + #. Default: "Apply" #: ./browser/moderation.pt:69 msgid "label_apply" msgstr "" +#. Default: "Captcha" +#: ./interfaces.py:50 +msgid "label_captcha" +msgstr "" + +#. Default: "Comment" +#: ./interfaces.py:242 +msgid "label_comment" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:134 msgid "label_delete" msgstr "" #. Default: "Globally enable comments" -#: ./interfaces.py:22 +#: ./interfaces.py:20 msgid "label_globally_enabled" msgstr "" @@ -235,11 +230,21 @@ msgstr "" msgid "label_publish" msgstr "" +#. Default: "Show commenter image" +#: ./interfaces.py:63 +msgid "label_show_commenter_image" +msgstr "" + #. Default: "show full comment text" #: ./browser/moderation.pt:118 msgid "label_show_full_comment_text" msgstr "" +#. Default: "Subject" +#: ./interfaces.py:238 +msgid "label_subject" +msgstr "" + #. Default: "Moderation workflow is disabled. You have to enable the 'Comment Review Workflow' for the Comment content type before you can moderate comments here." #: ./browser/moderation.pt:32 msgid "message_moderation_disabled"