-
-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
731aa1b
commit 424085b
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
; *** Inno Setup version 6.1.0+ Finnish messages *** | ||
; *** Inno Setup version 6.4.0+ Finnish messages *** | ||
; | ||
; Finnish translation by Antti Karttunen | ||
; E-mail: [email protected] | ||
; Last modification date: 2020-08-02 | ||
; Last modification date: 2024-11-30 | ||
|
||
[LangOptions] | ||
LanguageName=Suomi | ||
|
@@ -204,6 +204,13 @@ ErrorFileHash2=Tiedoston tiiviste on virheellinen: odotettu %1, l | |
ErrorProgress=Virheellinen edistyminen: %1 / %2 | ||
ErrorFileSize=Virheellinen tiedoston koko: odotettu %1, löydetty %2 | ||
|
||
; *** TExtractionWizardPage wizard page and Extract7ZipArchive | ||
ExtractionLabel=Puretaan tarvittavia tiedostoja... | ||
ButtonStopExtraction=&Pysäytä purku | ||
StopExtraction=Oletko varma, että haluat pysäyttää tiedostojen purkamisen? | ||
ErrorExtractionAborted=Tiedostojen purkaminen keskeytettiin | ||
ErrorExtractionFailed=Tiedoston purkaminen epäonnistui: %1 | ||
|
||
; *** "Preparing to Install" wizard page | ||
WizardPreparing=Valmistellaan asennusta | ||
PreparingDesc=Valmistaudutaan asentamaan [name] koneellesi. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
; *** Inno Setup version 6.1.0+ Japanese messages *** | ||
; *** Inno Setup version 6.4.0+ Japanese messages *** | ||
; | ||
; Maintained by Koichi Shirasuka ([email protected]) | ||
; | ||
|
@@ -207,6 +207,13 @@ ErrorFileHash2= | |
ErrorProgress=無効な進行状況: %1 / %2 | ||
ErrorFileSize=無効なファイルサイズ: 予期された値 %1, 実際の値 %2 | ||
|
||
; *** TExtractionWizardPage wizard page and Extract7ZipArchive | ||
ExtractionLabel=追加のファイルを展開しています... | ||
ButtonStopExtraction=展開を中止(&S) | ||
StopExtraction=展開を中止してもよろしいですか? | ||
ErrorExtractionAborted=展開を中止しました | ||
ErrorExtractionFailed=展開に失敗しました: %1 | ||
|
||
; *** "Preparing to Install" wizard page | ||
WizardPreparing=インストール準備中 | ||
PreparingDesc=ご使用のコンピューターへ [name] をインストールする準備をしています。 | ||
|