mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 18:39:09 +02:00
updated russian translation from Vasily
git-svn-id: trunk@3998 -
This commit is contained in:
parent
3d7d384221
commit
f180366e0f
@ -510,6 +510,10 @@ msgstr ""
|
|||||||
msgid "source is not unit"
|
msgid "source is not unit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: codetoolsstrconsts:ctssrcpathforcompiledunits
|
||||||
|
msgid "src path for compiled units"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: codetoolsstrconsts:ctssrcpathinitialization
|
#: codetoolsstrconsts:ctssrcpathinitialization
|
||||||
msgid "SrcPath Initialization"
|
msgid "SrcPath Initialization"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -520,6 +520,10 @@ msgstr "Noms de fichiers sources pour les unit
|
|||||||
msgid "source is not unit"
|
msgid "source is not unit"
|
||||||
msgstr "la source n'est pas une unité"
|
msgstr "la source n'est pas une unité"
|
||||||
|
|
||||||
|
#: codetoolsstrconsts:ctssrcpathforcompiledunits
|
||||||
|
msgid "src path for compiled units"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: codetoolsstrconsts:ctssrcpathinitialization
|
#: codetoolsstrconsts:ctssrcpathinitialization
|
||||||
msgid "SrcPath Initialization"
|
msgid "SrcPath Initialization"
|
||||||
msgstr "Initialisation de SrcPath"
|
msgstr "Initialisation de SrcPath"
|
||||||
|
@ -598,3 +598,7 @@ msgstr ""
|
|||||||
msgid "%s is not executable"
|
msgid "%s is not executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: codetoolsstrconsts:ctssrcpathforcompiledunits
|
||||||
|
msgid "src path for compiled units"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
@ -89,15 +89,15 @@ const
|
|||||||
{ IDE Language (Human, not computer) }
|
{ IDE Language (Human, not computer) }
|
||||||
|
|
||||||
type
|
type
|
||||||
TLazarusLanguage = (llAutomatic, llEnglish, llGerman, llSpanish, llFrench);
|
TLazarusLanguage = (llAutomatic, llEnglish, llGerman, llSpanish, llFrench, llRussian);
|
||||||
|
|
||||||
const
|
const
|
||||||
LazarusLanguageNames: array[TLazarusLanguage] of string = (
|
LazarusLanguageNames: array[TLazarusLanguage] of string = (
|
||||||
'Automatic (default is english)', 'English', 'Deutsch', 'Español', 'Français'
|
'Automatic (default is english)', 'English', 'Deutsch', 'Español', 'Français', 'òÕÓÓËÉÊ'
|
||||||
);
|
);
|
||||||
|
|
||||||
LazarusLanguageIDs: array[TLazarusLanguage] of string = (
|
LazarusLanguageIDs: array[TLazarusLanguage] of string = (
|
||||||
'', 'en', 'de', 'es', 'fr'
|
'', 'en', 'de', 'es', 'fr', 'ru'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@ -627,6 +627,7 @@ begin
|
|||||||
llGerman : Result:=rsLanguageDeutsch;
|
llGerman : Result:=rsLanguageDeutsch;
|
||||||
llSpanish : Result:=rsLanguageSpanish;
|
llSpanish : Result:=rsLanguageSpanish;
|
||||||
llFrench : Result:=rsLanguageFrench;
|
llFrench : Result:=rsLanguageFrench;
|
||||||
|
llRussian : Result:=rsLanguageRussian;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -991,6 +991,7 @@ resourcestring
|
|||||||
rsLanguageDeutsch = 'Deutsch';
|
rsLanguageDeutsch = 'Deutsch';
|
||||||
rsLanguageSpanish = 'Español';
|
rsLanguageSpanish = 'Español';
|
||||||
rsLanguageFrench = 'French';
|
rsLanguageFrench = 'French';
|
||||||
|
rsLanguageRussian = 'òÕÓÓËÉÊ';
|
||||||
|
|
||||||
//Units dependencies
|
//Units dependencies
|
||||||
dlgUnitDepCaption = 'Unit dependencies';
|
dlgUnitDepCaption = 'Unit dependencies';
|
||||||
|
@ -50,6 +50,10 @@ msgstr ""
|
|||||||
msgid "&Close Page"
|
msgid "&Close Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenucomponents
|
||||||
|
msgid "&Components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuedit
|
#: lazarusidestrconsts:lismenuedit
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr "&Edit"
|
msgstr "&Edit"
|
||||||
@ -142,6 +146,10 @@ msgstr ""
|
|||||||
msgid "\" is not writable."
|
msgid "\" is not writable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:rslanguagerussian
|
||||||
|
msgid "\362\325\323\323\313\311\312"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaboutlazarus
|
#: lazarusidestrconsts:lismenuaboutlazarus
|
||||||
msgid "About Lazarus"
|
msgid "About Lazarus"
|
||||||
msgstr "Ueber Lazarus"
|
msgstr "Ueber Lazarus"
|
||||||
@ -638,6 +646,10 @@ msgstr "Vervollstaendige Code"
|
|||||||
msgid "Complete properties"
|
msgid "Complete properties"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmcatcomponentsmenu
|
||||||
|
msgid "Components menu commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -650,6 +662,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Einstellungen fuer \"Kompiliere Lazarus\""
|
msgstr "Einstellungen fuer \"Kompiliere Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
|
msgid "Configure custom components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenusettings
|
#: lazarusidestrconsts:lismenusettings
|
||||||
msgid "Configure custom tools ..."
|
msgid "Configure custom tools ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -50,6 +50,10 @@ msgstr "&A
|
|||||||
msgid "&Close Page"
|
msgid "&Close Page"
|
||||||
msgstr "&Cerrar Página"
|
msgstr "&Cerrar Página"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenucomponents
|
||||||
|
msgid "&Components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuedit
|
#: lazarusidestrconsts:lismenuedit
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr "&Editar"
|
msgstr "&Editar"
|
||||||
@ -142,6 +146,10 @@ msgstr "\" no existe."
|
|||||||
msgid "\" is not writable."
|
msgid "\" is not writable."
|
||||||
msgstr "\" no es escribible."
|
msgstr "\" no es escribible."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:rslanguagerussian
|
||||||
|
msgid "\362\325\323\323\313\311\312"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaboutlazarus
|
#: lazarusidestrconsts:lismenuaboutlazarus
|
||||||
msgid "About Lazarus"
|
msgid "About Lazarus"
|
||||||
msgstr "Acerca de Lazarus"
|
msgstr "Acerca de Lazarus"
|
||||||
@ -638,6 +646,10 @@ msgstr "Completar c
|
|||||||
msgid "Complete properties"
|
msgid "Complete properties"
|
||||||
msgstr "Completar Propiedades"
|
msgstr "Completar Propiedades"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmcatcomponentsmenu
|
||||||
|
msgid "Components menu commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "Archivos de configuración:"
|
msgstr "Archivos de configuración:"
|
||||||
@ -650,6 +662,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Configurar \"Construir Lazarus\""
|
msgstr "Configurar \"Construir Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
|
msgid "Configure custom components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenusettings
|
#: lazarusidestrconsts:lismenusettings
|
||||||
msgid "Configure custom tools ..."
|
msgid "Configure custom tools ..."
|
||||||
msgstr "Configurar herramientas personalizadas ..."
|
msgstr "Configurar herramientas personalizadas ..."
|
||||||
|
@ -59,6 +59,10 @@ msgstr "&Ajouter un suivi sous le curseur"
|
|||||||
msgid "&Close Page"
|
msgid "&Close Page"
|
||||||
msgstr "&Fermer la page"
|
msgstr "&Fermer la page"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenucomponents
|
||||||
|
msgid "&Components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuedit
|
#: lazarusidestrconsts:lismenuedit
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr "&Edition"
|
msgstr "&Edition"
|
||||||
@ -151,6 +155,10 @@ msgstr "\" n'existe pas."
|
|||||||
msgid "\" is not writable."
|
msgid "\" is not writable."
|
||||||
msgstr "\" est protèger en écriture."
|
msgstr "\" est protèger en écriture."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:rslanguagerussian
|
||||||
|
msgid "\362\325\323\323\313\311\312"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaboutlazarus
|
#: lazarusidestrconsts:lismenuaboutlazarus
|
||||||
msgid "About Lazarus"
|
msgid "About Lazarus"
|
||||||
msgstr "A propos de Lazarus"
|
msgstr "A propos de Lazarus"
|
||||||
@ -647,6 +655,10 @@ msgstr "Compl
|
|||||||
msgid "Complete properties"
|
msgid "Complete properties"
|
||||||
msgstr "Propriété d'achèvement"
|
msgstr "Propriété d'achèvement"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmcatcomponentsmenu
|
||||||
|
msgid "Components menu commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "Fichiers de configuration"
|
msgstr "Fichiers de configuration"
|
||||||
@ -659,6 +671,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Configurer la construction de lazarus"
|
msgstr "Configurer la construction de lazarus"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
|
msgid "Configure custom components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenusettings
|
#: lazarusidestrconsts:lismenusettings
|
||||||
msgid "Configure custom tools ..."
|
msgid "Configure custom tools ..."
|
||||||
msgstr "Configurer les outils..."
|
msgstr "Configurer les outils..."
|
||||||
|
@ -122,6 +122,10 @@ msgstr ""
|
|||||||
msgid "&Run"
|
msgid "&Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenucomponents
|
||||||
|
msgid "&Components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenutools
|
#: lazarusidestrconsts:lismenutools
|
||||||
msgid "&Tools"
|
msgid "&Tools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -506,6 +510,10 @@ msgstr ""
|
|||||||
msgid "Run Parameters ..."
|
msgid "Run Parameters ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
|
msgid "Configure custom components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenusettings
|
#: lazarusidestrconsts:lismenusettings
|
||||||
msgid "Configure custom tools ..."
|
msgid "Configure custom tools ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3106,6 +3114,10 @@ msgstr ""
|
|||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmcatcomponentsmenu
|
||||||
|
msgid "Components menu commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcattoolmenu
|
#: lazarusidestrconsts:srkmcattoolmenu
|
||||||
msgid "Tools menu commands"
|
msgid "Tools menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3138,6 +3150,10 @@ msgstr ""
|
|||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:rslanguagerussian
|
||||||
|
msgid "\362\325\323\323\313\311\312"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgunitdepcaption
|
#: lazarusidestrconsts:dlgunitdepcaption
|
||||||
msgid "Unit dependencies"
|
msgid "Unit dependencies"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1,46 +1,46 @@
|
|||||||
#: lazarusidestrconsts:srkmcommand1
|
#: lazarusidestrconsts:srkmcommand1
|
||||||
msgid " command1 \""
|
msgid " command1 \""
|
||||||
msgstr ""
|
msgstr " команда1 \""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcommand2
|
#: lazarusidestrconsts:srkmcommand2
|
||||||
msgid " command2 \""
|
msgid " command2 \""
|
||||||
msgstr ""
|
msgstr " команда2 \""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetemplatokenalreadyexists
|
#: lazarusidestrconsts:liscodetemplatokenalreadyexists
|
||||||
msgid " A token %s%s%s already exists! "
|
msgid " A token %s%s%s already exists! "
|
||||||
msgstr ""
|
msgstr "Элемент %s%s%s уже существует! "
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmconflicw
|
#: lazarusidestrconsts:srkmconflicw
|
||||||
msgid " conflicts with "
|
msgid " conflicts with "
|
||||||
msgstr ""
|
msgstr " конфликтует с "
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmalreadyconnected
|
#: lazarusidestrconsts:srkmalreadyconnected
|
||||||
msgid " The key \"%s\" is already connected to \"%s\"."
|
msgid " The key \"%s\" is already connected to \"%s\"."
|
||||||
msgstr ""
|
msgstr "Клавика \"%s\" уже сопоставлена с \"%s\"."
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsdirectory
|
#: lazarusidestrconsts:liscodetoolsdefsdirectory
|
||||||
msgid "%s directory"
|
msgid "%s directory"
|
||||||
msgstr ""
|
msgstr "%s - это каталог"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsprojectdirectory2
|
#: lazarusidestrconsts:liscodetoolsdefsprojectdirectory2
|
||||||
msgid "%s project directory"
|
msgid "%s project directory"
|
||||||
msgstr ""
|
msgstr "Каталог проекта %s"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsautogenerated
|
#: lazarusidestrconsts:liscodetoolsdefsautogenerated
|
||||||
msgid "%s, auto generated"
|
msgid "%s, auto generated"
|
||||||
msgstr ""
|
msgstr "%s, автосоздан"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsprojectspecific
|
#: lazarusidestrconsts:liscodetoolsdefsprojectspecific
|
||||||
msgid "%s, project specific"
|
msgid "%s, project specific"
|
||||||
msgstr ""
|
msgstr "%s, связан с проектом"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgpasautolower
|
#: lazarusidestrconsts:dlgpasautolower
|
||||||
msgid "%sSave As%s always saves pascal files lowercase"
|
msgid "%sSave As%s always saves pascal files lowercase"
|
||||||
msgstr ""
|
msgstr "%sСохранить как%s всегда сохраняет файлы паскаля в нижнем регистре"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgpasasklower
|
#: lazarusidestrconsts:dlgpasasklower
|
||||||
msgid "%sSave As%s asks to save pascal files lowercase"
|
msgid "%sSave As%s asks to save pascal files lowercase"
|
||||||
msgstr ""
|
msgstr "%sСохранить как%s просит сохранить файлы паскаля в нижнем регистре"
|
||||||
|
|
||||||
#: lazarusidestrconsts:uemaddwatchatcursor
|
#: lazarusidestrconsts:uemaddwatchatcursor
|
||||||
msgid "&Add Watch At Cursor"
|
msgid "&Add Watch At Cursor"
|
||||||
@ -50,6 +50,10 @@ msgstr "&
|
|||||||
msgid "&Close Page"
|
msgid "&Close Page"
|
||||||
msgstr "&úÁËÒÙÔØ ÓÔÒÁÎÉÃÕ"
|
msgstr "&úÁËÒÙÔØ ÓÔÒÁÎÉÃÕ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenucomponents
|
||||||
|
msgid "&Components"
|
||||||
|
msgstr "Компоненты"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuedit
|
#: lazarusidestrconsts:lismenuedit
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr "&ðÒÁ×ËÁ"
|
msgstr "&ðÒÁ×ËÁ"
|
||||||
@ -120,7 +124,7 @@ msgstr "&
|
|||||||
|
|
||||||
#: lazarusidestrconsts:dlgbakdirectory
|
#: lazarusidestrconsts:dlgbakdirectory
|
||||||
msgid "(no subdirectoy)"
|
msgid "(no subdirectoy)"
|
||||||
msgstr ""
|
msgstr "(нет подкаталога)"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscmdlineprimaryconfigpathdesc
|
#: lazarusidestrconsts:liscmdlineprimaryconfigpathdesc
|
||||||
msgid "--primary-config-path <path>\n primary config directory, where Lazarus\n stores its config files. Default is \n %s\n\n"
|
msgid "--primary-config-path <path>\n primary config directory, where Lazarus\n stores its config files. Default is \n %s\n\n"
|
||||||
@ -132,7 +136,7 @@ msgstr "--secondary-config-path <
|
|||||||
|
|
||||||
#: lazarusidestrconsts:lislazarusversionstring
|
#: lazarusidestrconsts:lislazarusversionstring
|
||||||
msgid "0.8.5 alpha"
|
msgid "0.8.5 alpha"
|
||||||
msgstr ""
|
msgstr "0.8.5 альфа"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdoesnotexist
|
#: lazarusidestrconsts:dlgdoesnotexist
|
||||||
msgid "\" does not exist."
|
msgid "\" does not exist."
|
||||||
@ -142,21 +146,25 @@ msgstr "\"
|
|||||||
msgid "\" is not writable."
|
msgid "\" is not writable."
|
||||||
msgstr "\" ÎÅ ÄÌÑ ÚÁÐÉÓÉ."
|
msgstr "\" ÎÅ ÄÌÑ ÚÁÐÉÓÉ."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:rslanguagerussian
|
||||||
|
msgid "\362\325\323\323\313\311\312"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaboutlazarus
|
#: lazarusidestrconsts:lismenuaboutlazarus
|
||||||
msgid "About Lazarus"
|
msgid "About Lazarus"
|
||||||
msgstr "ï ÐÒÏÅËÔÅ Lazarus"
|
msgstr "ï ÐÒÏÅËÔÅ Lazarus"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_accept
|
#: lazarusidestrconsts:srvk_accept
|
||||||
msgid "Accept"
|
msgid "Accept"
|
||||||
msgstr ""
|
msgstr "Принять"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsaction
|
#: lazarusidestrconsts:liscodetoolsdefsaction
|
||||||
msgid "Action: %s"
|
msgid "Action: %s"
|
||||||
msgstr ""
|
msgstr "Действие: %s"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetempladd
|
#: lazarusidestrconsts:liscodetempladd
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr ""
|
msgstr "Добавить"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaddunittoproject
|
#: lazarusidestrconsts:lismenuaddunittoproject
|
||||||
msgid "Add active unit to Project"
|
msgid "Add active unit to Project"
|
||||||
@ -164,11 +172,11 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetempladdcodetemplate
|
#: lazarusidestrconsts:liscodetempladdcodetemplate
|
||||||
msgid "Add code template"
|
msgid "Add code template"
|
||||||
msgstr ""
|
msgstr "Добавить шаблон кода"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecaddjumppoint
|
#: lazarusidestrconsts:srkmecaddjumppoint
|
||||||
msgid "Add jump point"
|
msgid "Add jump point"
|
||||||
msgstr ""
|
msgstr "Добавить точку перехода"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuaddjumppointtohistory
|
#: lazarusidestrconsts:lismenuaddjumppointtohistory
|
||||||
msgid "Add jump point to history"
|
msgid "Add jump point to history"
|
||||||
@ -212,7 +220,7 @@ msgstr "Alt
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmalternkey
|
#: lazarusidestrconsts:srkmalternkey
|
||||||
msgid "Alternative Key"
|
msgid "Alternative Key"
|
||||||
msgstr ""
|
msgstr "Альтернативная клавиша"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgambigfileact
|
#: lazarusidestrconsts:dlgambigfileact
|
||||||
msgid "Ambigious file action:"
|
msgid "Ambigious file action:"
|
||||||
@ -220,7 +228,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:lismakeresstrappendtosection
|
#: lazarusidestrconsts:lismakeresstrappendtosection
|
||||||
msgid "Append to section"
|
msgid "Append to section"
|
||||||
msgstr ""
|
msgstr "Добавить к секции"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgpoapplication
|
#: lazarusidestrconsts:dlgpoapplication
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
@ -228,7 +236,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srvk_apps
|
#: lazarusidestrconsts:srvk_apps
|
||||||
msgid "application key"
|
msgid "application key"
|
||||||
msgstr ""
|
msgstr "клавиша приложения"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgapplicationsettings
|
#: lazarusidestrconsts:dlgapplicationsettings
|
||||||
msgid "Application Settings"
|
msgid "Application Settings"
|
||||||
@ -252,11 +260,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: lazarusidestrconsts:dlgautoform
|
#: lazarusidestrconsts:dlgautoform
|
||||||
msgid "Auto create form when opening unit"
|
msgid "Auto create form when opening unit"
|
||||||
msgstr ""
|
msgstr "Автосоздание форм при открытии модуля"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsautocreatednodesreadonly
|
#: lazarusidestrconsts:liscodetoolsdefsautocreatednodesreadonly
|
||||||
msgid "Auto created nodes can not be edited,%snor can they have non auto created child nodes."
|
msgid "Auto created nodes can not be edited,%snor can they have non auto created child nodes."
|
||||||
msgstr ""
|
msgstr "Автосоздаваемые элементы не могут ни редактироваться,%s ни содержать неавтосоздаваемые дочерние элементы"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgautodel
|
#: lazarusidestrconsts:dlgautodel
|
||||||
msgid "Auto delete file"
|
msgid "Auto delete file"
|
||||||
@ -264,7 +272,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsautogeneratednodescannotbeedited
|
#: lazarusidestrconsts:liscodetoolsdefsautogeneratednodescannotbeedited
|
||||||
msgid "Auto generated nodes can not be edited."
|
msgid "Auto generated nodes can not be edited."
|
||||||
msgstr ""
|
msgstr "Автосоздаваемые элементы не могут редактироваться."
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgautoident
|
#: lazarusidestrconsts:dlgautoident
|
||||||
msgid "Auto Indent"
|
msgid "Auto Indent"
|
||||||
@ -312,7 +320,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefsblock
|
#: lazarusidestrconsts:liscodetoolsdefsblock
|
||||||
msgid "Block"
|
msgid "Block"
|
||||||
msgstr ""
|
msgstr "Блок"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgblockindent
|
#: lazarusidestrconsts:dlgblockindent
|
||||||
msgid "Block indent:"
|
msgid "Block indent:"
|
||||||
@ -324,7 +332,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:uembookmarkn
|
#: lazarusidestrconsts:uembookmarkn
|
||||||
msgid "Bookmark"
|
msgid "Bookmark"
|
||||||
msgstr ""
|
msgstr "Закладка"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgbrachighlight
|
#: lazarusidestrconsts:dlgbrachighlight
|
||||||
msgid "Bracket Highlight"
|
msgid "Bracket Highlight"
|
||||||
@ -332,11 +340,11 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmeclinebreak
|
#: lazarusidestrconsts:srkmeclinebreak
|
||||||
msgid "Break line and move cursor"
|
msgid "Break line and move cursor"
|
||||||
msgstr ""
|
msgstr "Разорвать строку, сдвинуть курсор"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecinsertline
|
#: lazarusidestrconsts:srkmecinsertline
|
||||||
msgid "Break line, leave cursor"
|
msgid "Break line, leave cursor"
|
||||||
msgstr ""
|
msgstr "Разорвать строку, оставить курсор"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuviewbreakpoints
|
#: lazarusidestrconsts:lismenuviewbreakpoints
|
||||||
msgid "BreakPoints"
|
msgid "BreakPoints"
|
||||||
@ -360,31 +368,31 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmecbuildall
|
#: lazarusidestrconsts:srkmecbuildall
|
||||||
msgid "build all files of program/project"
|
msgid "build all files of program/project"
|
||||||
msgstr ""
|
msgstr "собрать все файлы программы/проекта"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lislazbuildbuildcodetools
|
#: lazarusidestrconsts:lislazbuildbuildcodetools
|
||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr ""
|
msgstr "Собрать CodeTools"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr ""
|
msgstr "Собрать компонент"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lislazbuildbuildcomponentssyneditcodetools
|
#: lazarusidestrconsts:lislazbuildbuildcomponentssyneditcodetools
|
||||||
msgid "Build Components (SynEdit, CodeTools)"
|
msgid "Build Components (SynEdit, CodeTools)"
|
||||||
msgstr ""
|
msgstr "Собрать компоненты (SynEdit, CodeTools)"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildexamples
|
#: lazarusidestrconsts:lisbuildexamples
|
||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr ""
|
msgstr "Собрать примеры"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr ""
|
msgstr "Собрать IDE"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildjitform
|
#: lazarusidestrconsts:lisbuildjitform
|
||||||
msgid "Build JITForm"
|
msgid "Build JITForm"
|
||||||
msgstr ""
|
msgstr "Собрать JITForm"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenubuildlazarus
|
#: lazarusidestrconsts:lismenubuildlazarus
|
||||||
msgid "Build Lazarus"
|
msgid "Build Lazarus"
|
||||||
@ -392,15 +400,15 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildlcl
|
#: lazarusidestrconsts:lisbuildlcl
|
||||||
msgid "Build LCL"
|
msgid "Build LCL"
|
||||||
msgstr ""
|
msgstr "Собрать LCL"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecbuild
|
#: lazarusidestrconsts:srkmecbuild
|
||||||
msgid "build program/project"
|
msgid "build program/project"
|
||||||
msgstr ""
|
msgstr "собрать программу/проект"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildsynedit
|
#: lazarusidestrconsts:lisbuildsynedit
|
||||||
msgid "Build SynEdit"
|
msgid "Build SynEdit"
|
||||||
msgstr ""
|
msgstr "Собрать SynEdit"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcmacro
|
#: lazarusidestrconsts:dlgcmacro
|
||||||
msgid "C Style Macros (global)"
|
msgid "C Style Macros (global)"
|
||||||
@ -440,7 +448,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetemplchange
|
#: lazarusidestrconsts:liscodetemplchange
|
||||||
msgid "Change"
|
msgid "Change"
|
||||||
msgstr ""
|
msgstr "Изменить"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuinsertchangelogentry
|
#: lazarusidestrconsts:lismenuinsertchangelogentry
|
||||||
msgid "ChangeLog entry"
|
msgid "ChangeLog entry"
|
||||||
@ -448,7 +456,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmecchar
|
#: lazarusidestrconsts:srkmecchar
|
||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr ""
|
msgstr "Символ"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
@ -476,19 +484,19 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:lislazbuildcleanall
|
#: lazarusidestrconsts:lislazbuildcleanall
|
||||||
msgid "Clean all"
|
msgid "Clean all"
|
||||||
msgstr ""
|
msgstr "Очистить всё"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscleanlazarussource
|
#: lazarusidestrconsts:liscleanlazarussource
|
||||||
msgid "Clean Lazarus Source"
|
msgid "Clean Lazarus Source"
|
||||||
msgstr ""
|
msgstr "Очистить исходники Lazarus"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lislazbuildcleanbuild
|
#: lazarusidestrconsts:lislazbuildcleanbuild
|
||||||
msgid "Clean+Build"
|
msgid "Clean+Build"
|
||||||
msgstr ""
|
msgstr "Очистить+Собрать"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_clear
|
#: lazarusidestrconsts:srvk_clear
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr "Очистить"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuclose
|
#: lazarusidestrconsts:lismenuclose
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
@ -496,7 +504,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmeccloseall
|
#: lazarusidestrconsts:srkmeccloseall
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr ""
|
msgstr "Закрыть все"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenucloseall
|
#: lazarusidestrconsts:lismenucloseall
|
||||||
msgid "Close all editor files"
|
msgid "Close all editor files"
|
||||||
@ -524,7 +532,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmecautocompletion
|
#: lazarusidestrconsts:srkmecautocompletion
|
||||||
msgid "Code template completion"
|
msgid "Code template completion"
|
||||||
msgstr ""
|
msgstr "Завершение шаблонов кода"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgedcodetempl
|
#: lazarusidestrconsts:dlgedcodetempl
|
||||||
msgid "Code templates"
|
msgid "Code templates"
|
||||||
@ -536,7 +544,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatcodetools
|
#: lazarusidestrconsts:srkmcatcodetools
|
||||||
msgid "CodeTools commands"
|
msgid "CodeTools commands"
|
||||||
msgstr ""
|
msgstr "Команды CodeTools"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenucodetoolsdefineseditor
|
#: lazarusidestrconsts:lismenucodetoolsdefineseditor
|
||||||
msgid "CodeTools defines editor"
|
msgid "CodeTools defines editor"
|
||||||
@ -552,7 +560,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsoptscolon
|
#: lazarusidestrconsts:liscodetoolsoptscolon
|
||||||
msgid "Colon"
|
msgid "Colon"
|
||||||
msgstr ""
|
msgstr "Колонка"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgedcolor
|
#: lazarusidestrconsts:dlgedcolor
|
||||||
msgid "Color"
|
msgid "Color"
|
||||||
@ -576,15 +584,15 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:srkmeccolumnselect
|
#: lazarusidestrconsts:srkmeccolumnselect
|
||||||
msgid "Column selection mode"
|
msgid "Column selection mode"
|
||||||
msgstr ""
|
msgstr "Режим выбора колонки"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsoptscomma
|
#: lazarusidestrconsts:liscodetoolsoptscomma
|
||||||
msgid "Comma"
|
msgid "Comma"
|
||||||
msgstr ""
|
msgstr "Запятая"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcommand
|
#: lazarusidestrconsts:srkmcommand
|
||||||
msgid "Command "
|
msgid "Command "
|
||||||
msgstr ""
|
msgstr "Команда"
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatcmdcmd
|
#: lazarusidestrconsts:srkmcatcmdcmd
|
||||||
msgid "Command commands"
|
msgid "Command commands"
|
||||||
@ -604,7 +612,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetemplcomment
|
#: lazarusidestrconsts:liscodetemplcomment
|
||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr ""
|
msgstr "Комментарий:"
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscompilererror
|
#: lazarusidestrconsts:liscompilererror
|
||||||
msgid "Compiler error"
|
msgid "Compiler error"
|
||||||
@ -624,7 +632,7 @@ msgstr "
|
|||||||
|
|
||||||
#: lazarusidestrconsts:liscodetoolsdefscompilerpath
|
#: lazarusidestrconsts:liscodetoolsdefscompilerpath
|
||||||
msgid "compiler path"
|
msgid "compiler path"
|
||||||
msgstr ""
|
msgstr "путь к компилятору"
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgfpcpath
|
#: lazarusidestrconsts:dlgfpcpath
|
||||||
msgid "Compiler path (ppc386)"
|
msgid "Compiler path (ppc386)"
|
||||||
@ -638,6 +646,10 @@ msgstr "
|
|||||||
msgid "Complete properties"
|
msgid "Complete properties"
|
||||||
msgstr "úÁ×ÅÒÛÁÔØ Ó×ÏÊÓÔ×Á"
|
msgstr "úÁ×ÅÒÛÁÔØ Ó×ÏÊÓÔ×Á"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmcatcomponentsmenu
|
||||||
|
msgid "Components menu commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "æÁÊÌÙ ÎÁÓÔÒÏÅË:"
|
msgstr "æÁÊÌÙ ÎÁÓÔÒÏÅË:"
|
||||||
@ -650,6 +662,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "îÁÓÔÒÏÉÔØ \"óÏÂÒÁÔØ Lazarus\""
|
msgstr "îÁÓÔÒÏÉÔØ \"óÏÂÒÁÔØ Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
|
msgid "Configure custom components"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenusettings
|
#: lazarusidestrconsts:lismenusettings
|
||||||
msgid "Configure custom tools ..."
|
msgid "Configure custom tools ..."
|
||||||
msgstr "îÁÓÔÒÏÉÔØ ÉÎÓÔÒÕÍÅÎÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
msgstr "îÁÓÔÒÏÉÔØ ÉÎÓÔÒÕÍÅÎÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
||||||
|
Loading…
Reference in New Issue
Block a user