diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-20 02:06:38 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-20 02:06:38 +0000 |
| commit | cd7357dc31281c406979637b340ef59972fd5209 (patch) | |
| tree | 834b76b1b22d0b48cece85c29b6c3796773858d3 /macosx/English.lproj/hu.lproj/InfoPlist.strings | |
| parent | 3184d31f215c0708761833b93b6283a450f22d40 (diff) | |
| download | pcsxr-cd7357dc31281c406979637b340ef59972fd5209.tar.gz | |
Implement localization on some OS X strings, mainly those in the Hungarian locale.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87585 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/English.lproj/hu.lproj/InfoPlist.strings')
| -rw-r--r-- | macosx/English.lproj/hu.lproj/InfoPlist.strings | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/macosx/English.lproj/hu.lproj/InfoPlist.strings b/macosx/English.lproj/hu.lproj/InfoPlist.strings index 89bd0a47..aa01b3a9 100644 --- a/macosx/English.lproj/hu.lproj/InfoPlist.strings +++ b/macosx/English.lproj/hu.lproj/InfoPlist.strings @@ -1,11 +1,13 @@ /* Localized versions of Info.plist keys */ -CFBundleName = "PCSXR"; -CFBundleShortVersionString = "PCSX-Reloaded 1.9.94"; -CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; -NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2013 PCSX-Reloaded Team."; -"Playstation Emulator Plug-in" = "PlayStation Emulator Plug-in"; -"Playstation BIOS Image" = "PlayStation BIOS Image"; -"PCSXR Memory Card" = "PCSXR Memory Card"; -"PCSXR Freeze State" = "PCSXR Freeze State"; -"Playstation Cheat" = "PCSXR Cheat"; +//Commented out strings are those that need to be translated + +//CFBundleName = "PCSXR"; +//CFBundleShortVersionString = "PCSX-Reloaded 1.9.94"; +//CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; +//NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2013 PCSX-Reloaded Team."; +//"Playstation Emulator Plug-in" = "PlayStation Emulator Plug-in"; +//"Playstation BIOS Image" = "PlayStation BIOS Image"; +"PCSXR Memory Card" = "Psx memória kártya formátum"; +//"PCSXR Freeze State" = "PCSXR Freeze State"; +"Playstation Cheat" = "PCSXR csalás kód fájlok"; |
