add language files
authorsung1103.park <sung1103.park@samsung.com>
Wed, 29 Aug 2012 09:38:10 +0000 (18:38 +0900)
committersung1103.park <sung1103.park@samsung.com>
Wed, 29 Aug 2012 09:38:10 +0000 (18:38 +0900)
54 files changed:
daemon/indicator_ui.h
modules/clock/clock.c
po/CMakeLists.txt
po/ar.po [new file with mode: 0755]
po/az.po [new file with mode: 0755]
po/bg.po [new file with mode: 0755]
po/ca.po [new file with mode: 0755]
po/cs.po [new file with mode: 0755]
po/da.po [new file with mode: 0755]
po/de_DE.po
po/el_GR.po
po/en.po
po/en_PH.po [new file with mode: 0755]
po/en_US.po [new file with mode: 0755]
po/es_ES.po
po/es_US.po [new file with mode: 0755]
po/et.po [new file with mode: 0755]
po/eu.po [new file with mode: 0755]
po/fi.po [new file with mode: 0755]
po/fr_CA.po [new file with mode: 0755]
po/fr_FR.po
po/ga.po [new file with mode: 0755]
po/gl.po [new file with mode: 0755]
po/hi.po [new file with mode: 0755]
po/hr.po [new file with mode: 0755]
po/hu.po [new file with mode: 0755]
po/hy.po [new file with mode: 0755]
po/is.po [new file with mode: 0755]
po/it_IT.po
po/ja_JP.po
po/ka.po [new file with mode: 0755]
po/kk.po [new file with mode: 0755]
po/ko_KR.po
po/lt.po [new file with mode: 0755]
po/lv.po [new file with mode: 0755]
po/mk.po [new file with mode: 0755]
po/nb.po [new file with mode: 0755]
po/nl_NL.po
po/pl.po [new file with mode: 0755]
po/pt_BR.po [new file with mode: 0755]
po/pt_PT.po
po/ro.po [new file with mode: 0755]
po/ru_RU.po
po/sk.po [new file with mode: 0755]
po/sl.po [new file with mode: 0755]
po/sr.po [new file with mode: 0755]
po/sv.po [new file with mode: 0755]
po/tr_TR.po
po/uk.po [new file with mode: 0755]
po/uz.po [new file with mode: 0755]
po/zh_CN.po
po/zh_HK.po
po/zh_SG.po [new file with mode: 0755]
po/zh_TW.po

index 2ceabee..2733ced 100755 (executable)
@@ -42,6 +42,9 @@
 #define ICON_THEME_FILE EDJDIR"/"PACKAGE"_icon_theme.edj"
 #define ICON_NONFIXED_THEME_FILE EDJDIR"/"PACKAGE"_icon_nonfixed_theme.edj"
 
+#define _S(str)        dgettext("sys_string", str)
+#define _(str) gettext(str)
+
 #define HOME_SCREEN_NAME               "com.samsung.live-magazine"
 #define MENU_SCREEN_NAME               "com.samsung.menu-screen"
 #define LOCK_SCREEN_NAME               "com.samsung.idle-lock"
