add language files
[apps/home/draglock.git] / src / draglock-time.c
index 1acf226..fc39dc4 100755 (executable)
@@ -179,10 +179,10 @@ static Eina_Bool _draglock_time_set_date(void *data) {
 
                        if (st.tm_hour >= 0 && st.tm_hour < 12) {
                                elm_object_part_text_set(ad->time_layout, "text.time.period",
-                                               "AM");
+                                               _("IDS_COM_POP_AM_M_ABB"));
                        } else {
                                elm_object_part_text_set(ad->time_layout, "text.time.period",
-                                               "PM");
+                                               _("IDS_COM_POP_PM_M_ABB"));
                        }
                } else {
                        elm_object_part_text_set(ad->time_layout, "text.time.period", "");