Skip to content

Commit f413f75

Browse files
committed
Fixing appdata issues.
1 parent 5a49c7b commit f413f75

File tree

8 files changed

+163
-135
lines changed

8 files changed

+163
-135
lines changed

data/com.github.phase1geo.annotator.appdata.xml

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,45 @@
1010
<summary xml:lang="it">Comunica meglio con le immagini</summary>
1111
<developer_name>Trevor Williams</developer_name>
1212
<developer_name xml:lang="it">Trevor Williams</developer_name>
13+
<update_contact>[email protected]</update_contact>
1314
<provides>
1415
<binary>com.github.phase1geo.annotator</binary>
1516
</provides>
1617
<screenshots>
1718
<screenshot>
18-
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-actions.png</image>
19+
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-light.png</image>
1920
</screenshot>
2021
<screenshot>
21-
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-custom.png</image>
22+
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-dark.png</image>
2223
</screenshot>
2324
</screenshots>
24-
<description><p> Annotate your images and let a picture say 1000 words.</p><ul><li>Load image from the file system or clipboard.</li><li>Add shapes, stickers, text, drawings, and other callouts to highlight image details.</li><li>Add magnifiers to enhance image details.</li><li>Blur out portions of the image to obfuscate data.</li><li>Crop, resize and add image borders.</li><li>Control colors, line thickness and font details.</li><li>Zoom support.</li><li>Unlimited undo/redo of any change.</li><li>Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.</li><li>Support for copying annotated image to clipboard.</li><li>Printer support.</li></ul>`
25-
</description>
25+
<description>
26+
<p>Communicate with images. Better.</p>
27+
<ul>
28+
<li>Load image from the file system or clipboard.</li>
29+
<li xml:lang="it">Carica l'immagine dal file system o dagli appunti.</li>
30+
<li>Add shapes, stickers, text, drawings, and other callouts to highlight image details.</li>
31+
<li xml:lang="it">Aggiungi forme, adesivi, testo, disegni e altri richiami per evidenziare i particolari dell'immagine.</li>
32+
<li>Add magnifiers to enhance image details.</li>
33+
<li xml:lang="it">Aggiungi lenti di ingrandimento per migliorare i dettagli dell'immagine.</li>
34+
<li>Blur out portions of the image to obfuscate data.</li>
35+
<li xml:lang="it">Sfoca porzioni dell'immagine per offuscare i dati.</li>
36+
<li>Crop, resize and add image borders.</li>
37+
<li xml:lang="it">Ritaglia, ridimensiona e aggiungi bordi dell'immagine.</li>
38+
<li>Control colors, line thickness and font details.</li>
39+
<li xml:lang="it">Controlla i colori, lo spessore della linea e i dettagli dei caratteri.</li>
40+
<li>Zoom support.</li>
41+
<li xml:lang="it">Supporto per lo zoom.</li>
42+
<li>Unlimited undo/redo of any change.</li>
43+
<li xml:lang="it">Annulla/ripeti illimitati di qualsiasi modifica.</li>
44+
<li>Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.</li>
45+
<li xml:lang="it">Esporta in formati immagine JPEG, PNG, TIFF, BMP, PDF e SVG.</li>
46+
<li>Support for copying annotated image to clipboard.</li>
47+
<li xml:lang="it">Supporto per la copia di immagini annotate negli appunti.</li>
48+
<li>Printer support.</li>
49+
<li xml:lang="it">Supporto stampante.</li>
50+
</ul>
51+
</description>
2652
<content_rating type="oars-1.1">
2753
<content_attribute id="violence-cartoon">none</content_attribute>
2854
<content_attribute id="violence-fantasy">none</content_attribute>
@@ -52,20 +78,19 @@
5278
<content_attribute id="money-purchasing">none</content_attribute>
5379
<content_attribute id="money-gambling">none</content_attribute>
5480
</content_rating>
55-
<url type="homepage">https://github.com/phase1geo/Annotator</url>
56-
<url type="bugtracker">https://github.com/phase1geo/Annotator/issues</url>
57-
<url type="help">https://github.com/phase1geo/Annotator/wiki</url>
58-
<update_contact>[email protected]</update_contact>
81+
<url type="homepage">https://github.com/phase1geo/Annotator/</url>
82+
<url type="bugtracker">https://github.com/phase1geo/Annotator/issues/</url>
5983
<custom>
6084
<value key="x-appcenter-color-primary">#007367</value>
6185
<value key="x-appcenter-color-primary-text">#ffffff</value>
6286
<value key="x-appcenter-suggested-price">10</value>
6387
</custom>
6488
<releases>
65-
<release version="1.0.0" date="2021-08-31">
89+
<release version="1.0.0" date="2021-09-08">
6690
<description>
67-
Initial release.
68-
</description>
91+
<p>Initial release.</p>
92+
<p xml:lang="it">Versione iniziale.</p>
93+
</description>
6994
</release>
7095
</releases>
7196
</component>
Lines changed: 77 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,81 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2020 Trevor Williams <[email protected]> -->
33
<component type="desktop-application">
4-
<id>com.github.phase1geo.annotator</id>
5-
<metadata_license>CC0-1.0</metadata_license>
6-
<project_license>GPL-3.0+</project_license>
7-
<name>Annotator</name>
8-
<summary>Communicate with images better</summary>
9-
<developer_name>Trevor Williams</developer_name>
10-
<provides>
11-
<binary>com.github.phase1geo.annotator</binary>
12-
</provides>
13-
<screenshots>
14-
<screenshot>
15-
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-actions.png</image>
16-
</screenshot>
17-
<screenshot>
18-
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-custom.png</image>
19-
</screenshot>
20-
</screenshots>
21-
<description>
22-
<p> Annotate your images and let a picture say 1000 words.</p>
23-
<ul>
24-
<li>Load image from the file system or clipboard.</li>
25-
<li>Add shapes, stickers, text, drawings, and other callouts to highlight image details.</li>
26-
<li>Add magnifiers to enhance image details.</li>
27-
<li>Blur out portions of the image to obfuscate data.</li>
28-
<li>Crop, resize and add image borders.</li>
29-
<li>Control colors, line thickness and font details.</li>
30-
<li>Zoom support.</li>
31-
<li>Unlimited undo/redo of any change.</li>
32-
<li>Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.</li>
33-
<li>Support for copying annotated image to clipboard.</li>
34-
<li>Printer support.</li>
35-
</ul>`
36-
</description>
37-
<content_rating type="oars-1.1">
38-
<content_attribute id="violence-cartoon">none</content_attribute>
39-
<content_attribute id="violence-fantasy">none</content_attribute>
40-
<content_attribute id="violence-realistic">none</content_attribute>
41-
<content_attribute id="violence-bloodshed">none</content_attribute>
42-
<content_attribute id="violence-sexual">none</content_attribute>
43-
<content_attribute id="violence-desecration">none</content_attribute>
44-
<content_attribute id="violence-slavery">none</content_attribute>
45-
<content_attribute id="violence-worship">none</content_attribute>
46-
<content_attribute id="drugs-alcohol">none</content_attribute>
47-
<content_attribute id="drugs-narcotics">none</content_attribute>
48-
<content_attribute id="drugs-tobacco">none</content_attribute>
49-
<content_attribute id="sex-nudity">none</content_attribute>
50-
<content_attribute id="sex-themes">none</content_attribute>
51-
<content_attribute id="sex-homosexuality">none</content_attribute>
52-
<content_attribute id="sex-prostitution">none</content_attribute>
53-
<content_attribute id="sex-adultery">none</content_attribute>
54-
<content_attribute id="sex-appearance">none</content_attribute>
55-
<content_attribute id="language-profanity">none</content_attribute>
56-
<content_attribute id="language-humor">none</content_attribute>
57-
<content_attribute id="language-discrimination">none</content_attribute>
58-
<content_attribute id="social-chat">none</content_attribute>
59-
<content_attribute id="social-info">none</content_attribute>
60-
<content_attribute id="social-audio">none</content_attribute>
61-
<content_attribute id="social-location">none</content_attribute>
62-
<content_attribute id="social-contacts">none</content_attribute>
63-
<content_attribute id="money-purchasing">none</content_attribute>
64-
<content_attribute id="money-gambling">none</content_attribute>
65-
</content_rating>
66-
<url type="homepage">https://github.com/phase1geo/Annotator</url>
67-
<url type="bugtracker">https://github.com/phase1geo/Annotator/issues</url>
68-
<url type="help">https://github.com/phase1geo/Annotator/wiki</url>
69-
<update_contact>[email protected]</update_contact>
70-
<custom>
71-
<value key="x-appcenter-color-primary">#007367</value>
72-
<value key="x-appcenter-color-primary-text">#ffffff</value>
73-
<value key="x-appcenter-suggested-price">10</value>
74-
</custom>
75-
<releases>
76-
<release version="1.0.0" date="2021-08-31">
77-
<description>
78-
Initial release.
79-
</description>
80-
</release>
81-
</releases>
4+
<id>com.github.phase1geo.annotator</id>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>GPL-3.0+</project_license>
7+
<name>Annotator</name>
8+
<summary>Communicate with images better</summary>
9+
<developer_name>Trevor Williams</developer_name>
10+
<update_contact>[email protected]</update_contact>
11+
<provides>
12+
<binary>com.github.phase1geo.annotator</binary>
13+
</provides>
14+
<screenshots>
15+
<screenshot>
16+
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-light.png</image>
17+
</screenshot>
18+
<screenshot>
19+
<image>https://raw.githubusercontent.com/phase1geo/Annotator/master/data/screenshots/screenshot-dark.png</image>
20+
</screenshot>
21+
</screenshots>
22+
<description>
23+
<p>Communicate with images. Better.</p>
24+
<ul>
25+
<li>Load image from the file system or clipboard.</li>
26+
<li>Add shapes, stickers, text, drawings, and other callouts to highlight image details.</li>
27+
<li>Add magnifiers to enhance image details.</li>
28+
<li>Blur out portions of the image to obfuscate data.</li>
29+
<li>Crop, resize and add image borders.</li>
30+
<li>Control colors, line thickness and font details.</li>
31+
<li>Zoom support.</li>
32+
<li>Unlimited undo/redo of any change.</li>
33+
<li>Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.</li>
34+
<li>Support for copying annotated image to clipboard.</li>
35+
<li>Printer support.</li>
36+
</ul>
37+
</description>
38+
<content_rating type="oars-1.1">
39+
<content_attribute id="violence-cartoon">none</content_attribute>
40+
<content_attribute id="violence-fantasy">none</content_attribute>
41+
<content_attribute id="violence-realistic">none</content_attribute>
42+
<content_attribute id="violence-bloodshed">none</content_attribute>
43+
<content_attribute id="violence-sexual">none</content_attribute>
44+
<content_attribute id="violence-desecration">none</content_attribute>
45+
<content_attribute id="violence-slavery">none</content_attribute>
46+
<content_attribute id="violence-worship">none</content_attribute>
47+
<content_attribute id="drugs-alcohol">none</content_attribute>
48+
<content_attribute id="drugs-narcotics">none</content_attribute>
49+
<content_attribute id="drugs-tobacco">none</content_attribute>
50+
<content_attribute id="sex-nudity">none</content_attribute>
51+
<content_attribute id="sex-themes">none</content_attribute>
52+
<content_attribute id="sex-homosexuality">none</content_attribute>
53+
<content_attribute id="sex-prostitution">none</content_attribute>
54+
<content_attribute id="sex-adultery">none</content_attribute>
55+
<content_attribute id="sex-appearance">none</content_attribute>
56+
<content_attribute id="language-profanity">none</content_attribute>
57+
<content_attribute id="language-humor">none</content_attribute>
58+
<content_attribute id="language-discrimination">none</content_attribute>
59+
<content_attribute id="social-chat">none</content_attribute>
60+
<content_attribute id="social-info">none</content_attribute>
61+
<content_attribute id="social-audio">none</content_attribute>
62+
<content_attribute id="social-location">none</content_attribute>
63+
<content_attribute id="social-contacts">none</content_attribute>
64+
<content_attribute id="money-purchasing">none</content_attribute>
65+
<content_attribute id="money-gambling">none</content_attribute>
66+
</content_rating>
67+
<url type="homepage">https://github.com/phase1geo/Annotator/</url>
68+
<url type="bugtracker">https://github.com/phase1geo/Annotator/issues/</url>
69+
<custom>
70+
<value key="x-appcenter-color-primary">#007367</value>
71+
<value key="x-appcenter-color-primary-text">#ffffff</value>
72+
<value key="x-appcenter-suggested-price">10</value>
73+
</custom>
74+
<releases>
75+
<release version="1.0.0" date="2021-09-08">
76+
<description>
77+
<p>Initial release.</p>
78+
</description>
79+
</release>
80+
</releases>
8281
</component>

