diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:15:56 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:15:56 +0000 |
| commit | d4da70307ee50ee5d16715942f5cf218f76b3040 (patch) | |
| tree | f2f7d93af4d100af040f71d4f25ba934363cfa6b /macosx/English.lproj | |
| parent | 46e82c8e70678600bc55eea5b3c442ecafd8b147 (diff) | |
| download | pcsxr-d4da70307ee50ee5d16715942f5cf218f76b3040.tar.gz | |
Better checking if we are launched from the Finder if we are on Mavericks. Code adapted from the 1.2 fork of SDL.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88202 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj')
| -rw-r--r-- | macosx/English.lproj/zh-Hans.lproj/Localizable.strings | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macosx/English.lproj/zh-Hans.lproj/Localizable.strings b/macosx/English.lproj/zh-Hans.lproj/Localizable.strings index 28bccab5..9d63853d 100644 --- a/macosx/English.lproj/zh-Hans.lproj/Localizable.strings +++ b/macosx/English.lproj/zh-Hans.lproj/Localizable.strings @@ -6,6 +6,8 @@ Copyright 2011 __MyCompanyName__. All rights reserved. */ +//Commented out strings are those that need to be translated + //libpcsxrcore strings "Error Opening CDR Plugin" = "打开CDR插件时发生错误"; "Error Opening SPU Plugin" = "打开SPU插件时发生错误"; @@ -103,6 +105,14 @@ //not-so-general buttons //"Show Folder" = "Show Folder"; +//BIOS file opener +"PlayStation BIOS File" = "PlayStation BIOS 映像"; +//"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" = "删除"; "MemCard_Free" = "可用"; |
