mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:19:16 +02:00
FPDebug: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@63901 -
This commit is contained in:
parent
566610a9ba
commit
4c69c36745
@ -35,7 +35,7 @@ resourcestring
|
|||||||
MsgfpErrFailedReadRegiseter = 'Failed to read data from register';
|
MsgfpErrFailedReadRegiseter = 'Failed to read data from register';
|
||||||
MsgfpErrFailedWriteMem = 'Failed to write data';
|
MsgfpErrFailedWriteMem = 'Failed to write data';
|
||||||
MsgfpInternalErrCanNotWriteInvalidMem = 'Internal error writing data: Missing data location';
|
MsgfpInternalErrCanNotWriteInvalidMem = 'Internal error writing data: Missing data location';
|
||||||
MsgfpErrCanNotWriteMemAtAddr = 'Failed to read Mem at Address $%1:x';
|
MsgfpErrCanNotWriteMemAtAddr = 'Failed to write Mem at Address $%1:x';
|
||||||
|
|
||||||
// 200 LocationParser
|
// 200 LocationParser
|
||||||
MsgfpErrLocationParser = 'Internal Error: Cannot calculate location.';
|
MsgfpErrLocationParser = 'Internal Error: Cannot calculate location.';
|
||||||
|
@ -24,7 +24,7 @@ msgstr ""
|
|||||||
#: fperrormessages.msgfperrcannotwritememataddr
|
#: fperrormessages.msgfperrcannotwritememataddr
|
||||||
#, object-pascal-format
|
#, object-pascal-format
|
||||||
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
||||||
msgid "Failed to read Mem at Address $%1:x"
|
msgid "Failed to write Mem at Address $%1:x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: fperrormessages.msgfperrchangevariablenotsupported
|
#: fperrormessages.msgfperrchangevariablenotsupported
|
||||||
|
@ -34,8 +34,9 @@ msgstr "Falha ao ler memória no endereço $%1:x"
|
|||||||
|
|
||||||
#: fperrormessages.msgfperrcannotwritememataddr
|
#: fperrormessages.msgfperrcannotwritememataddr
|
||||||
#, object-pascal-format, fuzzy
|
#, object-pascal-format, fuzzy
|
||||||
|
#| msgid "Failed to read Mem at Address $%1:x"
|
||||||
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
||||||
msgid "Failed to read Mem at Address $%1:x"
|
msgid "Failed to write Mem at Address $%1:x"
|
||||||
msgstr "Falha ao ler memória no endereço $%1:x"
|
msgstr "Falha ao ler memória no endereço $%1:x"
|
||||||
|
|
||||||
#: fperrormessages.msgfperrchangevariablenotsupported
|
#: fperrormessages.msgfperrchangevariablenotsupported
|
||||||
|
@ -32,14 +32,14 @@ msgid "Failed to read Mem at Address $%1:x"
|
|||||||
msgstr "Не удалось прочитать память по адресу $%1:x"
|
msgstr "Не удалось прочитать память по адресу $%1:x"
|
||||||
|
|
||||||
#: fperrormessages.msgfperrcannotwritememataddr
|
#: fperrormessages.msgfperrcannotwritememataddr
|
||||||
#, object-pascal-format, fuzzy
|
#, object-pascal-format
|
||||||
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
msgctxt "fperrormessages.msgfperrcannotwritememataddr"
|
||||||
msgid "Failed to read Mem at Address $%1:x"
|
msgid "Failed to write Mem at Address $%1:x"
|
||||||
msgstr "Не удалось прочитать память по адресу $%1:x"
|
msgstr "Не удалось записать память по адресу $%1:x"
|
||||||
|
|
||||||
#: fperrormessages.msgfperrchangevariablenotsupported
|
#: fperrormessages.msgfperrchangevariablenotsupported
|
||||||
msgid "Changing the value of this variable is not supported"
|
msgid "Changing the value of this variable is not supported"
|
||||||
msgstr ""
|
msgstr "Изменение значения этой переменной не поддерживается"
|
||||||
|
|
||||||
#: fperrormessages.msgfperrfailedreadregiseter
|
#: fperrormessages.msgfperrfailedreadregiseter
|
||||||
msgid "Failed to read data from register"
|
msgid "Failed to read data from register"
|
||||||
@ -48,7 +48,7 @@ msgstr "Не удалось прочитать данные из регистр
|
|||||||
#: fperrormessages.msgfperrfailedwritemem
|
#: fperrormessages.msgfperrfailedwritemem
|
||||||
msgctxt "fperrormessages.msgfperrfailedwritemem"
|
msgctxt "fperrormessages.msgfperrfailedwritemem"
|
||||||
msgid "Failed to write data"
|
msgid "Failed to write data"
|
||||||
msgstr ""
|
msgstr "Не удалось записать данные"
|
||||||
|
|
||||||
#: fperrormessages.msgfperrinvalidnumber
|
#: fperrormessages.msgfperrinvalidnumber
|
||||||
#, object-pascal-format
|
#, object-pascal-format
|
||||||
@ -129,7 +129,7 @@ msgstr "Внутренняя ошибка: неизвестно располож
|
|||||||
|
|
||||||
#: fperrormessages.msgfpinternalerrcannotwriteinvalidmem
|
#: fperrormessages.msgfpinternalerrcannotwriteinvalidmem
|
||||||
msgid "Internal error writing data: Missing data location"
|
msgid "Internal error writing data: Missing data location"
|
||||||
msgstr ""
|
msgstr "Внутренняя ошибка при записи: неизвестно расположение данных"
|
||||||
|
|
||||||
#: fperrormessages.msgfpinternalerrfperrfailedreadmem
|
#: fperrormessages.msgfpinternalerrfperrfailedreadmem
|
||||||
msgid "Internal error: Failed to read data from memory"
|
msgid "Internal error: Failed to read data from memory"
|
||||||
|
Loading…
Reference in New Issue
Block a user