diff --git a/qtribu/gui/dck_qchat.py b/qtribu/gui/dck_qchat.py
index 5dfaed1d..c06e08e9 100644
--- a/qtribu/gui/dck_qchat.py
+++ b/qtribu/gui/dck_qchat.py
@@ -755,7 +755,7 @@ def on_send_button_clicked(self) -> None:
if len(nickname) < QCHAT_NICKNAME_MINLENGTH:
self.log(
message=self.tr(
- "Nickname too short : must be at least 3 characters. Please open settings and set it"
+ "Nickname too short: must be at least 3 characters. Please open settings and set it"
),
log_level=Qgis.Warning,
push=self.settings.notify_push_info,
@@ -894,7 +894,7 @@ def check_cheatcode(self, text: str) -> bool:
if text == CHEATCODE_QGIS_PRO_LICENSE:
self.log(
message=self.tr("Your QGIS Pro license is about to expire"),
- application=self.tr("QGIS Pro"),
+ application="QGIS Pro",
log_level=Qgis.Warning,
push=self.settings.notify_push_info,
duration=self.settings.notify_push_duration,
@@ -912,7 +912,7 @@ def check_cheatcode(self, text: str) -> bool:
def on_renew_clicked(self) -> None:
msg_box = QMessageBox()
- msg_box.setWindowTitle(self.tr("QGIS"))
+ msg_box.setWindowTitle("QGIS")
msg_box.setIcon(QMessageBox.Information)
msg_box.setText(
self.tr(
@@ -946,7 +946,7 @@ def on_send_layer_to_qchat(self) -> None:
message=self.tr(
"Not connected to QChat. Please connect to a room first"
),
- application=self.tr("QChat"),
+ application="QChat",
log_level=Qgis.Critical,
push=self.settings.notify_push_info,
duration=self.settings.notify_push_duration,
diff --git a/qtribu/resources/i18n/qtribu_fr.ts b/qtribu/resources/i18n/qtribu_fr.ts
index c8ccac4a..3204a185 100644
--- a/qtribu/resources/i18n/qtribu_fr.ts
+++ b/qtribu/resources/i18n/qtribu_fr.ts
@@ -338,9 +338,9 @@ Longueur max d'un pseudo: {max_nickname_length}
QChatWidget
-
+
- QChat
+ QChat
@@ -373,7 +373,7 @@ Longueur max d'un pseudo: {max_nickname_length}
Room:
-
+
Se connecter
@@ -418,9 +418,9 @@ Longueur max d'un pseudo: {max_nickname_length}
Pseudo renseigné dans les réglages du plugin QTribu
-
+
- Pseudo
+ Pseudo
@@ -467,6 +467,245 @@ Longueur max d'un pseudo: {max_nickname_length}
Envoyer SCR
+
+
+
+ Date de publication
+
+
+
+
+
+
+
+
+
+ URL de l'instance : {uri}
+
+
+
+
+ Utilisateur : {nickname}
+
+
+
+
+ Erreur QChat
+
+
+
+
+ Règles de l'instance
+
+
+
+
+ Règles de l'instance ({instance_url}):
+
+{rules}
+
+Langue principale: {main_lang}
+Longueur max d'un message: {max_message_length}
+Longueur min d'un pseudo: {min_nickname_length}
+Longueur max d'un pseudo: {max_nickname_length}
+
+
+
+
+ Utilisateur/rice
+
+
+
+
+ Statut : {status} - Rooms : {room_status}
+
+
+
+
+ Statut de l'instance QChat
+
+
+
+
+ Se déconnecter
+
+
+
+
+ Connecté à la room '{room}'
+
+
+
+
+ Déconnecté(e) de la room '{room}'
+
+
+
+
+ Message non conforme : {reason}
+
+
+
+
+ Vous avez été mentioné(e) par {sender} : {message}
+
+
+
+
+
+
+
+
+
+ Utilisateurs/rices
+
+
+
+
+ {newcomer} a rejoint la room
+
+
+
+
+ {exiter} a quitté la room
+
+
+
+
+ {liker_author} a aimé votre message : {message}
+
+
+
+
+
+
+
+
+
+ Charger les objets partagés dans QGIS
+
+
+
+
+ Appliquer ce SCR au projet courant
+
+
+
+
+ Appliquer à l'étendue courante
+
+
+
+
+ J'aime ce message
+
+
+
+
+ Mentionner un utilisateur
+
+
+
+
+ Copier un message dans le presse-papiers
+
+
+
+
+ Masquer un message
+
+
+
+
+ Utilisateur/ices enregistré/es
+
+
+
+
+ Utilisateur/ices enregistré/es dans la room ({room}) :
+
+{users}
+
+
+
+
+ Pseudo non défini. Merci d'ouvrir les réglages pour le définir
+
+
+
+
+ Ouvrir les réglages
+
+
+
+
+ Le pseudo est trop court : il doit contenir au minimum 3 caractères. Merci de le changer dans les réglages
+
+
+
+
+ Sélectionner une image à envoyer sur le tchat
+
+
+
+
+ Votre licence QGIS Pro va bientôt expirer
+
+
+
+
+ Cliquer ici pour la renouveler
+
+
+
+
+ Non, c'était une blague !
+
+QGIS est un logiciel libre et gratuit, à jamais.
+Enfin, gratuit à utiliser, pas à développer ni maintenir.
+
+Aller sur le site web ?
+
+
+
+
+
+ Envoyer sur QChat
+
+
+
+
+ Non connecté à QChat. Veuillez d'abord sélectionner une room.
+
+
+
+
+ Aucune couche active dans le projet courant
+
+
+
+
+ Seulement les couches vectorielles peuvent être envoyées sur QChat
+
RdpNewsForm