BETA

Transvision

Displaying 5 results for the string input in ru:

Entity ru en-US
Entity # all locales dom • chrome • dom • dom.properties
InputPickerBlockedNoUserActivation
ru
Элемент <input> был заблокирован, так как пользователь не совершал никаких действий для его активации.
en-US
<input> picker was blocked due to lack of user activation.
Entity # all locales dom • chrome • dom • dom.properties
PatternAttributeCompileFailure
ru
Не удалось проверить <input pattern='%S'>, потому что pattern не является корректным regexp: %S
en-US
Unable to check <input pattern='%S'> because the pattern is not a valid regexp: %S
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
ru
<ul> <li>Проверьте, не допущена ли ошибка при наборе адреса, например, <strong>ww</strong>.example.com вместо <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Поиск</button> </div> <li>Если вы не можете загрузить ни одну страницу – проверьте соединение вашего устройства с мобильной или Wi-Fi сетью. <button id='wifi'>Включить Wi-Fi</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
ru
<ul> <li>Адреса веб-сайтов обычно записываются в формате <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Поиск</button> </div> <li>Убедитесь, что вы используете в качестве разделителя прямую косую черту (т.е. <strong>/</strong>).</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-ime-search-description
ru
IME (Input Method Editor - Редактор методов ввода) - это инструмент, позволяющий вводить сложные символы, например, используемые в письменности языков Восточной Азии или Индии, с помощью стандартной клавиатуры. Включение этого эксперимента позволит держать панель адресной строки открытой, показывая результаты поиска и предложения при использовании IME для ввода текста. Обратите внимание, что IME может отображать панель, закрывающую результаты адресной строки, поэтому данная настройка предлагается только для IME не использующего этот тип панели.
en-US
An IME (Input Method Editor) is a tool that allows you to enter complex symbols, such as those used in East Asian or Indic written languages, using a standard keyboard. Enabling this experiment will keep the address bar panel open, showing search results and suggestions, while using IME to input text. Note that the IME might display a panel that covers the address bar results, therefore this preference is only suggested for IME not using this type of panel.

Displaying 39 results for the string input in en-US:

