summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 16:17:37 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 16:17:37 +0000
commit69bf26b85f2186b11d2dcecc5b39cb2a5bfcdeaf (patch)
treee6c92a8609ec9778b172c73c76c2f58fdd55751a /lang
parent42f9bd6388ef451495e8a17c7742f0987b91cab1 (diff)
downloadgitano-69bf26b85f2186b11d2dcecc5b39cb2a5bfcdeaf.tar.gz
i18n work for gitano.util
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 1f0fdd3..46ef0c2 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -206,4 +206,28 @@ example administration repository rules and an admin user and group.
DEBUG_ATTEMPT_LOADSTRING = "Attempting to loadstring in the sandbox",
DEBUG_SET_GLOBALS = "Setting globals in supple sandbox",
DEBUG_SUPPLE_HOST_RUN = "Entering supple.host.run()",
+
+ -- Messages from the util module
+ DEBUG_WELCOME_TO = "Welcome to ${site}",
+ DEBUG_RUNNING = "Running:",
+ DEBUG_ON_BEHALF_OF = "On behalf of ${user} using key ${key}",
+ ERROR_RUNNING_COMMAND = "Error running ${cmd}: ${reason}",
+ UNABLE_TO_CONTINUE = "Unable to continue",
+ MSG_COMPLETED_SUCCESSFULLY = "${cmd} completed successfully",
+ WARN_UNTERMINATED_STRING = "Un-terminated quoted string",
+ WARN_UNUSED_ESCAPE = "Un-used escape at end",
+ WARN_NO_COMMAND = "No command found?",
+ ERROR_STAT_FILE_FAILED = "Stat file ${file} failed: ${reason}",
+ ERROR_NO_CB = "No callback provided",
+ MSG_SKIPPING_FILE = "Skipping file ${file}",
+ MSG_COPYING_FILE = "Copying file ${from} to ${to}",
+ ERROR_COPY_FILE_FAILED = "Copy file ${from} to ${to} failed: ${reason}",
+ MSG_COPY_SYMLINK = "Copying symlink ${from} to ${to}",
+ ERROR_COPY_SYMLINK_FAILED = "Copy symlink ${from} to ${to} failed: ${reason}",
+ MSG_COPY_DIR = "Copying dir ${from} to ${to}",
+ ERROR_COPY_DIR_FAILED = "Copy dir ${from} to ${to} failed: ${reason}",
+ ERROR_UNSUPPORTED_TYPE = "Unsupported file type ${type} during copy",
+ ERROR_EXPECTED_TAG_NAME = "Expected tag name in string expansion of ${...}",
+ ERROR_UNTERMINATED_TAG = "Unterminated tag expansion in string.",
+ ERROR_LOOP_IN_EXPN = "Loop detected in tag expansion",
}