Changeset 571

Show
Ignore:
Timestamp:
10/17/06 10:56:07
Author:
crchemist
Message:

Added i18n fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/branches/plone-2.5/i18n/plonecomments.pot

    r570 r571  
    55msgstr "" 
    66"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" 
    88"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 
    99"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1818"Domain: plonecomments\n" 
    1919 
     20#. Default: "Delete" 
     21#: skins/qplonecomments/prefs_recent_comments_form.cpt 
     22msgid "Delete" 
     23msgstr "" 
     24 
    2025#. Default: "Name" 
    2126#: skins/qplonecomments/2.0.5/discussion_reply_form.cpt 
     
    2732#. Default: "Publish" 
    2833#: skins/qplonecomments/2.0.5/discussionitem_view.pt 
     34#: skins/qplonecomments/prefs_recent_comments_form.cpt 
    2935msgid "Publish" 
    3036msgstr "" 
     
    5258#: skins/qplonecomments/approve_comment_template.pt 
    5359msgid "approvemail_subject" 
     60msgstr "" 
     61 
     62#. Default: "Recent comments" 
     63#: skins/qplonecomments/prefs_recent_comments_form.cpt 
     64msgid "heading_comments" 
    5465msgstr "" 
    5566 
     
    8899#. Default: "Recent comments moderation" 
    89100#: skins/qplonecomments/prefs_comments_setup_form.cpt 
     101#: skins/qplonecomments/prefs_recent_comments_form.cpt 
    90102msgid "label_comments" 
    91103msgstr "" 
     
    93105#. Default: "Configure qPloneComments" 
    94106#: skins/qplonecomments/prefs_comments_setup_form.cpt 
     107#: skins/qplonecomments/prefs_recent_comments_form.cpt 
    95108msgid "label_configure" 
    96109msgstr "" 
     
    130143msgstr "" 
    131144 
     145#. Default: "List of recent comments" 
     146#: skins/qplonecomments/prefs_recent_comments_form.cpt 
     147msgid "legend_recent_comments" 
     148msgstr "" 
     149 
    132150#. Default: "qPloneComments setup options" 
    133151#: skins/qplonecomments/prefs_comments_setup_form.cpt 
    134152msgid "legend_setup_options" 
     153msgstr "" 
     154 
     155#. Default: "Comment" 
     156#: skins/qplonecomments/prefs_recent_comments_form.cpt 
     157msgid "listingheader_comment" 
    135158msgstr "" 
    136159 
     
    145168msgstr "" 
    146169 
    147 #. Default: "${organization_name} Support Team.
     170#. Default: "${organization_name} Support Team
    148171#: skins/qplonecomments/approve_comment_template.pt 
    149172#: skins/qplonecomments/published_comment_template.pt 
     
    151174msgstr "" 
    152175 
     176#. Default: "No new comments." 
     177#: skins/qplonecomments/prefs_recent_comments_form.cpt 
     178msgid "text_no_new_comments" 
     179msgstr "" 
  • qPloneComments/branches/plone-2.5/skins/qplonecomments/approve_comment_template.pt

    r570 r571  
    1919                           replace="string:$organization_name"  
    2020                           i18n:name="organization_name"/> 
    21     Support Team. 
     21    Support Team 
    2222</tal:signature> 
    2323</div> 
  • qPloneComments/branches/plone-2.5/skins/qplonecomments/prefs_comments_setup_form.cpt

    r570 r571  
    110110 
    111111                    <label i18n:translate="label_anonymous_commenting"  
    112                            for="isEnabledAnonymousCommenting">Enable anonymous comenting.</label> 
     112                           for="isEnabledAnonymousCommenting">Enable anonymous commenting.</label> 
    113113                </div> 
    114114 
  • qPloneComments/branches/plone-2.5/skins/qplonecomments/prefs_recent_comments_form.cpt

    r570 r571  
    1010     tal:define="errors python:request.get('controller_state', None).getErrors();"> 
    1111 
    12     <div metal:define-macro="main" i18n:domain="plone"
     12    <div metal:define-macro="main"
    1313    <div class="configlet"> 
    1414    <div class="documentEditable"> 
  • qPloneComments/branches/plone-2.5/skins/qplonecomments/published_comment_template.pt

    r570 r571  
    1818                           replace="string:$organization_name"  
    1919                           i18n:name="organization_name"/> 
    20     Support Team. 
     20    Support Team 
    2121</tal:signature> 
    2222