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

strings.xml « values-pt « res « main « src - gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8218f0a0781bba05e1ea8cb2eb811db4bbcc84ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<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>