mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
do not add chatroom if it does not match the filter #LINQT-2431
This commit is contained in:
parent
37fb24ed61
commit
d207d88a11
6 changed files with 414 additions and 405 deletions
|
|
@ -152,7 +152,17 @@ void ChatList::setSelf(QSharedPointer<ChatList> me) {
|
|||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||
if (!message) return;
|
||||
if (room->getAccount() != core->getDefaultAccount()) {
|
||||
qInfo() << log().arg("Chat room does not refer to current account, return");
|
||||
qInfo() << log().arg("Chat room to add does not refer to current account, return");
|
||||
return;
|
||||
}
|
||||
bool canAdd = false;
|
||||
auto linphoneChatRooms = core->getDefaultAccount()->filterChatRooms(Utils::appStringToCoreString(mFilter));
|
||||
for (auto it : linphoneChatRooms) {
|
||||
if (it->getIdentifier() == room->getIdentifier()) canAdd = true;
|
||||
break;
|
||||
}
|
||||
if (!canAdd) {
|
||||
lInfo() << log().arg("Chat room to add does not match the current filter, return");
|
||||
return;
|
||||
}
|
||||
auto chatCore = ChatCore::create(room);
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ bool ChatProxy::addChatInList(ChatGui *chatGui) {
|
|||
}
|
||||
|
||||
bool ChatProxy::lessThan(const QModelIndex &sourceLeft, const QModelIndex &sourceRight) const {
|
||||
if (!mFilterText.isEmpty()) return false;
|
||||
auto l = getItemAtSource<ChatList, ChatCore>(sourceLeft.row());
|
||||
auto r = getItemAtSource<ChatList, ChatCore>(sourceRight.row());
|
||||
if (l && r) return l->getLastUpdatedTime() > r->getLastUpdatedTime();
|
||||
|
|
|
|||
|
|
@ -781,30 +781,30 @@
|
|||
<translation>Nur Anwendungs-Logs ausgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Ausblenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>show_action</source>
|
||||
<translation>Zeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1633"/>
|
||||
<location filename="../../core/App.cpp" line="1632"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1651"/>
|
||||
<location filename="../../core/App.cpp" line="1650"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1785"/>
|
||||
<location filename="../../core/App.cpp" line="1784"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1131,67 +1131,67 @@
|
|||
<context>
|
||||
<name>CallModel</name>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="383"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="389"/>
|
||||
<source>call_error_no_response_toast</source>
|
||||
<extracomment>"No response"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="387"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="393"/>
|
||||
<source>call_error_forbidden_resource_toast</source>
|
||||
<extracomment>"403 : Forbidden resource"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="391"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="397"/>
|
||||
<source>call_error_not_answered_toast</source>
|
||||
<extracomment>"Request timeout"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="395"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="401"/>
|
||||
<source>call_error_user_declined_toast</source>
|
||||
<extracomment>"User declined the call"</extracomment>
|
||||
<translation>Der Benutzer hat den Anruf abgelehnt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="399"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="405"/>
|
||||
<source>call_error_user_not_found_toast</source>
|
||||
<extracomment>"User was not found"</extracomment>
|
||||
<translation>Benutzer nicht gefunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="403"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="409"/>
|
||||
<source>call_error_user_busy_toast</source>
|
||||
<extracomment>"User is busy"</extracomment>
|
||||
<translation>Der Benutzer ist beschäftigt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="407"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="413"/>
|
||||
<source>call_error_incompatible_media_params_toast</source>
|
||||
<extracomment>"User can&apos;t accept your call"</extracomment>
|
||||
<translation>Der Benutzer kann Ihren Anruf nicht annehmen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="411"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="417"/>
|
||||
<source>call_error_io_error_toast</source>
|
||||
<extracomment>"Unavailable service or network error"</extracomment>
|
||||
<translation>Dienst nicht verfügbar oder Netzwerkfehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="415"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="421"/>
|
||||
<source>call_error_do_not_disturb_toast</source>
|
||||
<extracomment>"Le correspondant ne peut être dérangé"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="419"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="425"/>
|
||||
<source>call_error_temporarily_unavailable_toast</source>
|
||||
<extracomment>"Temporarily unavailable"</extracomment>
|
||||
<translation>Vorübergehend nicht verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="423"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="429"/>
|
||||
<source>call_error_server_timeout_toast</source>
|
||||
<extracomment>"Server timeout"</extracomment>
|
||||
<translation>Server-Zeitüberschreitung</translation>
|
||||
|
|
@ -1242,71 +1242,71 @@
|
|||
<translation>Anrufe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="463"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="464"/>
|
||||
<source>call_history_options_accessible_name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="170"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="555"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="171"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="556"/>
|
||||
<source>menu_delete_history</source>
|
||||
<extracomment>"Supprimer l'historique"</extracomment>
|
||||
<translation>Verlauf löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="164"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="165"/>
|
||||
<source>call_history_list_options_accessible_name</source>
|
||||
<extracomment>Call history options</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="198"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="199"/>
|
||||
<source>create_new_call_accessible_name</source>
|
||||
<extracomment>Create new call</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="211"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="212"/>
|
||||
<source>call_search_in_history</source>
|
||||
<extracomment>"Rechercher un appel"</extracomment>
|
||||
<translation>Anruf suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info_voicemail</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="279"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="280"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Kein Ergebnis gefunden…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="281"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="282"/>
|
||||
<source>history_list_empty_history</source>
|
||||
<extracomment>"Aucun appel dans votre historique"</extracomment>
|
||||
<translation>Anrufverlauf leer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="359"/>
|
||||
<source>return_to_call_history_accessible_name</source>
|
||||
<extracomment>Return to call history</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="370"/>
|
||||
<source>call_action_start_new_call</source>
|
||||
<extracomment>"Nouvel appel"</extracomment>
|
||||
<translation>Neuer Anruf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="410"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="411"/>
|
||||
<source>call_start_group_call_title</source>
|
||||
<extracomment>"Appel de groupe"</extracomment>
|
||||
<translation>Gruppenanruf</translation>
|
||||
|
|
@ -1320,7 +1320,7 @@
|
|||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="413"/>
|
||||
<source>call_action_start_group_call</source>
|
||||
<extracomment>"Lancer"</extracomment>
|
||||
<translation>Starten</translation>
|
||||
|
|
@ -1336,74 +1336,74 @@
|
|||
<translation type="vanished">Erforderlich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="422"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="524"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="423"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="427"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="525"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="424"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="425"/>
|
||||
<source>group_call_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné à l'appel de groupe</extracomment>
|
||||
<translation>Es muss ein Name für den Anruf angegeben werden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="428"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="429"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>Sie sind nicht verbunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="482"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="483"/>
|
||||
<source>menu_see_existing_contact</source>
|
||||
<extracomment>"Show contact"</extracomment>
|
||||
<translation>Kontakt anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="484"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="485"/>
|
||||
<source>menu_add_address_to_contacts</source>
|
||||
<extracomment>"Add to contacts"</extracomment>
|
||||
<translation>Zu Kontakten hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="506"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="507"/>
|
||||
<source>menu_copy_sip_address</source>
|
||||
<extracomment>"Copier l'adresse SIP"</extracomment>
|
||||
<translation>SIP-Adresse kopieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="518"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="519"/>
|
||||
<source>sip_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>Adresse copiée</extracomment>
|
||||
<translation>SIP-Adresse kopiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="520"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="521"/>
|
||||
<source>sip_address_copied_to_clipboard_message</source>
|
||||
<extracomment>L'adresse a été copié dans le presse_papiers</extracomment>
|
||||
<translation>Die Adresse wurde in die Zwischenablage kopiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="526"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="527"/>
|
||||
<source>sip_address_copy_to_clipboard_error</source>
|
||||
<extracomment>"Erreur lors de la copie de l'adresse"</extracomment>
|
||||
<translation>Fehler beim Kopieren der Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="646"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="647"/>
|
||||
<source>notification_missed_call_title</source>
|
||||
<extracomment>"Appel manqué"</extracomment>
|
||||
<translation>Verpasster Anruf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="649"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="650"/>
|
||||
<source>call_outgoing</source>
|
||||
<extracomment>"Appel sortant"</extracomment>
|
||||
<translation>Ausgehender Anruf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="652"/>
|
||||
<source>call_audio_incoming</source>
|
||||
<extracomment>"Appel entrant"</extracomment>
|
||||
<translation>Eingehender Anruf</translation>
|
||||
|
|
@ -2598,56 +2598,56 @@ Error</extracomment>
|
|||
<translation>Konversationen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="149"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="150"/>
|
||||
<source>menu_mark_all_as_read</source>
|
||||
<extracomment>"mark all as read"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="179"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="180"/>
|
||||
<source>chat_search_in_history</source>
|
||||
<extracomment>"Rechercher une conversation"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="202"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="203"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Kein Ergebnis…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="204"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="205"/>
|
||||
<source>chat_list_empty_history</source>
|
||||
<extracomment>"Aucune conversation dans votre historique"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="278"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="279"/>
|
||||
<source>chat_action_start_new_chat</source>
|
||||
<extracomment>"New chat"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="317"/>
|
||||
<source>chat_start_group_chat_title</source>
|
||||
<extracomment>"Nouveau groupe"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="319"/>
|
||||
<source>chat_action_start_group_chat</source>
|
||||
<extracomment>"Créer"</extracomment>
|
||||
<translation>Erstellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="334"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="357"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="362"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="335"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="363"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="336"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="337"/>
|
||||
<source>information_popup_chat_creation_failed_message</source>
|
||||
<extracomment>"La création a échoué"</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
@ -2658,25 +2658,25 @@ Error</extracomment>
|
|||
<translation type="obsolete">Der Codec konnte nicht installiert werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="355"/>
|
||||
<source>group_chat_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné au groupe</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="360"/>
|
||||
<source>group_chat_error_no_participant</source>
|
||||
<extracomment>"Please select at least one participant</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="364"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="365"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>Sie sind nicht verbunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="371"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
@ -3158,50 +3158,50 @@ Error</extracomment>
|
|||
<translation>Kontakte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="255"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="256"/>
|
||||
<source>create_contact_accessible_name</source>
|
||||
<extracomment>Create new contact</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="275"/>
|
||||
<source>search_bar_look_for_contact_text</source>
|
||||
<extracomment>Rechercher un contact</extracomment>
|
||||
<translation>Kontakt suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="286"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="287"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>Aucun résultat…</extracomment>
|
||||
<translation>Kein Ergebnis…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="288"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="289"/>
|
||||
<source>contact_list_empty</source>
|
||||
<extracomment>Aucun contact pour le moment</extracomment>
|
||||
<translation>Zurzeit keine Kontakte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="351"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="352"/>
|
||||
<source>more_info_accessible_name</source>
|
||||
<extracomment>More info %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="367"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="368"/>
|
||||
<source>expand_accessible_name</source>
|
||||
<extracomment>Expand %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="365"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="366"/>
|
||||
<source>shrink_accessible_name</source>
|
||||
<extracomment>Shrink %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="387"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="744"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="388"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="745"/>
|
||||
<source>contact_details_edit</source>
|
||||
<extracomment>Edit
|
||||
----------
|
||||
|
|
@ -3209,19 +3209,19 @@ Error</extracomment>
|
|||
<translation>Bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="401"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="402"/>
|
||||
<source>contact_call_action</source>
|
||||
<extracomment>"Appel"</extracomment>
|
||||
<translation>Anrufen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="413"/>
|
||||
<source>contact_message_action</source>
|
||||
<extracomment>"Message"</extracomment>
|
||||
<translation>Nachricht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="427"/>
|
||||
<source>contact_video_call_action</source>
|
||||
<extracomment>"Appel vidéo"</extracomment>
|
||||
<translation>Videoanruf</translation>
|
||||
|
|
@ -3247,133 +3247,133 @@ Error</extracomment>
|
|||
<translation type="vanished">Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="476"/>
|
||||
<source>contact_details_numbers_and_addresses_title</source>
|
||||
<extracomment>"Coordonnées"</extracomment>
|
||||
<translation>Kontaktinformationen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="531"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="532"/>
|
||||
<source>call_adress_accessible_name</source>
|
||||
<extracomment>Call address %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="564"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="565"/>
|
||||
<source>contact_details_company_name</source>
|
||||
<extracomment>"Société :"</extracomment>
|
||||
<translation>Unternehmen :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="585"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="586"/>
|
||||
<source>contact_details_job_title</source>
|
||||
<extracomment>"Poste :"</extracomment>
|
||||
<translation>Beruf :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="607"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="608"/>
|
||||
<source>contact_details_medias_title</source>
|
||||
<extracomment>"Medias"</extracomment>
|
||||
<translation>Medien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="620"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="638"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="621"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="639"/>
|
||||
<source>contact_details_medias_subtitle</source>
|
||||
<extracomment>"Afficher les medias partagés"</extracomment>
|
||||
<translation>Geteilte Medien anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="644"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="645"/>
|
||||
<source>contact_details_trust_title</source>
|
||||
<extracomment>"Confiance"</extracomment>
|
||||
<translation>Vertrauen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="652"/>
|
||||
<source>contact_dialog_devices_trust_title</source>
|
||||
<extracomment>"Niveau de confiance - Appareils vérifiés"</extracomment>
|
||||
<translation>Vertrauenslevel - Verifizierte Geräte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="660"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="661"/>
|
||||
<source>contact_details_no_device_found</source>
|
||||
<extracomment>"Aucun appareil"</extracomment>
|
||||
<translation>Kein Gerät</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="685"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="686"/>
|
||||
<source>contact_device_without_name</source>
|
||||
<extracomment>"Appareil inconnu"</extracomment>
|
||||
<translation>Unbekanntes Gerät</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="706"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="707"/>
|
||||
<source>contact_make_call_check_device_trust</source>
|
||||
<extracomment>"Vérifier"</extracomment>
|
||||
<translation>Überprüfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="708"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="709"/>
|
||||
<source>verify_device_accessible_name</source>
|
||||
<extracomment>Verify %1 device</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="734"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="735"/>
|
||||
<source>contact_details_actions_title</source>
|
||||
<extracomment>"Autres actions"</extracomment>
|
||||
<translation>Weitere Aktionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="764"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="765"/>
|
||||
<source>contact_details_remove_from_favourites</source>
|
||||
<extracomment>"Retirer des favoris"</extracomment>
|
||||
<translation>Aus Favoriten entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="766"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="767"/>
|
||||
<source>contact_details_add_to_favourites</source>
|
||||
<extracomment>"Ajouter aux favoris"</extracomment>
|
||||
<translation>Zu Favoriten hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="783"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="784"/>
|
||||
<source>contact_details_share</source>
|
||||
<extracomment>"Partager"</extracomment>
|
||||
<translation>Teilen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="794"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="795"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="796"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="797"/>
|
||||
<source>contact_details_share_error_mesage</source>
|
||||
<extracomment>"La création du fichier vcard a échoué"</extracomment>
|
||||
<translation>VCard-Erstellung fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="801"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="802"/>
|
||||
<source>contact_details_share_success_title</source>
|
||||
<extracomment>"VCard créée"</extracomment>
|
||||
<translation>VCard erstellt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="803"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="804"/>
|
||||
<source>contact_details_share_success_mesage</source>
|
||||
<extracomment>"VCard du contact enregistrée dans %1"</extracomment>
|
||||
<translation>VCard wurde in %1 gespeichert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="806"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="807"/>
|
||||
<source>contact_details_share_email_title</source>
|
||||
<extracomment>"Partage de contact"</extracomment>
|
||||
<translation>Kontakt teilen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="847"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="848"/>
|
||||
<source>contact_details_delete</source>
|
||||
<extracomment>"Supprimer ce contact"</extracomment>
|
||||
<translation>Kontakt löschen</translation>
|
||||
|
|
@ -4801,116 +4801,116 @@ Error</extracomment>
|
|||
<translation>Besprechungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="199"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="200"/>
|
||||
<source>meetings_search_hint</source>
|
||||
<extracomment>"Rechercher une réunion"</extracomment>
|
||||
<translation>Besprechung suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="216"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="217"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Kein Ergebnis…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="218"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="219"/>
|
||||
<source>meetings_empty_list</source>
|
||||
<extracomment>"Aucune réunion"</extracomment>
|
||||
<translation>Keine Besprechungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="295"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="356"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="296"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="357"/>
|
||||
<source>meeting_schedule_title</source>
|
||||
<extracomment>"Nouvelle réunion"</extracomment>
|
||||
<translation>Neue Besprechung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="306"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="307"/>
|
||||
<source>create</source>
|
||||
<translation>Erstellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="313"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="317"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="368"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="471"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="474"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="525"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="314"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="526"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="315"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="473"/>
|
||||
<source>meeting_schedule_mandatory_field_not_filled_toast</source>
|
||||
<extracomment>Veuillez saisir un titre et sélectionner au moins un participant</extracomment>
|
||||
<translation>Bitte Titel bestimmen und mindestens einen Teilnehmer auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="319"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="320"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="476"/>
|
||||
<source>meeting_schedule_duration_error_toast</source>
|
||||
<extracomment>"La fin de la conférence doit être plus récente que son début"</extracomment>
|
||||
<translation>Das Ende der Besprechung muss nach dem Beginn liegen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="323"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="363"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="324"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="364"/>
|
||||
<source>meeting_schedule_creation_in_progress</source>
|
||||
<extracomment>"Création de la réunion en cours …"</extracomment>
|
||||
<translation>Besprechung wird erstellt…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="359"/>
|
||||
<source>meeting_info_created_toast</source>
|
||||
<extracomment>"Réunion planifiée avec succès"</extracomment>
|
||||
<translation>Besprechung erfolgreich erstellt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="371"/>
|
||||
<source>meeting_failed_to_schedule_toast</source>
|
||||
<extracomment>"Échec de création de la réunion !"</extracomment>
|
||||
<translation>Besprechung konnte nicht erstellt werden!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="464"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="465"/>
|
||||
<source>save</source>
|
||||
<translation>Speichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="514"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="753"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="515"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="754"/>
|
||||
<source>saved</source>
|
||||
<extracomment>"Enregistré"</extracomment>
|
||||
<translation>Gespeichert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="516"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="517"/>
|
||||
<source>meeting_info_updated_toast</source>
|
||||
<extracomment>"Réunion mise à jour"</extracomment>
|
||||
<translation>Besprechung geändert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="521"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="522"/>
|
||||
<source>meeting_schedule_edit_in_progress</source>
|
||||
<extracomment>"Modification de la réunion en cours…"</extracomment>
|
||||
<translation>Bersprechung wird geändert…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="527"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="528"/>
|
||||
<source>meeting_failed_to_edit_toast</source>
|
||||
<extracomment>"Échec de la modification de la réunion !"</extracomment>
|
||||
<translation>Besprechung konnte nicht geändert werden!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="575"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="576"/>
|
||||
<source>meeting_schedule_add_participants_title</source>
|
||||
<extracomment>"Ajouter des participants"</extracomment>
|
||||
<translation>Teilnehmer hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="589"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="590"/>
|
||||
<source>meeting_schedule_add_participants_apply</source>
|
||||
<translation>Apply</translation>
|
||||
</message>
|
||||
|
|
@ -4919,7 +4919,7 @@ Error</extracomment>
|
|||
<translation type="vanished">Hinzufügen</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="599"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="600"/>
|
||||
<source>group_call_participant_selected</source>
|
||||
<extracomment>"%n participant(s) sélectionné(s)"</extracomment>
|
||||
<translation type="unfinished">
|
||||
|
|
@ -4928,31 +4928,31 @@ Error</extracomment>
|
|||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="692"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="693"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Besprechung löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="755"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="756"/>
|
||||
<source>meeting_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>"Adresse de la réunion copiée"</extracomment>
|
||||
<translation>Besprechungs-URI kopiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="791"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="792"/>
|
||||
<source>meeting_schedule_timezone_title</source>
|
||||
<extracomment>"Fuseau horaire"</extracomment>
|
||||
<translation>Zeitzone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="911"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="912"/>
|
||||
<source>meeting_info_organizer_label</source>
|
||||
<extracomment>"Organisateur"</extracomment>
|
||||
<translation>Organisator</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="928"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="929"/>
|
||||
<source>meeting_info_join_title</source>
|
||||
<extracomment>"Rejoindre la réunion"</extracomment>
|
||||
<translation>Besprechung beitreten</translation>
|
||||
|
|
@ -5964,36 +5964,36 @@ Pour les activer dans un projet commercial, merci de nous contacter.</source>
|
|||
<translation>Start a group call ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="452"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="459"/>
|
||||
<source>reply_to_label</source>
|
||||
<extracomment>Reply to %1</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="453"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="460"/>
|
||||
<source>conversation_editing_message_title</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="665"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="673"/>
|
||||
<source>shared_medias_title</source>
|
||||
<extracomment>Shared medias</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="667"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="675"/>
|
||||
<source>shared_documents_title</source>
|
||||
<extracomment>Shared documents</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="696"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="704"/>
|
||||
<source>forward_to_title</source>
|
||||
<extracomment>Forward to…</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="730"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="738"/>
|
||||
<source>conversations_title</source>
|
||||
<extracomment>Conversations</extracomment>
|
||||
<translation>Konversationen</translation>
|
||||
|
|
|
|||
|
|
@ -772,30 +772,30 @@
|
|||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Hide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>show_action</source>
|
||||
<translation>Show</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1633"/>
|
||||
<location filename="../../core/App.cpp" line="1632"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1651"/>
|
||||
<location filename="../../core/App.cpp" line="1650"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Check for update</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1785"/>
|
||||
<location filename="../../core/App.cpp" line="1784"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -1142,67 +1142,67 @@
|
|||
<context>
|
||||
<name>CallModel</name>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="383"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="389"/>
|
||||
<source>call_error_no_response_toast</source>
|
||||
<extracomment>"No response"</extracomment>
|
||||
<translation>No response</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="387"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="393"/>
|
||||
<source>call_error_forbidden_resource_toast</source>
|
||||
<extracomment>"403 : Forbidden resource"</extracomment>
|
||||
<translation>403 : Forbidden resource</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="391"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="397"/>
|
||||
<source>call_error_not_answered_toast</source>
|
||||
<extracomment>"Request timeout"</extracomment>
|
||||
<translation>Request timeout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="395"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="401"/>
|
||||
<source>call_error_user_declined_toast</source>
|
||||
<extracomment>"User declined the call"</extracomment>
|
||||
<translation>User declined the call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="399"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="405"/>
|
||||
<source>call_error_user_not_found_toast</source>
|
||||
<extracomment>"User was not found"</extracomment>
|
||||
<translation>User was not found</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="403"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="409"/>
|
||||
<source>call_error_user_busy_toast</source>
|
||||
<extracomment>"User is busy"</extracomment>
|
||||
<translation>User is busy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="407"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="413"/>
|
||||
<source>call_error_incompatible_media_params_toast</source>
|
||||
<extracomment>"User can&apos;t accept your call"</extracomment>
|
||||
<translation>User can't accept your call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="411"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="417"/>
|
||||
<source>call_error_io_error_toast</source>
|
||||
<extracomment>"Unavailable service or network error"</extracomment>
|
||||
<translation>Unavailable service or network error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="415"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="421"/>
|
||||
<source>call_error_do_not_disturb_toast</source>
|
||||
<extracomment>"Le correspondant ne peut être dérangé"</extracomment>
|
||||
<translation>User cannot be disturbed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="419"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="425"/>
|
||||
<source>call_error_temporarily_unavailable_toast</source>
|
||||
<extracomment>"Temporarily unavailable"</extracomment>
|
||||
<translation>Temporarily unavailable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="423"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="429"/>
|
||||
<source>call_error_server_timeout_toast</source>
|
||||
<extracomment>"Server timeout"</extracomment>
|
||||
<translation>Server timeout</translation>
|
||||
|
|
@ -1211,12 +1211,12 @@
|
|||
<context>
|
||||
<name>CallPage</name>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info</source>
|
||||
<translation>Forward calls to: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info_voicemail</source>
|
||||
<translation>Voicemail</translation>
|
||||
</message>
|
||||
|
|
@ -1263,140 +1263,140 @@
|
|||
<translation>Calls</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="463"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="464"/>
|
||||
<source>call_history_options_accessible_name</source>
|
||||
<translation>Call history options</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="170"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="555"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="171"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="556"/>
|
||||
<source>menu_delete_history</source>
|
||||
<extracomment>"Supprimer l'historique"</extracomment>
|
||||
<translation>Delete history</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="164"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="165"/>
|
||||
<source>call_history_list_options_accessible_name</source>
|
||||
<extracomment>Call history options</extracomment>
|
||||
<translation>Call history options</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="198"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="199"/>
|
||||
<source>create_new_call_accessible_name</source>
|
||||
<extracomment>Create new call</extracomment>
|
||||
<translation>Create new call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="211"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="212"/>
|
||||
<source>call_search_in_history</source>
|
||||
<extracomment>"Rechercher un appel"</extracomment>
|
||||
<translation>Find call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="279"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="280"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>No result found…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="281"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="282"/>
|
||||
<source>history_list_empty_history</source>
|
||||
<extracomment>"Aucun appel dans votre historique"</extracomment>
|
||||
<translation>No call in history</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="359"/>
|
||||
<source>return_to_call_history_accessible_name</source>
|
||||
<extracomment>Return to call history</extracomment>
|
||||
<translation>Return to call history</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="370"/>
|
||||
<source>call_action_start_new_call</source>
|
||||
<extracomment>"Nouvel appel"</extracomment>
|
||||
<translation>New call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="410"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="411"/>
|
||||
<source>call_start_group_call_title</source>
|
||||
<extracomment>"Appel de groupe"</extracomment>
|
||||
<translation>Group call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="413"/>
|
||||
<source>call_action_start_group_call</source>
|
||||
<extracomment>"Lancer"</extracomment>
|
||||
<translation>Start</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="422"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="524"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="423"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="427"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="525"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="424"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="425"/>
|
||||
<source>group_call_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné à l'appel de groupe</extracomment>
|
||||
<translation>A name must be provided for the call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="428"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="429"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>You are not connected</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="482"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="483"/>
|
||||
<source>menu_see_existing_contact</source>
|
||||
<extracomment>"Show contact"</extracomment>
|
||||
<translation>Show contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="484"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="485"/>
|
||||
<source>menu_add_address_to_contacts</source>
|
||||
<extracomment>"Add to contacts"</extracomment>
|
||||
<translation>Add to contacts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="506"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="507"/>
|
||||
<source>menu_copy_sip_address</source>
|
||||
<extracomment>"Copier l'adresse SIP"</extracomment>
|
||||
<translation>Copy SIP address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="518"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="519"/>
|
||||
<source>sip_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>Adresse copiée</extracomment>
|
||||
<translation>SIP address copied</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="520"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="521"/>
|
||||
<source>sip_address_copied_to_clipboard_message</source>
|
||||
<extracomment>L'adresse a été copié dans le presse_papiers</extracomment>
|
||||
<translation>The address has been copied to the clipboard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="526"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="527"/>
|
||||
<source>sip_address_copy_to_clipboard_error</source>
|
||||
<extracomment>"Erreur lors de la copie de l'adresse"</extracomment>
|
||||
<translation>Error copying address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="646"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="647"/>
|
||||
<source>notification_missed_call_title</source>
|
||||
<extracomment>"Appel manqué"</extracomment>
|
||||
<translation>Missed call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="649"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="650"/>
|
||||
<source>call_outgoing</source>
|
||||
<extracomment>"Appel sortant"</extracomment>
|
||||
<translation>Outgoing call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="652"/>
|
||||
<source>call_audio_incoming</source>
|
||||
<extracomment>"Appel entrant"</extracomment>
|
||||
<translation>Incoming call</translation>
|
||||
|
|
@ -2588,80 +2588,80 @@ Only your correspondent can decrypt them.</translation>
|
|||
<translation>Conversations</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="149"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="150"/>
|
||||
<source>menu_mark_all_as_read</source>
|
||||
<extracomment>"mark all as read"</extracomment>
|
||||
<translation>Mark all as read</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="179"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="180"/>
|
||||
<source>chat_search_in_history</source>
|
||||
<extracomment>"Rechercher une conversation"</extracomment>
|
||||
<translation>Search for a chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="202"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="203"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>No result…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="204"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="205"/>
|
||||
<source>chat_list_empty_history</source>
|
||||
<extracomment>"Aucune conversation dans votre historique"</extracomment>
|
||||
<translation>No conversation in history</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="278"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="279"/>
|
||||
<source>chat_action_start_new_chat</source>
|
||||
<extracomment>"New chat"</extracomment>
|
||||
<translation>New conversation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="317"/>
|
||||
<source>chat_start_group_chat_title</source>
|
||||
<extracomment>"Nouveau groupe"</extracomment>
|
||||
<translation>New group</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="319"/>
|
||||
<source>chat_action_start_group_chat</source>
|
||||
<extracomment>"Créer"</extracomment>
|
||||
<translation>Create</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="334"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="357"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="362"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="335"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="363"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="336"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="337"/>
|
||||
<source>information_popup_chat_creation_failed_message</source>
|
||||
<extracomment>"La création a échoué"</extracomment>
|
||||
<translation>Creation failed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="355"/>
|
||||
<source>group_chat_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné au groupe</extracomment>
|
||||
<translation>A name must be set for the group</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="360"/>
|
||||
<source>group_chat_error_no_participant</source>
|
||||
<extracomment>"Please select at least one participant</extracomment>
|
||||
<translation>Please select at least one participant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="364"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="365"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>You are not connected</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="371"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation>Chat creation pending…</translation>
|
||||
|
|
@ -3118,50 +3118,50 @@ Only your correspondent can decrypt them.</translation>
|
|||
<translation>Contacts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="275"/>
|
||||
<source>search_bar_look_for_contact_text</source>
|
||||
<extracomment>Rechercher un contact</extracomment>
|
||||
<translation>Find contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="286"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="287"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>Aucun résultat…</extracomment>
|
||||
<translation>No result…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="288"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="289"/>
|
||||
<source>contact_list_empty</source>
|
||||
<extracomment>Aucun contact pour le moment</extracomment>
|
||||
<translation>No contact at the moment</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="367"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="368"/>
|
||||
<source>expand_accessible_name</source>
|
||||
<extracomment>Expand %1</extracomment>
|
||||
<translation>Expand %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="365"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="366"/>
|
||||
<source>shrink_accessible_name</source>
|
||||
<extracomment>Shrink %1</extracomment>
|
||||
<translation>Shrink %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="255"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="256"/>
|
||||
<source>create_contact_accessible_name</source>
|
||||
<extracomment>Create new contact</extracomment>
|
||||
<translation>Create new contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="351"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="352"/>
|
||||
<source>more_info_accessible_name</source>
|
||||
<extracomment>More info %1</extracomment>
|
||||
<translation>More info %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="387"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="744"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="388"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="745"/>
|
||||
<source>contact_details_edit</source>
|
||||
<extracomment>Edit
|
||||
----------
|
||||
|
|
@ -3169,151 +3169,151 @@ Only your correspondent can decrypt them.</translation>
|
|||
<translation>Edit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="401"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="402"/>
|
||||
<source>contact_call_action</source>
|
||||
<extracomment>"Appel"</extracomment>
|
||||
<translation>Call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="413"/>
|
||||
<source>contact_message_action</source>
|
||||
<extracomment>"Message"</extracomment>
|
||||
<translation>Message</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="427"/>
|
||||
<source>contact_video_call_action</source>
|
||||
<extracomment>"Appel vidéo"</extracomment>
|
||||
<translation>Video call</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="476"/>
|
||||
<source>contact_details_numbers_and_addresses_title</source>
|
||||
<extracomment>"Coordonnées"</extracomment>
|
||||
<translation>Contact details</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="531"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="532"/>
|
||||
<source>call_adress_accessible_name</source>
|
||||
<extracomment>Call address %1</extracomment>
|
||||
<translation>Call address %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="564"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="565"/>
|
||||
<source>contact_details_company_name</source>
|
||||
<extracomment>"Société :"</extracomment>
|
||||
<translation>Company :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="585"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="586"/>
|
||||
<source>contact_details_job_title</source>
|
||||
<extracomment>"Poste :"</extracomment>
|
||||
<translation>Job :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="607"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="608"/>
|
||||
<source>contact_details_medias_title</source>
|
||||
<extracomment>"Medias"</extracomment>
|
||||
<translation>Medias</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="620"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="638"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="621"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="639"/>
|
||||
<source>contact_details_medias_subtitle</source>
|
||||
<extracomment>"Afficher les medias partagés"</extracomment>
|
||||
<translation>Show shared media</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="644"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="645"/>
|
||||
<source>contact_details_trust_title</source>
|
||||
<extracomment>"Confiance"</extracomment>
|
||||
<translation>Trust</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="652"/>
|
||||
<source>contact_dialog_devices_trust_title</source>
|
||||
<extracomment>"Niveau de confiance - Appareils vérifiés"</extracomment>
|
||||
<translation>Trust Level - Verified Devices</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="660"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="661"/>
|
||||
<source>contact_details_no_device_found</source>
|
||||
<extracomment>"Aucun appareil"</extracomment>
|
||||
<translation>No device</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="685"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="686"/>
|
||||
<source>contact_device_without_name</source>
|
||||
<extracomment>"Appareil inconnu"</extracomment>
|
||||
<translation>Unknown device</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="706"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="707"/>
|
||||
<source>contact_make_call_check_device_trust</source>
|
||||
<extracomment>"Vérifier"</extracomment>
|
||||
<translation>Verify</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="708"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="709"/>
|
||||
<source>verify_device_accessible_name</source>
|
||||
<extracomment>Verify %1 device</extracomment>
|
||||
<translation>Verify %1 device</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="734"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="735"/>
|
||||
<source>contact_details_actions_title</source>
|
||||
<extracomment>"Autres actions"</extracomment>
|
||||
<translation>Other actions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="764"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="765"/>
|
||||
<source>contact_details_remove_from_favourites</source>
|
||||
<extracomment>"Retirer des favoris"</extracomment>
|
||||
<translation>Remove from favorites</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="766"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="767"/>
|
||||
<source>contact_details_add_to_favourites</source>
|
||||
<extracomment>"Ajouter aux favoris"</extracomment>
|
||||
<translation>Add to favorites</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="783"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="784"/>
|
||||
<source>contact_details_share</source>
|
||||
<extracomment>"Partager"</extracomment>
|
||||
<translation>Share</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="794"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="795"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="796"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="797"/>
|
||||
<source>contact_details_share_error_mesage</source>
|
||||
<extracomment>"La création du fichier vcard a échoué"</extracomment>
|
||||
<translation>VCard creation failed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="801"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="802"/>
|
||||
<source>contact_details_share_success_title</source>
|
||||
<extracomment>"VCard créée"</extracomment>
|
||||
<translation>VCard created</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="803"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="804"/>
|
||||
<source>contact_details_share_success_mesage</source>
|
||||
<extracomment>"VCard du contact enregistrée dans %1"</extracomment>
|
||||
<translation>VCard has been saved in %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="806"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="807"/>
|
||||
<source>contact_details_share_email_title</source>
|
||||
<extracomment>"Partage de contact"</extracomment>
|
||||
<translation>Share contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="847"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="848"/>
|
||||
<source>contact_details_delete</source>
|
||||
<extracomment>"Supprimer ce contact"</extracomment>
|
||||
<translation>Delete contact</translation>
|
||||
|
|
@ -4733,121 +4733,121 @@ Expiration : %1</translation>
|
|||
<translation>Meetings</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="199"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="200"/>
|
||||
<source>meetings_search_hint</source>
|
||||
<extracomment>"Rechercher une réunion"</extracomment>
|
||||
<translation>Find meeting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="216"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="217"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>No result…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="218"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="219"/>
|
||||
<source>meetings_empty_list</source>
|
||||
<extracomment>"Aucune réunion"</extracomment>
|
||||
<translation>No meeting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="295"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="356"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="296"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="357"/>
|
||||
<source>meeting_schedule_title</source>
|
||||
<extracomment>"Nouvelle réunion"</extracomment>
|
||||
<translation>New meeting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="306"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="307"/>
|
||||
<source>create</source>
|
||||
<translation>Create</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="313"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="317"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="368"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="471"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="474"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="525"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="314"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="526"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="315"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="473"/>
|
||||
<source>meeting_schedule_mandatory_field_not_filled_toast</source>
|
||||
<extracomment>Veuillez saisir un titre et sélectionner au moins un participant</extracomment>
|
||||
<translation>Please fill the title and select at least one participant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="319"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="320"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="476"/>
|
||||
<source>meeting_schedule_duration_error_toast</source>
|
||||
<extracomment>"La fin de la conférence doit être plus récente que son début"</extracomment>
|
||||
<translation>The end of the conference must be more recent than its beginning</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="323"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="363"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="324"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="364"/>
|
||||
<source>meeting_schedule_creation_in_progress</source>
|
||||
<extracomment>"Création de la réunion en cours …"</extracomment>
|
||||
<translation>Creation in progress…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="359"/>
|
||||
<source>meeting_info_created_toast</source>
|
||||
<extracomment>"Réunion planifiée avec succès"</extracomment>
|
||||
<translation>Meeting successfully created</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="371"/>
|
||||
<source>meeting_failed_to_schedule_toast</source>
|
||||
<extracomment>"Échec de création de la réunion !"</extracomment>
|
||||
<translation>Failed to create meeting!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="464"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="465"/>
|
||||
<source>save</source>
|
||||
<translation>Save</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="514"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="753"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="515"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="754"/>
|
||||
<source>saved</source>
|
||||
<extracomment>"Enregistré"</extracomment>
|
||||
<translation>Saved</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="516"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="517"/>
|
||||
<source>meeting_info_updated_toast</source>
|
||||
<extracomment>"Réunion mise à jour"</extracomment>
|
||||
<translation>Meeting updated</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="521"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="522"/>
|
||||
<source>meeting_schedule_edit_in_progress</source>
|
||||
<extracomment>"Modification de la réunion en cours…"</extracomment>
|
||||
<translation>Meeting update in progress…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="527"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="528"/>
|
||||
<source>meeting_failed_to_edit_toast</source>
|
||||
<extracomment>"Échec de la modification de la réunion !"</extracomment>
|
||||
<translation>Failed to update meeting !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="575"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="576"/>
|
||||
<source>meeting_schedule_add_participants_title</source>
|
||||
<extracomment>"Ajouter des participants"</extracomment>
|
||||
<translation>Add participants</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="589"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="590"/>
|
||||
<source>meeting_schedule_add_participants_apply</source>
|
||||
<translation>Apply</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="599"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="600"/>
|
||||
<source>group_call_participant_selected</source>
|
||||
<extracomment>"%n participant(s) sélectionné(s)"</extracomment>
|
||||
<translation>
|
||||
|
|
@ -4856,31 +4856,31 @@ Expiration : %1</translation>
|
|||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="692"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="693"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Delete meeting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="755"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="756"/>
|
||||
<source>meeting_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>"Adresse de la réunion copiée"</extracomment>
|
||||
<translation>Meeting URI copied</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="791"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="792"/>
|
||||
<source>meeting_schedule_timezone_title</source>
|
||||
<extracomment>"Fuseau horaire"</extracomment>
|
||||
<translation>Timezone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="911"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="912"/>
|
||||
<source>meeting_info_organizer_label</source>
|
||||
<extracomment>"Organisateur"</extracomment>
|
||||
<translation>Organizer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="928"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="929"/>
|
||||
<source>meeting_info_join_title</source>
|
||||
<extracomment>"Rejoindre la réunion"</extracomment>
|
||||
<translation>Join meeting</translation>
|
||||
|
|
@ -5880,36 +5880,36 @@ To enable them in a commercial project, please contact us.</translation>
|
|||
<translation type="vanished">This conversation is not encrypted !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="452"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="459"/>
|
||||
<source>reply_to_label</source>
|
||||
<extracomment>Reply to %1</extracomment>
|
||||
<translation>Reply to %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="453"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="460"/>
|
||||
<source>conversation_editing_message_title</source>
|
||||
<translation>Message beeing edited</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="665"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="673"/>
|
||||
<source>shared_medias_title</source>
|
||||
<extracomment>Shared medias</extracomment>
|
||||
<translation>Shared medias</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="667"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="675"/>
|
||||
<source>shared_documents_title</source>
|
||||
<extracomment>Shared documents</extracomment>
|
||||
<translation>Shared documents</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="696"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="704"/>
|
||||
<source>forward_to_title</source>
|
||||
<extracomment>Forward to…</extracomment>
|
||||
<translation>Forward to…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="730"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="738"/>
|
||||
<source>conversations_title</source>
|
||||
<extracomment>Conversations</extracomment>
|
||||
<translation>Conversations</translation>
|
||||
|
|
|
|||
|
|
@ -767,30 +767,30 @@
|
|||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Cacher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1618"/>
|
||||
<location filename="../../core/App.cpp" line="1617"/>
|
||||
<source>show_action</source>
|
||||
<translation>Afficher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1633"/>
|
||||
<location filename="../../core/App.cpp" line="1632"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1651"/>
|
||||
<location filename="../../core/App.cpp" line="1650"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Rechercher une mise à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1785"/>
|
||||
<location filename="../../core/App.cpp" line="1784"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -1117,67 +1117,67 @@
|
|||
<context>
|
||||
<name>CallModel</name>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="383"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="389"/>
|
||||
<source>call_error_no_response_toast</source>
|
||||
<extracomment>"No response"</extracomment>
|
||||
<translation>Pas de réponse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="387"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="393"/>
|
||||
<source>call_error_forbidden_resource_toast</source>
|
||||
<extracomment>"403 : Forbidden resource"</extracomment>
|
||||
<translation>403 : Forbidden resource</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="391"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="397"/>
|
||||
<source>call_error_not_answered_toast</source>
|
||||
<extracomment>"Request timeout"</extracomment>
|
||||
<translation>La requête a expiré</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="395"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="401"/>
|
||||
<source>call_error_user_declined_toast</source>
|
||||
<extracomment>"User declined the call"</extracomment>
|
||||
<translation>Le correspondant a décliné l'appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="399"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="405"/>
|
||||
<source>call_error_user_not_found_toast</source>
|
||||
<extracomment>"User was not found"</extracomment>
|
||||
<translation>Le correspondant n'a pas été trouvé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="403"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="409"/>
|
||||
<source>call_error_user_busy_toast</source>
|
||||
<extracomment>"User is busy"</extracomment>
|
||||
<translation>Le correspondant est occupé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="407"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="413"/>
|
||||
<source>call_error_incompatible_media_params_toast</source>
|
||||
<extracomment>"User can&apos;t accept your call"</extracomment>
|
||||
<translation>Le correspondant ne peut accepter votre appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="411"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="417"/>
|
||||
<source>call_error_io_error_toast</source>
|
||||
<extracomment>"Unavailable service or network error"</extracomment>
|
||||
<translation>Service indisponible ou erreur réseau</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="415"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="421"/>
|
||||
<source>call_error_do_not_disturb_toast</source>
|
||||
<extracomment>"Le correspondant ne peut être dérangé"</extracomment>
|
||||
<translation>Le correspondant ne peut être dérangé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="419"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="425"/>
|
||||
<source>call_error_temporarily_unavailable_toast</source>
|
||||
<extracomment>"Temporarily unavailable"</extracomment>
|
||||
<translation>Temporairement indisponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../model/call/CallModel.cpp" line="423"/>
|
||||
<location filename="../../model/call/CallModel.cpp" line="429"/>
|
||||
<source>call_error_server_timeout_toast</source>
|
||||
<extracomment>"Server timeout"</extracomment>
|
||||
<translation>Délai d'attente du serveur dépassé</translation>
|
||||
|
|
@ -1228,150 +1228,150 @@
|
|||
<translation>Appels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="463"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="464"/>
|
||||
<source>call_history_options_accessible_name</source>
|
||||
<translation>Options de l'</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="170"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="555"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="171"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="556"/>
|
||||
<source>menu_delete_history</source>
|
||||
<extracomment>"Supprimer l'historique"</extracomment>
|
||||
<translation>Supprimer l'historique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="164"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="165"/>
|
||||
<source>call_history_list_options_accessible_name</source>
|
||||
<extracomment>Call history options</extracomment>
|
||||
<translation>Options de la liste de l'historique d'appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="198"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="199"/>
|
||||
<source>create_new_call_accessible_name</source>
|
||||
<extracomment>Create new call</extracomment>
|
||||
<translation>Créer un nouvel appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="211"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="212"/>
|
||||
<source>call_search_in_history</source>
|
||||
<extracomment>"Rechercher un appel"</extracomment>
|
||||
<translation>Rechercher un appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info</source>
|
||||
<translation>Transférer l'appel à :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="250"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="251"/>
|
||||
<source>call_forward_to_address_info_voicemail</source>
|
||||
<translation>Boîte vocale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="279"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="280"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Aucun résultat…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="281"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="282"/>
|
||||
<source>history_list_empty_history</source>
|
||||
<extracomment>"Aucun appel dans votre historique"</extracomment>
|
||||
<translation>Aucun appel dans votre historique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="359"/>
|
||||
<source>return_to_call_history_accessible_name</source>
|
||||
<extracomment>Return to call history</extracomment>
|
||||
<translation>Retourner à l'historique d'appels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="370"/>
|
||||
<source>call_action_start_new_call</source>
|
||||
<extracomment>"Nouvel appel"</extracomment>
|
||||
<translation>Nouvel appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="410"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="411"/>
|
||||
<source>call_start_group_call_title</source>
|
||||
<extracomment>"Appel de groupe"</extracomment>
|
||||
<translation>Appel de groupe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="413"/>
|
||||
<source>call_action_start_group_call</source>
|
||||
<extracomment>"Lancer"</extracomment>
|
||||
<translation>Lancer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="422"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="524"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="423"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="427"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="525"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="424"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="425"/>
|
||||
<source>group_call_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné à l'appel de groupe</extracomment>
|
||||
<translation>Un nom doit être donné à l'appel de groupe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="428"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="429"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>Vous n'etes pas connecté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="482"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="483"/>
|
||||
<source>menu_see_existing_contact</source>
|
||||
<extracomment>"Show contact"</extracomment>
|
||||
<translation>Voir le contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="484"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="485"/>
|
||||
<source>menu_add_address_to_contacts</source>
|
||||
<extracomment>"Add to contacts"</extracomment>
|
||||
<translation>Ajouter aux contacts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="506"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="507"/>
|
||||
<source>menu_copy_sip_address</source>
|
||||
<extracomment>"Copier l'adresse SIP"</extracomment>
|
||||
<translation>Copier l'adresse SIP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="518"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="519"/>
|
||||
<source>sip_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>Adresse copiée</extracomment>
|
||||
<translation>Adresse copiée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="520"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="521"/>
|
||||
<source>sip_address_copied_to_clipboard_message</source>
|
||||
<extracomment>L'adresse a été copié dans le presse_papiers</extracomment>
|
||||
<translation>L'adresse a été copié dans le presse-papiers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="526"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="527"/>
|
||||
<source>sip_address_copy_to_clipboard_error</source>
|
||||
<extracomment>"Erreur lors de la copie de l'adresse"</extracomment>
|
||||
<translation>Erreur lors de la copie de l'adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="646"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="647"/>
|
||||
<source>notification_missed_call_title</source>
|
||||
<extracomment>"Appel manqué"</extracomment>
|
||||
<translation>Appel manqué</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="649"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="650"/>
|
||||
<source>call_outgoing</source>
|
||||
<extracomment>"Appel sortant"</extracomment>
|
||||
<translation>Appel sortant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Call/CallPage.qml" line="652"/>
|
||||
<source>call_audio_incoming</source>
|
||||
<extracomment>"Appel entrant"</extracomment>
|
||||
<translation>Appel entrant</translation>
|
||||
|
|
@ -2563,80 +2563,80 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
<translation>Conversations</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="149"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="150"/>
|
||||
<source>menu_mark_all_as_read</source>
|
||||
<extracomment>"mark all as read"</extracomment>
|
||||
<translation>Tout marquer comme lu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="179"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="180"/>
|
||||
<source>chat_search_in_history</source>
|
||||
<extracomment>"Rechercher une conversation"</extracomment>
|
||||
<translation>Rechercher une conversation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="202"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="203"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Aucun résultat…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="204"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="205"/>
|
||||
<source>chat_list_empty_history</source>
|
||||
<extracomment>"Aucune conversation dans votre historique"</extracomment>
|
||||
<translation>Aucune conversation dans votre historique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="278"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="279"/>
|
||||
<source>chat_action_start_new_chat</source>
|
||||
<extracomment>"New chat"</extracomment>
|
||||
<translation>Nouvelle conversation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="317"/>
|
||||
<source>chat_start_group_chat_title</source>
|
||||
<extracomment>"Nouveau groupe"</extracomment>
|
||||
<translation>Nouveau groupe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="319"/>
|
||||
<source>chat_action_start_group_chat</source>
|
||||
<extracomment>"Créer"</extracomment>
|
||||
<translation>Créer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="334"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="357"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="362"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="335"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="363"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="336"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="337"/>
|
||||
<source>information_popup_chat_creation_failed_message</source>
|
||||
<extracomment>"La création a échoué"</extracomment>
|
||||
<translation>La création a échoué</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="355"/>
|
||||
<source>group_chat_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné au groupe</extracomment>
|
||||
<translation>Un nom doit être donné au groupe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="360"/>
|
||||
<source>group_chat_error_no_participant</source>
|
||||
<extracomment>"Please select at least one participant</extracomment>
|
||||
<translation>Veuillez sélectionner au moins un participant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="364"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="365"/>
|
||||
<source>group_call_error_not_connected</source>
|
||||
<extracomment>"Vous n'etes pas connecté"</extracomment>
|
||||
<translation>Vous n'êtes pas connecté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="371"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation>Création de la conversation en cours…</translation>
|
||||
|
|
@ -3093,50 +3093,50 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
<translation>Contacts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="275"/>
|
||||
<source>search_bar_look_for_contact_text</source>
|
||||
<extracomment>Rechercher un contact</extracomment>
|
||||
<translation>Rechercher un contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="286"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="287"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>Aucun résultat…</extracomment>
|
||||
<translation>Aucun résultat…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="288"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="289"/>
|
||||
<source>contact_list_empty</source>
|
||||
<extracomment>Aucun contact pour le moment</extracomment>
|
||||
<translation>Aucun contact pour le moment</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="367"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="368"/>
|
||||
<source>expand_accessible_name</source>
|
||||
<extracomment>Expand %1</extracomment>
|
||||
<translation>Étendre %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="365"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="366"/>
|
||||
<source>shrink_accessible_name</source>
|
||||
<extracomment>Shrink %1</extracomment>
|
||||
<translation>Réduire %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="255"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="256"/>
|
||||
<source>create_contact_accessible_name</source>
|
||||
<extracomment>Create new contact</extracomment>
|
||||
<translation>Créer un nouveau contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="351"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="352"/>
|
||||
<source>more_info_accessible_name</source>
|
||||
<extracomment>More info %1</extracomment>
|
||||
<translation>Plus d'information %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="387"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="744"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="388"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="745"/>
|
||||
<source>contact_details_edit</source>
|
||||
<extracomment>Edit
|
||||
----------
|
||||
|
|
@ -3144,151 +3144,151 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
<translation>Éditer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="401"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="402"/>
|
||||
<source>contact_call_action</source>
|
||||
<extracomment>"Appel"</extracomment>
|
||||
<translation>Appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="412"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="413"/>
|
||||
<source>contact_message_action</source>
|
||||
<extracomment>"Message"</extracomment>
|
||||
<translation>Message</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="426"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="427"/>
|
||||
<source>contact_video_call_action</source>
|
||||
<extracomment>"Appel vidéo"</extracomment>
|
||||
<translation>Appel vidéo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="476"/>
|
||||
<source>contact_details_numbers_and_addresses_title</source>
|
||||
<extracomment>"Coordonnées"</extracomment>
|
||||
<translation>Coordonnées</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="531"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="532"/>
|
||||
<source>call_adress_accessible_name</source>
|
||||
<extracomment>Call address %1</extracomment>
|
||||
<translation>Appeller l'adresse %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="564"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="565"/>
|
||||
<source>contact_details_company_name</source>
|
||||
<extracomment>"Société :"</extracomment>
|
||||
<translation>Société :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="585"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="586"/>
|
||||
<source>contact_details_job_title</source>
|
||||
<extracomment>"Poste :"</extracomment>
|
||||
<translation>Poste :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="607"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="608"/>
|
||||
<source>contact_details_medias_title</source>
|
||||
<extracomment>"Medias"</extracomment>
|
||||
<translation>Medias</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="620"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="638"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="621"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="639"/>
|
||||
<source>contact_details_medias_subtitle</source>
|
||||
<extracomment>"Afficher les medias partagés"</extracomment>
|
||||
<translation>Afficher les medias partagés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="644"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="645"/>
|
||||
<source>contact_details_trust_title</source>
|
||||
<extracomment>"Confiance"</extracomment>
|
||||
<translation>Confiance</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="651"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="652"/>
|
||||
<source>contact_dialog_devices_trust_title</source>
|
||||
<extracomment>"Niveau de confiance - Appareils vérifiés"</extracomment>
|
||||
<translation>Niveau de confiance - Appareils vérifiés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="660"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="661"/>
|
||||
<source>contact_details_no_device_found</source>
|
||||
<extracomment>"Aucun appareil"</extracomment>
|
||||
<translation>Aucun appareil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="685"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="686"/>
|
||||
<source>contact_device_without_name</source>
|
||||
<extracomment>"Appareil inconnu"</extracomment>
|
||||
<translation>Appareil inconnu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="706"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="707"/>
|
||||
<source>contact_make_call_check_device_trust</source>
|
||||
<extracomment>"Vérifier"</extracomment>
|
||||
<translation>Vérifier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="708"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="709"/>
|
||||
<source>verify_device_accessible_name</source>
|
||||
<extracomment>Verify %1 device</extracomment>
|
||||
<translation>Vérifier l'appareil %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="734"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="735"/>
|
||||
<source>contact_details_actions_title</source>
|
||||
<extracomment>"Autres actions"</extracomment>
|
||||
<translation>Autres actions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="764"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="765"/>
|
||||
<source>contact_details_remove_from_favourites</source>
|
||||
<extracomment>"Retirer des favoris"</extracomment>
|
||||
<translation>Retirer des favoris</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="766"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="767"/>
|
||||
<source>contact_details_add_to_favourites</source>
|
||||
<extracomment>"Ajouter aux favoris"</extracomment>
|
||||
<translation>Ajouter aux favoris</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="783"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="784"/>
|
||||
<source>contact_details_share</source>
|
||||
<extracomment>"Partager"</extracomment>
|
||||
<translation>Partager</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="794"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="795"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="796"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="797"/>
|
||||
<source>contact_details_share_error_mesage</source>
|
||||
<extracomment>"La création du fichier vcard a échoué"</extracomment>
|
||||
<translation>La création du fichier vcard a échoué</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="801"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="802"/>
|
||||
<source>contact_details_share_success_title</source>
|
||||
<extracomment>"VCard créée"</extracomment>
|
||||
<translation>VCard créée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="803"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="804"/>
|
||||
<source>contact_details_share_success_mesage</source>
|
||||
<extracomment>"VCard du contact enregistrée dans %1"</extracomment>
|
||||
<translation>VCard du contact enregistrée dans %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="806"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="807"/>
|
||||
<source>contact_details_share_email_title</source>
|
||||
<extracomment>"Partage de contact"</extracomment>
|
||||
<translation>Partage de contact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="847"/>
|
||||
<location filename="../../view/Page/Main/Contact/ContactPage.qml" line="848"/>
|
||||
<source>contact_details_delete</source>
|
||||
<extracomment>"Supprimer ce contact"</extracomment>
|
||||
<translation>Supprimer ce contact</translation>
|
||||
|
|
@ -4704,121 +4704,121 @@ Expiration : %1</translation>
|
|||
<translation>Réunions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="199"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="200"/>
|
||||
<source>meetings_search_hint</source>
|
||||
<extracomment>"Rechercher une réunion"</extracomment>
|
||||
<translation>Rechercher une réunion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="216"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="217"/>
|
||||
<source>list_filter_no_result_found</source>
|
||||
<extracomment>"Aucun résultat…"</extracomment>
|
||||
<translation>Aucun résultat…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="218"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="219"/>
|
||||
<source>meetings_empty_list</source>
|
||||
<extracomment>"Aucune réunion"</extracomment>
|
||||
<translation>Aucune réunion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="295"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="356"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="296"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="357"/>
|
||||
<source>meeting_schedule_title</source>
|
||||
<extracomment>"Nouvelle réunion"</extracomment>
|
||||
<translation>Nouvelle réunion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="306"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="307"/>
|
||||
<source>create</source>
|
||||
<translation>Créer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="313"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="317"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="368"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="471"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="474"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="525"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="314"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="318"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="369"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="526"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="315"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="472"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="316"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="473"/>
|
||||
<source>meeting_schedule_mandatory_field_not_filled_toast</source>
|
||||
<extracomment>Veuillez saisir un titre et sélectionner au moins un participant</extracomment>
|
||||
<translation>Veuillez saisir un titre et sélectionner au moins un participant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="319"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="475"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="320"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="476"/>
|
||||
<source>meeting_schedule_duration_error_toast</source>
|
||||
<extracomment>"La fin de la conférence doit être plus récente que son début"</extracomment>
|
||||
<translation>La fin de la conférence doit être plus récente que son début</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="323"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="363"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="324"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="364"/>
|
||||
<source>meeting_schedule_creation_in_progress</source>
|
||||
<extracomment>"Création de la réunion en cours …"</extracomment>
|
||||
<translation>Création de la réunion en cours…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="359"/>
|
||||
<source>meeting_info_created_toast</source>
|
||||
<extracomment>"Réunion planifiée avec succès"</extracomment>
|
||||
<translation>Réunion planifiée avec succès</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="370"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="371"/>
|
||||
<source>meeting_failed_to_schedule_toast</source>
|
||||
<extracomment>"Échec de création de la réunion !"</extracomment>
|
||||
<translation>Échec de création de la réunion !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="464"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="465"/>
|
||||
<source>save</source>
|
||||
<translation>Enregistrer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="514"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="753"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="515"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="754"/>
|
||||
<source>saved</source>
|
||||
<extracomment>"Enregistré"</extracomment>
|
||||
<translation>Enregistré</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="516"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="517"/>
|
||||
<source>meeting_info_updated_toast</source>
|
||||
<extracomment>"Réunion mise à jour"</extracomment>
|
||||
<translation>Réunion mise à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="521"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="522"/>
|
||||
<source>meeting_schedule_edit_in_progress</source>
|
||||
<extracomment>"Modification de la réunion en cours…"</extracomment>
|
||||
<translation>Modification de la réunion en cours…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="527"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="528"/>
|
||||
<source>meeting_failed_to_edit_toast</source>
|
||||
<extracomment>"Échec de la modification de la réunion !"</extracomment>
|
||||
<translation>Échec de la modification de la réunion !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="575"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="576"/>
|
||||
<source>meeting_schedule_add_participants_title</source>
|
||||
<extracomment>"Ajouter des participants"</extracomment>
|
||||
<translation>Ajouter des participants</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="589"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="590"/>
|
||||
<source>meeting_schedule_add_participants_apply</source>
|
||||
<translation>Appliquer</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="599"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="600"/>
|
||||
<source>group_call_participant_selected</source>
|
||||
<extracomment>"%n participant(s) sélectionné(s)"</extracomment>
|
||||
<translation>
|
||||
|
|
@ -4827,31 +4827,31 @@ Expiration : %1</translation>
|
|||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="692"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="693"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Supprimer la réunion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="755"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="756"/>
|
||||
<source>meeting_address_copied_to_clipboard_toast</source>
|
||||
<extracomment>"Adresse de la réunion copiée"</extracomment>
|
||||
<translation>Adresse de la réunion copiée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="791"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="792"/>
|
||||
<source>meeting_schedule_timezone_title</source>
|
||||
<extracomment>"Fuseau horaire"</extracomment>
|
||||
<translation>Fuseau horaire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="911"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="912"/>
|
||||
<source>meeting_info_organizer_label</source>
|
||||
<extracomment>"Organisateur"</extracomment>
|
||||
<translation>Organisateur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="928"/>
|
||||
<location filename="../../view/Page/Main/Meeting/MeetingPage.qml" line="929"/>
|
||||
<source>meeting_info_join_title</source>
|
||||
<extracomment>"Rejoindre la réunion"</extracomment>
|
||||
<translation>Rejoindre la réunion</translation>
|
||||
|
|
@ -5851,36 +5851,36 @@ Pour les activer dans un projet commercial, merci de nous contacter.</translatio
|
|||
<translation type="vanished">Cette conversation n'est pas chiffrée !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="452"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="459"/>
|
||||
<source>reply_to_label</source>
|
||||
<extracomment>Reply to %1</extracomment>
|
||||
<translation>Réponse à %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="453"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="460"/>
|
||||
<source>conversation_editing_message_title</source>
|
||||
<translation>Modification du message</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="665"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="673"/>
|
||||
<source>shared_medias_title</source>
|
||||
<extracomment>Shared medias</extracomment>
|
||||
<translation>Médias partagés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="667"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="675"/>
|
||||
<source>shared_documents_title</source>
|
||||
<extracomment>Shared documents</extracomment>
|
||||
<translation>Documents partagés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="696"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="704"/>
|
||||
<source>forward_to_title</source>
|
||||
<extracomment>Forward to…</extracomment>
|
||||
<translation>Transférer à…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="730"/>
|
||||
<location filename="../../view/Page/Form/Chat/SelectedChatView.qml" line="738"/>
|
||||
<source>conversations_title</source>
|
||||
<extracomment>Conversations</extracomment>
|
||||
<translation>Conversations</translation>
|
||||
|
|
|
|||
|
|
@ -459,7 +459,7 @@ FocusScope {
|
|||
(mainItem.chatMessage ? qsTr("reply_to_label").arg(UtilsCpp.boldTextPart(mainItem.chatMessage.core.fromName, mainItem.chatMessage.core.fromName)) : "")
|
||||
: qsTr("conversation_editing_message_title")
|
||||
color: DefaultStyle.main2_500_main
|
||||
textFormar: Text.RichText
|
||||
textFormat: Text.RichText
|
||||
font {
|
||||
pixelSize: Typography.p3.pixelSize
|
||||
weight: Typography.p3.weight
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue