mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
installer: include the Finnish translation (the custom messages are still untranslated)
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1081 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
7fc9e547d0
commit
8ea710d913
@ -214,6 +214,25 @@ eu.types_custom=Norbere ezarpena
|
||||
eu.types_default=Berezko ezarpena
|
||||
|
||||
|
||||
; Finnish
|
||||
fi.comp_translations=Translations
|
||||
fi.msg_AppIsRunning=Setup has detected that Subtitle Edit is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
|
||||
fi.msg_AppIsRunningUninstall=Uninstall has detected that Subtitle Edit is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
|
||||
fi.msg_AskToDownNET=Subtitle Edit requires the .NET Framework 2.0. Please download and install the .NET Framework and run setup again.%n%nDo you want to download the .NET Framework 2.0 now?
|
||||
fi.msg_DeleteSettings=Do you also want to delete Subtitle Edit's settings and any custom changes you made in the dictionaries?%n%nIf you plan on reinstalling Subtitle Edit you do not have to delete them.
|
||||
fi.msg_OptimizingPerformance=Optimizing performance...
|
||||
fi.msg_SetupIsRunningWarning=Subtitle Edit Setup is already running!
|
||||
fi.run_VisitWebsite=Visit Subtitle Edit's Website
|
||||
fi.sm_com_Changelog=Subtitle Edit's Changelog
|
||||
fi.tsk_AllUsers=For all users
|
||||
fi.tsk_CurrentUser=For the current user only
|
||||
fi.tsk_Other=Other:
|
||||
fi.tsk_ResetDictionaries=Reset Dictionaries and delete any custom names
|
||||
fi.tsk_ResetSettings=Reset Subtitle Edit's settings
|
||||
fi.types_custom=Custom installation
|
||||
fi.types_default=Default installation
|
||||
|
||||
|
||||
; French
|
||||
fr.comp_translations=Translations
|
||||
fr.msg_AppIsRunning=Setup has detected that Subtitle Edit is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
|
||||
|
@ -111,6 +111,7 @@ Name: dk; MessagesFile: compiler:Languages\Danish.isl
|
||||
Name: el; MessagesFile: Languages\Greek.isl
|
||||
Name: es; MessagesFile: compiler:Languages\Spanish.isl
|
||||
Name: eu; MessagesFile: compiler:Languages\Basque.isl
|
||||
Name: fi; MessagesFile: compiler:Languages\Finnish.isl
|
||||
Name: fr; MessagesFile: compiler:Languages\French.isl
|
||||
Name: hu; MessagesFile: compiler:Languages\Hungarian.isl
|
||||
Name: it; MessagesFile: compiler:Languages\Italian.isl
|
||||
@ -191,6 +192,7 @@ Source: {#bindir}\Languages\de-De.xml; DestDir: {app}\Languages;
|
||||
Source: {#bindir}\Languages\el-GR.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\es-ES.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\eu-ES.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\fi-FI.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\fr-FR.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\hu-HU.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
Source: {#bindir}\Languages\it-IT.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations
|
||||
@ -284,6 +286,7 @@ Type: files; Name: {app}\Languages\de-De.xml; Check: not IsComponentSe
|
||||
Type: files; Name: {app}\Languages\el-GR.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\es-ES.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\eu-ES.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\fi-FI.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\fr-FR.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\hu-HU.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
Type: files; Name: {app}\Languages\it-IT.xml; Check: not IsComponentSelected('translations') and IsUpgrade()
|
||||
|
Loading…
Reference in New Issue
Block a user