Skip to content

Commit caf17a9

Browse files
committed
Merge branch 'master' into webshop/frontend-no-translation
2 parents 27d495f + d74734d commit caf17a9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
247247

248248
# Enable test mode (Sandbox mode) for payment gateways.
249249
# In test mode, no real money transactions are done.
250-
# OMNIPAY_TEST_MODE=
250+
# We set it to true by default for safety. Make sure to set it to false
251+
# when you go live.
252+
# OMNIPAY_TEST_MODE=true
251253

252254
# Configuration values for Mollie integration
253255
# MOLLIE_API_KEY=

lang/fr/dialogs.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
'mode_album_help' => 'Intégrer les photos de cet album spécifique.',
8585
'mode_stream_help' => 'Intégrer toutes vos photos publiques sous forme de flux chronologique (les plus récentes en premier).',
8686
'layout' => 'Layout',
87-
'spacing' => 'Spacing',
88-
'row_height' => 'Row Height',
89-
'column_width' => 'Column Width',
90-
'max_photos' => 'Maximum Photos',
91-
'max_photos_none' => 'None (all photos)',
87+
'spacing' => 'Espacement',
88+
'row_height' => 'Hauteur de ligne',
89+
'column_width' => 'Largeur de colonne',
90+
'max_photos' => 'Nombre maximum de photos',
91+
'max_photos_none' => 'Aucun (toutes les photos)',
9292
'max_photos_count' => '%d photos',
9393
'sort_order' => 'Sort Order',
9494
'sort_newest' => 'Newest first',

0 commit comments

Comments
 (0)