mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
added modal window localization
This commit is contained in:
Binary file not shown.
@ -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>
|
||||
28
sdkjs-plugins/content/insertQR/scripts/ie_warning.js
Normal file
28
sdkjs-plugins/content/insertQR/scripts/ie_warning.js
Normal 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);
|
||||
@ -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"
|
||||
}
|
||||
@ -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."
|
||||
}
|
||||
|
||||
@ -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."
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user