diff options
author | rowanbeentje <rowan@beent.je> | 2010-06-12 15:20:57 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-06-12 15:20:57 +0000 |
commit | 1c89992b2af18acb457819b94f50fee247620d28 (patch) | |
tree | 7ab7503093ab37b96dd709a70a1180881d7a6fcd /Resources/English.lproj/DatabaseServerVariables.strings | |
parent | 03bdabf809d02a7f76c2fbc02841bb1030c49a47 (diff) | |
download | sequelpro-1c89992b2af18acb457819b94f50fee247620d28.tar.gz sequelpro-1c89992b2af18acb457819b94f50fee247620d28.tar.bz2 sequelpro-1c89992b2af18acb457819b94f50fee247620d28.zip |
- Implement the Wil shipley/Golden % Braeburn localisation method for .xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files
- Fix the genstring stage of the build script and move it to Release/Dist builds only
- Update Localizable.strings to match latest code
Diffstat (limited to 'Resources/English.lproj/DatabaseServerVariables.strings')
-rw-r--r-- | Resources/English.lproj/DatabaseServerVariables.strings | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Resources/English.lproj/DatabaseServerVariables.strings b/Resources/English.lproj/DatabaseServerVariables.strings new file mode 100644 index 00000000..06a6f175 --- /dev/null +++ b/Resources/English.lproj/DatabaseServerVariables.strings @@ -0,0 +1,39 @@ +/* Class = "NSWindow"; title = "Variables"; ObjectID = "1"; */ +"Variables" = "Variables"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "9"; */ +"Close" = "Close"; + +/* Class = "NSButtonCell"; title = "Save As..."; ObjectID = "10"; */ +"Save As..." = "Save As..."; + +/* Class = "NSTextFieldCell"; title = "Server Variables"; ObjectID = "11"; */ +"Server Variables" = "Server Variables"; + +/* Class = "NSTableColumn"; headerCell.title = "Value"; ObjectID = "16"; */ +"Value" = "Value"; + +/* Class = "NSTableColumn"; headerCell.title = "Variable Name"; ObjectID = "17"; */ +"Variable Name" = "Variable Name"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "18"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "19"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "20"; */ +"Filter" = "Filter"; + +/* Class = "NSTextFieldCell"; title = "0 of 0"; ObjectID = "21"; */ +"0 of 0" = "0 of 0"; + +/* Class = "NSMenuItem"; title = "Copy Variable Value"; ObjectID = "35"; */ +"Copy Variable Value" = "Copy Variable Value"; + +/* Class = "NSMenuItem"; title = "Copy Variable Name"; ObjectID = "36"; */ +"Copy Variable Name" = "Copy Variable Name"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "37"; */ +"Copy" = "Copy"; + |