At 0.1.15.0: BugFix: File/Save didn't add the '.json' suffix in Linux

Addition: After Loading, run validation tests


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5426 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2016-12-06 09:19:23 +00:00
parent 8b3a1a4d80
commit 7dcd1c3de7
8 changed files with 76 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
[Setup]
AppName=External OPM JSON package Editor
AppVersion=0.1.14.0
AppVersion=0.1.15.0
DefaultDirName={pf}\OPMUtilities
DefaultGroupName=OPM
UninstallDisplayIcon={app}\jsoneditor.exe

View File

@@ -68,8 +68,6 @@ msgstr ""
"as a JSON update file\n"
#: tfrmmain.editdownloadzipurl.hint
#, fuzzy
msgctxt "tfrmmain.editdownloadzipurl.hint"
msgid ""
"Download URL:\n"
"Include the FULL url needed to download the package Zip file\n"
@@ -108,8 +106,6 @@ msgid "Save As"
msgstr "Save As"
#: tfrmmain.lbldownloadzipurl.caption
#, fuzzy
msgctxt "tfrmmain.lbldownloadzipurl.caption"
msgid "Download URL:"
msgstr "Download URL:"
@@ -191,13 +187,6 @@ msgid "Attempting to Open URL"
msgstr "Attempting to Open URL"
#: tfrmmain.stringpackagefiles.hint
#, fuzzy
#| msgid ""
#| "Package Files:\n"
#| "[Add]: to make a new entry\n"
#| "[Remove]: Remove last entry\n"
#| "lpk filename: i.e. mycontrol.lpk\n"
#| "Version: The FULL version (i.e. not 1.0 but 1.0.0.0)\n"
msgid ""
"Package Files:\n"
"[Add]: to make a new entry\n"
@@ -220,25 +209,21 @@ msgid "Compiled with FPC V:%s and Lazarus V:%d.%d%s for the %s - %s platform%s%s
msgstr "Compiled with FPC V:%s and Lazarus V:%d.%d%s for the %s - %s platform%s%s"
#: umain.rsdownloadzipurld
#, fuzzy
msgctxt "umain.rsdownloadzipurld"
msgid "- Download URL does not contain the zipfile name"
msgstr "- Download URL does not contain the zipfile name"
#: umain.rsdownloadzipurli
#, fuzzy
msgctxt "umain.rsdownloadzipurli"
msgid "- Download URL is too short or missing"
msgstr "- Download URL is too short or missing"
#: umain.rsdownloadzipurli2
#, fuzzy
msgctxt "umain.rsdownloadzipurli2"
msgid "- Download URL is incomplete"
msgstr "- Download URL is incomplete"
#: umain.rsdownloadzipurls
#, fuzzy
msgctxt "umain.rsdownloadzipurls"
msgid "- Download URL should start with \"http\""
msgstr "- Download URL should start with \"http\""
@@ -331,6 +316,10 @@ msgstr "(You can toggle these hints on/off in the Help menu)"
msgid "Update"
msgstr "Update"
#: umain.rsupdatejsonsf
msgid "Update file \"%s\" failed to load correctly."
msgstr "Update file \"%s\" failed to load correctly."
#: umain.rsupdatezipnam
msgid "- Update zip name is too short or missing"
msgstr "- Update zip name is too short or missing"

View File

@@ -323,6 +323,10 @@ msgstr "(Puedes cambiar estos consejos en el menú Ayuda)"
msgid "Update"
msgstr "Actualización"
#: umain.rsupdatejsonsf
msgid "Update file \"%s\" failed to load correctly."
msgstr "Error al cargar \"%s\" correctamente el archivo de actualización"
#: umain.rsupdatezipnam
msgid "- Update zip name is too short or missing"
msgstr "- El nombre del zip es muy corto o está vacío"