Added debug page, Improved Splide galleries
Update .gitignore, composer.php, and 12 more files...
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"common.action.copy": "Copy",
|
||||
"common.action.copied": "Copied"
|
||||
"common.action.copied": "Copied",
|
||||
|
||||
"common.undefined": "Undefined",
|
||||
"common.na": "N/A",
|
||||
|
||||
"common.yes": "Yes",
|
||||
"common.no": "No"
|
||||
}
|
||||
25
commons/strings/en/debug.json
Normal file
25
commons/strings/en/debug.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"debug.head.title": "Debugger - NibblePoker",
|
||||
"debug.head.description": "TODO: description",
|
||||
"debug.og.title": "NibblePoker - Debugger",
|
||||
"debug.og.description": "TODO: description",
|
||||
"debug.header.title": "Debugger",
|
||||
|
||||
"debug.tables.field": "Field",
|
||||
"debug.tables.value": "Value",
|
||||
|
||||
"debug.host.title": "Host Configuration",
|
||||
"debug.host.requested": "Requested",
|
||||
"debug.host.domain": "Domain",
|
||||
"debug.host.uri": "URI",
|
||||
"debug.host.tld": "TLD",
|
||||
"debug.host.waffle": "Waffle Mode",
|
||||
"debug.host.bouneschlupp": "Bouneschlupp Mode",
|
||||
|
||||
"debug.lang.title": "Localization System (L10N)",
|
||||
"debug.lang.compile-date": "Compilation date",
|
||||
"debug.lang.default": "Default language",
|
||||
"debug.lang.user": "Active language",
|
||||
"debug.lang.header.raw": "Raw HTTP header",
|
||||
"debug.lang.header.processed": "Processed HTTP header"
|
||||
}
|
||||
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"common.action.copy": "Copier",
|
||||
"common.action.copied": "Copié"
|
||||
"common.action.copied": "Copié",
|
||||
|
||||
"common.undefined": "Indéfini(e)",
|
||||
"common.na": "Non-applicable",
|
||||
|
||||
"common.yes": "Oui",
|
||||
"common.no": "Non"
|
||||
}
|
||||
25
commons/strings/fr/debug.json
Normal file
25
commons/strings/fr/debug.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"debug.head.title": "Débogueur - NibblePoker",
|
||||
"debug.head.description": "TODO: description",
|
||||
"debug.og.title": "NibblePoker - Débogueur",
|
||||
"debug.og.description": "TODO: description",
|
||||
"debug.header.title": "Débogueur",
|
||||
|
||||
"debug.tables.field": "Champ",
|
||||
"debug.tables.value": "Valeur",
|
||||
|
||||
"debug.host.title": "Configuration de l'hôte",
|
||||
"debug.host.requested": "Demandé",
|
||||
"debug.host.domain": "Domaine",
|
||||
"debug.host.uri": "URI",
|
||||
"debug.host.tld": "TLD",
|
||||
"debug.host.waffle": "Mode gaufrier",
|
||||
"debug.host.bouneschlupp": "Mode Bouneschlupp",
|
||||
|
||||
"debug.lang.title": "Système de localisation (L10N)",
|
||||
"debug.lang.compile-date": "Date de compilation",
|
||||
"debug.lang.default": "Langue par défaut",
|
||||
"debug.lang.user": "Langue active",
|
||||
"debug.lang.header.raw": "En-tête HTTP brut",
|
||||
"debug.lang.header.processed": "En-tête HTTP traité"
|
||||
}
|
||||
Reference in New Issue
Block a user