comparison pidgin/win32/nsis/translations/korean.nsh @ 29619:3f33a8fbf871

Use a private GTK+ Runtime copy on Windows. We've resisted doing this for a while, but this it has become the norm and is the safest thing to do. There are now two installers; an "offline" installer and an "online" installer. * The "offline" installer will contain the GTK+ runtime (very similar to the current default installer). * The "online" installer will not contain GTK+, but will download it during the installation process if it is selected(mandatory if not already present) * Both installers have an option to download debug symbols during installation (Not selected by default). (Another set of updates to support the external debug symbols will follow)
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 01 Nov 2009 03:34:32 +0000
parents bfd44bbb5909
children
comparison
equal deleted inserted replaced
29618:3be6a18e0bcb 29619:3f33a8fbf871
5 ;; Windows Code page: 949 5 ;; Windows Code page: 949
6 ;; 6 ;;
7 ;; Author: Kyung-uk Son <vvs740@chol.com> 7 ;; Author: Kyung-uk Son <vvs740@chol.com>
8 ;; 8 ;;
9 9
10 ; Startup GTK+ check
11 !define GTK_INSTALLER_NEEDED "GTK+ ·±Å¸ÀÓ È¯°æ¿¡ ¹®Á¦°¡ Àְųª ¾÷±×·¹À̵尡 ÇÊ¿äÇÕ´Ï´Ù.$\rGTK+ ·±Å¸ÀÓ È¯°æÀ» v${GTK_MIN_VERSION}À̳ª ±× ÀÌ»ó ¹öÀüÀ¸·Î ¼³Ä¡ÇØÁÖ¼¼¿ä."
12 10
13 ; Components Page 11 ; Components Page
14 !define PIDGIN_SECTION_TITLE "°¡ÀÓ ¸Þ½ÅÀú (Çʼö)" 12 !define PIDGIN_SECTION_TITLE "°¡ÀÓ ¸Þ½ÅÀú (Çʼö)"
15 !define GTK_SECTION_TITLE "GTK+ ·±Å¸ÀÓ È¯°æ (Çʼö)" 13 !define GTK_SECTION_TITLE "GTK+ ·±Å¸ÀÓ È¯°æ (Çʼö)"
16 !define PIDGIN_SECTION_DESCRIPTION "°¡ÀÓÀÇ ÄÚ¾î ÆÄÀÏ°ú dll" 14 !define PIDGIN_SECTION_DESCRIPTION "°¡ÀÓÀÇ ÄÚ¾î ÆÄÀÏ°ú dll"
17 !define GTK_SECTION_DESCRIPTION "°¡ÀÓÀÌ »ç¿ëÇÏ´Â ¸ÖƼ Ç÷§Æû GUI ÅøŶ" 15 !define GTK_SECTION_DESCRIPTION "°¡ÀÓÀÌ »ç¿ëÇÏ´Â ¸ÖƼ Ç÷§Æû GUI ÅøŶ"
18 16
19 ; GTK+ Directory Page 17 ; GTK+ Directory Page
20 !define GTK_UPGRADE_PROMPT "¿¾³¯ ¹öÀü GTK+ ·±Å¸ÀÓÀ» ã¾Ò½À´Ï´Ù. ¾÷±×·¹À̵åÇÒ±î¿ä?$\rNote: ¾÷±×·¹À̵åÇÏÁö ¾ÊÀ¸¸é °¡ÀÓÀÌ µ¿ÀÛÇÏÁö ¾ÊÀ» ¼öµµ ÀÖ½À´Ï´Ù."
21 18
22 ; GTK+ Section Prompts 19 ; GTK+ Section Prompts
23 !define GTK_INSTALL_ERROR "GTK+ ·±Å¸ÀÓ ¼³Ä¡ Áß ¿À·ù ¹ß»ý."
24 !define GTK_BAD_INSTALL_PATH "ÀÔ·ÂÇϽŠ°æ·Î¿¡ Á¢±ÙÇÒ ¼ö ¾ø°Å³ª ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù."
25 20
26 ; Uninstall Section Prompts 21 ; Uninstall Section Prompts
27 !define un.PIDGIN_UNINSTALL_ERROR_1 "¾ðÀνºÅç·¯°¡ °¡ÀÓÀÇ ·¹Áö½ºÆ®¸® ¿£Æ®¸®¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù.$\rÀÌ ÇÁ·Î±×·¥À» ´Ù¸¥ À¯Àú ±ÇÇÑÀ¸·Î ¼³Ä¡ÇÑ °Í °°½À´Ï´Ù." 22 !define un.PIDGIN_UNINSTALL_ERROR_1 "¾ðÀνºÅç·¯°¡ °¡ÀÓÀÇ ·¹Áö½ºÆ®¸® ¿£Æ®¸®¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù.$\rÀÌ ÇÁ·Î±×·¥À» ´Ù¸¥ À¯Àú ±ÇÇÑÀ¸·Î ¼³Ä¡ÇÑ °Í °°½À´Ï´Ù."
28 !define un.PIDGIN_UNINSTALL_ERROR_2 "ÀÌ ÇÁ·Î±×·¥À» Á¦°ÅÇÒ ¼ö ÀÖ´Â ±ÇÇÑÀÌ ¾ø½À´Ï´Ù." 23 !define un.PIDGIN_UNINSTALL_ERROR_2 "ÀÌ ÇÁ·Î±×·¥À» Á¦°ÅÇÒ ¼ö ÀÖ´Â ±ÇÇÑÀÌ ¾ø½À´Ï´Ù."