mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
* All resource strings moved to separate unit
git-svn-id: trunk@60506 -
This commit is contained in:
parent
1f0e10a60f
commit
f2708bf395
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1837,6 +1837,7 @@ components/fpweb/lazsqldbrest_images.inc svneol=native#text/plain
|
||||
components/fpweb/lazweb.pp svneol=native#text/plain
|
||||
components/fpweb/lazwebextra.lpk svneol=native#text/plain
|
||||
components/fpweb/reglazsqldbrest.pp svneol=native#text/plain
|
||||
components/fpweb/reslazsqldbrest.pp svneol=native#text/plain
|
||||
components/fpweb/restimages/filelist.txt svneol=native#text/plain
|
||||
components/fpweb/restimages/genimages.bat svneol=native#text/plain
|
||||
components/fpweb/restimages/genimages.sh svneol=native#text/plain
|
||||
|
24
components/fpweb/reslazsqldbrest.pp
Normal file
24
components/fpweb/reslazsqldbrest.pp
Normal file
@ -0,0 +1,24 @@
|
||||
unit reslazsqldbrest;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
|
||||
Resourcestring
|
||||
SSQLDBRESTModule = 'SQLDB REST Bridge Module';
|
||||
SSQLDBRESTModuleDesc = 'SQLDB REST Bridge: A Web datamodule for producing strict HTML.';
|
||||
SExposeAConnection = 'Expose a connection';
|
||||
SSaveSettingsToIni = 'Save settings to INI file';
|
||||
SLoadSettingsFromIni = 'Load settings from INI file';
|
||||
SJSONFilesFilter = 'JSON Files|*.json|All files|%s';
|
||||
SSaveSchemaToJSONFile = 'Save schema to JSON file';
|
||||
SLoadSchemaFromJSONFile = 'Load schema from JSON file';
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user