summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:41:53 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:41:55 +0000
commit84450d4e8ea91a2205e469c7832362a8fb0f4472 (patch)
tree05f582cda6cf88ba1a58f525ba73aeec40a9e4ad /lang
parentfa3b41dd63dfba13bc2abb5c9ec4b2fd07beeb98 (diff)
downloadgitano-84450d4e8ea91a2205e469c7832362a8fb0f4472.tar.gz
Internationalisation of repository module
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua31
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 9610394..0b1a9ac 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -167,4 +167,35 @@ example administration repository rules and an admin user and group.
WARN_UNABLE_SCAN_PLUGINDIR = "Unable to scan plugin directory '${dir}': ${reason}",
WARN_UNABLE_LOAD_PLUGIN = "Failure loading plugin '${plugin}' from '${file}': ${reason}",
WARN_UNABLE_RUN_PLUGIN = "Failure running plugin '${plugin}' from '${file}': ${reason}",
+
+ -- Messages from the repository module
+ INITIAL_ADMIN_TREE = "Initial admin tree",
+ ERROR_CANNOT_CREATE_EXPORT_FILE = "Can't create git-daemon-export file: ${reason}",
+ ERROR_UNABLE_TO_RENAME_INTO_PLACE = "Unable to rename ${what} into place: ${reason}",
+ ERROR_UNABLE_TO_WRITE_FILE = "Unable to write ${what} file: ${reason}",
+ DEBUG_CHECKING_HOOKS = "Checking hooks for ${name}",
+ ERROR_DELETED_ADMIN_REF = "A deleted admin ref cannot be loaded",
+ ERROR_NO_PROJECT_CONF = "Unable to find project.conf in repository",
+ WARN_MARKDOWN_ERROR = "<${name}> Markdown: ${reason}",
+ ERROR_REALISE_NON_NASCENT = "Cannot realise a non-nascent repository",
+ ERROR_CANNOT_PREP_PATH = "Cannot prepare path leading to repository",
+ MSG_CHANGING_README = "Changing README",
+ MSG_CHANGED_README = "<${name}> Changed README",
+ MSG_CHANGING_HEAD = "Changing project HEAD",
+ MSG_CHANGED_HEAD = "<${name}> Set head to <${head}>",
+ DEBUG_CALCULATE_TOKEN = "Calculating confirmation token for ${name}",
+ ERROR_GRAVESITE_OCCUPIED = "Our grave site is already occupied! Cannot destroy.",
+ ERROR_GRAVESITE_UNCHECKED = "Could not check grave site for occupancy. Cannot destroy.",
+ ERROR_CANNOT_DESTROY_RENAME = "Cannot destroy. rename() returned ${reason}",
+ ERROR_CANNOT_RENAME_REPO = "Unable to rename repository: ${reason}",
+ ERROR_TARGET_NOT_NASCENT = "Target repository is not nascent",
+ ERROR_FAILED_TO_COPY = "Failed to copy repository ${path} to ${newpath}: ${reason}",
+ ERROR_COPY_IN_PROGRESS = "Copy already in progress",
+ ERROR_FAILED_COPYING_CONTENT = "Failed to copy repository content",
+ ERROR_FAILED_HARDLINKING = "Failed to hardlink objects of ${path} to ${newpath}: ${reason}",
+ ERROR_FAILED_RENAME_REPOSITORY = "Failed to rename repository ${from} to ${to}: ${reason}",
+ ERROR_CANNOT_PREP_PATH_INFO = "Cannot repare path leading to info file.",
+ ERROR_CANNOT_WRITE_LAST_MODIFIED = "Could not open info/web/last-modified for writing",
+ MSG_UPDATED_ADMIN_TREE = "Updated admin tree",
+ ERROR_SOMETHING_MISSING = "${what} missing",
}