From 17349a5e426dc7acf1216a3767a22f69974cbca0 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 14 Apr 2008 21:45:08 -0400 Subject: Initial commit. --- Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings (limited to 'Plugins/BuiltInFunctions/English.lproj/ErrorMessages.strings') 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."; -- cgit v1.3