lazarus/components/sqlite/languages/sqlitecompstrings.pot
maxim 684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00

72 lines
1.6 KiB
Plaintext

msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: sqlitecompstrings.sadd
msgid "Add"
msgstr ""
#: sqlitecompstrings.satablenamedalreadyexistsareyousureyouwanttoreplace
msgid "A Table named \"%s\" already exists. Are you sure you want to replace this table?%sAll data stored will be lost."
msgstr ""
#: sqlitecompstrings.sclose
msgid "Close"
msgstr ""
#: sqlitecompstrings.screateedittable
msgid "Create/Edit Table"
msgstr ""
#: sqlitecompstrings.screatetable
msgid "Create Table"
msgstr ""
#: sqlitecompstrings.sdelete
msgid "Delete"
msgstr ""
#: sqlitecompstrings.sfieldname
msgid "Field Name"
msgstr ""
#: sqlitecompstrings.sfieldtype
msgid "Field Type"
msgstr ""
#: sqlitecompstrings.sfilenamenotsetitsnotpossibletocreateeditatable
msgid "File name not set: it's not possible to create/edit a table."
msgstr ""
#: sqlitecompstrings.sfilepath
msgid "File Path: %s"
msgstr ""
#: sqlitecompstrings.sitsnotallowedfieldswiththesamename
msgid "Fields with identical names are not allowed."
msgstr ""
#: sqlitecompstrings.sitwasnotpossibletocreatethetable
msgid "It was not possible to create the table."
msgstr ""
#: sqlitecompstrings.snofieldsaddedtablewillnotbecreated
msgid "No fields added. Table will not be created."
msgstr ""
#: sqlitecompstrings.stablecreatedsuccessfully
msgid "Table created successfully."
msgstr ""
#: sqlitecompstrings.stableeditorfieldtypenotrecognized
msgid "Field type not recognized."
msgstr ""
#: sqlitecompstrings.stablename
msgid "Table Name: %s"
msgstr ""
#: sqlitecompstrings.stablenamenotsetitsnotpossibletocreateeditatable
msgid "Table name not set: it's not possible to create/edit a table."
msgstr ""