comparison gtk/win32/nsis/translations/catalan.nsh @ 14376:b2d0b4ca2cf3

[gaim-migrate @ 17082] It really isn't smart for us to blow away the previous install directory (we do ask nicely, but it still isn't good) if the uninstaller for the previous version fails, so now we offer the choice between "continue regardless" or "cancel installing". It would really be ideal if we could get these translations done through gettext or something. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 30 Aug 2006 02:40:56 +0000
parents 009db0b357b5
children 1072720fc35f
comparison
equal deleted inserted replaced
14375:f597127368de 14376:b2d0b4ca2cf3
47 ; Installer Finish Page 47 ; Installer Finish Page
48 !define GAIM_FINISH_VISIT_WEB_SITE "Visita la pàgina web de Gaim per Windows" 48 !define GAIM_FINISH_VISIT_WEB_SITE "Visita la pàgina web de Gaim per Windows"
49 49
50 ; Gaim Section Prompts and Texts 50 ; Gaim Section Prompts and Texts
51 !define GAIM_UNINSTALL_DESC "Gaim (només esborrar)" 51 !define GAIM_UNINSTALL_DESC "Gaim (només esborrar)"
52 !define GAIM_PROMPT_WIPEOUT "El teu directori antic de Gaim serà esborrat. Vols continuar?$\r$\rNota: Els plugins no estàndards que tinguis instal.lats seran esborrats.$\rLes preferències d'usuari de Gaim no es veruan afectades."
53 !define GAIM_PROMPT_DIR_EXISTS "El directori d'instal.lació que has especificat ja existeix. Tots els continguts$\rseran esborrats. Vols continuar?"
54 52
55 ; GTK+ Section Prompts 53 ; GTK+ Section Prompts
56 !define GTK_INSTALL_ERROR "Error installlant l'entorn d'execució GTK+." 54 !define GTK_INSTALL_ERROR "Error installlant l'entorn d'execució GTK+."
57 !define GTK_BAD_INSTALL_PATH "El directori que has introduït no pot ésser accedit o creat." 55 !define GTK_BAD_INSTALL_PATH "El directori que has introduït no pot ésser accedit o creat."
58 56