From bb8eb2e1c3b0b14753fffb0b4e82ff6a27648ec2 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 23 Oct 2012 15:17:28 -0400 Subject: [PATCH] Restore missing translation strings --- UI/Common/Hungarian.lproj/Localizable.strings | 8 ++++++++ UI/Common/Polish.lproj/Localizable.strings | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/UI/Common/Hungarian.lproj/Localizable.strings b/UI/Common/Hungarian.lproj/Localizable.strings index e6c391662..1c12aef5a 100644 --- a/UI/Common/Hungarian.lproj/Localizable.strings +++ b/UI/Common/Hungarian.lproj/Localizable.strings @@ -99,3 +99,11 @@ "Start:" = "Kezdés:"; "Due Date:" = "Lejárat dátuma:"; "Location:" = "Hely:"; + +"a2_Sunday" = "Va"; +"a2_Monday" = "Hé"; +"a2_Tuesday" = "Ke"; +"a2_Wednesday" = "Sz"; +"a2_Thursday" = "Cs"; +"a2_Friday" = "Pé"; +"a2_Saturday" = "Sz"; \ No newline at end of file diff --git a/UI/Common/Polish.lproj/Localizable.strings b/UI/Common/Polish.lproj/Localizable.strings index 7e900adbf..74878d05e 100644 --- a/UI/Common/Polish.lproj/Localizable.strings +++ b/UI/Common/Polish.lproj/Localizable.strings @@ -99,3 +99,11 @@ "Start:" = "Początek:"; "Due Date:" = "Termin:"; "Location:" = "Miejsce:"; + +"a2_Sunday" = "Ni"; +"a2_Monday" = "Pn"; +"a2_Tuesday" = "Wt"; +"a2_Wednesday" = "Śr"; +"a2_Thursday" = "Cz"; +"a2_Friday" = "Pi"; +"a2_Saturday" = "So"; \ No newline at end of file