diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-08 15:01:26 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-08 15:01:26 +0000 |
| commit | 1ca710ff8f4c5535d638ea31d3aae98a7791f485 (patch) | |
| tree | bfa119868a049540e1f526a4404aa6a4eb38b3de /macosx/Resources/en.lproj/Localizable.strings | |
| parent | b96092d6fbde83d1e3036a6591b0bed356526733 (diff) | |
| download | pcsxr-1ca710ff8f4c5535d638ea31d3aae98a7791f485.tar.gz | |
OS X: only store the sjis string from the memory card:
The sjis title returned from GetMcdBlockInfo is is the latin title with Shift Japanese added, use that exclusively for PcsxrMemoryObject's name string.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91359 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Resources/en.lproj/Localizable.strings')
| -rw-r--r-- | macosx/Resources/en.lproj/Localizable.strings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Resources/en.lproj/Localizable.strings b/macosx/Resources/en.lproj/Localizable.strings index af3d0e8d..8937f85e 100644 --- a/macosx/Resources/en.lproj/Localizable.strings +++ b/macosx/Resources/en.lproj/Localizable.strings @@ -87,7 +87,7 @@ "Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten in the future."; "No Free Space" = "No Free Space"; "Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %1$d doesn't have %2$d free consecutive blocks on it. Please remove some blocks on that card to continue."; -"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %1$i does not have enough free consecutive blocks.\n\nIn order to copy over “%2$@ (%3$@),” memory card %4$i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?"; +"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@,\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %1$i does not have enough free consecutive blocks.\n\nIn order to copy over “%2$@,” memory card %3$i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?"; //Cheat manager "Save Cheats" = "Save Cheats"; |
