Merge pull request #1 from Joery/dev

Language: Translate plugins
This commit is contained in:
Joery Zegers 2016-10-14 16:04:46 +02:00 committed by GitHub
commit e3739e8eca
14 changed files with 113 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "Over mij",
"description": "Een korte beschrijving over je site of jezelf."
}
}

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "API",
"description": "Interface om te communiceren met Bludit via het HTTP protocol."
}
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Disqus comment system",
"description": "Disqus is a blog comment hosting service for web sites. It's necesary to register on Disqus.com before using this plugin."
"description": "Disqus is a blog comment hosting service for web sites. It's necessary to register on Disqus.com before using this plugin."
},
"disqus-shortname": "Disqus shortname",

View File

@ -0,0 +1,12 @@
{
"plugin-data":
{
"name": "Disqus commentaar systeem",
"description": "Disqus is een blog commentaar hosting service voor web sites. Het is wel nodig om jezelf te registreren op Disqus.com voordat je deze plugin kan gebruiken."
},
"disqus-shortname": "Disqus shortname",
"enable-disqus-on-pages": "Schakel Disqus in op pagina's",
"enable-disqus-on-posts": "Schakel Disqus in op posts",
"enable-disqus-on-default-home-page": "Schakel Disqus in op de startpagina"
}

View File

@ -0,0 +1,12 @@
{
"plugin-data":
{
"name": "Google Tools",
"description": "Deze plugin genereerd een meta tag om je site te verifiëren met Google Webmasters Tools en de JavaScript code om je site te tracken met Google Analytics."
},
"google-webmasters-tools": "Google Webmasters tools",
"google-analytics-tracking-id": "Google Analytics Tracking ID",
"complete-this-field-with-the-google-site-verification": "Vul dit veld in met de Google Site verificatie om jezelf te verifiëren als site beheerder.",
"complete-this-field-with-the-tracking-id": "Vul dit veld in met de Tracking ID om de Javascript tracking code te genereren voor Google Analytics."
}

View File

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Laatste posts",
"description": "Laat de laatste gepubliceerde posts zien."
},
"amount-of-posts": "Amount of posts"
}

View File

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "Onderhoud modus",
"description": "Zet je site op onderhoud modus, je kan bij de admin pagina komen."
},
"enable-maintenance-mode": "Schakel de onderhoud modus in",
"message": "Bericht"
}

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "Open Graph",
"description": "De Open Graph protocol kan van elke webpagina een rich object in een sociale grafiek maken."
}
}

View File

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "Pagina lijst",
"description": "Laat een lijst met alle pagina's op volgorde zien."
},
"home": "Home",
"show-home-link": "Laat de homepage link zien"
}

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "RSS Feed",
"description": "Deze plugin genereerd een RSS Feed voor je website."
}
}

View File

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "SimpleMDE",
"description": "Een simpele, mooie en integreerbare JavaScript markdown editor van @WesCossick. Aangepast door Diego Najar voor Bludit."
},
"toolbar": "Toolbar",
"tab-size": "Tab grootte",
"autosave": "Automatisch opslaan"
}

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "Sitemap",
"description": "Deze plugin genereerd een sitemap.xml bestand waar je een lijst met webpagina's kan zetten zodat zoekmachines de organisatie van je site content beter kan begrijpen."
}
}

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "Tag lijst",
"description": "Toon alle tags."
}
}

View File

@ -0,0 +1,7 @@
{
"theme-data":
{
"name": "Log",
"description": "Minimalistisch en responsive thema, ontwikkeld door @n33, aangepast voor Bludit."
}
}