OPM files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7149 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
4ba6d322a1
commit
71b069b35b
@ -0,0 +1,31 @@
|
||||
{
|
||||
"PackageData0" : {
|
||||
"Name" : "latest_stable",
|
||||
"DisplayName" : "Everett beam splitter random integers",
|
||||
"Category" : "Science",
|
||||
"CommunityDescription" : "Random integer(s) via an online quantum beam splitter. Each call to the server splits the Universe accorsing to Everett's interpretation of quantum mechanics",
|
||||
"RepositoryFileName" : "Everettbeamsplitterrandomintegers.zip",
|
||||
"RepositoryFileSize" : 166326,
|
||||
"RepositoryFileHash" : "4871b57bb5955c38a2244d9a820c635c",
|
||||
"RepositoryDate" : 4.3721431447453702E+004,
|
||||
"PackageBaseDir" : "latest_stable\\/",
|
||||
"HomePageURL" : "https://wiki.freepascal.org/EverettRandom",
|
||||
"DownloadURL" : "https://svn.code.sf.net/p/lazarus-ccr/svn/components/everettrandom/latest_stable/updates/everettrandom.json",
|
||||
"SVNURL" : ""
|
||||
},
|
||||
"PackageFiles0" : [
|
||||
{
|
||||
"Name" : "everettrandom.lpk",
|
||||
"Description" : "Random integer(s) via an online quantum beam splitter. Each call to the server splits the Universe accorsing to Everett's interpretation of quantum mechanics",
|
||||
"Author" : "minesadorada",
|
||||
"License" : "LGPLV2",
|
||||
"RelativeFilePath" : "",
|
||||
"VersionAsString" : "0.1.3.0",
|
||||
"LazCompatibility" : "1.6, 1.8, Trunk",
|
||||
"FPCCompatibility" : "2.6.4, 3.0.0, 3.0.2, 3.0.4",
|
||||
"SupportedWidgetSet" : "win32/64, gtk2, carbon",
|
||||
"PackageType" : 3,
|
||||
"DependenciesAsString" : "LCL, FCL"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<ProjectSession>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="11"/>
|
||||
<BuildModes Active="Debug"/>
|
||||
<BuildModes Active="Win64"/>
|
||||
<Units Count="10">
|
||||
<Unit0>
|
||||
<Filename Value="everett_demo.lpr"/>
|
||||
@ -20,8 +20,9 @@
|
||||
<ComponentName Value="mainform"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<TopLine Value="18"/>
|
||||
<CursorPos X="29" Y="51"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="54"/>
|
||||
<CursorPos X="32" Y="63"/>
|
||||
<UsageCount Value="103"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
@ -48,10 +49,9 @@
|
||||
</Unit4>
|
||||
<Unit5>
|
||||
<Filename Value="..\ueverettrandom.pas"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="126"/>
|
||||
<CursorPos X="21" Y="166"/>
|
||||
<TopLine Value="238"/>
|
||||
<CursorPos X="51" Y="12"/>
|
||||
<UsageCount Value="38"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit5>
|
||||
|
@ -1,27 +1,38 @@
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Project-Id-Version: everettrandom\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: minesadorada <minesadorada@charcodelvalle.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_GB\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#: ueverettrandom.rsfailedquantu
|
||||
msgid "Failed - Quantum server refused with code %d"
|
||||
msgstr ""
|
||||
msgstr "Failed - Quantum server refused with code %d"
|
||||
|
||||
#: ueverettrandom.rsfailedquantu2
|
||||
msgid "Failed - Quantum server refused with code %s"
|
||||
msgstr ""
|
||||
msgstr "Failed - Quantum server refused with code %s"
|
||||
|
||||
#: ueverettrandom.rsfailedtooman
|
||||
msgid "Failed - Too many requests to the Quantum server%s%s"
|
||||
msgstr ""
|
||||
msgstr "Failed - Too many requests to the Quantum server%s%s"
|
||||
|
||||
#: ueverettrandom.rspleasewaitco
|
||||
msgid "Please wait. Contacting Quantum Server"
|
||||
msgstr ""
|
||||
msgstr "Please wait. Contacting Quantum Server"
|
||||
|
||||
#: ueverettrandom.rsquantumserve
|
||||
msgid "Quantum server did not deliver a valid array"
|
||||
msgstr ""
|
||||
msgstr "Quantum server did not deliver a valid array"
|
||||
|
||||
#: ueverettrandom.rsssllibraries
|
||||
msgid "SSL libraries unavailable and/or unable to be downloaded on this system. Please fix."
|
||||
msgstr ""
|
||||
msgstr "SSL libraries unavailable and/or unable to be downloaded on this system. Please fix."
|
||||
|
||||
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"UpdatePackageData" : {
|
||||
"DisableInOPM" : false,
|
||||
"DownloadZipURL" : "https://svn.code.sf.net/p/lazarus-ccr/svn/components/everettrandom/latest_stable/updates/everettrandom.zip",
|
||||
"Name" : "everettrandom.zip"
|
||||
},
|
||||
"UpdatePackageFiles" : [
|
||||
{
|
||||
"ForceNotify" : false,
|
||||
"InternalVersion" : 1,
|
||||
"Name" : "everettrandom.lpk",
|
||||
"Version" : "0.1.3.0"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user