summaryrefslogtreecommitdiff
path: root/macosx/English.lproj/Localizable.strings
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 01:10:00 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 01:10:00 +0000
commita65d2267a5b86826c59a9673e6aa185469f24000 (patch)
tree046ceb2629da9bec85ce3969be76ef6a3862816f /macosx/English.lproj/Localizable.strings
parent37c0e091c1f8c5975fc3af8aa061a6e6266ed453 (diff)
downloadpcsxr-a65d2267a5b86826c59a9673e6aa185469f24000.tar.gz
Rewriting the memory card management on OS X. It's lacking copy capability right now, though.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj/Localizable.strings')
-rw-r--r--macosx/English.lproj/Localizable.strings22
1 files changed, 16 insertions, 6 deletions
diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings
index 2166bcfb..5367f575 100644
--- a/macosx/English.lproj/Localizable.strings
+++ b/macosx/English.lproj/Localizable.strings
@@ -52,18 +52,28 @@
"CD-ROM ID: %.9s\n" = "CD-ROM ID: %.9s\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";
+
+"Error opening file" = "Error opening file.";
+"Unable to open %@: %@" = "Unable to open %@: %@.";
+
+
+//Memory card management
"Format Card" = "Format Card";
-"Cancel" = "Cancel";
+"Free Size" = "Free Size";
"Format" = "Format";
"Formatting a memory card will remove all data on it.\n\nThis cannot be undone." = "Formatting a memory card will remove all data on it.\n\nThis cannot be undone.";
"Delete Block" = "Delete Block";
-"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a block will remove all saved data on that block.\n\nThis cannot be undone.";
-"Delete" = "Delete";
+"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.";
"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 %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue";
+"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %d doesn't have %d free 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 %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?";
+
+//General buttons
"Okay" = "Okay";
-"Error opening file" = "Error opening file";
-"Unable to open %@: %@" = "Unable to open %@: %@";
+"Cancel" = "Cancel";
+"Yes" = "Yes";
+"No" = "No";
+"Delete" = "Delete";
//Mem card flags
"MemCard_Deleted" = "Deleted";