comparison pidgin/win32/nsis/translations/bulgarian.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
6 ;; 6 ;;
7 ;; Author: Hristo Todorov <igel@bofh.bg> 7 ;; Author: Hristo Todorov <igel@bofh.bg>
8 ;; 8 ;;
9 9
10 10
11 ; Startup GTK+ check
12 !define GTK_INSTALLER_NEEDED "GTK+ runtime липсва или трябва да бъде обновена.$\rМоля инсталирайте версия v${GTK_MIN_VERSION} или по-нова"
13
14 ; Components Page 11 ; Components Page
15 !define PIDGIN_SECTION_TITLE "Pidgin Клиент за Бързи Съобщения (изисква се)" 12 !define PIDGIN_SECTION_TITLE "Pidgin Клиент за Бързи Съобщения (изисква се)"
16 !define GTK_SECTION_TITLE "GTK+ Runtime Среда (required)" 13 !define GTK_SECTION_TITLE "GTK+ Runtime Среда (required)"
17 !define PIDGIN_SECTION_DESCRIPTION "Файлове на ядрото на Pidgin и библиотеки" 14 !define PIDGIN_SECTION_DESCRIPTION "Файлове на ядрото на Pidgin и библиотеки"
18 !define GTK_SECTION_DESCRIPTION "Мултиплатфорен кит за графичен изглед, използван от Pidgin" 15 !define GTK_SECTION_DESCRIPTION "Мултиплатфорен кит за графичен изглед, използван от Pidgin"
19 16
20 17
21 ; GTK+ Directory Page 18 ; GTK+ Directory Page
22 !define GTK_UPGRADE_PROMPT "Стара версия GTK+ runtime е открита. Искате ли да обновите?$\rNote: Pidgin може да не сработи ако не го направите."
23 19
24 ; GTK+ Section Prompts 20 ; GTK+ Section Prompts
25 !define GTK_INSTALL_ERROR "Грешка при инсталиране на GTK+ runtime."
26 !define GTK_BAD_INSTALL_PATH "Въведеният път не може да бъде достъпен или създаден."
27 21
28 ; Uninstall Section Prompts 22 ; Uninstall Section Prompts
29 !define un.PIDGIN_UNINSTALL_ERROR_1 "Деисталатоа не може да намери записи в регистъра за Pidgin.$\rВероятно е бил инсталиран от друг потребител." 23 !define un.PIDGIN_UNINSTALL_ERROR_1 "Деисталатоа не може да намери записи в регистъра за Pidgin.$\rВероятно е бил инсталиран от друг потребител."
30 !define un.PIDGIN_UNINSTALL_ERROR_2 "Нямате права да деинсталирате тази програма." 24 !define un.PIDGIN_UNINSTALL_ERROR_2 "Нямате права да деинсталирате тази програма."