corvée: met à jour l'installation
- passage à WordPress 6.8.1 - màj des dépendences NPM et Composer
This commit is contained in:
parent
e0e7bf18f2
commit
7f41f34be5
484 changed files with 25100 additions and 20267 deletions
133
web/app/languages/plugins/query-monitor-fr_FR.po
Executable file → Normal file
133
web/app/languages/plugins/query-monitor-fr_FR.po
Executable file → Normal file
|
|
@ -2,7 +2,7 @@
|
|||
# This file is distributed under the same license as the Plugins - Query Monitor – The developer tools panel for WordPress - Stable (latest release) package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2024-04-02 08:34:19+0000\n"
|
||||
"PO-Revision-Date: 2025-02-23 13:55:57+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
@ -77,75 +77,75 @@ msgid "Doing it Wrong"
|
|||
msgstr "Doing it Wrong"
|
||||
|
||||
#. translators: %s: Name of WordPress filter
|
||||
#: dispatchers/Html.php:595
|
||||
#: dispatchers/Html.php:609
|
||||
msgid "The file link format for your editor is set by the %s filter."
|
||||
msgstr "Le format du lien du fichier pour votre éditeur est défini par le filtre %s."
|
||||
|
||||
#. translators: 1: WordPress hook name, 2: Version number, 3: Optional message
|
||||
#. regarding the change.
|
||||
#: collectors/doing_it_wrong.php:374
|
||||
#: collectors/doing_it_wrong.php:397
|
||||
msgid "Hook %1$s is deprecated since version %2$s with no alternative available. %3$s"
|
||||
msgstr "Le crochet %1$s est obsolète depuis la version %2$s, aucune alternative n’est disponible. %3$s"
|
||||
|
||||
#. translators: 1: WordPress hook name, 2: Version number, 3: Alternative hook
|
||||
#. name, 4: Optional message regarding the change.
|
||||
#: collectors/doing_it_wrong.php:365
|
||||
#: collectors/doing_it_wrong.php:388
|
||||
msgid "Hook %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
|
||||
msgstr "Le crochet %1$s est obsolète depuis la version %2$s ! Veuillez utiliser %3$s à la place. %4$s"
|
||||
|
||||
#. translators: 1: PHP function name, 2: Version number.
|
||||
#: collectors/doing_it_wrong.php:326
|
||||
#: collectors/doing_it_wrong.php:349
|
||||
msgid "Function %1$s was called with an argument that is deprecated since version %2$s with no alternative available."
|
||||
msgstr "La fonction %1$s a été appelée avec un argument qui est obsolète depuis la version %2$s, aucune alternative n‘est disponible."
|
||||
|
||||
#. translators: 1: PHP function name, 2: Version number, 3: Optional message
|
||||
#. regarding the change.
|
||||
#: collectors/doing_it_wrong.php:318
|
||||
#: collectors/doing_it_wrong.php:341
|
||||
msgid "Function %1$s was called with an argument that is deprecated since version %2$s! %3$s"
|
||||
msgstr "La fonction %1$s est appelée avec un argument qui est obsolète depuis la version %2$s ! %3$s"
|
||||
|
||||
#. translators: 1: PHP file name, 2: Version number, 3: Optional message
|
||||
#. regarding the change.
|
||||
#: collectors/doing_it_wrong.php:279
|
||||
#: collectors/doing_it_wrong.php:302
|
||||
msgid "File %1$s is deprecated since version %2$s with no alternative available. %3$s"
|
||||
msgstr "Le fichier %1$s est obsolète depuis la version %2$s, aucune alternative n’est disponible. %3$s"
|
||||
|
||||
#. translators: 1: PHP file name, 2: Version number, 3: Alternative file name,
|
||||
#. 4: Optional message regarding the change.
|
||||
#: collectors/doing_it_wrong.php:270
|
||||
#: collectors/doing_it_wrong.php:293
|
||||
msgid "File %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
|
||||
msgstr "Le fichier %1$s est obsolète depuis la version %2$s ! Veuillez utiliser %3$s à la place. %4$s"
|
||||
|
||||
#. translators: 1: PHP class name, 2: PHP parent class name, 3: Version number,
|
||||
#. 4: __construct() method.
|
||||
#: collectors/doing_it_wrong.php:229
|
||||
#: collectors/doing_it_wrong.php:252
|
||||
msgid "The called constructor method for %1$s class in %2$s is deprecated since version %3$s! Use %4$s instead."
|
||||
msgstr "La méthode de construction appelée pour la classe %1$s dans %2$s est obsolète depuis la version %3$s ! Veuillez utiliser %4$s à la place."
|
||||
|
||||
#. translators: 1: PHP class name, 2: Version number, 3: __construct() method.
|
||||
#: collectors/doing_it_wrong.php:220
|
||||
#: collectors/doing_it_wrong.php:243
|
||||
msgid "The called constructor method for %1$s class is deprecated since version %2$s! Use %3$s instead."
|
||||
msgstr "La méthode de construction appelée pour la classe %1$s est obsolète depuis la version %2$s ! Veuillez utiliser %3$s à la place."
|
||||
|
||||
#. translators: 1: PHP function name, 2: Version number, 3: Alternative
|
||||
#. function name.
|
||||
#: collectors/doing_it_wrong.php:182
|
||||
#: collectors/doing_it_wrong.php:205
|
||||
msgid "Function %1$s is deprecated since version %2$s! Use %3$s instead."
|
||||
msgstr "La fonction %1$s est obsolète depuis la version %2$s ! Veuillez utiliser %3$s à la place."
|
||||
|
||||
#. translators: 1: PHP function name, 2: Version number.
|
||||
#: collectors/doing_it_wrong.php:174
|
||||
#: collectors/doing_it_wrong.php:197
|
||||
msgid "Function %1$s is deprecated since version %2$s with no alternative available."
|
||||
msgstr "La fonction %1$s est obsolète depuis la version %2$s, aucune alternative n’est disponible."
|
||||
|
||||
#. translators: Developer debugging message. 1: PHP function name, 2:
|
||||
#. Explanatory message, 3: WordPress version number.
|
||||
#: collectors/doing_it_wrong.php:143
|
||||
#: collectors/doing_it_wrong.php:166
|
||||
msgid "Function %1$s was called incorrectly. %2$s %3$s"
|
||||
msgstr "La fonction %1$s a été appelée de façon incorrecte. %2$s %3$s"
|
||||
|
||||
#. translators: %s: Version number.
|
||||
#: collectors/doing_it_wrong.php:134
|
||||
#: collectors/doing_it_wrong.php:157
|
||||
msgid "(This message was added in version %s.)"
|
||||
msgstr "(Ce message a été ajouté à la version %s.)"
|
||||
|
||||
|
|
@ -192,30 +192,29 @@ msgstr "Fermeture inconnue"
|
|||
msgid "%s Language"
|
||||
msgstr "Langue %s"
|
||||
|
||||
#: dispatchers/Html.php:611
|
||||
#: dispatchers/Html.php:625
|
||||
msgctxt "colour scheme"
|
||||
msgid "Dark"
|
||||
msgstr "Sombre"
|
||||
|
||||
#: dispatchers/Html.php:610
|
||||
#: dispatchers/Html.php:624
|
||||
msgctxt "colour scheme"
|
||||
msgid "Light"
|
||||
msgstr "Clair"
|
||||
|
||||
#: dispatchers/Html.php:609
|
||||
#: dispatchers/Html.php:623
|
||||
msgctxt "colour scheme"
|
||||
msgid "Auto"
|
||||
msgstr "Auto"
|
||||
|
||||
#: dispatchers/Html.php:606
|
||||
#: dispatchers/Html.php:620
|
||||
msgid "Your browser color scheme is respected by default. You can override it here."
|
||||
msgstr "Le jeu de couleur par défaut de votre navigateur est respecté. Vous pouvez le surcharger ici."
|
||||
|
||||
#: dispatchers/Html.php:604
|
||||
#: dispatchers/Html.php:618
|
||||
msgid "Appearance"
|
||||
msgstr "Apparence"
|
||||
|
||||
#. translators: %s: Memory used in megabytes
|
||||
#. translators: %s: Memory usage in megabytes with a decimal fraction. Note the
|
||||
#. space between value and unit symbol.
|
||||
#: output/headers/overview.php:40 output/html/overview.php:391
|
||||
|
|
@ -258,8 +257,6 @@ msgstr "%1$s octets (%2$s Mo)"
|
|||
|
||||
#. translators: %s: A time in seconds with a decimal fraction. No space between
|
||||
#. value and unit symbol.
|
||||
#. translators: %s: A time in seconds with a decimal fraction. No space between
|
||||
#. value and unit.
|
||||
#: output/html/db_queries.php:487 output/html/overview.php:105
|
||||
#: output/html/overview.php:190 output/html/overview.php:238
|
||||
#: output/html/overview.php:386
|
||||
|
|
@ -296,12 +293,12 @@ msgstr "Aucun fichier JavaScript n’a été mis en file d’attente."
|
|||
msgid "Non-WordPress Core"
|
||||
msgstr "Non cœur de WordPress"
|
||||
|
||||
#: dispatchers/Html.php:651
|
||||
#: dispatchers/Html.php:665
|
||||
msgid "Allow the wp-content/db.php file symlink to be put into place during activation. Set to false to prevent the symlink creation."
|
||||
msgstr "Autorise la mise en place du lien symbolique du fichier wp-content/db.php lors de l’activation. Mettez la valeur « false » pour empêcher la création du lien symbolique."
|
||||
|
||||
#. translators: %s: Number of hooks
|
||||
#: dispatchers/Html.php:383
|
||||
#: dispatchers/Html.php:389
|
||||
msgid "Hooks in Use (%s)"
|
||||
msgstr "Crochets utilisés (%s)"
|
||||
|
||||
|
|
@ -362,7 +359,7 @@ msgstr "Aucune donnée journalisée <a href=\"%s\">En savoir plus sur l’enregi
|
|||
msgid "Environment Type"
|
||||
msgstr "Type d’environnement"
|
||||
|
||||
#: dispatchers/Html.php:639
|
||||
#: dispatchers/Html.php:653
|
||||
msgid "Hide Query Monitor itself from various panels. Set to false if you want to see how Query Monitor hooks into WordPress."
|
||||
msgstr "Masquer Query Monitor lui-même à partir de divers panneaux. Définissez-le sur « false » si vous voulez voir comment Query Monitor s’accroche à WordPress."
|
||||
|
||||
|
|
@ -380,19 +377,19 @@ msgstr "Les fichiers de ressources pour Query Monitor doivent être construits.
|
|||
msgid "This message was triggered by %s."
|
||||
msgstr "Ce message a été déclenché par %s."
|
||||
|
||||
#: dispatchers/Html.php:591
|
||||
#: dispatchers/Html.php:605
|
||||
msgid "Saved! Reload to apply changes."
|
||||
msgstr "Enregistré ! Recharger pour appliquer les modifications."
|
||||
|
||||
#: dispatchers/Html.php:587
|
||||
#: dispatchers/Html.php:601
|
||||
msgid "Set editor cookie"
|
||||
msgstr "Définir l’éditeur de cookie"
|
||||
|
||||
#: dispatchers/Html.php:565
|
||||
#: dispatchers/Html.php:577
|
||||
msgid "You can set your editor here, so that when you click on stack trace links the file opens in your editor."
|
||||
msgstr "Vous pouvez définir votre éditeur ici, de sorte que lorsque vous cliquez sur les liens de suivi de pile, le fichier s’ouvre dans votre éditeur."
|
||||
|
||||
#: dispatchers/Html.php:562
|
||||
#: dispatchers/Html.php:574
|
||||
msgid "Editor"
|
||||
msgstr "Éditeur"
|
||||
|
||||
|
|
@ -466,7 +463,7 @@ msgid "Request Data"
|
|||
msgstr "Requête de données"
|
||||
|
||||
#. translators: %s: Default value for a PHP constant
|
||||
#: dispatchers/Html.php:694
|
||||
#: dispatchers/Html.php:708
|
||||
msgid "Default value: %s"
|
||||
msgstr "Valeur par défaut : %s"
|
||||
|
||||
|
|
@ -545,7 +542,7 @@ msgstr "Temps de rendu"
|
|||
msgid "Twig Template Files"
|
||||
msgstr "Fichiers de modèle Twig"
|
||||
|
||||
#: dispatchers/Html.php:480
|
||||
#: dispatchers/Html.php:492
|
||||
msgid "Toggle panel position"
|
||||
msgstr "Permute la position du panneau"
|
||||
|
||||
|
|
@ -581,7 +578,7 @@ msgstr "Pas de limite de mémoire. La directive de configuration PHP %1$s est d
|
|||
msgid "No execution time limit. The %1$s PHP configuration directive is set to %2$s."
|
||||
msgstr "Pas de limite de temps d’exécution. La directive de configuration PHP %1$s est définie sur %2$s."
|
||||
|
||||
#: classes/Collector_Assets.php:474
|
||||
#: classes/Collector_Assets.php:469
|
||||
msgid "Insecure content"
|
||||
msgstr "Contenu non sécurisé"
|
||||
|
||||
|
|
@ -698,56 +695,56 @@ msgid "Sequence"
|
|||
msgstr "Séquence"
|
||||
|
||||
#. translators: %s: Current value for a PHP constant
|
||||
#: dispatchers/Html.php:708
|
||||
#: dispatchers/Html.php:722
|
||||
msgid "Current value: %s"
|
||||
msgstr "Valeur actuelle : %s"
|
||||
|
||||
#. translators: %s: Name of the config file
|
||||
#: dispatchers/Html.php:674
|
||||
#: dispatchers/Html.php:688
|
||||
msgid "The following PHP constants can be defined in your %s file in order to control the behavior of Query Monitor:"
|
||||
msgstr "Les constantes suivantes peuvent être définies dans votre fichier %s pour contrôler le comportement de Query Monitor :"
|
||||
|
||||
#: dispatchers/Html.php:670
|
||||
#: dispatchers/Html.php:684
|
||||
msgid "Configuration"
|
||||
msgstr "Configuration"
|
||||
|
||||
#: dispatchers/Html.php:647
|
||||
#: dispatchers/Html.php:661
|
||||
msgid "In the Hooks & Actions panel, show every hook that has an action or filter attached (instead of every action hook that fired during the request)."
|
||||
msgstr "Dans le panneau Crochets & Actions, affichez chaque crochet auquel est attaché une action ou un filtre (au lieu de chaque crochet d’action qui s’est déclenché pendant la requête)."
|
||||
|
||||
#: dispatchers/Html.php:643
|
||||
#: dispatchers/Html.php:657
|
||||
msgid "Don't specify jQuery as a dependency of Query Monitor. If jQuery isn't enqueued then Query Monitor will still operate, but with some reduced functionality."
|
||||
msgstr "Ne spécifiez pas jQuery comme une dépendance de Query Monitor. Si jQuery n’est pas mis en file d’attente, Query Monitor fonctionnera toujours, mais avec une fonctionnalité réduite."
|
||||
|
||||
#: dispatchers/Html.php:635
|
||||
#: dispatchers/Html.php:649
|
||||
msgid "Hide WordPress core on the Hooks & Actions panel."
|
||||
msgstr "Masquer le cœur WordPress dans le panneau Crochets et actions."
|
||||
|
||||
#: dispatchers/Html.php:631
|
||||
#: dispatchers/Html.php:645
|
||||
msgid "Enable the Capability Checks panel."
|
||||
msgstr "Activer le panneau de vérification des capacités."
|
||||
|
||||
#: dispatchers/Html.php:627
|
||||
#: dispatchers/Html.php:641
|
||||
msgid "Disable the handling of PHP errors."
|
||||
msgstr "Désactiver la gestion des erreurs PHP."
|
||||
|
||||
#: dispatchers/Html.php:623
|
||||
#: dispatchers/Html.php:637
|
||||
msgid "Disable Query Monitor entirely."
|
||||
msgstr "Désactiver entièrement Query Monitor."
|
||||
|
||||
#: dispatchers/Html.php:619
|
||||
#: dispatchers/Html.php:633
|
||||
msgid "If an individual database query takes longer than this time to execute, it's considered \"slow\" and triggers a warning."
|
||||
msgstr "Si une requête de base de données individuelle a une durée d’exécution supérieure à celle-ci, elle est considérée comme « lente » et déclenche un avertissement."
|
||||
|
||||
#: dispatchers/Html.php:556
|
||||
#: dispatchers/Html.php:568
|
||||
msgid "Authentication cookie is set"
|
||||
msgstr "Le cookie d’authentification est défini"
|
||||
|
||||
#: dispatchers/Html.php:549
|
||||
#: dispatchers/Html.php:561
|
||||
msgid "You can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in, or when you’re logged in as a different user."
|
||||
msgstr "Vous pouvez définir un cookie d’authentification qui vous permet d’afficher les résultats de Query Monitor lorsque vous n’êtes pas connecté, ou lorsque vous êtes connecté en tant qu’utilisateur/utilisatrice différent⋅e."
|
||||
|
||||
#: dispatchers/Html.php:487
|
||||
#: dispatchers/Html.php:499
|
||||
msgid "Query Monitor Menu"
|
||||
msgstr "Menu Query Monitor"
|
||||
|
||||
|
|
@ -930,12 +927,12 @@ msgstr "Classe :"
|
|||
msgid "List Table"
|
||||
msgstr "Table de liste"
|
||||
|
||||
#: dispatchers/Html.php:482
|
||||
#: dispatchers/Html.php:494
|
||||
msgid "Close Panel"
|
||||
msgstr "Fermer le panneau"
|
||||
|
||||
#: classes/QueryMonitor.php:60 dispatchers/Html.php:467
|
||||
#: dispatchers/Html.php:478 dispatchers/Html.php:543
|
||||
#: classes/QueryMonitor.php:60 dispatchers/Html.php:479
|
||||
#: dispatchers/Html.php:490 dispatchers/Html.php:555
|
||||
msgid "Settings"
|
||||
msgstr "Réglages"
|
||||
|
||||
|
|
@ -956,22 +953,22 @@ msgstr "Temporisation"
|
|||
msgid "Current Network: #%d"
|
||||
msgstr "Réseau actuel : #%d"
|
||||
|
||||
#: collectors/php_errors.php:405
|
||||
#: collectors/php_errors.php:366
|
||||
msgctxt "Silenced PHP error level"
|
||||
msgid "Deprecated (Silenced)"
|
||||
msgstr "Obsolète (silencieux)"
|
||||
|
||||
#: collectors/php_errors.php:404
|
||||
#: collectors/php_errors.php:365
|
||||
msgctxt "Silenced PHP error level"
|
||||
msgid "Strict (Silenced)"
|
||||
msgstr "Strict (silencieux)"
|
||||
|
||||
#: collectors/php_errors.php:403
|
||||
#: collectors/php_errors.php:364
|
||||
msgctxt "Silenced PHP error level"
|
||||
msgid "Notice (Silenced)"
|
||||
msgstr "Notice (silencieux) "
|
||||
|
||||
#: collectors/php_errors.php:402
|
||||
#: collectors/php_errors.php:363
|
||||
msgctxt "Silenced PHP error level"
|
||||
msgid "Warning (Silenced)"
|
||||
msgstr "Attention (silencieux) "
|
||||
|
|
@ -1102,22 +1099,22 @@ msgstr "%1$s%% taux de réussite (%2$s réussites, %3$s échecs)"
|
|||
msgid "Template Hierarchy"
|
||||
msgstr "Hiérarchie du modèle"
|
||||
|
||||
#: collectors/php_errors.php:399
|
||||
#: collectors/php_errors.php:360
|
||||
msgctxt "Suppressed PHP error level"
|
||||
msgid "Deprecated (Suppressed)"
|
||||
msgstr "Obsolète (supprimé)"
|
||||
|
||||
#: collectors/php_errors.php:398
|
||||
#: collectors/php_errors.php:359
|
||||
msgctxt "Suppressed PHP error level"
|
||||
msgid "Strict (Suppressed)"
|
||||
msgstr "Strict (supprimé)"
|
||||
|
||||
#: collectors/php_errors.php:397
|
||||
#: collectors/php_errors.php:358
|
||||
msgctxt "Suppressed PHP error level"
|
||||
msgid "Notice (Suppressed)"
|
||||
msgstr "Notification (supprimé)"
|
||||
|
||||
#: collectors/php_errors.php:396
|
||||
#: collectors/php_errors.php:357
|
||||
msgctxt "Suppressed PHP error level"
|
||||
msgid "Warning (Suppressed)"
|
||||
msgstr "Avertissement (supprimé)"
|
||||
|
|
@ -1156,22 +1153,22 @@ msgstr "Unique %1$s : #%2$d"
|
|||
msgid "Current Site: #%d"
|
||||
msgstr "Site actuel : #%d"
|
||||
|
||||
#: collectors/php_errors.php:393
|
||||
#: collectors/php_errors.php:354
|
||||
msgctxt "PHP error level"
|
||||
msgid "Deprecated"
|
||||
msgstr "Obsolète"
|
||||
|
||||
#: collectors/php_errors.php:392
|
||||
#: collectors/php_errors.php:353
|
||||
msgctxt "PHP error level"
|
||||
msgid "Strict"
|
||||
msgstr "Stricte"
|
||||
|
||||
#: collectors/php_errors.php:391
|
||||
#: collectors/php_errors.php:352
|
||||
msgctxt "PHP error level"
|
||||
msgid "Notice"
|
||||
msgstr "Notification"
|
||||
|
||||
#: collectors/php_errors.php:390
|
||||
#: collectors/php_errors.php:351
|
||||
msgctxt "PHP error level"
|
||||
msgid "Warning"
|
||||
msgstr "Avertissement"
|
||||
|
|
@ -1371,7 +1368,7 @@ msgstr "%1$s%% de %2$ss limite"
|
|||
|
||||
#: output/html/http.php:79
|
||||
msgid "Timeout"
|
||||
msgstr "Temps expiré"
|
||||
msgstr "Délai dépassé"
|
||||
|
||||
#: output/html/request.php:148
|
||||
msgid "Response"
|
||||
|
|
@ -1507,15 +1504,15 @@ msgctxt "\"All\" option for filters"
|
|||
msgid "All"
|
||||
msgstr "Tous"
|
||||
|
||||
#: dispatchers/Html.php:538
|
||||
#: dispatchers/Html.php:550
|
||||
msgid "Clear authentication cookie"
|
||||
msgstr "Supprimer le cookie d’authentification"
|
||||
|
||||
#: dispatchers/Html.php:539
|
||||
#: dispatchers/Html.php:551
|
||||
msgid "Set authentication cookie"
|
||||
msgstr "Définir le cookie d’authentification"
|
||||
|
||||
#: dispatchers/Html.php:547
|
||||
#: dispatchers/Html.php:559
|
||||
msgid "Authentication"
|
||||
msgstr "Authentification"
|
||||
|
||||
|
|
@ -1525,7 +1522,7 @@ msgstr "Erreurs PHP dans la réponse AJAX"
|
|||
|
||||
#. Plugin Name of the plugin
|
||||
#: query-monitor.php classes/QueryMonitor.php:196 classes/QueryMonitor.php:229
|
||||
#: dispatchers/Html.php:147 dispatchers/Html.php:437 dispatchers/Html.php:825
|
||||
#: dispatchers/Html.php:147 dispatchers/Html.php:449 dispatchers/Html.php:842
|
||||
#: dispatchers/WP_Die.php:132
|
||||
msgid "Query Monitor"
|
||||
msgstr "Query Monitor"
|
||||
|
|
@ -1562,7 +1559,7 @@ msgstr "Requête"
|
|||
msgid "PHP Errors"
|
||||
msgstr "Erreurs PHP"
|
||||
|
||||
#: dispatchers/Html.php:444 dispatchers/Html.php:493
|
||||
#: dispatchers/Html.php:456 dispatchers/Html.php:505
|
||||
#: output/html/overview.php:30
|
||||
msgid "Overview"
|
||||
msgstr "Vue d’ensemble"
|
||||
|
|
@ -1613,10 +1610,10 @@ msgid "Closure on line %1$d of %2$s"
|
|||
msgstr "Fermeture à la ligne %1$d de %2$s"
|
||||
|
||||
#: classes/Backtrace.php:240 classes/Util.php:250
|
||||
#: collectors/environment.php:278 output/html/db_queries.php:344
|
||||
#: collectors/environment.php:281 output/html/db_queries.php:344
|
||||
#: output/html/db_queries.php:440 output/html/environment.php:70
|
||||
#: output/html/environment.php:77 output/html/environment.php:85
|
||||
#: output/html/environment.php:171 output/html/environment.php:292
|
||||
#: output/html/environment.php:171 output/html/environment.php:293
|
||||
#: output/html/overview.php:143 output/html/php_errors.php:170
|
||||
#: output/html/request.php:153 output/html/theme.php:128
|
||||
#: output/html/theme.php:254
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue