From 26a39c749b337ef038a949447c5356ddaa0bc912 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 26 Nov 2013 23:29:22 +0000 Subject: More work on OS X localization. Some OS X bug fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87971 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/English.lproj/fr.lproj/AddPluginSheet.strings | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 macosx/English.lproj/fr.lproj/AddPluginSheet.strings (limited to 'macosx/English.lproj/fr.lproj/AddPluginSheet.strings') diff --git a/macosx/English.lproj/fr.lproj/AddPluginSheet.strings b/macosx/English.lproj/fr.lproj/AddPluginSheet.strings new file mode 100644 index 00000000..2fd39f1d --- /dev/null +++ b/macosx/English.lproj/fr.lproj/AddPluginSheet.strings @@ -0,0 +1,15 @@ + +/* Class = "NSPanel"; title = "Install Plug-in"; ObjectID = "10"; */ +"10.title" = "Install Greffon"; + +/* Class = "NSTextFieldCell"; title = "Plugin Installation"; ObjectID = "58"; */ +"58.title" = "Plugin Installation"; + +/* Class = "NSTextFieldCell"; title = "Do you want to install this plugin into PCSXR?"; ObjectID = "59"; */ +"59.title" = "Do you want to install this plugin into PCSXR?"; + +/* Class = "NSButtonCell"; title = "Yes"; ObjectID = "113"; */ +"113.title" = "Oui"; + +/* Class = "NSButtonCell"; title = "No"; ObjectID = "117"; */ +"117.title" = "Non"; -- cgit v1.2.3