po/com.github.phase1geo.annotator.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.phase1geo.annotator\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-09-01 21:01-0500\n"
11+
"POT-Creation-Date: 2021-09-05 15:12-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: com.github.phase1geo.annotator\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-09-01 21:01-0500\n"
10+
"POT-Creation-Date: 2021-09-05 15:12-0500\n"
1111
"PO-Revision-Date: 2020-12-27 19:30-0600\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"

po/extra/es.po

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: extra\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-09-01 21:01-0500\n"
10+
"POT-Creation-Date: 2021-09-05 15:12-0500\n"
1111
"PO-Revision-Date: 2020-12-27 19:30-0600\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -44,53 +44,53 @@ msgstr ""
4444
msgid "Trevor Williams"
4545
msgstr ""
4646

47-
#: data/com.github.phase1geo.annotator.appdata.xml.in:22
48-
msgid "Annotate your images and let a picture say 1000 words."
47+
#: data/com.github.phase1geo.annotator.appdata.xml.in:23
48+
msgid "Communicate with images. Better."
4949
msgstr ""
5050

51-
#: data/com.github.phase1geo.annotator.appdata.xml.in:24
51+
#: data/com.github.phase1geo.annotator.appdata.xml.in:25
5252
msgid "Load image from the file system or clipboard."
5353
msgstr ""
5454

