diff options
Diffstat (limited to 'Resources/English.lproj/AboutPanel.strings')
-rw-r--r-- | Resources/English.lproj/AboutPanel.strings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Resources/English.lproj/AboutPanel.strings b/Resources/English.lproj/AboutPanel.strings new file mode 100644 index 00000000..c54d1df0 --- /dev/null +++ b/Resources/English.lproj/AboutPanel.strings @@ -0,0 +1,15 @@ +/* Class = "NSPanel"; title = "Panel"; ObjectID = "7"; */ +"Panel" = "Panel"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "14"; */ +"OK" = "OK"; + +/* Class = "NSTextFieldCell"; title = "Sequel Pro"; ObjectID = "26"; */ +"Sequel Pro" = "Sequel Pro"; + +/* Class = "NSButtonCell"; title = "License"; ObjectID = "29"; */ +"License" = "License"; + +/* Class = "NSTextFieldCell"; title = "Build Version"; ObjectID = "44"; */ +"Build Version" = "Build Version"; + |