Fix missing translations for comment formatting. This fixes #11671; Update translations.

svn path=/plone.app.discussion/branches/1.x/; revision=49302
This commit is contained in:
Timo Stollenwerk
2011-05-03 14:02:21 +00:00
parent 5f064b16d1
commit 62faba42ce
16 changed files with 1221 additions and 610 deletions
@@ -14,54 +14,59 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n"
"Domain: plone.app.discussion\n"
#: ./comment.py:217
#: ./comment.py:234
msgid "A comment has been posted."
msgstr "Ein Kommentar wurde abgegeben."
#: ./interfaces.py:248
#: ./interfaces.py:283
msgid "A comment id unique to this conversation"
msgstr "Eine eindeutige ID des Kommentars"
#: ./browser/comments.py:53
#: ./browser/comments.py:71
msgid "Add a comment"
msgstr "Kommentar hinzufügen"
#: ./browser/controlpanel.py:41
#: ./browser/controlpanel.py:63
msgid "Anonymous Comments"
msgstr "Anonyme Kommentare"
#: ./interfaces.py:273
#: ./interfaces.py:308
msgid "Author name (for display)"
msgstr "Name des Autors (wird angezeigt)"
#: ./browser/comments.py:219
#: ./browser/comments.py:252
#: ./browser/controlpanel.py:83
msgid "Cancel"
msgstr "Abbrechen"
#: ./browser/moderation.py:148
#: ./browser/controlpanel.py:79
msgid "Changes saved"
msgstr "Änderungen gespeichert."
#: ./browser/moderation.py:165
msgid "Comment approved."
msgstr "Kommentar zur Veröffentlichung freigegeben."
#: ./browser/moderation.py:109
#: ./browser/moderation.py:126
msgid "Comment deleted."
msgstr "Kommentar gelöscht"
#: ./browser/controlpanel.py:42
#: ./browser/controlpanel.py:64
msgid "Commenter Image"
msgstr "Porträt des Benutzers"
msgid "Commenting infrastructure for Plone"
msgstr ""
#: ./interfaces.py:243
#: ./interfaces.py:278
msgid "Conversation"
msgstr "Diskussion"
#: ./interfaces.py:274
#: ./interfaces.py:309
msgid "Creation date"
msgstr "Erstellungsdatum"
#: ./interfaces.py:128
#: ./interfaces.py:163
msgid "Date of the most recent comment"
msgstr "Datum des letzten Kommentars"
@@ -69,68 +74,76 @@ msgstr "Datum des letzten Kommentars"
msgid "Disabled"
msgstr "Ausgeschaltet"
#: ./browser/controlpanel.py:13
#: ./browser/controlpanel.py:32
msgid "Discussion settings"
msgstr "Kommentierungseinstellungen"
#: ./interfaces.py:260
#: ./browser/controlpanel.py:85
msgid "Edit cancelled"
msgstr "Änderungen abgebrochen."
#: ./interfaces.py:295
msgid "Email"
msgstr "E-Mail"
#: ./browser/controlpanel.py:40
#: ./browser/controlpanel.py:62
msgid "Enable Comments"
msgstr "Kommentare einschalten"
#: ./interfaces.py:251
#: ./interfaces.py:286
msgid "Id of comment this comment is in reply to"
msgstr "ID des Kommentars, auf den geantwortet wird."
#: ./interfaces.py:265
#: ./interfaces.py:300
msgid "MIME type"
msgstr "MIME-Typ"
#: ./browser/controlpanel.py:44
#: ./browser/controlpanel.py:66
msgid "Moderator Email Notification"
msgstr ""
msgstr "Moderator E-Mail Benachrichtigung"
#: ./interfaces.py:275
#: ./interfaces.py:310
msgid "Modification date"
msgstr "Änderungsdatum"
#: ./interfaces.py:245
#: ./interfaces.py:280
msgid "Name"
msgstr "Name"
#: ./interfaces.py:269
#: ./interfaces.py:304
msgid "Notify me of new comments via email."
msgstr ""
msgstr "Informiere mich über neue Beiträge per E-Mail."
#: ./plone.app.discussion/plone/app/discussion/configure.zcml
msgid "Plone Discussions"
msgstr "Plone Diskussionen"
#: ./interfaces.py:238
#: ./interfaces.py:273
msgid "Portal type"
msgstr "Artikeltyp"
#: ./interfaces.py:133
#: ./browser/controlpanel.py:72
msgid "Save"
msgstr "Speichern"
#: ./interfaces.py:168
msgid "The set of unique commentators (usernames)"
msgstr "Liste von Benutzern, die Kommentare abgegeben haben"
#: ./interfaces.py:122
#: ./interfaces.py:157
msgid "Total number of comments on this item"
msgstr "Anzahl der Kommentare zu diesem Artikel"
#: ./browser/controlpanel.py:46
#: ./browser/controlpanel.py:68
msgid "User Email Notification"
msgstr ""
msgstr "Benutzer E-Mail Benachrichtigung"
#: ./browser/comments.py:212
#: ./browser/comments.py:245
msgid "Your comment awaits moderator approval."
msgstr "Ihr Kommentar muss noch vom Moderator freigegeben werden."
#. Default: "Comment"
#: ./browser/comments.py:102
#: ./browser/comments.py:127
msgid "add_comment_button"
msgstr "Kommentieren"
@@ -144,8 +157,23 @@ msgstr "Löschen"
msgid "bulkactions_publish"
msgstr "Veröffentlichen"
#. Default: "You can add a comment by filling out the form below. Plain text formatting. Web and email addresses are transformed into clickable links."
#: ./browser/comments.py:56
msgid "comment_description_intelligent_text"
msgstr "Sie können einen Kommentar abgeben, indem sie das untenstehende Formular ausfüllen. Nur Text. Web- und E-Mailadressen werden in anklickbare Links umgewandelt."
#. Default: "Comments are moderated."
#: ./browser/comments.py:62
msgid "comment_description_moderation_enabled"
msgstr ""
#. Default: "You can add a comment by filling out the form below. Plain text formatting."
#: ./browser/comments.py:51
msgid "comment_description_plain_text"
msgstr "Sie können einen Kommentar abgeben, indem sie das untenstehende Formular ausfüllen. Nur Text."
#. Default: "${creator} on ${content}"
#: ./comment.py:48
#: ./comment.py:55
msgid "comment_title"
msgstr ""
@@ -185,13 +213,13 @@ 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, plone.formwidget.recaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available."
#: ./interfaces.py:58
#: ./interfaces.py:83
#, fuzzy
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."
#. Default: "Some discussion related settings are not located in the Discussion Control Panel.\nTo enable comments for a specific content type, go to the Types Control Panel of this type and choose \"Allow comments\".\nTo enable the moderation workflow for comments, go to the Types Control Panel, choose \"Comment\" and set workflow to \"Comment Review Workflow\"."
#: ./browser/controlpanel.py:14
#: ./browser/controlpanel.py:33
#, fuzzy
msgid "help_discussion_settings_editform"
msgstr ""
@@ -205,23 +233,33 @@ msgstr ""
msgid "help_globally_enabled"
msgstr "Wenn Sie diese Einstellung aktivieren, können Artikel generell kommentiert werden."
#. Default: "Address to which moderator notifications will be sent. If not specified, the Site 'From' Address from the mail control panel will be used."
#: ./interfaces.py:117
msgid "help_moderator_email"
msgstr ""
#. Default: "If selected, the moderator is notified if a comment needs attention."
#: ./interfaces.py:83
#: ./interfaces.py:108
msgid "help_moderator_notification_enabled"
msgstr ""
#. Default: "If selected, an image of the user is shown next to the comment."
#: ./interfaces.py:73
#: ./interfaces.py:98
msgid "help_show_commenter_image"
msgstr "Wenn Sie diese Einstellung aktivieren, wird das Porträt des kommentierenden Benutzers neben dem Kommentar angezeigt."
#. Default: "Use this setting to choose if the comment text should be transformed in any way. You can choose between 'Plain text' and 'Intelligent text'. 'Intelligent text' converts plain text into HTML where line breaks and indentation is preserved, and web and email addresses are made into clickable links."
#: ./interfaces.py:67
msgid "help_text_transform"
msgstr ""
#. Default: "If selected, users can choose to be notified of new comments by email."
#: ./interfaces.py:93
#: ./interfaces.py:128
msgid "help_user_notification_enabled"
msgstr ""
#. Default: "Anonymous"
#: ./comment.py:121
#: ./comment.py:130
msgid "label_anonymous"
msgstr "Anonymer Benutzer"
@@ -236,12 +274,12 @@ msgid "label_apply"
msgstr "Anwenden"
#. Default: "Captcha"
#: ./interfaces.py:56
#: ./interfaces.py:81
msgid "label_captcha"
msgstr "Captcha"
#. Default: "Comment"
#: ./interfaces.py:266
#: ./interfaces.py:301
msgid "label_comment"
msgstr "Kommentar"
@@ -255,8 +293,13 @@ msgstr "Löschen"
msgid "label_globally_enabled"
msgstr "Kommentierungsfunktion generell einschalten"
#. Default: "Moderator Email Address"
#: ./interfaces.py:116
msgid "label_moderator_email"
msgstr ""
#. Default: "Enable moderator email notification"
#: ./interfaces.py:81
#: ./interfaces.py:106
msgid "label_moderator_notification_enabled"
msgstr ""
@@ -271,7 +314,7 @@ msgid "label_says"
msgstr "sagt"
#. Default: "Show commenter image"
#: ./interfaces.py:71
#: ./interfaces.py:96
msgid "label_show_commenter_image"
msgstr ""
@@ -281,22 +324,22 @@ msgid "label_show_full_comment_text"
msgstr "Den vollständigen Kommentar anzeigen"
#. Default: "Subject"
#: ./interfaces.py:262
#: ./interfaces.py:297
msgid "label_subject"
msgstr "Betreff"
#. Default: "Comment text transform"
#: ./interfaces.py:48
#: ./interfaces.py:65
msgid "label_text_transform"
msgstr "Text transformationen"
#. Default: "Enable user email notification"
#: ./interfaces.py:91
#: ./interfaces.py:126
msgid "label_user_notification_enabled"
msgstr ""
#. Default: "A comment on '${title}' has been posted here: ${link}"
#: ./comment.py:51
#: ./comment.py:58
msgid "mail_notification_message"
msgstr ""