55-
#: data/com.github.phase1geo.annotator.appdata.xml.in:25
55+
#: data/com.github.phase1geo.annotator.appdata.xml.in:26
5656
msgid ""
5757
"Add shapes, stickers, text, drawings, and other callouts to highlight image "
5858
"details."
5959
msgstr ""
6060

61-
#: data/com.github.phase1geo.annotator.appdata.xml.in:26
61+
#: data/com.github.phase1geo.annotator.appdata.xml.in:27
6262
msgid "Add magnifiers to enhance image details."
6363
msgstr ""
6464

65-
#: data/com.github.phase1geo.annotator.appdata.xml.in:27
65+
#: data/com.github.phase1geo.annotator.appdata.xml.in:28
6666
msgid "Blur out portions of the image to obfuscate data."
6767
msgstr ""
6868

69-
#: data/com.github.phase1geo.annotator.appdata.xml.in:28
69+
#: data/com.github.phase1geo.annotator.appdata.xml.in:29
7070
msgid "Crop, resize and add image borders."
7171
msgstr ""
7272

73-
#: data/com.github.phase1geo.annotator.appdata.xml.in:29
73+
#: data/com.github.phase1geo.annotator.appdata.xml.in:30
7474
msgid "Control colors, line thickness and font details."
7575
msgstr ""
7676

77-
#: data/com.github.phase1geo.annotator.appdata.xml.in:30
77+
#: data/com.github.phase1geo.annotator.appdata.xml.in:31
7878
msgid "Zoom support."
7979
msgstr ""
8080

81-
#: data/com.github.phase1geo.annotator.appdata.xml.in:31
81+
#: data/com.github.phase1geo.annotator.appdata.xml.in:32
8282
msgid "Unlimited undo/redo of any change."
8383
msgstr ""
8484

85-
#: data/com.github.phase1geo.annotator.appdata.xml.in:32
85+
#: data/com.github.phase1geo.annotator.appdata.xml.in:33
8686
msgid "Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats."
8787
msgstr ""
8888

89-
#: data/com.github.phase1geo.annotator.appdata.xml.in:33
89+
#: data/com.github.phase1geo.annotator.appdata.xml.in:34
9090
msgid "Support for copying annotated image to clipboard."
9191
msgstr ""
9292

93-
#: data/com.github.phase1geo.annotator.appdata.xml.in:34
93+
#: data/com.github.phase1geo.annotator.appdata.xml.in:35
9494
msgid "Printer support."
9595
msgstr ""
9696

0 commit comments

Comments
 (0)