view pidgin/win32/nsis/translations/romanian.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
line wrap: on
line source

;;
;;  romanian.nsh
;;
;;  Romanian language strings for the Windows Pidgin NSIS installer.
;;  Windows Code page: 1250
;;
;;  Author: Mișu Moldovan <dumol@gnome.ro>, (c) 2004 - 2005.
;;

; Startup Checks
!define INSTALLER_IS_RUNNING                     "Instalarea este deja pornită."
!define PIDGIN_IS_RUNNING                  "O instanță a programului Pidgin este deja pornită. Închideți-o și încercați din nou."

; License Page
!define PIDGIN_LICENSE_BUTTON                      "Înainte >"
!define PIDGIN_LICENSE_BOTTOM_TEXT         "$(^Name) are licență GPL (GNU Public License). Licența este inclusă aici doar pentru scopuri informative. $_CLICK"

; Components Page
!define PIDGIN_SECTION_TITLE			"Client de mesagerie instant (obligatoriu)"
!define GTK_SECTION_TITLE			"Mediu GTK+ (obligatoriu)"
!define PIDGIN_SHORTCUTS_SECTION_TITLE "Scurtături"
!define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Desktop"
!define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Meniu Start"
!define PIDGIN_SECTION_DESCRIPTION		"Fișiere Pidgin și dll-uri"
!define GTK_SECTION_DESCRIPTION		"Un mediu de dezvoltare multiplatformă utilizat de Pidgin"

!define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION   "Scurtături pentru pornirea Pidgin"
!define PIDGIN_DESKTOP_SHORTCUT_DESC   "Creează iconițe Pidgin pe Desktop"
!define PIDGIN_STARTMENU_SHORTCUT_DESC   "Creează o intrare Pidgin în meniul Start"

; GTK+ Directory Page

; Installer Finish Page
!define PIDGIN_FINISH_VISIT_WEB_SITE               "Vizitați pagina de web Windows Pidgin"

; GTK+ Section Prompts

; Uninstall Section Prompts
!define un.PIDGIN_UNINSTALL_ERROR_1         "Programul de dezinstalare nu a găsit intrări Pidgin în regiștri.$\rProbabil un alt utilizator a instalat această aplicație."
!define un.PIDGIN_UNINSTALL_ERROR_2         "Nu aveți drepturile de acces necesare dezinstalării acestei aplicații."