From: Stephen Cameron Date: Fri, 15 Oct 2021 11:33:39 +0000 (+0200) Subject: Wait #4708 @10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d9dc90017a99cba963eaac102e854bd95eee2c2a;p=ccv-wordpress.git Wait #4708 @10 --- diff --git a/wp-content/mu-plugins/cube/src/Forms/Base.php b/wp-content/mu-plugins/cube/src/Forms/Base.php index 8fa9710..63fdf94 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Base.php +++ b/wp-content/mu-plugins/cube/src/Forms/Base.php @@ -74,7 +74,7 @@ class Base wp_enqueue_script('parsleyjs', asset("$parsley_path/parsley.min.js"), ['jquery'], null, true); // Load localisation if available (English is default so not needed) - $parsley_locales = ['ar', 'fr', 'ru']; // List of possible locales (see webpack.mix.js for which ones are copied) + $parsley_locales = ['ar', 'fr', 'pl', 'ru']; // List of possible locales (see webpack.mix.js for which ones are copied) if (function_exists('pll_current_language')) { $current_locale = pll_current_language('slug'); @@ -100,7 +100,7 @@ class Base wp_register_style('cube-flatpickr-css', asset('styles/flatpickr.css')); // Make localisations available for flatpickr (English is default so not needed) - $flatpickr_languages = ['fr', 'ru', 'ar']; // These should be available in dist/scripts/flatpickr/locale + $flatpickr_languages = ['ar', 'fr', 'pl', 'ru']; // These should be available in dist/scripts/flatpickr/locale foreach ($flatpickr_languages as $flatpickr_language) { wp_register_script("flatpickr-locale-{$flatpickr_language}", diff --git a/wp-content/mu-plugins/cube/src/Forms/Consultation.php b/wp-content/mu-plugins/cube/src/Forms/Consultation.php index 5a1536d..819c744 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Consultation.php +++ b/wp-content/mu-plugins/cube/src/Forms/Consultation.php @@ -64,7 +64,7 @@ class Consultation extends Base // This is a special case and will be output manually so only using this for the e-mail label Radio::field('imagery-type', __('Imagerie', 'ccv'))->required(false), Textarea::field('imagery-online', __('Images en ligne', 'ccv'))->required(false), // Again, a manually handled field - Checkbox::field('imagery-posted', __('Images envoyé par courrier', 'ccv'))->required(false), + Checkbox::field('imagery-posted', __('Images envoyées par courrier', 'ccv'))->required(false), // Unique session identifier for uploads that go directly to CCV's NAS (upload.ccv-montpellier.fr) // Made up of timestamp YYMMDDHHMM + nonce diff --git a/wp-content/themes/CCV/resources/assets/styles/common/global.styl b/wp-content/themes/CCV/resources/assets/styles/common/global.styl index 36c168c..27c0d2f 100644 --- a/wp-content/themes/CCV/resources/assets/styles/common/global.styl +++ b/wp-content/themes/CCV/resources/assets/styles/common/global.styl @@ -24,3 +24,7 @@ body //-- Elementor Lightbox customisations .dialog-type-lightbox background-color: rgba(#2E2C40, 0.8) + +// Allow nowrap to be overridden on element + children (applied selectively for long submenu items) +.wrap-text, .wrap-text * + white-space: normal !important diff --git a/wp-content/themes/CCV/resources/languages/ccv.pot b/wp-content/themes/CCV/resources/languages/ccv.pot index c152e2a..f121f6f 100644 --- a/wp-content/themes/CCV/resources/languages/ccv.pot +++ b/wp-content/themes/CCV/resources/languages/ccv.pot @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2021-08-10 15:42+0000\n" +"POT-Creation-Date: 2021-10-15 09:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: Loco https://localise.biz/\n" "Language: \n" @@ -75,7 +75,7 @@ msgstr "" msgid "Actualité Scientifique" msgstr "" -#: resources/views/partials/header.blade.php:6 +#: resources/views/partials/header.blade.php:6 #: storage/framework/views/c84d796ccdde0e9a699092afb25f00bea3626464.php:6 msgid "Aller à la page d'accueil" msgstr "" @@ -133,7 +133,7 @@ msgstr "" msgid "Bas de la jambe gauche" msgstr "" -#: app/setup.php:111 +#: app/setup.php:122 msgid "Boutons d'en-tête (maximum de 2)" msgstr "" @@ -243,9 +243,9 @@ msgstr "" msgid "Droite" msgstr "" -#: storage/framework/views/08e9c360a6e930497cdc08ff9a8572857f709b08.php:28 -#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:17 -#: storage/framework/views/6a5a154909313bac19653827078086a22a3ac85f.php:9 +#: storage/framework/views/08e9c360a6e930497cdc08ff9a8572857f709b08.php:28 +#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:17 +#: storage/framework/views/6a5a154909313bac19653827078086a22a3ac85f.php:14 msgid "Désolé, aucun résultat n'a été trouvé" msgstr "" @@ -253,22 +253,22 @@ msgstr "" msgid "E-diagnostic" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:44 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:44 #: ../../mu-plugins/cube/src/Forms/Training.php:26 msgid "Email" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Training.php:47 +#: ../../mu-plugins/cube/src/Forms/Training.php:47 #: ../../mu-plugins/cube/src/Forms/Training.php:54 msgid "Entre 20 et 100" msgstr "" -#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:351 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:351 #: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:162 msgid "Envoi en cours..." msgstr "" -#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:349 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:349 #: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:160 msgid "Envoyer votre demande" msgstr "" @@ -293,19 +293,19 @@ msgstr "" msgid "Fellowship au CCV pour une durée variable" msgstr "" -#: app/setup.php:152 +#: app/setup.php:163 msgid "Footer Column 1" msgstr "" -#: app/setup.php:156 +#: app/setup.php:167 msgid "Footer Column 2" msgstr "" -#: app/setup.php:160 +#: app/setup.php:171 msgid "Footer Column 3" msgstr "" -#: app/setup.php:164 +#: app/setup.php:175 msgid "Footer Copyright" msgstr "" @@ -349,15 +349,12 @@ msgstr "" msgid "Imagerie" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:66 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:66 #: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:199 msgid "Images en ligne" msgstr "" #: ../../mu-plugins/cube/src/Forms/Consultation.php:67 -msgid "Images envoyé par courrier" -msgstr "" - #: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:249 msgid "Images envoyées par courrier" msgstr "" @@ -370,7 +367,7 @@ msgstr "" msgid "Images téléchargées :" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:138 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:138 #: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:220 msgid "Images téléversées depuis portable" msgstr "" @@ -442,9 +439,9 @@ msgid "" "téléchargement peut prendre plusieurs minutes, c’est normal." msgstr "" -#: resources/views/partials/content.blade.php:25 -#: resources/views/partials/content-scientific_news.blade.php:34 -#: storage/framework/views/90171440522ee98076ab884f5e9cf4fd3edf9648.php:26 +#: resources/views/partials/content.blade.php:25 +#: resources/views/partials/content-scientific_news.blade.php:34 +#: storage/framework/views/90171440522ee98076ab884f5e9cf4fd3edf9648.php:26 #: storage/framework/views/bee2d05f60bf9bebf64fc978b943b5cfbfb233f3.php:35 msgid "Lire la suite" msgstr "" @@ -453,12 +450,12 @@ msgstr "" msgid "Lombaires" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Training.php:46 +#: ../../mu-plugins/cube/src/Forms/Training.php:46 #: ../../mu-plugins/cube/src/Forms/Training.php:53 msgid "Moins de 20 chirurgies" msgstr "" -#: app/setup.php:110 +#: app/setup.php:121 msgid "Navigation primaire" msgstr "" @@ -466,8 +463,8 @@ msgstr "" msgid "Neurochirurgien" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:38 -#: ../../mu-plugins/cube/src/Forms/Contact.php:16 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:38 +#: ../../mu-plugins/cube/src/Forms/Contact.php:16 #: ../../mu-plugins/cube/src/Forms/Training.php:22 msgctxt "Nom de famille" msgid "Nom" @@ -481,7 +478,7 @@ msgstr "" msgid "ou je souhaite l'envoyer à un chirurgien spécifique :" msgstr "" -#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:321 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:321 #: ../../mu-plugins/cube/src/Forms/Builder/Fields/Binary.php:11 msgid "Oui" msgstr "" @@ -498,13 +495,13 @@ msgstr "" msgid "Par quel type de formation au CCV Montpellier êtes-vous intéressé ?" msgstr "" -#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:151 -#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:243 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:151 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:243 #: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:408 msgid "Parcourir" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Training.php:45 +#: ../../mu-plugins/cube/src/Forms/Training.php:45 #: ../../mu-plugins/cube/src/Forms/Training.php:52 msgid "Pas d'expérience" msgstr "" @@ -526,7 +523,7 @@ msgctxt "placeholder" msgid "Rechercher …" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Training.php:48 +#: ../../mu-plugins/cube/src/Forms/Training.php:48 #: ../../mu-plugins/cube/src/Forms/Training.php:55 msgid "Plus de 100 chirurgies" msgstr "" @@ -545,8 +542,8 @@ msgstr "" msgid "Profession" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:39 -#: ../../mu-plugins/cube/src/Forms/Contact.php:17 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:39 +#: ../../mu-plugins/cube/src/Forms/Contact.php:17 #: ../../mu-plugins/cube/src/Forms/Training.php:23 msgid "Prénom" msgstr "" @@ -563,12 +560,12 @@ msgstr "" msgid "Quel niveau d’expertise avez-vous dans la chirurgie de la scoliose ?" msgstr "" -#: resources/views/partials/content-single-scientific_news.blade.php:34 +#: resources/views/partials/content-single-scientific_news.blade.php:34 #: storage/framework/views/0baf2029aee167ec878547f5d5cfddbe9c20c24b.php:36 msgid "Retour" msgstr "" -#: resources/views/partials/content-single.blade.php:18 +#: resources/views/partials/content-single.blade.php:18 #: storage/framework/views/c80952a742238f33a71cd840c1a3d5b7dc28265a.php:19 msgid "Retour aux actualités" msgstr "" @@ -597,7 +594,7 @@ msgctxt "Sexe (M)" msgid "M" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:108 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:108 #: ../../mu-plugins/cube/src/Forms/Consultation.php:111 msgid "Si oui depuis quand ?" msgstr "" @@ -627,7 +624,7 @@ msgstr "" msgid "Sélectionner" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:43 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:43 #: ../../mu-plugins/cube/src/Forms/Training.php:25 msgid "Tel" msgstr "" @@ -636,7 +633,7 @@ msgstr "" msgid "Téléphone" msgstr "" -#: ../../mu-plugins/cube/src/Forms/Base.php:197 +#: ../../mu-plugins/cube/src/Forms/Base.php:197 #: ../../mu-plugins/cube/src/Forms/Base.php:213 msgid "Une erreur est survenue. Veuillez réessayer." msgstr "" diff --git a/wp-content/themes/CCV/resources/languages/en_GB.mo b/wp-content/themes/CCV/resources/languages/en_GB.mo index 076ab02..9ca4145 100644 Binary files a/wp-content/themes/CCV/resources/languages/en_GB.mo and b/wp-content/themes/CCV/resources/languages/en_GB.mo differ diff --git a/wp-content/themes/CCV/resources/languages/en_GB.po b/wp-content/themes/CCV/resources/languages/en_GB.po index 85d507c..57f224b 100644 --- a/wp-content/themes/CCV/resources/languages/en_GB.po +++ b/wp-content/themes/CCV/resources/languages/en_GB.po @@ -10,17 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2021-05-06 13:58+0000\n" -"PO-Revision-Date: 2021-08-10 15:39+0000\n" +"PO-Revision-Date: 2021-10-15 09:47+0000\n" "X-Generator: Loco https://localise.biz/\n" -"Language: en-GB\n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Loco-Version: 2.5.3; wp-5.8" -#: storage/framework/views/e0697311831d1d0957c8ce423efdef4c1be43b78.php:19 -msgid "← Commentaires plus anciens" -msgstr "← Previous remarks" - -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:162 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:162 msgid "" "1. Munissez-vous du CD de votre examen (scanner, IRM, etc) et copiez-le sur " "votre ordinateur. Un dossier avec le nom du CD va être automatiquement " @@ -29,19 +25,19 @@ msgstr "" "1. Copy the CD of your examination (scanner, MRI, etc) to your computer. A " "folder with the CD name will be automatically generated." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:6 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:6 msgid "1. Vos symptômes" msgstr "1. Your symptoms" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:6 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:6 msgid "1. Votre identité" msgstr "1. Your identity" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:55 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:55 msgid "2. Domaine d’intervention" msgstr "2. Area of intervention" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:167 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:167 msgid "" "2. Glissez ce dossier dans la zone ci-dessous. Ou cliquez sur le bouton « " "Folders and Disks » et sélectionnez le dossier entier correspondant à votre " @@ -50,15 +46,15 @@ msgstr "" "2. Drag this folder into the area below. Or click on the \"Folders and " "Disks\" button and select the folder corresponding to your CD." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:102 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:102 msgid "2. Vos traitements réalisés" msgstr "2. Your completed treatments" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:81 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:81 msgid "3. Type de formation" msgstr "3. Type of training" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:184 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:184 msgid "" "3. Une fois vos images envoyées, la barre de chargement disparait et le " "descriptif des images apparaît. Le CCV Montpellier aura accès de son côté à " @@ -68,31 +64,31 @@ msgstr "" "description of the images appears. The CCV Montpellier will have access to " "\"your images\"." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:127 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:127 msgid "3. Votre imagerie" msgstr "3. Your images" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:283 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:283 msgid "4. Vos informations" msgstr "4. Your information" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:189 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:189 msgid "" "4. Vous pouvez fermer cette fenêtre et terminer de compléter le formulaire " "de demande d’avis médical." msgstr "" "4. You can close this window and finish filling in the medical advice form." -#: storage/framework/views/1165902ef603b384094231fe9f23607049374cb2.php:6 +#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:6 msgid "Actualité Scientifique" msgstr "Scientific News" -#: resources/views/partials/header.blade.php:6 -#: storage/framework/views/aa8d74b87c3c466ea72288001f5b7d69e3a8097a.php:6 +#: resources/views/partials/header.blade.php:6 +#: storage/framework/views/c84d796ccdde0e9a699092afb25f00bea3626464.php:6 msgid "Aller à la page d'accueil" msgstr "Go to the home page" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:312 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:312 msgid "ans" msgstr "years" @@ -100,7 +96,7 @@ msgstr "years" msgid "Articles récents" msgstr "Recent articles" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:275 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:275 msgid "" "Aucune demande d’avis ne pourra être étudiée sans imagerie médicale associée." msgstr "" @@ -148,7 +144,7 @@ msgstr "Lower right leg" msgid "Bas de la jambe gauche" msgstr "Lower left leg" -#: app/setup.php:111 +#: app/setup.php:122 msgid "Boutons d'en-tête (maximum de 2)" msgstr "Header buttons (maximum of 2)" @@ -160,7 +156,7 @@ msgstr "CCV Theme" msgid "Cervicales" msgstr "Cervical spine" -#: storage/framework/views/95c11b34260f062782e05cb6edb308468a24dcfd.php:6 +#: storage/framework/views/312ec9816dff3d28f2f8099b61de50d1dfe0f379.php:6 msgid "" "Cette demande nécessite l'emploi de JavaScript qui, soit a été désactivé, " "soit n'est pas reconnu par votre fureteur." @@ -168,11 +164,11 @@ msgstr "" "This request requires JavaScript, which has either been disabled or is not " "recognised by your browser." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:384 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:384 msgid "Chargement des fichiers" msgstr "Loading files" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:410 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:410 msgid "Chargement terminé" msgstr "Loading complete" @@ -192,7 +188,7 @@ msgstr "General orthopaedic surgeon" msgid "Chirurgien spécifique" msgstr "Specialist surgeon" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:129 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:129 msgid "" "Choix des interventions chaque jour parmi les 5 à 12 chirurgies quotidiennes " "du CCV. Formation théorique plus structurée sur les abords, les indications, " @@ -202,32 +198,16 @@ msgstr "" "More formal theoretical training on approaches, indications, complication " "management & case discussion." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:267 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:267 msgid "Cochez cette case si vous envoyez vos images par courrier" msgstr "Tick this box if you are sending your images by post" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:207 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:207 msgid "" "Collez votre lien ci-dessous ainsi que vos identifiant et mot de passe :" msgstr "Paste your link below with your login and password:" -#: storage/framework/views/e0697311831d1d0957c8ce423efdef4c1be43b78.php:26 -msgid "Commentaires plus récents →" -msgstr "More recent comments →" - -#: storage/framework/views/e0697311831d1d0957c8ce423efdef4c1be43b78.php:37 -msgid "Comments are closed." -msgstr "Comments are closed." - -#: storage/framework/views/e0697311831d1d0957c8ce423efdef4c1be43b78.php:5 -#, php-format -msgctxt "comments title" -msgid "Une réponse à “%2$s”" -msgid_plural "%1$s réponses à “%2$s”" -msgstr[0] "A reply to \"%2$s\"" -msgstr[1] "%1$s replies to \"%2$s\"" - -#: storage/framework/views/d2dc1b7b2b7a2da728e771a013e823f7ef732306.php:11 +#: storage/framework/views/2ded27c99f06928aa48f85d0165e6603ac8f138e.php:11 msgid "Contactez-moi" msgstr "Contact me" @@ -243,7 +223,7 @@ msgstr "Cubedesigners" msgid "Custom theme for the CCV website." msgstr "Custom theme for the CCV website." -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:146 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:146 msgid "CV et lettre de motivation exigés." msgstr "CV and cover letter required." @@ -259,7 +239,7 @@ msgstr "In the limbs" msgid "Date de naissance" msgstr "Date of birth" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:20 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:20 msgid "Date de naissance (JJ/MM/AAAA)" msgstr "Date of birth (DD/MM/YYYY)" @@ -275,13 +255,13 @@ msgstr "Request for training" msgid "Douleurs permanentes depuis (le cas échéant) :" msgstr "Permanent pain since (if applicable):" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:49 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:49 msgid "Droite" msgstr "Right" -#: storage/framework/views/1165902ef603b384094231fe9f23607049374cb2.php:12 -#: storage/framework/views/30f51a2a665511403a467eaa692091e23b92d865.php:23 -#: storage/framework/views/9da2f20b584252b99268575e2a54276488977177.php:9 +#: storage/framework/views/08e9c360a6e930497cdc08ff9a8572857f709b08.php:28 +#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:17 +#: storage/framework/views/6a5a154909313bac19653827078086a22a3ac85f.php:14 msgid "Désolé, aucun résultat n'a été trouvé" msgstr "Sorry, no results were found" @@ -289,31 +269,31 @@ msgstr "Sorry, no results were found" msgid "E-diagnostic" msgstr "E-diagnosis" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:44 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:44 #: ../../mu-plugins/cube/src/Forms/Training.php:26 msgid "Email" msgstr "Email" -#: ../../mu-plugins/cube/src/Forms/Training.php:47 +#: ../../mu-plugins/cube/src/Forms/Training.php:47 #: ../../mu-plugins/cube/src/Forms/Training.php:54 msgid "Entre 20 et 100" msgstr "Between 20 and 100" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:351 -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:162 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:351 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:162 msgid "Envoi en cours..." msgstr "Sending in progress..." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:349 -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:160 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:349 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:160 msgid "Envoyer votre demande" msgstr "Send your request" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:157 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:157 msgid "Envoyez vos images au CCV Montpellier en vue d’une téléconsultation" msgstr "Send your images to the CCV Montpellier for a teleconsultation" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:146 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:146 msgid "Envoyez-nous l'ensemble des fichiers contenus sur votre CD :" msgstr "Send us all the files on your CD:" @@ -325,27 +305,27 @@ msgstr "Error sending message. Please try again." msgid "Etudiant (interne, fellow)" msgstr "Student (intern, fellow)" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:88 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:88 msgid "Fellowship au CCV pour une durée variable" msgstr "Fellowship at the CCV for a flexible duration" -#: app/setup.php:152 +#: app/setup.php:163 msgid "Footer Column 1" msgstr "Footer Column 1" -#: app/setup.php:156 +#: app/setup.php:167 msgid "Footer Column 2" msgstr "Footer Column 2" -#: app/setup.php:160 +#: app/setup.php:171 msgid "Footer Column 3" msgstr "Footer Column 3" -#: app/setup.php:164 +#: app/setup.php:175 msgid "Footer Copyright" msgstr "Footer Copyright" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:87 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:87 msgid "Formation sur 3 à 5 jours aux côtés des différents chirurgiens du CCV" msgstr "Training over 3 to 5 days alongside the various surgeons at the CCV" @@ -353,7 +333,7 @@ msgstr "Training over 3 to 5 days alongside the various surgeons at the CCV" msgid "Formulaire de contact" msgstr "Contact form" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:50 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:50 msgid "Gauche" msgstr "Left" @@ -385,29 +365,26 @@ msgstr "NAS ID" msgid "Imagerie" msgstr "Imaging" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:66 -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:199 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:66 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:199 msgid "Images en ligne" msgstr "Online images" #: ../../mu-plugins/cube/src/Forms/Consultation.php:67 -msgid "Images envoyé par courrier" -msgstr "Images sent by mail" - -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:249 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:249 msgid "Images envoyées par courrier" msgstr "Images sent by mail" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:138 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:138 msgid "Images sur CD (Purview)" msgstr "Images on CD (Purview)" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:235 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:235 msgid "Images téléchargées :" msgstr "Downloaded images:" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:138 -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:220 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:138 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:220 msgid "Images téléversées depuis portable" msgstr "Images uploaded from mobile phone" @@ -427,7 +404,7 @@ msgstr "List previous spinal surgeries and dates (if applicable)" msgid "Infiltration ou thermocoagulation" msgstr "Infiltration or thermocoagulation" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:112 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:112 msgid "" "Interventions aux côtés du chirurgien et discussion technique de dossier, " "indications, trucs et astuces opératoires entre les interventions." @@ -435,7 +412,7 @@ msgstr "" "Operations with the surgeon and technical discussion of the case, " "indications, operating tips and tricks between operations." -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:130 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:130 msgid "" "IRM, Scanner, Radiographies, faites-nous parvenir vos imageries les plus " "récentes en utilisant l'une des méthodes suivantes :" @@ -443,11 +420,11 @@ msgstr "" "MRI, CT scan, X-rays, send us your most recent images using one of the " "following methods:" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:322 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:322 msgid "J'envoie ma demande à l'équipe du CCV" msgstr "I submit my application to the CCV team" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:8 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:8 msgid "JJ/MM/AAAA" msgstr "DD/MM/YYYY" @@ -463,12 +440,12 @@ msgstr "Physiotherapy or osteopathy" msgid "La douleur principale est-elle ?" msgstr "Is it the main pain?" -#: storage/framework/views/31c60973002de04923364eaf7e072a3616cf3fd5.php:3 +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:3 msgctxt "label" msgid "Rechercher :" msgstr "Search:" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:170 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:170 msgid "Le téléchargement des images se fait automatiquement." msgstr "The images are uploaded automatically." @@ -476,7 +453,7 @@ msgstr "The images are uploaded automatically." msgid "Les deux" msgstr "Both" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:175 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:175 msgid "" "Les fichiers de scanner et IRM comportent souvent de nombreuses images et le " "téléchargement peut prendre plusieurs minutes, c’est normal." @@ -484,10 +461,10 @@ msgstr "" "CT and MRI files often contain a lot of images and can take several minutes " "to upload, this is normal." -#: resources/views/partials/content-scientific_news.blade.php:34 -#: resources/views/partials/content.blade.php:25 -#: storage/framework/views/573ed32df26692b4935ea34b0130904032d35d61.php:26 -#: storage/framework/views/c3c7ccd2f03fbe80640cee086051311d979dda72.php:35 +#: resources/views/partials/content.blade.php:25 +#: resources/views/partials/content-scientific_news.blade.php:34 +#: storage/framework/views/90171440522ee98076ab884f5e9cf4fd3edf9648.php:26 +#: storage/framework/views/bee2d05f60bf9bebf64fc978b943b5cfbfb233f3.php:35 msgid "Lire la suite" msgstr "Read more" @@ -495,12 +472,12 @@ msgstr "Read more" msgid "Lombaires" msgstr "Lumbar" -#: ../../mu-plugins/cube/src/Forms/Training.php:46 +#: ../../mu-plugins/cube/src/Forms/Training.php:46 #: ../../mu-plugins/cube/src/Forms/Training.php:53 msgid "Moins de 20 chirurgies" msgstr "Less than 20 surgeries" -#: app/setup.php:110 +#: app/setup.php:121 msgid "Navigation primaire" msgstr "Main navigation" @@ -508,8 +485,8 @@ msgstr "Main navigation" msgid "Neurochirurgien" msgstr "Neurosurgeon" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:38 -#: ../../mu-plugins/cube/src/Forms/Contact.php:16 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:38 +#: ../../mu-plugins/cube/src/Forms/Contact.php:16 #: ../../mu-plugins/cube/src/Forms/Training.php:22 msgctxt "Nom de famille" msgid "Nom" @@ -519,11 +496,11 @@ msgstr "Last Name" msgid "Non" msgstr "No" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:325 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:325 msgid "ou je souhaite l'envoyer à un chirurgien spécifique :" msgstr "or I wish to send it to a specific surgeon:" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:321 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:321 #: ../../mu-plugins/cube/src/Forms/Builder/Fields/Binary.php:11 msgid "Oui" msgstr "Yes" @@ -532,7 +509,7 @@ msgstr "Yes" msgid "Page non trouvée" msgstr "Page not found" -#: storage/framework/views/3cb18037d9ec3579525d2aa4a19348b02b80d433.php:2 +#: storage/framework/views/255e3ba5c00699949ad5bdc43b56048a0542d3a4.php:2 msgid "Pages :" msgstr "Pages:" @@ -540,13 +517,13 @@ msgstr "Pages:" msgid "Par quel type de formation au CCV Montpellier êtes-vous intéressé ?" msgstr "What type of training at the CCV Montpellier are you interested in?" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:151 -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:243 -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:408 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:151 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:243 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:408 msgid "Parcourir" msgstr "Browse" -#: ../../mu-plugins/cube/src/Forms/Training.php:45 +#: ../../mu-plugins/cube/src/Forms/Training.php:45 #: ../../mu-plugins/cube/src/Forms/Training.php:52 msgid "Pas d'expérience" msgstr "No experience" @@ -563,17 +540,17 @@ msgstr "Country of surgical training" msgid "Pays de résidence" msgstr "Country of residence" -#: storage/framework/views/31c60973002de04923364eaf7e072a3616cf3fd5.php:4 +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:4 msgctxt "placeholder" msgid "Rechercher …" msgstr "Search …" -#: ../../mu-plugins/cube/src/Forms/Training.php:48 +#: ../../mu-plugins/cube/src/Forms/Training.php:48 #: ../../mu-plugins/cube/src/Forms/Training.php:55 msgid "Plus de 100 chirurgies" msgstr "More than 100 surgeries" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:228 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:228 msgid "" "Prenez vos images en photo et envoyez-les directement depuis votre téléphone " ":" @@ -587,13 +564,13 @@ msgstr "Main problem" msgid "Profession" msgstr "Profession" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:39 -#: ../../mu-plugins/cube/src/Forms/Contact.php:17 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:39 +#: ../../mu-plugins/cube/src/Forms/Contact.php:17 #: ../../mu-plugins/cube/src/Forms/Training.php:23 msgid "Prénom" msgstr "First Name" -#: storage/framework/views/aed6d38ed8fbe9d9ba614666106bb65370261571.php:12 +#: storage/framework/views/0baf2029aee167ec878547f5d5cfddbe9c20c24b.php:12 msgid "Publié par" msgstr "Published by" @@ -605,13 +582,13 @@ msgstr "What level of expertise do you have in this field?" msgid "Quel niveau d’expertise avez-vous dans la chirurgie de la scoliose ?" msgstr "What level of expertise do you have in scoliosis surgery?" -#: resources/views/partials/content-single-scientific_news.blade.php:34 -#: storage/framework/views/aed6d38ed8fbe9d9ba614666106bb65370261571.php:36 +#: resources/views/partials/content-single-scientific_news.blade.php:34 +#: storage/framework/views/0baf2029aee167ec878547f5d5cfddbe9c20c24b.php:36 msgid "Retour" msgstr "Back" -#: resources/views/partials/content-single.blade.php:18 -#: storage/framework/views/dfbbe2e2c43588ed8148e5eb78b257f2c06d2b02.php:19 +#: resources/views/partials/content-single.blade.php:18 +#: storage/framework/views/c80952a742238f33a71cd840c1a3d5b7dc28265a.php:19 msgid "Retour aux actualités" msgstr "Back to news" @@ -639,7 +616,7 @@ msgctxt "Sexe (M)" msgid "M" msgstr "M" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:108 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:108 #: ../../mu-plugins/cube/src/Forms/Consultation.php:111 msgid "Si oui depuis quand ?" msgstr "If yes, since when?" @@ -656,7 +633,7 @@ msgstr "Surgical specialty" msgid "Statut" msgstr "Status" -#: storage/framework/views/31c60973002de04923364eaf7e072a3616cf3fd5.php:7 +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:7 msgctxt "submit button" msgid "Rechercher" msgstr "Search" @@ -665,11 +642,11 @@ msgstr "Search" msgid "Séjour en hospitalisation" msgstr "Inpatient stay" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:340 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:340 msgid "Sélectionner" msgstr "Select" -#: ../../mu-plugins/cube/src/Forms/Consultation.php:43 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:43 #: ../../mu-plugins/cube/src/Forms/Training.php:25 msgid "Tel" msgstr "Tel" @@ -678,7 +655,7 @@ msgstr "Tel" msgid "Téléphone" msgstr "Telephone" -#: ../../mu-plugins/cube/src/Forms/Base.php:197 +#: ../../mu-plugins/cube/src/Forms/Base.php:197 #: ../../mu-plugins/cube/src/Forms/Base.php:213 msgid "Une erreur est survenue. Veuillez réessayer." msgstr "An error has occurred. Please try again." @@ -688,23 +665,23 @@ msgid "Ville (département)" msgstr "Town (county)" #. Text used for radio values and labels -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:86 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:86 msgid "Visite ponctuelle sur 1 journée avec 2 à 5 interventions" msgstr "One-day visit with 2 to 5 operations" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:142 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:142 msgid "Vos images sont sur un CD ?" msgstr "Are your images on a CD?" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:203 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:203 msgid "Vous avez reçu un lien pour consulter vos images en ligne ?" msgstr "Have you received a link to view your images online?" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:253 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:253 msgid "Vous pouvez aussi nous envoyer vos images par courrier :" msgstr "You can also send us your images by post:" -#: storage/framework/views/23ae7e77232b4a4a1596204d2b2a7fcd3757dfdd.php:224 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:224 msgid "Vous remplissez cette demande depuis votre téléphone ?" msgstr "Are you completing this request from your phone?" @@ -716,13 +693,13 @@ msgstr "{count} files selected" msgid "Âge :" msgstr "Age:" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:60 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:60 msgid "" "Êtes-vous intéressé principalement par la chirurgie lombaire par voie " "antérieure (TDR & ALIF) ?" msgstr "Are you primarily interested in anterior lumbar surgery (TDR & ALIF)?" -#: storage/framework/views/95d1d80ab69dd8a46e69b9d010541f84f22497f3.php:68 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:68 msgid "" "Êtes-vous intéressé principalement par la chirurgie percutanée de la " "scoliose avec pré-implantation scanner ?" diff --git a/wp-content/themes/CCV/resources/languages/pl_PL.mo b/wp-content/themes/CCV/resources/languages/pl_PL.mo new file mode 100644 index 0000000..cd34155 Binary files /dev/null and b/wp-content/themes/CCV/resources/languages/pl_PL.mo differ diff --git a/wp-content/themes/CCV/resources/languages/pl_PL.po b/wp-content/themes/CCV/resources/languages/pl_PL.po new file mode 100644 index 0000000..337fe90 --- /dev/null +++ b/wp-content/themes/CCV/resources/languages/pl_PL.po @@ -0,0 +1,708 @@ +# Copyright (C) 2021 Cubedesigners +# This file is distributed under the . +msgid "" +msgstr "" +"Project-Id-Version: CCV Theme\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/CCV\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"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" +"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" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:162 +msgid "" +"1. Munissez-vous du CD de votre examen (scanner, IRM, etc) et copiez-le sur " +"votre ordinateur. Un dossier avec le nom du CD va être automatiquement " +"généré." +msgstr "" +"1. Weź płytę CD z badania (tomograf, rezonans, itp.) i skopiuj ją na swój " +"komputer. Folder z nazwą płyty CD wygeneruje się automatycznie." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:6 +msgid "1. Vos symptômes" +msgstr "1. Twoje objawy" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:6 +msgid "1. Votre identité" +msgstr "1. Twoje dane" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:55 +msgid "2. Domaine d’intervention" +msgstr "2. Zakres interwencji" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:167 +msgid "" +"2. Glissez ce dossier dans la zone ci-dessous. Ou cliquez sur le bouton « " +"Folders and Disks » et sélectionnez le dossier entier correspondant à votre " +"CD." +msgstr "" +"2. Przeciągnij folder do obszaru poniżej. Lub kliknij przycisk „Folders and " +"Disks” i wybierz cały folder płyty CD." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:102 +msgid "2. Vos traitements réalisés" +msgstr "2. Przeprowadzone zabiegi" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:81 +msgid "3. Type de formation" +msgstr "3. Rodzaj szkolenia" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:184 +msgid "" +"3. Une fois vos images envoyées, la barre de chargement disparait et le " +"descriptif des images apparaît. Le CCV Montpellier aura accès de son côté à " +"vos images." +msgstr "" +"3. Po wysłaniu zdjęć pasek ładowania znika i pojawi się opis zdjęć. CCV " +"Montpellier będzie miało dostęp do „twoich zdjęć”." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:127 +msgid "3. Votre imagerie" +msgstr "3. Twoje zdjęcia" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:283 +msgid "4. Vos informations" +msgstr "4. Twoje informacje" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:189 +msgid "" +"4. Vous pouvez fermer cette fenêtre et terminer de compléter le formulaire " +"de demande d’avis médical." +msgstr "" +"4. Możesz zamknąć to okno i dokończyć wypełnianie formularza z prośbą o " +"opinię medyczną." + +#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:6 +msgid "Actualité Scientifique" +msgstr "Aktualności naukowe" + +#: resources/views/partials/header.blade.php:6 +#: storage/framework/views/c84d796ccdde0e9a699092afb25f00bea3626464.php:6 +msgid "Aller à la page d'accueil" +msgstr "Idź do strony głównej" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:312 +msgid "ans" +msgstr "lat" + +#: app/View/Composers/Title.php:48 +msgid "Articles récents" +msgstr "Ostatnie artykuły" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:275 +msgid "" +"Aucune demande d’avis ne pourra être étudiée sans imagerie médicale associée." +msgstr "Å»adna prośba o opinię nie zostanie rozpatrzona bez załączonych zdjęć." + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:133 +msgid "Aucune image envoyée" +msgstr "Nie wysłano żadnych obrazów" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:92 +msgid "Avant-bras droit" +msgstr "Prawe przedramię" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:93 +msgid "Avant-bras gauche" +msgstr "Lewe przedramię" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:51 +msgid "Avez vous un message (ou une demande) spécifique à nous formuler ?" +msgstr "Czy masz dla nas jakąś konkretną wiadomość (lub prośbę)?" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:85 +msgid "" +"Avez-vous des douleurs dans les bras ou les jambes (sciatiques, cruralgies, " +"névralgies) ?" +msgstr "Czy odczuwasz bóle rąk lub nóg (rwa kulszowa, neuralgia)?" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:107 +msgid "" +"Avez-vous des fourmillements ou une sensation d’engourdissement dans un des " +"membres ? " +msgstr "Czy odczuwasz mrowienie lub drętwienie w którejkolwiek z kończyn?" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:110 +msgid "Avez-vous une perte de force importante dans un des membres ?" +msgstr "Czy odczuwasz znaczne osłabienie jednej z kończyn?" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:96 +msgid "Bas de la jambe droite" +msgstr "Dolna część prawej nogi" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:97 +msgid "Bas de la jambe gauche" +msgstr "Dolna część lewej nogi" + +#: app/setup.php:122 +msgid "Boutons d'en-tête (maximum de 2)" +msgstr "Przyciski nagłówka (maksymalnie 2)" + +#. Name of the theme +msgid "CCV Theme" +msgstr "CCV Theme" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:76 +msgid "Cervicales" +msgstr "Szyjne" + +#: storage/framework/views/312ec9816dff3d28f2f8099b61de50d1dfe0f379.php:6 +msgid "" +"Cette demande nécessite l'emploi de JavaScript qui, soit a été désactivé, " +"soit n'est pas reconnu par votre fureteur." +msgstr "" +"To żądanie wymaga użycia JavaScript, który został wyłączony lub nie jest " +"rozpoznawany przez Twoją przeglądarkę." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:384 +msgid "Chargement des fichiers" +msgstr "Przesyłanie plików" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:410 +msgid "Chargement terminé" +msgstr "Przesyłanie zakończone" + +#: ../../mu-plugins/cube/src/Forms/Training.php:38 +msgid "Chirurgien en activité" +msgstr "Aktywny chirurg" + +#: ../../mu-plugins/cube/src/Forms/Training.php:32 +msgid "Chirurgien orthopédiste avec chirurgie du rachis exclusif" +msgstr "Chirurg ortopeda zajmujący się wyłącznie operacjami kręgosłupa" + +#: ../../mu-plugins/cube/src/Forms/Training.php:33 +msgid "Chirurgien orthopédiste généraliste" +msgstr "Chirurg ortopeda ogólny" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:54 +msgid "Chirurgien spécifique" +msgstr "Konkretny chirurg" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:129 +msgid "" +"Choix des interventions chaque jour parmi les 5 à 12 chirurgies quotidiennes " +"du CCV. Formation théorique plus structurée sur les abords, les indications, " +"la gestion des complications & discussion de dossiers." +msgstr "" +"Codziennie do wyboru od 5 do 12 zabiegów CCV. Bardziej ustrukturyzowane " +"szkolenie teoretyczne na temat podejść, wskazań, postępowania z powikłaniami " +"i omawiania przypadków." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:267 +msgid "Cochez cette case si vous envoyez vos images par courrier" +msgstr "Zaznacz to pole, jeśli wysyłasz zdjęcia pocztą" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:207 +msgid "" +"Collez votre lien ci-dessous ainsi que vos identifiant et mot de passe :" +msgstr "Wklej link poniżej wraz z loginem i hasłem:" + +#: storage/framework/views/2ded27c99f06928aa48f85d0165e6603ac8f138e.php:11 +msgid "Contactez-moi" +msgstr "Skontaktuj się ze mną" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:116 +msgid "Corset ou ceinture lombaire" +msgstr "Gorset lub pas lędźwiowy" + +#. Author of the theme +msgid "Cubedesigners" +msgstr "Cubedesigners" + +#. Description of the theme +msgid "Custom theme for the CCV website." +msgstr "Własny motyw dla strony internetowej CCV." + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:146 +msgid "CV et lettre de motivation exigés." +msgstr "Wymagane CV i list motywacyjny." + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:102 +msgid "Dans la colonne" +msgstr "W kręgosłupie" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:103 +msgid "Dans les membres" +msgstr "W kończynach" + +#: ../../mu-plugins/cube/src/Forms/Training.php:24 +msgid "Date de naissance" +msgstr "Data urodzenia" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:20 +msgid "Date de naissance (JJ/MM/AAAA)" +msgstr "Data urodzenia (DD/MM/RRRR)" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:81 +msgid "Date des premiers symptômes :" +msgstr "Data wystąpienia pierwszych objawów:" + +#: ../../mu-plugins/cube/src/Forms/Training.php:14 +msgid "Demande de formation" +msgstr "Wniosek o szkolenie" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:83 +msgid "Douleurs permanentes depuis (le cas échéant) :" +msgstr "Trwały ból od (jeśli dotyczy):" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:49 +msgid "Droite" +msgstr "Prawy" + +#: storage/framework/views/08e9c360a6e930497cdc08ff9a8572857f709b08.php:28 +#: storage/framework/views/0cc4bc9d05765c298206491f0913d1727067fd09.php:17 +#: storage/framework/views/6a5a154909313bac19653827078086a22a3ac85f.php:14 +msgid "Désolé, aucun résultat n'a été trouvé" +msgstr "Przepraszamy, nie znaleziono żadnych wyników" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:20 +msgid "E-diagnostic" +msgstr "E-diagnoza" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:44 +#: ../../mu-plugins/cube/src/Forms/Training.php:26 +msgid "Email" +msgstr "E-mail" + +#: ../../mu-plugins/cube/src/Forms/Training.php:47 +#: ../../mu-plugins/cube/src/Forms/Training.php:54 +msgid "Entre 20 et 100" +msgstr "Między 20 a 100" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:351 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:162 +msgid "Envoi en cours..." +msgstr "Wysyłanie w toku..." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:349 +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:160 +msgid "Envoyer votre demande" +msgstr "Wyślij zapytanie" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:157 +msgid "Envoyez vos images au CCV Montpellier en vue d’une téléconsultation" +msgstr "Wyślij zdjęcia do CCV Montpellier na telekonsultację" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:146 +msgid "Envoyez-nous l'ensemble des fichiers contenus sur votre CD :" +msgstr "Wyślij nam wszystkie pliki zawarte na płycie CD:" + +#: ../../mu-plugins/cube/src/Forms/Base.php:273 +msgid "Erreur d'envoi du message. Veuillez réessayer." +msgstr "Błąd wysyłania wiadomości. Spróbuj ponownie." + +#: ../../mu-plugins/cube/src/Forms/Training.php:37 +msgid "Etudiant (interne, fellow)" +msgstr "Student (praktykant, stypendysta)" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:88 +msgid "Fellowship au CCV pour une durée variable" +msgstr "Staż w CCV przez zmienny okres czasu" + +#: app/setup.php:163 +msgid "Footer Column 1" +msgstr "Footer Column 1" + +#: app/setup.php:167 +msgid "Footer Column 2" +msgstr "Footer Column 2" + +#: app/setup.php:171 +msgid "Footer Column 3" +msgstr "Footer Column 3" + +#: app/setup.php:175 +msgid "Footer Copyright" +msgstr "Footer Copyright" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:87 +msgid "Formation sur 3 à 5 jours aux côtés des différents chirurgiens du CCV" +msgstr "Szkolenie trwające od 3 do 5 dni u różnych chirurgów z CCV" + +#: ../../mu-plugins/cube/src/Forms/Contact.php:10 +msgid "Formulaire de contact" +msgstr "Formularz kontaktowy" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:50 +msgid "Gauche" +msgstr "Lewy" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:94 +msgid "Haut de la jambe droite" +msgstr "Górna część prawej nogi" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:95 +msgid "Haut de la jambe gauche" +msgstr "Górna część lewej nogi" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:90 +msgid "Haut du bras droit" +msgstr "Górna część prawego ramienia" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:91 +msgid "Haut du bras gauche" +msgstr "Górna część lewego ramienia" + +#. Author URI of the theme +msgid "https://www.cubedesigners.com/" +msgstr "https://www.cubedesigners.com/" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:71 +msgid "ID sur le NAS" +msgstr "Identyfikator na serwerze NAS" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:65 +msgid "Imagerie" +msgstr "Obrazowanie" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:66 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:199 +msgid "Images en ligne" +msgstr "Zdjęcia online" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:67 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:249 +msgid "Images envoyées par courrier" +msgstr "Zdjęcia wysłane pocztą" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:138 +msgid "Images sur CD (Purview)" +msgstr "Zdjęcia na CD (Purview)" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:235 +msgid "Images téléchargées :" +msgstr "Pobrane zdjęcia:" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:138 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:220 +msgid "Images téléversées depuis portable" +msgstr "Obrazy przesyłane z telefonu" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:114 +msgid "" +"Indiquez ici les médicaments que vous avez pris pour vos douleurs (le cas " +"échéant)" +msgstr "Wpisz tutaj leki, które przyjmowałeś na ból (jeśli dotyczy)" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:119 +msgid "" +"Indiquez ici vos précédentes chirurgies de la colonne et leurs dates (le cas " +"échéant)" +msgstr "Wpisz poprzednie operacje kręgosłupa wraz z datami (jeśli dotyczy)" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:118 +msgid "Infiltration ou thermocoagulation" +msgstr "Infiltracja lub termokoagulacja" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:112 +msgid "" +"Interventions aux côtés du chirurgien et discussion technique de dossier, " +"indications, trucs et astuces opératoires entre les interventions." +msgstr "" +"Towarzyszenie chirurgowi w zabiegach i techniczne omówienie przypadku, " +"wskazania, porady operacyjne i wskazówki pomiędzy zabiegami." + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:130 +msgid "" +"IRM, Scanner, Radiographies, faites-nous parvenir vos imageries les plus " +"récentes en utilisant l'une des méthodes suivantes :" +msgstr "" +"Rezonans magnetyczny, tomograf komputerowy, zdjęcia rentgenowskie, prześlij " +"nam swoje najnowsze zdjęcia używając jednej z poniższych metod:" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:322 +msgid "J'envoie ma demande à l'équipe du CCV" +msgstr "Wysyłam moje zgłoszenie do zespołu CCV" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:8 +msgid "JJ/MM/AAAA" +msgstr "DD/MM/RRRR" + +#: ../../mu-plugins/cube/src/Forms/Training.php:62 +msgid "Joindre vos documents" +msgstr "Załącz dokumenty" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:115 +msgid "Kinésithérapie ou ostéopathie" +msgstr "Fizjoterapia lub osteopatia" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:100 +msgid "La douleur principale est-elle ?" +msgstr "Czy chodzi o dominujący ból?" + +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:3 +msgctxt "label" +msgid "Rechercher :" +msgstr "Szukaj:" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:170 +msgid "Le téléchargement des images se fait automatiquement." +msgstr "Zdjęcia pobierają się automatycznie." + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:104 +msgid "Les deux" +msgstr "Obydwa" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:175 +msgid "" +"Les fichiers de scanner et IRM comportent souvent de nombreuses images et le " +"téléchargement peut prendre plusieurs minutes, c’est normal." +msgstr "" +"Pliki z tomografu i rezonansu często zawierają wiele zdjęć i ich pobranie " +"może zająć kilka minut, jest to normalne." + +#: resources/views/partials/content.blade.php:25 +#: resources/views/partials/content-scientific_news.blade.php:34 +#: storage/framework/views/90171440522ee98076ab884f5e9cf4fd3edf9648.php:26 +#: storage/framework/views/bee2d05f60bf9bebf64fc978b943b5cfbfb233f3.php:35 +msgid "Lire la suite" +msgstr "Więcej" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:77 +msgid "Lombaires" +msgstr "Lędźwiowy" + +#: ../../mu-plugins/cube/src/Forms/Training.php:46 +#: ../../mu-plugins/cube/src/Forms/Training.php:53 +msgid "Moins de 20 chirurgies" +msgstr "Mniej niż 20 operacji" + +#: app/setup.php:121 +msgid "Navigation primaire" +msgstr "Nawigacja podstawowa" + +#: ../../mu-plugins/cube/src/Forms/Training.php:31 +msgid "Neurochirurgien" +msgstr "Neurochirurg" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:38 +#: ../../mu-plugins/cube/src/Forms/Contact.php:16 +#: ../../mu-plugins/cube/src/Forms/Training.php:22 +msgctxt "Nom de famille" +msgid "Nom" +msgstr "Nazwa rodziny" + +#: ../../mu-plugins/cube/src/Forms/Builder/Fields/Binary.php:12 +msgid "Non" +msgstr "Nie" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:325 +msgid "ou je souhaite l'envoyer à un chirurgien spécifique :" +msgstr "lub chcę je wysłać do konkretnego chirurga:" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:321 +#: ../../mu-plugins/cube/src/Forms/Builder/Fields/Binary.php:11 +msgid "Oui" +msgstr "Tak" + +#: app/View/Composers/Title.php:64 +msgid "Page non trouvée" +msgstr "Nie znaleziono strony" + +#: storage/framework/views/255e3ba5c00699949ad5bdc43b56048a0542d3a4.php:2 +msgid "Pages :" +msgstr "Strony:" + +#: ../../mu-plugins/cube/src/Forms/Training.php:61 +msgid "Par quel type de formation au CCV Montpellier êtes-vous intéressé ?" +msgstr "Jaki rodzaj szkolenia w CCV Montpellier Cię interesuje?" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:151 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:243 +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:408 +msgid "Parcourir" +msgstr "Przeglądaj" + +#: ../../mu-plugins/cube/src/Forms/Training.php:45 +#: ../../mu-plugins/cube/src/Forms/Training.php:52 +msgid "Pas d'expérience" +msgstr "Brak doświadczenia" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:42 +msgid "Pays" +msgstr "Kraj" + +#: ../../mu-plugins/cube/src/Forms/Training.php:28 +msgid "Pays de formation chirurgicale" +msgstr "Kraj, w którym odbywało się szkolenie chirurgiczne" + +#: ../../mu-plugins/cube/src/Forms/Training.php:27 +msgid "Pays de résidence" +msgstr "Kraj zamieszkania" + +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:4 +msgctxt "placeholder" +msgid "Rechercher …" +msgstr "Szukaj…" + +#: ../../mu-plugins/cube/src/Forms/Training.php:48 +#: ../../mu-plugins/cube/src/Forms/Training.php:55 +msgid "Plus de 100 chirurgies" +msgstr "Ponad 100 operacji" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:228 +msgid "" +"Prenez vos images en photo et envoyez-les directement depuis votre téléphone " +":" +msgstr "Zrób zdjęcia i wyślij je bezpośrednio z telefonu" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:74 +msgid "Problème principal" +msgstr "Główny problem" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:40 +msgid "Profession" +msgstr "Zawód" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:39 +#: ../../mu-plugins/cube/src/Forms/Contact.php:17 +#: ../../mu-plugins/cube/src/Forms/Training.php:23 +msgid "Prénom" +msgstr "Pierwsze imię" + +#: storage/framework/views/0baf2029aee167ec878547f5d5cfddbe9c20c24b.php:12 +msgid "Publié par" +msgstr "Opublikował" + +#: ../../mu-plugins/cube/src/Forms/Training.php:43 +msgid "Quel niveau d'expertise avez-vous dans ce domaine ?" +msgstr "Jaki masz poziom wiedzy specjalistycznej w tej dziedzinie?" + +#: ../../mu-plugins/cube/src/Forms/Training.php:50 +msgid "Quel niveau d’expertise avez-vous dans la chirurgie de la scoliose ?" +msgstr "Jaki masz poziom wiedzy w zakresie operacji skoliozy?" + +#: resources/views/partials/content-single-scientific_news.blade.php:34 +#: storage/framework/views/0baf2029aee167ec878547f5d5cfddbe9c20c24b.php:36 +msgid "Retour" +msgstr "Powrót" + +#: resources/views/partials/content-single.blade.php:18 +#: storage/framework/views/c80952a742238f33a71cd840c1a3d5b7dc28265a.php:19 +msgid "Retour aux actualités" +msgstr "Powrót do aktualności" + +#. %s is replaced with the search query +#: app/View/Composers/Title.php:58 +#, php-format +msgid "Résultats de recherche pour « %s »" +msgstr "Wyniki wyszukiwania dla „%s”" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:78 +msgid "Scoliose" +msgstr "Skolioza" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:45 +msgid "Sexe" +msgstr "Płeć" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:48 +msgctxt "Sexe (F)" +msgid "F" +msgstr "" +"F\n" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:47 +msgctxt "Sexe (M)" +msgid "M" +msgstr "M" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:108 +#: ../../mu-plugins/cube/src/Forms/Consultation.php:111 +msgid "Si oui depuis quand ?" +msgstr "Jeśli tak, od kiedy?" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:87 +msgid "Si oui, cochez les membres concernés :" +msgstr "Jeśli tak, zaznacz odpowiednie kończyny:" + +#: ../../mu-plugins/cube/src/Forms/Training.php:29 +msgid "Spécialité chirurgicale" +msgstr "Specjalizacja chirurgiczna" + +#: ../../mu-plugins/cube/src/Forms/Training.php:35 +msgid "Statut" +msgstr "Status" + +#: storage/framework/views/54b75d14d76e38674c573b36e72e8400059b083c.php:7 +msgctxt "submit button" +msgid "Rechercher" +msgstr "Szukaj" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:117 +msgid "Séjour en hospitalisation" +msgstr "Pobyt w szpitalu" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:340 +msgid "Sélectionner" +msgstr "Wybierz" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:43 +#: ../../mu-plugins/cube/src/Forms/Training.php:25 +msgid "Tel" +msgstr "Tel" + +#: ../../mu-plugins/cube/src/Forms/Contact.php:18 +msgid "Téléphone" +msgstr "Telefon" + +#: ../../mu-plugins/cube/src/Forms/Base.php:197 +#: ../../mu-plugins/cube/src/Forms/Base.php:213 +msgid "Une erreur est survenue. Veuillez réessayer." +msgstr "Wystąpił błąd. Spróbuj ponownie." + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:41 +msgid "Ville (département)" +msgstr "Miasto (departament)" + +#. Text used for radio values and labels +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:86 +msgid "Visite ponctuelle sur 1 journée avec 2 à 5 interventions" +msgstr "Wizyta jednodniowa z 2 do 5 zabiegów" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:142 +msgid "Vos images sont sur un CD ?" +msgstr "Czy Twoje zdjęcia są na CD?" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:203 +msgid "Vous avez reçu un lien pour consulter vos images en ligne ?" +msgstr "Czy otrzymałeś link do obejrzenia swoich zdjęć online?" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:253 +msgid "Vous pouvez aussi nous envoyer vos images par courrier :" +msgstr "Możesz również przesłać nam swoje zdjęcia pocztą:" + +#: storage/framework/views/d6ada5b1af3d55c916d5ec9a6b203f57fbdb2929.php:224 +msgid "Vous remplissez cette demande depuis votre téléphone ?" +msgstr "Czy wypełniasz formularz z telefonu?" + +#: ../../mu-plugins/cube/src/Forms/Builder/Fields/File.php:29 +msgid "{count} fichiers sélectionnés" +msgstr "{count} wybrane pliki" + +#: ../../mu-plugins/cube/src/Forms/Consultation.php:50 +msgid "Âge :" +msgstr "Wiek:" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:60 +msgid "" +"Êtes-vous intéressé principalement par la chirurgie lombaire par voie " +"antérieure (TDR & ALIF) ?" +msgstr "" +"Czy interesują Cię głównie operacje w odcinku lędźwiowym wykonywane od " +"przodu (TDR i ALIF)?" + +#: storage/framework/views/094f129a287af6822724e007cdeca8267b8b14af.php:68 +msgid "" +"Êtes-vous intéressé principalement par la chirurgie percutanée de la " +"scoliose avec pré-implantation scanner ?" +msgstr "" +"Czy interesuje Cię głównie przeskórna operacja skoliozy z preimplantacją TK?" diff --git a/wp-content/themes/CCV/resources/views/partials/header.blade.php b/wp-content/themes/CCV/resources/views/partials/header.blade.php index d4578b9..d998133 100644 --- a/wp-content/themes/CCV/resources/views/partials/header.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/header.blade.php @@ -19,7 +19,9 @@