|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<root> |
3 |
| - <name>Form Validation</name> |
4 |
| - <key>formvalidation</key> |
5 |
| - <state>stable</state> |
6 |
| - <logo>https://raw.githubusercontent.com/tomolimo/formvalidation/master/formvalidation.png</logo> |
7 |
| - <description> |
8 |
| - <short> |
9 |
| - <cs><![CDATA[Poskytuje ověřování formuláře při vyplňování přímo v prohlížeči.]]></cs> |
10 |
| - <fr><![CDATA[Permet la validation des formulaires pendant la saisie directement dans le navigateur.]]></fr> |
11 |
| - <en><![CDATA[Provides form validation during input directly in browser.]]></en> |
12 |
| - </short> |
13 |
| - <long> |
14 |
| - <cs><![CDATA[Poskytuje grafické rozhraní pro výběr kolonek, jehož obsah je třeba ověřovat.]]></cs> |
15 |
| - <fr><![CDATA[Fournit une interface graphique permettant de selectionner les champs qui seront à valider.]]></fr> |
16 |
| - <en><![CDATA[Provides a graphical interface to select fields that need to be validated.]]></en> |
17 |
| - </long> |
18 |
| - </description> |
19 |
| - <homepage>https://github.com/tomolimo/formvalidation</homepage> |
20 |
| - <download>https://github.com/tomolimo/formvalidation/releases</download> |
21 |
| - <issues>https://github.com/tomolimo/formvalidation/issues</issues> |
22 |
| - <readme>https://github.com/tomolimo/formvalidation/wiki</readme> |
23 |
| - <authors> |
24 |
| - <author>Olivier Moron </author> |
25 |
| - </authors> |
26 |
| - <versions> |
27 |
| - <version> |
28 |
| - <num>0.5.0</num> |
29 |
| - <compatibility>9.3</compatibility> |
30 |
| - </version> |
31 |
| - <version> |
32 |
| - <num>0.4.4</num> |
33 |
| - <compatibility>9.2</compatibility> |
34 |
| - </version> |
35 |
| - <version> |
36 |
| - <num>0.2.3</num> |
37 |
| - <compatibility>9.1</compatibility> |
38 |
| - </version> |
39 |
| - <version> |
40 |
| - <num>0.2.3</num> |
41 |
| - <compatibility>0.90</compatibility> |
42 |
| - </version> |
43 |
| - <version> |
44 |
| - <num>0.2.3</num> |
45 |
| - <compatibility>0.85</compatibility> |
46 |
| - </version> |
47 |
| - </versions> |
48 |
| - <langs> |
49 |
| - <lang>cs_CZ</lang> |
50 |
| - <lang>en_GB</lang> |
51 |
| - <lang>fr_FR</lang> |
52 |
| - </langs> |
53 |
| - <license><![CDATA[GPL v2+]]></license> |
54 |
| - <tags> |
55 |
| - <cs> |
56 |
| - <tag>Služba podpora</tag> |
57 |
| - <tag>Formulář</tag> |
58 |
| - <tag>Ověřování</tag> |
59 |
| - <tag>Ověřování formuláře</tag> |
60 |
| - </cs> |
61 |
| - <fr> |
62 |
| - <tag>Helpdesk</tag> |
63 |
| - <tag>Formulaire</tag> |
64 |
| - <tag>Validation</tag> |
65 |
| - <tag>Validation Formulaire</tag> |
66 |
| - </fr> |
67 |
| - <en> |
68 |
| - <tag>Helpdesk</tag> |
69 |
| - <tag>Form</tag> |
70 |
| - <tag>Validation</tag> |
71 |
| - <tag>Form Validation</tag> |
72 |
| - </en> |
73 |
| - </tags> |
74 |
| -</root> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<root> |
| 3 | + <name>Form Validation</name> |
| 4 | + <key>formvalidation</key> |
| 5 | + <state>stable</state> |
| 6 | + <logo>https://raw.githubusercontent.com/tomolimo/formvalidation/master/formvalidation.png</logo> |
| 7 | + <description> |
| 8 | + <short> |
| 9 | + <cs><![CDATA[Poskytuje ověřování formuláře při vyplňování přímo v prohlížeči.]]></cs> |
| 10 | + <fr><![CDATA[Permet la validation des formulaires pendant la saisie directement dans le navigateur.]]></fr> |
| 11 | + <en><![CDATA[Provides form validation during input directly in browser.]]></en> |
| 12 | + </short> |
| 13 | + <long> |
| 14 | + <cs><![CDATA[Poskytuje grafické rozhraní pro výběr kolonek, jehož obsah je třeba ověřovat.]]></cs> |
| 15 | + <fr><![CDATA[Fournit une interface graphique permettant de selectionner les champs qui seront à valider.]]></fr> |
| 16 | + <en><![CDATA[Provides a graphical interface to select fields that need to be validated.]]></en> |
| 17 | + </long> |
| 18 | + </description> |
| 19 | + <homepage>https://github.com/tomolimo/formvalidation</homepage> |
| 20 | + <download>https://github.com/tomolimo/formvalidation/releases</download> |
| 21 | + <issues>https://github.com/tomolimo/formvalidation/issues</issues> |
| 22 | + <readme>https://github.com/tomolimo/formvalidation/wiki</readme> |
| 23 | + <authors> |
| 24 | + <author>Olivier Moron </author> |
| 25 | + </authors> |
| 26 | + <versions> |
| 27 | + <version> |
| 28 | + <num>0.5.1</num> |
| 29 | + <compatibility>9.3</compatibility> |
| 30 | + </version> |
| 31 | + <version> |
| 32 | + <num>0.4.5</num> |
| 33 | + <compatibility>9.2</compatibility> |
| 34 | + </version> |
| 35 | + <version> |
| 36 | + <num>0.2.3</num> |
| 37 | + <compatibility>9.1</compatibility> |
| 38 | + </version> |
| 39 | + <version> |
| 40 | + <num>0.2.3</num> |
| 41 | + <compatibility>0.90</compatibility> |
| 42 | + </version> |
| 43 | + <version> |
| 44 | + <num>0.2.3</num> |
| 45 | + <compatibility>0.85</compatibility> |
| 46 | + </version> |
| 47 | + </versions> |
| 48 | + <langs> |
| 49 | + <lang>cs_CZ</lang> |
| 50 | + <lang>en_GB</lang> |
| 51 | + <lang>fr_FR</lang> |
| 52 | + </langs> |
| 53 | + <license><![CDATA[GPL v2+]]></license> |
| 54 | + <tags> |
| 55 | + <cs> |
| 56 | + <tag>Služba podpora</tag> |
| 57 | + <tag>Formulář</tag> |
| 58 | + <tag>Ověřování</tag> |
| 59 | + <tag>Ověřování formuláře</tag> |
| 60 | + </cs> |
| 61 | + <fr> |
| 62 | + <tag>Helpdesk</tag> |
| 63 | + <tag>Formulaire</tag> |
| 64 | + <tag>Validation</tag> |
| 65 | + <tag>Validation Formulaire</tag> |
| 66 | + </fr> |
| 67 | + <en> |
| 68 | + <tag>Helpdesk</tag> |
| 69 | + <tag>Form</tag> |
| 70 | + <tag>Validation</tag> |
| 71 | + <tag>Form Validation</tag> |
| 72 | + </en> |
| 73 | + </tags> |
| 74 | +</root> |
0 commit comments