Worldclock: add location exists popup translations. 93/126993/1 submit/tizen/20170427.095058
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Tue, 25 Apr 2017 12:38:51 +0000 (14:38 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Tue, 25 Apr 2017 12:38:51 +0000 (14:38 +0200)
Change translation according to UI designer comments.
Translations updated.

Change-Id: I185fbbe62be778a91ec80facae93c34ad0de389b

52 files changed:
clock/inc/View/WorldClockView.h
clock/res/po/ar.po
clock/res/po/az.po
clock/res/po/bg.po
clock/res/po/ca.po
clock/res/po/cs.po
clock/res/po/da.po
clock/res/po/de.po
clock/res/po/el_GR.po
clock/res/po/en.po
clock/res/po/en_PH.po
clock/res/po/en_US.po
clock/res/po/es_ES.po
clock/res/po/es_US.po
clock/res/po/et.po
clock/res/po/eu.po
clock/res/po/fi.po
clock/res/po/fr.po
clock/res/po/fr_CA.po
clock/res/po/ga.po
clock/res/po/gl.po
clock/res/po/hr.po
clock/res/po/hu.po
clock/res/po/hy.po
clock/res/po/is.po
clock/res/po/it_IT.po
clock/res/po/ja_JP.po
clock/res/po/ka.po
clock/res/po/kk.po
clock/res/po/ko_KR.po
clock/res/po/lt.po
clock/res/po/lv.po
clock/res/po/mk.po
clock/res/po/nb.po
clock/res/po/nl.po
clock/res/po/pl.po
clock/res/po/pt_BR.po
clock/res/po/pt_PT.po
clock/res/po/ro.po
clock/res/po/ru_RU.po
clock/res/po/sk.po
clock/res/po/sl.po
clock/res/po/sr.po
clock/res/po/sv.po
clock/res/po/tr_TR.po
clock/res/po/uk.po
clock/res/po/uz.po
clock/res/po/zh_CN.po
clock/res/po/zh_HK.po
clock/res/po/zh_TW.po
clock/src/Presenter/WorldClockPresenter.cpp
clock/src/View/WorldClockView.cpp

index 02db9498ee50a70803fd039a1a08418e0b1e5606..3a6e30e41755f6ff858fc6170007df87248ae86b 100644 (file)
@@ -156,8 +156,9 @@ namespace view {
                        /**
                         * @brief Displays popup informing that location chosen in location
                         * picker app already exists in the list.
+                         * @param[in] l location
                         */
-                       void PostItemExistMessage();
+                       void PostItemExistMessage(const model::Location *l);
                        /**
                         * @brief Shows more popup.
                         *
index c88e75f449b519f31618012b49c3a75ccafec5bb..21047244c72b579169783d8e0bf7db512350b9fe 100644 (file)
@@ -218,26 +218,29 @@ msgid "IDS_CLOCK_MBODY_NEVER"
 msgstr "أبداً"
 
 msgid "IDS_CLOCK_SBODY_FRI_ABB2"
-msgstr "ج"
+msgstr "جمعـ"
 
 msgid "IDS_CLOCK_SBODY_MON_ABB2"
-msgstr "ن"
+msgstr "إثنـ"
 
 msgid "IDS_CLOCK_SBODY_SAT_ABB2"
-msgstr "س"
+msgstr "سبت"
 
 msgid "IDS_CLOCK_SBODY_SUN_ABB2"
-msgstr "Ø­"
+msgstr "أحد"
 
 msgid "IDS_CLOCK_SBODY_THU_ABB2"
-msgstr "خ"
+msgstr "خميـ"
 
 msgid "IDS_CLOCK_SBODY_TUE_ABB2"
-msgstr "ث"
+msgstr "ثلا"
 
 msgid "IDS_CLOCK_SBODY_WED_ABB2"
-msgstr "ر"
+msgstr "أربÙ\80"
 
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "إضافة موقع"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s موجودة بالفعل."
+
index 2aa195c0ea8a5abf1c46875e21d9fb3aac06dc7f..c247f687580f1afaa952f36cbfa1651537f64758 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ç."
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Məkan əlavə et"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s hazırda mövcuddur."
+
index ebe2240ce5fec5d7787dfe8eefaa7dcda2afa798..047fdcde6ed2ca26487d7a9d4b12fbc792b3ea9b 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Сря"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Добавяне на място"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s вече съществува."
+
index e54115c8e534bb0e68c677ab293f4305be74c801..86551d61f87dad0c752a088342ebdd300b32f5d3 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Dc"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Afegir ubicació"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s ja existeix"
+
index ac21b4e39608d25eb284e7c848836d844def8899..cf4f8aff818773fb7b4ed3b2d146dbc0a988555c 100644 (file)
@@ -241,3 +241,6 @@ msgstr "St"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Přidat info o poloze"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s již existuje."
+
index b51a83ad4da156f302207cf968f5677a6293443f..49bc27fb9d9400bc06fa10456a42bf27922eaa7b 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ons"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Tilføj placering"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s eksisterer allerede."
+
index 59510aa9e09c352aa32f9d61553b54daf965420d..75f3165cc02adf92cec9e8baa4d4369b3dbaaa42 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mi"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Standort hinzufügen"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s ist bereits vorhanden"
+
index 84e14c4e1d548ece83799cfdefd9d2bd037e1550..b5f9357f68a2710b42bf84a60554f2615a485dfb 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Τετ"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Προσθήκη τοποθεσίας"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "Το αρχείο %s υπάρχει ήδη."
+
index bf6aac5040c23dcc38e99e26703a430eb4d56e54..16a10f6a4a5347177b1d86b31aa1a42800833b6b 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Wed"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Add location"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s already exists."
+
index 8433a4eac28d1d477d6e642ced24cfa2770f5d4a..e2b0c7dd45705624a4f8b66021bd72c0473b1f39 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Wed"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Add location"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s already exists."
+
index 4fd47a03b16180792100443775538f7e06864479..ab2265ff01561df7d5d3bc2101a6dec115380740 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Wed"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Add location"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s already exists."
+
index 1c45c7f8d0b618dfbe3c2eb16bab7969cd95fab1..e52d72dc0c650f77cdc7a59f7d3b08abb741168c 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mié"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Añadir ubicación"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s ya existe"
+
index 1eaebc0faca21cc4e696a3f6b16453ac8701ddc6..81d5658699bdaa107e56672a020bfd71303b1b16 100644 (file)
@@ -128,10 +128,10 @@ msgid "IDS_CLOCK_TPOP_CANT_ADD_MORE_THAN_PD_CITIES"
 msgstr "No es posible añadir más de %d ciudades."
 
 msgid "IDS_CLOCK_BODY_PS1D_H_P2SD_M_AHEAD_ABB"
-msgstr "%1$d h %2$d m más"
+msgstr "%1$d h %2$d min más"
 
 msgid "IDS_CLOCK_BODY_PS1D_H_P2SD_M_BEHIND_ABB"
-msgstr "%1$d h %2$d m menos"
+msgstr "%1$d h %2$d min menos"
 
 msgid "IDS_CLOCK_BODY_PD_H_AHEAD_ABB"
 msgstr "%d h más"
@@ -241,3 +241,6 @@ msgstr "Mié"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Añadir ubicación"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s ya existe."
+
index 9c8dcda3b50022dde4534807e5416392c635d4b7..78b0659f1d46c79cdd1c8ab6923ba669ee90dbce 100644 (file)
@@ -241,3 +241,6 @@ msgstr "K"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Lisa asukoht"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s on juba olemas."
+
index 945ee9bd478f18a8545a0a5bbc916041530f5eb1..d1a6b7db51b6945c3bd088a52fabb5d1017f1ef9 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Az."
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Gehitu kokapena"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s dagoeneko bada"
+
index 5708753529221601d986f485fbaa7e6eecb9aabe..a5153bdbd0e43eda9370d54d74dc71a924fad826 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ke"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Lisää sijainti"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s on jo olemassa."
+
index 25f57ac06a4b6895287d42fb56205b2792d58c92..ea36a2835524d30c182b4f96ea8ee7e7531012c4 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mer"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Ajouter localisation"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s existe déjà."
+
index 18e6e943896a096f99b5215df56f21ed5d8e16df..e28ecaa0569afe93b71478f47f88a489cda0e42d 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mer"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Ajouter position"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s existe déjà."
+
index fd5c041bc3bb132963e017e70d150ea50b863a79..1921058164080594de4dd4ac2c2adcba0a0f4087 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Céa"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Cuir suíomh leis"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "Tá %s ann cheana"
+
index a0798feb41717912ff09de6dd66900112568f0f2..19f3d62666efc0aac0b89e9cd599309a4145b0f8 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mér"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Engadir localización"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s xa existe"
+
index 0061822a3b7fb95d02f20ffd62c55a221b193d85..d7c4197947059650a44ff5e74c36a60da90ff6f5 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Sri"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Dodaj lokaciju"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s već postoji."
+
index 9336ab5f074071e4aec8014657b011e5fedc6092..9fe28d5e5fa357dc2b4fa6f6d3b0e10de92ad613 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Sze"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Hely hozzáadása"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "Már van %s nevű fájl."
+
index 2d7444402d7693a3493b4472f9d560b6d2a7d5bc..dd218b217633f7282957c6a6f3998153d3852444 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Չքշ"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Ավելացնել տեղ"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s-ն արդեն գոյություն ունի:"
+
index c52bc589dd8957c2b629ce789e6b27e360253dbc..f42a20589ac3fd1703718bc8c76e0a8f3738e914 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mið"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Ný staðsetning"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s er til fyrir."
+
index 5e0950f3d1d18bef57e120595e01b9631ec952f2..8e0d5512a8132887639b05040da00f9d7f64ee0e 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mer"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Aggiungi luogo"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s già in elenco."
+
index 76dce3c1f03d77791a8535ce7e8ed23fdf64da1c..3038348b55d67bd87f747754cf510616922eccdd 100644 (file)
@@ -241,3 +241,6 @@ msgstr "水"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "位置情報を追加"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%sは既に存在します。"
+
index 67b040271b07a9ea531816585d5ec46231c8af2c..e6ad5c277cb645817031066abfeb5d9d295cbfb8 100644 (file)
@@ -241,3 +241,6 @@ msgstr "ოთხ"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "ლოკაციის დამატება"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s უკვე არსებობს."
+
index 0cde4fa131dc3c2e23c60868a1a9312c3e866ed3..9126b19ee9011394fa45accf9a99b338f12f4ebf 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ср"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Орын қосу"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s бар."
+
index fc4ce9d2031e3b86add5108e7e62553f320c0aa3..dc5d874820fbf0e94a0df557dc8b04371fe7e22e 100644 (file)
@@ -241,3 +241,6 @@ msgstr "수"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "위치 추가"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s은(는) 이미 저장된 상태입니다."
+
index 451cf6173e256f8697bb8ff3890e43cbc3bd2b8c..1c6494fcde6be1f175efce2bdd472856257f2765 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Tre"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Pridėti vietą"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s jau yra."
+
index 4169d08255ba03f034961f98139e97e3a2266a5e..c23eecb3738e567209cc607b24eefa925bccfbae 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Tr"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Piev. atraš. vietu"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s jau pastāv."
+
index 52300485f1f626736702c66d1bc8e6d785535c74..999b1b1faf0689b261fee7d394939c89765e72cd 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Сре"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Додај локација"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s веќе постои."
+
index c21e6f77e4037fd52b4161c7610a4bb75c41358b..5bc50022f1fa275dfbd41103cba098370096b86d 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ons"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Legg til posisjon"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s finnes allerede."
+
index dc97a8f602e93915bfbb5f9913ecce653968f53b..32eef9c34c718ae31305a89b875e7820e0929402 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Wo"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Locatie toevoegen"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s bestaat al."
+
index 2ece661a866c9fcf1d1bf2f821790c9adc591b0e..5946959e0648192d9755152585f2bb44ba1022d3 100644 (file)
@@ -128,10 +128,10 @@ msgid "IDS_CLOCK_TPOP_CANT_ADD_MORE_THAN_PD_CITIES"
 msgstr "Nie można dodać więcej miast niż %d."
 
 msgid "IDS_CLOCK_BODY_PS1D_H_P2SD_M_AHEAD_ABB"
-msgstr "%1$d h %2$d m później"
+msgstr "%1$d g %2$d m później"
 
 msgid "IDS_CLOCK_BODY_PS1D_H_P2SD_M_BEHIND_ABB"
-msgstr "%1$d h %2$d m wcześn."
+msgstr "%1$d g %2$d m wcześn."
 
 msgid "IDS_CLOCK_BODY_PD_H_AHEAD_ABB"
 msgstr "%d godz. później"
@@ -241,3 +241,6 @@ msgstr "śr"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Dodaj lokalizację"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s już istnieje."
+
index dca8406368a2bf7664aaf5b9a24c4a17cd24b743..c27b1e66448f58afe35522fa7a5e237d6aed2b19 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Qua"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Adicionar localização"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s já existente."
+
index 9edd925d6106fb15b37ea938e1b438849299660c..edfae53322be228a977e99879f8b4fa9cbfd7ca4 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Qua"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Adicionar localizaç."
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s já existente."
+
index e22552e2f59ffb2b18bee3fb85344e87e364d42a..cc102ab7a1207d6c215d0706e46bfb922dc693e3 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Mie"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Adăugare locație"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s există deja."
+
index a147b5ce6aa11af814719ded05ba79d8589933a7..5fa4fc4207cc99f0efa96439ed7ac87a41fbf550 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ср"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Добавить место"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s уже существует."
+
index 9a77004b19caa489ae69a3d226f570cc7ba63ff8..2e92a1d47f607f8c5b72bad88141d59e68853599 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Str"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Pridať umiestnenie"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s už existuje."
+
index 4be202b315cbe177d9d64e15230180d7a1560c94..1060fc61bb994a5c94a178e72f10de90fca67fa2 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Sre"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Dodaj lokacijo"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s že obstaja."
+
index 6aee6ab8873b30678617d803e6c85e6eac9a9b6c..69a7fcc6e579a92124a180d9dcb60c4e3744c9b7 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Sr."
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Dodaj lokaciju"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s već postoji."
+
index bb0b254fa0b91d5593326b88b72e83930fc42d89..ba9fd068e2c077392ff64850932762a68c31085a 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ons"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Lägg till plats"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s finns redan."
+
index d2bb282102323195e2bb5d691144f82c1c223e6f..44da5c3074becac05c6fa5c14b82a255dad912df 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Çar"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Yer ekle"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s zaten var."
+
index 1dfd14acf7acf1d6102105e32e17b368c3b7190b..c8dc6e2381bfd815bdbc3c1f426e99a2026b4b03 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Ср"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Додати розташування"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s вже існує."
+
index 0260e6c213cd3ccc9bc1d4fea827e0d151c1ebfe..93e8f5711fb6f491dee4dbb7a7e68ab793884552 100644 (file)
@@ -241,3 +241,6 @@ msgstr "Cho"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "Joylashuv tanlash"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s avvaldan mavjud."
+
index d8b6894bdb336f723425b67b69fc780b2906fbdc..9625a8eb39fb5d00560e69e60759e48cbbd01617 100644 (file)
@@ -241,3 +241,6 @@ msgstr "周三"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "添加位置"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s已存在"
+
index 6610b1d97791875bd00fd1d270d4a3e1ef8077f7..02b8b9ec7b4649a0fb167f21b9b8ebfdc6100790 100644 (file)
@@ -241,3 +241,6 @@ msgstr "週三"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "新增位置"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s已存在。"
+
index 761c3eb1a51870b79077bd7c90745d6c1449073d..23e6ce402446b7c333d718b15e2cb66a1b9a128a 100644 (file)
@@ -241,3 +241,6 @@ msgstr "週三"
 msgid "IDS_ST_BUTTON_ADD_LOCATION"
 msgstr "增加位置"
 
+msgid "IDS_WCL_POP_PS_ALREADY_EXISTS"
+msgstr "%s已存在。"
+
index b5706eaf1a4b4629bd69cebe76dbd2e39b04ff02..e87d145aaee11523c84427a41025fc2e79fbf0ef 100644 (file)
@@ -128,7 +128,7 @@ void WorldClockPresenter::OnItemAdded()
                OnMapViewUpdateRequest();
                view_->AppendItemToCustomList(l);
        } else {
-               view_->PostItemExistMessage();
+               view_->PostItemExistMessage(l);
        }
 
        UpdateEmptyListBackground();
index d5b1c85677543ec326746d7b4fde104e8e91f3e2..ad8c847739d6b2889df7d801bc8d14ab25f5ac78 100644 (file)
@@ -809,10 +809,10 @@ void WorldClockView::HideEmptyListLabel()
        elm_layout_signal_emit(world_clock_, "emptylist.label.hide", "world_clock");
 }
 
-void WorldClockView::PostItemExistMessage()
+void WorldClockView::PostItemExistMessage(const model::Location *location)
 {
        // TODO This text is temporary. Waiting for UX Designer response
-       utils::PopupManager::CreatePopup(*this, "Location already exists in the list", 3);
+       utils::PopupManager::CreatePopup(*this, Translate::Sprintf("IDS_WCL_POP_PS_ALREADY_EXISTS", location->name.c_str()), 3);
 }
 
 int WorldClockView::GetItemsCount()