mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Italian translation: update
This commit is contained in:
parent
4d21f34e72
commit
6b337ce935
|
@ -79,7 +79,7 @@ ChatForm::ChatForm(Friend* chatFriend)
|
|||
headTextLayout->addWidget(callDuration, 1, Qt::AlignCenter);
|
||||
callDuration->hide();
|
||||
|
||||
menu.addAction(tr("Load chat history..."), this, SLOT(onLoadHistory()));
|
||||
menu.addAction(QObject::tr("Load chat history..."), this, SLOT(onLoadHistory()));
|
||||
|
||||
connect(Core::getInstance(), &Core::fileSendStarted, this, &ChatForm::startFileSend);
|
||||
connect(sendButton, &QPushButton::clicked, this, &ChatForm::onSendTriggered);
|
||||
|
|
7
translations/it.ts
vendored
7
translations/it.ts
vendored
|
@ -2115,7 +2115,7 @@ Verrà installata al riavvio del programma.</translation>
|
|||
Permettimi di aggiungerti alla mia lista contatti.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/chatlog/chatmessage.cpp" line="124"/>
|
||||
<location filename="../src/chatlog/chatmessage.cpp" line="129"/>
|
||||
<source>Resizing</source>
|
||||
<translation>Ridimensiona</translation>
|
||||
</message>
|
||||
|
@ -2124,6 +2124,11 @@ Permettimi di aggiungerti alla mia lista contatti.</translation>
|
|||
<source>User Profile</source>
|
||||
<translation>Profilo Utente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/chatform.cpp" line="82"/>
|
||||
<source>Load chat history...</source>
|
||||
<translation>Carica cronologia chat...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ScreenshotGrabber</name>
|
||||
|
|
Loading…
Reference in New Issue
Block a user