diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-23 18:54:07 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-23 18:54:07 +0000 |
| commit | 3262dd123efa06dfab0a0b1accc329d422a1d74b (patch) | |
| tree | 1d7bbf210e9f05f8b2d7403107c3d17314f1840f /macosx/Resources/fr.lproj/AddPluginSheet.strings | |
| parent | 4dd77012f333c479984e252beef7d06bd7527cc5 (diff) | |
| download | pcsxr-3262dd123efa06dfab0a0b1accc329d422a1d74b.tar.gz | |
OS X: slowly moving the resources to a subdirectory.
I forgot how braindead subversion can be.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89538 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Resources/fr.lproj/AddPluginSheet.strings')
| -rw-r--r-- | macosx/Resources/fr.lproj/AddPluginSheet.strings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/Resources/fr.lproj/AddPluginSheet.strings b/macosx/Resources/fr.lproj/AddPluginSheet.strings new file mode 100644 index 00000000..6c1f139d --- /dev/null +++ b/macosx/Resources/fr.lproj/AddPluginSheet.strings @@ -0,0 +1,15 @@ + +/* Class = "NSPanel"; title = "Install Greffon"; 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 = "Oui"; ObjectID = "113"; */ +"113.title" = "Oui"; + +/* Class = "NSButtonCell"; title = "Non"; ObjectID = "117"; */ +"117.title" = "Non"; |
