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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-07-28 14:21:45 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-07-28 14:21:45 +0400
commitf4ed3c399385e5b314b909eec6f9116b8bfbb1f8 (patch)
tree2394ad4b3b1b0623c4f5b7ed8490fc2ba5e17667 /src/main/res
parent30e545d854d380731d507663cce7c9136cc769ed (diff)
No need for multi-project structure of the gradle project. Simplified.
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values-de/strings.xml14
-rw-r--r--src/main/res/values-pl/strings.xml14
-rw-r--r--src/main/res/values/strings.xml18
3 files changed, 46 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
new file mode 100644
index 0000000..c30b90c
--- /dev/null
+++ b/src/main/res/values-de/strings.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="chat_notify_moved">%1$s wurde von %3$s aus %2$s verschoben.</string>
+ <string name="chat_notify_muted_deafened">Stumm und taub.</string>
+ <string name="chat_notify_muted">Stumm.</string>
+ <string name="chat_notify_unmuted">Nicht stumm.</string>
+ <string name="chat_notify_unmuted_undeafened">Nicht stumm und nicht taub.</string>
+ <string name="chat_notify_now_muted_deafened">%s ist nun stumm und taub.</string>
+ <string name="chat_notify_now_muted">%s ist nun stumm.</string>
+ <string name="chat_notify_now_unmuted">%s ist nicht mehr stumm.</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s ist nicht mehr stumm und nicht mehr taub.</string>
+ <string name="chat_notify_connected">%s ist verbunden.</string>
+ <string name="chat_notify_disconnected">%s hat den Server verlassen.</string>
+</resources>
diff --git a/src/main/res/values-pl/strings.xml b/src/main/res/values-pl/strings.xml
new file mode 100644
index 0000000..a72ea4c
--- /dev/null
+++ b/src/main/res/values-pl/strings.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="chat_notify_moved">%1$s został przeniesiony z kanału %2$s przez %3$s.</string>
+ <string name="chat_notify_muted_deafened">Ogłuszono oraz wyciszono mikrofon.</string>
+ <string name="chat_notify_muted">Wyciszono mikrofon.</string>
+ <string name="chat_notify_unmuted">Wyłączono wyciszenie mikrofonu.</string>
+ <string name="chat_notify_unmuted_undeafened">Wyłączono ogłuszenie oraz wyciszenie mikrofonu.</string>
+ <string name="chat_notify_now_muted_deafened">%s jest teraz ogłuszony oraz wyciszony.</string>
+ <string name="chat_notify_now_muted">%s jest teraz wyciszony.</string>
+ <string name="chat_notify_now_unmuted">%s nie jest już wyciszony.</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s nie jest już ogłuszony.</string>
+ <string name="chat_notify_connected">%s połączony.</string>
+ <string name="chat_notify_disconnected">%s rozłączony.</string>
+</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
new file mode 100644
index 0000000..e68149e
--- /dev/null
+++ b/src/main/res/values/strings.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="chat_notify_moved">%1$s moved in from %2$s by %3$s.</string>
+ <string name="chat_notify_muted_deafened">Muted and deafened.</string>
+ <string name="chat_notify_muted">Muted.</string>
+ <string name="chat_notify_unmuted">Unmuted.</string>
+ <string name="chat_notify_unmuted_undeafened">Unmuted and undeafened.</string>
+ <string name="chat_notify_now_muted_deafened">%s is now muted and deafened.</string>
+ <string name="chat_notify_now_muted">%s is now muted.</string>
+ <string name="chat_notify_now_unmuted">%s is now unmuted.</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s is now unmuted and undeafened.</string>
+ <string name="chat_notify_connected">%s connected.</string>
+ <string name="chat_notify_disconnected">%s disconnected.</string>
+ <string name="chat_notify_self_recording_started">Recording started</string>
+ <string name="chat_notify_self_recording_stopped">Recording stopped</string>
+ <string name="chat_notify_user_recording_started">%s started recording.</string>
+ <string name="chat_notify_user_recording_stopped">%s stopped recording.</string>
+</resources>