mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 09:29:25 +01:00
cody: dictionary: shortcuts jump and use
git-svn-id: trunk@35764 -
This commit is contained in:
parent
a69e64c2ce
commit
770879293e
@ -170,8 +170,8 @@ resourcestring
|
|||||||
lisIfIdentifierIsAddedToTheImplementationSectionAndNe = 'If identifier is '
|
lisIfIdentifierIsAddedToTheImplementationSectionAndNe = 'If identifier is '
|
||||||
+'added to the implementation section and needed unit needs to be added, '
|
+'added to the implementation section and needed unit needs to be added, '
|
||||||
+'add to the uses section of the implementation';
|
+'add to the uses section of the implementation';
|
||||||
crsJumpTo = 'Jump to';
|
crsJumpTo = '&Jump to';
|
||||||
crsUseIdentifier = 'Use identifier';
|
crsUseIdentifier = '&Use identifier';
|
||||||
crsAndMoreIdentifiers = '... and %s more identifiers';
|
crsAndMoreIdentifiers = '... and %s more identifiers';
|
||||||
crsCodyIdentifierDictionary = 'Identifier Dictionary';
|
crsCodyIdentifierDictionary = 'Identifier Dictionary';
|
||||||
crsUnableToRenameTo = 'unable to rename "%s" to "%s"';
|
crsUnableToRenameTo = 'unable to rename "%s" to "%s"';
|
||||||
|
|||||||
@ -314,7 +314,7 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
msgid "&Jump to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -574,7 +574,7 @@ msgid "Used by"
|
|||||||
msgstr "Verwendet von"
|
msgstr "Verwendet von"
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
msgid "&Use identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Massimo Soricetti <notturno@quipo.it>, 2011.
|
Massimo Soricetti <notturno@quipo.it>, 2011.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2011-04-22 01:27+0200\n"
|
"PO-Revision-Date: 2011-04-22 01:27+0200\n"
|
||||||
@ -315,7 +315,7 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
msgid "&Jump to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -579,7 +579,7 @@ msgid "Used by"
|
|||||||
msgstr "Usato da"
|
msgstr "Usato da"
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
msgid "&Use identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
@ -306,7 +306,7 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
msgid "&Jump to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -566,7 +566,7 @@ msgid "Used by"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
msgid "&Use identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
@ -322,7 +322,9 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr "Inserir conteúdo do arquivo na posição do cursor ..."
|
msgstr "Inserir conteúdo do arquivo na posição do cursor ..."
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
#, fuzzy
|
||||||
|
#| msgid "Jump to"
|
||||||
|
msgid "&Jump to"
|
||||||
msgstr "Saltar para"
|
msgstr "Saltar para"
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -586,7 +588,9 @@ msgid "Used by"
|
|||||||
msgstr "Usado por"
|
msgstr "Usado por"
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
#, fuzzy
|
||||||
|
#| msgid "Use identifier"
|
||||||
|
msgid "&Use identifier"
|
||||||
msgstr "Identificador \"Use\""
|
msgstr "Identificador \"Use\""
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
@ -323,7 +323,9 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr "Вставить содержимое файла в месте расположения курсора ..."
|
msgstr "Вставить содержимое файла в месте расположения курсора ..."
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
#, fuzzy
|
||||||
|
#| msgid "Jump to"
|
||||||
|
msgid "&Jump to"
|
||||||
msgstr "Перейти"
|
msgstr "Перейти"
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -588,7 +590,9 @@ msgid "Used by"
|
|||||||
msgstr "Используется"
|
msgstr "Используется"
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
#, fuzzy
|
||||||
|
#| msgid "Use identifier"
|
||||||
|
msgid "&Use identifier"
|
||||||
msgstr "Использовать идентификатор"
|
msgstr "Использовать идентификатор"
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
@ -326,7 +326,7 @@ msgid "Insert File Contents at Cursor ..."
|
|||||||
msgstr "Вставити файл під курсором ..."
|
msgstr "Вставити файл під курсором ..."
|
||||||
|
|
||||||
#: codystrconsts.crsjumpto
|
#: codystrconsts.crsjumpto
|
||||||
msgid "Jump to"
|
msgid "&Jump to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crskbytes
|
#: codystrconsts.crskbytes
|
||||||
@ -592,7 +592,7 @@ msgid "Used by"
|
|||||||
msgstr "Використовується"
|
msgstr "Використовується"
|
||||||
|
|
||||||
#: codystrconsts.crsuseidentifier
|
#: codystrconsts.crsuseidentifier
|
||||||
msgid "Use identifier"
|
msgid "&Use identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: codystrconsts.crsuses
|
#: codystrconsts.crsuses
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user