Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-11-03 03:43:52 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-11-03 03:45:06 +0400
commit17b802f2efabd67aecc549fc819ae12a3bc2dadb (patch)
tree9bd362cddcf5ab5b819cafc4239d7f16fa20490d /distrib
parent3d9bc04fec43c80a910862519671448d58e57edc (diff)
installer: add Greek translation
Diffstat (limited to 'distrib')
-rw-r--r--distrib/custom_messages.iss26
-rw-r--r--distrib/mpc-hc_setup.iss2
2 files changed, 27 insertions, 1 deletions
diff --git a/distrib/custom_messages.iss b/distrib/custom_messages.iss
index bfc496cbd..5df4ee070 100644
--- a/distrib/custom_messages.iss
+++ b/distrib/custom_messages.iss
@@ -18,7 +18,7 @@
; Do NOT translate your language's name
; Do NOT translate [name]/[ver]
-; Do NOT change the langid
+; Do NOT change the langid <http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx?>
; Do NOT change the file encoding; it must be UTF-8 Signature
; Keep the translations close to the English strings
@@ -52,6 +52,10 @@ cz.WinVersionTooLowError=[name] vyžaduje Windows XP Service Pack 3 nebo nověj
de.WelcomeLabel2=Dieses Programm installiert [name] auf Ihrem Computer.%n%nEs wird empfohlen, alle laufenden Programme zu beenden, bevor Sie mit der Installation fortfahren.
de.WinVersionTooLowError=[name] benötigt Windows XP Service Pack 3 oder höher.
+;Greek
+el.WelcomeLabel2=Θα γίνει εγκατάσταση του [name] στον υπολογιστή σας.%n%nΣας συνιστούμε να κλείσετε κάθε άλλη εφαρμογή πριν συνεχίσετε.
+el.WinVersionTooLowError=Το [name] χρειάζεται Windows XP Service Pack 3 ή νεότερο για να λειτουργήσει.
+
;Spanish
es.WelcomeLabel2=Este programa instalara [name] en tu computadora.%n%nEs recomendable que cierres todas las aplicaciones antes de continuar.
es.WinVersionTooLowError=[name] require Windows XP Service Pack 3 o superior para funcionar.
@@ -254,6 +258,26 @@ de.types_CustomInstallation=Benutzerdefinierte Installation
de.ViewChangelog=Zeige Änderungsprotokoll
+;Greek
+el.langid=00001032
+el.comp_mpciconlib=Βιβλιοθήκη Εικονιδίων
+el.comp_mpcresources=Μεταφράσεις
+el.msg_DeleteSettings=Θέλετε να διαγράψετε τις ρυθμίσεις του MPC-HC;%n%nΑν σκοπεύετε να εγκαταστήσετε το MPC-HC πάλι τότε δεν χρειάζεται να τις διαγράψετε.
+el.msg_SetupIsRunningWarning=Η εγκατάσταση του MPC-HC εκτελείται ήδη!
+#if defined(sse_required)
+el.msg_simd_sse=Αυτή η έκδοση του MPC-HC απαιτεί επεξεργαστή CPU με υποστήριξη SSE.%n%nΟ επεξεργαστής σας δεν το υποστηρίζει.
+#elif defined(sse2_required)
+el.msg_simd_sse2=Αυτή η έκδοση του MPC-HC απαιτεί επεξεργαστή CPU με υποστήριξη SSE2.%n%nΟ επεξεργαστής σας δεν το υποστηρίζει.
+#endif
+el.tsk_AllUsers=Για όλους τους χρήστες
+el.tsk_CurrentUser=Για τον τρέχων χρήστη μόνο
+el.tsk_Other=Επιπλέον ενέργειες:
+el.tsk_ResetSettings=Επαναφορά ρυθμίσεων
+el.types_DefaultInstallation=Προκαθορισμένη εγκατάσταση
+el.types_CustomInstallation=Προσαρμοσμένη εγκατάσταση
+el.ViewChangelog=Εμφάνιση Λίστας Αλλαγών
+
+
;Spanish
es.langid=00001034
es.comp_mpciconlib=Librería de iconos
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index 322ee2c92..c919f333a 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -143,6 +143,7 @@ Name: by; MessagesFile: Languages\Belarusian.isl
Name: ca; MessagesFile: compiler:Languages\Catalan.isl
Name: cz; MessagesFile: compiler:Languages\Czech.isl
Name: de; MessagesFile: compiler:Languages\German.isl
+Name: el; MessagesFile: compiler:Languages\Greek.isl
Name: es; MessagesFile: compiler:Languages\Spanish.isl
Name: eu; MessagesFile: Languages\Basque.isl
Name: fr; MessagesFile: compiler:Languages\French.isl
@@ -211,6 +212,7 @@ Source: {#bindir}\Lang\mpcresources.by.dll; DestDir: {app}\Lang; Components: mpc
Source: {#bindir}\Lang\mpcresources.ca.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
Source: {#bindir}\Lang\mpcresources.cz.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
Source: {#bindir}\Lang\mpcresources.de.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
+Source: {#bindir}\Lang\mpcresources.el.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
Source: {#bindir}\Lang\mpcresources.es.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
Source: {#bindir}\Lang\mpcresources.eu.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion
Source: {#bindir}\Lang\mpcresources.fr.dll; DestDir: {app}\Lang; Components: mpcresources; Flags: ignoreversion