Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/unrar/loclang.hpp')
-rw-r--r--src/thirdparty/unrar/loclang.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/loclang.hpp b/src/thirdparty/unrar/loclang.hpp
index 2d84c44ac..6941a3189 100644
--- a/src/thirdparty/unrar/loclang.hpp
+++ b/src/thirdparty/unrar/loclang.hpp
@@ -309,7 +309,6 @@
#define MOwnersBroken "\nERROR: %s group and owner data are corrupt\n"
#define MSetOwnersError "\nWARNING: Cannot set %s owner and group\n"
#define MErrLnkRead "\nWARNING: Cannot read symbolic link %s"
-#define MErrCreateLnk "\nWARNING: Cannot create link %s"
#define MSymLinkExists "\nWARNING: Symbolic link %s already exists"
#define MAskRetryCreate "\nCannot create %s. Retry ?"
#define MListMACHead1 "\n Mac OS file type: %c%c%c%c ; "
@@ -382,3 +381,6 @@
#define MCopyError "\nCannot copy %s to %s."
#define MCopyErrorHint "\nYou need to unpack the entire archive to create file copy entries."
#define MCopyingData "\nCopying data"
+#define MErrCreateLnkS "\nCannot create symbolic link %s"
+#define MErrCreateLnkH "\nCannot create hard link %s"
+#define MNeedAdmin "\nYou may need to run RAR as administrator"