Skip to content

Commit

Permalink
Merge pull request #43 from exaedv/master
Browse files Browse the repository at this point in the history
Add previous monthname to variable output (to complete #36)
  • Loading branch information
jperelli committed Jan 4, 2016
2 parents 49c719c + d620801 commit f2fd69d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ de:
label_unit_year: Jahr(e)
flash_task_created: Aufgabe wurde angelegt
flash_task_saved: Aufgabe wurde gespeichert
subject_variables: Mögliche Variablen sind **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** (Januar - Dezember), **YEAR** (YYYY)
subject_variables: Mögliche Variablen sind **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** und **PREVIOUS_MONTHNAME** (Januar - Dezember), **YEAR** (YYYY)
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ en:
label_unit_year: year(s)
flash_task_created: Periodic Task is created
flash_task_saved: Periodic Task is saved
subject_variables: Possible variables are **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** (January - December), **YEAR** (YYYY)
subject_variables: Possible variables are **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** and **PREVIOUS_MONTHNAME** (January - December), **YEAR** (YYYY)
2 changes: 1 addition & 1 deletion config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ru:
label_unit_year: год(лет)
flash_task_created: Периодическа задача создана
flash_task_saved: Периодическа задача сохранена
subject_variables: Возможные переменные **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** (января - декабря), **PREVIOUS_MONTHNAME** передыдущий месяц, **YEAR** (YYYY)
subject_variables: Возможные переменные **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** и **PREVIOUS_MONTHNAME** (января - декабря), **PREVIOUS_MONTHNAME** передыдущий месяц, **YEAR** (YYYY)
2 changes: 1 addition & 1 deletion config/locales/tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ tr:
label_unit_year: yıl
flash_task_created: Periyodik iş oluşturuldu
flash_task_saved: Periyokik iş kaydedildi
subject_variables: Kullanılabilir makrolar; **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** (January - December), **YEAR** (YYYY)
subject_variables: Kullanılabilir makrolar; **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** ve **PREVIOUS_MONTHNAME** (January - December), **YEAR** (YYYY)

0 comments on commit f2fd69d

Please sign in to comment.