summaryrefslogtreecommitdiffhomepage
path: root/etc/rtl.msgs.en
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 20:39:04 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 20:39:04 +0200
commite493dc0247f05ee9f700d50e8ddaa09b5a1ab06a (patch)
tree15c6ed9e48f3cf820b4e1f46008ee425a05128ce /etc/rtl.msgs.en
parentff862f04542067e8edea1ffb5a6f5527d975172c (diff)
downloadmidipix_build-e493dc0247f05ee9f700d50e8ddaa09b5a1ab06a.tar.bz2
midipix_build-e493dc0247f05ee9f700d50e8ddaa09b5a1ab06a.tar.xz
Implements localised message files.
Diffstat (limited to 'etc/rtl.msgs.en')
-rw-r--r--etc/rtl.msgs.en35
1 files changed, 35 insertions, 0 deletions
diff --git a/etc/rtl.msgs.en b/etc/rtl.msgs.en
new file mode 100644
index 00000000..aee15ab4
--- /dev/null
+++ b/etc/rtl.msgs.en
@@ -0,0 +1,35 @@
+#
+# en_* locale messages file for subr.rtl/*.subr
+#
+
+MSG_rtl_fetch_fail="Error: failed to fetch URL \`%s' (wget(1) exit status: %s)";
+MSG_rtl_fetch_fail_retryurl="Warning: failed to fetch URL \`%s', retrying with alternative URL... (wget(1) exit status: %s)";
+MSG_rtl_fetch_hashfail1="Error: hash mismatch for URL \`%s' (should be: %s vs.: %s.)";
+MSG_rtl_fetch_hashfail2="Error: hash mismatch for URL \`%s' (should be: %s.)";
+MSG_rtl_fetch_hashfail_retryurl="Warning: hash mismatch for URL \`%s', retrying with alternative URL... (from build variables: %s.)";
+MSG_rtl_fetch_lockfail="Error: failed to acquire fetching lock for URL \`%s'.";
+MSG_rtl_fetch_lockfail_retryurl="Warning: failed to acquire fetching lock for URL \`%s', retrying with alternative URL...";
+MSG_rtl_fetch_rm_redundant="Deleting redundant file \`%s' for package \`%s'.";
+
+MSG_rtl_fileop_invalid_dir="Error: Invalid or non-existent directory \`%s'.";
+MSG_rtl_fileop_invparm_chgrp="Error: Missing parameters (in: chgrp %s.)";
+MSG_rtl_fileop_invparm_chmod="Error: Missing parameters (in: chmod %s.)";
+MSG_rtl_fileop_invparm_chown="Error: Missing parameters (in: chown %s.)";
+MSG_rtl_fileop_invparm_cp="Error: Missing parameters (in: cp %s.)";
+MSG_rtl_fileop_invparm_cp_follow="Error: Missing parameters (in: cp_follow %s}.)";
+MSG_rtl_fileop_invparm="Error: Missing parameters (in: %s %s.)";
+MSG_rtl_fileop_invparm_fileop="Error: rtl_fileop() called w/ invalid parameter(s): %s";
+MSG_rtl_fileop_invparm_install="Error: Missing parameters (in: install %s.)";
+MSG_rtl_fileop_invparm_ln_symbolic="Error: Missing parameters (in: ln_symbolic %s.)";
+MSG_rtl_fileop_invparm_mv="Error: Missing parameters (in: mv %s.)";
+MSG_rtl_fileop_invparm_touch="Error: Missing parameters (in: touch %s.)";
+
+MSG_rtl_install_v2_rc="%s";
+
+MSG_rtl_log_vars_header="Variables for this %s:";
+MSG_rtl_log_unknown_tag="==> FIXME TODO XXX UNKNOWN TAG \`%s' PASSED TO rtl_log_msg()\n";
+
+MSG_rtl_platform_rc1="Command line: %s %s";
+MSG_rtl_platform_rc2="Command line: %s";
+
+# vim:foldmethod=marker ft=sh