mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
JCF: improved localization, regenerated translations and updated Russian translation
git-svn-id: trunk@37432 -
This commit is contained in:
parent
3e8e2d0c05
commit
e4137548cc
@ -40,7 +40,7 @@ uses
|
||||
{ lazarus design time }
|
||||
LazIDEIntf, SrcEditorIntf, IDEMsgIntf, ProjectIntf,
|
||||
{ local}
|
||||
EditorConverter, FileConverter, ConvertTypes;
|
||||
EditorConverter, FileConverter, ConvertTypes, jcfuiconsts;
|
||||
|
||||
type
|
||||
TJcfIdeMain = class(TObject)
|
||||
@ -119,8 +119,9 @@ begin
|
||||
if (SourceEditorManagerIntf= nil) or (SourceEditorManagerIntf.ActiveEditor = nil) then
|
||||
LogIdeMessage('', 'No current window', mtInputError, -1, -1)
|
||||
else begin
|
||||
lsMsg := 'JEDI Code Format of ' + SourceEditorManagerIntf.ActiveEditor.FileName
|
||||
+ NativeLineBreak + 'Start formatting?';
|
||||
lsMsg := Format(lisJEDICodeFormatOfStartFormatting, [SourceEditorManagerIntf
|
||||
.ActiveEditor.FileName
|
||||
+ NativeLineBreak]);
|
||||
if MessageDlg(lsMsg, mtConfirmation, [mbYes, mbNo], 0) = mrYes then
|
||||
ConvertEditor(SourceEditorManagerIntf.ActiveEditor);
|
||||
end;
|
||||
@ -147,9 +148,9 @@ begin
|
||||
lazProject := GetCurrentProject;
|
||||
if lazProject = nil then
|
||||
exit;
|
||||
lsMsg := 'JEDI Code Format of ' + lazProject.MainFile.FileName + NativeLineBreak +
|
||||
'Are you sure that you want to format all ' + IntToStr(lazProject.FileCount) +
|
||||
' files in the project.';
|
||||
lsMsg := Format(lisJEDICodeFormatOfAreYouSureThatYouWantToFormatAllFi, [
|
||||
lazProject.MainFile.FileName + NativeLineBreak, IntToStr(lazProject.
|
||||
FileCount)]);
|
||||
if MessageDlg(lsMsg, mtConfirmation, [mbYes, mbNo], 0) = mrYes then begin
|
||||
ClearToolMessages;
|
||||
{ loop through all modules in the project }
|
||||
|
@ -310,6 +310,10 @@ resourcestring
|
||||
lisEDType = 'Type: %s%s';
|
||||
lisEDError = 'Error';
|
||||
|
||||
lisJEDICodeFormatOfStartFormatting = 'JEDI Code Format of %sStart formatting?';
|
||||
lisJEDICodeFormatOfAreYouSureThatYouWantToFormatAllFi = 'JEDI Code Format of'
|
||||
+' %sAre you sure that you want to format all %s files in the project?';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
@ -506,6 +506,14 @@ msgstr "Einstellungen"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "JCF-Formateinstellungen"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "Zeilen, die länger als das Maximum sind umbrechen"
|
||||
|
@ -506,6 +506,14 @@ msgstr "Options"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Paramètres de formattage de JCF"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "Coupe les lignes qui sont plus longues que la longueur de ligne maximale"
|
||||
|
@ -1,4 +1,3 @@
|
||||
# Massimo Soricetti <notturno@quipo.it>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2011-04-22 13:00+0200\n"
|
||||
@ -506,6 +505,14 @@ msgstr "Opzioni"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Impostazioni formato JCF"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Spezza righe più lunghe della lunghezza massima"
|
||||
|
@ -1,4 +1,3 @@
|
||||
# Valdas Jankūnas <zmuogs@gmail.com>, 2010.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -506,6 +505,14 @@ msgstr "Parinktys"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "JCF formato nuostatos"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Laužti eilutes, kurios ilgesnės nei maksimalus eilutės ilgis"
|
||||
|
@ -496,6 +496,14 @@ msgstr ""
|
||||
msgid "JCF Format Settings"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr ""
|
||||
|
@ -504,6 +504,14 @@ msgstr "Opções"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Configurações \"JCF\""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Interromper linhas maiores que o tamanho máximo da linha"
|
||||
|
@ -504,6 +504,14 @@ msgstr "Opções"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Configurações \"JCF\""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Interromper linhas maiores que o tamanho máximo da linha"
|
||||
|
@ -507,6 +507,15 @@ msgstr "Параметры"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Форматирование кода JEDI"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
#| msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project."
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr "Форматирование кода JEDI для %sВы действительно хотите форматировать все (%s) файлы в проекте?"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr "Форматирование кода JEDI для %sНачать?"
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Разрыв строк длиннее максимума"
|
||||
|
@ -504,6 +504,14 @@ msgstr "Параметри"
|
||||
msgid "JCF Format Settings"
|
||||
msgstr "Параметри Форматування JCF"
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofareyousurethatyouwanttoformatallfi
|
||||
msgid "JEDI Code Format of %sAre you sure that you want to format all %s files in the project?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lisjedicodeformatofstartformatting
|
||||
msgid "JEDI Code Format of %sStart formatting?"
|
||||
msgstr ""
|
||||
|
||||
#: jcfuiconsts.lislbbreaklinesthatarelongerthanmaxlinelength
|
||||
msgid "&Break lines that are longer than max line length"
|
||||
msgstr "&Розривати рядки що довші за макс. довжину рядка"
|
||||
|
Loading…
Reference in New Issue
Block a user