Changeset 568
- Timestamp:
- 10/13/06 15:24:25
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/branches/plone-2.5-i18n/i18n/plonecomments.pot
r567 r568 5 5 msgstr "" 6 6 "Project-Id-Version: PACKAGE VERSION\n" 7 "POT-Creation-Date: 2006- 08-21 17:50+0000\n"7 "POT-Creation-Date: 2006-10-13 20:12+0000\n" 8 8 "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 9 9 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Domain: plonecomments\n" 19 19 20 #. Default: "Delete" 21 #: skins/qplonecomments/prefs_recent_comments_form.cpt 22 msgid "Delete" 23 msgstr "" 24 20 25 #. Default: "Name" 21 26 #: skins/qplonecomments/2.0.5/discussion_reply_form.cpt … … 27 32 #. Default: "Publish" 28 33 #: skins/qplonecomments/2.0.5/discussionitem_view.pt 34 #: skins/qplonecomments/prefs_recent_comments_form.cpt 29 35 msgid "Publish" 30 36 msgstr "" … … 52 58 #: skins/qplonecomments/approve_comment_template.pt 53 59 msgid "approvemail_subject" 60 msgstr "" 61 62 #. Default: "Recent comments" 63 #: skins/qplonecomments/prefs_recent_comments_form.cpt 64 msgid "heading_comments" 54 65 msgstr "" 55 66 … … 88 99 #. Default: "Recent comments moderation" 89 100 #: skins/qplonecomments/prefs_comments_setup_form.cpt 101 #: skins/qplonecomments/prefs_recent_comments_form.cpt 90 102 msgid "label_comments" 91 103 msgstr "" … … 93 105 #. Default: "Configure qPloneComments" 94 106 #: skins/qplonecomments/prefs_comments_setup_form.cpt 107 #: skins/qplonecomments/prefs_recent_comments_form.cpt 95 108 msgid "label_configure" 96 109 msgstr "" … … 130 143 msgstr "" 131 144 145 #. Default: "List of recent comments" 146 #: skins/qplonecomments/prefs_recent_comments_form.cpt 147 msgid "legend_recent_comments" 148 msgstr "" 149 132 150 #. Default: "qPloneComments setup options" 133 151 #: skins/qplonecomments/prefs_comments_setup_form.cpt 134 152 msgid "legend_setup_options" 153 msgstr "" 154 155 #. Default: "Comment" 156 #: skins/qplonecomments/prefs_recent_comments_form.cpt 157 msgid "listingheader_comment" 135 158 msgstr "" 136 159 … … 145 168 msgstr "" 146 169 147 #. Default: "${organization_name} Support Team ."170 #. Default: "${organization_name} Support Team" 148 171 #: skins/qplonecomments/approve_comment_template.pt 149 172 #: skins/qplonecomments/published_comment_template.pt … … 151 174 msgstr "" 152 175 176 #. Default: "No new comments." 177 #: skins/qplonecomments/prefs_recent_comments_form.cpt 178 msgid "text_no_new_comments" 179 msgstr "" 180 qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/prefs_recent_comments_form.cpt
r567 r568 10 10 tal:define="errors python:request.get('controller_state', None).getErrors();"> 11 11 12 <div metal:define-macro="main" i18n:domain="plone">12 <div metal:define-macro="main"> 13 13 <div class="configlet"> 14 14 <div class="documentEditable">
