summaryrefslogtreecommitdiffstats
path: root/Plugins/BuiltInFunctions/English.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/English.lproj
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Plugins/BuiltInFunctions/English.lproj')
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/BuiltInFunctions.strings26
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings10
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/InfoPlist.stringsbin0 -> 598 bytes
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/classes.nib38
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/info.nib61
-rw-r--r--Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/keyedobjects.nibbin0 -> 9192 bytes
6 files changed, 135 insertions, 0 deletions
diff --git a/Plugins/BuiltInFunctions/English.lproj/BuiltInFunctions.strings b/Plugins/BuiltInFunctions/English.lproj/BuiltInFunctions.strings
new file mode 100644
index 0000000..5d0a940
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.lproj/BuiltInFunctions.strings
@@ -0,0 +1,26 @@
+/* Headers for columns. */
+IconHeader = "Icon";
+FilenameHeader = "Filename";
+TypeHeader = "Type";
+LastModifiedTimeHeader = "Last Modified";
+CreatedTimeHeader = "Created";
+FileSizeHeader = "Size";
+
+/* Error messages. */
+UnableToResolveAlias = "unable to resolve alias";
+
+/* Default library name. */
+LiLibraryName = "My Library";
+
+/* Names for filters. */
+LiFilenameAttribute = "filename";
+LiTypeAttribute = "type";
+
+/* Names for operators. */
+LiEqualsOperator = "is";
+LiContainsOperator = "contains";
+
+/* For the natural language formatter. */
+Today = "Today";
+Yesterday = "Yesterday";
+Tomorrow = "Tomorrow"; \ No newline at end of file
diff --git a/Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings b/Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings
new file mode 100644
index 0000000..edc17d9
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings
@@ -0,0 +1,10 @@
+/* Errors for file rename operations. */
+LiGenericRenameErrorHeader = "The file couldn't be renamed.";
+LiGenericRenameErrorContents = "Try shaking a dead chicken (or chicken substitute) at the screen.";
+
+LiBadFilenameErrorHeader = "The file couldn't be renamed because it contained an illegal character.";
+LiBadFilenameErrorContents = "You can try to rename the file without the slash \"/\" or colon \":\" characters.";
+LiReadOnlyFileSytemErrorHeader = "The file couldn't be modified because the filesystem is read-only.";
+LiReadOnlyFileSytemErrorContents = "You need to talk to your system administrator to fix this.";
+LiPermissionDeniedErrorHeader = "The file couldn't be modified because you lack permission to change the file.";
+LiPermissionDeniedErrorContents = "You can modify your folder permissions in the Finder.";
diff --git a/Plugins/BuiltInFunctions/English.lproj/InfoPlist.strings b/Plugins/BuiltInFunctions/English.lproj/InfoPlist.strings
new file mode 100644
index 0000000..dd02662
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/classes.nib b/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/classes.nib
new file mode 100644
index 0000000..5cbffd3
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.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/English.lproj/InspectorViews.nib/info.nib b/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/info.nib
new file mode 100644
index 0000000..a3a74f1
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/info.nib
@@ -0,0 +1,61 @@
+<?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>69 167 356 240 0 0 1600 1178 </string>
+ <key>IBEditorPositions</key>
+ <dict>
+ <key>48</key>
+ <string>682 743 235 123 0 0 1600 1178 </string>
+ <key>5</key>
+ <string>604 657 392 277 0 0 1600 1178 </string>
+ </dict>
+ <key>IBFramework Version</key>
+ <string>349.0</string>
+ <key>IBGroupedObjects</key>
+ <dict>
+ <key>1</key>
+ <array>
+ <string>28</string>
+ <string>27</string>
+ </array>
+ <key>2</key>
+ <array>
+ <string>36</string>
+ <string>37</string>
+ </array>
+ <key>3</key>
+ <array>
+ <string>30</string>
+ <string>31</string>
+ </array>
+ <key>4</key>
+ <array>
+ <string>41</string>
+ <string>33</string>
+ </array>
+ <key>5</key>
+ <array>
+ <string>75</string>
+ <string>77</string>
+ </array>
+ <key>6</key>
+ <array>
+ <string>76</string>
+ <string>78</string>
+ </array>
+ </dict>
+ <key>IBLastGroupID</key>
+ <string>8</string>
+ <key>IBOldestOS</key>
+ <integer>3</integer>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>48</integer>
+ <integer>5</integer>
+ </array>
+ <key>IBSystem Version</key>
+ <string>7B85</string>
+</dict>
+</plist>
diff --git a/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/keyedobjects.nib b/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/keyedobjects.nib
new file mode 100644
index 0000000..2e6ed0c
--- /dev/null
+++ b/Plugins/BuiltInFunctions/English.lproj/InspectorViews.nib/keyedobjects.nib
Binary files differ