diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
commit | 92892f13357188a5b4c81b5f2c35a3a740924d67 (patch) | |
tree | 26e5bb275c2171802f3bf477eb2a1aa0f20ec4df /i18n |
First commit.
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.json | 37 | ||||
-rw-r--r-- | i18n/fr.json | 38 | ||||
-rw-r--r-- | i18n/qqq.json | 7 |
3 files changed, 82 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..afeb503 --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,37 @@ +{ + "@metadata": { + "authors": [ "Cyrille Bagard" ] + }, + + "screenshots-url": "Screenshots", + "screenshots-desc": "SCREENSHOTS", + "documentation-url": "Documentation", + "documentation-desc": "DOCUMENTATION", + "download-url": "Download", + "download-desc": "DOWNLOAD", + "activity-url": "Blog:Articles", + "activity-desc": "EVOLUTIONS", + "contact-url": "Contacts", + "contact-desc": "CONTACTS", + + "pythonapi-url" : "Pychrysalide_Python_Module", + "pythonapi-desc" : "Python documentation", + "howto-url" : "HowTo", + "howto-desc" : "HowTo", + "faq-url" : "FAQ", + "faq-desc" : "FAQ", + + "blog-url" : "Blog:Articles", + "blog-desc" : "Blog", + "features-url" : "RoadMap", + "features-desc" : "Roadmap", + "comparison-url" : "Compare", + "comparison-desc" : "Comparisons", + + "addresses-url" : "Contacts", + "addresses-desc" : "Contacts", + "references-url" : "References", + "references-desc" : "References", + "webresources-desc" : "Web Resources" + +} diff --git a/i18n/fr.json b/i18n/fr.json new file mode 100644 index 0000000..13bfa2b --- /dev/null +++ b/i18n/fr.json @@ -0,0 +1,38 @@ +{ + "@metadata": { + "authors": [ "Cyrille Bagard" ] + }, + + "screenshots-url": "Screenshots", + "screenshots-desc": "GALERIE PHOTOS", + "documentation-url": "Documentation", + "documentation-desc": "DOCUMENTATION", + "download-url": "Download", + "download-desc": "TELECHARGEMENT", + "activity-url": "Blog:Articles", + "activity-desc": "EVOLUTIONS", + "contact-url": "Contacts", + "contact-desc": "CONTACTS", + + "pythonapi-url" : "Pychrysalide_Python_Module", + "pythonapi-desc" : "Documentation Python", + "howto-url" : "HowTo", + "howto-desc" : "HowTo", + "faq-url" : "FAQ", + "faq-desc" : "FAQ", + + "blog-url" : "Blog:Articles", + "blog-desc" : "Blog", + "features-url" : "RoadMap", + "features-desc" : "Feuille de route", + "comparison-url" : "Compare", + "comparison-desc" : "Comparaisons", + + "addresses-url" : "Contacts", + "addresses-desc" : "Contacts", + "references-url" : "References", + "references-desc" : "Références", + "webresources-url" : "WebResources", + "webresources-desc" : "Ressources Web" + +} diff --git a/i18n/qqq.json b/i18n/qqq.json new file mode 100644 index 0000000..87ddba7 --- /dev/null +++ b/i18n/qqq.json @@ -0,0 +1,7 @@ +{ + "@metadata": { + "authors": [ "Cyrille Bagard" ] + }, + "skinname-example": "{{optional}}", + "example-desc": "{{desc|what=skin|name=Example|url=https://www.mediawiki.org/wiki/Skin:Example}}" +} |