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": "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