diff -urbBN ezfaq_plugin/app/models/faq_mailer.rb ezfaq_plugin-0.8.2/app/models/faq_mailer.rb --- ezfaq_plugin/app/models/faq_mailer.rb 2008-11-16 18:03:38.000000000 +0300 +++ ezfaq_plugin-0.8.2/app/models/faq_mailer.rb 2009-04-10 12:24:03.000000000 +0400 @@ -27,7 +27,7 @@ recipients mail_addresses.compact.uniq - subject "[#{faq.project.name} - #{l(:label_faq_new)} - FAQ##{faq.id}] #{faq.question}" + subject "[#{faq.project.name} - #{l(:label_faq_new)} - ЧаВо ##{faq.id}] #{faq.question}" body :faq => faq, :faq_url => url_for(:controller => 'ezfaq', :action => 'show', :id => project, :faq_id => faq) end @@ -42,7 +42,7 @@ recipients mail_addresses.compact.uniq - subject "[#{faq.project.name} - #{l(:label_faq_updated)} - FAQ##{faq.id}] #{faq.question}" + subject "[#{faq.project.name} - #{l(:label_faq_updated)} - ЧаВо ##{faq.id}] #{faq.question}" body :faq => faq, :faq_url => url_for(:controller => 'ezfaq', :action => 'show', :id => project, :faq_id => faq) end diff -urbBN ezfaq_plugin/app/views/ezfaq/edit.html.erb ezfaq_plugin-0.8.2/app/views/ezfaq/edit.html.erb --- ezfaq_plugin/app/views/ezfaq/edit.html.erb 2008-11-16 18:03:38.000000000 +0300 +++ ezfaq_plugin-0.8.2/app/views/ezfaq/edit.html.erb 2009-04-10 12:24:03.000000000 +0400 @@ -1,4 +1,4 @@ -

FAQ #<%= @faq.id %>

+

ЧаВо #<%= @faq.id %>

<% labelled_tabular_form_for :faq, @faq, :url => {:action => 'edit', :id => @project, :faq_id => @faq}, diff -urbBN ezfaq_plugin/app/views/ezfaq/history.html.erb ezfaq_plugin-0.8.2/app/views/ezfaq/history.html.erb --- ezfaq_plugin/app/views/ezfaq/history.html.erb 2008-11-16 18:03:38.000000000 +0300 +++ ezfaq_plugin-0.8.2/app/views/ezfaq/history.html.erb 2009-04-10 12:24:03.000000000 +0400 @@ -1,4 +1,4 @@ -

<%= l(:label_history) %> (FAQ<%= @faq %>)

+

<%= l(:label_history) %> (ЧаВо <%= @faq %>)

diff -urbBN ezfaq_plugin/app/views/ezfaq/show_history_version.html.erb ezfaq_plugin-0.8.2/app/views/ezfaq/show_history_version.html.erb --- ezfaq_plugin/app/views/ezfaq/show_history_version.html.erb 2008-11-16 18:03:38.000000000 +0300 +++ ezfaq_plugin-0.8.2/app/views/ezfaq/show_history_version.html.erb 2009-04-10 12:24:03.000000000 +0400 @@ -1,7 +1,7 @@
-

FAQ#<%= @faq_version.faq_id %> <%=l(:label_version) %><%= @faq_version.version %>

+

ЧаВо #<%= @faq_version.faq_id %> <%=l(:label_version) %> <%= @faq_version.version %>

<%= link_to(('« ' + l(:label_previous)), :action => 'show_history_version', :id => @project, :faq_id => @faq, :version => (@faq_version.version - 1)) + " - " if @faq_version.version > 1 %> diff -urbBN ezfaq_plugin/app/views/ezfaq/show.html.erb ezfaq_plugin-0.8.2/app/views/ezfaq/show.html.erb --- ezfaq_plugin/app/views/ezfaq/show.html.erb 2009-03-30 23:31:10.000000000 +0400 +++ ezfaq_plugin-0.8.2/app/views/ezfaq/show.html.erb 2009-04-10 12:24:03.000000000 +0400 @@ -4,7 +4,7 @@ <%= link_to(l(:label_history), {:action => 'history', :id => @project, :faq_id => @faq}, :class => 'icon icon-history') %> -

FAQ #<%= @faq.id %>

+

ЧаВо #<%= @faq.id %>

diff -urbBN ezfaq_plugin/app/views/faq_mailer/_faq_text_html.rhtml ezfaq_plugin-0.8.2/app/views/faq_mailer/_faq_text_html.rhtml --- ezfaq_plugin/app/views/faq_mailer/_faq_text_html.rhtml 2008-11-16 18:03:38.000000000 +0300 +++ ezfaq_plugin-0.8.2/app/views/faq_mailer/_faq_text_html.rhtml 2009-04-10 12:24:03.000000000 +0400 @@ -1,4 +1,4 @@ -

<%= link_to "FAQ##{faq.id}: #{faq.question}", faq_url %>

+

<%= link_to "ЧаВо ##{faq.id}: #{faq.question}", faq_url %>

<%= l(:field_version) %>