[#98] revert translation

This commit is contained in:
Alexander Machehin 2013-05-14 14:55:23 +06:00
parent dd6a319dfb
commit 9ac1cdb2c0
5 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,6 @@
-%w[all assigned created].each do |filter|
%tr
%td.width18=radio_button_tag :myradio, filter, filter == @filter, {:id => 'myradio1', :class => 'niceRadio', :name => 'filter'}
%td.width135=t("layout.issues.#{filter}")
%td.width135=t("layout.#{action_name}.#{filter}")
%td.width30.right=instance_variable_get("@#{filter}_issues").count
=render 'projects/issues/issues_table', :issues => @issues

View File

@ -19,7 +19,7 @@ en:
no_one_is_assigned: No one is assigned
assign_someone: Assign someone to this issue
list: List
all: All
all: All issues
assigned: Assigned to me
created: Created by you
edit: Edit

View File

@ -19,7 +19,7 @@ ru:
no_one_is_assigned: Никто не назначен
assign_someone: Назначить кого-либо на задачу
list: Список
all: Все
all: Все задачи
assigned: Назначенные мне
created: Созданные мной
edit: Редактировать

View File

@ -60,4 +60,6 @@ en:
search: Find pull request...
all: All requests
to_me: Assigned to me
assigned: Assigned to me
created: Created by you
view_full_changes: View full changes

View File

@ -61,4 +61,6 @@ ru:
search: Найти пул реквест...
all: Все пул реквесты
to_me: Назначенные мне
assigned: Назначенные мне
created: Созданные мной
view_full_changes: Посмотреть все изменения