summaryrefslogtreecommitdiffstats
path: root/Plugins/BuiltInFunctions/chef.lproj
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:45:08 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:45:08 -0400
commit17349a5e426dc7acf1216a3767a22f69974cbca0 (patch)
tree20029d02f07ab6257cccec36d34fb312f796e1d1 /Plugins/BuiltInFunctions/chef.lproj
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Plugins/BuiltInFunctions/chef.lproj')
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/BuiltInFunctions.strings26
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/ErrorMessages.strings10
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/InfoPlist.stringsbin0 -> 606 bytes
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib38
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib32
-rw-r--r--Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nibbin0 -> 3419 bytes
6 files changed, 106 insertions, 0 deletions
diff --git a/Plugins/BuiltInFunctions/chef.lproj/BuiltInFunctions.strings b/Plugins/BuiltInFunctions/chef.lproj/BuiltInFunctions.strings
new file mode 100644
index 0000000..4881c4c
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/BuiltInFunctions.strings
@@ -0,0 +1,26 @@
+/* Headers for columns. */
+IconHeader = "Icun";
+FilenameHeader = "Feeleneme-a";
+TypeHeader = "Type-a";
+LastModifiedTimeHeader = "Lest Mudeeffied";
+CreatedTimeHeader = "Creeted";
+FileSizeHeader = "Seeze-a";
+
+/* Error messages. */
+UnableToResolveAlias = "uneble-a tu resulfe-a eleees";
+
+/* Default library name. */
+LiLibraryName = "My Leebrery";
+
+/* Names for filters. */
+LiFilenameAttribute = "feeleneme-a";
+LiTypeAttribute = "type-a";
+
+/* Names for operators. */
+LiEqualsOperator = "is";
+LiContainsOperator = "cunteeens";
+
+/* For the natural language formatter. */
+Today = "Tudey";
+Yesterday = "Yesterdey";
+Tomorrow = "Tumurroo"; \ No newline at end of file
diff --git a/Plugins/BuiltInFunctions/chef.lproj/ErrorMessages.strings b/Plugins/BuiltInFunctions/chef.lproj/ErrorMessages.strings
new file mode 100644
index 0000000..94dd413
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/ErrorMessages.strings
@@ -0,0 +1,10 @@
+/* Errors for file rename operations. */
+LiGenericRenameErrorHeader = "Zee feele-a cuooldn't be-a renemed.";
+LiGenericRenameErrorContents = "Try shekeeng a deed cheeckee (oor cheeckee soobsteetoote-a) et zee screee.";
+
+LiBadFilenameErrorHeader = "Zee feele-a cuooldn't be-a renemed becoose-a it cunteeened un illegel cherecter.";
+LiBadFilenameErrorContents = "Yuoo cun try tu reneme-a zee feele-a veethuoot zee slesh \"/\" oor culun \":\" cherecters.";
+LiReadOnlyFileSytemErrorHeader = "Zee feele-a cuooldn't be-a mudeeffied becoose-a zee feelesystem is reed-oonly.";
+LiReadOnlyFileSytemErrorContents = "Yuoo need tu telk tu yuoor system edmeenistretur tu feex thees.";
+LiPermissionDeniedErrorHeader = "Zee feele-a cuooldn't be-a mudeeffied becoose-a yuoo leck permeessiun tu chunge-a zee feele-a.";
+LiPermissionDeniedErrorContents = "Yuoo cun mudeeffy yuoor fulder permeessiuns in zee Feender.";
diff --git a/Plugins/BuiltInFunctions/chef.lproj/InfoPlist.strings b/Plugins/BuiltInFunctions/chef.lproj/InfoPlist.strings
new file mode 100644
index 0000000..9ac3304
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/InfoPlist.strings
Binary files differ
diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib
new file mode 100644
index 0000000..5cbffd3
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/classes.nib
@@ -0,0 +1,38 @@
+{
+ IBClasses = (
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {CLASS = HFSCodeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
+ {
+ ACTIONS = {
+ setApplication = id;
+ setFilename = id;
+ setHFSCreatorField = id;
+ setHFSTypeField = id;
+ setIcon = id;
+ setType = id;
+ };
+ CLASS = InspectorViewController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ hfsCreatorField = NSTextField;
+ hfsTypeField = NSTextField;
+ iconView = NSImageView;
+ pathField = NSTextField;
+ theApplicationButton = NSPopUpButton;
+ theFileTabView = NSView;
+ theFilenameField = NSTextField;
+ theHFSTabView = NSView;
+ theTypeField = NSTextField;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = LiBuiltInFunctions;
+ LANGUAGE = ObjC;
+ OUTLETS = {theController = InspectorViewController; };
+ SUPERCLASS = NSObject;
+ },
+ {CLASS = LiImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }
+ );
+ IBVersion = 1;
+} \ No newline at end of file
diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib
new file mode 100644
index 0000000..d875328
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/info.nib
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBDocumentLocation</key>
+ <string>37 90 356 240 0 0 1024 746 </string>
+ <key>IBEditorPositions</key>
+ <dict>
+ <key>48</key>
+ <string>394 455 235 123 0 0 1024 746 </string>
+ <key>5</key>
+ <string>345 428 334 178 0 0 1024 746 </string>
+ </dict>
+ <key>IBFramework Version</key>
+ <string>291.0</string>
+ <key>IBGroupedObjects</key>
+ <dict>
+ <key>0</key>
+ <array>
+ <string>27</string>
+ <string>28</string>
+ <string>30</string>
+ <string>31</string>
+ <string>33</string>
+ </array>
+ </dict>
+ <key>IBLastGroupID</key>
+ <string>1</string>
+ <key>IBSystem Version</key>
+ <string>6L60</string>
+</dict>
+</plist>
diff --git a/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib
new file mode 100644
index 0000000..688b472
--- /dev/null
+++ b/Plugins/BuiltInFunctions/chef.lproj/InspectorViews.nib/objects.nib
Binary files differ