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:
Diffstat (limited to 'src/main/res/values-pt/strings.xml')
-rw-r--r--src/main/res/values-pt/strings.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/main/res/values-pt/strings.xml b/src/main/res/values-pt/strings.xml
index a6b3dae..8218f0a 100644
--- a/src/main/res/values-pt/strings.xml
+++ b/src/main/res/values-pt/strings.xml
@@ -1,2 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources></resources> \ No newline at end of file
+<resources>
+ <string name="chat_notify_disconnected">%s desconectou-se.</string>
+ <string name="chat_notify_connected">%s conectou-se.</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s agora está com microfone e áudio ativados.</string>
+ <string name="chat_notify_now_unmuted">%s agora está com o microfone ativado.</string>
+ <string name="chat_notify_now_muted">%s agora está silenciado.</string>
+ <string name="chat_notify_now_muted_deafened">%s agora está silenciado e com o áudio desativado.</string>
+ <string name="chat_notify_unmuted_undeafened">Microfone e áudio ativados.</string>
+ <string name="chat_notify_unmuted">Microfone reativado.</string>
+ <string name="chat_notify_muted">Silenciado.</string>
+ <string name="chat_notify_muted_deafened">Silenciado e áudio desativado.</string>
+ <string name="chat_notify_moved">%1$s foi movido de %2$s para este canal por %3$s.</string>
+ <string name="server">Servidor</string>
+ <string name="perm_denied">Permissão negada.</string>
+</resources> \ No newline at end of file