Changeset 1671

Show
Ignore:
Timestamp:
03/01/08 07:28:32 (3 months ago)
Author:
pdcawley
Message:

Applied most of the patch in #1214. The only change being that the
correct i18n key for état is 'status'.

bribera++

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/helpers/content_helper.rb

    r1649 r1671  
    3434  def page_title 
    3535    blog_name = this_blog.blog_name || "Typo" 
    36     if @page_title 
     36    if @page_title.blank? 
    3737      # this is where the page title prefix (string) should go 
    3838      (this_blog.title_prefix == 1 ? blog_name + " : " : '') + @page_title + (this_blog.title_prefix == 2 ? " : " + blog_name : '') 
  • trunk/app/views/admin/content/_articles.html.erb

    r1648 r1671  
    66  <th><%= order_link "Date", 'admin/content', 'list', 'created_at' %></th> 
    77  <th><%= _("Author")%></th> 
    8   <th><%= order_link _("État"), 'admin/content', 'list', 'state' %></th> 
     8  <th><%= order_link _("Status"), 'admin/content', 'list', 'state' %></th> 
    99  <th><%= _("View")%></th> 
    1010  <th><%= _("Edit")%></th> 
  • trunk/app/views/admin/feedback/list.html.erb

    r1648 r1671  
    2929        <th><%= _("Article")%></th> 
    3030    <th><%= _("Author")%></th> 
    31     <th><%= _("Comment Excertp")%></th> 
     31    <th><%= _("Comment Excerpt")%></th> 
    3232    <th><%= _("IP")%></th> 
    3333                <th><%= _("View")%></th> 
  • trunk/lang/it_IT.rb

    r1648 r1671  
    233233  l.store "Search Comments and Trackbacks that contain", "Cerca commenti o trackback che contengono" 
    234234  l.store "Search", "Cerca" 
    235   l.store "Comment Excertp", "Contenuto commento" 
     235  l.store "Comment Excerpt", "Contenuto commento" 
    236236  
    237237  #admin/general/task