GIT_SILENT Sync po/docbooks with svn
This commit is contained in:
210
po/it/neochat.po
210
po/it/neochat.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: neochat\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2022-10-08 00:46+0000\n"
|
||||
"POT-Creation-Date: 2022-10-09 00:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-13 14:33+0200\n"
|
||||
"Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n"
|
||||
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
|
||||
@@ -1786,14 +1786,14 @@ msgstr "Avvia una chat"
|
||||
msgid "Do you want to start a chat with %1?"
|
||||
msgstr "Vuoi iniziare una chat con %1?"
|
||||
|
||||
#: src/actionshandler.cpp:230 src/actionshandler.cpp:249
|
||||
#: src/actionshandler.cpp:276 src/actionshandler.cpp:281
|
||||
#: src/actionshandler.cpp:294 src/actionshandler.cpp:299
|
||||
#: src/actionshandler.cpp:226 src/actionshandler.cpp:245
|
||||
#: src/actionshandler.cpp:272 src/actionshandler.cpp:277
|
||||
#: src/actionshandler.cpp:290 src/actionshandler.cpp:295
|
||||
#, kde-format
|
||||
msgid "Invalid command"
|
||||
msgstr "Comando non valido"
|
||||
|
||||
#: src/actionshandler.cpp:318
|
||||
#: src/actionshandler.cpp:314
|
||||
#, kde-format
|
||||
msgid "Couldn't find a message to react to"
|
||||
msgstr "Impossibile trovare un messaggio a cui reagire"
|
||||
@@ -1818,448 +1818,448 @@ msgctxt "[action 1, action 2] and [action 3]"
|
||||
msgid " and "
|
||||
msgstr " e "
|
||||
|
||||
#: src/commandmodel.cpp:31
|
||||
#: src/commandmodel.cpp:30
|
||||
#, kde-format
|
||||
msgid "Displays action"
|
||||
msgstr "Visualizza l'azione"
|
||||
|
||||
#: src/commandmodel.cpp:33
|
||||
#: src/commandmodel.cpp:32
|
||||
#, kde-format
|
||||
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
|
||||
msgstr "Antepone ¯\\_(ツ)_/¯ a un messaggio di testo normale"
|
||||
|
||||
#: src/commandmodel.cpp:35
|
||||
#: src/commandmodel.cpp:34
|
||||
#, kde-format
|
||||
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
|
||||
msgstr "Antepone ( ͡° ͜ʖ ͡°) a un messaggio di testo normale"
|
||||
|
||||
#: src/commandmodel.cpp:38
|
||||
#: src/commandmodel.cpp:37
|
||||
#, kde-format
|
||||
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
|
||||
msgstr "Antepone (╯°□°)╯︵ ┻━┻ a un messaggio di testo semplice"
|
||||
|
||||
#: src/commandmodel.cpp:41
|
||||
#: src/commandmodel.cpp:40
|
||||
#, kde-format
|
||||
msgid "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message"
|
||||
msgstr "Antepone ┬──┬ ノ( ゜-゜ノ) a un messaggio di testo semplice"
|
||||
|
||||
#: src/commandmodel.cpp:44
|
||||
#: src/commandmodel.cpp:43
|
||||
#, kde-format
|
||||
msgid "Sends a message as plain text, without interpreting it as markdown"
|
||||
msgstr ""
|
||||
"Invia un messaggio come testo normale, senza interpretarlo come markdown"
|
||||
|
||||
#: src/commandmodel.cpp:47
|
||||
#: src/commandmodel.cpp:46
|
||||
#, kde-format
|
||||
msgid "Sends a message as html, without interpreting it as markdown"
|
||||
msgstr "Invia un messaggio come html, senza interpretarlo come markdown"
|
||||
|
||||
#: src/commandmodel.cpp:50
|
||||
#: src/commandmodel.cpp:49
|
||||
#, kde-format
|
||||
msgid "Sends the given message coloured as a rainbow"
|
||||
msgstr "Invia il messaggio dato colorato come un arcobaleno"
|
||||
|
||||
#: src/commandmodel.cpp:53
|
||||
#: src/commandmodel.cpp:52
|
||||
#, kde-format
|
||||
msgid "Sends the given emote coloured as a rainbow"
|
||||
msgstr "Invia l'emote specificata colorata come un arcobaleno"
|
||||
|
||||
#: src/commandmodel.cpp:55
|
||||
#: src/commandmodel.cpp:54
|
||||
#, kde-format
|
||||
msgid "Sends the given message as a spoiler"
|
||||
msgstr "Invia il dato messaggio come spoiler"
|
||||
|
||||
#: src/commandmodel.cpp:58
|
||||
#: src/commandmodel.cpp:57
|
||||
#, kde-format
|
||||
msgid "Joins room with given address"
|
||||
msgstr "Entra nella stanza con l'indirizzo specificato"
|
||||
|
||||
#: src/commandmodel.cpp:60
|
||||
#: src/commandmodel.cpp:59
|
||||
#, kde-format
|
||||
msgid "Leave room"
|
||||
msgstr "Lascia la stanza"
|
||||
|
||||
#: src/commandmodel.cpp:62
|
||||
#: src/commandmodel.cpp:61
|
||||
#, kde-format
|
||||
msgid "Invites user with given id to current room"
|
||||
msgstr "Invita l'utente con l'ID specificato nella stanza attuale"
|
||||
|
||||
#: src/commandmodel.cpp:64
|
||||
#: src/commandmodel.cpp:63
|
||||
#, kde-format
|
||||
msgid "React to this message with a text"
|
||||
msgstr "Reagisci a questo messaggio con del testo"
|
||||
|
||||
#: src/controller.cpp:174 src/controller.cpp:308
|
||||
#: src/controller.cpp:161 src/controller.cpp:295
|
||||
#, kde-format
|
||||
msgid "Network Error: %1"
|
||||
msgstr "Errore di rete: %1"
|
||||
|
||||
#: src/controller.cpp:299
|
||||
#: src/controller.cpp:286
|
||||
#, kde-format
|
||||
msgid "Login Failed: Access Token invalid or revoked"
|
||||
msgstr "Accesso non riuscito: token di accesso non valido o revocato"
|
||||
|
||||
#: src/controller.cpp:302 src/login.cpp:79
|
||||
#: src/controller.cpp:289 src/login.cpp:81
|
||||
#, kde-format
|
||||
msgid "Login Failed: %1"
|
||||
msgstr "Accesso non riuscito: %1"
|
||||
|
||||
#: src/controller.cpp:366
|
||||
#: src/controller.cpp:353
|
||||
#, kde-format
|
||||
msgid "Access token wasn't found"
|
||||
msgstr "Il token di accesso non è stato trovato"
|
||||
|
||||
#: src/controller.cpp:366
|
||||
#: src/controller.cpp:353
|
||||
#, kde-format
|
||||
msgid "Maybe it was deleted?"
|
||||
msgstr "Forse è stato eliminato?"
|
||||
|
||||
#: src/controller.cpp:370
|
||||
#: src/controller.cpp:357
|
||||
#, kde-format
|
||||
msgid "Access to keychain was denied."
|
||||
msgstr "L'accesso al portachiavi è stato negato."
|
||||
|
||||
#: src/controller.cpp:370
|
||||
#: src/controller.cpp:357
|
||||
#, kde-format
|
||||
msgid "Please allow NeoChat to read the access token"
|
||||
msgstr "Consenti a Neochat di leggere il token di accesso"
|
||||
|
||||
#: src/controller.cpp:373
|
||||
#: src/controller.cpp:360
|
||||
#, kde-format
|
||||
msgid "No keychain available."
|
||||
msgstr "Nessun portachiavi trovato."
|
||||
|
||||
#: src/controller.cpp:373
|
||||
#: src/controller.cpp:360
|
||||
#, kde-format
|
||||
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
|
||||
msgstr ""
|
||||
"Installa un portachiavi, ad es. KWallet o il portachiavi di GNOME su Linux"
|
||||
|
||||
#: src/controller.cpp:376
|
||||
#: src/controller.cpp:363
|
||||
#, kde-format
|
||||
msgid "Unable to read access token"
|
||||
msgstr "Impossibile leggere il token di accesso"
|
||||
|
||||
#: src/controller.cpp:619
|
||||
#: src/controller.cpp:606
|
||||
#, kde-format
|
||||
msgid "Room creation failed: \"%1\""
|
||||
msgstr "Creazione della stanza non riuscita: «%1»"
|
||||
|
||||
#: src/controller.cpp:632
|
||||
#: src/controller.cpp:619
|
||||
#, kde-format
|
||||
msgid "The room id you are trying to join is not valid"
|
||||
msgstr "L'ID della stanza che stai tentando di entrare non è valida"
|
||||
|
||||
#: src/login.cpp:74 src/login.cpp:85
|
||||
#: src/login.cpp:76 src/login.cpp:87
|
||||
#, kde-format
|
||||
msgid "Network Error"
|
||||
msgstr "Errore di rete"
|
||||
|
||||
#: src/main.cpp:149
|
||||
#: src/main.cpp:140
|
||||
#, kde-format
|
||||
msgid "NeoChat"
|
||||
msgstr "NeoChat"
|
||||
|
||||
#: src/main.cpp:151
|
||||
#: src/main.cpp:142
|
||||
#, kde-format
|
||||
msgid "Matrix client"
|
||||
msgstr "Client Matrix"
|
||||
|
||||
#: src/main.cpp:153
|
||||
#: src/main.cpp:144
|
||||
#, kde-format
|
||||
msgid "© 2018-2020 Black Hat, 2020-2022 KDE Community"
|
||||
msgstr "© 2018-2020 Black Hat, 2020-2022 La comunità KDE"
|
||||
|
||||
#: src/main.cpp:154
|
||||
#: src/main.cpp:145
|
||||
#, kde-format
|
||||
msgid "Black Hat"
|
||||
msgstr "Black Hat"
|
||||
|
||||
#: src/main.cpp:155
|
||||
#: src/main.cpp:146
|
||||
#, kde-format
|
||||
msgid "Carl Schwan"
|
||||
msgstr "Carl Schwan"
|
||||
|
||||
#: src/main.cpp:156
|
||||
#: src/main.cpp:147
|
||||
#, kde-format
|
||||
msgid "Tobias Fella"
|
||||
msgstr "Tobias Fella"
|
||||
|
||||
#: src/main.cpp:160
|
||||
#: src/main.cpp:151
|
||||
#, kde-format
|
||||
msgid "A Qt5 library to write cross-platform clients for Matrix"
|
||||
msgstr "Una libreria Qt5 per scrivere client multipiattaforma per Matrix"
|
||||
|
||||
#: src/main.cpp:255
|
||||
#: src/main.cpp:246
|
||||
#, kde-format
|
||||
msgid "Client for the matrix communication protocol"
|
||||
msgstr "Client per il protocollo di comunicazione matrix"
|
||||
|
||||
#: src/main.cpp:256
|
||||
#: src/main.cpp:247
|
||||
#, kde-format
|
||||
msgid "Supports appstream: url scheme"
|
||||
msgstr "Supporta lo schema di URL appstream:"
|
||||
|
||||
#: src/matriximageprovider.cpp:34
|
||||
#: src/matriximageprovider.cpp:35
|
||||
#, kde-format
|
||||
msgid "Media id '%1' doesn't follow server/mediaId pattern"
|
||||
msgstr "L'ID del supporto «%1» non segue il modello server/mediaId"
|
||||
|
||||
#: src/matriximageprovider.cpp:89
|
||||
#: src/matriximageprovider.cpp:90
|
||||
#, kde-format
|
||||
msgid "Image request has been cancelled"
|
||||
msgstr "La richiesta dell'immagine è stata annullata"
|
||||
|
||||
#: src/messageeventmodel.cpp:328
|
||||
#: src/messageeventmodel.cpp:331
|
||||
#, kde-format
|
||||
msgid "Today"
|
||||
msgstr "Oggi"
|
||||
|
||||
#: src/messageeventmodel.cpp:331
|
||||
#: src/messageeventmodel.cpp:334
|
||||
#, kde-format
|
||||
msgid "Yesterday"
|
||||
msgstr "Ieri"
|
||||
|
||||
#: src/messageeventmodel.cpp:334
|
||||
#: src/messageeventmodel.cpp:337
|
||||
#, kde-format
|
||||
msgid "The day before yesterday"
|
||||
msgstr "L'altro ieri"
|
||||
|
||||
#: src/messageeventmodel.cpp:436
|
||||
#: src/messageeventmodel.cpp:439
|
||||
#, kde-format
|
||||
msgid "<i>[This message was deleted]</i>"
|
||||
msgstr "<i>[Questo messaggio è stato eliminato]</i>"
|
||||
|
||||
#: src/messageeventmodel.cpp:437
|
||||
#: src/messageeventmodel.cpp:440
|
||||
#, kde-format
|
||||
msgid "<i>[This message was deleted: %1]</i>"
|
||||
msgstr "<i>[Questo messaggio è stato eliminato: %1]</i>"
|
||||
|
||||
#: src/messageeventmodel.cpp:516
|
||||
#: src/messageeventmodel.cpp:519
|
||||
#, kde-format
|
||||
msgid "[REDACTED]"
|
||||
msgstr "[REDATTO]"
|
||||
|
||||
#: src/messageeventmodel.cpp:516
|
||||
#: src/messageeventmodel.cpp:519
|
||||
#, kde-format
|
||||
msgid "[REDACTED: %1]"
|
||||
msgstr "[REDATTO: %1]"
|
||||
|
||||
#: src/neochatroom.cpp:453
|
||||
#: src/neochatroom.cpp:451
|
||||
#, kde-format
|
||||
msgid "a file"
|
||||
msgstr "un file"
|
||||
|
||||
#: src/neochatroom.cpp:497
|
||||
#: src/neochatroom.cpp:495
|
||||
#, kde-format
|
||||
msgid "reinvited %1 to the room"
|
||||
msgstr "ha invitato nuovamente %1 alla stanza"
|
||||
|
||||
#: src/neochatroom.cpp:499
|
||||
#: src/neochatroom.cpp:497
|
||||
#, kde-format
|
||||
msgctxt "Optional reason for an invitation"
|
||||
msgid ": %1"
|
||||
msgstr ": %1"
|
||||
|
||||
#: src/neochatroom.cpp:508
|
||||
#: src/neochatroom.cpp:506
|
||||
#, kde-format
|
||||
msgid "joined the room (repeated)"
|
||||
msgstr "è entrato nella stanza (ripetuto)"
|
||||
|
||||
#: src/neochatroom.cpp:510
|
||||
#: src/neochatroom.cpp:508
|
||||
#, kde-format
|
||||
msgid "invited %1 to the room"
|
||||
msgstr "ha invitato %1 alla stanza"
|
||||
|
||||
#: src/neochatroom.cpp:510
|
||||
#: src/neochatroom.cpp:508
|
||||
#, kde-format
|
||||
msgid "joined the room"
|
||||
msgstr "è entrato nella stanza"
|
||||
|
||||
#: src/neochatroom.cpp:514
|
||||
#: src/neochatroom.cpp:512
|
||||
#, kde-format
|
||||
msgid ": %1"
|
||||
msgstr ": %1"
|
||||
|
||||
#: src/neochatroom.cpp:521
|
||||
#: src/neochatroom.cpp:519
|
||||
#, kde-format
|
||||
msgctxt "their refers to a singular user"
|
||||
msgid "cleared their display name"
|
||||
msgstr "ha cancellato il suo nome visualizzato"
|
||||
|
||||
#: src/neochatroom.cpp:523
|
||||
#: src/neochatroom.cpp:521
|
||||
#, kde-format
|
||||
msgctxt "their refers to a singular user"
|
||||
msgid "changed their display name to %1"
|
||||
msgstr "ha cambiato il suo nome visualizzato in %1"
|
||||
|
||||
#: src/neochatroom.cpp:528
|
||||
#: src/neochatroom.cpp:526
|
||||
#, kde-format
|
||||
msgid " and "
|
||||
msgstr " e "
|
||||
|
||||
#: src/neochatroom.cpp:531
|
||||
#: src/neochatroom.cpp:529
|
||||
#, kde-format
|
||||
msgctxt "their refers to a singular user"
|
||||
msgid "cleared their avatar"
|
||||
msgstr "ha cancellato il suo avatar"
|
||||
|
||||
#: src/neochatroom.cpp:537
|
||||
#: src/neochatroom.cpp:535
|
||||
#, kde-format
|
||||
msgid "set an avatar"
|
||||
msgstr "ha impostato un avatar"
|
||||
|
||||
#: src/neochatroom.cpp:539
|
||||
#: src/neochatroom.cpp:537
|
||||
#, kde-format
|
||||
msgctxt "their refers to a singular user"
|
||||
msgid "updated their avatar"
|
||||
msgstr "ha aggiornato il suo avatar"
|
||||
|
||||
#: src/neochatroom.cpp:546
|
||||
#: src/neochatroom.cpp:544
|
||||
#, kde-format
|
||||
msgid "withdrew %1's invitation"
|
||||
msgstr "ha ritirato l'invito di %1"
|
||||
|
||||
#: src/neochatroom.cpp:546
|
||||
#: src/neochatroom.cpp:544
|
||||
#, kde-format
|
||||
msgid "rejected the invitation"
|
||||
msgstr "ha rifiutato l'invito"
|
||||
|
||||
#: src/neochatroom.cpp:550
|
||||
#: src/neochatroom.cpp:548
|
||||
#, kde-format
|
||||
msgid "unbanned %1"
|
||||
msgstr "ha rimosso il bando per %1"
|
||||
|
||||
#: src/neochatroom.cpp:550
|
||||
#: src/neochatroom.cpp:548
|
||||
#, kde-format
|
||||
msgid "self-unbanned"
|
||||
msgstr "ha rimosso il bando da se stesso"
|
||||
|
||||
#: src/neochatroom.cpp:553
|
||||
#: src/neochatroom.cpp:551
|
||||
#, kde-format
|
||||
msgid "has put %1 out of the room: %2"
|
||||
msgstr "ha espulso %1 dalla stanza: %2"
|
||||
|
||||
#: src/neochatroom.cpp:554
|
||||
#: src/neochatroom.cpp:552
|
||||
#, kde-format
|
||||
msgid "left the room"
|
||||
msgstr "ha abbandonato la stanza"
|
||||
|
||||
#: src/neochatroom.cpp:556
|
||||
#: src/neochatroom.cpp:554
|
||||
#, kde-format
|
||||
msgid "banned %1 from the room: %2"
|
||||
msgstr "ha bandito %1 dalla stanza: %2"
|
||||
|
||||
#: src/neochatroom.cpp:557
|
||||
#: src/neochatroom.cpp:555
|
||||
#, kde-format
|
||||
msgid "self-banned from the room"
|
||||
msgstr "auto-bandito dalla stanza"
|
||||
|
||||
#: src/neochatroom.cpp:559
|
||||
#: src/neochatroom.cpp:557
|
||||
#, kde-format
|
||||
msgid "requested an invite"
|
||||
msgstr "ha richiesto un invito"
|
||||
|
||||
#: src/neochatroom.cpp:562
|
||||
#: src/neochatroom.cpp:560
|
||||
#, kde-format
|
||||
msgid "made something unknown"
|
||||
msgstr "ha fatto qualcosa di sconosciuto"
|
||||
|
||||
#: src/neochatroom.cpp:565
|
||||
#: src/neochatroom.cpp:563
|
||||
#, kde-format
|
||||
msgid "cleared the room main alias"
|
||||
msgstr "ha cancellato l'alias principale della stanza"
|
||||
|
||||
#: src/neochatroom.cpp:565
|
||||
#: src/neochatroom.cpp:563
|
||||
#, kde-format
|
||||
msgid "set the room main alias to: %1"
|
||||
msgstr "ha impostato l'alias principale della stanza a: %1"
|
||||
|
||||
#: src/neochatroom.cpp:568
|
||||
#: src/neochatroom.cpp:566
|
||||
#, kde-format
|
||||
msgid "cleared the room name"
|
||||
msgstr "ha cancellato il nome della stanza"
|
||||
|
||||
#: src/neochatroom.cpp:568
|
||||
#: src/neochatroom.cpp:566
|
||||
#, kde-format
|
||||
msgid "set the room name to: %1"
|
||||
msgstr "ha impostato il nome della stanza a: %1"
|
||||
|
||||
#: src/neochatroom.cpp:571
|
||||
#: src/neochatroom.cpp:569
|
||||
#, kde-format
|
||||
msgid "cleared the topic"
|
||||
msgstr "ha cancellato l'argomento"
|
||||
|
||||
#: src/neochatroom.cpp:571
|
||||
#: src/neochatroom.cpp:569
|
||||
#, kde-format
|
||||
msgid "set the topic to: %1"
|
||||
msgstr "ha impostato l'argomento a: %1"
|
||||
|
||||
#: src/neochatroom.cpp:574
|
||||
#: src/neochatroom.cpp:572
|
||||
#, kde-format
|
||||
msgid "changed the room avatar"
|
||||
msgstr "ha cambiato l'avatar della stanza"
|
||||
|
||||
#: src/neochatroom.cpp:577
|
||||
#: src/neochatroom.cpp:575
|
||||
#, kde-format
|
||||
msgid "activated End-to-End Encryption"
|
||||
msgstr "ha attivato la cifratura End-to-End"
|
||||
|
||||
#: src/neochatroom.cpp:580
|
||||
#: src/neochatroom.cpp:578
|
||||
#, kde-format
|
||||
msgid "upgraded the room to version %1"
|
||||
msgstr "ha aggiornato la stanza alla versione %1"
|
||||
|
||||
#: src/neochatroom.cpp:581
|
||||
#: src/neochatroom.cpp:579
|
||||
#, kde-format
|
||||
msgid "created the room, version %1"
|
||||
msgstr "ha creato la stanza, versione %1"
|
||||
|
||||
#: src/neochatroom.cpp:584
|
||||
#: src/neochatroom.cpp:582
|
||||
#, kde-format
|
||||
msgctxt "'power level' means permission level"
|
||||
msgid "changed the power levels for this room"
|
||||
msgstr "ha modificato i livelli di potenza per questa stanza"
|
||||
|
||||
#: src/neochatroom.cpp:588
|
||||
#: src/neochatroom.cpp:586
|
||||
#, kde-format
|
||||
msgid "changed the server access control lists for this room"
|
||||
msgstr "ha modificato la lista di controllo degli accessi per questa stanza"
|
||||
|
||||
#: src/neochatroom.cpp:592
|
||||
#: src/neochatroom.cpp:590
|
||||
#, kde-format
|
||||
msgctxt "[User] added <name> widget"
|
||||
msgid "added %1 widget"
|
||||
msgstr "aggiunto %1 oggetto"
|
||||
|
||||
#: src/neochatroom.cpp:595
|
||||
#: src/neochatroom.cpp:593
|
||||
#, kde-format
|
||||
msgctxt "[User] removed <name> widget"
|
||||
msgid "removed %1 widget"
|
||||
msgstr "rimosso %1 oggetto"
|
||||
|
||||
#: src/neochatroom.cpp:597
|
||||
#: src/neochatroom.cpp:595
|
||||
#, kde-format
|
||||
msgctxt "[User] configured <name> widget"
|
||||
msgid "configured %1 widget"
|
||||
msgstr "configurato %1 oggetto"
|
||||
|
||||
#: src/neochatroom.cpp:599
|
||||
#: src/neochatroom.cpp:597
|
||||
#, kde-format
|
||||
msgid "updated %1 state"
|
||||
msgstr "ha aggiornato lo stato di %1"
|
||||
|
||||
#: src/neochatroom.cpp:600
|
||||
#: src/neochatroom.cpp:598
|
||||
#, kde-format
|
||||
msgid "updated %1 state for %2"
|
||||
msgstr "ha aggiornato lo stato di %1 per %2"
|
||||
|
||||
#: src/neochatroom.cpp:602
|
||||
#: src/neochatroom.cpp:600
|
||||
#, kde-format
|
||||
msgid "Unknown event"
|
||||
msgstr "Evento sconosciuto"
|
||||
|
||||
#: src/neochatroom.cpp:1099
|
||||
#: src/neochatroom.cpp:1097
|
||||
#, fuzzy, kde-format
|
||||
#| msgid "Password changed successfully"
|
||||
msgid "Report sent successfully."
|
||||
@@ -2300,52 +2300,52 @@ msgstr "Accetta invito"
|
||||
msgid "Reject Invitation"
|
||||
msgstr "Rifiuta invito"
|
||||
|
||||
#: src/roomlistmodel.cpp:455
|
||||
#: src/roomlistmodel.cpp:452
|
||||
#, kde-format
|
||||
msgid "Invited"
|
||||
msgstr "Invitato"
|
||||
|
||||
#: src/roomlistmodel.cpp:457
|
||||
#: src/roomlistmodel.cpp:454
|
||||
#, kde-format
|
||||
msgid "Favorite"
|
||||
msgstr "Preferito"
|
||||
|
||||
#: src/roomlistmodel.cpp:459
|
||||
#: src/roomlistmodel.cpp:456
|
||||
#, kde-format
|
||||
msgid "Direct Messages"
|
||||
msgstr "Messaggi diretti"
|
||||
|
||||
#: src/roomlistmodel.cpp:461
|
||||
#: src/roomlistmodel.cpp:458
|
||||
#, kde-format
|
||||
msgid "Normal"
|
||||
msgstr "Normale"
|
||||
|
||||
#: src/roomlistmodel.cpp:463
|
||||
#: src/roomlistmodel.cpp:460
|
||||
#, kde-format
|
||||
msgid "Low priority"
|
||||
msgstr "Bassa priorità"
|
||||
|
||||
#: src/roomlistmodel.cpp:465
|
||||
#: src/roomlistmodel.cpp:462
|
||||
#, kde-format
|
||||
msgid "Spaces"
|
||||
msgstr "Spazi"
|
||||
|
||||
#: src/roommanager.cpp:49
|
||||
#: src/roommanager.cpp:47
|
||||
#, kde-format
|
||||
msgid "Malformed or empty Matrix id"
|
||||
msgstr "ID Matrix non valido o vuoto"
|
||||
|
||||
#: src/roommanager.cpp:49
|
||||
#: src/roommanager.cpp:47
|
||||
#, kde-format
|
||||
msgid "%1 is not a correct Matrix identifier"
|
||||
msgstr "%1 non è un identificatore Matrix corretto"
|
||||
|
||||
#: src/roommanager.cpp:66
|
||||
#: src/roommanager.cpp:64
|
||||
#, kde-format
|
||||
msgid "Room not found"
|
||||
msgstr "Stanza trovata"
|
||||
|
||||
#: src/roommanager.cpp:66
|
||||
#: src/roommanager.cpp:64
|
||||
#, kde-format
|
||||
msgid ""
|
||||
"There's no room %1 in the room list. Check the spelling and the account."
|
||||
@@ -2353,19 +2353,19 @@ msgstr ""
|
||||
"Non c'è alcuna stanza %1 nell'elenco delle stanze. Controlla l'ortografia e "
|
||||
"l'account."
|
||||
|
||||
#: src/roommanager.cpp:201
|
||||
#: src/roommanager.cpp:199
|
||||
#, kde-format
|
||||
msgid "No application for the link"
|
||||
msgstr "Nessuna applicazione per il collegamento"
|
||||
|
||||
#: src/roommanager.cpp:201
|
||||
#: src/roommanager.cpp:199
|
||||
#, kde-format
|
||||
msgid "Your operating system could not find an application for the link."
|
||||
msgstr ""
|
||||
"Il tuo sistema operativo non è riuscito a trovare un'applicazione per il "
|
||||
"collegamento."
|
||||
|
||||
#: src/roommanager.cpp:207
|
||||
#: src/roommanager.cpp:205
|
||||
#, kde-format
|
||||
msgid "Could not open URL"
|
||||
msgstr "Impossibile aprire l'URL"
|
||||
|
||||
Reference in New Issue
Block a user