msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: tfmbaseform.acuser_cancel.caption
msgid "acUser_Cancel"
msgstr ""
#: tfmbaseform.acuser_confirm.caption
msgid "acUser_Confirm"
msgstr ""
#: tfmbaseform.acuser_delete.caption
msgid "acUser_Delete"
msgstr ""
#: tfmbaseform.acuser_edit.caption
msgid "acUser_Edit"
msgstr ""
#: tfmbaseform.acuser_first.caption
msgid "acUser_First"
msgstr ""
#: tfmbaseform.acuser_help.caption
msgid "acUser_Help"
msgstr ""
#: tfmbaseform.acuser_insert.caption
msgid "acUser_Insert"
msgstr ""
#: tfmbaseform.acuser_last.caption
msgid "acUser_Last"
msgstr ""
#: tfmbaseform.acuser_next.caption
msgid "acUser_Next"
msgstr ""
#: tfmbaseform.acuser_prior.caption
msgid "acUser_Prior"
msgstr ""
#: tfmbaseform.acuser_refresh.caption
msgid "acUser_Refresh"
msgstr ""
#: tfmbaseform.acuser_report.caption
msgid "acUser_Report"
msgstr ""
#: tfmbaseform.caption
msgid "fmBaseForm"
msgstr ""
#: ubaseform.rsformdestroye
msgid "Form Destroy / End"
msgstr ""
#: ubaseform.rsformdestroyinit
msgid "Form Destroy / Init"
msgstr ""
#: ubaseform.rsstatusbar_browse
msgid "Browse"
msgstr ""
implementation
uses gettext, translations;
procedure TfmBaseForm.FormCreate(Sender: TObject);
var
Lang, FallbackLang: String;
begin
...
GetLanguageIDs(Lang, FallbackLang);
Translations.TranslateUnitResourceStrings(
'uBaseForm',
'/media/dati/dev/llab/BaseForm/po/TestBaseForm.%s.po',
Lang,
FallbackLang);
...
end;