mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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"
|
||||||
|
@ -646,7 +646,7 @@ en:
|
||||||
daily: Daily
|
daily: Daily
|
||||||
yearly_every_x_day: Every %{month} %{day}
|
yearly_every_x_day: Every %{month} %{day}
|
||||||
recurrence_on:
|
recurrence_on:
|
||||||
options: Use the calculated date to
|
options: Use the calculated date to
|
||||||
due_date: set the actions due date
|
due_date: set the actions due date
|
||||||
show_options: Show the action
|
show_options: Show the action
|
||||||
show_always: always
|
show_always: always
|
||||||
|
@ -1015,4 +1015,4 @@ en:
|
||||||
notes_matching_query: Notes matching query
|
notes_matching_query: Notes matching query
|
||||||
no_results: Your search yielded no results.
|
no_results: Your search yielded no results.
|
||||||
todos_matching_query: Todos matching query
|
todos_matching_query: Todos matching query
|
||||||
projects_matching_query: Projects matching query
|
projects_matching_query: Projects matching query
|
||||||
|
|
|
@ -194,7 +194,7 @@ nl:
|
||||||
- Vr
|
- Vr
|
||||||
- Za
|
- Za
|
||||||
abbr_month_names:
|
abbr_month_names:
|
||||||
-
|
-
|
||||||
- Jan
|
- Jan
|
||||||
- Feb
|
- Feb
|
||||||
- Maa
|
- Maa
|
||||||
|
@ -223,7 +223,7 @@ nl:
|
||||||
only_day: '%e'
|
only_day: '%e'
|
||||||
short: '%e %b'
|
short: '%e %b'
|
||||||
month_names:
|
month_names:
|
||||||
-
|
-
|
||||||
- Januari
|
- Januari
|
||||||
- Februari
|
- Februari
|
||||||
- Maart
|
- Maart
|
||||||
|
@ -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!
|
||||||
|
@ -957,7 +957,7 @@ nl:
|
||||||
from: vanaf
|
from: vanaf
|
||||||
last: laatste
|
last: laatste
|
||||||
month_names:
|
month_names:
|
||||||
-
|
-
|
||||||
- januari
|
- januari
|
||||||
- februari
|
- februari
|
||||||
- maart
|
- maart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue