diff --git a/components/rx/trunk/languages/rxdconst.es.po b/components/rx/trunk/languages/rxdconst.es.po index 37320f1c0..53e77ae61 100644 --- a/components/rx/trunk/languages/rxdconst.es.po +++ b/components/rx/trunk/languages/rxdconst.es.po @@ -99,6 +99,10 @@ msgstr "" msgid "Export footer formula" msgstr "" +#: rxdconst.sexportparams +msgid "Export params" +msgstr "" + #: rxdconst.sexprbadcompare #, fuzzy #| msgid "Compare opertion need fielad and const" diff --git a/components/rx/trunk/languages/rxdconst.po b/components/rx/trunk/languages/rxdconst.po index 5b380fd60..c38e7fc62 100644 --- a/components/rx/trunk/languages/rxdconst.po +++ b/components/rx/trunk/languages/rxdconst.po @@ -97,6 +97,10 @@ msgstr "" msgid "Export footer formula" msgstr "" +#: rxdconst.sexportparams +msgid "Export params" +msgstr "" + #: rxdconst.sexprbadcompare msgid "Compare opertion needs field and const" msgstr "" diff --git a/components/rx/trunk/languages/rxdconst.ru.po b/components/rx/trunk/languages/rxdconst.ru.po index 5795fdf89..c8c6a7357 100644 --- a/components/rx/trunk/languages/rxdconst.ru.po +++ b/components/rx/trunk/languages/rxdconst.ru.po @@ -97,6 +97,10 @@ msgstr "Имя файла экспорта" msgid "Export footer formula" msgstr "Экспортирововать формулы итоговой строки" +#: rxdconst.sexportparams +msgid "Export params" +msgstr "Параметры экспорта" + #: rxdconst.sexprbadcompare msgid "Compare opertion needs field and const" msgstr "Операции сравнения требуют наличия поля и константы" @@ -155,43 +159,43 @@ msgstr "Несоответсвие типов для поля '%s', необхо #: rxdconst.sfunction msgid "Function" -msgstr "" +msgstr "Функция" #: rxdconst.sfvtavg msgid "AVG" -msgstr "" +msgstr "Среднее" #: rxdconst.sfvtcount msgid "Count" -msgstr "" +msgstr "Количество" #: rxdconst.sfvtfieldvalue msgid "Field value" -msgstr "" +msgstr "Значение поля" #: rxdconst.sfvtmax msgid "Max value" -msgstr "" +msgstr "Максимум" #: rxdconst.sfvtmin msgid "Min value" -msgstr "" +msgstr "Минимум" #: rxdconst.sfvtnon msgid "None" -msgstr "" +msgstr "Нет" #: rxdconst.sfvtrecno msgid "Record no" -msgstr "" +msgstr "Номер строки" #: rxdconst.sfvtstatictext msgid "Static text" -msgstr "" +msgstr "Текст" #: rxdconst.sfvtsum msgid "Sum" -msgstr "" +msgstr "Сумма" #: rxdconst.shidezerovalues msgid "Hide zero values" @@ -223,7 +227,7 @@ msgstr "Ошибка в имени пользователя или пароле" #: rxdconst.slandscape msgid "Landscape" -msgstr "" +msgstr "Ландшафт" #: rxdconst.sleftcaption msgid "Left" @@ -267,23 +271,23 @@ msgstr "&Старый пароль" #: rxdconst.sopenafterexport msgid "Open after export" -msgstr "" +msgstr "Открыть после экспорта" #: rxdconst.sorientation msgid "Orientation" -msgstr "" +msgstr "Ориентация" #: rxdconst.soverwriteexisting msgid "Overwrite existing" -msgstr "" +msgstr "Перезаписать существующее" #: rxdconst.spagemargins msgid "Page margins" -msgstr "" +msgstr "Отступы на странице" #: rxdconst.spagename msgid "Page name" -msgstr "" +msgstr "Имя страницы" #: rxdconst.spasswordchanged msgid "Password changed" @@ -303,7 +307,7 @@ msgstr "Новый пароль и подтверждение не совпад #: rxdconst.sportrait msgid "Portrait" -msgstr "" +msgstr "Портрет" #: rxdconst.sprevbutton msgid "&Prior" @@ -417,6 +421,7 @@ msgid "Text to find" msgstr "Текст для поиска" #: rxdconst.srxdbgridselapplycaption +msgctxt "rxdconst.srxdbgridselapplycaption" msgid "Apply" msgstr "Применить" @@ -615,14 +620,10 @@ msgid "Unknown XML Dataset format" msgstr "Не известный формат XML данных" #: rxdconst.sunlockcaption -#, fuzzy -#| msgid "Unloock" msgid "Unlock" msgstr "Разблокировать" #: rxdconst.sunlockhint -#, fuzzy -#| msgid "Enter you password" msgid "Enter your password" msgstr "Введите ваш пароль" diff --git a/components/rx/trunk/languages/rxdconst.uk.po b/components/rx/trunk/languages/rxdconst.uk.po index 9eab5daa7..c26a3f90b 100644 --- a/components/rx/trunk/languages/rxdconst.uk.po +++ b/components/rx/trunk/languages/rxdconst.uk.po @@ -106,6 +106,10 @@ msgstr "Експортувати назву файлу" msgid "Export footer formula" msgstr "" +#: rxdconst.sexportparams +msgid "Export params" +msgstr "" + # msgid "Compare opertion need fielad and const" #: rxdconst.sexprbadcompare msgid "Compare opertion needs field and const" diff --git a/components/rx/trunk/rxdbgridexportspreadsheet_paramsunit.pas b/components/rx/trunk/rxdbgridexportspreadsheet_paramsunit.pas index 41fb656ba..3fe6450e4 100644 --- a/components/rx/trunk/rxdbgridexportspreadsheet_paramsunit.pas +++ b/components/rx/trunk/rxdbgridexportspreadsheet_paramsunit.pas @@ -72,6 +72,7 @@ uses rxdconst; procedure TRxDBGridExportSpreadSheet_ParamsForm.FormCreate(Sender: TObject); begin + Caption:=sExportParams; Label1.Caption:=sExportFileName; Label3.Caption:=sPageName; cbOpenAfterExport.Caption:=sOpenAfterExport; diff --git a/components/rx/trunk/rxdconst.pas b/components/rx/trunk/rxdconst.pas index 91109fcaf..6bce04e75 100644 --- a/components/rx/trunk/rxdconst.pas +++ b/components/rx/trunk/rxdconst.pas @@ -172,6 +172,7 @@ resourcestring sUnknownXMLDatasetFormat = 'Unknown XML Dataset format'; + sExportParams = 'Export params'; sToolsExportSpeadSheet = 'Export to speadsheet'; sExportFileName = 'Export file name'; sOpenAfterExport = 'Open after export';