diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:20:48 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:20:48 +0000 |
| commit | 618c6539e8755305dd7836cf95026c4611b819ce (patch) | |
| tree | 7d4ffb573c2eebda210f46e178aa138c186c9d87 /macosx/English.lproj/hu.lproj | |
| parent | d4da70307ee50ee5d16715942f5cf218f76b3040 (diff) | |
| download | pcsxr-618c6539e8755305dd7836cf95026c4611b819ce.tar.gz | |
OS X:
Check to see if a BIOS file has been passed to us, and ask if the user wants to move or copy the BIOS over.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88203 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj/hu.lproj')
| -rw-r--r-- | macosx/English.lproj/hu.lproj/Localizable.strings | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/macosx/English.lproj/hu.lproj/Localizable.strings b/macosx/English.lproj/hu.lproj/Localizable.strings index b5229483..827215c6 100644 --- a/macosx/English.lproj/hu.lproj/Localizable.strings +++ b/macosx/English.lproj/hu.lproj/Localizable.strings @@ -105,6 +105,14 @@ //not-so-general buttons //"Show Folder" = "Show Folder"; +//BIOS file opener +//"PlayStation BIOS File" = "PlayStation BIOS File"; +//"The file \"%@\" seems to be a BIOS file. Do you want PCSX-R to copy it to the proper location?" = "The file “%1$@\” seems to be a BIOS file. Do you want PCSX-R to copy it to the proper location?"; +//"BIOS_Copy" = "Copy"; +//"BIOS_Move" = "Move"; +//"BIOS Already Exists" = "BIOS Already Exists"; +//"There already exists a BIOS file at \"%1$@\": not copying the file at \"%2$@\".\n\nIf you do want to use the BIOS file at \"%2$@\", delete the BIOS at \"%1$@\"." = "There already exists a BIOS file at “%1$@”: not copying the file at “%2$@”.\n\nIf you do want to use the BIOS file at “%2$@”, delete the BIOS at “%1$@”."; + //Mem card flags "MemCard_Deleted" = "Törölve"; "MemCard_Free" = "Üres"; |
