blob: 5367f5759dcf22660610565ccf76f1464b06750f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
/*
Localizable.strings
Pcsx
Created by C.W. Betts on 4/23/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system.";
"Error!" = "Error!";
"Installation Succesfull" = "Installation Succesfull";
"Installation Failed!" = "Installation Failed!";
"The installation of the specified plugin was succesfull. In order to use it, please restart the application." = "The installation of the specified plugin was succesfull. In order to use it, please restart the application.";
"The installation of the specified plugin failed. Please try again, or make a manual install." ="The installation of the specified plugin failed. Please try again, or make a manual install.";
"Missing plugins!" = "Missing plugins!";
"Pcsxr is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games.";
"Missing BIOS!" = "Missing BIOS!";
"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/" = "Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/";
"Error Opening CDR Plugin" = "Error Opening CDR Plugin";
"Error Opening SPU Plugin" = "Error Opening SPU Plugin";
"Error Opening GPU Plugin" = "Error Opening GPU Plugin";
"Error Opening PAD1 Plugin" = "Error Opening PAD1 Plugin";
"Error Opening PAD2 Plugin" = "Error Opening PAD2 Plugin";
"Error Closing CDR Plugin" = "Error Closing CDR Plugin";
"Error Closing SPU Plugin" = "Error Closing SPU Plugin";
"Error Closing PAD1 Plugin" = "Error Closing PAD1 Plugin";
"Error Closing PAD2 Plugin" = "Error Closing PAD2 Plugin";
"Error Closing GPU Plugin" = "Error Closing GPU Plugin";
"CDRinit error: %d" = "CDRinit error: %d";
"GPUinit error: %d" = "GPUinit error: %d";
"SPUinit error: %d" = "SPUinit error: %d";
"PAD1init error: %d" = "PAD1init error: %d";
"PAD2init error: %d" = "PAD2init error: %d";
"NETinit error: %d" = "NETinit error: %d";
"Could not open BIOS:\"%s\". Enabling HLE Bios!\n" = "Could not open BIOS:\"%s\". Enabling HLE Bios!\n";
"Error allocating memory!" = "Error allocating memory!";
"Running PCSXR Version %s (%s).\n" = "Running PCSXR Version %s (%s).\n";
"No memory card value was specified - creating a default card %s\n" = "No memory card value was specified - creating a default card %s\n";
"Memory card %s failed to load!\n" = "Memory card %s failed to load!\n";
"Loading memory card %s\n" = "Loading memory card %s\n";
"Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n" = "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n";
"Loaded CD Image: %s" = "Loaded CD Image: %s";
"(Untitled)" = "(Untitled)";
"Cheats saved to: %s\n" = "Cheats saved to: %s\n";
"Cheats loaded from: %s\n" = "Cheats loaded from: %s\n";
"Error allocating memory" = "Error allocating memory";
"Unable to start debug server.\n" = "Unable to start debug server.\n";
"Debugger started.\n" = "Debugger started.\n";
"Debugger stopped.\n" = "Debugger stopped.\n";
"CD-ROM Label: %.32s\n" = "CD-ROM Label: %.32s\n";
"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";
"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 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 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";
"Cancel" = "Cancel";
"Yes" = "Yes";
"No" = "No";
"Delete" = "Delete";
//Mem card flags
"MemCard_Deleted" = "Deleted";
"MemCard_Free" = "Free";
"MemCard_Used" = "Used";
"MemCard_Link" = "Link";
"MemCard_EndLink" = "End Link";
|