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="pl_PL" sourcelanguage="en">
|
2022-08-02 18:03:49 -04:00
|
|
|
<context>
|
|
|
|
<name>CallAdapter</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="144"/>
|
|
|
|
<source>Missed call</source>
|
|
|
|
<translation>Nieodebrane połączenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="145"/>
|
|
|
|
<source>Missed call with %1</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="525"/>
|
|
|
|
<source>me</source>
|
|
|
|
<translation>ja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="575"/>
|
|
|
|
<source>Incoming call</source>
|
|
|
|
<translation>Połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="576"/>
|
|
|
|
<source>%1 is calling you</source>
|
|
|
|
<translation>%1 dzwoni do ciebie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="587"/>
|
|
|
|
<source>is calling you</source>
|
|
|
|
<translation>dzwoni do ciebie</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ConversationsAdapter</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="178"/>
|
|
|
|
<source>New message</source>
|
|
|
|
<translation>Nowa wiadomość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="232"/>
|
|
|
|
<source>Trust request</source>
|
|
|
|
<translation>Rządanie zaufania</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>CurrentConversation</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="96"/>
|
|
|
|
<source>Private</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="98"/>
|
|
|
|
<source>Private group (restricted invites)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="100"/>
|
|
|
|
<source>Private group</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="102"/>
|
|
|
|
<source>Public group</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>JamiStrings</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="31"/>
|
|
|
|
<source>Accept</source>
|
|
|
|
<translation>Akceptuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="32"/>
|
|
|
|
<source>Accept in audio</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="33"/>
|
|
|
|
<source>Accept in video</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="34"/>
|
|
|
|
<source>Refuse</source>
|
|
|
|
<translation>Odmów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="35"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="233"/>
|
|
|
|
<source>End call</source>
|
|
|
|
<translation>Skończ rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="36"/>
|
|
|
|
<source>Incoming audio call from {}</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="37"/>
|
|
|
|
<source>Incoming video call from {}</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="38"/>
|
|
|
|
<source>Find a user or search for a conversation</source>
|
|
|
|
<translation>Wyszukiwanie użytkowników lub wiadomości</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="39"/>
|
|
|
|
<source>Start a swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="40"/>
|
|
|
|
<source>Create a swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="41"/>
|
|
|
|
<source>Search your invitations</source>
|
|
|
|
<translation>Znajdź swoje zaproszenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="42"/>
|
|
|
|
<source>Invitations</source>
|
|
|
|
<translation>Zaproszenia</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>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="44"/>
|
|
|
|
<source>You are viewing a conversation where all participants other than you have left. New interactions will not be possible.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="45"/>
|
|
|
|
<source>Start new conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="48"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="701"/>
|
|
|
|
<source>Could not re-connect to the Jami daemon (jamid).
|
|
|
|
Jami will now quit.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="49"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="700"/>
|
|
|
|
<source>Trying to reconnect to the Jami daemon (jamid)…</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="52"/>
|
|
|
|
<source>Version</source>
|
|
|
|
<translation>Wersja</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>Podziękowania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="61"/>
|
|
|
|
<source>Display QR code</source>
|
|
|
|
<translation>Wyświetl kod QR</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="62"/>
|
|
|
|
<source>Open settings</source>
|
|
|
|
<translation>Otwórz ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="63"/>
|
|
|
|
<source>Close settings</source>
|
|
|
|
<translation>Zamknij ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="64"/>
|
|
|
|
<source>Add Account</source>
|
|
|
|
<translation>Dodaj konto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="67"/>
|
|
|
|
<source>Add to conference</source>
|
|
|
|
<translation>Dodaj do rozmowy</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>Przełącz tą rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="72"/>
|
|
|
|
<source>Authentication required</source>
|
|
|
|
<translation>Wymagana autoryzacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="73"/>
|
|
|
|
<source>Your session has expired or been revoked on this device. Please enter your password.</source>
|
|
|
|
<translation>Twoja sesja wygasła lub została unieważniona na tym urządzeniu. Proszę wprowadzić swoje hasło.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="74"/>
|
|
|
|
<source>JAMS server</source>
|
|
|
|
<translation>Serwer JAMS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="75"/>
|
|
|
|
<source>Authenticate</source>
|
|
|
|
<translation>Uwierzytelniać</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="76"/>
|
|
|
|
<source>Delete account</source>
|
|
|
|
<translation>Usuń konto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="77"/>
|
|
|
|
<source>In progress…</source>
|
|
|
|
<translation>W trakcie...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="78"/>
|
|
|
|
<source>Authentication failed</source>
|
|
|
|
<translation>Autoryzacja nie powiodła się</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="79"/>
|
|
|
|
<source>Password</source>
|
|
|
|
<translation>Hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="80"/>
|
|
|
|
<source>Username</source>
|
|
|
|
<translation>Nazwa użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="81"/>
|
|
|
|
<source>Alias</source>
|
|
|
|
<translation>Nazwa konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="84"/>
|
|
|
|
<source>Call Settings</source>
|
|
|
|
<translation>Ustawienia Połączeń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="85"/>
|
|
|
|
<source>Allow incoming calls from unknown contacts</source>
|
|
|
|
<translation>Umożliwiaj rozmowy od nieznajomych</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="86"/>
|
|
|
|
<source>Convert your account into a rendezvous point</source>
|
|
|
|
<translation>Przekształć swoje konto w punkt spotkania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="87"/>
|
|
|
|
<source>Automatically answer calls</source>
|
|
|
|
<translation>Automatycznie odbieraj połączenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="88"/>
|
|
|
|
<source>Enable custom ringtone</source>
|
|
|
|
<translation>Włącz niestandardowy dzwonek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="89"/>
|
|
|
|
<source>Select custom ringtone</source>
|
|
|
|
<translation>Wybierz niestandardowy dzwonek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="90"/>
|
|
|
|
<source>Add a custom ringtone</source>
|
|
|
|
<translation>Dodaj własny dzwonek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="91"/>
|
|
|
|
<source>Select a new ringtone</source>
|
|
|
|
<translation>Wybierz nowy dzwonek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="92"/>
|
|
|
|
<source>Certificate File (*.crt)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="93"/>
|
|
|
|
<source>Audio File (*.wav *.ogg *.opus *.mp3 *.aiff *.wma)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="96"/>
|
|
|
|
<source>Chat Settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="97"/>
|
|
|
|
<source>Enable read receipts</source>
|
|
|
|
<translation>Włącz potwierdzenia odczytu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="98"/>
|
|
|
|
<source>Send and receive receipts indicating that a message have been displayed</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="101"/>
|
|
|
|
<source>Voicemail</source>
|
|
|
|
<translation>Poczta głosowa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="102"/>
|
|
|
|
<source>Voicemail dial code</source>
|
|
|
|
<translation>Number kierunkowy poczty głosowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="105"/>
|
|
|
|
<source>Security</source>
|
|
|
|
<translation>Zabezpieczenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="106"/>
|
|
|
|
<source>Encrypt media streams (SRTP)</source>
|
|
|
|
<translation>Szyfrowanie strumieni multimedialnych (SRTP)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="107"/>
|
|
|
|
<source>Enable SDES key exchange</source>
|
|
|
|
<translation>Włącz wymianę klucza SDES</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="108"/>
|
|
|
|
<source>Allow fallback on RTP</source>
|
|
|
|
<translation>Zezwój na cofanie się do RTP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="109"/>
|
|
|
|
<source>Encrypt negotiation (TLS)</source>
|
|
|
|
<translation>Negocjacja szyfrowania (TLS)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="110"/>
|
|
|
|
<source>CA certificate</source>
|
|
|
|
<translation>Certyfikat CA</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="111"/>
|
|
|
|
<source>User certificate</source>
|
|
|
|
<translation>Certyfikat użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="112"/>
|
|
|
|
<source>Private key</source>
|
|
|
|
<translation>Klucz prywatny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="113"/>
|
|
|
|
<source>Private key password</source>
|
|
|
|
<translation>Hasło klucza prywatnego</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="114"/>
|
|
|
|
<source>Verify certificates for incoming TLS connections</source>
|
|
|
|
<translation>Weryfikuj certyfikaty dla wychodzących połączeń TLS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="115"/>
|
|
|
|
<source>Verify server TLS certificates</source>
|
|
|
|
<translation>Weryfikuj certyfikaty TLS serwera</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="116"/>
|
|
|
|
<source>Require certificate for incoming TLS connections</source>
|
|
|
|
<translation>Wymagaj certyfikatów dla wychodzących połączeń TLS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="117"/>
|
|
|
|
<source>TLS protocol method</source>
|
|
|
|
<translation>Metoda protokołu TLS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="118"/>
|
|
|
|
<source>Audio input device selector</source>
|
|
|
|
<translation>Pole wyboru urządzenia wejściowego audio</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="119"/>
|
|
|
|
<source>TLS server name</source>
|
|
|
|
<translation>Nazwa serwera TLS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="120"/>
|
|
|
|
<source>Negotiation timeout (seconds)</source>
|
|
|
|
<translation>Limit czasu do negocjacji (w sekundach)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="121"/>
|
|
|
|
<source>Select a private key</source>
|
|
|
|
<translation>Wybierz klucz prywatny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="122"/>
|
|
|
|
<source>Select a user certificate</source>
|
|
|
|
<translation>Wybierz certyfikat użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="123"/>
|
|
|
|
<source>Select a CA certificate</source>
|
|
|
|
<translation>Wybierz certyfikat CA</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="124"/>
|
|
|
|
<source>Key File (*.key)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="127"/>
|
|
|
|
<source>Connectivity</source>
|
|
|
|
<translation>Łączność</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="128"/>
|
|
|
|
<source>Auto Registration After Expired</source>
|
|
|
|
<translation>Automatyczna rejestracja po wygaśnięciu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="129"/>
|
|
|
|
<source>Registration expiration time (seconds)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="130"/>
|
|
|
|
<source>Network interface</source>
|
|
|
|
<translation>Interfejs sieciowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="131"/>
|
|
|
|
<source>Use UPnP</source>
|
|
|
|
<translation>Użyj UPnP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="132"/>
|
|
|
|
<source>Use TURN</source>
|
|
|
|
<translation>Użyj TURN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="133"/>
|
|
|
|
<source>TURN address</source>
|
|
|
|
<translation>Adres TURN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="134"/>
|
|
|
|
<source>TURN username</source>
|
|
|
|
<translation>Nazwa użytkownika TURN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="135"/>
|
|
|
|
<source>TURN password</source>
|
|
|
|
<translation>Hasło TURN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="136"/>
|
|
|
|
<source>TURN Realm</source>
|
|
|
|
<translation>Domena TURN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="137"/>
|
|
|
|
<source>Use STUN</source>
|
|
|
|
<translation>Użyj STUN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="138"/>
|
|
|
|
<source>STUN address</source>
|
|
|
|
<translation>Adres STUN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="141"/>
|
|
|
|
<source>Allow IP Auto Rewrite</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="142"/>
|
|
|
|
<source>Public address</source>
|
|
|
|
<translation>Adres publiczny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="143"/>
|
|
|
|
<source>Use custom address and port</source>
|
|
|
|
<translation>Użyj własny adres i port</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="144"/>
|
|
|
|
<source>Address</source>
|
|
|
|
<translation>Adres</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="145"/>
|
|
|
|
<source>Port</source>
|
|
|
|
<translation>Port</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="148"/>
|
|
|
|
<source>Media</source>
|
|
|
|
<translation>Multimedia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="149"/>
|
|
|
|
<source>Enable video</source>
|
|
|
|
<translation>Włącz video</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="150"/>
|
|
|
|
<source>Video Codecs</source>
|
|
|
|
<translation>Kodeki Wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="151"/>
|
|
|
|
<source>Audio Codecs</source>
|
|
|
|
<translation>Kodeki audio</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="154"/>
|
|
|
|
<source>Name Server</source>
|
|
|
|
<translation>Serwer nazw</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="157"/>
|
|
|
|
<source>SDP Session Negotiation (ICE Fallback)</source>
|
|
|
|
<translation>Negocjacja sesji SDP (użyjcie ICE w przypadku awari)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="158"/>
|
|
|
|
<source>Only used during negotiation in case ICE is not supported</source>
|
|
|
|
<translation>Używane tylko podczas negocjacji w przypadku kiedy ICE nie jest wspierane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="159"/>
|
|
|
|
<source>Audio RTP minimum Port</source>
|
|
|
|
<translation>Minimalny port RTP dźwięku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="160"/>
|
|
|
|
<source>Audio RTP maximum Port</source>
|
|
|
|
<translation>Maksymalny port RTP dźwięku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="161"/>
|
|
|
|
<source>Video RTP minimum Port</source>
|
|
|
|
<translation>Minimalny port RTP obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="162"/>
|
|
|
|
<source>Video RTP maximum port</source>
|
|
|
|
<translation>Maksymalny port RTP obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="165"/>
|
|
|
|
<source>Enable local peer discovery</source>
|
|
|
|
<translation>Aktywuj wyszukiwanie lokalnych partnerów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="166"/>
|
|
|
|
<source>Connect to other DHT nodes advertising on your local network.</source>
|
|
|
|
<translation>Połącz z innymi węzłami DHT ogłaszającymi się w twojej sieci lokalnej.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="167"/>
|
|
|
|
<source>OpenDHT Configuration</source>
|
|
|
|
<translation>Konfiguracja OpenDHT</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="168"/>
|
|
|
|
<source>Enable proxy</source>
|
|
|
|
<translation>Włącz proxy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="169"/>
|
|
|
|
<source>Proxy address</source>
|
|
|
|
<translation>Adres proxy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="170"/>
|
|
|
|
<source>Bootstrap</source>
|
|
|
|
<translation>Bootstrap</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="173"/>
|
|
|
|
<source>Back</source>
|
|
|
|
<translation>Wstecz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="174"/>
|
|
|
|
<source>Account Settings</source>
|
|
|
|
<translation>Ustawienia Konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="175"/>
|
|
|
|
<source>Account</source>
|
|
|
|
<translation>Konto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="176"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="492"/>
|
|
|
|
<source>General</source>
|
|
|
|
<translation>Podstawowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="177"/>
|
|
|
|
<source>Plugin</source>
|
|
|
|
<translation>Wtyczka</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="178"/>
|
|
|
|
<source>Audio and Video Settings</source>
|
|
|
|
<translation>Ustawienia Dźwięku i Obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="179"/>
|
|
|
|
<source>Audio/Video</source>
|
|
|
|
<translation>Audio/Video</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="182"/>
|
|
|
|
<source>Audio</source>
|
|
|
|
<translation>Audio</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="183"/>
|
|
|
|
<source>Microphone</source>
|
|
|
|
<translation>Mikrofon</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="184"/>
|
|
|
|
<source>Select audio input device</source>
|
|
|
|
<translation>Wybierz urządzenie wejściowe dźwięku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="185"/>
|
|
|
|
<source>Output device</source>
|
|
|
|
<translation>Urządzenie wyjściowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="186"/>
|
|
|
|
<source>Select audio output device</source>
|
|
|
|
<translation>Wybierz urządzenie wyjściowe dźwięku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="187"/>
|
|
|
|
<source>Ringtone device</source>
|
|
|
|
<translation>Urządzenie dzwonka</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="188"/>
|
|
|
|
<source>Select ringtone output device</source>
|
|
|
|
<translation>Wybierz urządzenie wyjściowe dla dzwonka</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="189"/>
|
|
|
|
<source>Audio manager</source>
|
|
|
|
<translation>Menedżer audio</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="192"/>
|
|
|
|
<source>Video</source>
|
|
|
|
<translation>Wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="193"/>
|
|
|
|
<source>Select video device</source>
|
|
|
|
<translation>Wybierz urządzenie obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="194"/>
|
|
|
|
<source>Device</source>
|
|
|
|
<translation>Urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="195"/>
|
|
|
|
<source>Resolution</source>
|
|
|
|
<translation>Rozdzielczość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="196"/>
|
|
|
|
<source>Select video resolution</source>
|
|
|
|
<translation>Wybierz rozdzielczość obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="197"/>
|
|
|
|
<source>Frames per second</source>
|
|
|
|
<translation>Klatki na sekundę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="198"/>
|
|
|
|
<source>Select video frame rate (frames per second)</source>
|
|
|
|
<translation>Wybierz poziom odświeżania wideo (klatki na sekundę) </translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="199"/>
|
|
|
|
<source>Enable hardware acceleration</source>
|
|
|
|
<translation>Włącz przyśpieszanie sprzętowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="200"/>
|
|
|
|
<source>Preview unavailable</source>
|
|
|
|
<translation>Podgląd niedostępny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="201"/>
|
|
|
|
<source>Screen Sharing</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="202"/>
|
|
|
|
<source>Select screen sharing frame rate (frames per second)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="203"/>
|
|
|
|
<source>no video</source>
|
|
|
|
<translation>brak wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="206"/>
|
|
|
|
<source>Your account only exists on this device. If you lose your device or uninstall the application, your account will be deleted and can not be recovered. You can backup your account now or later.</source>
|
|
|
|
<translation>Twoje konto istnieje wyłącznie na tym urządzeniu. Jeśli stracisz swoje urządzenie lub odinstalujesz aplikację, twoje konto zostanie usunięte i nie będzie możliwe jego odzyskanie. Możesz utworzyć kopię zapasową twojego konta teraz lub później.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="210"/>
|
|
|
|
<source>Backup account here</source>
|
|
|
|
<translation>Zabezpiecz swoje konto tutaj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="211"/>
|
|
|
|
<source>Backup your account!</source>
|
|
|
|
<translation>Zabezpiecz swoje konto!</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="212"/>
|
|
|
|
<source>Backup account</source>
|
|
|
|
<translation>Wykonaj kopię zapasową</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="213"/>
|
|
|
|
<source>Skip</source>
|
|
|
|
<translation>Pomiń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="214"/>
|
|
|
|
<source>Success</source>
|
|
|
|
<translation>Sukces</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="215"/>
|
|
|
|
<source>Error</source>
|
|
|
|
<translation>Błąd</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="216"/>
|
|
|
|
<source>Never show me this again</source>
|
|
|
|
<translation>Nie pokazuj mi tego ponownie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="217"/>
|
|
|
|
<source>Recommended</source>
|
|
|
|
<translation>Zalecane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="218"/>
|
|
|
|
<source>Jami archive files (*.gz)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="219"/>
|
|
|
|
<source>All files (*)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="222"/>
|
|
|
|
<source>Reinstate as contact</source>
|
|
|
|
<translation>Przywróć kontakty</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="223"/>
|
|
|
|
<source>name</source>
|
|
|
|
<translation>nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="224"/>
|
|
|
|
<source>Identifier</source>
|
|
|
|
<translation>Identyfikator</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="227"/>
|
|
|
|
<source>is recording</source>
|
|
|
|
<translation>nagrywa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="228"/>
|
|
|
|
<source>are recording</source>
|
|
|
|
<translation>nagrywają</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="229"/>
|
|
|
|
<source>Peer stopped recording</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="230"/>
|
|
|
|
<source>is calling you</source>
|
|
|
|
<translation>dzwoni do ciebie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="231"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="684"/>
|
|
|
|
<source>Mute</source>
|
|
|
|
<translation>Wycisz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="232"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="685"/>
|
|
|
|
<source>Unmute</source>
|
|
|
|
<translation>Wyłącz wyciszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="234"/>
|
|
|
|
<source>Pause call</source>
|
|
|
|
<translation>Wstrzymaj połączenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="235"/>
|
|
|
|
<source>Resume call</source>
|
|
|
|
<translation>Wznów połączenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="236"/>
|
|
|
|
<source>Mute camera</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="237"/>
|
|
|
|
<source>Unmute camera</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="238"/>
|
|
|
|
<source>Add participant</source>
|
|
|
|
<translation>Dodaj uczestnika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="239"/>
|
|
|
|
<source>Add participants</source>
|
|
|
|
<translation>Dodaj uczestników</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="240"/>
|
|
|
|
<source>Details</source>
|
|
|
|
<translation>Dane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="241"/>
|
|
|
|
<source>Chat</source>
|
|
|
|
<translation>Czat</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="242"/>
|
|
|
|
<source>More options</source>
|
|
|
|
<translation>Więcej opcji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="243"/>
|
|
|
|
<source>Mosaic</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="244"/>
|
|
|
|
<source>Participant is still muted on their device</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="245"/>
|
|
|
|
<source>You are still muted on your device</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="246"/>
|
|
|
|
<source>You are still muted by moderator</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="247"/>
|
|
|
|
<source>You are muted by a moderator</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="248"/>
|
|
|
|
<source>Moderator</source>
|
|
|
|
<translation>Moderator</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="249"/>
|
|
|
|
<source>Host</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="250"/>
|
|
|
|
<source>Local and Moderator muted</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="251"/>
|
|
|
|
<source>Moderator muted</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="252"/>
|
|
|
|
<source>Not muted</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="255"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="518"/>
|
|
|
|
<source>Copy</source>
|
|
|
|
<translation>Kopiuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="256"/>
|
|
|
|
<source>Share</source>
|
|
|
|
<translation>Podziel się</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="257"/>
|
|
|
|
<source>Cut</source>
|
|
|
|
<translation>Wytnij</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="258"/>
|
|
|
|
<source>Paste</source>
|
|
|
|
<translation>Wklej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="261"/>
|
|
|
|
<source>Start video call</source>
|
|
|
|
<translation>Rozpocznij rozmowę wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="262"/>
|
|
|
|
<source>Start audio call</source>
|
|
|
|
<translation>Rozpocznij połączenie głosowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="263"/>
|
|
|
|
<source>Clear conversation</source>
|
|
|
|
<translation>Wyczyść rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="264"/>
|
|
|
|
<source>Confirm action</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="265"/>
|
|
|
|
<source>Remove conversation</source>
|
|
|
|
<translation>Usuń rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="266"/>
|
|
|
|
<source>Do you really want to remove this conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="267"/>
|
|
|
|
<source>Do you really want to block this conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="268"/>
|
|
|
|
<source>Remove contact</source>
|
|
|
|
<translation>Usuń kontakt</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="269"/>
|
|
|
|
<source>Block contact</source>
|
|
|
|
<translation>Blokuj kontakt</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="270"/>
|
|
|
|
<source>Block swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="271"/>
|
|
|
|
<source>Conversation details</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="274"/>
|
|
|
|
<source>Hold</source>
|
|
|
|
<translation>Czekanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="275"/>
|
|
|
|
<source>Sip input panel</source>
|
|
|
|
<translation>Panel wejściowy Sip</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="276"/>
|
|
|
|
<source>Transfer call</source>
|
|
|
|
<translation>Przełącz rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="277"/>
|
|
|
|
<source>Stop recording</source>
|
|
|
|
<translation>Wyłącz nagrywanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="278"/>
|
|
|
|
<source>Start recording</source>
|
|
|
|
<translation>Rozpocznij nagrywanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="279"/>
|
|
|
|
<source>Exit full screen</source>
|
|
|
|
<translation>Wyjdź z pełnego ekranu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="280"/>
|
|
|
|
<source>View full screen</source>
|
|
|
|
<translation>Wyświetl na pełnym ekranie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="281"/>
|
|
|
|
<source>Share screen</source>
|
|
|
|
<translation>Udostępnij ekran</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="282"/>
|
|
|
|
<source>Share window</source>
|
|
|
|
<translation>Udostępnij okno</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="283"/>
|
|
|
|
<source>Stop sharing screen or file</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="284"/>
|
|
|
|
<source>Share screen area</source>
|
|
|
|
<translation>Udostępnij obszar ekranu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="285"/>
|
|
|
|
<source>Share file</source>
|
|
|
|
<translation>Podziel się plikiem</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="286"/>
|
|
|
|
<source>Select sharing method</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="287"/>
|
|
|
|
<source>View plugin</source>
|
|
|
|
<translation>Pokaż wtyczki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="288"/>
|
|
|
|
<source>No video device</source>
|
|
|
|
<translation>Brak urządzenia wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="289"/>
|
|
|
|
<source>N/A</source>
|
|
|
|
<translation>Nie dotyczy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="290"/>
|
|
|
|
<source>Lower hand</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="291"/>
|
|
|
|
<source>Raise hand</source>
|
|
|
|
<translation>Podnieś rękę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="294"/>
|
|
|
|
<source>Hide chat view</source>
|
|
|
|
<translation>Schowaj chat</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="295"/>
|
|
|
|
<source>Place audio call</source>
|
|
|
|
<translation>Wykonaj połączenie głosowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="296"/>
|
|
|
|
<source>Place video call</source>
|
|
|
|
<translation>Rozpocznij rozmowę wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="297"/>
|
|
|
|
<source>Show available plugins</source>
|
|
|
|
<translation>Pokaż dostępne wtyczki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="298"/>
|
|
|
|
<source>Add to conversations</source>
|
|
|
|
<translation>Dodaj do rozmowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="301"/>
|
|
|
|
<source>Jump to latest</source>
|
|
|
|
<translation>Przewiń do końca konwersacji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="302"/>
|
|
|
|
<source>{} is typing…</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="303"/>
|
|
|
|
<source>{} are typing…</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="304"/>
|
|
|
|
<source>Several people are typing…</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="305"/>
|
|
|
|
<source> and </source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="308"/>
|
|
|
|
<source>Enter the Jami Account Management Server (JAMS) URL</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="309"/>
|
|
|
|
<source>Required</source>
|
|
|
|
<translation>Wymagane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="310"/>
|
|
|
|
<source>Jami Account Management Server URL</source>
|
|
|
|
<translation>Jami Account Management Server URL</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="311"/>
|
|
|
|
<source>Enter JAMS credentials</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="312"/>
|
|
|
|
<source>Connect</source>
|
|
|
|
<translation>Połącz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="313"/>
|
|
|
|
<source>Creating account…</source>
|
|
|
|
<translation>Tworzenie konta...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="314"/>
|
|
|
|
<source>Back to welcome page</source>
|
|
|
|
<translation>Powrót do strony powitalnej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="317"/>
|
|
|
|
<source>Choose name</source>
|
|
|
|
<translation>Wybierz nazwę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="318"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="330"/>
|
|
|
|
<source>Choose username</source>
|
|
|
|
<translation>Wybierz nazwę użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="319"/>
|
|
|
|
<source>Choose a username</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="320"/>
|
|
|
|
<source>Choose an identifier</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="321"/>
|
|
|
|
<source>The identifier is not available</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="322"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="374"/>
|
|
|
|
<source>Encrypt account with password</source>
|
|
|
|
<translation>Zaszyfruj konto przy pomocy hasła</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="323"/>
|
|
|
|
<source>Create account</source>
|
|
|
|
<translation>Stwórz konto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="324"/>
|
|
|
|
<source>Confirm password</source>
|
|
|
|
<translation>Potwierdź hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="325"/>
|
|
|
|
<source>Choose a password to encrypt your account on this device. Note that the password cannot be recovered.</source>
|
|
|
|
<translation>Wybierz hasło do zaszyfrowania konta na tym urządzeniu. Pamiętaj że hasło nie będzie mogło zostać odzyskane.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="326"/>
|
|
|
|
<source>Optional</source>
|
|
|
|
<translation>Opcjonalne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="327"/>
|
|
|
|
<source>You can choose a username to be easily found and reached on Jami.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="328"/>
|
|
|
|
<source>Choose a name for your rendezvous point</source>
|
|
|
|
<translation>Wybierz nazwę dla swojego punktu spotkania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="329"/>
|
|
|
|
<source>Choose a name</source>
|
|
|
|
<translation>Wybierz nazwę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="331"/>
|
|
|
|
<source>Invalid name</source>
|
|
|
|
<translation>Nieprawidłowa nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="332"/>
|
|
|
|
<source>Invalid username</source>
|
|
|
|
<translation>Nieprawidłowa nazwa użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="333"/>
|
|
|
|
<source>Name already taken</source>
|
|
|
|
<translation>Nazwa została już zajęta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="334"/>
|
|
|
|
<source>Username already taken</source>
|
|
|
|
<translation>Nazwa użytkownika zajęta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="335"/>
|
|
|
|
<source>Are you sure that you want 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>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="336"/>
|
|
|
|
<source>- 32 characters maximum
|
|
|
|
- Alphabetical characters (A to Z)
|
|
|
|
- Numeric characters (0 to 9)
|
|
|
|
- Special character autorized: dash (-)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="340"/>
|
|
|
|
<source>Good to know</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="341"/>
|
|
|
|
<source>Local</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="342"/>
|
|
|
|
<source>Encrypt</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="343"/>
|
|
|
|
<source>This account is created locally</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="344"/>
|
|
|
|
<source>Choose a username is recommended and it can’t be changed</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="345"/>
|
|
|
|
<source>Encrypt your account with a password is optional and it can’t be recovered</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="346"/>
|
|
|
|
<source>The picture and the nickname are optional and can be changed in the settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="350"/>
|
|
|
|
<source>SIP account</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="351"/>
|
|
|
|
<source>Proxy</source>
|
|
|
|
<translation>Pełnomocnik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="352"/>
|
|
|
|
<source>Server</source>
|
|
|
|
<translation>Serwer</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="353"/>
|
|
|
|
<source>Create SIP account</source>
|
|
|
|
<translation>Utwórz konto SIP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="354"/>
|
|
|
|
<source>Configure an existing SIP account</source>
|
|
|
|
<translation>Konfiguruj istniejące konto SIP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="355"/>
|
|
|
|
<source>Personalize account</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="356"/>
|
|
|
|
<source>Add SIP account</source>
|
|
|
|
<translation>Dodaj konto SIP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="359"/>
|
|
|
|
<source>Backup successful</source>
|
|
|
|
<translation>Tworzenie kopii zapasowej zakończone powodzeniem</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="360"/>
|
|
|
|
<source>Backup failed</source>
|
|
|
|
<translation>Tworzenie kopii zapasowej zakończone niepowodzeniem</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="361"/>
|
|
|
|
<source>Password changed successfully</source>
|
|
|
|
<translation>Pomyślna zmiana hasła</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="362"/>
|
|
|
|
<source>Password change failed</source>
|
|
|
|
<translation>Niepowodzenie zmiany hasła</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="363"/>
|
|
|
|
<source>Password set successfully</source>
|
|
|
|
<translation>Pomyślnie ustalone hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="364"/>
|
|
|
|
<source>Password set failed</source>
|
|
|
|
<translation>Niepowodzenie ustawienia hasła</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="365"/>
|
|
|
|
<source>Change password</source>
|
|
|
|
<translation>Zmień hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="366"/>
|
|
|
|
<source>Set password</source>
|
|
|
|
<translation>Ustaw hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="367"/>
|
|
|
|
<source>Set a password</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="368"/>
|
|
|
|
<source>Change current password</source>
|
|
|
|
<translation>Zmień obecne hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="369"/>
|
|
|
|
<source>Backup account to a .gz file</source>
|
|
|
|
<translation>Zapisz kopię zapasową do pliku .gz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="370"/>
|
|
|
|
<source>Display advanced settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="371"/>
|
|
|
|
<source>Hide advanced settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="372"/>
|
|
|
|
<source>Enable account</source>
|
|
|
|
<translation>Aktywuj konto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="373"/>
|
|
|
|
<source>Advanced account settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="375"/>
|
|
|
|
<source>Customize profile</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="376"/>
|
|
|
|
<source>This profile is only shared with this account's contacts.
|
|
|
|
The profile can be changed at all time in the account's settings.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="377"/>
|
|
|
|
<source>Encrypt your account with a password</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="378"/>
|
|
|
|
<source>A Jami account is registered only on this device as an archive containing the keys of your account. Access to this archive can be protected by a password.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="379"/>
|
|
|
|
<source>Please note that if you loose your password it cannot be recovered!</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="380"/>
|
|
|
|
<source>Enter a nickname, surname...</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="383"/>
|
|
|
|
<source>Set username</source>
|
|
|
|
<translation>Ustaw nazwę użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="384"/>
|
|
|
|
<source>Registering name</source>
|
|
|
|
<translation>Zarejestruj nazwę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="387"/>
|
|
|
|
<source>Register a username</source>
|
|
|
|
<translation>Zarejestruj nazwę użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="388"/>
|
|
|
|
<source>Register username</source>
|
|
|
|
<translation>Zarejestruj nazwę użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="389"/>
|
|
|
|
<source>Identity</source>
|
|
|
|
<translation>Tożsamość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="392"/>
|
|
|
|
<source>Link a new device to this account</source>
|
|
|
|
<translation>Podłącz nowe urządzenie do tego konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="393"/>
|
|
|
|
<source>Link another device</source>
|
|
|
|
<translation>Połącz nowe urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="394"/>
|
|
|
|
<source>Exporting account…</source>
|
|
|
|
<translation>Eksportowanie konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="395"/>
|
|
|
|
<source>Remove Device</source>
|
|
|
|
<translation>Usuń Urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="396"/>
|
|
|
|
<source>Are you sure you wish to remove this device?</source>
|
|
|
|
<translation>Czy jesteś pewny, że chcesz usunąć to urządzenie?</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="397"/>
|
|
|
|
<source>Linked Devices</source>
|
|
|
|
<translation>Połączone Urządzenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="398"/>
|
|
|
|
<source>Your PIN is:</source>
|
|
|
|
<translation>Twój kod PIN to:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="399"/>
|
|
|
|
<source>Error connecting to the network.
|
|
|
|
Please try again later.</source>
|
|
|
|
<translation>Błąd podczas połączenia z siecią.
|
|
|
|
Spróbuj ponownie później.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="402"/>
|
|
|
|
<source>Display banned contacts</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="403"/>
|
|
|
|
<source>Banned</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="404"/>
|
|
|
|
<source>Hide banned contacts</source>
|
|
|
|
<translation>Ukryj zablokowane kontakty</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="405"/>
|
|
|
|
<source>Banned contacts</source>
|
|
|
|
<translation>Zablokowane kontakty</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="408"/>
|
|
|
|
<source>Do you really want to delete this account?</source>
|
|
|
|
<translation>Czy jesteś pewien, że chcesz usunąć to konto?</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="409"/>
|
|
|
|
<source>If your account has not been backed up or added to another device, your account and registered name will be irrevocably lost.</source>
|
|
|
|
<translation>Jeśli twoje konto nie posiada kopii zapasowej lub nie jest obecne na innym urządzeniu, twoje konto oraz zarejestrowana nazwa zostaną bezpowrotnie utracone.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="412"/>
|
|
|
|
<source>Save new device name</source>
|
|
|
|
<translation>Zapisz nową nazwę urządzenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="413"/>
|
|
|
|
<source>Edit device name</source>
|
|
|
|
<translation>Edytuj nazwę urządzenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="414"/>
|
|
|
|
<source>Unlink device from account</source>
|
|
|
|
<translation>Odłącz to urządzenie od konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="415"/>
|
|
|
|
<source>Device Id</source>
|
|
|
|
<translation>Identyfikator urządzenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="418"/>
|
|
|
|
<source>System</source>
|
|
|
|
<translation>System</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="419"/>
|
|
|
|
<source>Select a folder</source>
|
|
|
|
<translation>Wybierz folder</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="420"/>
|
|
|
|
<source>Enable notifications</source>
|
|
|
|
<translation>Aktywuj powiadomienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="421"/>
|
|
|
|
<source>Enable dark theme</source>
|
|
|
|
<translation>Aktywuj ciemny motyw</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="422"/>
|
|
|
|
<source>Enable desktop notifications</source>
|
|
|
|
<translation>Pokaż powiadomienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="423"/>
|
|
|
|
<source>Keep minimized on close</source>
|
|
|
|
<translation>Przechowaj zminimalizowane przy zamknięciu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="424"/>
|
|
|
|
<source>Run application on system startup</source>
|
|
|
|
<translation>Uruchamiaj aplikacje podczas startu systemu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="425"/>
|
|
|
|
<source>Launch at startup</source>
|
|
|
|
<translation>Uruchamiaj przy starcie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="426"/>
|
|
|
|
<source>Downloads directory</source>
|
|
|
|
<translation>Folder pobranych plików</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="427"/>
|
|
|
|
<source>Choose download directory</source>
|
|
|
|
<translation>Wybierz lokalizację dla pobranych plików</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="428"/>
|
|
|
|
<source>Record call</source>
|
|
|
|
<translation>Nagraj rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="429"/>
|
|
|
|
<source>Text zoom</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="432"/>
|
|
|
|
<source>Chatview</source>
|
|
|
|
<translation>Czat</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="433"/>
|
|
|
|
<source>Enable typing indicators</source>
|
|
|
|
<translation>Włącz wskaźniki pisania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="434"/>
|
|
|
|
<source>Display hyperlink previews in the chatview</source>
|
|
|
|
<translation>Pokaż podglądy linków</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="435"/>
|
|
|
|
<source>Layout</source>
|
|
|
|
<translation>Układ</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="436"/>
|
|
|
|
<source>User interface language</source>
|
|
|
|
<translation>Język interfejsu użytkownika</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="437"/>
|
|
|
|
<source>Vertical view</source>
|
|
|
|
<translation>Widok pionowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="438"/>
|
|
|
|
<source>Horizontal view</source>
|
|
|
|
<translation>Widok poziomy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="441"/>
|
|
|
|
<source>File transfer</source>
|
|
|
|
<translation>Transfer pliku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="442"/>
|
|
|
|
<source>Allow incoming files from unknown contacts</source>
|
|
|
|
<translation>Umożliwiaj rozmowy od nieznajomych</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="443"/>
|
|
|
|
<source>Automatically accept incoming files</source>
|
|
|
|
<translation>Automatycznie akceptuj przychodzące pliki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="444"/>
|
|
|
|
<source>Accept transfer limit</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="445"/>
|
|
|
|
<source>in MB, 0 = unlimited</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="448"/>
|
|
|
|
<source>Register</source>
|
|
|
|
<translation>Zarejestruj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="449"/>
|
|
|
|
<source>Incorrect password</source>
|
|
|
|
<translation>Nieprawidłowe hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="450"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="467"/>
|
|
|
|
<source>Network error</source>
|
|
|
|
<translation>Błąd sieci</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="451"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="473"/>
|
|
|
|
<source>Something went wrong</source>
|
|
|
|
<translation>Coś poszło nie tak</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="454"/>
|
|
|
|
<source>Save file</source>
|
|
|
|
<translation>Zapisz plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="455"/>
|
|
|
|
<source>Open location</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="458"/>
|
|
|
|
<source>Install beta version</source>
|
|
|
|
<translation>Zainstaluj wersję testową</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="459"/>
|
|
|
|
<source>Check for updates now</source>
|
|
|
|
<translation>Sprawdź aktualizacje teraz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="460"/>
|
|
|
|
<source>Enable/Disable automatic updates</source>
|
|
|
|
<translation>Wł/Wył automatyczne aktualizacje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="461"/>
|
|
|
|
<source>toggle automatic updates</source>
|
|
|
|
<translation>przełącz automatyczne aktualizacje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="462"/>
|
|
|
|
<source>Updates</source>
|
|
|
|
<translation>Aktualizacje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="463"/>
|
|
|
|
<source>Update</source>
|
|
|
|
<translation>Aktualizacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="464"/>
|
|
|
|
<source>A new version of Jami was found
|
|
|
|
Would you like to update now?</source>
|
|
|
|
<translation>Znaleziono nową wersję Jami
|
|
|
|
Czy chcesz teraz dokonać aktualizacji?</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="465"/>
|
|
|
|
<source>No new version of Jami was found</source>
|
|
|
|
<translation>Nie znaleziono nowej wersji Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="466"/>
|
|
|
|
<source>An error occured when checking for a new version</source>
|
|
|
|
<translation>Wystąpił błąd podczas sprawdzania dostępności nowej wersji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="468"/>
|
|
|
|
<source>SSL error</source>
|
|
|
|
<translation>Błąd SSL</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="469"/>
|
|
|
|
<source>Installer download canceled</source>
|
|
|
|
<translation>Pobieranie instalatora zostało anulowane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="471"/>
|
|
|
|
<source>This will uninstall your current Release version and you can always download the latest Release version on our website</source>
|
|
|
|
<translation>Ta operacja usunie obecną wersję wydania i zawsze możesz pobrać ostatnią wersję wydania ze swojej strony internetowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="472"/>
|
|
|
|
<source>Network disconnected</source>
|
|
|
|
<translation>Rozłączenie z siecią</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="476"/>
|
|
|
|
<source>Troubleshoot</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="477"/>
|
|
|
|
<source>Open logs</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="478"/>
|
|
|
|
<source>Get logs</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="479"/>
|
|
|
|
<source>(Experimental) Enable small groups support for Swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="480"/>
|
|
|
|
<source>This feature is in development.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="483"/>
|
|
|
|
<source>Select a record directory</source>
|
|
|
|
<translation>Wybierz lokalizację nagrań</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="484"/>
|
|
|
|
<source>Quality</source>
|
|
|
|
<translation>Jakość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="485"/>
|
|
|
|
<source>Save in</source>
|
|
|
|
<translation>Zapisz w</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="486"/>
|
|
|
|
<source>Call Recording</source>
|
|
|
|
<translation>Nagrywanie rozmowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="487"/>
|
|
|
|
<source>Always record calls</source>
|
|
|
|
<translation>Zawsze nagrywaj rozmowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="490"/>
|
|
|
|
<source>Keyboard Shortcut Table</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="491"/>
|
|
|
|
<source>Keyboard Shortcuts</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="493"/>
|
|
|
|
<source>Conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="494"/>
|
|
|
|
<source>Call</source>
|
|
|
|
<translation>Dzwoń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="495"/>
|
|
|
|
<source>Settings</source>
|
|
|
|
<translation>Ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="496"/>
|
|
|
|
<source>Open account list</source>
|
|
|
|
<translation>Otwórz listę kont</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="497"/>
|
|
|
|
<source>Focus conversations list</source>
|
|
|
|
<translation>Lista rozmów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="498"/>
|
|
|
|
<source>Requests list</source>
|
|
|
|
<translation>Lista zaproszeń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="499"/>
|
|
|
|
<source>Previous conversation</source>
|
|
|
|
<translation>Poprzednia konwersacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="500"/>
|
|
|
|
<source>Next conversation</source>
|
|
|
|
<translation>Następna konwersacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="501"/>
|
|
|
|
<source>Search bar</source>
|
|
|
|
<translation>Pasek wyszukiwania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="502"/>
|
|
|
|
<source>Full screen</source>
|
|
|
|
<translation>Pełny ekran</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="503"/>
|
|
|
|
<source>Clear history</source>
|
|
|
|
<translation>Wyczyść historię</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="504"/>
|
|
|
|
<source>Media settings</source>
|
|
|
|
<translation>Ustawienia multimediów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="505"/>
|
|
|
|
<source>General settings</source>
|
|
|
|
<translation>Ogólne ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="506"/>
|
|
|
|
<source>Account settings</source>
|
|
|
|
<translation>Ustawienia konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="507"/>
|
|
|
|
<source>Plugin settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="508"/>
|
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
<translation>Odbierz połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="509"/>
|
|
|
|
<source>Decline the call request</source>
|
|
|
|
<translation>Odrzuć połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="510"/>
|
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
<translation>Otwórz kreator tworzenia konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="511"/>
|
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="514"/>
|
|
|
|
<source>Debug</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="515"/>
|
|
|
|
<source>Show Stats</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="516"/>
|
|
|
|
<source>Start</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="517"/>
|
|
|
|
<source>Stop</source>
|
|
|
|
<translation>Stop</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="519"/>
|
|
|
|
<source>Report Bug</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="520"/>
|
|
|
|
<source>Clear</source>
|
|
|
|
<translation>Wyczyść</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="521"/>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="675"/>
|
|
|
|
<source>Cancel</source>
|
|
|
|
<translation>Anuluj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="522"/>
|
|
|
|
<source>Copied to clipboard!</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="523"/>
|
|
|
|
<source>Receive Logs</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="526"/>
|
|
|
|
<source>Archive</source>
|
|
|
|
<translation>Archiwum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="527"/>
|
|
|
|
<source>Open file</source>
|
|
|
|
<translation>Otwórz plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="528"/>
|
|
|
|
<source>Create your account from a backup</source>
|
|
|
|
<translation>Utwórz konto z kopii zapasowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="529"/>
|
|
|
|
<source>You can obtain an archive by clicking on "Backup account" in the account settings. This will create a .gz file on your device.</source>
|
|
|
|
<translation>Archiwum można uzyskać, klikając opcję „Kopia zapasowa konta” w ustawieniach konta. Spowoduje to utworzenie pliku .gz na Twoim urządzeniu.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="532"/>
|
|
|
|
<source>Restore an account from backup</source>
|
|
|
|
<translation>Odzyskaj konto z kopii zapasowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="533"/>
|
|
|
|
<source>Generating account…</source>
|
|
|
|
<translation>Tworzenie konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="534"/>
|
|
|
|
<source>Import from backup</source>
|
|
|
|
<translation>Importuj z kopii zapasowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="535"/>
|
|
|
|
<source>Import from archive backup</source>
|
|
|
|
<translation>Importuj z archiwum kopii zapasowej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="536"/>
|
|
|
|
<source>Import a Jami account from an archive file on this device.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="537"/>
|
|
|
|
<source>Select archive file</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="540"/>
|
|
|
|
<source>Enter Jami account password</source>
|
|
|
|
<translation>Wprowadź hasło do konta Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="541"/>
|
|
|
|
<source>Enter the PIN from another configured Jami account. Use the "Link Another Device" feature to obtain a PIN.</source>
|
|
|
|
<translation>Wprowadź PIN z urządzenia ze skonfigurowanym kontem Jami. Użyj opcji "Podłącz Kolejne Urządzenie", aby wyświetlić kod PIN.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="543"/>
|
|
|
|
<source>Link device</source>
|
|
|
|
<translation>Połącz urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="544"/>
|
|
|
|
<source>Import</source>
|
|
|
|
<translation>Importuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="545"/>
|
|
|
|
<source>PIN</source>
|
|
|
|
<translation>PIN</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="546"/>
|
|
|
|
<source>A PIN is required to use an existing Jami account on this device.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="547"/>
|
|
|
|
<source>Step 1</source>
|
|
|
|
<translation>Krok 1</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="548"/>
|
|
|
|
<source>Step 2</source>
|
|
|
|
<translation>Krok 2</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="549"/>
|
|
|
|
<source>Step 3</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="550"/>
|
|
|
|
<source>Step 4</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="551"/>
|
|
|
|
<source>Go to the Account Settings of a previous device</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="552"/>
|
|
|
|
<source>Choose the account to link</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="553"/>
|
|
|
|
<source>Select “Link another device”</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="554"/>
|
|
|
|
<source>The PIN code will be available for 10 minutes.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="558"/>
|
|
|
|
<source>The PIN and the account password should be entered in your device within 10 minutes.</source>
|
|
|
|
<translation>Kod PIN oraz hasło do konta powinno zostać wprowadzone na twoim urządzeniu w przeciągu 10 minut.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="559"/>
|
|
|
|
<source>Close</source>
|
|
|
|
<translation>Zamknij</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="560"/>
|
|
|
|
<source>Enter account's password</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="561"/>
|
|
|
|
<source>Add Device</source>
|
|
|
|
<translation>Dodaj urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="564"/>
|
|
|
|
<source>Enter the password</source>
|
|
|
|
<translation>Wprowadź hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="565"/>
|
|
|
|
<source>Enter current password</source>
|
|
|
|
<translation>Wprowadź obecne hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="566"/>
|
|
|
|
<source>Enter this account's password to confirm the removal of this device</source>
|
|
|
|
<translation>Wprowadź hasło do tego konta, aby potwierdzić usunięcie tego urządzenia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="567"/>
|
|
|
|
<source>Enter new password</source>
|
|
|
|
<translation>Wprowadź nowe hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="568"/>
|
|
|
|
<source>Confirm new password</source>
|
|
|
|
<translation>Potwierdź nowe hasło</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="569"/>
|
|
|
|
<source>Change</source>
|
|
|
|
<translation>Zmień</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="570"/>
|
|
|
|
<source>Confirm</source>
|
|
|
|
<translation>Potwierdź</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="571"/>
|
|
|
|
<source>Export</source>
|
|
|
|
<translation>Wyeksportuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="574"/>
|
|
|
|
<source>Choose a picture as avatar</source>
|
|
|
|
<translation>Wybierz obraz jako awatar</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="575"/>
|
|
|
|
<source>Import avatar from image file</source>
|
|
|
|
<translation>Importuj awatar z pliku obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="576"/>
|
|
|
|
<source>Stop taking photo</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="577"/>
|
|
|
|
<source>Clear avatar image</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="578"/>
|
|
|
|
<source>Take photo</source>
|
|
|
|
<translation>Zrób zdjęcie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="579"/>
|
|
|
|
<source>Image Files (*.png *.jpg *.jpeg)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="582"/>
|
|
|
|
<source>Enable</source>
|
|
|
|
<translation>Włącz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="583"/>
|
|
|
|
<source>Preferences</source>
|
|
|
|
<translation>Preferencje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="584"/>
|
|
|
|
<source>Reset</source>
|
|
|
|
<translation>Zresetuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="585"/>
|
|
|
|
<source>Uninstall</source>
|
|
|
|
<translation>Odinstaluj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="586"/>
|
|
|
|
<source>Reset Preferences</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="587"/>
|
|
|
|
<source>Select a plugin to install</source>
|
|
|
|
<translation>Wybierz wtyczkę do zainstalowania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="588"/>
|
|
|
|
<source>Install plugin</source>
|
|
|
|
<translation>Zainstaluj wtyczkę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="589"/>
|
|
|
|
<source>Uninstall plugin</source>
|
|
|
|
<translation>Odinstaluj wtyczkę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="590"/>
|
|
|
|
<source>Are you sure you wish to reset %1 preferences?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="591"/>
|
|
|
|
<source>Are you sure you wish to uninstall %1?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="592"/>
|
|
|
|
<source>Display or hide preferences</source>
|
|
|
|
<translation>Wyświetl lub ukryj ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="593"/>
|
|
|
|
<source>Add new plugin</source>
|
|
|
|
<translation>Dodaj nową wtyczkę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="594"/>
|
|
|
|
<source>Go back to plugins list</source>
|
|
|
|
<translation>Wróć do listy wtyczek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="595"/>
|
|
|
|
<source>Select a file</source>
|
|
|
|
<translation>Wybierz plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="596"/>
|
|
|
|
<source>Select</source>
|
|
|
|
<translation>Wybierz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="597"/>
|
|
|
|
<source>Choose image file</source>
|
|
|
|
<translation>Wybierz plik obrazu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="598"/>
|
|
|
|
<source>Display or hide General plugin settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="599"/>
|
|
|
|
<source>Display or hide Account plugin settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="600"/>
|
|
|
|
<source>Installed plugins</source>
|
|
|
|
<translation>Zainstalowane wtyczki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="601"/>
|
|
|
|
<source>Plugin Files (*.jpl)</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="602"/>
|
|
|
|
<source>Load/Unload</source>
|
|
|
|
<translation>Włączenie/Wyłączenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="603"/>
|
|
|
|
<source>Select An Image to %1</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="604"/>
|
|
|
|
<source>Edit preference</source>
|
|
|
|
<translation>Edytuj ustawnienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="605"/>
|
|
|
|
<source>On/Off</source>
|
|
|
|
<translation>Wł/Wył</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="606"/>
|
|
|
|
<source>Choose Plugin</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="609"/>
|
|
|
|
<source>Profile is only shared with contacts</source>
|
|
|
|
<translation>Profil jest udostępniany wyłącznie kontaktom</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="610"/>
|
|
|
|
<source>Save profile</source>
|
|
|
|
<translation>Zapisz profil</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="611"/>
|
|
|
|
<source>Enter your name</source>
|
|
|
|
<translation>Wprowadź swoją nazwę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="612"/>
|
|
|
|
<source>Enter the rendezvous point's name</source>
|
|
|
|
<translation>Wprowadź nazwę punktu spotkania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="613"/>
|
|
|
|
<source>Creating rendezvous point…</source>
|
|
|
|
<translation>Tworzenie punktu spotkania...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="614"/>
|
|
|
|
<source>Information</source>
|
|
|
|
<translation>Informacje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="615"/>
|
|
|
|
<source>Profile</source>
|
|
|
|
<translation>Profil</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="618"/>
|
|
|
|
<source>Enter the account password to confirm the removal of this device</source>
|
|
|
|
<translation>Wprowadź hasło do konta aby potwierdzić usunięcie go z tego urządzenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="621"/>
|
|
|
|
<source>Select a screen to share</source>
|
|
|
|
<translation>Wybierz ekran do udostępniania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="622"/>
|
|
|
|
<source>Select a window to share</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="623"/>
|
|
|
|
<source>All Screens</source>
|
|
|
|
<translation>Wszystkie Ekrany</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="624"/>
|
|
|
|
<source>Screens</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="625"/>
|
|
|
|
<source>Windows</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="626"/>
|
|
|
|
<source>Screen %1</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="629"/>
|
|
|
|
<source>QR code</source>
|
|
|
|
<translation>Kod QR</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="632"/>
|
|
|
|
<source>Account QR</source>
|
|
|
|
<translation>QR konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="635"/>
|
|
|
|
<source>This is your Jami username.
|
|
|
|
Copy and share it with your friends!</source>
|
|
|
|
<translation>To jest twoja nazwa użytkownika Jami.
|
|
|
|
Skopiuj i podziel się nią z przyjaciółmi!</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="636"/>
|
|
|
|
<source>Link this device to an existing account</source>
|
|
|
|
<translation>Połącz to urządzenie z istniejącym kontem</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="637"/>
|
|
|
|
<source>Import from another device</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="638"/>
|
|
|
|
<source>Import from an archive backup</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="639"/>
|
|
|
|
<source>Advanced features</source>
|
|
|
|
<translation>Opcje zaawansowane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="640"/>
|
|
|
|
<source>Show advanced features</source>
|
|
|
|
<translation>Pokaż opcje zaawansowane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="641"/>
|
|
|
|
<source>Hide advanced features</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="642"/>
|
|
|
|
<source>Connect to a JAMS server</source>
|
|
|
|
<translation>Połącz z serwerem JAMS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="643"/>
|
|
|
|
<source>Create account from Jami Account Management Server (JAMS)</source>
|
|
|
|
<translation>Utwórz konto przy pomocy Jami Account Management Server (JAMS)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="644"/>
|
|
|
|
<source>Configure a SIP account</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="645"/>
|
|
|
|
<source>Error while creating your account. Check your credentials.</source>
|
|
|
|
<translation>Wystąpił błąd podczas tworzenia konta. Sprawdź swoje dane logowania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="646"/>
|
|
|
|
<source>Create a rendezvous point</source>
|
|
|
|
<translation>Utwórz spotkanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="647"/>
|
|
|
|
<source>Create a Jami account</source>
|
|
|
|
<translation>Utwórz konto Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="648"/>
|
|
|
|
<source>Join Jami</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="649"/>
|
|
|
|
<source>Create new Jami account</source>
|
|
|
|
<translation>Utwórz nowe konto Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="650"/>
|
|
|
|
<source>Create new SIP account</source>
|
|
|
|
<translation>Utwórz nowe konto SIP</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="651"/>
|
|
|
|
<source>About Jami</source>
|
|
|
|
<translation>O Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="652"/>
|
|
|
|
<source>Welcome to</source>
|
|
|
|
<translation>Witaj!</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="653"/>
|
|
|
|
<source>Share, freely and privately with Jami</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="654"/>
|
|
|
|
<source>I already have an account</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="655"/>
|
|
|
|
<source>Use existing Jami account</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="656"/>
|
|
|
|
<source>Welcome to Jami</source>
|
|
|
|
<translation>Witaj w Jami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="657"/>
|
|
|
|
<source>Share this Jami identifier to be contacted on this account!</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="658"/>
|
|
|
|
<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>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="661"/>
|
|
|
|
<source>Clear Text</source>
|
|
|
|
<translation>Wyczyść Tekst</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="662"/>
|
|
|
|
<source>Conversations</source>
|
|
|
|
<translation>Rozmowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="663"/>
|
|
|
|
<source>Search Results</source>
|
|
|
|
<translation>Wyniki wyszukiwania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="666"/>
|
|
|
|
<source>Decline contact request</source>
|
|
|
|
<translation>Odrzuć zaproszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="667"/>
|
|
|
|
<source>Accept contact request</source>
|
|
|
|
<translation>Akceptuj zaproszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="670"/>
|
|
|
|
<source>Automatically check for updates</source>
|
|
|
|
<translation>Automatycznie sprawdź po aktualizacje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="673"/>
|
|
|
|
<source>Ok</source>
|
|
|
|
<translation>Ok</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="674"/>
|
|
|
|
<source>Save</source>
|
|
|
|
<translation>Zapisz</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="676"/>
|
|
|
|
<source>Upgrade</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="677"/>
|
|
|
|
<source>Later</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="678"/>
|
|
|
|
<source>Delete</source>
|
|
|
|
<translation>Usuń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="679"/>
|
|
|
|
<source>Block</source>
|
|
|
|
<translation>Blokuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="682"/>
|
|
|
|
<source>Set moderator</source>
|
|
|
|
<translation>Zaznacz moderatora</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="683"/>
|
|
|
|
<source>Unset moderator</source>
|
|
|
|
<translation>Odznacz moderatora</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="686"/>
|
|
|
|
<source>Maximize</source>
|
|
|
|
<translation>Maksymalizuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="687"/>
|
|
|
|
<source>Minimize</source>
|
|
|
|
<translation>Minimalizuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="688"/>
|
|
|
|
<source>Hangup</source>
|
|
|
|
<translation>Odłożyć słuchawkę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="689"/>
|
|
|
|
<source>Local muted</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="692"/>
|
|
|
|
<source>Conference moderation</source>
|
|
|
|
<translation>Moderowanie konferencji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="693"/>
|
|
|
|
<source>Default moderators</source>
|
|
|
|
<translation>Domyślni moderatorzy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="694"/>
|
|
|
|
<source>Enable local moderators</source>
|
|
|
|
<translation>Włącz lokalnych moderatorów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="695"/>
|
|
|
|
<source>Make all participants moderators</source>
|
|
|
|
<translation>Uczyń wszystkich uczestników moderatorami</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="696"/>
|
|
|
|
<source>Add default moderator</source>
|
|
|
|
<translation>Dodaj domyślnego moderatora</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="697"/>
|
|
|
|
<source>Remove default moderator</source>
|
|
|
|
<translation>Usuń domyślnego moderatora</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="704"/>
|
|
|
|
<source>Is swarm:</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="705"/>
|
|
|
|
<source>True</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="706"/>
|
|
|
|
<source>False</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="709"/>
|
|
|
|
<source>Add emoji</source>
|
|
|
|
<translation>Dodaj emoji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="710"/>
|
|
|
|
<source>Send file</source>
|
|
|
|
<translation>Wyślij plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="711"/>
|
|
|
|
<source>Leave audio message</source>
|
|
|
|
<translation>Nagraj wiadomość głosową</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="712"/>
|
|
|
|
<source>Leave video message</source>
|
|
|
|
<translation>Nagraj wiadomość wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="713"/>
|
|
|
|
<source>Send</source>
|
|
|
|
<translation>Wyślij</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="714"/>
|
|
|
|
<source>Remove</source>
|
|
|
|
<translation>Usuń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="715"/>
|
|
|
|
<source>Write to %1</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="718"/>
|
|
|
|
<source>%1 has sent you a request for a conversation.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="719"/>
|
|
|
|
<source>Hello,
|
|
|
|
Would you like to join the conversation?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="720"/>
|
|
|
|
<source>You have accepted
|
|
|
|
the conversation request</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="721"/>
|
|
|
|
<source>Waiting until %1
|
|
|
|
connects to synchronize the conversation.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="724"/>
|
|
|
|
<source>About</source>
|
|
|
|
<translation>O programie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="725"/>
|
|
|
|
<source>%1 Members</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="726"/>
|
|
|
|
<source>Member</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="727"/>
|
|
|
|
<source>Documents</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="728"/>
|
|
|
|
<source>Swarm's name</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="729"/>
|
|
|
|
<source>Add a description</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="731"/>
|
|
|
|
<source>Ignore the swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="732"/>
|
|
|
|
<source>Ignore all notifications from this conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="733"/>
|
|
|
|
<source>Choose a color</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="734"/>
|
|
|
|
<source>Leave the swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="735"/>
|
|
|
|
<source>Leave</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="736"/>
|
|
|
|
<source>Type of swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="739"/>
|
|
|
|
<source>You can add 8 people in the swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="740"/>
|
|
|
|
<source>You can add %1 more people in the swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="741"/>
|
|
|
|
<source>Create the swarm</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="742"/>
|
|
|
|
<source>Go to conversation</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="743"/>
|
|
|
|
<source>Promote to administrator</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="744"/>
|
|
|
|
<source>Kick member</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="745"/>
|
|
|
|
<source>Administrator</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="746"/>
|
|
|
|
<source>Invited</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="747"/>
|
|
|
|
<source>Remove member</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="748"/>
|
|
|
|
<source>To:</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="751"/>
|
|
|
|
<source>Customize</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="752"/>
|
|
|
|
<source>Tips</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="753"/>
|
|
|
|
<source>Dismiss</source>
|
|
|
|
<translation>Odrzuć</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="754"/>
|
|
|
|
<source>Add a picture and a nickname to complete your profile</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="755"/>
|
|
|
|
<source>This profile is only shared with this account’s contacts</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="756"/>
|
|
|
|
<source>Your profile is only shared with your contacts</source>
|
|
|
|
<translation>Twój profil jest udostępniany tylko twoim kontaktom</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="757"/>
|
|
|
|
<source>Why should I save my account ?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>KeyboardShortcutTable</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="41"/>
|
|
|
|
<source>Open account list</source>
|
|
|
|
<translation>Otwórz listę kont</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="45"/>
|
|
|
|
<source>Focus conversations list</source>
|
|
|
|
<translation>Lista rozmów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="49"/>
|
|
|
|
<source>Requests list</source>
|
|
|
|
<translation>Lista zaproszeń</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="53"/>
|
|
|
|
<source>Previous conversation</source>
|
|
|
|
<translation>Poprzednia konwersacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="57"/>
|
|
|
|
<source>Next conversation</source>
|
|
|
|
<translation>Następna konwersacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="61"/>
|
|
|
|
<source>Search bar</source>
|
|
|
|
<translation>Pasek wyszukiwania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="65"/>
|
|
|
|
<source>Full screen</source>
|
|
|
|
<translation>Pełny ekran</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>Rozpocznij połączenie głosowe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="90"/>
|
|
|
|
<source>Start a video call</source>
|
|
|
|
<translation>Rozpocznij rozmowę wideo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="94"/>
|
|
|
|
<source>Clear history</source>
|
|
|
|
<translation>Wyczyść historię</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="98"/>
|
|
|
|
<source>Block contact</source>
|
|
|
|
<translation>Blokuj kontakt</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="102"/>
|
|
|
|
<source>Remove conversation</source>
|
|
|
|
<translation>Usuń rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="106"/>
|
|
|
|
<source>Accept contact request</source>
|
|
|
|
<translation>Akceptuj zaproszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="115"/>
|
|
|
|
<source>Media settings</source>
|
|
|
|
<translation>Ustawienia multimediów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="119"/>
|
|
|
|
<source>General settings</source>
|
|
|
|
<translation>Ogólne ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="123"/>
|
|
|
|
<source>Account settings</source>
|
|
|
|
<translation>Ustawienia konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="127"/>
|
|
|
|
<source>Plugin settings</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="131"/>
|
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
<translation>Otwórz kreator tworzenia konta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="135"/>
|
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="144"/>
|
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
<translation>Odbierz połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="148"/>
|
|
|
|
<source>End call</source>
|
|
|
|
<translation>Skończ rozmowę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="152"/>
|
|
|
|
<source>Decline the call request</source>
|
|
|
|
<translation>Odrzuć połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>MainApplication</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="364"/>
|
|
|
|
<source>E&xit</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="366"/>
|
|
|
|
<source>&Quit</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="372"/>
|
|
|
|
<source>&Show Jami</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/qtwrapper/callmanager_wrap.h" line="468"/>
|
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>Ja</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>Czekanie</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>Rozmawianie</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>BŁĄD</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>Przychodzące</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>Dzwonienie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="272"/>
|
|
|
|
<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>Łączenie</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>Wyszukiwanie</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>Nieaktywne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="289"/>
|
|
|
|
<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>Zakończono</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>Przekroczony czas</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>Peer zajęty</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>Połączenie się powiodło </translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="200"/>
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="966"/>
|
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>Otrzymano zaproszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="224"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="197"/>
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="964"/>
|
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 dodany</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="226"/>
|
|
|
|
<source>%1 was invited to join</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="228"/>
|
|
|
|
<source>%1 joined</source>
|
|
|
|
<translation>%1 dołączył</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="230"/>
|
|
|
|
<source>%1 left</source>
|
|
|
|
<translation>%1 opuścił</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="232"/>
|
|
|
|
<source>%1 was kicked</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="234"/>
|
|
|
|
<source>%1 was re-added</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="300"/>
|
|
|
|
<source>Swarm created</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</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"/>
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="962"/>
|
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>Połączenie wychodzące</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>Połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="182"/>
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="960"/>
|
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>Nieodebrane połączenie wychodzące</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>Nieodebrane połączenie przychodzące</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="202"/>
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="968"/>
|
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>Zaakceptowano zaproszenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="348"/>
|
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="367"/>
|
|
|
|
<source>default</source>
|
|
|
|
<translation>domyślne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="60"/>
|
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-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="61"/>
|
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>Próbowanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" 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>Ringing</source>
|
|
|
|
<translation>Dzwonienie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="63"/>
|
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>Jest Przekazywane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Queued</source>
|
|
|
|
<translation>W kolejce</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Progress</source>
|
|
|
|
<translation>Postęp</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>OK</source>
|
|
|
|
<translation>OK</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Accepted</source>
|
|
|
|
<translation>Zaakceptowane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Multiple Choices</source>
|
|
|
|
<translation>Wiele Wyborów</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Moved Permanently</source>
|
|
|
|
<translation>Przeniesione Na Stałe</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Moved Temporarily</source>
|
|
|
|
<translation>Przeniesione Tymczasowo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Use Proxy</source>
|
|
|
|
<translation>Używaj Proxy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Alternative Service</source>
|
|
|
|
<translation>Alternatywna Usługa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Bad Request</source>
|
|
|
|
<translation>Nieprawidłowe zapytanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Unauthorized</source>
|
|
|
|
<translation>Nieautoryzowany</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Payment Required</source>
|
|
|
|
<translation>Wymagana Płatność</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Forbidden</source>
|
|
|
|
<translation>Zabroniony</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Not Found</source>
|
|
|
|
<translation>Nie Znaleziono</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Method Not Allowed</source>
|
|
|
|
<translation>Metoda nie dozwolona</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="79"/>
|
|
|
|
<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>Not Acceptable</source>
|
|
|
|
<translation>Nieakceptowalne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Proxy Authentication Required</source>
|
|
|
|
<translation>Wymagane Uwierzytelnienie Proxy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Request Timeout</source>
|
|
|
|
<translation>Prośba przekroczyła czas oczekiwania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Gone</source>
|
|
|
|
<translation>Zniknął</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="83"/>
|
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 type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Request URI Too Long</source>
|
|
|
|
<translation>Żądanie URI za długie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Unsupported Media Type</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Unsupported URI Scheme</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Bad Extension</source>
|
|
|
|
<translation>Złe rozszeżenie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Extension Required</source>
|
|
|
|
<translation>Rozszerzenie jest wymagane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Session Timer Too Small</source>
|
|
|
|
<translation>Zbyt mały zegar sesji</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Interval Too Brief</source>
|
|
|
|
<translation>Interwał zbyt krótki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Temporarily Unavailable</source>
|
|
|
|
<translation>Tymczasowo niedostępny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Call TSX Does Not Exist</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Loop Detected</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Too Many Hops</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Address Incomplete</source>
|
|
|
|
<translation>Adres niekompletny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Ambiguous</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Busy</source>
|
|
|
|
<translation>Zajęty</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Request Terminated</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Bad Event</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Request Updated</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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 Pending</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04:00
|
|
|
<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>Undecipherable</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Internal Server Error</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Not Implemented</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Bad Gateway</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Service Unavailable</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Server Timeout</source>
|
|
|
|
<translation>Przekroczony czas odpowiedzi serwera</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Version Not Supported</source>
|
|
|
|
<translation>Wersja nie jest wpierana</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Message Too Large</source>
|
|
|
|
<translation>Wiadomość zbyt długa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Precondition Failure</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Busy Everywhere</source>
|
|
|
|
<translation>Zajęty wszędzie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Call Refused</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Does Not Exist Anywhere</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-07-11 11:59:25 -04: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>Not Acceptable Anywhere</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="274"/>
|
|
|
|
<source>Accept</source>
|
|
|
|
<translation>Akceptuj</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="266"/>
|
|
|
|
<source>Sending</source>
|
|
|
|
<translation>Wysyłanie</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="270"/>
|
|
|
|
<source>Sent</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="279"/>
|
|
|
|
<source>Unable to make contact</source>
|
|
|
|
<translation>Nie udało się nawiązać kontaktu</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="283"/>
|
|
|
|
<source>Waiting for contact</source>
|
|
|
|
<translation>Czekanie na 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="285"/>
|
|
|
|
<source>Incoming transfer</source>
|
|
|
|
<translation>Przychodzący transfer</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="287"/>
|
|
|
|
<source>Timed out waiting for contact</source>
|
|
|
|
<translation>Przekroczono czas czekając na 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="553"/>
|
|
|
|
<source>%1 days ago</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="276"/>
|
|
|
|
<source>Canceled</source>
|
|
|
|
<translation>Anulowano</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="281"/>
|
|
|
|
<source>Ongoing</source>
|
|
|
|
<translation>W trakcie</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="555"/>
|
|
|
|
<source>one day ago</source>
|
|
|
|
<translation>jeden dzień temu</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="558"/>
|
|
|
|
<source>%1 hours ago</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="560"/>
|
|
|
|
<source>one hour ago</source>
|
|
|
|
<translation>jedną godzinę temu</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="563"/>
|
|
|
|
<source>%1 minutes ago</source>
|
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
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="564"/>
|
|
|
|
<source>just now</source>
|
|
|
|
<translation>teraz</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="268"/>
|
|
|
|
<source>Failure</source>
|
|
|
|
<translation>Nie powiodło się</translation>
|
|
|
|
</message>
|
|
|
|
</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>Rozmowy</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>Kontakty</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="218"/>
|
|
|
|
<source>Answer</source>
|
|
|
|
<translation>Odbierz</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="219"/>
|
|
|
|
<source>Decline</source>
|
|
|
|
<translation>Odrzuć</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="221"/>
|
|
|
|
<source>Open conversation</source>
|
|
|
|
<translation>Otwórz rozmowę</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/systemtray.cpp" line="223"/>
|
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>Akceptuj</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -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>Refuse</source>
|
|
|
|
<translation>Odmów</translation>
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>TipsModel</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="25"/>
|
|
|
|
<source>Customize</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
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
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="27"/>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="29"/>
|
|
|
|
<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>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="33"/>
|
|
|
|
<source>What is the green dot next to my 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="35"/>
|
|
|
|
<source>A red dot means that your account is disconnected from the network, it turns green when its connected</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="39"/>
|
|
|
|
<source>Why should I backup my 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="41"/>
|
|
|
|
<source>Jami is distributed and you're account is only stored on your device. If you loose your password, or your datas you can't recover it</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="46"/>
|
|
|
|
<source>Can I make a conference call?</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="47"/>
|
|
|
|
<source>In a call, you can click on "Add participants" to add a contact to a call</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="50"/>
|
|
|
|
<source>Does Jami have group chats?</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="51"/>
|
|
|
|
<source>In the settings, you can enabled support for groups (experimental)</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="54"/>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="56"/>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="60"/>
|
|
|
|
<source>What information do I need to provide to create a Jami account?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="62"/>
|
|
|
|
<source>When you create a new Jami account, you don’t have to provide any private information like an email, address, or phone number.</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="66"/>
|
|
|
|
<source>Why don't I have to use a password?</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="68"/>
|
|
|
|
<source>With Jami, your account is stored in a folder 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>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="74"/>
|
|
|
|
<source>Why don't I have to register a username?</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="76"/>
|
|
|
|
<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>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="81"/>
|
|
|
|
<source>How can I back up my 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="82"/>
|
|
|
|
<source>In the account settings, a button is available to backup your 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="85"/>
|
|
|
|
<source>What happens when I delete my 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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="87"/>
|
|
|
|
<source>Your account is only stored on your own devices. If you delete your account from each device, the account is gone and you cannot get it back.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="91"/>
|
|
|
|
<source>Can I use my account on multiple device?</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="93"/>
|
|
|
|
<source>Yes, you can link your account from the settings, or you can import your back-up on another device.</source>
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>UtilsAdapter</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="273"/>
|
|
|
|
<source>%1 Mbps</source>
|
|
|
|
<translation>%1 Mb/s</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="273"/>
|
|
|
|
<source>Default</source>
|
|
|
|
<translation>Domyślne</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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="469"/>
|
|
|
|
<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-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="483"/>
|
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>Szukanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1020"/>
|
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>Nieprawidłowe ID</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1023"/>
|
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>Nazwa użytkownika nieznaleziona</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1026"/>
|
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 type="unfinished"/>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>lrc::api::ContactModel</name>
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="444"/>
|
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>Złe URI</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
</TS>
|