mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 03:49:20 +02:00
InstantSearch: improved strings, started Russian translation
This commit is contained in:
parent
d7f9497e7b
commit
d75d2a2e2d
@ -11,51 +11,50 @@ Resourcestring
|
|||||||
lrsInstantSearch = 'Instant search';
|
lrsInstantSearch = 'Instant search';
|
||||||
lrsInstantSearchMenu = 'Instant search';
|
lrsInstantSearchMenu = 'Instant search';
|
||||||
lrsCurrentProject = 'Active project';
|
lrsCurrentProject = 'Active project';
|
||||||
lrsErrorMinLengthIs2 = 'Minimim characters for search must at least be 2';
|
lrsErrorMinLengthIs2 = 'There should be at least two characters to search.';
|
||||||
lrsConfigNeeded = 'Configuration needed';
|
lrsConfigNeeded = 'Configuration needed';
|
||||||
lrsConfigNeededReason = 'Instant search is not yet configured:'#10'%s';
|
lrsConfigNeededReason = 'Instant search is not yet configured:'+LineEnding+'%s';
|
||||||
lrsNotConfigured = 'User did not configure anything';
|
lrsNotConfigured = 'User did not configure anything.';
|
||||||
lrsCancelSearch = 'Cancel search';
|
lrsCancelSearch = 'Cancel search';
|
||||||
lrsConfigure = 'Configure InstantSearch';
|
lrsConfigure = 'Configure Instant Search';
|
||||||
lrsIndexEngineLocation = 'Index engine location not set';
|
lrsNoSearchTrees = 'No source trees were defined.';
|
||||||
lrsNoSearchTrees = 'No source trees were defined';
|
lrsNoServerTrees = 'Source trees were not yet indexed.';
|
||||||
lrsNoServerTrees = 'Source trees were not yet indexed';
|
lrsNoTransport = 'No transport protocol was selected.';
|
||||||
lrsNoTransport = 'No transport protocol was selected';
|
lrsNoMysqlVersion = 'No MySQL Client library version was selected for MySQL transport.';
|
||||||
lrsNoMysqlVersion = 'No MySQL Client library version was selected for MySQL transport';
|
|
||||||
lrsConnectionTestOK = 'Connection test succeeded!';
|
lrsConnectionTestOK = 'Connection test succeeded!';
|
||||||
lrsConnectionTestFailed = 'Connection test failed, reason:'#10'%s';
|
lrsConnectionTestFailed = 'Connection test failed, reason:'+LineEnding+'%s';
|
||||||
lrsCreateIndexFailed = 'Creation of index %s failed, reason:'#10'%s';
|
lrsCreateIndexFailed = 'Creation of index %s failed, reason:'+LineEnding+'%s';
|
||||||
lrsDeleteIndexFailed = 'Deletion of index %s failed, reason:'#10'%s';
|
lrsDeleteIndexFailed = 'Deletion of index %s failed, reason:'+LineEnding+'%s';
|
||||||
lrsSearchTextHint = 'Enter search text, at least %d characters';
|
lrsSearchTextHint = 'Enter search text, at least %d characters';
|
||||||
lrsIndexAlreadyExists = 'Index table "%s" already exists.';
|
lrsIndexAlreadyExists = 'Index table "%s" already exists.';
|
||||||
lrsCannotDeleteIndexWhileIndexing = 'Cannot delete an index while an indexing operation is in progress';
|
lrsCannotDeleteIndexWhileIndexing = 'Cannot delete an index while an indexing operation is in progress';
|
||||||
lrsDeleteIndex = 'Delete index';
|
lrsDeleteIndex = 'Delete index';
|
||||||
lrsDeleteIndexHint = 'Prompt for index name and deletes the index.';
|
lrsDeleteIndexHint = 'Prompt for index name and delete the index.';
|
||||||
lrsIndexToDelete = 'Enter the name of the index to delete. This operation cannot be undone.';
|
lrsIndexToDelete = 'Enter the name of the index to delete. This operation cannot be undone.';
|
||||||
lrsNoSuchIndex = 'No such index exists: %s';
|
lrsNoSuchIndex = 'No such index exists: %s';
|
||||||
lrsIndexDeleted = 'Index %s successfully deleted';
|
lrsIndexDeleted = 'Index %s successfully deleted';
|
||||||
lrsCreateIndexWithName = 'Create index with name %s ?';
|
lrsCreateIndexWithName = 'Create index with name %s?';
|
||||||
lrsYesCreateIndex = 'Yes, create the index';
|
lrsYesCreateIndex = 'Yes, create the index';
|
||||||
lrsDoNotCreateIndex = 'No, do not create the index';
|
lrsDoNotCreateIndex = 'No, do not create the index';
|
||||||
|
|
||||||
lrsTreeName = 'Name';
|
lrsTreeName = 'Name';
|
||||||
lrsTreeNameHint = 'Unique name for this tree';
|
lrsTreeNameHint = 'Unique name for this tree.';
|
||||||
lrsTreeBaseDir = 'Path';
|
lrsTreeBaseDir = 'Path';
|
||||||
lrsTreeBaseDirHint = 'Directory with source files';
|
lrsTreeBaseDirHint = 'Directory with source files.';
|
||||||
lrsTreeRecurse = 'Recurse';
|
lrsTreeRecurse = 'Recurse';
|
||||||
lrsTreeAllFiles = 'All files';
|
lrsTreeAllFiles = 'All files';
|
||||||
lrsTreeExtensions = 'Extensions';
|
lrsTreeExtensions = 'Extensions';
|
||||||
lrsTreeExtensionsHint = 'Comma-separated list of extensions of files';
|
lrsTreeExtensionsHint = 'Comma-separated list of extensions of files';
|
||||||
lrsErrorDuplicateName = 'Duplicate tree name: %s.'#10'Please choose another name.';
|
lrsErrorDuplicateName = 'Duplicate tree name: %s.'+LineEnding+'Please choose another name.';
|
||||||
lrsErrNameCannotBeEmpty = 'Source tree name cannot be empty';
|
lrsErrNameCannotBeEmpty = 'Source tree name cannot be empty';
|
||||||
lrsErrPathDoesNotExist = 'Directory "%s" does not exist.'#10'Please select an existing directory';
|
lrsErrPathDoesNotExist = 'Directory "%s" does not exist.'+LineEnding+'Please select an existing directory';
|
||||||
lrsErrorConnecting = 'Error "%s" attempting to connect to manticoresearch server.';
|
lrsErrorConnecting = 'Error "%s" attempting to connect to manticoresearch server.';
|
||||||
lrsErrorSearching = 'Error "%s" when searching using manticoresearch server.';
|
lrsErrorSearching = 'Error "%s" when searching using manticoresearch server.';
|
||||||
|
|
||||||
lrsTreeEnabled = 'Enabled';
|
lrsTreeEnabled = 'Enabled';
|
||||||
lrsTreeNotFoundResfresh = 'Source tree %s not found.'#10'Please refresh search results.';
|
lrsTreeNotFoundResfresh = 'Source tree %s not found.'+LineEnding+'Please refresh search results.';
|
||||||
lrsAllTreesNeedindexing = 'All source trees must be indexed.';
|
lrsAllTreesNeedindexing = 'All source trees must be indexed.';
|
||||||
lrsTheseTreesNeedIndexing = 'The following source trees need to be indexed:'#10'%s';
|
lrsTheseTreesNeedIndexing = 'The following source trees need to be indexed:'+LineEnding+'%s';
|
||||||
lrsIndexNow = 'Would you like to start indexing them now?';
|
lrsIndexNow = 'Would you like to start indexing them now?';
|
||||||
lrsThisNeedsSavingSettings = 'This operation runs in the background, and will cause the settings to be saved now.';
|
lrsThisNeedsSavingSettings = 'This operation runs in the background, and will cause the settings to be saved now.';
|
||||||
|
|
||||||
@ -66,7 +65,7 @@ Resourcestring
|
|||||||
|
|
||||||
lrsNewTree = 'New source tree %d';
|
lrsNewTree = 'New source tree %d';
|
||||||
lrsConfirm = 'Confirmation';
|
lrsConfirm = 'Confirmation';
|
||||||
lrsConfirmDeleteTree = 'Delete tree "%s", are you sure?'#10'This action cannot be undone';
|
lrsConfirmDeleteTree = 'Delete tree "%s", are you sure?'+LineEnding+'This action cannot be undone.';
|
||||||
|
|
||||||
lrsTestConnection = 'Test connection';
|
lrsTestConnection = 'Test connection';
|
||||||
lrsSourceTreeAdd = 'Add';
|
lrsSourceTreeAdd = 'Add';
|
||||||
@ -90,21 +89,21 @@ Resourcestring
|
|||||||
lrsProtocol = 'Protocol';
|
lrsProtocol = 'Protocol';
|
||||||
lrsPort = 'Port';
|
lrsPort = 'Port';
|
||||||
lrsHost = 'Hostname';
|
lrsHost = 'Hostname';
|
||||||
lrsMysqlversion = 'Mysql client version';
|
lrsMysqlversion = 'MySQL client version';
|
||||||
lrsSearchEngine = 'Search engine';
|
lrsSearchEngine = 'Search engine';
|
||||||
lrsSourceTrees = 'Source trees';
|
lrsSourceTrees = 'Source trees';
|
||||||
lrsIndexName = 'Index name';
|
lrsIndexName = 'Index name';
|
||||||
|
|
||||||
lrsCannotConnectToManticore = 'Error "%s" trying to connect to manticoresearch : %s';
|
lrsCannotConnectToManticore = 'Error "%s" trying to connect to manticoresearch : %s';
|
||||||
lrsNoIndex = 'Search index table not found';
|
lrsNoIndex = 'Search index table not found';
|
||||||
lrsIndexNotFoundCreate = 'Search index table "%s" was not found.'#10'Create search index table "%s"?';
|
lrsIndexNotFoundCreate = 'Search index table "%s" was not found.'+LineEnding+'Create search index table "%s"?';
|
||||||
lrsCreateIndex = 'Create index table';
|
lrsCreateIndex = 'Create index table';
|
||||||
lrsAbortOperation = 'No, abort operation';
|
lrsAbortOperation = 'No, abort operation';
|
||||||
lrsSaveNeeded = 'Save settings required';
|
lrsSaveNeeded = 'Save settings required';
|
||||||
lrsIndexNeedsSave = 'In order to index a source tree, the settings must be saved.'#10'Save settings ?';
|
lrsIndexNeedsSave = 'In order to index a source tree, the settings must be saved.'+LineEnding+'Save settings ?';
|
||||||
lrsSave = 'Yes, save settings';
|
lrsSave = 'Yes, save settings';
|
||||||
lrsIndexOperationFailed = 'Failed to start index operation.';
|
lrsIndexOperationFailed = 'Failed to start index operation.';
|
||||||
lrsCannotIndexIndexInProgress = 'Cannot start an index operation:'#10'Indexing is already in progress.';
|
lrsCannotIndexIndexInProgress = 'Cannot start an index operation:'+LineEnding+'Indexing is already in progress.';
|
||||||
lrsFinishedIndexingTree = 'Finished indexing tree "%s". Processed %d files';
|
lrsFinishedIndexingTree = 'Finished indexing tree "%s". Processed %d files';
|
||||||
lrsStartIndexingTree = 'Start indexing tree "%s", directory: "%s"';
|
lrsStartIndexingTree = 'Start indexing tree "%s", directory: "%s"';
|
||||||
lrsFinishedIndexingProject = 'Finished indexing project "%s". Processed %d files';
|
lrsFinishedIndexingProject = 'Finished indexing project "%s". Processed %d files';
|
||||||
@ -122,12 +121,12 @@ Resourcestring
|
|||||||
lrsAllProjects = 'All projects';
|
lrsAllProjects = 'All projects';
|
||||||
lrsTimed = 'Delayed after project open';
|
lrsTimed = 'Delayed after project open';
|
||||||
|
|
||||||
lrsIndexProjectStrategy = 'Mark projects indexable';
|
lrsIndexProjectStrategy = 'Mark project indexable';
|
||||||
lrsIndexProjectMoment = 'Index project when';
|
lrsIndexProjectMoment = 'Index project when';
|
||||||
lrsIndexProjectDelay1 = 'Mark indexable';
|
lrsIndexProjectDelay1 = 'Mark indexable';
|
||||||
lrsIndexProjectDelay2 = 'minutes after open';
|
lrsIndexProjectDelay2 = 'minutes after open';
|
||||||
lrsMarkProjectIndexable = 'Mark project indexable for InstantSearch';
|
lrsMarkProjectIndexable = 'Mark project indexable for Instant Search';
|
||||||
lrsIndexProject = 'Index project for InstantSearch';
|
lrsIndexProject = 'Index project for Instant Search';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsconfigure
|
#: instantsearchstrings.lrsconfigure
|
||||||
msgid "Configure InstantSearch"
|
msgid "Configure Instant Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsconfirm
|
#: instantsearchstrings.lrsconfirm
|
||||||
@ -55,7 +55,7 @@ msgstr ""
|
|||||||
#, object-pascal-format
|
#, object-pascal-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Delete tree \"%s\", are you sure?\n"
|
"Delete tree \"%s\", are you sure?\n"
|
||||||
"This action cannot be undone"
|
"This action cannot be undone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsconnectiontestfailed
|
#: instantsearchstrings.lrsconnectiontestfailed
|
||||||
@ -86,7 +86,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: instantsearchstrings.lrscreateindexwithname
|
#: instantsearchstrings.lrscreateindexwithname
|
||||||
#, object-pascal-format
|
#, object-pascal-format
|
||||||
msgid "Create index with name %s ?"
|
msgid "Create index with name %s?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrscurrentproject
|
#: instantsearchstrings.lrscurrentproject
|
||||||
@ -105,7 +105,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsdeleteindexhint
|
#: instantsearchstrings.lrsdeleteindexhint
|
||||||
msgid "Prompt for index name and deletes the index."
|
msgid "Prompt for index name and delete the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsdonotcreateindex
|
#: instantsearchstrings.lrsdonotcreateindex
|
||||||
@ -129,7 +129,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrserrorminlengthis2
|
#: instantsearchstrings.lrserrorminlengthis2
|
||||||
msgid "Minimim characters for search must at least be 2"
|
msgid "There should be at least two characters to search."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrserrorsearching
|
#: instantsearchstrings.lrserrorsearching
|
||||||
@ -168,10 +168,6 @@ msgstr ""
|
|||||||
msgid "Index %s successfully deleted"
|
msgid "Index %s successfully deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindexenginelocation
|
|
||||||
msgid "Index engine location not set"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindexingoperationfinished
|
#: instantsearchstrings.lrsindexingoperationfinished
|
||||||
msgid "Finished indexing operation."
|
msgid "Finished indexing operation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -215,7 +211,7 @@ msgid "Failed to start index operation."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindexproject
|
#: instantsearchstrings.lrsindexproject
|
||||||
msgid "Index project for InstantSearch"
|
msgid "Index project for Instant Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindexprojectdelay1
|
#: instantsearchstrings.lrsindexprojectdelay1
|
||||||
@ -231,7 +227,7 @@ msgid "Index project when"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindexprojectstrategy
|
#: instantsearchstrings.lrsindexprojectstrategy
|
||||||
msgid "Mark projects indexable"
|
msgid "Mark project indexable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsindextodelete
|
#: instantsearchstrings.lrsindextodelete
|
||||||
@ -262,7 +258,7 @@ msgid "Marking project \"%s\" as indexable"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsmarkprojectindexable
|
#: instantsearchstrings.lrsmarkprojectindexable
|
||||||
msgid "Mark project indexable for InstantSearch"
|
msgid "Mark project indexable for Instant Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsmaxclipbrdsearchtermlength
|
#: instantsearchstrings.lrsmaxclipbrdsearchtermlength
|
||||||
@ -274,7 +270,7 @@ msgid "Min. searchterm length"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsmysqlversion
|
#: instantsearchstrings.lrsmysqlversion
|
||||||
msgid "Mysql client version"
|
msgid "MySQL client version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsneedindexing
|
#: instantsearchstrings.lrsneedindexing
|
||||||
@ -291,15 +287,15 @@ msgid "Search index table not found"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnomysqlversion
|
#: instantsearchstrings.lrsnomysqlversion
|
||||||
msgid "No MySQL Client library version was selected for MySQL transport"
|
msgid "No MySQL Client library version was selected for MySQL transport."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnosearchtrees
|
#: instantsearchstrings.lrsnosearchtrees
|
||||||
msgid "No source trees were defined"
|
msgid "No source trees were defined."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnoservertrees
|
#: instantsearchstrings.lrsnoservertrees
|
||||||
msgid "Source trees were not yet indexed"
|
msgid "Source trees were not yet indexed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnosuchindex
|
#: instantsearchstrings.lrsnosuchindex
|
||||||
@ -308,7 +304,7 @@ msgid "No such index exists: %s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnotconfigured
|
#: instantsearchstrings.lrsnotconfigured
|
||||||
msgid "User did not configure anything"
|
msgid "User did not configure anything."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnotproperlyconfigured
|
#: instantsearchstrings.lrsnotproperlyconfigured
|
||||||
@ -317,7 +313,7 @@ msgid "Instantsearch is not properly configured to connect to mantisearch: %s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsnotransport
|
#: instantsearchstrings.lrsnotransport
|
||||||
msgid "No transport protocol was selected"
|
msgid "No transport protocol was selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrsonfirstsave
|
#: instantsearchstrings.lrsonfirstsave
|
||||||
@ -459,7 +455,7 @@ msgid "Path"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrstreebasedirhint
|
#: instantsearchstrings.lrstreebasedirhint
|
||||||
msgid "Directory with source files"
|
msgid "Directory with source files."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrstreeenabled
|
#: instantsearchstrings.lrstreeenabled
|
||||||
@ -479,7 +475,7 @@ msgid "Name"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrstreenamehint
|
#: instantsearchstrings.lrstreenamehint
|
||||||
msgid "Unique name for this tree"
|
msgid "Unique name for this tree."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: instantsearchstrings.lrstreenotfoundresfresh
|
#: instantsearchstrings.lrstreenotfoundresfresh
|
||||||
|
511
components/instantsearch/languages/instantsearchstrings.ru.po
Normal file
511
components/instantsearch/languages/instantsearchstrings.ru.po
Normal file
@ -0,0 +1,511 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: Maxim Ganetsky <maxkill@mail.ru>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"X-Generator: Poedit 2.4.3\n"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsabortoperation
|
||||||
|
msgid "No, abort operation"
|
||||||
|
msgstr "Нет, прервать операцию"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsallprojects
|
||||||
|
msgid "All projects"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsalltreesneedindexing
|
||||||
|
msgid "All source trees must be indexed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscancelsearch
|
||||||
|
msgid "Cancel search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscannotconnecttomanticore
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Error \"%s\" trying to connect to manticoresearch : %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscannotdeleteindexwhileindexing
|
||||||
|
msgid "Cannot delete an index while an indexing operation is in progress"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscannotindexindexinprogress
|
||||||
|
msgid ""
|
||||||
|
"Cannot start an index operation:\n"
|
||||||
|
"Indexing is already in progress."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconfigneeded
|
||||||
|
msgid "Configuration needed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconfigneededreason
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Instant search is not yet configured:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconfigure
|
||||||
|
msgid "Configure Instant Search"
|
||||||
|
msgstr "Настроить мгновенный поиск"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconfirm
|
||||||
|
msgid "Confirmation"
|
||||||
|
msgstr "Подтверждение"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconfirmdeletetree
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Delete tree \"%s\", are you sure?\n"
|
||||||
|
"This action cannot be undone."
|
||||||
|
msgstr ""
|
||||||
|
"Вы действительно хотите удалить дерево \"%s\"?\n"
|
||||||
|
"Это действие невозможно отменить."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconnectiontestfailed
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Connection test failed, reason:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
"Проверка соединения завершилась с ошибкой по причине:\n"
|
||||||
|
"%s"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsconnectiontestok
|
||||||
|
msgid "Connection test succeeded!"
|
||||||
|
msgstr "Соединение успешно проверено!"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscreateindex
|
||||||
|
msgid "Create index table"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscreateindexbuttonhint
|
||||||
|
msgid "Create the index table. You need to test the connection first"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscreateindexfailed
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Creation of index %s failed, reason:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscreateindexwithname
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Create index with name %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrscurrentproject
|
||||||
|
msgid "Active project"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsdeleteindex
|
||||||
|
msgid "Delete index"
|
||||||
|
msgstr "Удалить индекс"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsdeleteindexfailed
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Deletion of index %s failed, reason:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
"Удалить индекс %s не удалось по причине:\n"
|
||||||
|
"%s"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsdeleteindexhint
|
||||||
|
msgid "Prompt for index name and delete the index."
|
||||||
|
msgstr "Удалить индекс с запрошенным именем."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsdonotcreateindex
|
||||||
|
msgid "No, do not create the index"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrnamecannotbeempty
|
||||||
|
msgid "Source tree name cannot be empty"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrorconnecting
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Error \"%s\" attempting to connect to manticoresearch server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrorduplicatename
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Duplicate tree name: %s.\n"
|
||||||
|
"Please choose another name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrorminlengthis2
|
||||||
|
msgid "There should be at least two characters to search."
|
||||||
|
msgstr "Должно быть хотя бы два символа для поиска."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrorsearching
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Error \"%s\" when searching using manticoresearch server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrserrpathdoesnotexist
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Directory \"%s\" does not exist.\n"
|
||||||
|
"Please select an existing directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsfinishedindexingproject
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Finished indexing project \"%s\". Processed %d files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsfinishedindexingtree
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Finished indexing tree \"%s\". Processed %d files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrshost
|
||||||
|
msgid "Hostname"
|
||||||
|
msgstr "Имя сервера"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexalreadyexists
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Index table \"%s\" already exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexdeleted
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Index %s successfully deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexingoperationfinished
|
||||||
|
msgid "Finished indexing operation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexingoptions
|
||||||
|
msgid "Indexing and searching"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexingprojectterminated
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Indexing project \"%s\" was terminated. Processed %d files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexlater
|
||||||
|
msgid "No, do not index now"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexname
|
||||||
|
msgid "Index name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexneedssave
|
||||||
|
msgid ""
|
||||||
|
"In order to index a source tree, the settings must be saved.\n"
|
||||||
|
"Save settings ?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexnotfoundcreate
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Search index table \"%s\" was not found.\n"
|
||||||
|
"Create search index table \"%s\"?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexnow
|
||||||
|
msgid "Would you like to start indexing them now?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexoperationfailed
|
||||||
|
msgid "Failed to start index operation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexproject
|
||||||
|
msgid "Index project for Instant Search"
|
||||||
|
msgstr "Индексировать проект для мгновенного поиска"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexprojectdelay1
|
||||||
|
msgid "Mark indexable"
|
||||||
|
msgstr "Пометить индексируемым через"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexprojectdelay2
|
||||||
|
msgid "minutes after open"
|
||||||
|
msgstr "минут после открытия"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexprojectmoment
|
||||||
|
msgid "Index project when"
|
||||||
|
msgstr "Момент индексации проекта"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindexprojectstrategy
|
||||||
|
msgid "Mark project indexable"
|
||||||
|
msgstr "Пометка проекта индексируемым"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsindextodelete
|
||||||
|
msgid "Enter the name of the index to delete. This operation cannot be undone."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsinstantsearch
|
||||||
|
msgctxt "instantsearchstrings.lrsinstantsearch"
|
||||||
|
msgid "Instant search"
|
||||||
|
msgstr "Мгновенный поиск"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsinstantsearchmenu
|
||||||
|
msgctxt "instantsearchstrings.lrsinstantsearchmenu"
|
||||||
|
msgid "Instant search"
|
||||||
|
msgstr "Мгновенный поиск"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmanticoreoptions
|
||||||
|
msgid "Manticore server"
|
||||||
|
msgstr "Сервер Manticore"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmanual
|
||||||
|
msgid "Manual only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmarkingindexable
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Marking project \"%s\" as indexable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmarkprojectindexable
|
||||||
|
msgid "Mark project indexable for Instant Search"
|
||||||
|
msgstr "Пометить проект индексируемым для мгновенного поиска"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmaxclipbrdsearchtermlength
|
||||||
|
msgid "Max. clipboard length"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsminsearchlength
|
||||||
|
msgid "Min. searchterm length"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsmysqlversion
|
||||||
|
msgid "MySQL client version"
|
||||||
|
msgstr "Версия клиента MySQL"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsneedindexing
|
||||||
|
msgid "Source trees must be indexed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnewtree
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "New source tree %d"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnoindex
|
||||||
|
msgid "Search index table not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnomysqlversion
|
||||||
|
msgid "No MySQL Client library version was selected for MySQL transport."
|
||||||
|
msgstr "Для транспорта MySQL не выбрана версия клиентской библиотеки."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnosearchtrees
|
||||||
|
msgid "No source trees were defined."
|
||||||
|
msgstr "Не задано ни одного дерева исходного кода."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnoservertrees
|
||||||
|
msgid "Source trees were not yet indexed."
|
||||||
|
msgstr "Деревья исходного кода ещё не были проиндексированы."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnosuchindex
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "No such index exists: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnotconfigured
|
||||||
|
msgid "User did not configure anything."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnotproperlyconfigured
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Instantsearch is not properly configured to connect to mantisearch: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsnotransport
|
||||||
|
msgid "No transport protocol was selected."
|
||||||
|
msgstr "Не выбран транспортный протокол."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsonfirstsave
|
||||||
|
msgid "Project is first saved"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsonopen
|
||||||
|
msgid "Project is opened"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsport
|
||||||
|
msgid "Port"
|
||||||
|
msgstr "Порт"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsprotocol
|
||||||
|
msgid "Protocol"
|
||||||
|
msgstr "Протокол"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsresultslimit
|
||||||
|
msgid "Max. result count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssave
|
||||||
|
msgid "Yes, save settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssaveandindex
|
||||||
|
msgid "Yes, index needed source trees"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssaveandindexall
|
||||||
|
msgid "Yes, index all source trees"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssaveneeded
|
||||||
|
msgid "Save settings required"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssearchengine
|
||||||
|
msgid "Search engine"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssearchtexthint
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Enter search text, at least %d characters"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeadd
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeaddhint
|
||||||
|
msgid "Add a new source tree definition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeclear
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeclearall
|
||||||
|
msgid "Clear all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeclearallhint
|
||||||
|
msgid "Remove all words in all source tree definitions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeclearhint
|
||||||
|
msgid "Remove all words in the highlighted source tree definition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreedelete
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreedeletehint
|
||||||
|
msgid "Delete the highlighted source tree definition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeedit
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeedithint
|
||||||
|
msgid "Edit the highlighted source tree definition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeindex
|
||||||
|
msgid "Index"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetreeindexhint
|
||||||
|
msgid "Index the highlighted source tree definition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrssourcetrees
|
||||||
|
msgid "Source trees"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsstartindexingproject
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Start indexing project \"%s\", directory: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsstartindexingtree
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid "Start indexing tree \"%s\", directory: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstestbuttonhint
|
||||||
|
msgid "Test the connection parameters."
|
||||||
|
msgstr "Проверить параметры соединения."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstestconnection
|
||||||
|
msgid "Test connection"
|
||||||
|
msgstr "Проверить соединение"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsthesetreesneedindexing
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"The following source trees need to be indexed:\n"
|
||||||
|
"%s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsthisneedssavingsettings
|
||||||
|
msgid "This operation runs in the background, and will cause the settings to be saved now."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstimed
|
||||||
|
msgid "Delayed after project open"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreeallfiles
|
||||||
|
msgid "All files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreebasedir
|
||||||
|
msgid "Path"
|
||||||
|
msgstr "Путь"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreebasedirhint
|
||||||
|
msgid "Directory with source files."
|
||||||
|
msgstr "Каталог с файлами исходного кода."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreeenabled
|
||||||
|
msgid "Enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreeextensions
|
||||||
|
msgid "Extensions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreeextensionshint
|
||||||
|
msgid "Comma-separated list of extensions of files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreename
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Имя"
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreenamehint
|
||||||
|
msgid "Unique name for this tree."
|
||||||
|
msgstr "Уникальное имя дерева."
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreenotfoundresfresh
|
||||||
|
#, object-pascal-format
|
||||||
|
msgid ""
|
||||||
|
"Source tree %s not found.\n"
|
||||||
|
"Please refresh search results."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrstreerecurse
|
||||||
|
msgid "Recurse"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: instantsearchstrings.lrsyescreateindex
|
||||||
|
msgid "Yes, create the index"
|
||||||
|
msgstr "Да, создать индекс"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user