From 29a2baa31eb404118e380ac2138fbc67c657f03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 13 Jan 2017 13:59:06 +0100 Subject: remove unwanted and problematic files from source --- packages/win32/langs/gcs_Bulgarian.nsh | 70 ------------------------------- packages/win32/langs/gcs_Czech.nsh | 70 ------------------------------- packages/win32/langs/gcs_English.nsh | 70 ------------------------------- packages/win32/langs/gcs_French.nsh | 68 ------------------------------ packages/win32/langs/gcs_German.nsh | 70 ------------------------------- packages/win32/langs/gcs_Italian.nsh | 70 ------------------------------- packages/win32/langs/gcs_Polish.nsh | 70 ------------------------------- packages/win32/langs/gcs_Romanian.nsh | 70 ------------------------------- packages/win32/langs/gcs_Russian.nsh | 70 ------------------------------- packages/win32/langs/gcs_SerbianLatin.nsh | 70 ------------------------------- packages/win32/langs/gcs_Spanish.nsh | 70 ------------------------------- packages/win32/langs/gcs_Turkish.nsh | 70 ------------------------------- 12 files changed, 838 deletions(-) delete mode 100644 packages/win32/langs/gcs_Bulgarian.nsh delete mode 100644 packages/win32/langs/gcs_Czech.nsh delete mode 100644 packages/win32/langs/gcs_English.nsh delete mode 100644 packages/win32/langs/gcs_French.nsh delete mode 100644 packages/win32/langs/gcs_German.nsh delete mode 100644 packages/win32/langs/gcs_Italian.nsh delete mode 100644 packages/win32/langs/gcs_Polish.nsh delete mode 100644 packages/win32/langs/gcs_Romanian.nsh delete mode 100644 packages/win32/langs/gcs_Russian.nsh delete mode 100644 packages/win32/langs/gcs_SerbianLatin.nsh delete mode 100644 packages/win32/langs/gcs_Spanish.nsh delete mode 100644 packages/win32/langs/gcs_Turkish.nsh (limited to 'packages/win32/langs') diff --git a/packages/win32/langs/gcs_Bulgarian.nsh b/packages/win32/langs/gcs_Bulgarian.nsh deleted file mode 100644 index b352346..0000000 --- a/packages/win32/langs/gcs_Bulgarian.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "BG" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Czech.nsh b/packages/win32/langs/gcs_Czech.nsh deleted file mode 100644 index 6cb63a5..0000000 --- a/packages/win32/langs/gcs_Czech.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "CS" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_English.nsh b/packages/win32/langs/gcs_English.nsh deleted file mode 100644 index 0145d67..0000000 --- a/packages/win32/langs/gcs_English.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "EN" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_French.nsh b/packages/win32/langs/gcs_French.nsh deleted file mode 100644 index 55e7c68..0000000 --- a/packages/win32/langs/gcs_French.nsh +++ /dev/null @@ -1,68 +0,0 @@ -${LSTR} LANG_CODE "FR" - -${LSTR} INSTALL_APP_DEP "Défaut" -${LSTR} INSTALL_FULL "Complète" -${LSTR} INSTALL_APP_ONLY "Seulement ${PRODUCT_NAME}" - -${LSTR} PRE_MULTIPLE "Le programme d'installation de ${PRODUCT_NAME} ${PRODUCT_VERSION} est déjà lancé." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Gestionnaire de collections personnelles" -${LSTR} LINK_UPDATE "Mettre à jour les modules" -${LSTR} LINK_UPDATE_DESCRIPTION "Télécharge et installe les corrections dans les modules (ne modifie pas l'application elle-même)" -${LSTR} LINK_SITE "Site web" -${LSTR} LINK_SITE_DESCRIPTION "Visiter le site Web de ${PRODUCT_NAME}" -${LSTR} LINK_REMOVE "Désinstaller" -${LSTR} LINK_REMOVE_DESCRIPTION "Supprimer ${PRODUCT_NAME} du système" - -${LSTR} FILE_DESC "Collection ${PRODUCT_NAME}" - -${LSTR} DOWNLOAD_DOWNLOADING "Téléchargement de %s" -${LSTR} DOWNLOAD_CONNECTING "Connection en cours..." -${LSTR} DOWNLOAD_SECOND "seconde" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "heure" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dko (%d%%) sur %dko" -${LSTR} DOWNLOAD_REMAINING " (Temps restant : %d %s%s)" - -${LSTR} PERL_VERIFYING "Verification des modules Perl disponibles..." -${LSTR} PERL_INSTALLING "Installation du module" -${LSTR} PERL_UPDATING "Mise a jour du module" -${LSTR} PERL_WAIT "Veuillez patientez, cela peut durer un certain temps..." -${LSTR} PERL_INSTALLERROR "ActivePerl n'a pas été installé.$\r$\n \ -Sans ce programme ${PRODUCT_NAME} ne pourra pas fonctionner.$\r$\n \ -Veuillez l'installer manuellement et relancer cette installation.$\r$\n \ -Voulez-vous vous rendre sur la page de téléchargement d'ActivePerl ?" - -${LSTR} SEC_DEPENDENCIES "Dépendances" -${LSTR} SEC_ACTIVEPERL "Installer ActivePerl" -${LSTR} SEC_LIB "Bibliothèques Gtk2" -${LSTR} SEC_PPM "Modules Perl" -${LSTR} SEC_UN "Supprimer version précédente" -${LSTR} SEC_ICONS "Icones" -${LSTR} SEC_DSK "Icone sur le bureau" -${LSTR} SEC_QUICK "Icone de lancement rapide" - -${LSTR} DESC_DEPENDENCIES "Installer d'autres programmes utilisés par ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Télécharger (environ 12.5 Mo) et installer ActivePerl." -${LSTR} DESC_GTKPERL "Installer les dépendances Gtk2. Si vous n'êtes pas sûr, installez les." -${LSTR} DESC_GTK "Installer les librairies Gtk2 utilisées par ${PRODUCT_NAME}." -${LSTR} DESC_PERL "Installer les liaisons pour Perl (Modules ActivePerl)." -${LSTR} DESC_UN "Supprimer la précédente installation." -${LSTR} DESC_APP "Installer les composants de ${PRODUCT_NAME} (Obligatoire)." -${LSTR} DESC_ICONS "Ajouter des icones de lancement." -${LSTR} DESC_DESKTOP "Ajoute une icone sur le bureau." -${LSTR} DESC_QUICK "Ajoute une icone dans la barre de lancement rapide (si disponible)." - -${LSTR} INSTALL_USER "${PRODUCT_NAME} nécessite un changement dans l'environnement pour pouvoir fonctionner. Voulez vous que ce soit fait pour tous les utilisateurs ?$\r$\nEn répondant Non, cela sera uniquement fait pour l'utilisateur courant.$\r$\n(Des permissions administrateur sont nécessaires pour le faire pour tous les utilisateurs)" -${LSTR} INSTALL_ALL_ERROR "L'environnement ne peut être changé pour tous les utilisateurs$\r$\nVoulez vous essayer de le changer pour celui courant?" -${LSTR} INSTALL_USER_ERROR "L'environnement ne peut pas être changé pour l'utilisateur courant." - -${LSTR} FINISH_LAUNCH "Lancer ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visiter le site web ${PRODUCT_NAME}" - -${LSTR} UN_QUESTION "Voulez vous vraiment supprimer $(^Name) et tous ses composants ?" -${LSTR} UN_PERSO "Voulez-vous aussi supprimer vos informations personnelles (collections et configuration) ?" -${LSTR} UN_SUCESS "$(^Name) a été supprimé avec succès de votre ordinateur." -${LSTR} UN_ABORTED "La désinstallation a été arrêtée." diff --git a/packages/win32/langs/gcs_German.nsh b/packages/win32/langs/gcs_German.nsh deleted file mode 100644 index 8bd6445..0000000 --- a/packages/win32/langs/gcs_German.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "DE" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Italian.nsh b/packages/win32/langs/gcs_Italian.nsh deleted file mode 100644 index a6c1c52..0000000 --- a/packages/win32/langs/gcs_Italian.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "IT" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Polish.nsh b/packages/win32/langs/gcs_Polish.nsh deleted file mode 100644 index b1bbd21..0000000 --- a/packages/win32/langs/gcs_Polish.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "PL" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Romanian.nsh b/packages/win32/langs/gcs_Romanian.nsh deleted file mode 100644 index a0b3406..0000000 --- a/packages/win32/langs/gcs_Romanian.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "RO" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Russian.nsh b/packages/win32/langs/gcs_Russian.nsh deleted file mode 100644 index 655b6b5..0000000 --- a/packages/win32/langs/gcs_Russian.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "RU" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_SerbianLatin.nsh b/packages/win32/langs/gcs_SerbianLatin.nsh deleted file mode 100644 index 3f6df2d..0000000 --- a/packages/win32/langs/gcs_SerbianLatin.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "SR" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Spanish.nsh b/packages/win32/langs/gcs_Spanish.nsh deleted file mode 100644 index 71b02ea..0000000 --- a/packages/win32/langs/gcs_Spanish.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "ES" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - diff --git a/packages/win32/langs/gcs_Turkish.nsh b/packages/win32/langs/gcs_Turkish.nsh deleted file mode 100644 index 3fe329f..0000000 --- a/packages/win32/langs/gcs_Turkish.nsh +++ /dev/null @@ -1,70 +0,0 @@ -${LSTR} LANG_CODE "TR" - -${LSTR} REMOVE_PREVIOUS "A previous installation of ${PRODUCT_NAME} has been detected. Do you want to uninstall it before continuing?" -${LSTR} INSTALL_APP_DEP "Default" -${LSTR} INSTALL_FULL "Full" -${LSTR} INSTALL_APP_ONLY "${PRODUCT_NAME} only" - -${LSTR} PRE_MULTIPLE "The ${PRODUCT_NAME} ${PRODUCT_VERSION} installer is already running." - -${LSTR} LINK_APPLICATION "${PRODUCT_NAME}" -${LSTR} LINK_APPLICATION_DESCRIPTION "Personal collections manager" -${LSTR} LINK_UPDATE "Update plugins" -${LSTR} LINK_UPDATE_DESCRIPTION "Download and install bug fixes in plugins (do not change the application itself)" -${LSTR} LINK_SITE "Website" -${LSTR} LINK_SITE_DESCRIPTION "Visit ${PRODUCT_NAME} website" -${LSTR} LINK_REMOVE "Uninstall" -${LSTR} LINK_REMOVE_DESCRIPTION "Remove ${PRODUCT_NAME} from the system" - -${LSTR} FILE_DESC "${PRODUCT_NAME} Collection" - -${LSTR} DOWNLOAD_DOWNLOADING "Downloading %s" -${LSTR} DOWNLOAD_CONNECTING "Connecting..." -${LSTR} DOWNLOAD_SECOND "second" -${LSTR} DOWNLOAD_MINUTE "minute" -${LSTR} DOWNLOAD_HOUR "hour" -${LSTR} DOWNLOAD_PLURAL "s" -${LSTR} DOWNLOAD_PROGRESS "%dkB (%d%%) of %dkB" -${LSTR} DOWNLOAD_REMAINING " (%d %s%s remaining)" - -${LSTR} PERL_VERIFYING "Checking available Perl modules..." -${LSTR} PERL_INSTALLING "Installing module:" -${LSTR} PERL_UPDATING "Updating module:" -${LSTR} PERL_WAIT "Please wait as it could take a long time..." -${LSTR} PERL_INSTALLERROR "ActivePerl has not been installed.$\r$\n \ -This software is required by ${PRODUCT_NAME}.$\r$\n \ -Please install it manually and launch again this installation.$\r$\n \ -Do you want to go to ActivePerl download page?" - -${LSTR} SEC_DEPENDENCIES "Dependencies" -${LSTR} SEC_ACTIVEPERL "Install ActivePerl" -${LSTR} SEC_LIB "Gtk2 libraries" -${LSTR} SEC_PPM "Perl Modules" -${LSTR} SEC_UN "Uninstall previous version" -${LSTR} SEC_ICONS "Icons" -${LSTR} SEC_DSK "Desktop icon" -${LSTR} SEC_QUICK "Quick launch icon" - -${LSTR} DESC_DEPENDENCIES "Install softwares needed by ${PRODUCT_NAME}." -${LSTR} DESC_ACTIVEPERL "Download (around 12.5 MB) and install ActivePerl." -${LSTR} DESC_GTKPERL "Install all needed dependancies (Optional). If you are not sure, install them" -${LSTR} DESC_GTK "Install Gtk2 libraries needed by ${PRODUCT_NAME}" -${LSTR} DESC_PERL "Install Perl bindings (ActivePerl modules)" -${LSTR} DESC_UN "Remove the previous ${PRODUCT_NAME} installation." -${LSTR} DESC_APP "Install ${PRODUCT_NAME} components (Mandatory)." -${LSTR} DESC_ICONS "Add some shortcut icons." -${LSTR} DESC_DESKTOP "Add an icon on the desktop." -${LSTR} DESC_QUICK "Add an icon in the quick launch bar (when available)" - -${LSTR} INSTALL_USER "${PRODUCT_NAME} needs some changes in environment to be able to run. Do you these changes to be perfomed for all users?$\r$\nSaying no here will change the environment for the current user only.$\r$\n(Administrator permissions required for all users)" -${LSTR} INSTALL_ALL_ERROR "The environment could not be changed for all users$\r$\nShould I try for the current user?" -${LSTR} INSTALL_USER_ERROR "The environment could not be changed for the current user." - -${LSTR} FINISH_LAUNCH "Launch ${PRODUCT_NAME}" -${LSTR} FINISH_WEBSITE "Visit ${PRODUCT_NAME} website" - -${LSTR} UN_QUESTION "Are you sure to want to totaly remove $(^Name) and all of his composants?" -${LSTR} UN_PERSO "Do you want also to remove your personal data (collections and configuration)?" -${LSTR} UN_SUCESS "$(^Name) has been successfullly removed from your computer." -${LSTR} UN_ABORTED "Uninstall has been aborted." - -- cgit v1.2.3