Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-12 10:06:21 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-12 10:06:21 (GMT)
commitc828e76419362edf11f3450864b184efa71a2140 (patch)
tree9306460406882de44cbfed8e124d7ade99c2e785
parent2903863ed501180811da624090e5ce2c9b50c9c8 (diff)
Removed useless translations for the windows installer.
-rw-r--r--.gitignore2
-rw-r--r--gcompris-installer.nsi.in12
-rwxr-xr-xnsis/langmacros.nsh23
-rw-r--r--nsis/translations/albanian.nsh10
-rw-r--r--nsis/translations/bulgarian.nsh5
-rw-r--r--nsis/translations/catalan.nsh14
-rw-r--r--nsis/translations/czech.nsh10
-rw-r--r--nsis/translations/danish.nsh10
-rw-r--r--nsis/translations/dutch.nsh10
-rw-r--r--nsis/translations/english.nsh12
-rw-r--r--nsis/translations/finnish.nsh10
-rw-r--r--nsis/translations/french.nsh23
-rw-r--r--nsis/translations/german.nsh22
-rw-r--r--nsis/translations/hebrew.nsh12
-rw-r--r--nsis/translations/hungarian.nsh6
-rw-r--r--nsis/translations/italian.nsh12
-rw-r--r--nsis/translations/japanese.nsh10
-rw-r--r--nsis/translations/korean.nsh6
-rw-r--r--nsis/translations/norwegian.nsh10
-rw-r--r--nsis/translations/polish.nsh10
-rw-r--r--nsis/translations/portuguese-br.nsh10
-rw-r--r--nsis/translations/portuguese.nsh13
-rw-r--r--nsis/translations/romanian.nsh6
-rw-r--r--nsis/translations/russian.nsh10
-rw-r--r--nsis/translations/serbian-latin.nsh6
-rw-r--r--nsis/translations/simp-chinese.nsh10
-rw-r--r--nsis/translations/slovak.nsh10
-rw-r--r--nsis/translations/slovenian.nsh10
-rw-r--r--nsis/translations/spanish.nsh10
-rw-r--r--nsis/translations/swedish.nsh10
-rw-r--r--nsis/translations/trad-chinese.nsh14
-rw-r--r--nsis/translations/vietnamese.nsh12
32 files changed, 31 insertions, 319 deletions
diff --git a/.gitignore b/.gitignore
index 2d69272..5ce632a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,12 @@
*.l[oa]
*.pyc
*~
+*.exe
.deps
.libs
Makefile
Makefile.in
+Makefile.mingw
stamp-h1
aclocal.m4
autom4te.cache/
diff --git a/gcompris-installer.nsi.in b/gcompris-installer.nsi.in
index e15b2d1..e4a7479 100644
--- a/gcompris-installer.nsi.in
+++ b/gcompris-installer.nsi.in
@@ -57,8 +57,8 @@ SetDateSave on
!define MUI_HEADERIMAGE_BITMAP ".\nsis\gcompris-header.bmp"
; Alter License section
- !define MUI_LICENSEPAGE_BUTTON $(GCOMPRIS_LICENSE_BUTTON)
- !define MUI_LICENSEPAGE_TEXT_BOTTOM $(GCOMPRIS_LICENSE_BOTTOM_TEXT)
+ !define MUI_LICENSEPAGE_BUTTON "$(^NextBtn)"
+ !define MUI_LICENSEPAGE_TEXT_BOTTOM "$(^LicenseText)"
!define MUI_COMPONENTSPAGE_SMALLDESC
!define MUI_ABORTWARNING
@@ -268,7 +268,7 @@ SectionEnd
;--------------------------------
;Gcompris Install Section
-Section $(GCOMPRIS_SECTION_TITLE) SecGcompris
+Section "GCompris" SecGcompris
SectionIn 1 RO
; Check install rights..
@@ -285,7 +285,7 @@ Section $(GCOMPRIS_SECTION_TITLE) SecGcompris
WriteRegStr HKLM "${HKLM_APP_PATHS_KEY}" "Path" "$R1\bin"
WriteRegStr HKLM ${GCOMPRIS_REG_KEY} "" "$INSTDIR"
WriteRegStr HKLM ${GCOMPRIS_REG_KEY} "Version" "${GCOMPRIS_VERSION}"
- WriteRegStr HKLM "${GCOMPRIS_UNINSTALL_KEY}" "DisplayName" $(GCOMPRIS_UNINSTALL_DESC)
+ WriteRegStr HKLM "${GCOMPRIS_UNINSTALL_KEY}" "DisplayName" "GCompris Uninstall"
WriteRegStr HKLM "${GCOMPRIS_UNINSTALL_KEY}" "UninstallString" "$INSTDIR\${GCOMPRIS_UNINST_EXE}"
; Sets scope of the desktop and Start Menu entries for all users.
SetShellVarContext "all"
@@ -294,7 +294,7 @@ Section $(GCOMPRIS_SECTION_TITLE) SecGcompris
gcompris_hkcu:
WriteRegStr HKCU ${GCOMPRIS_REG_KEY} "" "$INSTDIR"
WriteRegStr HKCU ${GCOMPRIS_REG_KEY} "Version" "${GCOMPRIS_VERSION}"
- WriteRegStr HKCU "${GCOMPRIS_UNINSTALL_KEY}" "DisplayName" $(GCOMPRIS_UNINSTALL_DESC)
+ WriteRegStr HKCU "${GCOMPRIS_UNINSTALL_KEY}" "DisplayName" "GCompris Uninstall"
WriteRegStr HKCU "${GCOMPRIS_UNINSTALL_KEY}" "UninstallString" "$INSTDIR\${GCOMPRIS_UNINST_EXE}"
Goto gcompris_install_files
@@ -475,7 +475,7 @@ SectionEnd ; end of uninstall section
;Descriptions
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SecGcompris} \
- $(GCOMPRIS_SECTION_DESCRIPTION)
+ "Core GCompris files and dlls"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
;--------------------------------
diff --git a/nsis/langmacros.nsh b/nsis/langmacros.nsh
index 44edb51..163447c 100755
--- a/nsis/langmacros.nsh
+++ b/nsis/langmacros.nsh
@@ -29,28 +29,19 @@
; String labels should match those from the default language file.
; Startup checks
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT INSTALLER_IS_RUNNING ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_IS_RUNNING ${CUR_LANG}
-
- ; License Page
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_LICENSE_BUTTON ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_LICENSE_BOTTOM_TEXT ${CUR_LANG}
-
- ; Components Page
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_SECTION_TITLE ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_SECTION_DESCRIPTION ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT INSTALLER_IS_RUNNING ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_IS_RUNNING ${CUR_LANG}
; Installer Finish Page
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_FINISH_VISIT_WEB_SITE ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_FINISH_VISIT_WEB_SITE ${CUR_LANG}
; Gcompris Section Prompts and Texts
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_UNINSTALL_DESC ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_PROMPT_WIPEOUT ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_PROMPT_DIR_EXISTS ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_PROMPT_WIPEOUT ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GCOMPRIS_PROMPT_DIR_EXISTS ${CUR_LANG}
; Uninstall Section Prompts
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT un.GCOMPRIS_UNINSTALL_ERROR_1 ${CUR_LANG}
- !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT un.GCOMPRIS_UNINSTALL_ERROR_2 ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT un.GCOMPRIS_UNINSTALL_ERROR_1 ${CUR_LANG}
+ !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT un.GCOMPRIS_UNINSTALL_ERROR_2 ${CUR_LANG}
!undef CUR_LANG
!macroend
diff --git a/nsis/translations/albanian.nsh b/nsis/translations/albanian.nsh
index 0b95169..bb77ef0 100644
--- a/nsis/translations/albanian.nsh
+++ b/nsis/translations/albanian.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Më tej >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) qarkullon nën licensën GPL. Licensa këtu sillet vetëm për qëllime njoftimi. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Kartela dhe dll bazë të GCompris-it"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Vizitoni Faqen Web të GCompris-it për Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (vetëm hiq)"
!define GCOMPRIS_PROMPT_WIPEOUT "Është gati për t'u fshirë drejtoria juaj e vjetër GCompris. Doni të vazhdohet?$\r$\rShënim: Do të fshihet çfarëdo shtojceë jo standarde që mund të keni instaluar.$\rNuk do të preken rregullime GCompris përdoruesash."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Drejtoria e instalimit që treguat ekziston tashmë. Çfarëdo përmbajtje$\rdo të fshihet. Do të donit të vazhdohet?"
diff --git a/nsis/translations/bulgarian.nsh b/nsis/translations/bulgarian.nsh
index 1853446..9d7b91e 100644
--- a/nsis/translations/bulgarian.nsh
+++ b/nsis/translations/bulgarian.nsh
@@ -8,12 +8,7 @@
;;
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION " GCompris "
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris ( )"
!define GCOMPRIS_PROMPT_WIPEOUT " GCompris . ?$\r$\r: .$\r GCompris ."
!define GCOMPRIS_PROMPT_DIR_EXISTS " . $\r . ?"
diff --git a/nsis/translations/catalan.nsh b/nsis/translations/catalan.nsh
index 8a6693c..4b91205 100644
--- a/nsis/translations/catalan.nsh
+++ b/nsis/translations/catalan.nsh
@@ -6,28 +6,16 @@
;;
;; Author: "Bernat Lpez" <bernatl@adequa.net>
;; Version 2
-;;
-
-
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Segent >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) s distribut sota llicncia GPLe. Podeu consultar la llicncia, noms per proposits informatius, aqu. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Fitxers i dlls del nucli de GCompris"
+;;
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visita la pgina web de GCompris per Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (noms esborrar)"
!define GCOMPRIS_PROMPT_WIPEOUT "El teu directori antic de GCompris ser esborrat. Vols continuar?$\r$\rNota: Els plugins no estndards que tinguis instal.lats seran esborrats.$\rLes preferncies d'usuari de GCompris no es veruan afectades."
!define GCOMPRIS_PROMPT_DIR_EXISTS "El directori d'instal.laci que has especificat ja existeix. Tots els continguts$\rseran esborrats. Vols continuar?"
-
-
; Uninstall Section Prompts
!define un.GCOMPRIS_UNINSTALL_ERROR_1 "L'instal.lador podria no trobar les entrades del registre de GCompris.$\rProbablement un altre usuari ha instal.lat aquesta aplicaci."
!define un.GCOMPRIS_UNINSTALL_ERROR_2 "No tens perms per desinstal.lar aquesta aplicaci."
diff --git a/nsis/translations/czech.nsh b/nsis/translations/czech.nsh
index afd2077..bae6765 100644
--- a/nsis/translations/czech.nsh
+++ b/nsis/translations/czech.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Dal >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "K pouit $(^Name) se vztahuje GPL licence. Licence je zde uvedena pouze pro Va informaci. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Zkladn soubory a DLL pro GCompris"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Navtvit Windows GCompris Web Page"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (odinstalovat)"
!define GCOMPRIS_PROMPT_WIPEOUT "V star adres pro GCompris bude vymazn. Chcete pokraovat?$\r$\rUpozornn: Jakkoli nestandardn rozen (plugin) , kter mte nainstalovna budou ztracena.$\rUivatelsk nastaven pro GCompris budou zachovna."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Adres kter byl zadn pro instalaci ji existuje. Veker obsah$\rbude smazn. Chcete pokraovat?"
diff --git a/nsis/translations/danish.nsh b/nsis/translations/danish.nsh
index 09d94d3..33b67d7 100644
--- a/nsis/translations/danish.nsh
+++ b/nsis/translations/danish.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Nste >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) er frigivet under GPL licensen. Licensen er kun medtaget her til generel orientering. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Basale GCompris filer og biblioteker"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Besg Windows GCompris's hjemmeside"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (fjern)"
!define GCOMPRIS_PROMPT_WIPEOUT "Din gamle GCompris folder vil blive slettet. nsker du at fortstte? $\r$\rNB: Alle ikke-standard plugins du mtte have installeret vil blive slettet.$\rGCompris brugerindstillinger vil ikke blive pvirket af dette."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Den nskede installationsfolder eksisterer allerede. Ethvert indhold$\ri folderen vil blive slettet. nsker du at fortstte?"
diff --git a/nsis/translations/dutch.nsh b/nsis/translations/dutch.nsh
index 76af96d..3a61544 100644
--- a/nsis/translations/dutch.nsh
+++ b/nsis/translations/dutch.nsh
@@ -12,20 +12,10 @@
!define GCOMPRIS_IS_RUNNING "GCompris wordt op dit moment uitgevoerd. Sluit GCompris af en start de installatie opnieuw."
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Volgende >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) wordt uitgegeven onder de GPL licentie. Deze licentie wordt hier slechts ter informatie aangeboden. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris hoofdbestanden en dlls"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Neem een kijkje op de Windows GCompris webpagina"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (alleen verwijderen)"
!define GCOMPRIS_PROMPT_WIPEOUT "Uw oude GCompris map staat op het punt om verwijderd te worden. Wilt u doorgaan?$\r$\rLet op: Alle door uzelf genstalleerde plugins zullen ook verwijderd worden.$\rDe gebruikersinstellingen van GCompris worden niet aangeraakt."
!define GCOMPRIS_PROMPT_DIR_EXISTS "De gegeven installatiemap bestaat al. Eventuele inhoud zal verwijderd worden. Wilt u doorgaan?"
diff --git a/nsis/translations/english.nsh b/nsis/translations/english.nsh
index 8935c3c..d4a4ff6 100644
--- a/nsis/translations/english.nsh
+++ b/nsis/translations/english.nsh
@@ -15,25 +15,13 @@
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING INSTALLER_IS_RUNNING "The installer is already running."
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_IS_RUNNING "An instance of GCompris is currently running. Exit GCompris and then try again."
-; License Page
-!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_LICENSE_BUTTON "Next >"
-!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) is released under the GNU General Public License (GPL). The license is provided here for information purposes only. $_CLICK"
-
-; Components Page
-!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_SECTION_TITLE "GCompris Instant Messaging Client (required)"
-!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_SECTION_DESCRIPTION "Core GCompris files and dlls"
-
-
; Installer Finish Page
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_FINISH_VISIT_WEB_SITE "Visit the Windows GCompris Web Page"
; GCompris Section Prompts and Texts
-!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_UNINSTALL_DESC "GCompris (remove only)"
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_PROMPT_WIPEOUT "Your old GCompris directory is about to be deleted. Would you like to continue?$\r$\rNote: Any non-standard plugins that you may have installed will be deleted.$\rGCompris user settings will not be affected."
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING GCOMPRIS_PROMPT_DIR_EXISTS "The installation directory you specified already exists. Any contents$\rwill be deleted. Would you like to continue?"
-
-
; Uninstall Section Prompts
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING un.GCOMPRIS_UNINSTALL_ERROR_1 "The uninstaller could not find registry entries for GCompris.$\rIt is likely that another user installed this application."
!insertmacro GCOMPRIS_MACRO_DEFAULT_STRING un.GCOMPRIS_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application."
diff --git a/nsis/translations/finnish.nsh b/nsis/translations/finnish.nsh
index 1859f5c..9c83fbc 100644
--- a/nsis/translations/finnish.nsh
+++ b/nsis/translations/finnish.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Seuraava >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) on julkaistu GPL lisenssin alla. Lisenssi esitetn tss vain tiedotuksena. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GComprisin ytimen tiedostot ja dll:t"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Vieraile GComprisin Windows -sivustolla"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (vain poisto)"
!define GCOMPRIS_PROMPT_WIPEOUT "Vanha GCompris-hakemistosi poistetaan. Tahdotko jatkaa?$\r$\rHuomio: Jokainen jlkeenpin asennettu lisosa poistetaan.$\rGComprisin kyttjasetuksissa ei tapahdu muutoksia."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Antamasti hakemisto on jo olemassa. Kaikki tiedot poistetaan $\r. Tahdotko jatkaa?"
diff --git a/nsis/translations/french.nsh b/nsis/translations/french.nsh
index 596667e..69bfdb7 100644
--- a/nsis/translations/french.nsh
+++ b/nsis/translations/french.nsh
@@ -8,27 +8,14 @@
;; Version 2
;;
-
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Suivant >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) est disponible sous licence GPL. Le texte de licence suivant est fourni uniquement titre informatif. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Fichiers et DLLs de base de GCompris"
-
-
; Installer Finish Page
-!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visitez la page web de GCompris Windows"
+!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visitez la page web de GCompris Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (supprimer uniquement)"
-!define GCOMPRIS_PROMPT_WIPEOUT "L'ancien rpertoire de GCompris va tre supprim. Voulez-vous continuer ?$\r$\rNote : Tous les plugins non standards que vous avez installs seront aussi supprims.$\rLes configurations des utilisateurs de GCompris ne sont pas touchs."
-!define GCOMPRIS_PROMPT_DIR_EXISTS "Le rpertoire d'installation existe dj. Son contenu sera effac.$\rVoulez-vous continuer ?"
-
-
+!define GCOMPRIS_PROMPT_WIPEOUT "L'ancien rpertoire de GCompris va tre supprim. Voulez-vous continuer ?$\r$\rNote : Tous les plugins non standards que vous avez installs seront aussi supprims.$\rLes configurations des utilisateurs de GCompris ne sont pas touchs."
+!define GCOMPRIS_PROMPT_DIR_EXISTS "Le rpertoire d'installation existe dj. Son contenu sera effac.$\rVoulez-vous continuer ?"
; Uninstall Section Prompts
-!define un.GCOMPRIS_UNINSTALL_ERROR_1 "Les clefs de GCompris n'ont pas t trouves dans la base de registres.$\rL'application a peut-tre t installe par un utilisateur diffrent."
-!define un.GCOMPRIS_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application."
+!define un.GCOMPRIS_UNINSTALL_ERROR_1 "Les clefs de GCompris n'ont pas t trouves dans la base de registres.$\rL'application a peut-tre t installe par un utilisateur diffrent."
+!define un.GCOMPRIS_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application."
diff --git a/nsis/translations/german.nsh b/nsis/translations/german.nsh
index a12cd4e..6c55527 100644
--- a/nsis/translations/german.nsh
+++ b/nsis/translations/german.nsh
@@ -7,30 +7,20 @@
;; Author: Bjoern Voigt <bjoern@cs.tu-berlin.de>, 2005.
;; Version 3
;;
-
+
; Startup checks
!define INSTALLER_IS_RUNNING "Der Installer luft schon."
!define GCOMPRIS_IS_RUNNING "Eine Instanz von GCompris luft momentan schon. Beenden Sie GCompris und versuchen Sie es nochmal."
-
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Weiter >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) wird unter der GNU General Public License (GPL) verffentlicht. Die Lizenz dient hier nur der Information. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris Basis-Dateien und -DLLs"
-
-
+
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Besuchen Sie die Windows GCompris-Webseite"
-
+
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (nur entfernen)"
!define GCOMPRIS_PROMPT_WIPEOUT "Ihr altes GCompris-Verzeichnis soll gelscht werden. Mchten Sie fortfahren?$\r$\rHinweis: Alle nicht-Standard Plugins, die Sie evtl. installiert haben werden$\rgelscht. GCompris-Benutzereinstellungen sind nicht betroffen."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Das Installationsverzeichnis, das Sie angegeben haben, existiert schon. Der Verzeichnisinhalt$\rwird gelscht. Mchten Sie fortfahren?"
-
-
-
+
+
+
; Uninstall Section Prompts
!define un.GCOMPRIS_UNINSTALL_ERROR_1 "Der Deinstaller konnte keine Registrierungsschlssel fr GCompris finden.$\rEs ist wahrscheinlich, dass ein anderer Benutzer diese Anwendunng installiert hat."
!define un.GCOMPRIS_UNINSTALL_ERROR_2 "Sie haben keine Berechtigung, diese Anwendung zu deinstallieren."
diff --git a/nsis/translations/hebrew.nsh b/nsis/translations/hebrew.nsh
index c5ab833..19ec3e8 100644
--- a/nsis/translations/hebrew.nsh
+++ b/nsis/translations/hebrew.nsh
@@ -9,24 +9,12 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON " >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) . .GPL $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION ". DLL- GCOMPRIS "
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE ".GCOMPRIS "
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCOMPRIS ( )"
!define GCOMPRIS_PROMPT_WIPEOUT "? . GCOMPRIS $\r$\rNote: : .$\r. "
!define GCOMPRIS_PROMPT_DIR_EXISTS " . $\r?. "
-
-
; Uninstall Section Prompts
!define un.GCOMPRIS_UNINSTALL_ERROR_2 ". "
diff --git a/nsis/translations/hungarian.nsh b/nsis/translations/hungarian.nsh
index cb8262d..411cd95 100644
--- a/nsis/translations/hungarian.nsh
+++ b/nsis/translations/hungarian.nsh
@@ -8,13 +8,7 @@
;;
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris fjlok s dll-ek"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (csak eltvolts)"
!define GCOMPRIS_PROMPT_WIPEOUT "Az n korbbi GCompris knyvtra trldni fog. Folytatni szeretn?$\r$\rMegjegyzs: Minden n ltal teleptett plugin trldni fog.$\rGCompris felhasznli belltsokat ez nem rinti."
!define GCOMPRIS_PROMPT_DIR_EXISTS "A teleptskor megadott knyvtr mr ltezik. Minden llomny trldni fog.$\rFolytatni szeretn?"
diff --git a/nsis/translations/italian.nsh b/nsis/translations/italian.nsh
index 5956e41..fdde6c7 100644
--- a/nsis/translations/italian.nsh
+++ b/nsis/translations/italian.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Avanti >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) distribuito sotto licenza GPL. La licenza mostrata qui solamente a scopo informativo. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "File principali di GCompris e dll"
-
-
; Installer Finish Page
-!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visita la pagina web di GCompris per Windows"
+!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visita la pagina web di GCompris per Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (solo rimozione)"
!define GCOMPRIS_PROMPT_WIPEOUT "La tua vecchia directory di GCompris sta per essere cancellata. Vuoi andare avanti?$\r$\rNota: Tutti i plugin non standard che hai installato saranno cancellati.$\rLe impostazioni di GCompris non saranno rimosse."
!define GCOMPRIS_PROMPT_DIR_EXISTS "La directory di installazione specificata esiste gi. Tutto il contenuto$\rverr cancellato. Vuoi continuare?"
diff --git a/nsis/translations/japanese.nsh b/nsis/translations/japanese.nsh
index 91a0584..f9fbdc8 100644
--- a/nsis/translations/japanese.nsh
+++ b/nsis/translations/japanese.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON " >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name)GPLCZX̌Ń[XĂ܂BCZX͂ɎQl̂߂ɒ񋟂Ă܂B $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris̊jƂȂt@Cdll"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Windows GComprisWeby[WKĂB"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (폜̂)"
!define GCOMPRIS_PROMPT_WIPEOUT "ÂGCompris̃tH_̍폜ɊւāBs܂?$\r$\r: Ȃ̃CXg[ׂĂ̔WȃvOC͍폜܂B$\rGCompris̐ݒ͉e󂯂܂B"
!define GCOMPRIS_PROMPT_DIR_EXISTS "Ȃ̎w肵CXg[̃tH_͂łɑ݂Ă܂Beׂ͂$\r폜܂Bs܂?"
diff --git a/nsis/translations/korean.nsh b/nsis/translations/korean.nsh
index 5e7ab3f..92e81ca 100644
--- a/nsis/translations/korean.nsh
+++ b/nsis/translations/korean.nsh
@@ -8,13 +8,7 @@
;;
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION " ھ ϰ dll"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (remove only)"
!define GCOMPRIS_PROMPT_WIPEOUT " 丮 Դϴ. ұ?$\r$\rNote: ǥ ÷ ֽϴ.$\r ġ ʽϴ."
!define GCOMPRIS_PROMPT_DIR_EXISTS "ԷϽ ġ 丮 ̹ ֽϴ. ȿ ֽϴ. ұ?"
diff --git a/nsis/translations/norwegian.nsh b/nsis/translations/norwegian.nsh
index 75ba740..4bac346 100644
--- a/nsis/translations/norwegian.nsh
+++ b/nsis/translations/norwegian.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Neste >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) er utgitt under GPL (GNU General Public License). Lisensen er oppgitt her kun med henblikk p informasjon. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompriss kjernefiler og dll'er"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Besk GCompris for Windows' Nettside"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (kun avinstallering)"
!define GCOMPRIS_PROMPT_WIPEOUT "Din gamle GCompris-katalog holder p slettes. nsker du fortsette?$\r$\rMerk: Eventuelle ikke-standard plugin'er du har installert vil bli slettet.$\rGCompriss brukerinstillinger vil ikke bli berrt."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Installasjonskatalogen du har spesifisert finnes fra fr. Eventuelt innhold$\rvil bli slettet. nsker du fortsette?"
diff --git a/nsis/translations/polish.nsh b/nsis/translations/polish.nsh
index dce189f..df42cf5 100644
--- a/nsis/translations/polish.nsh
+++ b/nsis/translations/polish.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Dalej >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) jest wydzielone w licencji GPL. Udziela si licencji wycznie do celw informacyjnych. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Zbiory Core GCompris oraz dll"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Wejd na stron GCompris Web Page"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (usu program)"
!define GCOMPRIS_PROMPT_WIPEOUT "Stary katalog GCompris zosta usunity. Czy chcesz kontunuowa?$\r$\rNote: Wszystkie stare - niestandardowe plugin-y zostay usunite.$\r Ustawienia uutkownika GCompris bd wyczone."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Wybrany katalog instalacyjny ju istnieje. Jego zawarto $\r zostanie skasowana. Czy chcesz kontunuowa?"
diff --git a/nsis/translations/portuguese-br.nsh b/nsis/translations/portuguese-br.nsh
index 220ad50..72f9e0e 100644
--- a/nsis/translations/portuguese-br.nsh
+++ b/nsis/translations/portuguese-br.nsh
@@ -9,17 +9,7 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Avanar >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) distribudo sob a licena GPL. Esta licena disponibilizada aqui apenas para fins informativos. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Arquivos e bibliotecas principais do GCompris"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (apenas remover)"
!define GCOMPRIS_PROMPT_WIPEOUT "Sua antiga instalao do GCompris est prestes a ser removida. Voc gostaria de continuar?$\r$\rNota: Quaisquer plugins no-padro que voc pode ter instalado sero removidos.$\rAs configuraes de usurio do GCompris no sero afetadas."
!define GCOMPRIS_PROMPT_DIR_EXISTS "O diretrio de instalao do que voc especificou j existe. Qualquer contedo$\rser deletado. Deseja continuar?"
diff --git a/nsis/translations/portuguese.nsh b/nsis/translations/portuguese.nsh
index efcb1f0..207dc31 100644
--- a/nsis/translations/portuguese.nsh
+++ b/nsis/translations/portuguese.nsh
@@ -9,20 +9,9 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Seguinte >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) est disponvel sob alicena GPL. O texto da licena fornecido meramente a ttulo informativo. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Ficheiros e bibliotecas principais do GCompris"
-
-
-; Installer Finish Page
-!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visite a pgina web do GCompris para Windows"
+!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visite a pgina web do GCompris para Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (remover apenas)"
!define GCOMPRIS_PROMPT_WIPEOUT "A sua antiga instalao do GCompris est prestes a ser removida. Deseja continuar?$\r$\rNota: Quaisquer plugins no-padro que poder ter instalado sero removidos.$\rAs configuraes de utilizador do GCompris no sero afectadas."
!define GCOMPRIS_PROMPT_DIR_EXISTS "A directoria de instalao do que especificou j existe. Qualquer contedo$\rser apagado. Deseja continuar?"
diff --git a/nsis/translations/romanian.nsh b/nsis/translations/romanian.nsh
index 970cebb..195ce07 100644
--- a/nsis/translations/romanian.nsh
+++ b/nsis/translations/romanian.nsh
@@ -8,13 +8,7 @@
;;
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Fiiere GCompris i dll-uri"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (doar dezinstalare)"
!define GCOMPRIS_PROMPT_WIPEOUT "Vechiul director GCompris va fi ters. Dorii s continuai?$\r$\rNot: Orice module externe vor fi terse.$\rSetrile utilizatorilor GCompris nu vor fi afectate."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Directorul ales pentru instalare exist deja.$\rConinutul su va fi ters. Dorii s continuai?"
diff --git a/nsis/translations/russian.nsh b/nsis/translations/russian.nsh
index 39255ed..afa95e4 100644
--- a/nsis/translations/russian.nsh
+++ b/nsis/translations/russian.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON " >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) GPL. . $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION " GCompris ."
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE " - GCompris Windows."
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris ( )"
!define GCOMPRIS_PROMPT_WIPEOUT " GCompris . ?$\r$\r: ..$\r GCompris ."
!define GCOMPRIS_PROMPT_DIR_EXISTS ", . $\r . ?"
diff --git a/nsis/translations/serbian-latin.nsh b/nsis/translations/serbian-latin.nsh
index fe5976f..172db56 100644
--- a/nsis/translations/serbian-latin.nsh
+++ b/nsis/translations/serbian-latin.nsh
@@ -8,13 +8,7 @@
;;
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Osnovne GCompris datoteke i dinamike biblioteke"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (samo uklanjanje)"
!define GCOMPRIS_PROMPT_WIPEOUT "Va stari GCompris direktorijum e biti obrisan. Da li elite da nastavite?$\r$\rPrimedba: Svi nestandardni dodaci koje ste instalirali e biti obrisani.$\rGCompris postavke korisnika nee biti promenjene."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Instalacioni direktorijum koji ste naveli ve postoji. Sav sadraj$\re biti obrisan. Da li elite da nastavite?"
diff --git a/nsis/translations/simp-chinese.nsh b/nsis/translations/simp-chinese.nsh
index 3a0f7a0..9c15881 100644
--- a/nsis/translations/simp-chinese.nsh
+++ b/nsis/translations/simp-chinese.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "һ >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) GPL ɷڴṩɽΪο$_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris ļ DLLs"
-
-
; Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE " Windows GCompris ҳ"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (ֻɾ)"
!define GCOMPRIS_PROMPT_WIPEOUT "ɾľ GCompris Ŀ¼Ҫ?$\r$\rע: װκηDZ׼IJɾ$\rDzӰ GCompris ûá"
!define GCOMPRIS_PROMPT_DIR_EXISTS "ָİװĿ¼Ѿڡ$\rݶɾҪ?"
diff --git a/nsis/translations/slovak.nsh b/nsis/translations/slovak.nsh
index 179159d..d6437ee 100644
--- a/nsis/translations/slovak.nsh
+++ b/nsis/translations/slovak.nsh
@@ -8,20 +8,10 @@
;; Version 2
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "alej >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) je vydan pod GPL licenciou. Tto licencia je len pre informan ely. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Jadro GCompris-u a nevyhnutn DLL sbory"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Navtvi webstrnku Windows GCompris"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (len odstrni)"
!define GCOMPRIS_PROMPT_WIPEOUT "V adresr GCompris bude zmazan. Chcete pokraova?$\r$\rPoznmka: Vetky prdavne pluginy, ktor ste naintalovali bud tie zmazan.$\rNastavenia uivateskho tu GCompris-u bud ponechan."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Adresr, ktor ste zadali, u existuje. Jeho obsah bude zmazan. Chcete pokraova?"
diff --git a/nsis/translations/slovenian.nsh b/nsis/translations/slovenian.nsh
index 76a2e4c..67e3964 100644
--- a/nsis/translations/slovenian.nsh
+++ b/nsis/translations/slovenian.nsh
@@ -11,20 +11,10 @@
!define INSTALLER_IS_RUNNING "Nameanje e poteka."
!define GCOMPRIS_IS_RUNNING "Trenutno e tee razliica GComprisa. Prosimo zaprite GCompris in poskusite znova."
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Naprej >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) je na voljo pod licenco GPL. Ta licenca je tu na voljo le v informativne namene. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Temeljne datoteke GComprisa"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Obiite spletno stran Windows GCompris"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (samo odstrani)"
!define GCOMPRIS_PROMPT_WIPEOUT "Va star imenik GCompris bo zbrisan. elite nadaljevati?$\r$\rOpomba: Vsi nestandardni vtiniki, ki ste jih namestili, bodo zbrisani.$\rUporabnike nastavitve za GCompris se bodo ohranile."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Namestitveni imenik, ki ste ga navedli, e obstaja. Vsa vsebina$\rbo zbrisana. elite nadaljevati?"
diff --git a/nsis/translations/spanish.nsh b/nsis/translations/spanish.nsh
index bbeb8c9..3106a0e 100644
--- a/nsis/translations/spanish.nsh
+++ b/nsis/translations/spanish.nsh
@@ -9,20 +9,10 @@
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Siguiente >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) se distribuye bajo la licencia GPL. Esta licencia se incluye aqu slo con propsito informativo: $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Ficheros y dlls principales de Core"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Visite la pgina Web de GCompris Windows"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (slo eliminar)"
!define GCOMPRIS_PROMPT_WIPEOUT "Su directorio antigo de GCompris va a ser borrado. Desea continuar?$\r$\rObservacin: cualquier aplique no estndar que pudiera haber instalado ser borrado.$\rsto no afectar a sus preferencias de usuario en GCompris."
!define GCOMPRIS_PROMPT_DIR_EXISTS "El directorio de instalacin que ha especificado ya existe. Todos los contenidos$\rser borrados. Desea continuar?"
diff --git a/nsis/translations/swedish.nsh b/nsis/translations/swedish.nsh
index 1dd64a7..a125aa6 100644
--- a/nsis/translations/swedish.nsh
+++ b/nsis/translations/swedish.nsh
@@ -16,20 +16,10 @@
!define INSTALLER_IS_RUNNING "Installationsprogrammet krs redan."
!define GCOMPRIS_IS_RUNNING "En instans av Giam krs redan. Avsluta GCompris och frsk igen."
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Nsta >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) r utgivet under GPL. Licensen finns tillgnglig hr fr infromationssyften enbart. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompriss krnfiler och DLL:er"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Besk Windows-GCompriss hemsida"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (enbart fr avinstallation)"
!define GCOMPRIS_PROMPT_WIPEOUT "Din gamla GCompris-katalog kommer att raderas, vill du fortstta?$\r$\rOBS! om du har installerat ngra extra insticksmoduler kommer de raderas.$\rGCompriss anvndarinstllningar kommer inte pverkas."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Den katalog du vill installera i finns redan. Allt i katalogen$\rkommer att raderas, vill du fortstta?"
diff --git a/nsis/translations/trad-chinese.nsh b/nsis/translations/trad-chinese.nsh
index 9023776..de3821e 100644
--- a/nsis/translations/trad-chinese.nsh
+++ b/nsis/translations/trad-chinese.nsh
@@ -2,29 +2,17 @@
;; trad-chinese.nsh
;;
;; Traditional Chineese language strings for the Windows GCompris NSIS installer.
-;; Windows Code page:950
+;; Windows Code page:950
;;
;; Author: Paladin R. Liu <paladin@ms1.hinet.net>
;; Minor updates: Ambrose C. Li <acli@ada.dhs.org>
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "U@B >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) YH GPL 覡voGAbCXvѡAcY@ѦҤΡC$_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "GCompris ֤ɮפΰʺA禡w"
-
-
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris v${GCOMPRIS_VERSION} (uѲ)"
!define GCOMPRIS_PROMPT_WIPEOUT "zew˩ؿª GCompris N|QCzn~ܡH$\r$\rЪ`NGzҦw˪Dx@ҲճNQRC$\r GCompris ϥΪ̳]wN|vTC"
!define GCOMPRIS_PROMPT_DIR_EXISTS "zҿww˥ؿUҦɮ׳NQC$\rzn~ܡH"
-
-
; Uninstall Section Prompts
!define un.GCOMPRIS_UNINSTALL_ERROR_1 "{Lk GCompris w˸TC$\roӬOLϥΪ̭swˤFoӵ{C"
!define un.GCOMPRIS_UNINSTALL_ERROR_2 "zثevLk GComprisC"
diff --git a/nsis/translations/vietnamese.nsh b/nsis/translations/vietnamese.nsh
index 23b8b71..8663d49 100644
--- a/nsis/translations/vietnamese.nsh
+++ b/nsis/translations/vietnamese.nsh
@@ -6,24 +6,14 @@
;;
;; Version 2
;; Note: The NSIS Installer does not yet have Vietnamese translations. Until
-;; it does, these GCompris translations can not be used.
+;; it does, these GCompris translations can not be used.
;;
-; License Page
-!define GCOMPRIS_LICENSE_BUTTON "Tiếp theo >"
-!define GCOMPRIS_LICENSE_BOTTOM_TEXT "$(^Name) được phát hành theo giấy phép GPL. Giấy phép thấy ở đây chỉ là để cung cấp thông tin mà thôi. $_CLICK"
-
-; Components Page
-!define GCOMPRIS_SECTION_TITLE "GCompris"
-!define GCOMPRIS_SECTION_DESCRIPTION "Các tập tin GCompris chính và dlls"
-
-
; Installer Finish Page
!define GCOMPRIS_FINISH_VISIT_WEB_SITE "Hãy xem trang chủ Windows GCompris"
; GCompris Section Prompts and Texts
-!define GCOMPRIS_UNINSTALL_DESC "GCompris (chỉ bỏ cài đặt)"
!define GCOMPRIS_PROMPT_WIPEOUT "Thư mục GCompris cũ sẽ bị xóa. Bạn muốn tiếp tục không?$\r$\rNote: Mọi plugin không chuẩn mà bạn đã cài sẽ bị xóa.$\rCác thiết lập người dùng GCompris sẽ không còn tác dụng."
!define GCOMPRIS_PROMPT_DIR_EXISTS "Thư mục cài đặt mà bạn định ra đã tồn tại rồi. Mọi nội dung$\rsẽ bị xóa. Bạn muốn tiếp tục không?"