From 90cebf2c18549104b294421f5f75fcffb5ad1160 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 19 May 2018 17:34:35 +0200 Subject: [PATCH] Add 1 translatable entry --- src/ConfigFiles/nativeLang.xml | 1 + src/translations/catalan.xml | 2 +- src/translations/french.xml | 3 ++- src/translations/german.xml | 2 +- src/translations/italian.xml | 2 +- src/translations/portuguese.xml | 2 +- src/translations/russian.xml | 2 +- src/translations/spanish.xml | 2 +- src/winmain.cpp | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/ConfigFiles/nativeLang.xml b/src/ConfigFiles/nativeLang.xml index 98c66916..3b1a5e3c 100644 --- a/src/ConfigFiles/nativeLang.xml +++ b/src/ConfigFiles/nativeLang.xml @@ -27,5 +27,6 @@ Download is stopped by user. Update is aborted. is opened.\rUpdater will close it in order to process the installation.\rContinue? Do you want to abort update download? + "Can't unzip: Operation not permitted or decompression failed" diff --git a/src/translations/catalan.xml b/src/translations/catalan.xml index 8e2aee79..cabdad7b 100644 --- a/src/translations/catalan.xml +++ b/src/translations/catalan.xml @@ -1,3 +1,4 @@ + - No hi ha cap actualització disponible. diff --git a/src/translations/french.xml b/src/translations/french.xml index 51a14915..1b536ace 100644 --- a/src/translations/french.xml +++ b/src/translations/french.xml @@ -1,3 +1,4 @@ + - La mise à jour n'est pas disponible. @@ -27,5 +27,6 @@ Use this file to set your proxy settings if need. Le téléchargement est interrompu. La mise à jour ne sera pas poursuivie. est ouvert. Il sera fermé afin de pouvoir poursuivre l'installation. Continue? Etes-vous sûr d'interrompre le téléchargement? + "Impossible de dézipper: l'opération n'est pas permise ou la décompression a échoué." diff --git a/src/translations/german.xml b/src/translations/german.xml index b1987f18..2e6f2f63 100644 --- a/src/translations/german.xml +++ b/src/translations/german.xml @@ -1,3 +1,4 @@ + - diff --git a/src/translations/italian.xml b/src/translations/italian.xml index 1ea06f93..c24aca07 100644 --- a/src/translations/italian.xml +++ b/src/translations/italian.xml @@ -1,3 +1,4 @@ + - Nessun aggiornamento disponibile. diff --git a/src/translations/portuguese.xml b/src/translations/portuguese.xml index da102e0b..513f3f19 100644 --- a/src/translations/portuguese.xml +++ b/src/translations/portuguese.xml @@ -1,3 +1,4 @@ + - Nenhuma atualização disponível. diff --git a/src/translations/russian.xml b/src/translations/russian.xml index c279799a..d03701d2 100644 --- a/src/translations/russian.xml +++ b/src/translations/russian.xml @@ -1,3 +1,4 @@ + - diff --git a/src/translations/spanish.xml b/src/translations/spanish.xml index de430fb7..e32921e5 100644 --- a/src/translations/spanish.xml +++ b/src/translations/spanish.xml @@ -1,3 +1,4 @@ + - No hay ninguna actualización disponible. diff --git a/src/winmain.cpp b/src/winmain.cpp index 2c32d850..c502fc18 100644 --- a/src/winmain.cpp +++ b/src/winmain.cpp @@ -60,7 +60,7 @@ const char MSGID_UPDATEAVAILABLE[] = "An update package is available, do you wan const char MSGID_DOWNLOADSTOPPED[] = "Download is stopped by user. Update is aborted."; const char MSGID_CLOSEAPP[] = " is opened.\rUpdater will close it in order to process the installation.\rContinue?"; const char MSGID_ABORTORNOT[] = "Do you want to abort update download?"; -const char MSGID_UNZIPFAILED[] = "Unzip operation failed. It could be zip file is invalid.\nOld files are about to be restored."; +const char MSGID_UNZIPFAILED[] = "Can't unzip:\nOperation not permitted or decompression failed"; const char MSGID_HELP[] = "Usage :\r\ \r\ gup --help\r\