[2.0.x] Refs #25006 -- Marked again admin time picker shortcuts for translation

Backport of fe000ab18d from master.
This commit is contained in:
Claude Paroz 2017-09-24 13:41:22 +02:00
parent dda37675db
commit 9907f8a5fd
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@
clockInputs: [],
clockHours: {
default_: [
['Now', -1],
['Midnight', 0],
['6 a.m.', 6],
['Noon', 12],
['6 p.m.', 18]
[gettext_noop('Now'), -1],
[gettext_noop('Midnight'), 0],
[gettext_noop('6 a.m.'), 6],
[gettext_noop('Noon'), 12],
[gettext_noop('6 p.m.'), 18]
]
},
dismissClockFunc: [],