Add localized strings for copied to clipboard
authorTaeyun An <ty.an@samsung.com>
Sun, 14 Apr 2013 07:19:11 +0000 (16:19 +0900)
committerTaeyun An <ty.an@samsung.com>
Mon, 15 Apr 2013 12:18:28 +0000 (21:18 +0900)
[Title] Add localized strings for copied to clipboard
[Issue#] P130412-5414
[Problem] There is no localized strings for copied to clipboard
[Cause] There is no localized strings for copied to clipboard in po file
[Solution] Add localized strings for copied to clipboard

Change-Id: I5cef0a5dc626616f8d6c3a3e2ceef9c22ca813f4

Conflicts:

Source/WebKit2/UIProcess/efl/po_tizen/en.po

52 files changed:
Source/WebKit2/UIProcess/API/efl/tizen/ClipboardHelper.cpp
Source/WebKit2/UIProcess/efl/po_tizen/ar.po
Source/WebKit2/UIProcess/efl/po_tizen/az.po
Source/WebKit2/UIProcess/efl/po_tizen/bg.po
Source/WebKit2/UIProcess/efl/po_tizen/ca.po
Source/WebKit2/UIProcess/efl/po_tizen/cs.po
Source/WebKit2/UIProcess/efl/po_tizen/da.po
Source/WebKit2/UIProcess/efl/po_tizen/de_DE.po
Source/WebKit2/UIProcess/efl/po_tizen/el_GR.po
Source/WebKit2/UIProcess/efl/po_tizen/en.po
Source/WebKit2/UIProcess/efl/po_tizen/en_PH.po
Source/WebKit2/UIProcess/efl/po_tizen/en_US.po
Source/WebKit2/UIProcess/efl/po_tizen/es_ES.po
Source/WebKit2/UIProcess/efl/po_tizen/es_MX.po
Source/WebKit2/UIProcess/efl/po_tizen/et.po
Source/WebKit2/UIProcess/efl/po_tizen/eu.po
Source/WebKit2/UIProcess/efl/po_tizen/fi.po
Source/WebKit2/UIProcess/efl/po_tizen/fr_CA.po
Source/WebKit2/UIProcess/efl/po_tizen/fr_FR.po
Source/WebKit2/UIProcess/efl/po_tizen/ga.po
Source/WebKit2/UIProcess/efl/po_tizen/gl.po
Source/WebKit2/UIProcess/efl/po_tizen/hi.po
Source/WebKit2/UIProcess/efl/po_tizen/hr.po
Source/WebKit2/UIProcess/efl/po_tizen/hu.po
Source/WebKit2/UIProcess/efl/po_tizen/hy.po
Source/WebKit2/UIProcess/efl/po_tizen/is.po
Source/WebKit2/UIProcess/efl/po_tizen/it_IT.po
Source/WebKit2/UIProcess/efl/po_tizen/ja_JP.po
Source/WebKit2/UIProcess/efl/po_tizen/ka.po
Source/WebKit2/UIProcess/efl/po_tizen/kk.po
Source/WebKit2/UIProcess/efl/po_tizen/ko_KR.po
Source/WebKit2/UIProcess/efl/po_tizen/lt.po
Source/WebKit2/UIProcess/efl/po_tizen/lv.po
Source/WebKit2/UIProcess/efl/po_tizen/mk.po
Source/WebKit2/UIProcess/efl/po_tizen/nb.po
Source/WebKit2/UIProcess/efl/po_tizen/nl_NL.po
Source/WebKit2/UIProcess/efl/po_tizen/pl.po
Source/WebKit2/UIProcess/efl/po_tizen/pt_BR.po
Source/WebKit2/UIProcess/efl/po_tizen/pt_PT.po
Source/WebKit2/UIProcess/efl/po_tizen/ro.po
Source/WebKit2/UIProcess/efl/po_tizen/ru_RU.po
Source/WebKit2/UIProcess/efl/po_tizen/sk.po
Source/WebKit2/UIProcess/efl/po_tizen/sl.po
Source/WebKit2/UIProcess/efl/po_tizen/sr.po
Source/WebKit2/UIProcess/efl/po_tizen/sv.po
Source/WebKit2/UIProcess/efl/po_tizen/tr_TR.po
Source/WebKit2/UIProcess/efl/po_tizen/uk.po
Source/WebKit2/UIProcess/efl/po_tizen/uz.po
Source/WebKit2/UIProcess/efl/po_tizen/zh_CN.po
Source/WebKit2/UIProcess/efl/po_tizen/zh_HK.po
Source/WebKit2/UIProcess/efl/po_tizen/zh_SG.po
Source/WebKit2/UIProcess/efl/po_tizen/zh_TW.po

index 2d6d8c8..32ffdd6 100755 (executable)
@@ -810,6 +810,8 @@ void ClipboardHelper::updateClipboardWindowState(Ecore_X_Event_Window_Property*
 
 void ClipboardHelper::showSavedNotiPopup()
 {
+    bindtextdomain("WebKit", WEBKIT_TEXT_DIR);
+
     Evas_Object* parent = elm_object_parent_widget_get(m_viewImpl->view());
     Evas_Object* notify = elm_notify_add(parent);
     if (!notify) {
@@ -833,7 +835,7 @@ void ClipboardHelper::showSavedNotiPopup()
     evas_object_size_hint_weight_set(notifyLayout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
     evas_object_size_hint_align_set(notifyLayout, EVAS_HINT_FILL, EVAS_HINT_FILL);
     elm_object_content_set(notify, notifyLayout);
-    edje_object_part_text_set(elm_layout_edje_get(notifyLayout), "elm.text", "Saved!");
+    edje_object_part_text_set(elm_layout_edje_get(notifyLayout), "elm.text", dgettext("WebKit","IDS_COM_POP_COPIED_TO_CLIPBOARD"));
     elm_notify_timeout_set(notify, 2);
 
     evas_object_show(notify);
index 27fc38a..acb13af 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "تم النسخ إلى الحافظة"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "اختيار"
 
index ba720d9..2cb71dc 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Mübadilə buferinə köçürüldü"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seç"
 
index b3498b5..0d1a6a6 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Копирано в системния буфер"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Избор"
 
index 39bde63..3ab8c06 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "S'ha copiat al porta-retalls"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleccionar"
 
index eccab02..f7767bd 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Zkopírováno do schránky"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Vybrat"
 
index 2f6cc07..24615d2 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopieret til udklipsholder"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Vælg"
 
index 5d1e6f4..dde0a98 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "In Zwischenablage kopiert"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Auswählen"
 
index e1f4b1f..2a40c98 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Αντιγράφηκε στο πρόχειρο"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Επιλογή"
 
index 2c36cd5..44dda7f 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copied to clipboard"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Select"
 
@@ -26,7 +29,7 @@ msgid "IDS_WEBVIEW_OPT_SELECT_WORD"
 msgstr "Select word"
 
 msgid "IDS_WEBVIEW_BODY_CHECK_WEB_PAGE_URL"
-msgstr "Check Web page URL"
+msgstr "Check webpage URL"
 
 msgid "IDS_WEBVIEW_BODY_ERROR_PAGE"
 msgstr "Error page"
@@ -38,19 +41,19 @@ msgid "IDS_WEBVIEW_BODY_NETWORK_CONNECTION_NOT_ESTABLISHED_NORMALLY"
 msgstr "Network connection not established normally"
 
 msgid "IDS_WEBVIEW_BODY_RELOAD_WEB_PAGE_LATER"
-msgstr "Reload Web page later"
+msgstr "Reload webpage later"
 
 msgid "IDS_WEBVIEW_BODY_THE_MOST_LIKELY_CAUSE_IS_GIVEN_BELOW"
 msgstr "The most likely cause is given below"
 
 msgid "IDS_WEBVIEW_BODY_UNABLE_TO_RETRIEVE_WEB_PAGE_HWEB_PAGE_MIGHT_BE_TEMPORARILY_DOWN_OR_HAVE_MOVED_TO_NEW_URL"
-msgstr "Unable to retrieve Web page. (Web page might be temporarily down or have moved to new URL)"
+msgstr "Unable to retrieve webpage. (Webpage might be temporarily down or have moved to new URL.)"
 
 msgid "IDS_WEBVIEW_BODY_WEB_PAGE_NOT_AVAILABLE"
-msgstr "Web page not available"
+msgstr "Webpage not available"
 
 msgid "IDS_WEBVIEW_BODY_WEB_PAGE_TEMPORARILY_NOT_AVAILABLE"
-msgstr "Web page temporarily not available"
+msgstr "Webpage temporarily not available"
 
 msgid "IDS_WEBVIEW_BODY_WHILE_RETRIEVING_WEB_PAGE_%s_FOLLOWING_ERROR_OCCURRED"
 msgstr "While retrieving Web page %s, following error occurred."
index 2c36cd5..26f56f7 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copied to clipboard"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Select"
 
index 4098be5..b2e77f7 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copied to clipboard"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Select"
 
@@ -44,7 +47,7 @@ msgid "IDS_WEBVIEW_BODY_THE_MOST_LIKELY_CAUSE_IS_GIVEN_BELOW"
 msgstr "The most likely cause is given below"
 
 msgid "IDS_WEBVIEW_BODY_UNABLE_TO_RETRIEVE_WEB_PAGE_HWEB_PAGE_MIGHT_BE_TEMPORARILY_DOWN_OR_HAVE_MOVED_TO_NEW_URL"
-msgstr "Unable to retrieve Web page. (Web page might be temporarily down or have moved to new URL)"
+msgstr "Unable to retrieve Web page. (Web page might be temporarily down or have moved to new URL.)"
 
 msgid "IDS_WEBVIEW_BODY_WEB_PAGE_NOT_AVAILABLE"
 msgstr "Web page not available"
index 253c03c..42f41d9 100755 (executable)
@@ -1,8 +1,11 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiado al portapapeles"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleccionar"
 
 msgid "IDS_WEBVIEW_OPT_SELECT_ALL_ABB"
-msgstr "Sele. todo"
+msgstr "Seleccionar todo"
 
 msgid "IDS_WEBVIEW_OPT_OPEN_IN_NEW_WINDOW_ABB"
 msgstr "Abrir en nueva ventana"
index 8213746..c9fe8e3 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiado al portapapeles"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleccionar"
 
index b8bcbf7..64754ce 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopeeritud lõikelauale"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Vali"
 
index ccb78f2..c26d8ad 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Arbelera kopiatu da"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Hautatu"
 
index bb708dd..4ae946a 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopioitu leikepöydälle"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Valitse"
 
index d9ac147..9437172 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copié dans le presse-papier"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Sélectionner"
 
index 483668c..a6d5629 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copié dans le Presse-papier"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Sélectionner"
 
index 6018eb5..d164d29 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Cóipeáilte chuig gearrthaisce"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Roghnaigh"
 
index df597ca..343f46a 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiado no portapapeis"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleccionar"
 
index 2e06e09..a87ec8c 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "क्लिपबोर्ड में कॉपी किया गया"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "चयन करें"
 
index 013d289..e3efab8 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopirano u međuspremnik"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Odaberi"
 
@@ -56,7 +59,7 @@ msgid "IDS_WEBVIEW_BODY_WHILE_RETRIEVING_WEB_PAGE_%s_FOLLOWING_ERROR_OCCURRED"
 msgstr "Došlo je do sljedeće greške tijekom dohvaćanja internet stranice %s."
 
 msgid "IDS_WEBVIEW_BUTTON_DONE"
-msgstr "Kraj"
+msgstr "OK"
 
 msgid "IDS_WEBVIEW_OPT_COPY_TO_CLIPBOARD"
 msgstr "Kopiraj u međuspremnik"
index 226cd86..d7223da 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "A vágólapra másolva"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Kiválasztás"
 
index 3e45554..4497325 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Պատճենվել է գզրոցի մեջ"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Ընտրել"
 
index c0849b4..d15e9be 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Afritað á klemmuspjald"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Velja"
 
index a7129c1..6b7cff7 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Elemento copiato negli appunti"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleziona"
 
index 9cc5366..887fd81 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "クリップボードにコピーしました。"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "選択"
 
@@ -20,7 +23,7 @@ msgid "IDS_WEBVIEW_OPT_PASTE"
 msgstr "貼り付け"
 
 msgid "IDS_WEBVIEW_OPT_SELECTION_MODE_ABB"
-msgstr " 選択モード"
+msgstr "選択モード"
 
 msgid "IDS_WEBVIEW_OPT_SELECT_WORD"
 msgstr "テキスト選択"
index 20ba99c..953859a 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "ასლი შენახულია ბუფერში"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "არჩევა"
 
index 5373651..b7e6637 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Буферге көшірілді"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Таңдау"
 
index 0e38c7b..079cf36 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "클립보드에 복사되었습니다"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "선택"
 
@@ -44,7 +47,7 @@ msgid "IDS_WEBVIEW_BODY_THE_MOST_LIKELY_CAUSE_IS_GIVEN_BELOW"
 msgstr "가능성이 높은 원인은 아래와 같습니다"
 
 msgid "IDS_WEBVIEW_BODY_UNABLE_TO_RETRIEVE_WEB_PAGE_HWEB_PAGE_MIGHT_BE_TEMPORARILY_DOWN_OR_HAVE_MOVED_TO_NEW_URL"
-msgstr "웹 페이지를 가져올 수 없습니다(웹 페이지를 일시적으로 사용할 수 없거나 새로운 URL로 이동되었을 수 있습니다)"
+msgstr "웹 페이지를 가져올 수 없습니다. (웹 페이지를 일시적으로 사용할 수 없거나 새로운 URL로 이동되었을 수 있습니다.)"
 
 msgid "IDS_WEBVIEW_BODY_WEB_PAGE_NOT_AVAILABLE"
 msgstr "웹 페이지에 연결할 수 없습니다"
index d1ee7dc..7009dd2 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Nukopijuota į iškarpinę"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Pasirinkti"
 
index a9efdd8..91aa69f 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopēts starpliktuvē"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Izvēlēties"
 
index 69e2da8..9181d40 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Ископирано во посредната меморија"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Избери"
 
index 59722ca..62057b3 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopiert til utklippstavle"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Velg"
 
index b183b0c..17391dc 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Gekopieerd naar klembord"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Selecteer"
 
index 0e76904..6cd2cc2 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Skopiowane do schowka"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Wybór"
 
index 21cf5e3..5adf649 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiado para a área de transferência"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Selecionar"
 
index 1b50f6c..e329b69 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiado para a área de transferência"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seleccionar"
 
index d3ec376..0d914d9 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Copiat în clipboard"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Selectare"
 
index 2202bdc..957efa7 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Скопировано в буфер обмена"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Выбрать"
 
index 07f8ea4..772594e 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Skopírované do schránky"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Vybrať"
 
index 172450c..1176578 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopirano v odložišče"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Izberi"
 
index 1383fab..a51d310 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Iskopirano u privremenu memoriju"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Izaberi"
 
index d669bf9..01c8bf5 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Kopierat till Urklipp"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Välj"
 
index 8791a27..e326aec 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Panoya kopyalandı"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Seçim"
 
index 9ca93a8..edc7112 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Скопійовано в буфер обміну"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Вибрати"
 
index ac9d3c5..ee2facd 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "Buferga nusxa olindi"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "Tanlash"
 
index 7bfd5f0..d35d328 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "已复制到剪贴板"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "选择"
 
index ee4df07..45ce084 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "已複製到剪貼板"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "選擇"
 
index 64a109c..b3fded8 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "已复制到剪贴板"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "选择"
 
index 6091b14..dfb7889 100755 (executable)
@@ -1,3 +1,6 @@
+msgid "IDS_COM_POP_COPIED_TO_CLIPBOARD"
+msgstr "複製到剪貼簿"
+
 msgid "IDS_WEBVIEW_OPT_SELECT_ABB"
 msgstr "選擇"