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

strings.xml « values-it « res « main « src - gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6df9fe4c5bae8b5445910bca0d69fa29f71dd0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="deny_reason_channel_nesting">Raggiunto il limite di nesting dei canali.</string>
    <string name="chat_notify_disconnected">%s disconnesso.</string>
    <string name="the_server">il server</string>
    <string name="perm_denied">Permesso negato.</string>
    <string name="deny_reason_other">Motivo: %s</string>
    <string name="deny_reason_channel_full">Il canale è pieno.</string>
    <string name="deny_reason_invalid_username">Nome utente non valido.</string>
    <string name="deny_reason_no_certificate">Per eseguire questa operazione è necessario un certificato.</string>
    <string name="deny_reason_no_operation_temp">Negato: Operazione non consentita nei canali temporanei.</string>
    <string name="deny_reason_text_too_long">Negato: Messaggio di testo troppo lungo.</string>
    <string name="deny_reason_channel_name">Negato: Nome canale non valido.</string>
    <string name="bluetooth_disconnected">Bluetooth disconnesso</string>
    <string name="bluetooth_connected">Bluetooth connesso</string>
    <string name="chat_notify_user_left_channel_by">\"%1$s\" è stato sposato in \"%2$s\" tramite \"%3$s\".</string>
    <string name="chat_notify_user_joined_channel_by">\"%1$s\" è arrivato da \"%2$s\" tramite \"%3$s\".</string>
    <string name="server">Server</string>
    <string name="chat_notify_user_left_channel">\"%1$s\" si è spostato in \"%2$s\".</string>
    <string name="chat_notify_user_joined_channel">\"%s\" è entrato nel canale.</string>
    <string name="chat_notify_user_recording_stopped">\"%s\" ha fermato una registrazione.</string>
    <string name="chat_notify_user_recording_started">\"%s\" ha avviato una registrazione.</string>
    <string name="chat_notify_self_recording_stopped">Registrazione fermata</string>
    <string name="chat_notify_self_recording_started">Registrazione avviata</string>
    <string name="chat_notify_kick">%3$s è stato Cacciato dal server da %1$s: %2$s.</string>
    <string name="chat_notify_kick_ban">%3$s è stato Cacciato e Bandito dal server da %1$s: %2$s.</string>
    <string name="chat_notify_kick_self">Cacciato dal server da %1$s: %2$s.</string>
    <string name="chat_notify_kick_ban_self">Cacciato e Bandito dal server da %1$s: %2$s.</string>
    <string name="chat_notify_connected">%s connesso.</string>
    <string name="chat_notify_now_unmuted">%s non è muto.</string>
    <string name="chat_notify_now_muted">%s è muto.</string>
    <string name="chat_notify_now_muted_deafened">%s è muto ed escluso.</string>
    <string name="chat_notify_unmuted">Non muto.</string>
    <string name="chat_notify_muted">Muto.</string>
    <string name="chat_notify_muted_deafened">Muto ed escluso.</string>
    <string name="audio_max_bandwidth">La larghezza massima di banda del server è %1$d kbit/s. Regolazione della qualità audio a %2$d kbit/s (%3$d ms).</string>
</resources>