[Bug][N_SE-22814]Change SPN/PLMN content and apply po files
[apps/core/preloaded/lockscreen.git] / src / noti.c
index f6832c3..217df2d 100755 (executable)
@@ -42,23 +42,23 @@ static void __noti_info_set(void *data, const char *pkgname, const char *title,
 \r
        if (!strcmp(pkgname, PHONE_LAUNCH_PKG)) {\r
                if(count == 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("Missed call"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_MISSED_CALL"));\r
                }else if(count > 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("Missed calls"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_MISSED_CALL"));\r
                }\r
                edje_object_part_text_set(_EDJ(ad->noti), buf2, buf1);\r
        } else if (!strcmp(pkgname, MESSAGE_LAUNCH_PKG)) {\r
                if(count == 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("New message"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_NEW_MESSAGE"));\r
                }else if(count > 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("New messages"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_NEW_MESSAGE"));\r
                }\r
                edje_object_part_text_set(_EDJ(ad->noti), buf2, buf1);\r
        } else if (!strcmp(pkgname, EMAIL_LAUNCH_PKG)) {\r
                if(count == 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("New email"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_NEW_EMAIL"));\r
                }else if(count > 1){\r
-                       snprintf(buf1, sizeof(buf1), "%d %s", count, _NOT_LOCALIZED("New emails"));\r
+                       snprintf(buf1, sizeof(buf1), "%d %s", count, _("IDS_IDLE_POP_NEW_EMAIL"));\r
                }\r
                edje_object_part_text_set(_EDJ(ad->noti), buf2, buf1);\r
        } else {\r