From 3043ded6406ce8bb06392b2c6351eb7596658d11 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 17 Nov 2011 01:58:25 +0000 Subject: First steps for localization support for Mac OS X/Cocoa, including: Localizable.strings files for each plug-in. Try to get localizable string from a c string (see Pcsxr_locale_text in main.m). Each Mac plug-in now has a Principal class declaration in their Info.plist Also updated the memory card extensions git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/English.lproj/Localizable.strings | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 macosx/plugins/DFXVideo/English.lproj/Localizable.strings (limited to 'macosx/plugins/DFXVideo/English.lproj/Localizable.strings') diff --git a/macosx/plugins/DFXVideo/English.lproj/Localizable.strings b/macosx/plugins/DFXVideo/English.lproj/Localizable.strings new file mode 100644 index 00000000..1eb39163 --- /dev/null +++ b/macosx/plugins/DFXVideo/English.lproj/Localizable.strings @@ -0,0 +1,11 @@ +/* + Localizable.strings + PeopsSoftGPU + + Created by C.W. Betts on 11/16/11. + Copyright 2011 __MyCompanyName__. All rights reserved. + */ + +"Pete Bernert and the P.E.Op.S. team" = "Pete Bernert and the P.E.Op.S. team"; +"SoftGL Driver" = "SoftGL Driver"; +"P.E.Op.S. SoftGL Driver V1.17\nCoded by Pete Bernert and the P.E.Op.S. team\n" = "P.E.Op.S. SoftGL Driver V1.17\nCoded by Pete Bernert and the P.E.Op.S. team\n"; \ No newline at end of file -- cgit v1.2.3