Entity ru en-US
Entity # all locales browser • browser • nsserrors.ftl
sec-error-input-len
ru
в библиотеке безопасности произошла ошибка длины входных данных.
en-US
security library has experienced an input length error.
Entity # all locales browser • browser • pageInfo.ftl
media-input
ru
Поле ввода
en-US
Input
Entity # all locales browser • chrome • browser • browser.properties
webextPerms.description.clipboardWrite
ru
Помещение данных в буфер обмена
en-US
Input data to the clipboard
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.autocomplete.tooltip
ru
Если включить эту опцию, автодополнение будет предлагаться сразу же по мере ввода
en-US
If you enable this option the input will display suggestions as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.instantEvaluation.tooltip
ru
Если включить эту опцию, оценка будет производиться сразу же по мере ввода
en-US
If you enable this option the input will be instantly evaluated as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.editor.toolbar.executeButton.tooltip
ru
Запустить выражение (%S). Ввод очищен не будет.
en-US
Run expression (%S). This won’t clear the input.
Entity # all locales dom • chrome • dom • dom.properties
InputPickerBlockedNoUserActivation
ru
Элемент <input> был заблокирован, так как пользователь не совершал никаких действий для его активации.
en-US
<input> picker was blocked due to lack of user activation.
Entity # all locales dom • chrome • dom • dom.properties
PatternAttributeCompileFailure
ru
Не удалось проверить <input pattern='%S'>, потому что pattern не является корректным regexp: %S
en-US
Unable to check <input pattern='%S'> because the pattern is not a valid regexp: %S
Entity # all locales dom • chrome • layout • HtmlForm.properties
CannotEncodeAllUnicode
ru
Форма была отправлена в кодировке %S, в которой невозможно закодировать все символы Unicode, поэтому данные, введённые пользователем, могли быть искажены. Чтобы избежать этой проблемы, страница должна быть изменена таким образом, чтобы форма отправлялась в кодировке UTF-8, для чего нужно либо изменить кодировку самой страницы на UTF-8, либо указать accept-charset=utf-8 в элементе формы.
en-US
A form was submitted in the %S encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
ru
Форма разрешает загрузку файла, но не указаны атрибуты «method=POST» и «enctype=multipart/form-data». Файл не будет отправлен.
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • security • security.properties
SanitizerRcvdNoInput
ru
Ввод пуст или не был получен. Выведен пустой DocumentFragment.
en-US
Received empty or no input. Returning an empty DocumentFragment.
Entity # all locales extensions • irc • chrome • chatzilla.dtd
multiline-contract.tooltip
ru
Переключиться в однострочный режим (Ctrl+Down)
en-US
Switch to single-line input (Ctrl+Down)
Entity # all locales extensions • irc • chrome • chatzilla.dtd
multiline-expand.tooltip
ru
Переключиться в многострочный режим (Ctrl+Up)
en-US
Switch to multi-line input (Ctrl+Up)
Entity # all locales extensions • irc • chrome • chatzilla.dtd
server-nick.tooltip
ru
Изменить ник или установить состояние отсутствия. Чтобы перевести фокус на поле ввода, нажмите Esc.
en-US
Change nickname or set away state. To focus the input box, press Escape.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.cmd-redo.help
ru
Повторяет последнее изменение в тексте в поле ввода которое вы ранее отменили.
en-US
Redoes the last change to the text in the input box which you undid.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.cmd-undo.help
ru
Отменяет последнее изменение сделанное в тексте в поле ввода.
en-US
Undoes the last change made to text in the input box.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.focus-input.help
ru
Помещать фокус клавиатуры на строку ввода.
en-US
Force keyboard focus to the input box.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.iltr.help
ru
Переключает направление ввода на Слева-Направо.
en-US
Switches input area direction to Left-to-Right.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.irtl.help
ru
Переключает направление ввода на Справа-Налево.
en-US
Switches input area direction to Right-to-Left.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.inputhistory.not.writable
ru
Не удалось сохранить историю ввода в ``%S''.
en-US
Unable to save input history to ``%S''.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.leave.inputbox
ru
Дополнять не до чего. Используйте клавишу F6 для переключения между списком пользователей, полем ввода и окном с чатом.
en-US
There is nothing to tab-complete. Use F6 to cycle through the user list, input box and the chat output.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.multiline.help
ru
Устанавливает, должна ли ChatZilla использовать многострочное или однострочное поле ввода.
en-US
Sets whether ChatZilla is using the multiline input box or the single-line one.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.multiline.label
ru
Многострочное поле ввода
en-US
Multiline input mode
Entity # all locales mail • chrome • messenger • activity.properties
waitingForInput
ru
Ожидает ввода
en-US
Waiting for input
Entity # all locales mail • chrome • messenger • addons.properties
webextPerms.description.clipboardWrite
ru
Помещение данных в буфер обмена
en-US
Input data to the clipboard
Entity # all locales mail • chrome • messenger • viewSource.properties
invalidInputTitle
ru
Некорректный ввод
en-US
Invalid input
Entity # all locales mobile • android • chrome • browser.properties
webextPerms.description.clipboardWrite
ru
Помещение данных в буфер обмена
en-US
Input data to the clipboard
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
ru
<ul> <li>Проверьте, не допущена ли ошибка при наборе адреса, например, <strong>ww</strong>.example.com вместо <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Поиск</button> </div> <li>Если вы не можете загрузить ни одну страницу – проверьте соединение вашего устройства с мобильной или Wi-Fi сетью. <button id='wifi'>Включить Wi-Fi</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
ru
<ul> <li>Адреса веб-сайтов обычно записываются в формате <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Поиск</button> </div> <li>Убедитесь, что вы используете в качестве разделителя прямую косую черту (т.е. <strong>/</strong>).</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INPUT_LEN
ru
в библиотеке безопасности произошла ошибка длины входных данных.
en-US
security library has experienced an input length error.
Entity # all locales suite • chrome • browser • pageInfo.properties
mediaInput
ru
Поле ввода
en-US
Input
Entity # all locales toolkit • chrome • global • viewSource.properties
invalidInputTitle
ru
Некорректный ввод
en-US
Invalid input
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
media-input-devices-title
ru
Устройства ввода
en-US
Input Devices
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
multi-process-status-6
ru
Отключены неподдерживаемым средством ввода текста
en-US
Disabled by unsupported text input
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
touch-enabled
ru
сенсорный ввод включён
en-US
touch input enabled
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
touch-warning
ru
асинхронный сенсорный ввод отключён из-за неподдерживаемой настройки: { $preferenceKey }
en-US
async touch input disabled due to unsupported pref: { $preferenceKey }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
wheel-enabled
ru
включён ввод колесиком
en-US
wheel input enabled
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
wheel-warning
ru
асинхронный ввод колесиком отключён из-за неподдерживаемой настройки: { $preferenceKey }
en-US
async wheel input disabled due to unsupported pref: { $preferenceKey }
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-ime-search-description
ru
IME (Input Method Editor - Редактор методов ввода) - это инструмент, позволяющий вводить сложные символы, например, используемые в письменности языков Восточной Азии или Индии, с помощью стандартной клавиатуры. Включение этого эксперимента позволит держать панель адресной строки открытой, показывая результаты поиска и предложения при использовании IME для ввода текста. Обратите внимание, что IME может отображать панель, закрывающую результаты адресной строки, поэтому данная настройка предлагается только для IME не использующего этот тип панели.
en-US
An IME (Input Method Editor) is a tool that allows you to enter complex symbols, such as those used in East Asian or Indic written languages, using a standard keyboard. Enabling this experiment will keep the address bar panel open, showing search results and suggestions, while using IME to input text. Note that the IME might display a panel that covers the address bar results, therefore this preference is only suggested for IME not using this type of panel.
Please enable JavaScript. Some features won't be available without it.