]> _ Git - ccv-wordpress.git/commitdiff
wait #7041 @5:00
authorsoufiane <soufiane@cubedesigners.com>
Tue, 10 Sep 2024 16:08:23 +0000 (18:08 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 10 Sep 2024 16:08:23 +0000 (18:08 +0200)
13 files changed:
wp-config.php
wp-content/mu-plugins/cube/src/Forms/Appointment.php
wp-content/mu-plugins/cube/src/Forms/Consultation.php
wp-content/themes/CCV/package.json
wp-content/themes/CCV/resources/assets/scripts/forms/parsley-setup.js
wp-content/themes/CCV/resources/assets/styles/components/sections.styl
wp-content/themes/CCV/resources/assets/styles/pages/consultation.styl
wp-content/themes/CCV/resources/languages/ccv.pot
wp-content/themes/CCV/resources/languages/en_GB.po
wp-content/themes/CCV/resources/languages/pl_PL.mo
wp-content/themes/CCV/resources/languages/pl_PL.po
wp-content/themes/CCV/resources/views/forms/appointment.blade.php
wp-content/themes/CCV/resources/views/partials/content-form.blade.php

index 6b6341c3c5a84dc5f4a73dce52f00915339c0207..3eac135903f666d6d3fd9b93072865f0faed7319 100644 (file)
@@ -70,8 +70,12 @@ $table_prefix  = 'wp_';
  *
  * @link https://codex.wordpress.org/Debugging_in_WordPress
  */
+
 if (!defined('WP_DEBUG')) {
+    ini_set('display_errors','Off');
+    ini_set('error_reporting', E_ALL );
     define('WP_DEBUG', false);
+    define('WP_DEBUG_DISPLAY', false);
 }
 
 /* That's all, stop editing! Happy blogging. */
index 48cdc9ba29bbf85b62fe2ff8e432bb20bc8d0e8b..e2fdc2e7c0c190cd0118cfad189f2c89be0fe4b2 100644 (file)
@@ -12,7 +12,7 @@ class Appointment extends Consultation
     public function __construct() {
         $this->set_form_title(__('Rendez-vous', 'ccv'));
         $this->doctors = [
-            __('Première disponiblité') => [ 'legend' => 'La première date disponible vous sera proposée.', 'url' => @asset('images/doctors/premiere_dispo.jpg')],
+            __('Première disponibilité', 'ccv') => [ 'legend' => __('La première date disponible vous sera proposée.','ccv'), 'url' => @asset('images/doctors/premiere_dispo.jpg')],
             __('Dr Martin GRAU ORTIZ') => [ 'legend' => 'Chirurgien orthopédiste spécialisé en chirurgie vertébrale.', 'url' => @asset('images/doctors/martin_grau_ortiz.jpg')],
             __('Dr Guilhaume GENESTE') => [ 'legend' => 'Chirurgien orthopédiste spécialisé en chirurgie vertébrale.', 'url' => @asset('images/doctors/guilhaume_geneste.jpg')],
             __('Dr Caroline HIRSCH') => [ 'legend' => 'Chirurgien orthopédiste spécialisé en chirurgie vertébrale.', 'url' => @asset('images/doctors/caroline_hirsch.jpg')],
index 7e040a51d35a72629fe1b52e8995e50339c2bcde..5c18ce69e45a680009e017512ff3e2c91906745a 100644 (file)
@@ -36,7 +36,7 @@ class Consultation extends Base {
                $this->add_fields([
 
                        //=== PERSONAL INFORMATION
-                       Text::field('last-name', __('Nom', 'Nom de famille', 'ccv')),
+                       Text::field('last-name', __('Nom', 'ccv')),
                        Text::field('first-name', __('Prénom', 'ccv')),
                        Text::field('profession', __('Profession', 'ccv')),
                        Text::field('postcode', __('Code postal', 'ccv')),
@@ -50,7 +50,7 @@ class Consultation extends Base {
                                        _x('F', 'Sexe (F)', 'ccv'),
                                ]),
                        Text::field('age', __('Âge :', 'ccv')),
-            Date::field('birthdate', __('Date de naissance')),
+            Date::field('birthdate', __('Date de naissance', 'ccv')),
                        Textarea::field('message', __('Avez vous un message (ou une demande) spécifique à nous formuler ?', 'ccv'))->required(false),
             Text::field('size', __('Taille :', 'ccv')),
             Text::field('weight', __('Poids :', 'ccv')),
@@ -60,7 +60,7 @@ class Consultation extends Base {
                 ->options([
                     __('Sécurité sociale', 'ccv'),
                     __('Assurance privée', 'ccv'),
-                    __('Régime de la CMU/ACS', 'ccv'),
+                    __('Régime de la CMU/ASC/PUMa/CSS', 'ccv'),
                     __('Accident du travail', 'ccv'),
                 ]),
 
@@ -81,7 +81,7 @@ class Consultation extends Base {
                                        'Dr Caroline HIRSH' => 'dr.hirsch@ccv-montpellier.fr',
                                ]),
 
-            Date::field('work-accident', __('Si accident de travail à quelle date ? '))->required(false),
+            Date::field('work-accident', __('Si accident du travail à quelle date ?', 'ccv'))->required(false),
 
                        //=== IMAGERY
                        // This is a special case and will be output manually so only using this for the e-mail label
index 19bc0f4085b0740e74cb13964162702545795d68..dc65f3431e30a72b2932d1b5de6a113df729eef0 100644 (file)
@@ -1,9 +1,9 @@
 {
   "private": true,
   "scripts": {
-    "build": "cross-env NODE_ENV=development run-s mix",
-    "build:production": "cross-env NODE_ENV=production run-s clean mix",
-    "start": "cross-env NODE_ENV=development run-s \"mix -- --watch\"",
+    "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development run-s mix",
+    "build:production": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production run-s clean mix",
+    "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development run-s \"mix -- --watch\"",
     "hot": "cross-env NODE_ENV=development run-s build mix:hot",
     "mix": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
     "mix:hot": "webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
index e44cc8e940d07924289d3f433d5c5492a1f38c7a..48297301d27e53a81875a916fe63f4fbf7d46fdf 100644 (file)
@@ -20,7 +20,7 @@
     var isChecked = $(this).is(':checked');
     if (isChecked) {
       let val = $(this).val()
-      if (val === 'Accident du travail') {
+      if (val === 'Accident du travail' || val === 'Occupational accident' || val === 'Wypadek przy pracy') {
         $('[name=work-accident]').attr('data-parsley-required', 'true').attr('required');
       } else {
         $('[name=work-accident]').attr('data-parsley-required', 'false').removeAttr('required');
index c98f83abb97ed017cdbef1a730d18aefe723301a..34d56bcb4f2842459f6437f9a17a778b59aba5cd 100644 (file)
@@ -1,6 +1,6 @@
 .elementor-section
   background-color: #fff // Default background colour, can be overridden
-  
+
   //--- Columns responsiveness - stack all standard columns below breakpoint
   +below($breakpoint-columns)
     .elementor-column
@@ -30,3 +30,6 @@
 .layout-reversed
   .elementor-row
     flex-direction: row-reverse
+
+[data-id='57d2252']
+  overflow: hidden
index 70f704c292be4af54069ecdaf45b946b6dff1ea5..e3fcb11d14fac5fc8bd5c0e689026e53676ae3c0 100644 (file)
@@ -68,6 +68,7 @@ input[name="imagery-type"]
     gap: 1.5rem 0
     label
       margin: 0 !important
+      white-space: normal
 
 .social-cover-block,
 .doctors-block
index f121f6f5b62621facdb3cc49476ac606e38caf72..52ac9446a1d23a7c0f6fe3bc82ae4dc85b15ccd3 100644 (file)
@@ -682,3 +682,127 @@ msgid ""
 "Êtes-vous intéressé principalement par la chirurgie percutanée de la "
 "scoliose avec pré-implantation scanner ?"
 msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Taille :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Dites-nous en quelques mots ce qui vous invalide le plus dans vos symptômes :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Suivi rhumatologique ou médecine spécialisée"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "J'ai bien noté que mon dossier ne pourra être étudié si je ne fournis pas une IRM de moins de 6 mois."
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "En cas de pathologie de scoliose, envoyez-nous impérativement une radiographie du rachis en totalité, en place de l'IRM."
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Faites-nous parvenir également vos imageries les plus récentes (Scanner, Radiographies…) en utilisant l'une des méthodes suivantes :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Vous avez reçu des liens pour consulter vos images en ligne ?"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Collez vos liens ci-dessous ainsi que vos identifiants et mots de passe :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Lien internet"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Identifiant"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Mot de passe"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Poids :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Couverture sociale :"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Sécurité sociale"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Assurance privée"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Régime de la CMU/ASC/PUMa/CSS"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Accident du travail"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Si accident du travail à quelle date ?"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Êtes-vous à la recherche de solutions chirurgicales pour votre problème de dos ?"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Oui, s'il existe des solutions satisfaisantes"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Non, pas encore à ce stade"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Votre demande"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Choisissez un chirurgien"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Première disponibilité"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Chirurgien orthopédiste spécialisé en chirurgie vertébrale."
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Nom"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Code postal"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Ville"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Date de naissance"
+msgstr ""
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr ""
index 57f224bcf547047ed5119532808ab2ad9976fd49..cc1766a5063c1e755594213340ba7b1d7b51b194 100644 (file)
@@ -706,3 +706,127 @@ msgid ""
 msgstr ""
 "Are you primarily interested in percutaneous scoliosis surgery with CT pre-"
 "implantation?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Taille :"
+msgstr "Size"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Dites-nous en quelques mots ce qui vous invalide le plus dans vos symptômes :"
+msgstr "Tell us in a few words in what ways your symptoms disable you most:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Suivi rhumatologique ou médecine spécialisée"
+msgstr "Rheumatology or specialist medical check-up"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "J'ai bien noté que mon dossier ne pourra être étudié si je ne fournis pas une IRM de moins de 6 mois."
+msgstr "I am aware that my case file cannot be reviewed if I don't provide a MRI scan that is less than 6 months old."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "En cas de pathologie de scoliose, envoyez-nous impérativement une radiographie du rachis en totalité, en place de l'IRM."
+msgstr "For scoliosis, you must send us a full spinal X-ray instead of a MRI scan."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Faites-nous parvenir également vos imageries les plus récentes (Scanner, Radiographies…) en utilisant l'une des méthodes suivantes :"
+msgstr "You may also send us your most recent images (Scans, X-rays, etc.) using one of the following methods:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Vous avez reçu des liens pour consulter vos images en ligne ?"
+msgstr "Have you received links to view your images online?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Collez vos liens ci-dessous ainsi que vos identifiants et mots de passe :"
+msgstr "Paste your links below with your login and password:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Lien internet"
+msgstr "Web link"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Identifiant"
+msgstr "Login"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Mot de passe"
+msgstr "Password"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Poids :"
+msgstr "Weight:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Couverture sociale :"
+msgstr "Health coverage:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Sécurité sociale"
+msgstr "Social security"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Assurance privée"
+msgstr "Private insurance"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Régime de la CMU/ASC/PUMa/CSS"
+msgstr "French Universal Health Coverage (CMU/PUMA)/Complementary Health Insurance (ACS/CSS)"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Accident du travail"
+msgstr "Occupational accident"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Si accident du travail à quelle date ?"
+msgstr "If occupational accident, date occurred?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Êtes-vous à la recherche de solutions chirurgicales pour votre problème de dos ?"
+msgstr "Are you looking for surgical solutions for your back problem?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Oui, s'il existe des solutions satisfaisantes"
+msgstr "Yes, if appropriate solutions exist"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Non, pas encore à ce stade"
+msgstr "No, not at the present time"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Votre demande"
+msgstr "Your request"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Choisissez un chirurgien"
+msgstr "Select a surgeon"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Première disponibilité"
+msgstr "First availability"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr "You will be offered the first date available."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Chirurgien orthopédiste spécialisé en chirurgie vertébrale."
+msgstr "Orthopaedic surgeon specializing in spinal surgery."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Nom"
+msgstr "Last name"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Code postal"
+msgstr "Zipcode"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Ville"
+msgstr "City"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Date de naissance"
+msgstr "Date of birth"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr "The first available date will be offered to you."
index cd3415572237d5379adccd965d6af9ee65b725a8..e09a3353a27b790279e84944e96e80ad5454a872 100644 (file)
Binary files a/wp-content/themes/CCV/resources/languages/pl_PL.mo and b/wp-content/themes/CCV/resources/languages/pl_PL.mo differ
index 337fe90f4aee928afcabdaca31ee3296cb9b6b99..93b3f13e15f4d119485fee2c791f8f7bc97377db 100644 (file)
@@ -10,12 +10,12 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "POT-Creation-Date: 2021-08-10 15:41+0000\n"
-"PO-Revision-Date: 2021-10-15 10:09+0000\n"
+"PO-Revision-Date: 2024-09-09 09:04+0000\n"
 "X-Generator: Loco https://localise.biz/\n"
 "Language: pl_PL\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 "
 "&&(n%100<10||n%100 >= 20)? 1 : 2);\n"
-"X-Loco-Version: 2.5.4; wp-5.8.1"
+"X-Loco-Version: 2.6.11; wp-6.6.1"
 
 #: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:162
 msgid ""
@@ -706,3 +706,131 @@ msgid ""
 "scoliose avec pré-implantation scanner ?"
 msgstr ""
 "Czy interesuje Cię głównie przeskórna operacja skoliozy z preimplantacją TK?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Taille :"
+msgstr "Wzrost:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Dites-nous en quelques mots ce qui vous invalide le plus dans vos symptômes :"
+msgstr "Powiedz nam w kilku słowach, które z objawów najbardziej zaburzają normalne funkcjonowanie:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Suivi rhumatologique ou médecine spécialisée"
+msgstr "Nadzór reumatologiczny lub medycyna specjalistyczna"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Suivi rhumatologique ou médecine spécialisée"
+msgstr "Nadzór reumatologiczny lub medycyna specjalistyczna"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "J'ai bien noté que mon dossier ne pourra être étudié si je ne fournis pas une IRM de moins de 6 mois."
+msgstr "Rozumiem, że mój przypadek będzie poddany analizie dopiero po dostarczeniu wyników MRI sprzed mniej niż 6 miesięcy."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "En cas de pathologie de scoliose, envoyez-nous impérativement une radiographie du rachis en totalité, en place de l'IRM."
+msgstr "W przypadku skoliozy prosimy koniecznie przesłać RTG całego kręgosłupa zamiast wyników MRI."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Faites-nous parvenir également vos imageries les plus récentes (Scanner, Radiographies…) en utilisant l'une des méthodes suivantes :"
+msgstr "Prosimy o przesłanie także najnowszych wyników diagnostyki obrazowej (skany, zdjęcia RTG itp.) za pomocą jednej z poniższych metod:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php
+msgid "Vous avez reçu des liens pour consulter vos images en ligne ?"
+msgstr "Czy masz linki do przeglądania obrazów diagnostycznych online?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Collez vos liens ci-dessous ainsi que vos identifiants et mots de passe :"
+msgstr "Należy wkleić poniżej linki wraz z loginami i hasłami:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Lien internet"
+msgstr "Link"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Identifiant"
+msgstr "Login"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Mot de passe"
+msgstr "Haslo"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Poids :"
+msgstr "Waga:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Couverture sociale :"
+msgstr "Rodzaj ubezpieczenia:"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Sécurité sociale"
+msgstr "Ubezpieczenie społeczne"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Assurance privée"
+msgstr "Ubezpieczenie prywatne"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Régime de la CMU/ASC/PUMa/CSS"
+msgstr "System CMU/ASC/PUMa/CSS"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Accident du travail"
+msgstr "Wypadek przy pracy"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Si accident du travail à quelle date ?"
+msgstr "Jeżeli wypadek przy pracy, to kiedy miał miejsce?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Êtes-vous à la recherche de solutions chirurgicales pour votre problème de dos ?"
+msgstr "Czy chcesz rozwiązać swój problem z kręgosłupem za pomocą interwencji chirurgicznych?"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Oui, s'il existe des solutions satisfaisantes"
+msgstr "Tak, jeżeli są dostępne zadowalające interwencje"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Non, pas encore à ce stade"
+msgstr "Nie, jeszcze nie na tym etapie"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Votre demande"
+msgstr "Twoje zapytanie"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Choisissez un chirurgien"
+msgstr "Wybierz chirurga"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Première disponibilité"
+msgstr "Pierwszy wolny termin"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr "Zaproponowany zostanie pierwszy wolny termin."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Chirurgien orthopédiste spécialisé en chirurgie vertébrale."
+msgstr "Chirurg-ortopeda specjalizujący się w chirurgii kręgosłupa."
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Nom"
+msgstr "Nazwisko"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Code postal"
+msgstr "Kod pocztowy"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Ville"
+msgstr "Miasto"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "Date de naissance"
+msgstr "Data urodzenia"
+
+#: ../../mu-plugins/cube/src/Forms/Consultation.php:76
+msgid "La première date disponible vous sera proposée."
+msgstr "Zaproponowany zostanie Ci pierwszy dostępny termin."
index 63b63a48d46bd50ae0077e9234f49b4340222297..98bdb848f5c6a0e8ccf4bdc9bdc098c14c17300d 100644 (file)
@@ -7,7 +7,7 @@
 
   <div class="spaced-lg mt-1v">
     <div class="form-field">
-      <div class="form-field-title font-normal leading-tight mb-8 text-lg">{{ __('Choisissez un chirurgien') }}</div>
+      <div class="form-field-title font-normal leading-tight mb-8 text-lg">{{ __('Choisissez un chirurgien','ccv') }}</div>
       <div class="doctors-block">
         <div class="form-field-input form-field-radio custom-checkbox mb-1 form-cols-2">
           @foreach($form->doctors as $doctor => $infos)
index ff4d6b2e8b0c4c899ac7c5abc97ea4f42bcb08a7..553ce215bfdf2e07215e1040c619de57d08c1eb6 100644 (file)
     <label>
       <input type="checkbox" name="imagery-condition" value="Oui" required>
       <span
-        class="form-label text-lg font-normal leading-tight">{{ __('J\'ai bien noté que mon dossier ne pourra être étudié si je ne fournis pas une IRM de moins de 6 mois', 'ccv') }}</span>
-      <span class="text-sm font-normal" style="margin-left: 33px;">{{ __('En cas de pathologies de scoliose, envoyez-nous impérativement une radiographie du rachis en totalité, en place de l\'IRM.', 'cvv') }}</span>
+        class="form-label text-lg font-normal leading-tight">{{ __('J\'ai bien noté que mon dossier ne pourra être étudié si je ne fournis pas une IRM de moins de 6 mois.', 'ccv') }}</span>
+      <span class="text-sm font-normal" style="margin-left: 33px;">{{ __("En cas de pathologie de scoliose, envoyez-nous impérativement une radiographie du rachis en totalité, en place de l'IRM.", 'ccv') }}</span>
     </label>
   </div>
 
   <p class="text-lg my-1v font-normal leading-tight">
-    {{ __("Faites-nous parvenir également vos imageries les plus récentes (Scanner, Radiographies...) en utilisant l'une des méthodes suivantes :", 'ccv') }}
+    {{ __("Faites-nous parvenir également vos imageries les plus récentes (Scanner, Radiographies) en utilisant l'une des méthodes suivantes :", 'ccv') }}
   </p>
 
   <div class="form-cols-2">
         <div class="form-cols-2 flex">
           @for($i = 1; $i < 5; $i++)
             <div class="mb-8 spaced-lg imagery-link-block">
-              {!! $form->field("link-$i", ['show_title' => false]) !!}
-              {!! $form->field("id-$i", ['show_title' => false, 'placeholder' => 'Identifiant']) !!}
-              {!! $form->field("pwd-$i", ['show_title' => false, 'placeholder' => 'Mot de passe']) !!}
+              {!! $form->field("link-$i", ['show_title' => false, 'placeholder' => __('Lien internet', 'ccv').' '.$i]) !!}
+              {!! $form->field("id-$i", ['show_title' => false, 'placeholder' => __('Identifiant','ccv')]) !!}
+              {!! $form->field("pwd-$i", ['show_title' => false, 'placeholder' => __('Mot de passe', 'ccv')]) !!}
             </div>
           @endfor
         </div>
   <div class="form-cols-2 mt-1v">
 
     <div class="spaced-lg">
-      {!! $form->field('last-name', ['show_title' => false]) !!}
+      {!! $form->field('last-name', ['show_title' => false, 'placeholder' => __('Nom', 'ccv')]) !!}
       {!! $form->field('first-name', ['show_title' => false]) !!}
-      {!! $form->field('birthdate', ['show_icon' => false,'show_title' => false, 'placeholder' => __('Date de naissance') . ' '. $date_placeholder ]) !!}
+      {!! $form->field('birthdate', ['show_icon' => false,'show_title' => false, 'placeholder' => __('Date de naissance', 'ccv') . ' '. $date_placeholder ]) !!}
       {!! $form->field('sex', ['class' => 'flex items-center spaced-horizontal', 'title_class' => 'font-light mb-0']) !!}
       <div class="flex spaced-horizontal justify-between">
         {!! $form->field('size', [
         'placeholder' => $date_placeholder,
         'title_class' => 'font-light mb-0',
       ]) !!}
-      {!! $form->field('postcode', ['show_title' => false]) !!}
-      {!! $form->field('city', ['show_title' => false]) !!}
+      {!! $form->field('postcode', ['show_title' => false, 'placeholder' => __('Code postal', 'ccv')]) !!}
+      {!! $form->field('city', ['show_title' => false, 'placeholder' => __('Ville', 'ccv')]) !!}
       {!! $form->field('country', ['show_title' => false]) !!}
     </div>