Revamped layout, Added lang selection, Added auto lang detection, Removed trash, Other minor improvements
Update .htaccess, body-1.php, and 50 more files...
This commit is contained in:
11
commons/strings/en/contact.json
Normal file
11
commons/strings/en/contact.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"contact.head.title": "Contact - NibblePoker",
|
||||
"contact.head.description": "TODO: description",
|
||||
"contact.og.title": "NibblePoker - Contact",
|
||||
"contact.og.description": "TODO: description",
|
||||
"contact.header.title": "Contact",
|
||||
|
||||
"contact.twitter.title": "Twitter",
|
||||
"contact.twitter.compose": "Compose DM to @NibblePoker on Twitter"
|
||||
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"content.search.count.single": "result",
|
||||
"content.search.count.multiple": "results",
|
||||
|
||||
"content.header.base" : "Content",
|
||||
"content.header.base" : "Projects",
|
||||
"content.search.header" : "Search",
|
||||
"content.error.header" : "Error",
|
||||
"_content.item.header" : "",
|
||||
@@ -56,8 +56,8 @@
|
||||
"content.commons.version.old.single": "Old version",
|
||||
"content.commons.version.old.multiple": "Old versions",
|
||||
"content.commons.version.source": "Source code",
|
||||
"content.commons.cpu": "CPU <span class=\"hidden-xs-and-down\">Architecture</span>",
|
||||
"content.commons.cpu.responsive": "CPU <span class=\"hidden-xs-and-down\">Architecture</span>",
|
||||
"content.commons.cpu": "CPU <span class=\"mobile-hide\">Architecture</span>",
|
||||
"content.commons.cpu.responsive": "CPU <span class=\"mobile-hide\">Architecture</span>",
|
||||
"content.commons.cpu.any": "Any architecture",
|
||||
"content.commons.cpu.x64": "x64",
|
||||
"content.commons.cpu.x86": "x86",
|
||||
|
||||
7
commons/strings/en/links.json
Normal file
7
commons/strings/en/links.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"links.head.title": "Links - NibblePoker",
|
||||
"links.head.description": "TODO: description",
|
||||
"links.og.title": "NibblePoker - Links",
|
||||
"links.og.description": "TODO: description",
|
||||
"links.header.title": "Links"
|
||||
}
|
||||
11
commons/strings/fr/contact.json
Normal file
11
commons/strings/fr/contact.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"contact.head.title": "Contact - NibblePoker",
|
||||
"contact.head.description": "TODO: description",
|
||||
"contact.og.title": "NibblePoker - Contact",
|
||||
"contact.og.description": "TODO: description",
|
||||
"contact.header.title": "Contact",
|
||||
|
||||
"contact.twitter.title": "Twitter",
|
||||
"contact.twitter.compose": "Composer un message privé pour @NibblePoker sur Twitter"
|
||||
|
||||
}
|
||||
@@ -10,6 +10,11 @@
|
||||
"content.search.count.single": "résultat",
|
||||
"content.search.count.multiple": "résultats",
|
||||
|
||||
"content.header.base" : "Projets",
|
||||
"content.search.header" : "Recherche",
|
||||
"content.error.header" : "Erreur",
|
||||
"_content.item.header" : "",
|
||||
|
||||
"content.error.head.title": "Erreur de contenu - NibblePoker",
|
||||
"_content.error.head.description": "Done via the '$content_error_message' variable",
|
||||
"content.error.og.title": "NibblePoker - Erreur de contenu",
|
||||
|
||||
7
commons/strings/fr/links.json
Normal file
7
commons/strings/fr/links.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"links.head.title": "Liens - NibblePoker",
|
||||
"links.head.description": "TODO: description",
|
||||
"links.og.title": "NibblePoker - Liens",
|
||||
"links.og.description": "TODO: description",
|
||||
"links.header.title": "Liens"
|
||||
}
|
||||
Reference in New Issue
Block a user