misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="sv" sourcelanguage="en">
|
2022-08-02 18:03:49 -04:00
|
|
|
<context>
|
|
|
|
|
<name>CallAdapter</name>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="152"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Missed call</source>
|
|
|
|
|
<translation>Missat samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="153"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Missed call with %1</source>
|
|
|
|
|
<translation>Missat samtal med %1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="547"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>me</source>
|
|
|
|
|
<translation>jag</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="600"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Incoming call</source>
|
|
|
|
|
<translation>Inkommande samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="601"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>%1 is calling you</source>
|
|
|
|
|
<translation>%1 ringer dig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/app/calladapter.cpp" line="612"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>is calling you</source>
|
|
|
|
|
<translation>ringer dig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ConversationsAdapter</name>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="184"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>New message</source>
|
|
|
|
|
<translation>Nytt meddelande</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="243"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Trust request</source>
|
|
|
|
|
<translation>Lita på begäran</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>CurrentConversation</name>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="98"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Private</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="100"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Private group (restricted invites)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="102"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Private group</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="104"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Public group</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="285"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>An error occurred while fetching this repository</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="287"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>The conversation's mode is un-recognized</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="289"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>An invalid message was detected</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/currentconversation.cpp" line="292"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>Not enough authorization for updating conversation's infos</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
2022-11-21 19:49:42 -05:00
|
|
|
<context>
|
|
|
|
|
<name>DevicesListPopup</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/DevicesListPopup.qml" line="162"/>
|
|
|
|
|
<source>Device Id</source>
|
|
|
|
|
<translation>Enhetsid</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2022-08-02 18:03:49 -04:00
|
|
|
<context>
|
|
|
|
|
<name>JamiStrings</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="31"/>
|
|
|
|
|
<source>Accept</source>
|
|
|
|
|
<translation>Acceptera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="32"/>
|
|
|
|
|
<source>Accept in audio</source>
|
|
|
|
|
<translation>Godkänn ljud</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="33"/>
|
|
|
|
|
<source>Accept in video</source>
|
|
|
|
|
<translation>Acceptera i video</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="34"/>
|
|
|
|
|
<source>Refuse</source>
|
|
|
|
|
<translation>Neka</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="35"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="235"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>End call</source>
|
|
|
|
|
<translation>Avsluta samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="36"/>
|
|
|
|
|
<source>Incoming audio call from {}</source>
|
|
|
|
|
<translation>Inkommande ljudsamtal från {0}</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="37"/>
|
|
|
|
|
<source>Incoming video call from {}</source>
|
|
|
|
|
<translation>Inkommande videosamtal från {0}</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="42"/>
|
|
|
|
|
<source>Invitations</source>
|
|
|
|
|
<translation>Inbjudningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="43"/>
|
|
|
|
|
<source>Jami is a universal communication platform, with privacy as its foundation, that relies on a free distributed network for everyone.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-22 16:44:35 -04:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="44"/>
|
|
|
|
|
<source>Migrating to the Swarm technology will enable synchronizing this conversation across multiple devices and improve reliability. The legacy conversation history will be cleared in the process.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="48"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="736"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Could not re-connect to the Jami daemon (jamid).
|
|
|
|
|
Jami will now quit.</source>
|
|
|
|
|
<translation>Kunde inte ansluta till Jami appen (jamid). Jami avslutas. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="49"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="735"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Trying to reconnect to the Jami daemon (jamid)…</source>
|
|
|
|
|
<translation>Försöker återansluta till Jami-tjänsten. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="52"/>
|
|
|
|
|
<source>Version</source>
|
|
|
|
|
<translation>Version</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="57"/>
|
|
|
|
|
<source>Jami is a free universal communication software that respects the freedom and privacy of its users.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="58"/>
|
|
|
|
|
<source>Credits</source>
|
|
|
|
|
<translation>Tack till</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="61"/>
|
|
|
|
|
<source>Display QR code</source>
|
|
|
|
|
<translation>Visa QR-kod</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="62"/>
|
|
|
|
|
<source>Open settings</source>
|
|
|
|
|
<translation>Öppna inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="63"/>
|
|
|
|
|
<source>Close settings</source>
|
|
|
|
|
<translation>Stäng inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="64"/>
|
|
|
|
|
<source>Add Account</source>
|
|
|
|
|
<translation>Lägg till konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="67"/>
|
|
|
|
|
<source>Add to conference</source>
|
|
|
|
|
<translation>Lägg till i konferens</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="68"/>
|
|
|
|
|
<source>Add to conversation</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="69"/>
|
|
|
|
|
<source>Transfer this call</source>
|
|
|
|
|
<translation>Överför samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="70"/>
|
|
|
|
|
<source>Transfer to</source>
|
|
|
|
|
<translation>Överför till</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="73"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Authentication required</source>
|
|
|
|
|
<translation>Inloggning krävs</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="74"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Your session has expired or been revoked on this device. Please enter your password.</source>
|
|
|
|
|
<translation>Din session har löpt ut eller tagits bort från denna enhet. Ange ditt lösenord.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="75"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>JAMS server</source>
|
|
|
|
|
<translation>JAMS-server</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="76"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Authenticate</source>
|
|
|
|
|
<translation>Logga in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="77"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Delete account</source>
|
|
|
|
|
<translation>Ta bort konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="78"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>In progress…</source>
|
|
|
|
|
<translation>Pågår...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="79"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Authentication failed</source>
|
|
|
|
|
<translation>Autentisering misslyckades</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="80"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Password</source>
|
|
|
|
|
<translation>Lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="81"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Username</source>
|
|
|
|
|
<translation>Användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="82"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Alias</source>
|
|
|
|
|
<translation>Alias</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="85"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Call Settings</source>
|
|
|
|
|
<translation>Samtalsinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="86"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Allow incoming calls from unknown contacts</source>
|
|
|
|
|
<translation>Tillåt inkommande samtal från okända kontakter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="87"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Convert your account into a rendezvous point</source>
|
|
|
|
|
<translation>Konvertera ditt konto till en rendevouz-punkt.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="88"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Automatically answer calls</source>
|
|
|
|
|
<translation>Besvara samtal automatiskt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="89"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable custom ringtone</source>
|
|
|
|
|
<translation>Aktivera anpassad ringsignal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="90"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select custom ringtone</source>
|
|
|
|
|
<translation>Välj anpassad ringsignal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="91"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add a custom ringtone</source>
|
|
|
|
|
<translation>Lägg till en anpassad ringsignal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="92"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a new ringtone</source>
|
|
|
|
|
<translation>Välj en ny ringsignal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="93"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Certificate File (*.crt)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="94"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio File (*.wav *.ogg *.opus *.mp3 *.aiff *.wma)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="97"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Chat Settings</source>
|
|
|
|
|
<translation>Chattinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="98"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable read receipts</source>
|
|
|
|
|
<translation>Visa läskvitto </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="99"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Send and receive receipts indicating that a message have been displayed</source>
|
|
|
|
|
<translation>Skicka och ta emot kvitto som visar ett meddelande har visats </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="102"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Voicemail</source>
|
|
|
|
|
<translation>Röstbrevlåda</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="103"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Voicemail dial code</source>
|
|
|
|
|
<translation>Röstsamtalsnummer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="106"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Security</source>
|
|
|
|
|
<translation>Säkerhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="107"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Encrypt media streams (SRTP)</source>
|
|
|
|
|
<translation>Kryptera mediaströmmar (SRTP)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="108"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable SDES key exchange</source>
|
|
|
|
|
<translation>Godkänn SDES nyckel utbyte</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="109"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Allow fallback on RTP</source>
|
|
|
|
|
<translation>Tillåt falla tillbaka på RTP</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="110"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Encrypt negotiation (TLS)</source>
|
|
|
|
|
<translation>Kryptera förhandling (TLS)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="111"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>CA certificate</source>
|
|
|
|
|
<translation>CA-certifikat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="112"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>User certificate</source>
|
|
|
|
|
<translation>Användarcertifikat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="113"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Private key</source>
|
|
|
|
|
<translation>Privat nyckel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="114"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Private key password</source>
|
|
|
|
|
<translation>Lösenord för privat nyckel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="115"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Verify certificates for incoming TLS connections</source>
|
|
|
|
|
<translation>Verifiera certifikat för inkommande TLS-anslutningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="116"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Verify server TLS certificates</source>
|
|
|
|
|
<translation>Verifiera server TLS-certifikat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-05 16:44:31 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="117"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Require certificate for incoming TLS connections</source>
|
|
|
|
|
<translation>Begär certifikat för inkommande TLS anslutningar </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="119"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TLS protocol method</source>
|
|
|
|
|
<translation>TLS-protokollmetod</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="120"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio input device selector</source>
|
|
|
|
|
<translation>Val av Ljudenhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="121"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TLS server name</source>
|
|
|
|
|
<translation>TLS-servernamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="122"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Negotiation timeout (seconds)</source>
|
|
|
|
|
<translation>Tidsgräns för förhandling (sekunder)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="123"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a private key</source>
|
|
|
|
|
<translation>Välj en privat nyckel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="124"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a user certificate</source>
|
|
|
|
|
<translation>Välj ett användarcertifikat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="125"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a CA certificate</source>
|
|
|
|
|
<translation>Välj ett CA-certifikat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="126"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Key File (*.key)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="129"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Connectivity</source>
|
|
|
|
|
<translation>Anslutningsbarhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="130"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Auto Registration After Expired</source>
|
|
|
|
|
<translation>Automatisk registrering upphör. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="131"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Registration expiration time (seconds)</source>
|
|
|
|
|
<translation>Tid för registrering går ut (sekunder)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="132"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Network interface</source>
|
|
|
|
|
<translation>Nätverksgränssnitt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="133"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Use UPnP</source>
|
|
|
|
|
<translation>Använd UPnP</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="134"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Use TURN</source>
|
|
|
|
|
<translation>Använd TURN</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="135"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TURN address</source>
|
|
|
|
|
<translation>TURN-adress</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="136"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TURN username</source>
|
|
|
|
|
<translation>TURN-användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="137"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TURN password</source>
|
|
|
|
|
<translation>TURN-lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="138"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>TURN Realm</source>
|
|
|
|
|
<translation>TURN realm</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="139"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Use STUN</source>
|
|
|
|
|
<translation>Använd STUN</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="140"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>STUN address</source>
|
|
|
|
|
<translation>STUN-adress</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="143"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Allow IP Auto Rewrite</source>
|
|
|
|
|
<translation>Tillåt IP Auto uppdatering</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="144"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Public address</source>
|
|
|
|
|
<translation>Publik adress</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="145"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Use custom address and port</source>
|
|
|
|
|
<translation>Använd anpassad adress och port</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="146"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Address</source>
|
|
|
|
|
<translation>Adress</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="147"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Port</source>
|
|
|
|
|
<translation>Port</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="150"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Media</source>
|
|
|
|
|
<translation>Media</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="151"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable video</source>
|
|
|
|
|
<translation>Aktivera video</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="152"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Video Codecs</source>
|
|
|
|
|
<translation>Videokodekar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="153"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio Codecs</source>
|
|
|
|
|
<translation>Ljudkodekar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="156"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Name Server</source>
|
|
|
|
|
<translation>Namnserver</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="159"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>SDP Session Negotiation (ICE Fallback)</source>
|
|
|
|
|
<translation>SDP sessionsförhandling (ICE-reserv)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="160"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Only used during negotiation in case ICE is not supported</source>
|
|
|
|
|
<translation>Använd endast förhandling om ICE inte stöds</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="161"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio RTP minimum Port</source>
|
|
|
|
|
<translation>Audio RTP minimum port </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="162"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio RTP maximum Port</source>
|
|
|
|
|
<translation>Audio RTP maximum port</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="163"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Video RTP minimum Port</source>
|
|
|
|
|
<translation>Video RTP minimum port</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="164"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Video RTP maximum port</source>
|
|
|
|
|
<translation>Video RTP maximum port</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="167"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable local peer discovery</source>
|
|
|
|
|
<translation>Möjliggör upptäckt av lokal anslutningspunkt </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="168"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Connect to other DHT nodes advertising on your local network.</source>
|
|
|
|
|
<translation>Anslut till annan DHT node på ditt lokala nätverk</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="169"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>OpenDHT Configuration</source>
|
|
|
|
|
<translation>OpenDHT-konfiguration</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="170"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable proxy</source>
|
|
|
|
|
<translation>Aktivera proxy</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="171"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Proxy address</source>
|
|
|
|
|
<translation>Proxyadress</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="172"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Bootstrap</source>
|
|
|
|
|
<translation>Bootstrap</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="175"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Back</source>
|
|
|
|
|
<translation>Tillbaka</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="176"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Account Settings</source>
|
|
|
|
|
<translation>Kontoinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="177"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Account</source>
|
|
|
|
|
<translation>Konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="178"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="526"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>General</source>
|
|
|
|
|
<translation>Allmänt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="179"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Plugin</source>
|
|
|
|
|
<translation>Insticksmodul</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="180"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio and Video Settings</source>
|
|
|
|
|
<translation>Ljud- och bildinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="181"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio/Video</source>
|
|
|
|
|
<translation>Ljud/Video</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="184"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio</source>
|
|
|
|
|
<translation>Ljud</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="185"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Microphone</source>
|
|
|
|
|
<translation>Mikrofon</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="186"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select audio input device</source>
|
|
|
|
|
<translation>Välj ljudenhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="187"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Output device</source>
|
|
|
|
|
<translation>Utdataenhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="188"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select audio output device</source>
|
|
|
|
|
<translation>Välj högtalare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="189"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Ringtone device</source>
|
|
|
|
|
<translation>Ringsignalenhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="190"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select ringtone output device</source>
|
|
|
|
|
<translation>Välj enhet för utgående ringsignal </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="191"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Audio manager</source>
|
|
|
|
|
<translation>Ljudhanterare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="194"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Video</source>
|
|
|
|
|
<translation>Video</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="195"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select video device</source>
|
|
|
|
|
<translation>Välj kamera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="196"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Device</source>
|
|
|
|
|
<translation>Enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="197"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Resolution</source>
|
|
|
|
|
<translation>Upplösning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="198"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select video resolution</source>
|
|
|
|
|
<translation>Välj videoupplösning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="199"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Frames per second</source>
|
|
|
|
|
<translation>Bilder per sekund</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="200"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select video frame rate (frames per second)</source>
|
|
|
|
|
<translation>Välj bilduppdateringsfrekvens (bilder per sekund)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="201"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable hardware acceleration</source>
|
|
|
|
|
<translation>Aktivera hårdvaruacceleration</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="202"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Preview unavailable</source>
|
|
|
|
|
<translation>Förhandsvisning ej möjlig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="203"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Screen Sharing</source>
|
|
|
|
|
<translation>Skärmdelning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="204"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select screen sharing frame rate (frames per second)</source>
|
|
|
|
|
<translation>Välj videouppdatering (rutor per sekund)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="205"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>no video</source>
|
|
|
|
|
<translation>ingen video</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="213"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Back up account here</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="214"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Back up account</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation>Säkerhetskopiera konto</translation>
|
|
|
|
|
</message>
|
2022-09-12 16:44:33 -04:00
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="297"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Unavailable</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="323"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Hide chat</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-22 16:44:35 -04:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="357"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Choose a password to encrypt your account on this device. Note that the password CANNOT be recovered.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="359"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>You can choose a username to help others more easily find and reach you on Jami.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="367"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Are you sure you would like to join Jami without a username?
|
|
|
|
|
If yes, only a randomly generated 40-character identifier will be assigned to this account.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="368"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>- 32 characters maximum
|
|
|
|
|
- Alphabetical characters (A to Z and a to z)
|
|
|
|
|
- Numeric characters (0 to 9)
|
|
|
|
|
- Special characters allowed: dash (-)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="375"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Your account will be created and stored locally.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="376"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Choosing a username is recommended, and a chosen username CANNOT be changed later.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="377"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Encrypting your account with a password is optional, and if the password is lost it CANNOT be recovered later.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="378"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Setting a profile picture and nickname is optional, and can also be changed later in the settings.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="401"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Back up account to a .gz file</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="408"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>This profile is only shared with this account's contacts.
|
|
|
|
|
The profile can be changed at all times from the account's settings.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="410"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>A Jami account is created and stored locally only on this device, as an archive containing your account keys. Access to this archive can optionally be protected by a password.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="411"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Please note that if you lose your password, it CANNOT be recovered!</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="440"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Would you really like to delete this account?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="441"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>If your account has not been backed up or added to another device, your account and registered username will be IRREVOCABLY LOST.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="451"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
<source>Dark</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="452"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
<source>Light</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="455"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
<source>Application theme</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="587"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Select "Link another device"</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="588"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>The PIN code will be valid for 10 minutes.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="608"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Choose a picture as your avatar</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="687"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Share freely and privately with Jami</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="745"/>
|
|
|
|
|
<source>more emojis</source>
|
2022-08-26 10:34:33 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="751"/>
|
2022-12-19 16:43:00 -05:00
|
|
|
<source>Reply to</source>
|
2022-08-26 10:34:33 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="752"/>
|
2022-12-19 16:43:00 -05:00
|
|
|
<source>In reply to</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="753"/>
|
2022-08-26 10:34:33 -04:00
|
|
|
<source>Reply</source>
|
|
|
|
|
<translation>Svara</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="755"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Edit</source>
|
2022-11-07 16:42:55 -05:00
|
|
|
<translation>Redigera</translation>
|
2022-10-31 16:43:00 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="756"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Edited</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="757"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Join call</source>
|
|
|
|
|
<translation>Anslut till samtalet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="758"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>A call is in progress. Do you want to join the call?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="759"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Current host for this swarm seems unreachable. Do you want to host the call?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="760"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Choose a dedicated device for hosting future calls in this swarm. If not set, the device starting a call will host it.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="761"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Choose this device</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="762"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Remove current device</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="763"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Host only this call</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="764"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Host this call</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="765"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Make me the default host for future calls</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="781"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Mute conversation</source>
|
2022-09-12 16:44:33 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="784"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>Default host (calls)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="788"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>None</source>
|
|
|
|
|
<translation>Ingen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="791"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<source>You can add 7 people in the swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="804"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Tip</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="806"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Add a profile picture and nickname to complete your profile</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="807"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>This profile is only shared with this account's contacts</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="809"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Why should I save my account?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="215"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Skip</source>
|
|
|
|
|
<translation>Hopa över</translation>
|
|
|
|
|
</message>
|
2022-09-12 16:44:33 -04:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="38"/>
|
|
|
|
|
<source>Find users and conversations</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="39"/>
|
|
|
|
|
<source>Start swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="40"/>
|
|
|
|
|
<source>Create swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="41"/>
|
|
|
|
|
<source>Show invitations</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="118"/>
|
|
|
|
|
<source>Disable secure dialog check for incoming TLS data</source>
|
2022-09-30 17:33:58 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="208"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Why should I back-up this account?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="209"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Your account only exists on this device. If you lose your device or uninstall the application, your account will be deleted and CANNOT be recovered. You can back up your account now or later (in the Account Settings).</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="216"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Success</source>
|
|
|
|
|
<translation>Slutfört</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="217"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Error</source>
|
|
|
|
|
<translation>Fel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="218"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Never show me this again</source>
|
|
|
|
|
<translation>Visa inte detta igen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="219"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Recommended</source>
|
|
|
|
|
<translation>Rekommendera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="220"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Jami archive files (*.gz)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="221"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>All files (*)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="224"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Reinstate as contact</source>
|
|
|
|
|
<translation>Återställ som kontakt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="225"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>name</source>
|
|
|
|
|
<translation>namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="226"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Identifier</source>
|
|
|
|
|
<translation>identifierare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="229"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>is recording</source>
|
|
|
|
|
<translation>spelar in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="230"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>are recording</source>
|
|
|
|
|
<translation>spelar in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="231"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Peer stopped recording</source>
|
|
|
|
|
<translation>Nod stoppar inspelning </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="232"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>is calling you</source>
|
|
|
|
|
<translation>ringer dig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="233"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="719"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Mute</source>
|
|
|
|
|
<translation>Tysta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="234"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="720"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Unmute</source>
|
|
|
|
|
<translation>Slå på ljudet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="236"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Pause call</source>
|
|
|
|
|
<translation>Pausa samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="237"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Resume call</source>
|
|
|
|
|
<translation>Återuppta samtalet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="238"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Mute camera</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="239"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Unmute camera</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="240"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add participant</source>
|
|
|
|
|
<translation>Lägg till deltagare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="241"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add participants</source>
|
|
|
|
|
<translation>Lägg till deltagare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="242"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Details</source>
|
|
|
|
|
<translation>Detaljer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="243"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Chat</source>
|
|
|
|
|
<translation>Chatt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="244"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>More options</source>
|
|
|
|
|
<translation>Fler alternativ</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="245"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Mosaic</source>
|
|
|
|
|
<translation>Mosiak</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="246"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Participant is still muted on their device</source>
|
|
|
|
|
<translation>Deltagare fortfarande tystade på sina enheter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="247"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>You are still muted on your device</source>
|
|
|
|
|
<translation>Du är fortfarande tystad på din enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="248"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>You are still muted by moderator</source>
|
|
|
|
|
<translation>Du är fortfarande tystad av moderator </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="249"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>You are muted by a moderator</source>
|
|
|
|
|
<translation>Du är tystad av moderator </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="250"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Moderator</source>
|
|
|
|
|
<translation>Moderator</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="251"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Host</source>
|
|
|
|
|
<translation>Värd</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="252"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Local and Moderator muted</source>
|
|
|
|
|
<translation>Lokal och moderator tystnade</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="253"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Moderator muted</source>
|
|
|
|
|
<translation>Moderator tystad </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="254"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Not muted</source>
|
|
|
|
|
<translation>Inte tystad </translation>
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="255"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>On the side</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="256"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>On the top</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="257"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>Hide self</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="258"/>
|
|
|
|
|
<source>Hide spectators</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="261"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="552"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Copy</source>
|
|
|
|
|
<translation>Kopiera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="262"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share</source>
|
|
|
|
|
<translation>Dela</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="263"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Cut</source>
|
|
|
|
|
<translation>Klipp ut</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="264"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Paste</source>
|
|
|
|
|
<translation>Klistra in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="267"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Start video call</source>
|
|
|
|
|
<translation>Starta videosamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="268"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Start audio call</source>
|
|
|
|
|
<translation>Starta ljudsamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="269"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Clear conversation</source>
|
|
|
|
|
<translation>Rensa konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="270"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Confirm action</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="271"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove conversation</source>
|
|
|
|
|
<translation>Ta bort konversationen</translation>
|
|
|
|
|
</message>
|
2022-08-22 16:44:35 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="272"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Would you really like to remove this conversation?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="273"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Would you really like to block this conversation?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="274"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove contact</source>
|
|
|
|
|
<translation>Ta bort kontakt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="275"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Block contact</source>
|
|
|
|
|
<translation>Blockera kontakt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="276"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Block swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="277"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Conversation details</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="278"/>
|
|
|
|
|
<source>Contact details</source>
|
|
|
|
|
<translation>Kontaktdetaljer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="281"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hold</source>
|
|
|
|
|
<translation>Parkera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="282"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Sip input panel</source>
|
|
|
|
|
<translation>Panel för Sip </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="283"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Transfer call</source>
|
|
|
|
|
<translation>Överför samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="284"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Stop recording</source>
|
|
|
|
|
<translation>Sluta spela in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="285"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Start recording</source>
|
|
|
|
|
<translation>Spela in</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="286"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Exit full screen</source>
|
|
|
|
|
<translation>Lämna helskärmsläge</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="287"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>View full screen</source>
|
|
|
|
|
<translation>Visa helskärmsläge</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="288"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share screen</source>
|
|
|
|
|
<translation>Dela skärmen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="289"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share window</source>
|
|
|
|
|
<translation>Dela fönster</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="290"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Stop sharing screen or file</source>
|
|
|
|
|
<translation>Avsluta dela skärm eller fil </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="291"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share screen area</source>
|
|
|
|
|
<translation>Dela skärmområde</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="292"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share file</source>
|
|
|
|
|
<translation>Dela fil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="293"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select sharing method</source>
|
|
|
|
|
<translation>Välj delningsmetod</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="294"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>View plugin</source>
|
|
|
|
|
<translation>Visa tillägg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="295"/>
|
2022-11-07 16:42:55 -05:00
|
|
|
<source>Advanced information</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="296"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>No video device</source>
|
|
|
|
|
<translation>Ingen videoenhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="298"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Lower hand</source>
|
|
|
|
|
<translation>Ta ned handen </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="299"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Raise hand</source>
|
|
|
|
|
<translation>Räck upp handen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="300"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>Layout settings</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="303"/>
|
|
|
|
|
<source>Share location</source>
|
|
|
|
|
<translation>Dela plats</translation>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="304"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<source>Stop sharing</source>
|
|
|
|
|
<translation>Sluta dela</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="305"/>
|
|
|
|
|
<source>10 minutes</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="306"/>
|
|
|
|
|
<source>One hour</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="307"/>
|
|
|
|
|
<source>%1 minutes left</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="308"/>
|
|
|
|
|
<source>%1 minute left</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="309"/>
|
|
|
|
|
<source>Your precise location could not be determined.
|
|
|
|
|
In Device Settings, please turn on "Location Services".
|
|
|
|
|
Other participants' location can still be received.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="310"/>
|
|
|
|
|
<source>Your precise location could not be determined. Please check your Internet connection.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="311"/>
|
|
|
|
|
<source>Turn off location sharing</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="312"/>
|
|
|
|
|
<source>Stop location sharing in this conversation</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="313"/>
|
|
|
|
|
<source>Location is shared in several conversations</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="316"/>
|
|
|
|
|
<source>Reduce</source>
|
|
|
|
|
<translation>Minska</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="317"/>
|
|
|
|
|
<source>Extend</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="318"/>
|
|
|
|
|
<source>Drag</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="319"/>
|
|
|
|
|
<source>Center</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="324"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Place audio call</source>
|
|
|
|
|
<translation>Placera röstsamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="325"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Place video call</source>
|
|
|
|
|
<translation>Placera videosamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="326"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Show available plugins</source>
|
|
|
|
|
<translation>Visa tillgängliga tillägg </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="327"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add to conversations</source>
|
|
|
|
|
<translation>Lägg till i konversationer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="328"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
<source>This is the error from the backend: %0</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="329"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>The account is disabled</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="330"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>No network connectivity</source>
|
|
|
|
|
<translation>Ingen nätverksanslutning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="333"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Jump to latest</source>
|
|
|
|
|
<translation>Rulla till slutet av konversationen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="334"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>{} is typing…</source>
|
|
|
|
|
<translation>{} skriver </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="335"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>{} are typing…</source>
|
|
|
|
|
<translation>{} skriver </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="336"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Several people are typing…</source>
|
|
|
|
|
<translation>Flera personer skriver </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="337"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source> and </source>
|
|
|
|
|
<translation>och</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="340"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter the Jami Account Management Server (JAMS) URL</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="341"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Required</source>
|
|
|
|
|
<translation>Obligatorisk</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="342"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Jami Account Management Server URL</source>
|
|
|
|
|
<translation>Jami Account Management Server URL</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="343"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter JAMS credentials</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="344"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Connect</source>
|
|
|
|
|
<translation>Anslut</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="345"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Creating account…</source>
|
|
|
|
|
<translation>Skapar konto...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="346"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Back to welcome page</source>
|
|
|
|
|
<translation>Tillbaka till välkomstsidan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="349"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose name</source>
|
|
|
|
|
<translation>Välj namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="350"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="362"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose username</source>
|
|
|
|
|
<translation>Välj användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="351"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose a username</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="352"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose an identifier</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="353"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>The identifier is not available</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="354"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="406"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Encrypt account with password</source>
|
|
|
|
|
<translation>Kryptera kontot med lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="355"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create account</source>
|
|
|
|
|
<translation>Skapa konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="356"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Confirm password</source>
|
|
|
|
|
<translation>Bekräfta lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="358"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Optional</source>
|
|
|
|
|
<translation>Valfri</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="360"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose a name for your rendezvous point</source>
|
|
|
|
|
<translation>Välj namn för din Mötespunkt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="361"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose a name</source>
|
|
|
|
|
<translation>Välj namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="363"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Invalid name</source>
|
|
|
|
|
<translation>Ogiltigt namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="364"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Invalid username</source>
|
|
|
|
|
<translation>Ogiltigt användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="365"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Name already taken</source>
|
|
|
|
|
<translation>Namnet finns redan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="366"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Username already taken</source>
|
|
|
|
|
<translation>Användarnamnet finns redan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="372"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Good to know</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="373"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Local</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="374"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Encrypt</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="382"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>SIP account</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="383"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Proxy</source>
|
|
|
|
|
<translation>Proxy</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="384"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Server</source>
|
|
|
|
|
<translation>Server</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="385"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create SIP account</source>
|
|
|
|
|
<translation>Skapa SIP-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="386"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Configure an existing SIP account</source>
|
|
|
|
|
<translation>Konfigurera ett befintligt SIP-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="387"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Personalize account</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="388"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add SIP account</source>
|
|
|
|
|
<translation>Lägg till SIP-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="391"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Backup successful</source>
|
|
|
|
|
<translation>Säkerhetskopiering lyckades</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="392"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Backup failed</source>
|
|
|
|
|
<translation>Säkerhetskopiering misslyckades</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="393"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Password changed successfully</source>
|
|
|
|
|
<translation>Lösenord ändrades</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="394"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Password change failed</source>
|
|
|
|
|
<translation>Lösenord kunde inte ändras</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="395"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Password set successfully</source>
|
|
|
|
|
<translation>Lösenord lyckades </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="396"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Password set failed</source>
|
|
|
|
|
<translation>Lösenord misslyckade </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="397"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Change password</source>
|
|
|
|
|
<translation>Byt lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="398"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Set password</source>
|
|
|
|
|
<translation>Ange lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="399"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Set a password</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="400"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Change current password</source>
|
|
|
|
|
<translation>Ändra nuvarande lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="402"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Display advanced settings</source>
|
|
|
|
|
<translation>Visa avancerade inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="403"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hide advanced settings</source>
|
|
|
|
|
<translation>Dölj avancerade inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="404"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable account</source>
|
|
|
|
|
<translation>Aktivera konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="405"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Advanced account settings</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="407"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Customize profile</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="409"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Encrypt your account with a password</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="412"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter a nickname, surname...</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="415"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Set username</source>
|
|
|
|
|
<translation>Välj användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="416"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Registering name</source>
|
|
|
|
|
<translation>Registrerar namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="419"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Register a username</source>
|
|
|
|
|
<translation>Registrera ett användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="420"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Register username</source>
|
|
|
|
|
<translation>Registrera användarnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="421"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Identity</source>
|
|
|
|
|
<translation>Identitet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="424"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Link a new device to this account</source>
|
|
|
|
|
<translation>Länka ny enhet till detta konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="425"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Link another device</source>
|
|
|
|
|
<translation>Koppla en annan enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="426"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Exporting account…</source>
|
|
|
|
|
<translation>Exporterar konto…</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="427"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove Device</source>
|
|
|
|
|
<translation>Ta bort enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="428"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Are you sure you wish to remove this device?</source>
|
|
|
|
|
<translation>Är du säker du vill ta bort denna enhet? </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="429"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Linked Devices</source>
|
|
|
|
|
<translation>Länkade enheter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="430"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Your PIN is:</source>
|
|
|
|
|
<translation>Din PIN är:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="431"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Error connecting to the network.
|
|
|
|
|
Please try again later.</source>
|
|
|
|
|
<translation>Fel vid anslutning till nätverket.
|
|
|
|
|
Försök igen senare. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="434"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Display banned contacts</source>
|
|
|
|
|
<translation>Visa blockerade kontakter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="435"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Banned</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="436"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hide banned contacts</source>
|
|
|
|
|
<translation>Dölj bannlysta kontakter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="437"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Banned contacts</source>
|
|
|
|
|
<translation>Bannlysta kontakter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="444"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Save new device name</source>
|
|
|
|
|
<translation>Spara nytt enhetsid</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="445"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Edit device name</source>
|
|
|
|
|
<translation>Redigera enhetsnamn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="446"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Unlink device from account</source>
|
|
|
|
|
<translation>Ta bort länkad enhet från kontot</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="447"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Device Id</source>
|
|
|
|
|
<translation>Enhetsid</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="450"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>System</source>
|
|
|
|
|
<translation>System</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="453"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a folder</source>
|
|
|
|
|
<translation>Välj katalog</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="454"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable notifications</source>
|
|
|
|
|
<translation>Aktivera aviseringar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="459"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Launch at startup</source>
|
|
|
|
|
<translation>Starta automatiskt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="461"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose download directory</source>
|
|
|
|
|
<translation>Välj mapp för nedladdning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="462"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Record call</source>
|
|
|
|
|
<translation>Spela in samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="463"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Text zoom</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="464"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Change text size (%)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="469"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Layout</source>
|
|
|
|
|
<translation>Layout</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="470"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>User interface language</source>
|
|
|
|
|
<translation>Användargränssnittets språk</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="471"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Vertical view</source>
|
|
|
|
|
<translation>Vertikal vy</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="472"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Horizontal view</source>
|
|
|
|
|
<translation>Vågrät vy</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="475"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>File transfer</source>
|
|
|
|
|
<translation>Filöverföring</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="476"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Automatically accept incoming files</source>
|
|
|
|
|
<translation>Acceptera inkommande filer automatiskt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="477"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Accept transfer limit</source>
|
|
|
|
|
<translation>Ange gräns för överföring</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="478"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>in MB, 0 = unlimited</source>
|
|
|
|
|
<translation>in MB, 0 = obegränsad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="481"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Register</source>
|
|
|
|
|
<translation>Registrera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="482"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Incorrect password</source>
|
|
|
|
|
<translation>Felaktigt lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="483"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="500"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Network error</source>
|
|
|
|
|
<translation>Nätverksfel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="484"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="506"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Something went wrong</source>
|
|
|
|
|
<translation>Något gick fel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="487"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Save file</source>
|
|
|
|
|
<translation>Spara fil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="488"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open location</source>
|
|
|
|
|
<translation>Öppna plats</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="491"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Install beta version</source>
|
|
|
|
|
<translation>Installera betaversion</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="492"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Check for updates now</source>
|
|
|
|
|
<translation>Sök efter uppdateringar nu</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="493"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable/Disable automatic updates</source>
|
|
|
|
|
<translation>Slå på/av automatiska uppdateringar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="494"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>toggle automatic updates</source>
|
|
|
|
|
<translation>sök uppdateringar automatiskt </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="495"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Updates</source>
|
|
|
|
|
<translation>Uppdateringar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="496"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Update</source>
|
|
|
|
|
<translation>Uppdatera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="497"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>A new version of Jami was found
|
|
|
|
|
Would you like to update now?</source>
|
|
|
|
|
<translation>Det finns en nyare version av Jami. Vill du uppdatera nu?</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="498"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>No new version of Jami was found</source>
|
|
|
|
|
<translation>Ingen nyare version av Jami hittades</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="499"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>An error occured when checking for a new version</source>
|
|
|
|
|
<translation>Ett fel inträffade vid sökning efter ny version</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="501"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>SSL error</source>
|
|
|
|
|
<translation>SSL-fel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="502"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Installer download canceled</source>
|
|
|
|
|
<translation>Nedladdning av Installationsprogram avbruten </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="504"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>This will uninstall your current Release version and you can always download the latest Release version on our website</source>
|
|
|
|
|
<translation>Detta kommer avinstallera din nuvarande version och du kan alltid ladda ned den senaste versionen på vår webbplats </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="505"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Network disconnected</source>
|
|
|
|
|
<translation>Nätverk frånkopplat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="509"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Troubleshoot</source>
|
|
|
|
|
<translation>Felsök</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="510"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open logs</source>
|
|
|
|
|
<translation>Öppna logg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="511"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Get logs</source>
|
|
|
|
|
<translation>Få tag i logg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="513"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>(Experimental) Enable call support for swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="514"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<source>This feature will enable call buttons in swarms with multiple participants.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="517"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a record directory</source>
|
|
|
|
|
<translation>Välj mapp för spara inspelning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="518"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Quality</source>
|
|
|
|
|
<translation>Kvalitet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="519"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Save in</source>
|
|
|
|
|
<translation>Spara i</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="520"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Call Recording</source>
|
|
|
|
|
<translation>Samtalsinspelning</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="521"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Always record calls</source>
|
|
|
|
|
<translation>Spela alltid in samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="524"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Keyboard Shortcut Table</source>
|
|
|
|
|
<translation>Kortkommando för tangentbord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="525"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Keyboard Shortcuts</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="527"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Conversation</source>
|
|
|
|
|
<translation>Konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="528"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Call</source>
|
|
|
|
|
<translation>Samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="529"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Settings</source>
|
|
|
|
|
<translation>Inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="530"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open account list</source>
|
|
|
|
|
<translation>Öppna kontolistan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="531"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Focus conversations list</source>
|
|
|
|
|
<translation>Fokus konversationslista </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="532"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Requests list</source>
|
|
|
|
|
<translation>Begär lista</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="533"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Previous conversation</source>
|
|
|
|
|
<translation>Föregående konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="534"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Next conversation</source>
|
|
|
|
|
<translation>Nästa konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="535"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Search bar</source>
|
|
|
|
|
<translation>Sökfält </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="536"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Full screen</source>
|
|
|
|
|
<translation>Helskärmsläge</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="537"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Clear history</source>
|
|
|
|
|
<translation>Rensa historik</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="538"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Media settings</source>
|
|
|
|
|
<translation>Mediainställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="539"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>General settings</source>
|
|
|
|
|
<translation>Allmänna inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="540"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Account settings</source>
|
|
|
|
|
<translation>Kontoinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="541"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Plugin settings</source>
|
|
|
|
|
<translation>Inställningar tillägg </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="542"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
|
<translation>Besvara inkommande samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="543"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Decline the call request</source>
|
|
|
|
|
<translation>Neka samtalsförfrågan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="544"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
|
<translation>Öppna hjälp för skapa konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="545"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
|
<translation>Öppna kortkommandolista till tangentbord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="548"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Debug</source>
|
|
|
|
|
<translation>Debug </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="549"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Show Stats</source>
|
|
|
|
|
<translation>Visa statistik </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="550"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Start</source>
|
|
|
|
|
<translation>Starta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="551"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Stop</source>
|
|
|
|
|
<translation>Stopp</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="553"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Report Bug</source>
|
|
|
|
|
<translation>Rapportera bugg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="554"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Clear</source>
|
|
|
|
|
<translation>Ta bort</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="555"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="709"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Cancel</source>
|
|
|
|
|
<translation>Avbryt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="556"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Copied to clipboard!</source>
|
|
|
|
|
<translation>kopierat till urklipp!</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="557"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Receive Logs</source>
|
|
|
|
|
<translation>Ta emot loggar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="560"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Archive</source>
|
|
|
|
|
<translation>Arkiv</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="561"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open file</source>
|
|
|
|
|
<translation>Öppna fil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="567"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Generating account…</source>
|
|
|
|
|
<translation>Skapar konto...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="568"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import from backup</source>
|
|
|
|
|
<translation>Importera från säkerhetskopia</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="569"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import from archive backup</source>
|
|
|
|
|
<translation>Importera från arkiverad säkerhetskopia</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="571"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select archive file</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="574"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter Jami account password</source>
|
|
|
|
|
<translation>Ange lösenordet för ditt Jami-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="575"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter the PIN from another configured Jami account. Use the "Link Another Device" feature to obtain a PIN.</source>
|
|
|
|
|
<translation>Ange PIN-koden från ett annat konfigurerat Jami-konto. Använd "Koppla en annan enhet", för att få din PIN-kod.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="577"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Link device</source>
|
|
|
|
|
<translation>Koppla enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="578"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import</source>
|
|
|
|
|
<translation>Importera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="579"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>PIN</source>
|
|
|
|
|
<translation>PIN-kod</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="580"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>A PIN is required to use an existing Jami account on this device.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="581"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Step 1</source>
|
|
|
|
|
<translation>Steg 1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="582"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Step 2</source>
|
|
|
|
|
<translation>Steg 2</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="583"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Step 3</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="584"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Step 4</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="585"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Go to the Account Settings of a previous device</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="586"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose the account to link</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="592"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>The PIN and the account password should be entered in your device within 10 minutes.</source>
|
|
|
|
|
<translation>PIN-kod och konto lösenord måste skrivas in på din enhet inom 10 minuter. </translation>
|
|
|
|
|
</message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="812"/>
|
|
|
|
|
<source>Delete message</source>
|
|
|
|
|
<translation>Ta bort meddelandet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="813"/>
|
|
|
|
|
<source>Edit message</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="320"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="593"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Close</source>
|
|
|
|
|
<translation>Stäng</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="594"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter account's password</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="595"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add Device</source>
|
|
|
|
|
<translation>Lägg till enhet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="598"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter the password</source>
|
|
|
|
|
<translation>Ange lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="599"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter current password</source>
|
|
|
|
|
<translation>Ange nuvarande lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="600"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter this account's password to confirm the removal of this device</source>
|
|
|
|
|
<translation>Ange lösenord till detta konto för att bekräfta borttagning av denna enhet </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="601"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter new password</source>
|
|
|
|
|
<translation>Ange nytt lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="602"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Confirm new password</source>
|
|
|
|
|
<translation>Bekräfta nytt lösenord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="603"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Change</source>
|
|
|
|
|
<translation>Ändra</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="604"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Confirm</source>
|
|
|
|
|
<translation>Bekräfta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="605"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Export</source>
|
|
|
|
|
<translation>Exportera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="609"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import avatar from image file</source>
|
|
|
|
|
<translation>Importera avatar från bildfil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="610"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Stop taking photo</source>
|
|
|
|
|
<translation>Avbryt ta bilder</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="611"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Clear avatar image</source>
|
|
|
|
|
<translation>Rensa avatarbild</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="612"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Take photo</source>
|
|
|
|
|
<translation>Ta ett foto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="616"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable</source>
|
|
|
|
|
<translation>Aktivera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="617"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Preferences</source>
|
|
|
|
|
<translation>Inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="618"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Reset</source>
|
|
|
|
|
<translation>Återställ</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="619"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Uninstall</source>
|
|
|
|
|
<translation>Avinstallera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="620"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Reset Preferences</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="621"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a plugin to install</source>
|
|
|
|
|
<translation>Välj tillägg att installera </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="622"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Install plugin</source>
|
|
|
|
|
<translation>Installera insticksmodul</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="623"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Uninstall plugin</source>
|
|
|
|
|
<translation>Avinstallera insticksmodul</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="624"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Are you sure you wish to reset %1 preferences?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="625"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Are you sure you wish to uninstall %1?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="626"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Display or hide preferences</source>
|
|
|
|
|
<translation>Visa eller göm preferenser</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="627"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add new plugin</source>
|
|
|
|
|
<translation>Lägg till tillägg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="628"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Go back to plugins list</source>
|
|
|
|
|
<translation>Go tillbaka till listan med tillägg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="629"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a file</source>
|
|
|
|
|
<translation>Välj en fil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="630"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select</source>
|
|
|
|
|
<translation>Välj</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="631"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose image file</source>
|
|
|
|
|
<translation>Välj bildfil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="632"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Display or hide General plugin settings</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="633"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Display or hide Account plugin settings</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="634"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Installed plugins</source>
|
|
|
|
|
<translation>Installerade insticksmoduler</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="635"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Plugin Files (*.jpl)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="636"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Load/Unload</source>
|
|
|
|
|
<translation>Aktivera/Avaktivera insticksmodul</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="637"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select An Image to %1</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="638"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Edit preference</source>
|
|
|
|
|
<translation>Ändra preferenser </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="639"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>On/Off</source>
|
|
|
|
|
<translation>På/Av</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="640"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose Plugin</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="643"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Profile is only shared with contacts</source>
|
|
|
|
|
<translation>Användarprofilen delas endast med dina kontakter. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="644"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Save profile</source>
|
|
|
|
|
<translation>Spara profil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="645"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter your name</source>
|
|
|
|
|
<translation>Ange ditt namn</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="646"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter the rendezvous point's name</source>
|
|
|
|
|
<translation>Ange namn på mötesrummet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="647"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Creating rendezvous point…</source>
|
|
|
|
|
<translation>Skapa mötesrum </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="648"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Information</source>
|
|
|
|
|
<translation>Information.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="649"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Profile</source>
|
|
|
|
|
<translation>Profil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="652"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enter the account password to confirm the removal of this device</source>
|
|
|
|
|
<translation>Ange kontolösenord för att bekräfta borttagning av denna enhet </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="655"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a screen to share</source>
|
|
|
|
|
<translation>Välj en skärm att dela</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="656"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Select a window to share</source>
|
|
|
|
|
<translation>Välj fönster för att dela </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="657"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>All Screens</source>
|
|
|
|
|
<translation>Alla skärmar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="658"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Screens</source>
|
|
|
|
|
<translation>Skärmar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="659"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Windows</source>
|
|
|
|
|
<translation>Skärmfönster </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="660"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Screen %1</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="663"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>QR code</source>
|
|
|
|
|
<translation>QR-kod</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="666"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Account QR</source>
|
|
|
|
|
<translation>Konto-QR</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="669"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>This is your Jami username.
|
|
|
|
|
Copy and share it with your friends!</source>
|
|
|
|
|
<translation>Detta är ditt Jami-användarnamn.
|
|
|
|
|
Kopiera och dela det med dina vänner!</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="670"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Link this device to an existing account</source>
|
|
|
|
|
<translation>Koppla enhet till befintligt konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="671"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import from another device</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="672"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Import from an archive backup</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="673"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Advanced features</source>
|
|
|
|
|
<translation>Avancerade funktioner</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="674"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Show advanced features</source>
|
|
|
|
|
<translation>Visa avancerade funktioner</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="675"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hide advanced features</source>
|
|
|
|
|
<translation>Dölj avancerade funktioner</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="676"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Connect to a JAMS server</source>
|
|
|
|
|
<translation>Anslut till en JAMS-server</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="677"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create account from Jami Account Management Server (JAMS)</source>
|
|
|
|
|
<translation>Skapa konto från Jami Account Management Server (JAMS)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="678"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Configure a SIP account</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="679"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Error while creating your account. Check your credentials.</source>
|
|
|
|
|
<translation>Fel uppstod när kontot skulle skapas. Kontrollera dina data. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="680"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create a rendezvous point</source>
|
|
|
|
|
<translation>Skapa en mötesplats</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="681"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create a Jami account</source>
|
|
|
|
|
<translation>Skapa ett Jami-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="682"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Join Jami</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="683"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create new Jami account</source>
|
|
|
|
|
<translation>Skapa nytt Jami-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="684"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create new SIP account</source>
|
|
|
|
|
<translation>Skapa nytt SIP-konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="685"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>About Jami</source>
|
|
|
|
|
<translation>Om Jami</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="686"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Welcome to</source>
|
|
|
|
|
<translation>Välkommen till</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="688"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>I already have an account</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="689"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Use existing Jami account</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="690"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Welcome to Jami</source>
|
|
|
|
|
<translation>Välkommen till Jami!</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="691"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Share this Jami identifier to be contacted on this account!</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="692"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Here is your Jami identifier, don't hesitate to share it in order to be contacted more easily!</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="695"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Clear Text</source>
|
|
|
|
|
<translation>Radera text</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="696"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Conversations</source>
|
|
|
|
|
<translation>Konversationer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="697"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Search Results</source>
|
|
|
|
|
<translation>Sökresultat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="700"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Decline contact request</source>
|
|
|
|
|
<translation>Avslå kontakt begäran </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="701"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Accept contact request</source>
|
|
|
|
|
<translation>Acceptera kontaktförfrågan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="704"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Automatically check for updates</source>
|
|
|
|
|
<translation>Sök automatiskt efter uppdateringar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="707"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Ok</source>
|
|
|
|
|
<translation>OK</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="708"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Save</source>
|
|
|
|
|
<translation>Spara</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="710"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Upgrade</source>
|
|
|
|
|
<translation>Uppgradera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="711"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Later</source>
|
|
|
|
|
<translation>Senare</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="712"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Delete</source>
|
|
|
|
|
<translation>Ta bort</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="714"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Block</source>
|
|
|
|
|
<translation>Blockera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="717"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Set moderator</source>
|
|
|
|
|
<translation>Ange moderator. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="718"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Unset moderator</source>
|
|
|
|
|
<translation>Moderator inte åsatt. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="315"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="721"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Maximize</source>
|
|
|
|
|
<translation>Maximera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="314"/>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="722"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Minimize</source>
|
|
|
|
|
<translation>Minimera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="723"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hangup</source>
|
|
|
|
|
<translation>Lägg på</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="724"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Local muted</source>
|
|
|
|
|
<translation>Lokal nod tystad </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="727"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Conference moderation</source>
|
|
|
|
|
<translation>Konferens moderering </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="728"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Default moderators</source>
|
|
|
|
|
<translation>Grundinställda moderatorer </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="729"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Enable local moderators</source>
|
|
|
|
|
<translation>Möjliggör lokala moderatorer </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="730"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Make all participants moderators</source>
|
|
|
|
|
<translation>Gör alla deltagare till moderatorer </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="731"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add default moderator</source>
|
|
|
|
|
<translation>Ange grundinställd moderator </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="732"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove default moderator</source>
|
|
|
|
|
<translation>Ta bort grundinställd moderator </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="739"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Is swarm:</source>
|
|
|
|
|
<translation>Svärmar: </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="740"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>True</source>
|
|
|
|
|
<translation>Sant</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="741"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>False</source>
|
|
|
|
|
<translation>Falskt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="744"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Add emoji</source>
|
|
|
|
|
<translation>Lägg till emoji</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="746"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Send file</source>
|
|
|
|
|
<translation>Skicka fil</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="747"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Leave audio message</source>
|
|
|
|
|
<translation>Lämna ljudmeddelande</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="748"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Leave video message</source>
|
|
|
|
|
<translation>Lämna videomeddelande</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="749"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Send</source>
|
|
|
|
|
<translation>Skicka</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="713"/>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="750"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove</source>
|
|
|
|
|
<translation>Ta bort</translation>
|
|
|
|
|
</message>
|
2022-08-08 16:44:31 -04:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="45"/>
|
|
|
|
|
<source>Migrate conversation</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="456"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Show notifications</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="457"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Minimize on close</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="458"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Run at system startup</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="460"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Download directory</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="467"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Typing indicators</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="468"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Show link previews</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="562"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Create account from backup</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="563"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>You can obtain an archive by clicking on "Back up account" in the Account Settings. This will create a .gz file on your device.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="566"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Restore account from backup</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="570"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Import Jami account from local archive file.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="613"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Image Files (*.png *.jpg *.jpeg *.JPG *.JPEG *.PNG)</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="754"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Write to %1</source>
|
|
|
|
|
<translation>Skriv till %1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="768"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>%1 has sent you a request for a conversation.</source>
|
|
|
|
|
<translation>%1 har skickat begäran om konversation. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="769"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Hello,
|
|
|
|
|
Would you like to join the conversation?</source>
|
|
|
|
|
<translation>Hej!
|
|
|
|
|
Vill du gå med i konversationen? </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="770"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>You have accepted
|
|
|
|
|
the conversation request</source>
|
|
|
|
|
<translation>Du har accepterat
|
|
|
|
|
konversationsbegäran </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="771"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Waiting until %1
|
|
|
|
|
connects to synchronize the conversation.</source>
|
|
|
|
|
<translation>Inväntar tills %1
|
|
|
|
|
ansluter för att synkronisera konversationen. </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="774"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>About</source>
|
|
|
|
|
<translation>Om</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="775"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>%1 Members</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="776"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Member</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="777"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Documents</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="778"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Swarm's name</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="779"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
<source>Add a description</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="782"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Ignore all notifications from this conversation</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="783"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Choose a color</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="785"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<source>Leave conversation</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="786"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<source>Leave</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="787"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
<source>Type of swarm</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="792"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>You can add %1 more people in the swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="793"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Create the swarm</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="794"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Go to conversation</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="795"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Promote to administrator</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="796"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Kick member</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="797"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Administrator</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="798"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Invited</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="799"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Remove member</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="800"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>To:</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="803"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Customize</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="805"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Dismiss</source>
|
|
|
|
|
<translation>Avfärda</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="808"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Your profile is only shared with your contacts</source>
|
|
|
|
|
<translation>Din profil delas endast med dina kontakter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>KeyboardShortcutTable</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="41"/>
|
|
|
|
|
<source>Open account list</source>
|
|
|
|
|
<translation>Öppna kontolistan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="45"/>
|
|
|
|
|
<source>Focus conversations list</source>
|
|
|
|
|
<translation>Fokus konversationslista </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="49"/>
|
|
|
|
|
<source>Requests list</source>
|
|
|
|
|
<translation>Begär lista</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="53"/>
|
|
|
|
|
<source>Previous conversation</source>
|
|
|
|
|
<translation>Föregående konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="57"/>
|
|
|
|
|
<source>Next conversation</source>
|
|
|
|
|
<translation>Nästa konversation</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="61"/>
|
|
|
|
|
<source>Search bar</source>
|
|
|
|
|
<translation>Sökfält </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="65"/>
|
|
|
|
|
<source>Full screen</source>
|
|
|
|
|
<translation>Helskärmsläge</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="69"/>
|
|
|
|
|
<source>Increase font size</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="73"/>
|
|
|
|
|
<source>Decrease font size</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="77"/>
|
|
|
|
|
<source>Reset font size</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="86"/>
|
|
|
|
|
<source>Start an audio call</source>
|
|
|
|
|
<translation>Starta ett röstsamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="90"/>
|
|
|
|
|
<source>Start a video call</source>
|
|
|
|
|
<translation>Starta ett videosamtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="94"/>
|
|
|
|
|
<source>Clear history</source>
|
|
|
|
|
<translation>Rensa historik</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="98"/>
|
|
|
|
|
<source>Block contact</source>
|
|
|
|
|
<translation>Blockera kontakt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="102"/>
|
|
|
|
|
<source>Remove conversation</source>
|
|
|
|
|
<translation>Ta bort konversationen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="106"/>
|
|
|
|
|
<source>Accept contact request</source>
|
|
|
|
|
<translation>Acceptera kontaktförfrågan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="110"/>
|
|
|
|
|
<source>Edit last message</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="114"/>
|
|
|
|
|
<source>Cancel message edition</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="123"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Media settings</source>
|
|
|
|
|
<translation>Mediainställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="127"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>General settings</source>
|
|
|
|
|
<translation>Allmänna inställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="131"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Account settings</source>
|
|
|
|
|
<translation>Kontoinställningar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="135"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Plugin settings</source>
|
|
|
|
|
<translation>Inställningar tillägg </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="139"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
|
<translation>Öppna hjälp för skapa konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="143"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
|
<translation>Öppna kortkommandolista till tangentbord</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="152"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
|
<translation>Besvara inkommande samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="156"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>End call</source>
|
|
|
|
|
<translation>Avsluta samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="160"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Decline the call request</source>
|
|
|
|
|
<translation>Neka samtalsförfrågan</translation>
|
|
|
|
|
</message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="164"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Mute microphone</source>
|
|
|
|
|
<translation>Stäng av mikrofon</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="168"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Stop camera</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>MainApplication</name>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainapplication.cpp" line="367"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>E&xit</source>
|
|
|
|
|
<translation>Avsluta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainapplication.cpp" line="369"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>&Quit</source>
|
|
|
|
|
<translation>&Avsluta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/mainapplication.cpp" line="375"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>&Show Jami</source>
|
|
|
|
|
<translation>&Visa Jami</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2022-12-05 16:42:55 -05:00
|
|
|
<context>
|
|
|
|
|
<name>PositionManager</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/positionmanager.cpp" line="285"/>
|
|
|
|
|
<source>%1 is sharing it's location</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/positionmanager.cpp" line="290"/>
|
|
|
|
|
<source>Location sharing</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<context>
|
|
|
|
|
<name>QObject</name>
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
<location filename="../src/libclient/qtwrapper/callmanager_wrap.h" line="473"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Me</source>
|
|
|
|
|
<translation>Jag</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="62"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Hold</source>
|
|
|
|
|
<translation>Parkera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="64"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Talking</source>
|
|
|
|
|
<translation>Talar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="66"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>ERROR</source>
|
|
|
|
|
<translation>FEL</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="68"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Incoming</source>
|
|
|
|
|
<translation>Inkommande</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="70"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Calling</source>
|
|
|
|
|
<translation>Ringer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="351"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="72"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Connecting</source>
|
|
|
|
|
<translation>Ansluter</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="74"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Searching</source>
|
|
|
|
|
<translation>Söker</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="76"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Inactive</source>
|
|
|
|
|
<translation>Inaktiv</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="368"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="78"/>
|
|
|
|
|
<location filename="../src/libclient/api/call.h" line="84"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Finished</source>
|
|
|
|
|
<translation>Slutförd</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="80"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Timeout</source>
|
|
|
|
|
<translation>Tidsgräns uppnådd</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="82"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Peer busy</source>
|
|
|
|
|
<translation>Användare upptagen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/api/call.h" line="86"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Communication established</source>
|
|
|
|
|
<translation>Kommunikation etablerad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="211"/>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="975"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Invitation received</source>
|
|
|
|
|
<translation>Inbjudan mottagen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="243"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="208"/>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="973"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Contact added</source>
|
|
|
|
|
<translation>Kontakt tillagt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="245"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>%1 was invited to join</source>
|
|
|
|
|
<translation>%1 inbjöds delta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="247"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>%1 joined</source>
|
|
|
|
|
<translation>%1 har gått med</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="249"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>%1 left</source>
|
|
|
|
|
<translation>%1 har lämnat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="251"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>%1 was kicked</source>
|
|
|
|
|
<translation>%1 slängdes ut</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="253"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>%1 was re-added</source>
|
|
|
|
|
<translation>%1 lades till </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/libclient/api/interaction.h" line="341"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Swarm created</source>
|
|
|
|
|
<translation>Svärm skapad </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="174"/>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="180"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="971"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Outgoing call</source>
|
|
|
|
|
<translation>Utgående samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="176"/>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="186"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Incoming call</source>
|
|
|
|
|
<translation>Inkommande samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="182"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="969"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Missed outgoing call</source>
|
|
|
|
|
<translation>Missat utgående samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="188"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Missed incoming call</source>
|
|
|
|
|
<translation>Missat inkommande samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="198"/>
|
|
|
|
|
<source>Join call</source>
|
|
|
|
|
<translation>Anslut till samtalet</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="213"/>
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="977"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Invitation accepted</source>
|
|
|
|
|
<translation>Inbjudan accepterad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="365"/>
|
|
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="384"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>default</source>
|
|
|
|
|
<translation>standard</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="64"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Null</source>
|
|
|
|
|
<translation>Null</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="65"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Trying</source>
|
|
|
|
|
<translation>Försöker</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="66"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Ringing</source>
|
|
|
|
|
<translation>Ringer</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="67"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Being Forwarded</source>
|
|
|
|
|
<translation>Vidarebefordras</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="68"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Queued</source>
|
|
|
|
|
<translation>Köat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="69"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Progress</source>
|
|
|
|
|
<translation>Framsteg</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="70"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>OK</source>
|
|
|
|
|
<translation>OK</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="71"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Accepted</source>
|
|
|
|
|
<translation>Accepterat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="72"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Multiple Choices</source>
|
|
|
|
|
<translation>Flera val</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="73"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Moved Permanently</source>
|
|
|
|
|
<translation>Permanent flyttad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="74"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Moved Temporarily</source>
|
|
|
|
|
<translation>TIllfälligt flyttad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="75"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Use Proxy</source>
|
|
|
|
|
<translation>Använd proxy</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="76"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Alternative Service</source>
|
|
|
|
|
<translation>Alternativ tjänst</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="77"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Bad Request</source>
|
|
|
|
|
<translation>Dålig förfrågan</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="78"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Unauthorized</source>
|
|
|
|
|
<translation>Obehörig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="79"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Payment Required</source>
|
|
|
|
|
<translation>Betalning krävs</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="80"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Forbidden</source>
|
|
|
|
|
<translation>Förbjuden</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="81"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Not Found</source>
|
|
|
|
|
<translation>Kunde inte hittas</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="82"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Method Not Allowed</source>
|
|
|
|
|
<translation>Metod är inte tillåten</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="83"/>
|
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="103"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Not Acceptable</source>
|
|
|
|
|
<translation>Inte acceptabelt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="84"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Proxy Authentication Required</source>
|
|
|
|
|
<translation>Proxyautentisering krävs</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="85"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request Timeout</source>
|
|
|
|
|
<translation>Tidsgräns för begäran överskriden</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="86"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Gone</source>
|
|
|
|
|
<translation>Borta</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="87"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request Entity Too Large</source>
|
|
|
|
|
<translation>Begärd enhet är för stor</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="88"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request URI Too Long</source>
|
|
|
|
|
<translation>Begäran URI är för lång</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="89"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Unsupported Media Type</source>
|
|
|
|
|
<translation>Mediatyp som inte stöds</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="90"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Unsupported URI Scheme</source>
|
|
|
|
|
<translation>URL schema stöds ej </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="91"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Bad Extension</source>
|
|
|
|
|
<translation>Felaktigt tillägg </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="92"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Extension Required</source>
|
|
|
|
|
<translation>Tillägg krävs</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="93"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Session Timer Too Small</source>
|
|
|
|
|
<translation>Sessionstiden är för kort</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="94"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Interval Too Brief</source>
|
|
|
|
|
<translation>Intervallet är för kort</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="95"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Temporarily Unavailable</source>
|
|
|
|
|
<translation>Tillfälligt otillgänglig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="96"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Call TSX Does Not Exist</source>
|
|
|
|
|
<translation>TSX samtalet existerar inte </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="97"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Loop Detected</source>
|
|
|
|
|
<translation>Loop upptäckt </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="98"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Too Many Hops</source>
|
|
|
|
|
<translation>För många hopp</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="99"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Address Incomplete</source>
|
|
|
|
|
<translation>Adress inkompatibel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="100"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Ambiguous</source>
|
|
|
|
|
<translation>Tvetydig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="101"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Busy</source>
|
|
|
|
|
<translation>Upptagen</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="102"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request Terminated</source>
|
|
|
|
|
<translation>Begäran avslutad </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="104"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Bad Event</source>
|
|
|
|
|
<translation>Misslyckat försök </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="105"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request Updated</source>
|
|
|
|
|
<translation>Begäran uppdaterad</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="106"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Request Pending</source>
|
|
|
|
|
<translation>Begäran väntar</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="107"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Undecipherable</source>
|
|
|
|
|
<translation>Otydlig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="108"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Internal Server Error</source>
|
|
|
|
|
<translation>Internt serverfel</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="109"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Not Implemented</source>
|
|
|
|
|
<translation>Inte implementerat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="110"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Bad Gateway</source>
|
|
|
|
|
<translation>Dålig Gateway</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="111"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Service Unavailable</source>
|
|
|
|
|
<translation>Tjänst ej tillgänglig</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="112"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Server Timeout</source>
|
|
|
|
|
<translation>Tidsfel server </translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="113"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Version Not Supported</source>
|
|
|
|
|
<translation>Version stöds inte</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="114"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Message Too Large</source>
|
|
|
|
|
<translation>Meddelandet är för stort</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="115"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Precondition Failure</source>
|
|
|
|
|
<translation>Förutsättningar felaktiga</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="116"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Busy Everywhere</source>
|
|
|
|
|
<translation>Upptagen överallt</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="117"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Call Refused</source>
|
|
|
|
|
<translation>Samtal vägrat</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="118"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Does Not Exist Anywhere</source>
|
|
|
|
|
<translation>Finns inte någonstans</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-07 16:42:55 -05:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="119"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Not Acceptable Anywhere</source>
|
|
|
|
|
<translation>Inte acceptabelt någonstans</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="353"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Accept</source>
|
|
|
|
|
<translation>Acceptera</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="345"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Sending</source>
|
|
|
|
|
<translation>Skickar</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="349"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Sent</source>
|
|
|
|
|
<translation>Skickat</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="358"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Unable to make contact</source>
|
|
|
|
|
<translation>Ej möjligt få kontakt </translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="362"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Waiting for contact</source>
|
|
|
|
|
<translation>Inväntar kontakt </translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="364"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Incoming transfer</source>
|
|
|
|
|
<translation>Inkommande överföring</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="366"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Timed out waiting for contact</source>
|
|
|
|
|
<translation>Tidsfel inväntar kontakt</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="703"/>
|
2022-10-17 22:20:36 -04:00
|
|
|
<source>Today</source>
|
|
|
|
|
<translation>I dag</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="705"/>
|
2022-10-17 22:20:36 -04:00
|
|
|
<source>Yesterday</source>
|
|
|
|
|
<translation>I går</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="355"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Canceled</source>
|
|
|
|
|
<translation>Avbruten</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="360"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Ongoing</source>
|
|
|
|
|
<translation>Pågående</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="694"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>just now</source>
|
|
|
|
|
<translation>just nu</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-19 16:43:00 -05:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="347"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Failure</source>
|
|
|
|
|
<translation>Fel</translation>
|
|
|
|
|
</message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/positioning.cpp" line="104"/>
|
|
|
|
|
<source>locationServicesError</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/positioning.cpp" line="107"/>
|
|
|
|
|
<source>locationServicesClosedError</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/positioning.cpp" line="109"/>
|
|
|
|
|
<source>locationServicesUnknownError</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>SmartListModel</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="62"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="100"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="108"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="154"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="174"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="175"/>
|
|
|
|
|
<source>Calls</source>
|
|
|
|
|
<translation>Samtal</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="63"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="101"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="118"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="155"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="176"/>
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="177"/>
|
|
|
|
|
<source>Contacts</source>
|
|
|
|
|
<translation>Kontakter</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>SystemTray</name>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="219"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Answer</source>
|
|
|
|
|
<translation>Svara</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="220"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Decline</source>
|
|
|
|
|
<translation>Avslå</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="222"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Open conversation</source>
|
|
|
|
|
<translation>Öppna konversation</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="224"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Accept</source>
|
|
|
|
|
<translation>Acceptera</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="225"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Refuse</source>
|
|
|
|
|
<translation>Neka</translation>
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>TipsModel</name>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="28"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>Customize</source>
|
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="31"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>What does Jami mean?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="37"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>What is the green dot next to my account?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="33"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>The choice of the name Jami was inspired by the Swahili word 'jamii', which means 'community' as a noun and 'together' as an adverb.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="29"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
<source>Backup account</source>
|
|
|
|
|
<translation>Säkerhetskopiera konto</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="39"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>A red dot means that your account is disconnected from the network; it turns green when it's connected.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="44"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Why should I back up my account?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="46"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Jami is distributed and your account is only stored locally on your device. If you lose your password or your local account data, you WILL NOT be able to recover your account if you did not back it up earlier.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="52"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>Can I make a conference call?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="57"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>What is a Jami account?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="59"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>A Jami account is an asymmetric encryption key. Your account is identified by a Jami ID, which is a fingerprint of your public key.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="63"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>What information do I need to provide to create a Jami account?</source>
|
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="65"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>When you create a new Jami account, you do not have to provide any private information like an email, address, or phone number.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="72"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>With Jami, your account is stored in a directory on your device. The password is only used to encrypt your account in order to protect you from someone who has physical access to your device.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="92"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Your account is only stored on your own devices. If you delete your account from all of your devices, the account is gone forever and you CANNOT recover it.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="96"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Can I use my account on multiple devices?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="98"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Yes, you can link your account from the settings, or you can import your backup on another device.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="70"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Why don't I have to use a password?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-10-17 22:20:36 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="54"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>In a call, you can click on "Add participants" to add a contact to a call.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="78"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>Why don't I have to register a username?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="80"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>The most permanent, secure identifier is your Jami ID, but since these are difficult to use for some people, you also have the option of registering a username.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="85"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>How can I back up my account?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="86"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
<source>In Account Settings, a button is available to create a backup your account.</source>
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-11-14 16:42:51 -05:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="90"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
<source>What happens when I delete my account?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>UtilsAdapter</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="273"/>
|
|
|
|
|
<source>%1 Mbps</source>
|
|
|
|
|
<translation>%1 Mbit/s</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="273"/>
|
|
|
|
|
<source>Default</source>
|
|
|
|
|
<translation>Standard</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-05 16:42:55 -05:00
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="474"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<source>System</source>
|
|
|
|
|
<translation>System</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>lrc::ContactModelPimpl</name>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="455"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Searching…</source>
|
|
|
|
|
<translation>Söker...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="989"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Invalid ID</source>
|
|
|
|
|
<translation>Ogiltigt ID</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="992"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Username not found</source>
|
|
|
|
|
<translation>Användarnamnet hittades inte</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="995"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Couldn't lookup…</source>
|
|
|
|
|
<translation>Kunde inte hitta...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>lrc::api::ContactModel</name>
|
|
|
|
|
<message>
|
2022-12-26 16:45:52 -05:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="416"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
<source>Bad URI scheme</source>
|
|
|
|
|
<translation>Felaktigt URI-schema</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
</TS>
|