added modal window localization

This commit is contained in:
Serg-Kv
2024-03-04 18:03:50 +05:00
parent 1f5692a8ac
commit 6da89d75a8
8 changed files with 39 additions and 6 deletions

View File

@ -21,7 +21,7 @@
</div>
</div>
</form>
<script type="text/javascript" src="scripts/noTextmsg.js"></script>
<script type="text/javascript" src="scripts/ie_warning.js"></script>
</body>
</html>

View File

@ -0,0 +1,28 @@
/**
*
* (c) Copyright Ascensio System SIA 2020
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
(function (window, undefined) {
window.Asc.plugin.init = function () { }
const textElement = document.getElementById("text");
window.Asc.plugin.onTranslate = function () {
textElement.innerText = window.Asc.plugin.tr("The plugin is not supported in the Internet Explorer");
}
})(window, undefined);

View File

@ -7,5 +7,6 @@
"Minimum QR size is 50px": "Die minimale QR-Größe beträgt 50 Pixel",
"Submit": "Senden",
"Warning": "Warnung",
"Insert QR": "QR einfügen"
"Insert QR": "QR einfügen",
"The plugin is not supported in the Internet Explorer": "Das Plugin wird nicht im Internet Explorer unterstützt"
}

View File

@ -7,5 +7,6 @@
"Minimum QR size is 50px": "El tamaño mínimo de QR es de 50 píxeles",
"Submit": "Enviar",
"Warning": "Advertencia",
"Insert QR": "Insertar QR"
"Insert QR": "Insertar QR",
"The plugin is not supported in the Internet Explorer": "El complemento no es compatible con Internet Explorer."
}

View File

@ -7,6 +7,7 @@
"Minimum QR size is 50px": "La taille minimale du QR est de 50 pixels",
"Submit": "Soumettre",
"Warning": "Avertissement",
"Insert QR": "Insérer un QR"
"Insert QR": "Insérer un QR",
"The plugin is not supported in the Internet Explorer": "Le plugin n'est pas pris en charge dans Internet Explorer."
}

View File

@ -7,6 +7,7 @@
"Minimum QR size is 50px": "O tamanho mínimo do QR é de 50 pixels",
"Submit": "Enviar",
"Warning": "Aviso",
"Insert QR": "Inserir QR"
"Insert QR": "Inserir QR",
"The plugin is not supported in the Internet Explorer": "O plugin não é suportado no Internet Explorer"
}

View File

@ -7,6 +7,7 @@
"Minimum QR size is 50px": "Минимальный размер QR-кода 50 пикселей",
"Submit": "Отправить",
"Warning": "Предупреждение",
"Insert QR": "Вставить QR"
"Insert QR": "Вставить QR",
"The plugin is not supported in the Internet Explorer":"Плагин не поддерживается в Internet Explorer"
}