From 499a07eef8c5450b896b45b7be08069132372e8d Mon Sep 17 00:00:00 2001 From: zaCade Date: Fri, 10 Aug 2018 17:18:08 +0200 Subject: [PATCH] entWatch4: Push missing translations. --- .../entWatch.messages.phrases.txt | 23 +++++++++++++++++++ .../entWatch.restrictions.phrases.txt | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 _entWatch4/translations/entWatch.messages.phrases.txt create mode 100644 _entWatch4/translations/entWatch.restrictions.phrases.txt diff --git a/_entWatch4/translations/entWatch.messages.phrases.txt b/_entWatch4/translations/entWatch.messages.phrases.txt new file mode 100644 index 00000000..61677be6 --- /dev/null +++ b/_entWatch4/translations/entWatch.messages.phrases.txt @@ -0,0 +1,23 @@ +"Phrases" +{ + "Item Drop" + { + "en" "has dropped" + } + "Item Death" + { + "en" "died with" + } + "Item Pickup" + { + "en" "picked up" + } + "Item Disconnect" + { + "en" "disconnected with" + } + "Item Activate" + { + "en" "used" + } +} \ No newline at end of file diff --git a/_entWatch4/translations/entWatch.restrictions.phrases.txt b/_entWatch4/translations/entWatch.restrictions.phrases.txt new file mode 100644 index 00000000..7062c23b --- /dev/null +++ b/_entWatch4/translations/entWatch.restrictions.phrases.txt @@ -0,0 +1,3 @@ +"Phrases" +{ +} \ No newline at end of file