From a2c357f04526c2b301c2bc969c70bccab7237682 Mon Sep 17 00:00:00 2001 From: adetk Date: Wed, 5 Apr 2023 11:31:34 +0600 Subject: [PATCH] Update Localizable.strings i18n(ru): Date specific Russian from and to translations (PR #325) --- UI/Scheduler/English.lproj/Localizable.strings | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 5e4860232..dd5321bf6 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -398,6 +398,10 @@ "From" = "From"; "To" = "To"; +/* dates */ +"DateFrom" = "From"; +"DateTo" = "To"; + /* validation errors */ validate_notitle = "No title is set, continue?"; validate_invalid_startdate = "Incorrect startdate field!"; @@ -653,4 +657,4 @@ vtodo_class2 = "(Confidential task)"; "hotkey_monthview" = "m"; /* Hotkey to switch to multicolumn day view */ -"hotkey_multicolumndayview" = "c"; \ No newline at end of file +"hotkey_multicolumndayview" = "c";