mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
update presence when app visibility changes #LINQT-2237
This commit is contained in:
parent
158ce01bcd
commit
a75965c14e
5 changed files with 143 additions and 142 deletions
|
|
@ -1078,7 +1078,8 @@ void App::handleAppActivity() {
|
|||
if ((mMainWindow && mMainWindow->isActive() || (mCallsWindow && mCallsWindow->isActive())) &&
|
||||
accountPresence == LinphoneEnums::Presence::Away)
|
||||
accountCore->lSetPresence(LinphoneEnums::Presence::Online);
|
||||
if (((!mMainWindow || !mMainWindow->isActive()) && (!mCallsWindow || !mCallsWindow->isActive())) &&
|
||||
if (((!mMainWindow || !mMainWindow->isActive() || !mMainWindow->isVisible()) &&
|
||||
(!mCallsWindow || !mCallsWindow->isActive() || !mCallsWindow->isVisible())) &&
|
||||
accountPresence == LinphoneEnums::Presence::Online)
|
||||
accountCore->lSetPresence(LinphoneEnums::Presence::Away);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,13 +25,13 @@
|
|||
<context>
|
||||
<name>AbstractWindow</name>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="79"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="82"/>
|
||||
<source>contact_dialog_pick_phone_number_or_sip_address_title</source>
|
||||
<extracomment>"Choisissez un numéro ou adresse SIP"</extracomment>
|
||||
<translation>Telefonnummer oder SIP-Adresse wählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="306"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="309"/>
|
||||
<source>fps_counter</source>
|
||||
<translation>%1 FPS</translation>
|
||||
</message>
|
||||
|
|
@ -382,19 +382,16 @@
|
|||
<translation>Kontoeinstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AccountSettingsParametersLayout.qml" line="33"/>
|
||||
<source>info_popup_invalid_registrar_uri_message</source>
|
||||
<extracomment>Registrar uri is invalid. Please make sure it matches the following format : sip:<host>:<port>;transport=<transport> (:<port> is optional)</extracomment>
|
||||
<translation>Die Registrar-URI ist ungültig. Bitte stellen Sie sicher, dass sie dem folgenden Format entspricht: sip:<host>:<port>;transport=<transport> (<port> ist optional)</translation>
|
||||
<translation type="vanished">Die Registrar-URI ist ungültig. Bitte stellen Sie sicher, dass sie dem folgenden Format entspricht: sip:<host>:<port>;transport=<transport> (<port> ist optional)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AccountSettingsParametersLayout.qml" line="35"/>
|
||||
<source>info_popup_invalid_outbound_proxy_message</source>
|
||||
<extracomment>Outbound proxy uri is invalid. Please make sure it matches the following format : sip:<host>:<port>;transport=<transport> (:<port> is optional)</extracomment>
|
||||
<translation>Die Ausgangsproxy-URI ist ungültig. Bitte stellen Sie sicher, dass sie dem folgenden Format entspricht: sip:<host>:<port>;transport=<transport> (<port> ist optional)</translation>
|
||||
<translation type="vanished">Die Ausgangsproxy-URI ist ungültig. Bitte stellen Sie sicher, dass sie dem folgenden Format entspricht: sip:<host>:<port>;transport=<transport> (<port> ist optional)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Layout/Settings/AccountSettingsParametersLayout.qml" line="36"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<translation type="vanished">Fehler</translation>
|
||||
</message>
|
||||
|
|
@ -662,14 +659,14 @@
|
|||
<message>
|
||||
<location filename="../../core/App.cpp" line="392"/>
|
||||
<location filename="../../core/App.cpp" line="445"/>
|
||||
<location filename="../../core/App.cpp" line="698"/>
|
||||
<location filename="../../core/App.cpp" line="701"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="700"/>
|
||||
<location filename="../../core/App.cpp" line="703"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation>Remote-Provisionierung fehlgeschlagen: %1</translation>
|
||||
|
|
@ -709,86 +706,86 @@
|
|||
<translation>Ihre Version ist auf dem neuesten Stand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="694"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation>nicht erreichbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="973"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>Ein kostenloses Open-Source SIP Video-Telefon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Kommandozeilen-Befehl an die Anwendung schicken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="976"/>
|
||||
<location filename="../../core/App.cpp" line="979"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Zeige Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="981"/>
|
||||
<location filename="../../core/App.cpp" line="984"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>App-Version anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="989"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Abzurufende Linphone-Konfigurationsdatei angeben. Sie wird mit der aktuellen Konfiguration zusammengeführt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="991"/>
|
||||
<location filename="../../core/App.cpp" line="994"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, Pfad oder Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation>Minimieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Debug-Informationen auf der Standardausgabe ausgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<location filename="../../core/App.cpp" line="1005"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Nur Anwendungs-Logs ausgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Ausblenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>show_action</source>
|
||||
<translation>Zeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1423"/>
|
||||
<location filename="../../core/App.cpp" line="1452"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1441"/>
|
||||
<location filename="../../core/App.cpp" line="1470"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Auf Updates prüfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1559"/>
|
||||
<location filename="../../core/App.cpp" line="1588"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Alle als gelesen markieren</translation>
|
||||
</message>
|
||||
|
|
@ -2112,65 +2109,65 @@
|
|||
<context>
|
||||
<name>ChatListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="251"/>
|
||||
<source>chat_message_is_writing_info</source>
|
||||
<extracomment>%1 is writing…</extracomment>
|
||||
<translation>%1 schreibt…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="255"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<source>chat_message_draft_sending_text</source>
|
||||
<translation>Entwurf: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="400"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="398"/>
|
||||
<source>chat_room_delete</source>
|
||||
<extracomment>"Delete"</extracomment>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="339"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="337"/>
|
||||
<source>chat_room_mute</source>
|
||||
<translation>Stummschalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="338"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="336"/>
|
||||
<source>chat_room_unmute</source>
|
||||
<extracomment>"Mute"</extracomment>
|
||||
<translation>Stummschaltung aufheben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="352"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="350"/>
|
||||
<source>chat_room_mark_as_read</source>
|
||||
<extracomment>"Mark as read"</extracomment>
|
||||
<translation>Als gelesen markieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="371"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="369"/>
|
||||
<source>chat_room_leave</source>
|
||||
<extracomment>"leave"</extracomment>
|
||||
<translation>Verlassen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="375"/>
|
||||
<source>chat_list_leave_chat_popup_title</source>
|
||||
<extracomment>leave the conversation ?</extracomment>
|
||||
<translation>Chat verlassen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="379"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<source>chat_list_leave_chat_popup_message</source>
|
||||
<extracomment>You will not be able to send or receive messages in this conversation anymore. Do You want to continue ?</extracomment>
|
||||
<translation>„Sie können in diesem Chat keine Nachrichten mehr senden oder empfangen. Möchten Sie fortfahren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="404"/>
|
||||
<source>chat_list_delete_chat_popup_title</source>
|
||||
<extracomment>Delete the conversation ?</extracomment>
|
||||
<translation>Chat löschen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="408"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<source>chat_list_delete_chat_popup_message</source>
|
||||
<extracomment>This conversation and all its messages will be deleted. Do You want to continue ?</extracomment>
|
||||
<translation>Dieser Chat und alle seine Nachrichten werden gelöscht. Möchten Sie fortfahren?</translation>
|
||||
|
|
@ -2586,32 +2583,32 @@ Stellen Sie sicher, dass Sie keine sensiblen Informationen teilen!</translation>
|
|||
<translation>Keine Chats in der Historie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="275"/>
|
||||
<source>chat_action_start_new_chat</source>
|
||||
<extracomment>"New chat"</extracomment>
|
||||
<translation>Neuer Chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="312"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="313"/>
|
||||
<source>chat_start_group_chat_title</source>
|
||||
<extracomment>"Nouveau groupe"</extracomment>
|
||||
<translation>Neuer Gruppenchat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="314"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="315"/>
|
||||
<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="330"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="353"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="331"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="332"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="333"/>
|
||||
<source>information_popup_chat_creation_failed_message</source>
|
||||
<extracomment>"La création a échoué"</extracomment>
|
||||
<translation>Erstellen fehlgeschlagen</translation>
|
||||
|
|
@ -2622,25 +2619,25 @@ Stellen Sie sicher, dass Sie keine sensiblen Informationen teilen!</translation>
|
|||
<translation type="obsolete">Der Codec konnte nicht installiert werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="350"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="351"/>
|
||||
<source>group_chat_error_must_have_name</source>
|
||||
<extracomment>"Un nom doit être donné au groupe</extracomment>
|
||||
<translation>Für den Gruppenchat muss ein Name festgelegt werden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="355"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="356"/>
|
||||
<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="360"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="361"/>
|
||||
<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="366"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="367"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation>Chat-Erstellung ausstehend…</translation>
|
||||
|
|
@ -2785,7 +2782,7 @@ Stellen Sie sicher, dass Sie keine sensiblen Informationen teilen!</translation>
|
|||
<message>
|
||||
<location filename="../../view/Page/Form/Contact/ContactEdition.qml" line="62"/>
|
||||
<source>close_accessible_name</source>
|
||||
<extracomment>Close %n</extracomment>
|
||||
<extracomment>Close %1</extracomment>
|
||||
<translation>Schließe %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -4623,19 +4620,19 @@ Ablauf: %1</translation>
|
|||
<context>
|
||||
<name>MeetingListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="277"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="274"/>
|
||||
<source>meeting_info_cancelled</source>
|
||||
<extracomment>"Réunion annulée"</extracomment>
|
||||
<translation>Besprechung abgesagt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="301"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="298"/>
|
||||
<source>meetings_list_no_meeting_for_today</source>
|
||||
<extracomment>"Aucune réunion aujourd'hui"</extracomment>
|
||||
<translation>Heute keine Besprechungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="335"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="332"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Besprechung löschen</translation>
|
||||
|
|
@ -5040,7 +5037,7 @@ Ablauf: %1</translation>
|
|||
<message>
|
||||
<location filename="../../core/notifier/Notifier.cpp" line="362"/>
|
||||
<source>new_voice_message</source>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notofication for voice messages.</extracomment>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notification for voice messages.</extracomment>
|
||||
<translation>Sprachnachricht empfangen!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
|||
|
|
@ -25,13 +25,13 @@
|
|||
<context>
|
||||
<name>AbstractWindow</name>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="79"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="82"/>
|
||||
<source>contact_dialog_pick_phone_number_or_sip_address_title</source>
|
||||
<extracomment>"Choisissez un numéro ou adresse SIP"</extracomment>
|
||||
<translation>Choose a SIP number or address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="306"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="309"/>
|
||||
<source>fps_counter</source>
|
||||
<translation>%1 FPS</translation>
|
||||
</message>
|
||||
|
|
@ -654,14 +654,14 @@
|
|||
<message>
|
||||
<location filename="../../core/App.cpp" line="392"/>
|
||||
<location filename="../../core/App.cpp" line="445"/>
|
||||
<location filename="../../core/App.cpp" line="698"/>
|
||||
<location filename="../../core/App.cpp" line="701"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="700"/>
|
||||
<location filename="../../core/App.cpp" line="703"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation>Remote provisioning failed : %1</translation>
|
||||
|
|
@ -701,86 +701,86 @@
|
|||
<translation>Up to date Your version is up to date</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="694"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation>not reachable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="973"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>A free and open source SIP video-phone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Send an order to the application towards a command line</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="976"/>
|
||||
<location filename="../../core/App.cpp" line="979"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Show this help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="981"/>
|
||||
<location filename="../../core/App.cpp" line="984"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>Show app version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="989"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Specify the linphone configuration file to be fetched. It will be merged with the current configuration.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="991"/>
|
||||
<location filename="../../core/App.cpp" line="994"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, path or file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation>Minimize</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Log to stdout some debug information while running</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<location filename="../../core/App.cpp" line="1005"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Hide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>show_action</source>
|
||||
<translation>Show</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1423"/>
|
||||
<location filename="../../core/App.cpp" line="1452"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1441"/>
|
||||
<location filename="../../core/App.cpp" line="1470"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Check for update</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1559"/>
|
||||
<location filename="../../core/App.cpp" line="1588"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -2086,65 +2086,65 @@
|
|||
<context>
|
||||
<name>ChatListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="251"/>
|
||||
<source>chat_message_is_writing_info</source>
|
||||
<extracomment>%1 is writing…</extracomment>
|
||||
<translation>%1 is writing…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="255"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<source>chat_message_draft_sending_text</source>
|
||||
<translation>Draft : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="400"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="398"/>
|
||||
<source>chat_room_delete</source>
|
||||
<extracomment>"Delete"</extracomment>
|
||||
<translation>Delete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="339"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="337"/>
|
||||
<source>chat_room_mute</source>
|
||||
<translation>Mute</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="338"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="336"/>
|
||||
<source>chat_room_unmute</source>
|
||||
<extracomment>"Mute"</extracomment>
|
||||
<translation>Unmute</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="352"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="350"/>
|
||||
<source>chat_room_mark_as_read</source>
|
||||
<extracomment>"Mark as read"</extracomment>
|
||||
<translation>Mark as read</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="371"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="369"/>
|
||||
<source>chat_room_leave</source>
|
||||
<extracomment>"leave"</extracomment>
|
||||
<translation>Leave</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="375"/>
|
||||
<source>chat_list_leave_chat_popup_title</source>
|
||||
<extracomment>leave the conversation ?</extracomment>
|
||||
<translation>Leave the conversation ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="379"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<source>chat_list_leave_chat_popup_message</source>
|
||||
<extracomment>You will not be able to send or receive messages in this conversation anymore. Do You want to continue ?</extracomment>
|
||||
<translation>You will not be able to send or receive messages in this conversation anymore. Do You want to continue ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="404"/>
|
||||
<source>chat_list_delete_chat_popup_title</source>
|
||||
<extracomment>Delete the conversation ?</extracomment>
|
||||
<translation>Delete the conversation ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="408"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<source>chat_list_delete_chat_popup_message</source>
|
||||
<extracomment>This conversation and all its messages will be deleted. Do You want to continue ?</extracomment>
|
||||
<translation>This conversation and all its messages will be deleted. Do You want to continue ?</translation>
|
||||
|
|
@ -2555,56 +2555,56 @@ Only your correspondent can decrypt them.</translation>
|
|||
<translation>No conversation in history</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="275"/>
|
||||
<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="312"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="313"/>
|
||||
<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="314"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="315"/>
|
||||
<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="330"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="353"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="331"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="332"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="333"/>
|
||||
<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="350"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="351"/>
|
||||
<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="355"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="356"/>
|
||||
<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="360"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="361"/>
|
||||
<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="366"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="367"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation>Chat creation pending…</translation>
|
||||
|
|
@ -4532,19 +4532,19 @@ Expiration : %1</translation>
|
|||
<context>
|
||||
<name>MeetingListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="277"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="274"/>
|
||||
<source>meeting_info_cancelled</source>
|
||||
<extracomment>"Réunion annulée"</extracomment>
|
||||
<translation>Meeting canceled</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="301"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="298"/>
|
||||
<source>meetings_list_no_meeting_for_today</source>
|
||||
<extracomment>"Aucune réunion aujourd'hui"</extracomment>
|
||||
<translation>No meeting for today</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="335"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="332"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Delete meeting</translation>
|
||||
|
|
@ -4940,7 +4940,7 @@ Expiration : %1</translation>
|
|||
<message>
|
||||
<location filename="../../core/notifier/Notifier.cpp" line="362"/>
|
||||
<source>new_voice_message</source>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notofication for voice messages.</extracomment>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notification for voice messages.</extracomment>
|
||||
<translation>Voice message received!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
|||
|
|
@ -25,13 +25,13 @@
|
|||
<context>
|
||||
<name>AbstractWindow</name>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="79"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="82"/>
|
||||
<source>contact_dialog_pick_phone_number_or_sip_address_title</source>
|
||||
<extracomment>"Choisissez un numéro ou adresse SIP"</extracomment>
|
||||
<translation>Choisissez un numéro ou adresse SIP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="306"/>
|
||||
<location filename="../../view/Page/Window/AbstractWindow.qml" line="309"/>
|
||||
<source>fps_counter</source>
|
||||
<translation>%1 FPS</translation>
|
||||
</message>
|
||||
|
|
@ -654,14 +654,14 @@
|
|||
<message>
|
||||
<location filename="../../core/App.cpp" line="392"/>
|
||||
<location filename="../../core/App.cpp" line="445"/>
|
||||
<location filename="../../core/App.cpp" line="698"/>
|
||||
<location filename="../../core/App.cpp" line="701"/>
|
||||
<source>info_popup_error_title</source>
|
||||
<extracomment>Error</extracomment>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="393"/>
|
||||
<location filename="../../core/App.cpp" line="700"/>
|
||||
<location filename="../../core/App.cpp" line="703"/>
|
||||
<source>info_popup_configuration_failed_message</source>
|
||||
<extracomment>Remote provisioning failed : %1</extracomment>
|
||||
<translation>La configuration distante a échoué : %1</translation>
|
||||
|
|
@ -701,86 +701,86 @@
|
|||
<translation>Votre version est à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="694"/>
|
||||
<location filename="../../core/App.cpp" line="697"/>
|
||||
<source>configuration_error_detail</source>
|
||||
<extracomment>not reachable</extracomment>
|
||||
<translation>indisponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="970"/>
|
||||
<location filename="../../core/App.cpp" line="973"/>
|
||||
<source>application_description</source>
|
||||
<extracomment>"A free and open source SIP video-phone."</extracomment>
|
||||
<translation>A free and open source SIP video-phone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="972"/>
|
||||
<location filename="../../core/App.cpp" line="975"/>
|
||||
<source>command_line_arg_order</source>
|
||||
<extracomment>"Send an order to the application towards a command line"</extracomment>
|
||||
<translation>Send an order to the application towards a command line</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="976"/>
|
||||
<location filename="../../core/App.cpp" line="979"/>
|
||||
<source>command_line_option_show_help</source>
|
||||
<translation>Show this help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="981"/>
|
||||
<location filename="../../core/App.cpp" line="984"/>
|
||||
<source>command_line_option_show_app_version</source>
|
||||
<translation>Afficher la version de l'application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="989"/>
|
||||
<location filename="../../core/App.cpp" line="992"/>
|
||||
<source>command_line_option_config_to_fetch</source>
|
||||
<extracomment>"Specify the linphone configuration file to be fetched. It will be merged with the current configuration."</extracomment>
|
||||
<translation>Specify the linphone configuration file to be fetched. It will be merged with the current configuration.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="991"/>
|
||||
<location filename="../../core/App.cpp" line="994"/>
|
||||
<source>command_line_option_config_to_fetch_arg</source>
|
||||
<extracomment>"URL, path or file"</extracomment>
|
||||
<translation>URL, path or file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="996"/>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<source>command_line_option_minimized</source>
|
||||
<translation>Minimiser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="999"/>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<source>command_line_option_log_to_stdout</source>
|
||||
<translation>Log to stdout some debug information while running</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1002"/>
|
||||
<location filename="../../core/App.cpp" line="1005"/>
|
||||
<source>command_line_option_print_app_logs_only</source>
|
||||
<extracomment>"Print only logs from the application"</extracomment>
|
||||
<translation>Print only logs from the application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>hide_action</source>
|
||||
<extracomment>"Cacher" "Afficher"</extracomment>
|
||||
<translation>Cacher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1408"/>
|
||||
<location filename="../../core/App.cpp" line="1437"/>
|
||||
<source>show_action</source>
|
||||
<translation>Afficher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1423"/>
|
||||
<location filename="../../core/App.cpp" line="1452"/>
|
||||
<source>quit_action</source>
|
||||
<extracomment>"Quitter"</extracomment>
|
||||
<translation>Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1441"/>
|
||||
<location filename="../../core/App.cpp" line="1470"/>
|
||||
<source>check_for_update</source>
|
||||
<extracomment>Check for update</extracomment>
|
||||
<translation>Rechercher une mise à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../core/App.cpp" line="1559"/>
|
||||
<location filename="../../core/App.cpp" line="1588"/>
|
||||
<source>mark_all_read_action</source>
|
||||
<translation>Marquer tout comme lu</translation>
|
||||
</message>
|
||||
|
|
@ -2086,65 +2086,65 @@
|
|||
<context>
|
||||
<name>ChatListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="251"/>
|
||||
<source>chat_message_is_writing_info</source>
|
||||
<extracomment>%1 is writing…</extracomment>
|
||||
<translation>%1 est en train d'écrire…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="255"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="253"/>
|
||||
<source>chat_message_draft_sending_text</source>
|
||||
<translation>Brouillon : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="400"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="398"/>
|
||||
<source>chat_room_delete</source>
|
||||
<extracomment>"Delete"</extracomment>
|
||||
<translation>Supprimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="339"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="337"/>
|
||||
<source>chat_room_mute</source>
|
||||
<translation>Mettre en sourdine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="338"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="336"/>
|
||||
<source>chat_room_unmute</source>
|
||||
<extracomment>"Mute"</extracomment>
|
||||
<translation>Enlever la sourdine </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="352"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="350"/>
|
||||
<source>chat_room_mark_as_read</source>
|
||||
<extracomment>"Mark as read"</extracomment>
|
||||
<translation>Marquer comme lu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="371"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="369"/>
|
||||
<source>chat_room_leave</source>
|
||||
<extracomment>"leave"</extracomment>
|
||||
<translation>Quitter la conversation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="375"/>
|
||||
<source>chat_list_leave_chat_popup_title</source>
|
||||
<extracomment>leave the conversation ?</extracomment>
|
||||
<translation>Quitter la conversation ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="379"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="377"/>
|
||||
<source>chat_list_leave_chat_popup_message</source>
|
||||
<extracomment>You will not be able to send or receive messages in this conversation anymore. Do You want to continue ?</extracomment>
|
||||
<translation>Vous ne pourrez plus envoyer ou recevoir de messages dans cette conversation. Souhaitez-vous continuer ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="404"/>
|
||||
<source>chat_list_delete_chat_popup_title</source>
|
||||
<extracomment>Delete the conversation ?</extracomment>
|
||||
<translation>Supprimer la conversation ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="408"/>
|
||||
<location filename="../../view/Control/Display/Chat/ChatListView.qml" line="406"/>
|
||||
<source>chat_list_delete_chat_popup_message</source>
|
||||
<extracomment>This conversation and all its messages will be deleted. Do You want to continue ?</extracomment>
|
||||
<translation>La conversation et tous ses messages seront supprimés. Souhaitez-vous continuer ?</translation>
|
||||
|
|
@ -2555,56 +2555,56 @@ en bout. Seul votre correspondant peut les déchiffrer.</translation>
|
|||
<translation>Aucune conversation dans votre historique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="274"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="275"/>
|
||||
<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="312"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="313"/>
|
||||
<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="314"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="315"/>
|
||||
<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="330"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="353"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="358"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="331"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="354"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="359"/>
|
||||
<source>information_popup_error_title</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="332"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="333"/>
|
||||
<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="350"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="351"/>
|
||||
<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="355"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="356"/>
|
||||
<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="360"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="361"/>
|
||||
<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="366"/>
|
||||
<location filename="../../view/Page/Main/Chat/ChatPage.qml" line="367"/>
|
||||
<source>chat_creation_in_progress</source>
|
||||
<extracomment>Creation de la conversation en cours …</extracomment>
|
||||
<translation>Création de la conversation en cours…</translation>
|
||||
|
|
@ -4532,19 +4532,19 @@ Expiration : %1</translation>
|
|||
<context>
|
||||
<name>MeetingListView</name>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="277"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="274"/>
|
||||
<source>meeting_info_cancelled</source>
|
||||
<extracomment>"Réunion annulée"</extracomment>
|
||||
<translation>Réunion annulée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="301"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="298"/>
|
||||
<source>meetings_list_no_meeting_for_today</source>
|
||||
<extracomment>"Aucune réunion aujourd'hui"</extracomment>
|
||||
<translation>Aucune réunion aujourd'hui</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="335"/>
|
||||
<location filename="../../view/Control/Display/Meeting/MeetingListView.qml" line="332"/>
|
||||
<source>meeting_info_delete</source>
|
||||
<extracomment>"Supprimer la réunion"</extracomment>
|
||||
<translation>Supprimer la réunion</translation>
|
||||
|
|
@ -4940,7 +4940,7 @@ Expiration : %1</translation>
|
|||
<message>
|
||||
<location filename="../../core/notifier/Notifier.cpp" line="362"/>
|
||||
<source>new_voice_message</source>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notofication for voice messages.</extracomment>
|
||||
<extracomment>'Voice message received!' : message to warn the user in a notification for voice messages.</extracomment>
|
||||
<translation>Message vocal reçu !</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ ApplicationWindow {
|
|||
onActiveChanged: {
|
||||
if (active) UtilsCpp.setLastActiveWindow(this)
|
||||
}
|
||||
onVisibleChanged: {
|
||||
AppCpp.handleAppActivity()
|
||||
}
|
||||
Component.onDestruction: if (UtilsCpp.getLastActiveWindow() === this) UtilsCpp.setLastActiveWindow(null)
|
||||
|
||||
property bool isFullscreen: visibility == Window.FullScreen
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue