chore: touch-up sentences (#7632)

Zayaan AR committed Feb 18, 2026 at 21:10 UTC 3c7943895a3f0d80343c131c50c3aa2a18e254b5
9 files changed +79 -79
agents/agentrecoverycore.js
+1 -1
@@ -413,7 +413,7 @@ function processConsoleCommand(cmd, args, rights, sessionid)
413 if (response != null) { sendConsoleText(response, sessionid); }
414 }
415
416 -// Get a formated response for a given directory path
416 +// Get a formatted response for a given directory path
417 function getDirectoryInfo(reqpath)
418 {
419 var response = { path: reqpath, dir: [] };
agents/meshcmd.js
+1 -1
@@ -1917,7 +1917,7 @@ var path = {
1917 }
1918 };
1919
1920 -// Get a formated response for a given directory path
1920 +// Get a formatted response for a given directory path
1921 function getDirectoryInfo(reqpath) {
1922 var response = { path: reqpath, dir: [] };
1923 if (((reqpath == undefined) || (reqpath == '')) && (process.platform == 'win32')) {
agents/meshcore.js
+1 -1
@@ -2144,7 +2144,7 @@ function getSystemInformation(func) {
2144 } catch (ex) { func(null, ex); }
2145 }
2146
2147 -// Get a formated response for a given directory path
2147 +// Get a formatted response for a given directory path
2148 function getDirectoryInfo(reqpath) {
2149 var response = { path: reqpath, dir: [] };
2150 if (((reqpath == undefined) || (reqpath == '')) && (process.platform == 'win32')) {
agents/recoverycore.js
+1 -1
@@ -1399,7 +1399,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
1399 if (response != null) { sendConsoleText(response, sessionid); }
1400 }
1401
1402 -// Get a formated response for a given directory path
1402 +// Get a formatted response for a given directory path
1403 function getDirectoryInfo(reqpath) {
1404 var response = { path: reqpath, dir: [] };
1405 if (((reqpath == undefined) || (reqpath == '')) && (process.platform == 'win32')) {
rdp/protocol/pdu/global.js
+2 -2
@@ -41,7 +41,7 @@ function Global(transport, fastPathTransport) {
41 inherits(Global, events.EventEmitter);
42
43 /**
44 - * Send formated PDU message
44 + * Send formatted PDU message
45 * @param message {type.Component} PDU message
46 */
47 Global.prototype.sendPDU = function(message) {
@@ -49,7 +49,7 @@ Global.prototype.sendPDU = function(message) {
49 };
50
51 /**
52 - * Send formated Data PDU message
52 + * Send formatted Data PDU message
53 * @param message {type.Component} PDU message
54 */
55 Global.prototype.sendDataPDU = function(message) {
rdp/protocol/x224.js
+2 -2
@@ -158,7 +158,7 @@ inherits(X224, events.EventEmitter);
158 /**
159 * Main data received function
160 * after connection sequence
161 - * @param s {type.Stream} stream formated from transport layer
161 + * @param s {type.Stream} stream formatted from transport layer
162 */
163 X224.prototype.recvData = function(s) {
164 // check header
@@ -169,7 +169,7 @@ X224.prototype.recvData = function(s) {
169 /**
170 * Format message from x224 layer to transport layer
171 * @param message {type}
172 - * @returns {type.Component} x224 formated message
172 + * @returns {type.Component} x224 formatted message
173 */
174 X224.prototype.send = function(message) {
175 this.transport.send(new type.Component([x224DataHeader(), message]));
translate/translate.json
+53 -53
@@ -581,7 +581,7 @@
581 "cs": "* Pro BSD, nejprve spusťte „pkg install wget sudo bash“.",
582 "da": "* For BSD, kør \\\"pkg install wget sudo bash\\\" først.",
583 "de": "* Unter BSD, führe zunächst \\\"pkg install wget sudo bash\\\" aus.",
584 - "en": "* For BSD, run \\\"pkg install wget sudo bash\\\" first.",
584 + "en": "* For BSD, run \\\"pkg install wget sudo bash\\\" beforehand.",
585 "es": "* Para BSD, ejecute primero \\\"pkg install wget sudo bash\\\".",
586 "fi": "* BSDtä käyttäessa suorita ensin \\\"pkg install wget sudo bash\\\"",
587 "fr": "* Pour BSD, exécuter d'abord la commande \\\"pkg install wget sudo bash\\\".",
@@ -5733,7 +5733,7 @@
5733 "cs": "Aktivujte Intel® AMT v režimu správce (ACM) pomocí USB klíče ve formátu FAT. Umístěte soubor setup.bin a pomocí tohoto klíče spusťte jeden nebo více počítačů.",
5734 "da": "Aktiver Intel® AMT i Admin Control Mode (ACM) ved hjælp af en FAT-formateret USB-nøgle. Placer setup.bin på den og start en eller flere computere med denne nøgle.",
5735 "de": "Aktivieren Sie Intel® AMT im Admin Control Mode (ACM) mit einem FAT-formatierten USB-Stick. Legen Sie setup.bin darauf und starten Sie einen oder mehrere Computer mit diesem Schlüssel.",
5736 - "en": "Activate Intel® AMT in Admin Control Mode (ACM) using a FAT formated USB key. Place setup.bin on it and boot one or more computers with this key.",
5736 + "en": "Activate Intel® AMT in Admin Control Mode (ACM) using a FAT formatted USB key. Place setup.bin on it and boot one or more computers with this key.",
5737 "es": "Active Intel® AMT en el modo de control de administrador (ACM) mediante una llave USB formateada FAT. Coloque setup.bin en él e inicie una o más computadoras con esta clave.",
5738 "fi": "Aktivoi Intel® AMT järjestelmänvalvojan ohjaustilassa (ACM) FAT-muotoisella USB-avaimella. Aseta setup.bin siihen ja käynnistä yksi tai useampi tietokone tällä avaimella.",
5739 "fr": "Activer Intel® AMT dans ACM (Admin Control Mode) en utilisant une clé USB (format FAT). Copiez le fichier setup.bin dessus et démarrez un ou plusieurs appareils avec.",
@@ -9623,7 +9623,7 @@
9623 },
9624 {
9625 "ca": "Apple macOS (desinstal·lació)",
9626 - "en": "Apple macOS (UnInstall)",
9626 + "en": "Apple macOS (Uninstall)",
9627 "nl": "Apple macOS (verwijderen)",
9628 "uk": "Apple macOS (Деінсталяція)",
9629 "xloc": [
@@ -9632,10 +9632,10 @@
9632 ]
9633 },
9634 {
9635 - "ca": "Els executables d'Apple macOS s'hauran d'eliminar de la quarantena per executar 'xattr -r -d com.apple.quarantine meshagent'",
9636 - "en": "Apple macOS executables will need to be removed from quarantine to run 'xattr -r -d com.apple.quarantine meshagent'",
9637 - "nl": "Apple macOS uitvoerbare bestanden moeten uit quarantaine worden verwijderd om 'xattr -r -d com.apple.quarantine meshagent' te kunnen starten",
9638 - "uk": "Для запуску виконувані файли Apple macOS потрібно буде вилучити з карантину запустивши 'xattr -r -d com.apple.quarantine meshagent'",
9635 + "ca": "Els executables d'Apple macOS s'hauran d'eliminar de la quarantena per executar 'xattr -r -d com.apple.quarantine meshagent'.",
9636 + "en": "Apple macOS executables will need to be removed from quarantine by running 'xattr -r -d com.apple.quarantine meshagent'.",
9637 + "nl": "Apple macOS uitvoerbare bestanden moeten uit quarantaine worden verwijderd om 'xattr -r -d com.apple.quarantine meshagent' te kunnen starten.",
9638 + "uk": "Для запуску виконувані файли Apple macOS потрібно буде вилучити з карантину запустивши 'xattr -r -d com.apple.quarantine meshagent'.",
9639 "xloc": [
9640 "agentinvite.handlebars->13->12",
9641 "default.handlebars->121->698",
@@ -43733,13 +43733,13 @@
43733 "cs": "Linux / BSD (odinstalace)",
43734 "da": "Linux / BSD (Afinstallér)",
43735 "de": "Linux / BSD (Deinstallation)",
43736 - "en": "Linux / BSD (UnInstall)",
43736 + "en": "Linux / BSD (Uninstall)",
43737 "es": "Linux / BSD (DesInstalar)",
43738 "fi": "Linux / BSD (Asennuksen poisto)",
43739 "fr": "Linux / BSD (désinstaller)",
43740 - "hi": "लिनक्स / BSD (UnInstall)",
43740 + "hi": "लिनक्स / BSD (Uninstall)",
43741 "hu": "Linux / BSD (Eltávolítás)",
43742 - "it": "Linux / BSD (UnInstall)",
43742 + "it": "Linux / BSD (Uninstall)",
43743 "ja": "Linux / BSD(アンインストール)",
43744 "ko": "Linux / BSD (제거)",
43745 "nl": "Linux / BSD (Deïnstalleren)",
@@ -71925,30 +71925,30 @@
71925 ]
71926 },
71927 {
71928 - "bs": "Počnite unosom stare i nove MBEx lozinke.",
71929 - "ca": "Comenceu introduint la contrasenya MBEx antiga i nova.",
71930 - "cs": "Začněte zadáním starého a nového hesla MBEx.",
71931 - "da": "Start med at indtaste den gamle og nye MBEx-adgangskode.",
71932 - "de": "Geben Sie zunächst das alte und das neue MBEx-Passwort ein.",
71933 - "en": "Start by entering the old and new MBEx password. ",
71934 - "es": "Comienza ingresando la contraseña MBEx nueva y anterior.",
71935 - "fi": "Aloita kirjoittamalla vanha ja uusi MBEx-salasana.",
71936 - "fr": "Commencez par entrer l'ancien puis le nouveau mot de passe MBEx. ",
71937 - "hi": "पुराने और नए MBEx पासवर्ड दर्ज करके प्रारंभ करें।",
71938 - "hu": "Kezdje a régi és az új MBEx jelszó megadásával. ",
71939 - "it": "Inizia inserendo la vecchia e la nuova password MBEx.",
71940 - "ja": "新旧のMBExパスワードを入力することから始めます。",
71941 - "ko": "이전 및 새 MBEx 암호를 입력하여 시작하십시오.",
71942 - "nl": "Begin met het invoeren van het oude en nieuwe MBEx-wachtwoord. ",
71943 - "pl": "Zacznij od wpisania starego i nowego hasła MBEx. ",
71944 - "pt": "Comece inserindo a senha antiga e a nova do MBEx.",
71945 - "pt-br": "Comece inserindo a senha antiga e a nova do MBEx.",
71946 - "ru": "Начните с ввода старого и нового пароля MBEx.",
71947 - "sv": "Börja med att ange det gamla och nya MBEx-lösenordet.",
71948 - "tr": "Eski ve yeni MBEx şifresini girerek başlayın.",
71949 - "uk": "Почніть із введення старого та нового паролів MBEx.",
71950 - "zh-chs": "首先输入新旧MBEx密码。",
71951 - "zh-cht": "首先輸入新舊MBEx密碼。",
71928 + "bs": "Počnite unosom stare i nove MEBx lozinke.",
71929 + "ca": "Comenceu introduint la contrasenya MEBx antiga i nova.",
71930 + "cs": "Začněte zadáním starého a nového hesla MEBx.",
71931 + "da": "Start med at indtaste den gamle og nye MEBx-adgangskode.",
71932 + "de": "Geben Sie zunächst das alte und das neue MEBx-Passwort ein.",
71933 + "en": "Start by entering the old and new MEBx password. ",
71934 + "es": "Comienza ingresando la contraseña MEBx nueva y anterior.",
71935 + "fi": "Aloita kirjoittamalla vanha ja uusi MEBx-salasana.",
71936 + "fr": "Commencez par entrer l'ancien puis le nouveau mot de passe MEBx. ",
71937 + "hi": "पुराने और नए MEBx पासवर्ड दर्ज करके प्रारंभ करें।",
71938 + "hu": "Kezdje a régi és az új MEBx jelszó megadásával. ",
71939 + "it": "Inizia inserendo la vecchia e la nuova password MEBx.",
71940 + "ja": "新旧のMEBxパスワードを入力することから始めます。",
71941 + "ko": "이전 및 새 MEBx 암호를 입력하여 시작하십시오.",
71942 + "nl": "Begin met het invoeren van het oude en nieuwe MEBx-wachtwoord. ",
71943 + "pl": "Zacznij od wpisania starego i nowego hasła MEBx. ",
71944 + "pt": "Comece inserindo a senha antiga e a nova do MEBx.",
71945 + "pt-br": "Comece inserindo a senha antiga e a nova do MEBx.",
71946 + "ru": "Начните с ввода старого и нового пароля MEBx.",
71947 + "sv": "Börja med att ange det gamla och nya MEBx-lösenordet.",
71948 + "tr": "Eski ve yeni MEBx şifresini girerek başlayın.",
71949 + "uk": "Почніть із введення старого та нового паролів MEBx.",
71950 + "zh-chs": "首先输入新旧MEBx密码。",
71951 + "zh-cht": "首先輸入新舊MEBx密碼。",
71952 "xloc": [
71953 "default.handlebars->121->545",
71954 "default3.handlebars->119->541"
@@ -75126,10 +75126,10 @@
75126 ]
75127 },
75128 {
75129 - "ca": "Aquest és un executable en sistemes operatius amb interfícies d'usuari gràfiques",
75130 - "en": "This is a executable on OS's with graphical user interfaces",
75131 - "nl": "Dit is een uitvoerbaar bestand op besturingssystemen met grafische gebruikersinterfaces",
75132 - "uk": "Це виконуваний файл для ОС із графічним інтерфейсом",
75129 + "ca": "Aquest és un executable en sistemes operatius amb interfícies d'usuari gràfiques.",
75130 + "en": "This is an executable on OSs with graphical user interfaces.",
75131 + "nl": "Dit is een uitvoerbaar bestand op besturingssystemen met grafische gebruikersinterfaces.",
75132 + "uk": "Це виконуваний файл для ОС із графічним інтерфейсом.",
75133 "xloc": [
75134 "agentinvite.handlebars->13->11",
75135 "default.handlebars->121->697",
@@ -75767,7 +75767,7 @@
75767 "cs": "Pro přidání nového zařízení do skupiny „\\\"{0}\\\"“, na něm spusťte následující příkaz. Je třeba spouštět s právy správce systému (root).",
75768 "da": "For at tilføje en computer til \\\"{0}\\\" skal du køre følgende kommando. Root-legitimationsoplysninger vil være nødvendige.",
75769 "de": "Um einen Rechner zu \\\"{0}\\\" hinzuzufügen, führe den folgenden Befehl aus. Root-Zugriff wird benötigt.",
75770 - "en": "To add a computer to \\\"{0}\\\" run the following command. Root credentials will be needed.",
75770 + "en": "To add a new computer to the device group of \\\"{0}\\\", run the following command. Root credentials will be needed.",
75771 "es": "Para agregar una computadora a \\\"{0}\\\" ejecuta el siguiente comando. Se necesitarán credenciales de root.",
75772 "fi": "Lisää tietokone \\\"{0}\\\" suorittamalla seuraava komento. Tarvitaan juuretunnuksia.",
75773 "fr": "Pour ajouter un appareil à \\\"{0}\\\" exécutez la commande suivante. Des accès administrateurs sont nécessaires.",
@@ -75827,7 +75827,7 @@
75827 "cs": "Pro přidání nového zařízení do skupiny „{0}“, si stáhněte agenta a nainstalujte na zařízení, které chcete spravovat. Tento agent už obsahuje veškeré informace pro připojení na server.",
75828 "da": "For at tilføje en ny computer til enhedsgruppen \\\"{0}\\\", skal du downloade mesh-agenten og installere den på den computer, der skal administreres. Denne agent har server- og enhedsgruppeoplysninger indlejret i sig.",
75829 "de": "Um einen neuen Rechner zur Gerätegruppe \\\"{0}\\\" hinzuzufügen, laden Sie den Mesh-Agenten herunter und installieren Sie ihn auf dem zu verwaltenden Rechner. In diesen Agenten sind Server- und Gerätegruppen-Informationen bereits eingebettet.",
75830 - "en": "To add a new computer to device group \\\"{0}\\\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.",
75830 + "en": "To add a new computer to the device group of \\\"{0}\\\", download the mesh agent and install it onto the designated computer to manage. This agent has server and device group information embedded within it.",
75831 "es": "Para agregar una nueva computadora al grupo de dispositivos \\\"{0}\\\", descarga el agente MeshCentral e instálalo en la computadora a administrar. Este agente tiene la información del servidor y grupo de dispositivos incrustada dentro de él.",
75832 "fi": "Jos haluat lisätä uuden tietokoneen laiteryhmään \\\"{0}\\\", lataa verkkoagentti ja asenna se tietokone hallittavaksi. Tällä agentilla on palvelimen ja laiteryhmän tietoja.",
75833 "fr": "Pour ajouter un nouvel appareil au groupe \\\"{0}\\\", télécharger et installer l'agent sur l'appareil à surveiller. L'agent contient le serveur et le groupe d'appartenance.",
@@ -75857,7 +75857,7 @@
75857 "cs": "Pro přidání nového zařízení do skupiny „{0}“, je třeba do počítače, který chcete spravovat, stáhnout a nainstalovat agenta. Ten už obsahuje potřebné informace pro připojení na server.",
75858 "da": "For at tilføje en ny computer til enhedsgruppen \\\"{0}\\\", skal du downloade mesh-agenten og installere den på den computer, der skal administreres. Dette agentinstallationsprogram har server- og enhedsgruppeoplysninger indlejret i sig.",
75859 "de": "Um einen neuen Rechner zur Gerätegruppe \\\"{0}\\\" hinzuzufügen, laden Sie den Mesh-Agenten herunter und installieren Sie ihn auf dem zu verwaltenden Rechner. In dieses Agenten-Installationsprogramm sind Server- und Gerätegruppen-Informationen bereits eingebettet.",
75860 - "en": "To add a new computer to device group \\\"{0}\\\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.",
75860 + "en": "To add a new computer to the device group of \\\"{0}\\\", download the mesh agent and install it onto the designated computer to manage. This agent installer has server and device group information embedded within it.",
75861 "es": "Para agregar una nueva computadora al grupo de dispositivos \\\"{0}\\\", descarga el agente de malla e instálalo en la computadora a administrar. Este instalador del agente tiene la información del servidor y grupo de dispositivos incrustada dentro de él.",
75862 "fi": "Jos haluat lisätä uuden tietokoneen laiteryhmään \\\"{0}\\\", lataa verkkoagentti ja asenna se tietokone hallittavaksi. Tämä agentti-asennusohjelma sisältää palvelimen ja laiteryhmän tiedot.",
75863 "fr": "Pour ajouter un nouvel appareil au groupe \\\"{0}\\\", télécharger et installer l'agent sur l'appareil à surveiller. L'agent contient le serveur et le groupe d'appartenance.",
@@ -76030,7 +76030,7 @@
76030 },
76031 {
76032 "ca": "Per eliminar un agent de malla, descarregueu el fitxer següent, feu clic amb el botó dret al fitxer \\\".mpkg\\\" i feu clic a \\\"Mostra el contingut del paquet\\\", després feu clic amb el botó dret a \\\"Uninstall.command\\\" i feu clic a \\\"Obre\\\"",
76033 - "en": "To remove a mesh agent, download the file below, right click on the \\\".mpkg\\\" file and click \\\"Show Package Contents\\\", then right click on \\\"Uninstall.command\\\" and click \\\"Open\\\"",
76033 + "en": "To remove a mesh agent, download the file below, right-click the \\\".mpkg\\\" file and select \\\"Show Package Contents\\\", then right-click \\\"Uninstall.command\\\" and select \\\"Open\\\".",
76034 "nl": "Om een ​​mesh-agent te verwijderen, downloadt u het onderstaande bestand, klikt u met de rechtermuisknop op het bestand \\\".mpkg\\\" en klikt u op \\\"Toon pakketinhoud\\\", klikt u vervolgens met de rechtermuisknop op \\\"Uninstall.command\\\" en klikt u op \\\"Openen\\\"",
76035 "uk": "Щоб видалити MeshAgent, завантажте файл нижче, клікнувши правою кнопкою миші на файл \\\".mpkg\\\" і натиснувши \\\"Show Package Contents\\\", потім клацніть правою кнопкою миші на \\\"Uninstall.command\\\" і натисніть \\\"Open\\\"",
76036 "xloc": [
@@ -76041,21 +76041,21 @@
76041 {
76042 "bs": "Da biste uklonili mesh agent, preuzmite datoteku ispod, pokrenite je i kliknite na \\\"deinstaliraj\\\".",
76043 "ca": "Per eliminar un agent de malla, descarregueu el fitxer següent, executeu-lo i feu clic a \\\"desinstal·la\\\".",
76044 - "cs": "Pro odebrání agenta si stáhněte níže uvedené soubor, spusťte ho a klikněte na „uninstall“.",
76044 + "cs": "Pro odebrání agenta si stáhněte níže uvedené soubor, spusťte ho a klikněte na „Uninstall“.",
76045 "da": "For at fjerne en mesh-agent skal du downloade filen nedenfor, køre den og klikke på \\\"afinstaller\\\".",
76046 "de": "Um den Mesh-Agenten zu entfernen, laden Sie die untenstehende Datei herunter, führen Sie sie aus und klicken Sie auf \\\"Deinstallieren\\\".",
76047 - "en": "To remove a mesh agent, download the file below, run it and click \\\"uninstall\\\".",
76047 + "en": "To remove a mesh agent, download the file below, run it and click \\\"Uninstall\\\".",
76048 "es": "Para eliminar un Agente Mesh, descarga el archivo a continuación, ejecútalo y haz clic en \\\"desinstalar\\\".",
76049 "fi": "Voit poistaa verkkoagentin lataamalla alla olevan tiedoston, suorittamalla sen ja napsauttamalla \\\"Poista \\\".",
76050 "fr": "Pour supprimer l'agent, téléchargez le fichier ci-dessous, exécutez le et cliquez sur \\\"Désinstaller\\\".",
76051 "hi": "एक मेष एजेंट को हटाने के लिए, नीचे दी गई फ़ाइल डाउनलोड करें, इसे चलाएं और \\\"अनइंस्टॉल \\\" पर क्लिक करें।",
76052 - "hu": "A szoftver agent eltávolításához töltse le az alábbi fájlt, futtassa, majd kattintson az \\\"uninstall\\\" gombra.",
76052 + "hu": "A szoftver agent eltávolításához töltse le az alábbi fájlt, futtassa, majd kattintson az \\\"Uninstall\\\" gombra.",
76053 "it": "Per rimuovere un agente mesh, scarica il file sottostante, eseguilo e fai clic su \\\"disinstalla\\\". ",
76054 "ja": "メッシュエージェントを削除するには、以下のファイルをダウンロードして実行し、「アンインストール」をクリックします。",
76055 "ko": "메쉬 에이전트를 제거하려면, 아래 파일을 다운로드하여 실행한 다음 \\\"제거\\\"를 클릭하십시오.",
76056 "nl": "Om een mesh-agent te verwijderen, download het onderstaande bestand, voer het uit en klik op \\\"deïnstalleer\\\".",
76057 - "pl": "Aby usunąć agenta, pobierz poniższy plik, uruchom go i kliknij \\\"uninstall\\\".",
76058 - "pt": "Para remover um agente de malha, faça o download do arquivo abaixo, execute-o e clique em \\\"uninstall\\\".",
76057 + "pl": "Aby usunąć agenta, pobierz poniższy plik, uruchom go i kliknij \\\"Uninstall\\\".",
76058 + "pt": "Para remover um agente de malha, faça o download do arquivo abaixo, execute-o e clique em \\\"Uninstall\\\".",
76059 "pt-br": "Para remover um agente mesh, baixe o arquivo abaixo, execute-o e clique em \\\"desinstalar\\\".",
76060 "ru": "Для удаления Mesh Agent скачайте файл ниже, запустите его и нажмите \\\"удалить\\\".",
76061 "sv": "För att ta bort en nätagent, ladda ner filen nedan, kör den och klicka på \\\"avinstallera \\\".",
@@ -84203,13 +84203,13 @@
84203 "bs": "Windows (deinstaliraj)",
84204 "ca": "Windows (Desinstal·lació)",
84205 "cs": "Windows (odinstalace)",
84206 - "da": "Windows (UnInstall)",
84206 + "da": "Windows (Uninstall)",
84207 "de": "Windows (Deinstallation)",
84208 - "en": "Windows (UnInstall)",
84208 + "en": "Windows (Uninstall)",
84209 "es": "Windows (DesInstalar)",
84210 "fi": "Windows (Poista asennus)",
84211 "fr": "Windows (Désinstallation)",
84212 - "hi": "विंडोज (UnInstall)",
84212 + "hi": "विंडोज (Uninstall)",
84213 "hu": "Windows (Eltávolítás)",
84214 "it": "Windows (Disinstallazione) ",
84215 "ja": "Windows(アンインストール)",
@@ -85345,10 +85345,10 @@
85345 ]
85346 },
85347 {
85348 - "ca": "Heu de 'chmod +x meshagent' i executar aquest fitxer",
85349 - "en": "You need to 'chmod +x meshagent' and run this file",
85348 + "ca": "Heu de 'chmod +x meshagent' i executar aquest fitxer.",
85349 + "en": "You need to run 'chmod +x meshagent', and then run this file.",
85350 "nl": "U moet 'chmod +x meshagent' gebruiken en dit bestand uitvoeren.",
85351 - "uk": "Потрібно виконати 'chmod +x meshagent', та потім запустити цей файл",
85351 + "uk": "Потрібно виконати 'chmod +x meshagent', та потім запустити цей файл.",
85352 "xloc": [
85353 "agentinvite.handlebars->13->13",
85354 "default.handlebars->121->699",
views/default.handlebars
+9 -9
@@ -5473,7 +5473,7 @@
5473 // Intel AMT ACM activation using setup.bin
5474 function showAmtAcmSetup() {
5475 if (xxdialogMode) return false;
5476 - var x = '<table><tr><td><img src=images/usbkey70.png height=70 width=31 style=margin-left:4px;margin-right:8px><td><div>' + "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formated USB key. Place setup.bin on it and boot one or more computers with this key." + '</div><div style=margin-top:6px>' + "Start by entering the old and new MBEx password. " + '</div></table>';
5476 + var x = '<table><tr><td><img src=images/usbkey70.png height=70 width=31 style=margin-left:4px;margin-right:8px><td><div>' + "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formatted USB key. Place setup.bin on it and boot one or more computers with this key." + '</div><div style=margin-top:6px>' + "Start by entering the old and new MEBx password. " + '</div></table>';
5477 x += addHtmlValue("Old Password", '<input id=dp1password0 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
5478 x += addHtmlValue("New Password*", '<input id=dp1password1 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
5479 x += addHtmlValue("New Password*", '<input id=dp1password2 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
@@ -5649,7 +5649,7 @@
5649 var opts = '<select id=aginsSelect onchange=addAgentToMeshClick() style=width:236px><option value=0>' + "Windows" + '</option><option value=1>' + "Linux / BSD" + '</option><option value=5>' + "Linux / BSD / macOS Binary Installer" + '</option><option value=2>' + "Apple macOS" + '</option>';
5650 if ((features & 2) == 0) { opts += '<option value=6>' + "Mobile device" + '</option>'; } // Don't display mobile setup in LAN mode.
5651 opts += '<option value=7>' + "MeshCentral Assistant" + '</option>';
5652 - opts += '<option value=3>' + "Windows (UnInstall)" + '</option><option value=4>' + "Linux / BSD (UnInstall)" + '</option><option value=8>' + "Apple macOS (UnInstall)" + '</option></select>';
5652 + opts += '<option value=3>' + "Windows (Uninstall)" + '</option><option value=4>' + "Linux / BSD (Uninstall)" + '</option><option value=8>' + "Apple macOS (Uninstall)" + '</option></select>';
5653 x += addHtmlValue("Operating System", opts);
5654
5655 var servername = serverinfo.name;
@@ -5677,7 +5677,7 @@
5677 meshfilename = meshfilename.split('\\').join('').split('/').join('').split(':').join('').split('*').join('').split('?').join('').split('"').join('').split('<').join('').split('>').join('').split('|').join('').split(' ').join('').split('\'').join('');
5678
5679 // Windows agent install
5680 - x += '<div id=agins_windows>' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
5680 + x += '<div id=agins_windows>' + format("To add a new computer to the device group of \"{0}\", download the mesh agent and install it onto the designated computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
5681 x += addHtmlValue("Mesh Agent", '<a id=aginsw32lnk name="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "x86 32bit version of the MeshAgent" + '">' + "Windows x86-32 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows x86 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
5682 x += addHtmlValue("Mesh Agent", '<a id=aginsw64lnk name="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "x86 64bit version of the MeshAgent" + '">' + "Windows x86-64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows x86 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
5683 x += addHtmlValue("Mesh Agent", '<a id=aginswa64lnk name="meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "ARM 64bit version of the MeshAgent" + '">' + "Windows ARM-64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows ARM 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
@@ -5685,12 +5685,12 @@
5685 x += '</div>';
5686
5687 // Linux agent install
5688 - x += '<div id=agins_linux style=display:none>' + format("To add a computer to \"{0}\" run the following command. Root credentials will be needed.", EscapeHtml(mesh.name)) + '<br />';
5688 + x += '<div id=agins_linux style=display:none>' + format("To add a new computer to the device group of \"{0}\", run the following command. Root credentials will be needed.", EscapeHtml(mesh.name)) + '<br />';
5689 x += '<textarea id=agins_linux_area rows=2 cols=20 readonly=readonly style=border-radius:4px;padding:6px;margin-top:4px;margin-bottom:4px;background-color:#FFF9D3;border:0;width:100%;resize:none;height:160px;overflow:auto;font-size:12px></textarea>';
5690 - x += '<div style=font-size:x-small;float:right>' + "* For BSD, run \"pkg install wget sudo bash\" first." + '</div><a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area")><img src=images/link4.png height=10 width=10 style=cursor:pointer> ' + "Copy" + '</a></div>';
5690 + x += '<div style=font-size:x-small;float:right>' + "* For BSD, run \"pkg install wget sudo bash\" beforehand." + '</div><a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area")><img src=images/link4.png height=10 width=10 style=cursor:pointer> ' + "Copy" + '</a></div>';
5691
5692 // macOS agent install
5693 - x += '<div id=agins_osx style=display:none>' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
5693 + x += '<div id=agins_osx style=display:none>' + format("To add a new computer to the device group of \"{0}\", download the mesh agent and install it onto the designated computer to manage. This agent installer has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
5694 x += addHtmlValue("Mesh Agent", '<a onclick=downloadFile("meshosxagent?id=16&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '") title="' + "x86-64bit version of macOS Mesh Agent" + '">' + "macOS x86-64bit" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=16&meshid=' + meshid.split('/')[2] + '",0)>');
5695 x += addHtmlValue("Mesh Agent", '<a onclick=downloadFile("meshosxagent?id=29&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '") title="' + "ARM 64bit version of macOS Mesh Agent" + '">' + "macOS ARM (64bit)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=29&meshid=' + meshid.split('/')[2] + '",0)>');
5696 x += addHtmlValue("Mesh Agent", '<a onclick=downloadFile("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '") title="' + "Universal version of macOS Mesh Agent" + '">' + "macOS (Universal)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + '",0)>');
@@ -5716,7 +5716,7 @@
5716 x += '</td><td><img src=images/assistant-100.png width=74 height=100 srcset="images/assistant-200.png 2x"></td></tr></table></div>';
5717
5718 // Windows agent uninstall
5719 - x += '<div id=agins_windows_un style=display:none>' + "To remove a mesh agent, download the file below, run it and click \"uninstall\"." + '<br /><br />';
5719 + x += '<div id=agins_windows_un style=display:none>' + "To remove a mesh agent, download the file below, run it and click \"Uninstall\"." + '<br /><br />';
5720 x += addHtmlValue("Mesh Agent", '<a id=aginsw32unlnk name="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "x86 32bit version of the MeshAgent" + '">' + "Windows x86-32 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows x86 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
5721 x += addHtmlValue("Mesh Agent", '<a id=aginsw64unlnk name="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "x86 64bit version of the MeshAgent" + '">' + "Windows x86-64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows x86 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
5722 x += addHtmlValue("Mesh Agent", '<a id=aginswa64unlnk name="meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '" title="' + "ARM 64bit version of the MeshAgent" + '">' + "Windows ARM-64 (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy Windows ARM 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=",1)>');
@@ -5728,12 +5728,12 @@
5728 x += '<a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area_un")><img src=images/link4.png height=10 width=10 style=cursor:pointer> Copy</a></div>';
5729
5730 // macOS agent uninstall
5731 - x += '<div id=agins_osx_un style=display:none>' + "To remove a mesh agent, download the file below, right click on the \".mpkg\" file and click \"Show Package Contents\", then right click on \"Uninstall.command\" and click \"Open\"" + '<br /><br />';
5731 + x += '<div id=agins_osx_un style=display:none>' + "To remove a mesh agent, download the file below, right-click the \".mpkg\" file and select \"Show Package Contents\", then right-click \"Uninstall.command\" and select \"Open\"." + '<br /><br />';
5732 x += addHtmlValue("Mesh Agent", '<a onclick=downloadFile("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '") title="' + "Universal version of macOS Mesh Agent" + '">macOS Agent (Universal)</a> <img src=images/link4.png height=10 width=10 title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + '",0)>');
5733 x += '</div>';
5734
5735 // Linux binary installer
5736 - x += '<div id=agins_linux_inst style=display:none>' + "This is a executable on OS's with graphical user interfaces" + '<br /><br />' + "Apple macOS executables will need to be removed from quarantine to run 'xattr -r -d com.apple.quarantine meshagent'" + '<br /><br />' + "You need to 'chmod +x meshagent' and run this file" + '<br /><br />';
5736 + x += '<div id=agins_linux_inst style=display:none>' + "This is an executable on OSs with graphical user interfaces." + '<br /><br />' + "Apple macOS executables will need to be removed from quarantine by running 'xattr -r -d com.apple.quarantine meshagent'." + '<br /><br />' + "You need to run 'chmod +x meshagent', and then run this file." + '<br /><br />';
5737 x += addHtmlValue("Mesh Agent", '<a id=aginsbinlnk name="meshagents?id=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key?('&key=' + urlargs.key):'') + '">' + "meshagent" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=' + meshid.split('/')[2] + '&installflags=",1)>');
5738 x += addHtmlValue("Command", '<input id=aginsbincmd type=text style="width:216px" readonly value=\'wget -O meshagent' + (((features & 0x80000000) != 0)?' --no-check-certificate':'') + ' \"https://' + servername + portStr + domainUrl + 'meshagents?id=' + meshid.split('/')[2].split('$').join('%24').split('@').join('%40') + '\' /> <img src=images/link4.png height=10 width=10 title="' + "Copy agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentIdValue("aginsbincmd")>');
5739 x += '</div>';
views/default3.handlebars
+9 -9
@@ -6219,7 +6219,7 @@
6219 // Intel AMT ACM activation using setup.bin
6220 function showAmtAcmSetup() {
6221 if (xxdialogMode) return false;
6222 - var x = '<table><tr><td><img src=images/usbkey70.png height=70 width=31 style=margin-left:4px;margin-right:8px><td><div>' + "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formated USB key. Place setup.bin on it and boot one or more computers with this key." + '</div><div style=margin-top:6px>' + "Start by entering the old and new MBEx password. " + '</div></table>';
6222 + var x = '<table><tr><td><img src=images/usbkey70.png height=70 width=31 style=margin-left:4px;margin-right:8px><td><div>' + "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formatted USB key. Place setup.bin on it and boot one or more computers with this key." + '</div><div style=margin-top:6px>' + "Start by entering the old and new MEBx password. " + '</div></table>';
6223 x += addHtmlFormFloating("Old Password", '<input id=dp1password0 type=password class="form-control" autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
6224 x += addHtmlFormFloating("New Password*", '<input id=dp1password1 type=password class="form-control" autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
6225 x += addHtmlFormFloating("New Password*", '<input id=dp1password2 type=password class="form-control" autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
@@ -6402,7 +6402,7 @@
6402 var opts = '<select id=aginsSelect onchange=addAgentToMeshClick() class=form-select><option value=0>' + "Windows" + '</option><option value=1>' + "Linux / BSD" + '</option><option value=5>' + "Linux / BSD / macOS Binary Installer" + '</option><option value=2>' + "Apple macOS" + '</option>';
6403 if ((features & 2) == 0) { opts += '<option value=6>' + "Mobile device" + '</option>'; } // Don't display mobile setup in LAN mode.
6404 opts += '<option value=7>' + "MeshCentral Assistant" + '</option>';
6405 - opts += '<option value=3>' + "Windows (UnInstall)" + '</option><option value=4>' + "Linux / BSD (UnInstall)" + '</option><option value=8>' + "Apple macOS (UnInstall)" + '</option></select>';
6405 + opts += '<option value=3>' + "Windows (Uninstall)" + '</option><option value=4>' + "Linux / BSD (Uninstall)" + '</option><option value=8>' + "Apple macOS (Uninstall)" + '</option></select>';
6406 x += addHtmlFormFloating("Operating System", opts);
6407
6408 var servername = serverinfo.name;
@@ -6430,7 +6430,7 @@
6430 meshfilename = meshfilename.split('\\').join('').split('/').join('').split(':').join('').split('*').join('').split('?').join('').split('"').join('').split('<').join('').split('>').join('').split('|').join('').split(' ').join('').split('\'').join('');
6431
6432 // Windows agent install
6433 - x += '<div id=agins_windows>' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
6433 + x += '<div id=agins_windows>' + format("To add a new computer to the device group of \"{0}\", download the mesh agent and install it onto the designated computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
6434 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginsw32lnk name="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "x86 32bit version of the MeshAgent" + '">' + "Windows x86-32 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows x86 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
6435 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginsw64lnk name="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "x86 64bit version of the MeshAgent" + '">' + "Windows x86-64 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows x86 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
6436 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginswa64lnk name="meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "ARM 64bit version of the MeshAgent" + '">' + "Windows ARM-64 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows ARM 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
@@ -6438,12 +6438,12 @@
6438 x += '</div>';
6439
6440 // Linux agent install
6441 - x += '<div id=agins_linux style=display:none>' + format("To add a computer to \"{0}\" run the following command. Root credentials will be needed.", EscapeHtml(mesh.name)) + '<br />';
6441 + x += '<div id=agins_linux style=display:none>' + format("To add a new computer to the device group of \"{0}\", run the following command. Root credentials will be needed.", EscapeHtml(mesh.name)) + '<br />';
6442 x += '<textarea id=agins_linux_area rows=2 cols=20 readonly=readonly style=border-radius:4px;padding:6px;margin-top:4px;margin-bottom:4px;border:0;width:100%;resize:none;height:160px;overflow:auto;font-size:12px class=form-control></textarea>';
6443 - x += '<div style=font-size:x-small;float:right>' + "* For BSD, run \"pkg install wget sudo bash\" first." + '</div><a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area")>' + "Copy" + ' <i class="fa-regular fa-clipboard" style=cursor:pointer></i></a></div>';
6443 + x += '<div style=font-size:x-small;float:right>' + "* For BSD, run \"pkg install wget sudo bash\" beforehand." + '</div><a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area")>' + "Copy" + ' <i class="fa-regular fa-clipboard" style=cursor:pointer></i></a></div>';
6444
6445 // macOS agent install
6446 - x += '<div id=agins_osx style=display:none>' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
6446 + x += '<div id=agins_osx style=display:none>' + format("To add a new computer to the device group of \"{0}\", download the mesh agent and install it onto the designated computer to manage. This agent installer has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '<br /><br />';
6447 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline onclick=downloadFile("meshosxagent?id=16&meshid=' + meshid.split('/')[2] + (urlargs.key ? ('&key=' + urlargs.key) : '') + '") title="' + "x86-64bit version of macOS Mesh Agent" + '">' + "macOS x86-64bit" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=16&meshid=' + meshid.split('/')[2] + '",0)></i>', ['col-md-4', 'col-md-8']);
6448 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline onclick=downloadFile("meshosxagent?id=29&meshid=' + meshid.split('/')[2] + (urlargs.key ? ('&key=' + urlargs.key) : '') + '") title="' + "ARM 64bit version of macOS Mesh Agent" + '">' + "macOS ARM (64bit)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=29&meshid=' + meshid.split('/')[2] + '",0)></i>', ['col-md-4', 'col-md-8']);
6449 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline onclick=downloadFile("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + (urlargs.key ? ('&key=' + urlargs.key) : '') + '") title="' + "Universal version of macOS Mesh Agent" + '">' + "macOS (Universal)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + '",0)></i>', ['col-md-4', 'col-md-8']);
@@ -6469,7 +6469,7 @@
6469 x += '</td><td><img src=images/assistant-100.png width=74 height=100 srcset="images/assistant-200.png 2x"></td></tr></table></div>';
6470
6471 // Windows agent uninstall
6472 - x += '<div id=agins_windows_un style=display:none>' + "To remove a mesh agent, download the file below, run it and click \"uninstall\"." + '<br /><br />';
6472 + x += '<div id=agins_windows_un style=display:none>' + "To remove a mesh agent, download the file below, run it and click \"Uninstall\"." + '<br /><br />';
6473 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginsw32unlnk name="meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "x86 32bit version of the MeshAgent" + '">' + "Windows x86-32 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows x86 32bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=3&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
6474 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginsw64unlnk name="meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "x86 64bit version of the MeshAgent" + '">' + "Windows x86-64 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows x86 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=4&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
6475 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginswa64unlnk name="meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '" title="' + "ARM 64bit version of the MeshAgent" + '">' + "Windows ARM-64 (.exe)" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy Windows ARM 64bit agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=43&meshid=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
@@ -6481,12 +6481,12 @@
6481 x += '<a style=text-decoration:none title="' + "Copy to clipboard" + '" onclick=copyAgentIdValue("agins_linux_area_un")>Copy <i class="fa-regular fa-clipboard" style=cursor:pointer></i></a></div>';
6482
6483 // macOS agent uninstall
6484 - x += '<div id=agins_osx_un style=display:none>' + "To remove a mesh agent, download the file below, right click on the \".mpkg\" file and click \"Show Package Contents\", then right click on \"Uninstall.command\" and click \"Open\"" + '<br /><br />';
6484 + x += '<div id=agins_osx_un style=display:none>' + "To remove a mesh agent, download the file below, right-click the \".mpkg\" file and select \"Show Package Contents\", then right-click \"Uninstall.command\" and select \"Open\"." + '<br /><br />';
6485 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline onclick=downloadFile("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + (urlargs.key ? ('&key=' + urlargs.key) : '') + '") title="' + "Universal version of macOS Mesh Agent" + '">macOS Agent (Universal)</a> <i class="fa-regular fa-clipboard" title="' + "Copy macOS agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshosxagent?id=10005&meshid=' + meshid.split('/')[2] + '",0)></i>', ['col-md-4', 'col-md-8']);
6486 x += '</div>';
6487
6488 // Linux binary installer
6489 - x += '<div id=agins_linux_inst style=display:none>' + "This is a executable on OS's with graphical user interfaces" + '<br /><br />' + "Apple macOS executables will need to be removed from quarantine to run 'xattr -r -d com.apple.quarantine meshagent'" + '<br /><br />' + "You need to 'chmod +x meshagent' and run this file" + '<br /><br />';
6489 + x += '<div id=agins_linux_inst style=display:none>' + "This is an executable on OSs with graphical user interfaces." + '<br /><br />' + "Apple macOS executables will need to be removed from quarantine by running 'xattr -r -d com.apple.quarantine meshagent'." + '<br /><br />' + "You need to run 'chmod +x meshagent', and then run this file." + '<br /><br />';
6490 x += addHtmlValue("Mesh Agent", '<a class=text-decoration-underline id=aginsbinlnk name="meshagents?id=' + meshid.split('/')[2] + '&installflags=0' + (urlargs.key ? ('&key=' + urlargs.key) : '') + '">' + "meshagent" + '</a> <i class="fa-regular fa-clipboard" title="' + "Copy agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=' + meshid.split('/')[2] + '&installflags=",1)></i>', ['col-md-4', 'col-md-8']);
6491 x += addHtmlValue("Command" + '&nbsp;<i class="fa-regular fa-clipboard" title="' + "Copy agent URL to clipboard" + '" style=cursor:pointer onclick=copyAgentIdValue("aginsbincmd")></i>', '<input id=aginsbincmd type=text class="form-control" readonly value=\'wget -O meshagent' + (((features & 0x80000000) != 0) ? ' --no-check-certificate' : '') + ' \"https://' + servername + portStr + domainUrl + 'meshagents?id=' + meshid.split('/')[2].split('$').join('%24').split('@').join('%40') + '\' />', ['col-md-4 d-flex align-items-center', 'col-md-8']);
6492 x += '</div>';