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/plugins/DFCdrom | |
| 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/plugins/DFCdrom')
| -rwxr-xr-x | macosx/plugins/DFCdrom/English.lproj/InfoPlist.strings | 2 | ||||
| -rwxr-xr-x | macosx/plugins/DFCdrom/hu.lproj/InfoPlist.strings | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFCdrom/hu.lproj/Localizable.strings | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/macosx/plugins/DFCdrom/English.lproj/InfoPlist.strings b/macosx/plugins/DFCdrom/English.lproj/InfoPlist.strings index 114b6964..91b98ae4 100755 --- a/macosx/plugins/DFCdrom/English.lproj/InfoPlist.strings +++ b/macosx/plugins/DFCdrom/English.lproj/InfoPlist.strings @@ -3,4 +3,4 @@ CFBundleName = "CD-ROM Drive Reader"; CFBundleShortVersionString = "1.0"; CFBundleGetInfoString = "Based on CDR plugin by linuzappz."; -NSHumanReadableCopyright = "Copyright (c) 2010 Wei Mingzhi."; +NSHumanReadableCopyright = "Copyright © 2010 Wei Mingzhi."; diff --git a/macosx/plugins/DFCdrom/hu.lproj/InfoPlist.strings b/macosx/plugins/DFCdrom/hu.lproj/InfoPlist.strings index 114b6964..1f3c116f 100755 --- a/macosx/plugins/DFCdrom/hu.lproj/InfoPlist.strings +++ b/macosx/plugins/DFCdrom/hu.lproj/InfoPlist.strings @@ -1,6 +1,6 @@ /* Localized versions of Info.plist keys */ -CFBundleName = "CD-ROM Drive Reader"; +CFBundleName = "CD-ROM olvasó"; CFBundleShortVersionString = "1.0"; CFBundleGetInfoString = "Based on CDR plugin by linuzappz."; NSHumanReadableCopyright = "Copyright (c) 2010 Wei Mingzhi."; diff --git a/macosx/plugins/DFCdrom/hu.lproj/Localizable.strings b/macosx/plugins/DFCdrom/hu.lproj/Localizable.strings index b4e1b9f8..8aa6b9da 100644 --- a/macosx/plugins/DFCdrom/hu.lproj/Localizable.strings +++ b/macosx/plugins/DFCdrom/hu.lproj/Localizable.strings @@ -6,4 +6,4 @@ Copyright 2011 __MyCompanyName__. All rights reserved. */ -"CD-ROM Drive Reader" = "CD-ROM Drive Reader"; +"CD-ROM Drive Reader" = "CD-ROM olvasó"; |
