Stand 2018-10-05.

This commit is contained in:
2018-10-09 12:54:44 +02:00
committed by Stefan Rohde-Enslin
parent dadb280944
commit fb01cdb3d9
326 changed files with 4533 additions and 357 deletions

View File

@ -39,6 +39,12 @@
"time_delete": "Hapuskan masukan waktu",
"time_annotated": "The time has been annotated.",
"added": "A new time entry has been added.",
"edited": "Information on this time entry has been updated."
"edited": "Information on this time entry has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:",
"must_be_month": "Month: Must be a valid, two-digit representation of a month. E.g. 01 for January, 12 for December",
"must_be_day": "Day: Must be a valid, two-digit representation of a day. From 01 to 31",
"must_be_year": "Year: Must be a valid, four-digit representation of a year. From 0001 to 9999.",
"must_be_+-": "Must be either + (common era) or - (before common era)"
}
}