diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:15:55 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:15:55 +0000 |
| commit | 387027e6704341ffca44b721fe18037f2cec9dd7 (patch) | |
| tree | b608aeac9ad30a44b5c2cee07da7c4c45bc53c5a | |
| parent | a05a3d11cf14b328bf16a748c9aa5f3c8cbc88d0 (diff) | |
| download | pcsxr-387027e6704341ffca44b721fe18037f2cec9dd7.tar.gz | |
OS X:
Fix spelling mistake in the Localizable.strings files.
I think it might have been misspelled in the code in the past, but has since been fixed.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88209 e17a0e51-4ae3-4d35-97c3-1a29b211df97
4 files changed, 4 insertions, 4 deletions
diff --git a/macosx/English.lproj/en.lproj/Localizable.strings b/macosx/English.lproj/en.lproj/Localizable.strings index e112f3a8..61ded82a 100644 --- a/macosx/English.lproj/en.lproj/Localizable.strings +++ b/macosx/English.lproj/en.lproj/Localizable.strings @@ -45,7 +45,7 @@ "CD-ROM ID: %.9s\n" = "CD-ROM ID: %.9s\n"; "CD-ROM EXE Name: %.255s\n" = "CD-ROM EXE Name: %.255s\n"; "Error opening file: %s.\n" = "Error opening file: %s.\n"; -"Unknown CPE opcode %02x at poiition %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n"; +"Unknown CPE opcode %02x at position %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n"; "\ncould not open: %s\n" = "\ncould not open: %s\n"; "New Memory Card.mcd" = "New Memory Card File.mcr"; "Loaded PPF %d.0 patch: %s.\n" = "Loaded PPF %d.0 patch: %s.\n"; diff --git a/macosx/English.lproj/fr.lproj/Localizable.strings b/macosx/English.lproj/fr.lproj/Localizable.strings index 1d7fb5cb..12c544d6 100644 --- a/macosx/English.lproj/fr.lproj/Localizable.strings +++ b/macosx/English.lproj/fr.lproj/Localizable.strings @@ -47,7 +47,7 @@ "CD-ROM ID: %.9s\n" = "ID CD-ROM : %.9s\n"; //"CD-ROM EXE Name: %.255s\n" = "CD-ROM EXE Name: %.255s\n"; "Error opening file: %s.\n" = "Érreur en ouvrant le fichier %s.\n"; -"Unknown CPE opcode %02x at poiition %08x.\n" = "Opcode CPE inconnu %02x à la position %08x.\n"; +"Unknown CPE opcode %02x at position %08x.\n" = "Opcode CPE inconnu %02x à la position %08x.\n"; "\ncould not open: %s\n" = "\nImpossible d'ouvrir le dossier : '%s'\n"; "New Memory Card.mcd" = "Nouvelle carte mémoire.mcd"; "Loaded PPF %d.0 patch: %s.\n" = "Patch PPF %d.0 chargé : %s.\n"; diff --git a/macosx/English.lproj/hu.lproj/Localizable.strings b/macosx/English.lproj/hu.lproj/Localizable.strings index f9e5fb05..d3c9de52 100644 --- a/macosx/English.lproj/hu.lproj/Localizable.strings +++ b/macosx/English.lproj/hu.lproj/Localizable.strings @@ -47,7 +47,7 @@ "CD-ROM ID: %.9s\n" = "CD-ROM azonosító: %.9s\n"; //"CD-ROM EXE Name: %.255s\n" = "CD-ROM címke: %.32s\n"; "Error opening file: %s.\n" = "Hiba a fájl megnyitása közben: %s.\n"; -"Unknown CPE opcode %02x at poiition %08x.\n" = "Ismeretlen CPE művelet-kód: %02x ezen a helyen: %08x.\n"; +"Unknown CPE opcode %02x at position %08x.\n" = "Ismeretlen CPE művelet-kód: %02x ezen a helyen: %08x.\n"; "\ncould not open: %s\n" = "\nA könyvtár nem nyitható meg: '%s'\n"; "New Memory Card.mcd" = "Új memória kártya.mcr"; "Loaded PPF %d.0 patch: %s.\n" = "PPF %d.0 patch betöltve: %s.\n"; diff --git a/macosx/English.lproj/zh-Hans.lproj/Localizable.strings b/macosx/English.lproj/zh-Hans.lproj/Localizable.strings index 20a196d3..e13feb42 100644 --- a/macosx/English.lproj/zh-Hans.lproj/Localizable.strings +++ b/macosx/English.lproj/zh-Hans.lproj/Localizable.strings @@ -47,7 +47,7 @@ "CD-ROM ID: %.9s\n" = "光驱ID: %.9s\n"; "CD-ROM EXE Name: %.255s\n" = "光驱名称: %.255s\n"; "Error opening file: %s.\n" = "打开文件错误: %s.\n"; -"Unknown CPE opcode %02x at poiition %08x.\n" = "未知CPE指令 %02x在%08x.\n"; +"Unknown CPE opcode %02x at position %08x.\n" = "未知CPE指令 %02x在%08x.\n"; "\ncould not open: %s\n" = "\n不能打开: %s\n"; "New Memory Card.mcd" = "新记忆卡文件.mcr"; "Loaded PPF %d.0 patch: %s.\n" = "载入 PPF %d.0 补丁: %s.\n"; |
