aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/FieldEditorSheet.strings
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-06-12 15:20:57 +0000
committerrowanbeentje <rowan@beent.je>2010-06-12 15:20:57 +0000
commit1c89992b2af18acb457819b94f50fee247620d28 (patch)
tree7ab7503093ab37b96dd709a70a1180881d7a6fcd /Resources/English.lproj/FieldEditorSheet.strings
parent03bdabf809d02a7f76c2fbc02841bb1030c49a47 (diff)
downloadsequelpro-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/FieldEditorSheet.strings')
-rw-r--r--Resources/English.lproj/FieldEditorSheet.strings51
1 files changed, 51 insertions, 0 deletions
diff --git a/Resources/English.lproj/FieldEditorSheet.strings b/Resources/English.lproj/FieldEditorSheet.strings
new file mode 100644
index 00000000..2e4b0268
--- /dev/null
+++ b/Resources/English.lproj/FieldEditorSheet.strings
@@ -0,0 +1,51 @@
+/* Class = "NSPanel"; title = "Field Editor"; ObjectID = "1"; */
+"Field Editor" = "Field Editor";
+
+/* Class = "NSBox"; title = "Box"; ObjectID = "3"; */
+"Box" = "Box";
+
+/* Class = "NSPopUpButton"; gToolTip = "Choose a data format to display the current data by using QuickLook"; ObjectID = "8"; */
+"Choose a data format to display the current data by using QuickLook" = "Choose a data format to display the current data by using QuickLook";
+
+/* Class = "NSBox"; title = "Box"; ObjectID = "14"; */
+"Box" = "Box";
+
+/* Class = "NSButtonCell"; title = "OK"; ObjectID = "15"; */
+"OK" = "OK";
+
+/* Class = "NSButtonCell"; title = "Open..."; ObjectID = "16"; */
+"Open..." = "Open...";
+
+/* Class = "NSButtonCell"; title = "Save..."; ObjectID = "17"; */
+"Save..." = "Save...";
+
+/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "18"; */
+"Cancel" = "Cancel";
+
+/* Class = "NSSegmentedCell"; 19.labels[0] = "Text"; ObjectID = "19"; */
+"Text" = "Text";
+
+/* Class = "NSSegmentedCell"; 19.labels[1] = "Image"; ObjectID = "19"; */
+"Image" = "Image";
+
+/* Class = "NSSegmentedCell"; 19.labels[2] = "Hex"; ObjectID = "19"; */
+"Hex" = "Hex";
+
+/* Class = "NSSegmentedCell"; 19.toolTips[0] = "Show data as text"; ObjectID = "19"; */
+"Show data as text" = "Show data as text";
+
+/* Class = "NSSegmentedCell"; 19.toolTips[1] = "Try to show data as image"; ObjectID = "19"; */
+"Try to show data as image" = "Try to show data as image";
+
+/* Class = "NSSegmentedCell"; 19.toolTips[2] = "Show data hexadecimal"; ObjectID = "19"; */
+"Show data hexadecimal" = "Show data hexadecimal";
+
+/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "21"; */
+"OtherViews" = "OtherViews";
+
+/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "74"; */
+"Label" = "Label";
+
+/* Class = "NSButtonCell"; title = "Close"; ObjectID = "77"; */
+"Close" = "Close";
+