index b80bf24..e80aa2c 100755 (executable)
@@ -107,11 +107,11 @@ static void indicator_clock_changed_cb(void *data)
                if (ts->tm_hour >= 0 && ts->tm_hour < 12)
                        snprintf(ampm_buf, sizeof(ampm_buf),
                                 LABEL_STRING, AMPM_FONT_SIZE,
-                                "AM");
+                                _("IDS_COM_POP_AM_M_ABB"));
                else
                        snprintf(ampm_buf, sizeof(ampm_buf),
                                 LABEL_STRING, AMPM_FONT_SIZE,
-                                "PM");
+                                _("IDS_COM_POP_PM_M_ABB"));
                strftime(time_str, sizeof(time_str), "%I:%M", ts);
        } else {
                strftime(time_str, sizeof(time_str), "%H:%M", ts);
index 1957cf7..1697e96 100755 (executable)
@@ -1,7 +1,10 @@
 # for i18n
 
-SET(POFILES en.po nl_NL.po de_DE.po zh_HK.po zh_CN.po ru_RU.po ko_KR.po zh_TW.po 
-ja_JP.po es_ES.po el_GR.po it_IT.po tr_TR.po pt_PT.po fr_FR.po)
+SET(POFILES et.po is.po hy.po hu.po hr.po hi.po nb.po ga.po fr_FR.po fr_CA.po fi.po
+eu.po it_IT.po es_US.po es_ES.po en_US.po en_PH.po en.po el_GR.po de_DE.po da.po
+ca.po bg.po az.po ar.po ja_JP.po zh_TW.po zh_SG.po zh_HK.po zh_CN.po uz.po cs.po
+uk.po tr_TR.po sv.po sr.po sl.po sk.po ru_RU.po ka.po pt_PT.po pt_BR.po pl.po
+nl_NL.po gl.po mk.po lv.po lt.po ko_KR.po kk.po ro.po)
 
 SET(MSGFMT "/usr/bin/msgfmt")
 
diff --git a/po/ar.po b/po/ar.po
new file mode 100755 (executable)
index 0000000..33733d9
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "ص"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "م"
+
diff --git a/po/az.po b/po/az.po
new file mode 100755 (executable)
index 0000000..fc600fa
--- /dev/null
+++ b/po/az.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "Günortadan əvvəl"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "Günortadan sonra"
+
diff --git a/po/bg.po b/po/bg.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/ca.po b/po/ca.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/cs.po b/po/cs.po
new file mode 100755 (executable)
index 0000000..65a8b16
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "dop."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "odp."
+
diff --git a/po/da.po b/po/da.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index b1d061f..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Keine SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Suche"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Kein Netz"
-
index 17ce6af..18373d2 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Δεν βρέθηκε SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Αναζήτηση"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "ΠΜ"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "ΜΜ"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Μη διαθέσιμη υπηρεσία"
-
index 9a46113..f737ee8 100755 (executable)
--- a/po/en.po
+++ b/po/en.po
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "No SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Searching"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "No service"
-
diff --git a/po/en_PH.po b/po/en_PH.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/en_US.po b/po/en_US.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index fa3c3a3..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "No hay SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Buscando"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Sin servicio"
-
diff --git a/po/es_US.po b/po/es_US.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/et.po b/po/et.po
new file mode 100755 (executable)
index 0000000..a370d8a
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "EL"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PL"
+
diff --git a/po/eu.po b/po/eu.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/fi.po b/po/fi.po
new file mode 100755 (executable)
index 0000000..9919049
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AP"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "IP"
+
diff --git a/po/fr_CA.po b/po/fr_CA.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index aa8b7c2..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Pas de carte SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Recherche"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Aucun service"
-
diff --git a/po/ga.po b/po/ga.po
new file mode 100755 (executable)
index 0000000..e7a20cf
--- /dev/null
+++ b/po/ga.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "R.N."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "I.N."
+
diff --git a/po/gl.po b/po/gl.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/hi.po b/po/hi.po
new file mode 100755 (executable)
index 0000000..df239eb
--- /dev/null
+++ b/po/hi.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "ए ऍम"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/hr.po b/po/hr.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/hu.po b/po/hu.po
new file mode 100755 (executable)
index 0000000..a7144c9
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "de."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "du."
+
diff --git a/po/hy.po b/po/hy.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/hy.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/is.po b/po/is.po
new file mode 100755 (executable)
index 0000000..948f57b
--- /dev/null
+++ b/po/is.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "f.h."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "e.h."
+
index 39a8463..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Nessuna SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Ricerca"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Nessun servizio"
-
index d4e40f5..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "SIM​が​ありません"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "検索中"
-
 msgid "IDS_COM_POP_AM_M_ABB"
-msgstr "午前"
+msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
-msgstr "午後"
-
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "サービス​が​利用​できません"
+msgstr "PM"
 
diff --git a/po/ka.po b/po/ka.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/ka.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/kk.po b/po/kk.po
new file mode 100755 (executable)
index 0000000..5da92b7
--- /dev/null
+++ b/po/kk.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "ТД"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "TK"
+
index 365b696..3829da0 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "SIM이 없습니다"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "검색 중..."
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "오전"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "오후"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "서비스 지역이 아닙니다"
-
diff --git a/po/lt.po b/po/lt.po
new file mode 100755 (executable)
index 0000000..b3a746d
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "АМ"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/lv.po b/po/lv.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/lv.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/mk.po b/po/mk.po
new file mode 100755 (executable)
index 0000000..b3a746d
--- /dev/null
+++ b/po/mk.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "АМ"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/nb.po b/po/nb.po
new file mode 100755 (executable)
index 0000000..ebd3280
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "Formiddag"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "Ettermiddag"
+
index dc9d6a9..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Geen SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Zoeken"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Geen netwerk"
-
diff --git a/po/pl.po b/po/pl.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index 2dde9b0..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Sem SIM"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "A procurar"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Sem serviço"
-
diff --git a/po/ro.po b/po/ro.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index cf8f0b4..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "Нет SIM-карты"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Поиск"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Нет сети"
-
diff --git a/po/sk.po b/po/sk.po
new file mode 100755 (executable)
index 0000000..65a8b16
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "dop."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "odp."
+
diff --git a/po/sl.po b/po/sl.po
new file mode 100755 (executable)
index 0000000..313c31b
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "Dop."
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/sr.po b/po/sr.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/sv.po b/po/sv.po
new file mode 100755 (executable)
index 0000000..a99cad8
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "FM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "EM"
+
index c82104e..f737ee8 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "SIM yok"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "Aranıyor"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "AM"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "PM"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "Servis yok"
-
diff --git a/po/uk.po b/po/uk.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
diff --git a/po/uz.po b/po/uz.po
new file mode 100755 (executable)
index 0000000..f737ee8
--- /dev/null
+++ b/po/uz.po
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "AM"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "PM"
+
index d2ca0ea..a467f15 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "无 SIM 卡"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "正在搜索"
-
 msgid "IDS_COM_POP_AM_M_ABB"
-msgstr "AM"
+msgstr "上午"
 
 msgid "IDS_COM_POP_PM_M_ABB"
-msgstr "PM"
-
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "无服务"
+msgstr "下午"
 
index ddb9f8a..a467f15 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "無 SIM 卡"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "正在搜尋"
-
 msgid "IDS_COM_POP_AM_M_ABB"
 msgstr "上午"
 
 msgid "IDS_COM_POP_PM_M_ABB"
 msgstr "下午"
 
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "無服務"
-
diff --git a/po/zh_SG.po b/po/zh_SG.po
new file mode 100755 (executable)
index 0000000..a467f15
--- /dev/null
@@ -0,0 +1,6 @@
+msgid "IDS_COM_POP_AM_M_ABB"
+msgstr "上午"
+
+msgid "IDS_COM_POP_PM_M_ABB"
+msgstr "下午"
+
index e5d4cca..a467f15 100755 (executable)
@@ -1,15 +1,6 @@
-msgid "IDS_COM_BODY_NO_SIM"
-msgstr "無 SIM 卡"
-
-msgid "IDS_COM_BODY_SEARCHING"
-msgstr "正在搜尋"
-
 msgid "IDS_COM_POP_AM_M_ABB"
-msgstr "AM"
+msgstr "上午"
 
 msgid "IDS_COM_POP_PM_M_ABB"
-msgstr "PM"
-
-msgid "IDS_CALL_POP_NOSERVICE"
-msgstr "無服務"
+msgstr "下午"