-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #245. Added blur option in service config form and shared object.
- Loading branch information
Showing
12 changed files
with
55 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-10-07 15:05-0400\n" | ||
"PO-Revision-Date: 2024-10-07 15:10-0400\n" | ||
"POT-Creation-Date: 2024-10-16 10:11-0400\n" | ||
"PO-Revision-Date: 2024-10-16 10:11-0400\n" | ||
"Last-Translator: \n" | ||
"Language-Team: fr <[email protected]>\n" | ||
"Language: fr\n" | ||
|
@@ -2235,45 +2235,49 @@ msgstr "Caméra" | |
msgid "Mirrored image" | ||
msgstr "Image miroir" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:54 | ||
#: opentera/forms/TeraServiceConfigForm.py:53 | ||
msgid "Blurred background" | ||
msgstr "Flouter l'arrière-plan" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:55 | ||
msgid "URL" | ||
msgstr "Adresse web" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:58 | ||
#: opentera/forms/TeraServiceConfigForm.py:59 | ||
msgid "Pan-Tilt-Zoom Camera" | ||
msgstr "Caméra Pan-Tilt-Zoom" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:59 | ||
#: opentera/forms/TeraServiceConfigForm.py:60 | ||
msgid "Control Type" | ||
msgstr "Type de Contrôle" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:60 | ||
#: opentera/forms/TeraServiceConfigForm.py:61 | ||
msgid "Vivotek" | ||
msgstr "Vivotek" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:65 | ||
#: opentera/forms/TeraServiceConfigForm.py:66 | ||
msgid "Network Address" | ||
msgstr "Adresse Réseau" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:68 | ||
#: opentera/forms/TeraServiceConfigForm.py:69 | ||
msgid "Port" | ||
msgstr "Port" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:71 opentera/forms/TeraUserForm.py:21 | ||
#: opentera/forms/TeraServiceConfigForm.py:72 opentera/forms/TeraUserForm.py:21 | ||
#: templates/login.html:125 | ||
msgid "Username" | ||
msgstr "Code utilisateur" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:74 opentera/forms/TeraUserForm.py:44 | ||
#: opentera/forms/TeraServiceConfigForm.py:75 opentera/forms/TeraUserForm.py:44 | ||
#: templates/login.html:131 | ||
msgid "Password" | ||
msgstr "Mot de passe" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:78 | ||
#: opentera/forms/TeraServiceConfigForm.py:79 | ||
msgid "Microphone" | ||
msgstr "Microphone" | ||
|
||
#: opentera/forms/TeraServiceConfigForm.py:79 | ||
#: opentera/forms/TeraServiceConfigForm.py:80 | ||
msgid "Secondary Camera" | ||
msgstr "Caméra Secondaire" | ||
|
||
|