File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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=
Original file line number Diff line number Diff line change 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 ' ,
You can’t perform that action at this time.
0 commit comments