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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-02-18 18:56:54 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-02-18 18:56:59 +0300
commit78c89664c455314a26cde946d4f8f80aae01d901 (patch)
tree5a0ce9645a810d39b2c106fc84af0e02b5db4442 /src/quicksy/res
parent90270069dacb60ee1c213a6295d72d42e069a2de (diff)
moved translations into new resource on transifex
the 'strings' resource on transifex was in the internal 'Android 1' format instead of the more modern 'Android 2' format. This according to transifex support caused some weird issues… The only work around (apparently) was to create a new resource (now call main-strings) and use that instead. I hope we didn’t mess anything up in the process. Let's be extra careful with the next release
Diffstat (limited to 'src/quicksy/res')
-rw-r--r--src/quicksy/res/values-da-rDK/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quicksy/res/values-da-rDK/strings.xml b/src/quicksy/res/values-da-rDK/strings.xml
new file mode 100644
index 000000000..fdc430217
--- /dev/null
+++ b/src/quicksy/res/values-da-rDK/strings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="not_available_in_your_country">Quicksy er ikke tilgængelig i dit land.</string>
+ <string name="unable_to_verify_server_identity">Kan ikke bekræfte server identitet.</string>
+ <string name="unknown_security_error">Ukendt sikkerhedsfejl.</string>
+ </resources>