summaryrefslogtreecommitdiff
path: root/macosx/English.lproj/Localizable.strings
Commit message (Collapse)AuthorAgeFilesLines
* OS X: Moving things around.SND\MaddTheSane_cp2013-11-271-109/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Implement localization on some OS X strings, mainly those in the Hungarian ↵SND\MaddTheSane_cp2013-10-201-1/+1
| | | | | | locale. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87585 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I'll never be happy...SND\MaddTheSane_cp2013-10-201-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87584 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* As loathe as I am to do it, making OS X's .strings files into UTF-16.SND\MaddTheSane_cp2013-10-191-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87573 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove the Spanish localization because there isn't a spanish .po file.SND\MaddTheSane_cp2013-09-011-3/+17
| | | | | | Translate some localizable.strings files to French, as well as some of the app's preference xib and InfoPlist.strings. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87048 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some more work on localization for OS X.SND\MaddTheSane_cp2013-09-011-18/+29
| | | | | | Create a Spanish localization. It currently is just the English files copied over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rewriting the memory card management on OS X. It's lacking copy capability ↵SND\MaddTheSane_cp2013-07-081-6/+16
| | | | | | right now, though. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Looks like I forgot to change a translation string when I moved to ↵SND\MaddTheSane_cp2013-07-081-1/+1
| | | | | | multi-block saves, fixing. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85885 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rehauling the memory card object in preperation for fixing the memory card ↵SND\MaddTheSane_cp2013-07-061-0/+8
| | | | | | manager. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85872 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing naming convention on a Cocoa function.SND\MaddTheSane_cp2012-10-131-1/+1
| | | | | | Fixing string format in a Cocoa string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80390 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Passing CFStrings to UTTypeEqual for constant strings.SND\MaddTheSane_cp2011-12-151-0/+2
| | | | | | Better error handling in case we can't get a UTI for a file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73314 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* The Memory card editor for Mac OS X should be up and running now.SND\MaddTheSane_cp2011-11-251-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72644 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* More changes to the Memory Card manager for Mac OS X.SND\MaddTheSane_cp2011-11-241-0/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72612 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating Localizable.strings.SND\MaddTheSane_cp2011-11-221-4/+3
| | | | | | | Minor string change in PcsxrController and Localizable.strings. A bit more transition from PCSX to PCSXR (AddPluginSheet.xib). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72528 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Forgot some Localizable.strings entries.SND\MaddTheSane_cp2011-11-181-1/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72395 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-171-1/+26
| | | | | | | | | | 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
* Big Mac Commit!SND\MaddTheSane_cp2011-11-121-0/+19
Updating plug-ins to use Release instead of Debug for command line building. Update to use 64-bit safe datatypes (NSInteger where needed). Getting rid of no longer used variables in the Xcode projects. Making a Localizable.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97