Ignore:
Timestamp:
Apr 5, 2012 10:24:27 AM (12 years ago)
Author:
enkidu
Message:

add French localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/qa_overview.pt

    r3039 r3407  
    99    <body> 
    1010        <div id="wrapper"> 
    11             <h1>Quintagroup Analytics Tool for Plone</h1> 
    12             <ul class="formTabs" id="navigation"> 
    13                 <li class="formTab"><a class="selected" href="@@qa_overview">Overview</a></li> 
    14                 <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    15                 <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
    16                 <li class="formTab"><a href="@@type_by_state">Types by state</a></li> 
    17                 <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li> 
    18                 <li class="formTab"><a href="@@legacy_portlets">Legacy portlets</a></li> 
    19                 <li class="formTab"><a href="@@properties_stats">Properties stats</a></li> 
    20  
     11            <h1 i18n:translate="qa_main_title">Quintagroup Analytics Tool for Plone</h1> 
     12            <ul class="formTabs" id="navigation"  tal:define="template_id template/getId"> 
     13                <span tal:repeat="formTabItem view/analiticsNavigation"> 
     14                    <li class="formTab"><a tal:attributes="class python:'selected' if formTabItem['href'] in template_id else '';href python:formTabItem['href']" tal:content="python:formTabItem['content']">content</a></li> 
     15                </span> 
    2116            </ul> 
    22             <h3>Welcome to Quintagroup Analytics Tool</h3> 
    23             <p>Quintagroup Analytics Tool provides statistic information about your Plone site. 
     17            <h3 i18n:translate="qa_overview_subtitle_welcome">Welcome to Quintagroup Analytics Tool</h3> 
     18            <p i18n:translate="qa_overview_paragraph_desc1">Quintagroup Analytics Tool provides statistic information about your Plone site. 
    2419               You can see how many content objects are on you site, who are content owners, 
    2520               what are content workflow states, and how many portlets are assigned on different contexts. 
    2621            </p> 
    27             <p>Information provided by Quintagroup Analytics Tool allows you to see your site's overall 
     22            <p i18n:translate="qa_overview_paragraph_desc2">Information provided by Quintagroup Analytics Tool allows you to see your site's overall 
    2823               content from different perspectives. This can be very useful while migrating your site into 
    2924               newer Plone version, or into another CMS. With its help you can visually audit the content  
    3025               setup in Plone site before migration and compare it with the migrated website structure. 
    3126            </p> 
    32             <p>Visit the following pages to see your site's statistics:</p> 
     27            <p i18n:translate="qa_overview_paragraph_visit">Visit the following pages to see your site's statistics:</p> 
    3328            <dl> 
    3429              <dt> 
    35                 <a href="@@ownership_by_type">Content Ownership by Type</a> 
     30                <a href="@@ownership_by_type" i18n:translate="qa_overview_visits_link_content_by_type">Content Ownership by Type</a> 
    3631              </dt> 
    37               <dd>Information about most popular content types on your site. Here you can see the most frequently  
     32              <dd i18n:translate="qa_overview_visits_link_content_by_type_desc">Information about most popular content types on your site. Here you can see the most frequently  
    3833                  created content types on your site and their owners. </dd> 
    3934              <dt> 
    40                 <a href="@@ownership_by_state">Content Ownership by State</a> 
     35                <a href="@@ownership_by_state" i18n:translate="qa_overview_visits_link_content_by_state">Content Ownership by State</a> 
    4136              </dt> 
    42               <dd>Information about site's content workflow states. Here you can see how many content object 
     37              <dd i18n:translate="qa_overview_visits_link_content_by_state_desc">Information about site's content workflow states. Here you can see how many content object 
    4338                  are published/submitted for review/etc. and their owners.</dd> 
    4439              <dt> 
    45                 <a href="@@type_by_state">Content Types by State</a> 
     40                <a href="@@type_by_state" i18n:translate="qa_overview_visits_link_content_types_by_state">Content Types by State</a> 
    4641              </dt> 
    47               <dd>Information about site's most frequently created content types and their workflow states.</dd> 
     42              <dd i18n:translate="qa_overview_visits_link_content_types_by_state_desc">Information about site's most frequently created content types and their workflow states.</dd> 
    4843              <dt> 
    49                 <a href="@@portlets_stats">Site Portlets</a> 
     44                <a href="@@portlets_stats" i18n:translate="qa_overview_visits_link_portlets">Site Portlets</a> 
    5045              </dt> 
    51               <dd>Information about site portlets assigned throughout site sections. This information  
     46              <dd i18n:translate="qa_overview_visits_link_portlets_desc">Information about site portlets assigned throughout site sections. This information  
    5247                  can be exported into .csv format. </dd> 
    5348              <dt> 
    54                 <a href="@@legacy_portlets">Legacy Portlets</a> 
     49                <a href="@@legacy_portlets" i18n:translate="qa_overview_visits_link_legacy_portlets">Legacy Portlets</a> 
    5550              </dt> 
    56               <dd>Information about legacy portlets assigned throughout site sections. This information  
     51              <dd i18n:translate="qa_overview_visits_link_legacy_portlets_desc">Information about legacy portlets assigned throughout site sections. This information  
    5752                  can be exported into .csv format.</dd> 
    5853              <dt> 
    59                 <a href="@@properties_stats">Properties Stats</a> 
     54                <a href="@@properties_stats" i18n:translate="qa_overview_visits_link_properties">Properties Stats</a> 
    6055              </dt> 
    61               <dd>Information on certain property values for all site objects.</dd> 
     56              <dd i18n:translate="qa_overview_visits_link_properties_desc">Information on certain property values for all site objects.</dd> 
    6257            </dl> 
    6358        </div> 
Note: See TracChangeset for help on using the changeset viewer.