mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
fixed next month label for calendar view
This commit is contained in:
parent
6d963f81c0
commit
9896705bf2
3 changed files with 8 additions and 8 deletions
|
|
@ -139,7 +139,7 @@ module TodosHelper
|
||||||
:collapsible => false,
|
:collapsible => false,
|
||||||
:show_empty_containers => true,
|
:show_empty_containers => true,
|
||||||
:container_name => "#{period}",
|
:container_name => "#{period}",
|
||||||
:title =>t("todos.calendar.#{period}", :month => l(Time.zone.now, :format => "%B"))
|
:title =>t("todos.calendar.#{period}", :month => l(Time.zone.now, :format => "%B"), :next_month => l(1.month.from_now, :format => "%B"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -586,7 +586,7 @@ en:
|
||||||
due_this_week: Due in rest of this week
|
due_this_week: Due in rest of this week
|
||||||
due_next_week: Due next week
|
due_next_week: Due next week
|
||||||
due_this_month: Due in rest of %{month}
|
due_this_month: Due in rest of %{month}
|
||||||
due_after_this_month: Due in %{month} and later
|
due_after_this_month: Due in %{next_month} and later
|
||||||
show_tomorrow: Show Tomorrow
|
show_tomorrow: Show Tomorrow
|
||||||
tagged_page_title: "TRACKS::Tagged with '%{tag_name}'"
|
tagged_page_title: "TRACKS::Tagged with '%{tag_name}'"
|
||||||
action_deferred: "The action '%{description}' was deferred"
|
action_deferred: "The action '%{description}' was deferred"
|
||||||
|
|
|
||||||
|
|
@ -819,7 +819,7 @@ nl:
|
||||||
due_this_week: Deadline in rest van deze week
|
due_this_week: Deadline in rest van deze week
|
||||||
due_today: Deadline vandaag
|
due_today: Deadline vandaag
|
||||||
get_in_ical_format: Ontvang deze agenda in iCal-formaat
|
get_in_ical_format: Ontvang deze agenda in iCal-formaat
|
||||||
due_after_this_month: Deadline in %{month} en later
|
due_after_this_month: Deadline in %{next_month} en later
|
||||||
calendar_page_title: TRACKS::Agenda
|
calendar_page_title: TRACKS::Agenda
|
||||||
cannot_add_dependency_to_completed_todo: Kan deze actie niet als een afhankelijkheid
|
cannot_add_dependency_to_completed_todo: Kan deze actie niet als een afhankelijkheid
|
||||||
van een voltooide actie toevoegen!
|
van een voltooide actie toevoegen!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue