From d9dc90017a99cba963eaac102e854bd95eee2c2a Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Fri, 15 Oct 2021 13:33:39 +0200 Subject: [PATCH] Wait #4708 @10 --- wp-content/mu-plugins/cube/src/Forms/Base.php | 4 +- .../cube/src/Forms/Consultation.php | 2 +- .../assets/styles/common/global.styl | 4 + .../themes/CCV/resources/languages/ccv.pot | 73 +- .../themes/CCV/resources/languages/en_GB.mo | Bin 13295 -> 12878 bytes .../themes/CCV/resources/languages/en_GB.po | 219 +++--- .../themes/CCV/resources/languages/pl_PL.mo | Bin 0 -> 13402 bytes .../themes/CCV/resources/languages/pl_PL.po | 708 ++++++++++++++++++ .../resources/views/partials/header.blade.php | 4 +- wp-content/themes/CCV/webpack.mix.js | 4 +- 10 files changed, 853 insertions(+), 165 deletions(-) create mode 100644 wp-content/themes/CCV/resources/languages/pl_PL.mo create mode 100644 wp-content/themes/CCV/resources/languages/pl_PL.po 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 076ab029a4610cb4787176bf916078e40fcab36c..9ca41459a2858f0615d37212f08176c9715df3a3 100644 GIT binary patch delta 2502 zcmYM!e@xX?7{~Dk`Ta|fluYq*uOvSuFGLvx1ye#TmTREmCM+#$7Bt&1VYus7Ge#ga zva+q9mQ=W8 zJ`%W+5^>1*r;jxL4@anH_GIk;zDcu@{sK&hGfP1aF2w?T1FLZvPT@j~jW;`j9@Klo zcoY7JyYMRBY!hnHc`B}@pN(6w5w~Cn%g{I9EEOAE z_n?n{7iv$(Fau9u9P8U<8Z8V=A`#j4Bq!2VRR18BU_WN!&!`1ri0XSx$6}npb(qgC zh{g7xGW49=??VOh0WyVshsmsO<23lQzxeQAIQf;!QK_szKW@S(d>-@gAd(y#!bluJ zP5cdNzRNh5L9C)5N&ZW*8dqTl29)|C8o4-%nn0_{WLGb;IrHOstUyit0xF=lP?>tq z^>buRyMRn-Q>cvGKy5gYmt(MN5nV0x3Ii&he$+(6xEL?t3cQZBxRkut;ciqa&tNxR z!z|p#%haD8L0+-r=*6#Gf5p}GW0+h4lrJWnE*k3@P=x1EMKXcRY1613MBUZH zr(lzAKa4LcFdy!~YUXR{@2zHc;^SDZ>(EO> z6OE%5{u9}(-9Q!3GOmF7S*YigxD#to3x0~);n%1Pj$tugLmfd@rZc_pu zom-HHde5Ir{*}^lci=%(zX7AL3G1*Kqw!l*X3nE(V*(ZUENUakc}~C?xR!n;s_Hx3 z@l)7Fe*#IGZ4az;Qs05PhKEpRb`*6KBgk>tC5*suw!IT$FczOe1=@lNWIt+WuVMne zi~8P2I1fL=a6F0HXy8j4n&1aisxG?y^xK@BW}x_9zX#xC=GmGpLBWQGp%CFzj=E8(PTb7()K+Z$4Db83oP{Rt_pN>yYEL zjhKXOs6aYVN792jx&f@jW4HycqXnWJ`DWws?y{QAyJ*NxPgRgl8=EWEI^9%0q o`io17R`*oSA9cK!O`sQ@ZjE+IZ?sWg)74T1BB2Bg8%>k delta 2898 zcmaLXeN5F=9LMo5f)FB_nu!nSPo7i+<3hc!y zEE;51iqGPm__^l=98bRwm76ozES3E&lLkTCVr<9dsDRF*BK_Ix|Aoc$M-W8@-iO+t z9na!6EW$dXTY$S!8(u(FBA#*)qm4yXEK7a%w*@pbaT&6QtwYwb4pgSQa4a77>_IJf z5p%E)V{t0cPR40S@oXjb#{g>GR@8crqbj-+L-T38Mq>tE$Eldd>N<**n28%v3mo)( z)AK`ApkHAbUPLXN&xZmkLshcEb2SpHZ9=xPuHn>QB{{%=D)9#1hK1Bs8_q39N{;p#I6pFrx=ij@hai5Xe?z|hAF6uwDX~gJdZl6!#ECqKu*n~>8L-34+S^_YjG~RcmR(_5wxSb z6f!%*O?iw5mr%F4DJ5bExi_{A_52``gk_~hN?(S1=vO1ZDc0wWC#IP#q(2^YCmK;l zwbAQ8gG=b|#hdT{Z)z|Q!&TOMI}~+x<8VG!;xz2W*?0!E@UV=?#;HiLEDv>;D!l#* z@A*1h#rS5_K37nQ{)r)#GLeHVLI*h$TY(yH!=v~l7GTN5NMOyVdHYaj`Y!6uob&qM zp*FgX6xE_9MG{N*%tJk&HHrG`@{}{6Qm;lWxCu$pwqt)hi7Nejs7uxBjbB0q`U~n- zM`uP}vr#yceikZ#HApPB6?I3BVK#o2$@#04HyDtKlOrahN|cRraVF|$9>o~!M9qH= zb@uzbe%R}u##qMB;Bx#L<1jxfl6eX0PLzebMl~vfwWy3bP?2}zJUoSZJNgl}#!K*F ztVT}9&f@?*pAvap6H!N$imK==m?C z7WTtw7>z|Z2uo4lUxcbyrPtqyiS&1)DsTjKl&>R!h3pF&I{Tk+4))P$*8NP#Q_zCKg{fY&cK(v!^HWHK7qb_wfPGo=EOM@RT>p_+1B645s z8V<%}ehd^)HtJ{!P#G`8yRibRa0gmOLyhZ}ICBGyjlQOq8o%ocI?WBOL8qpv*6(Wy zTJ995ytT<64Eok*w*|r*;%~$i{Clo@`cN(34mugGRx@uk7IA$}Z9^dFtD6#T9WpB> z(P^%6o!UUF>-v3ec>nMdam#8WTL+yMe@lZeW@(epVZG)+Q_$y}-s5C6)U9m|l%(gS z1vA{6O-s*B3*MR&{O?KO>g1k&2|3fVb90>B!s7g*t~{qWD!Z%Exp#z@bA{_`^9M-P z^)=SGYl7ip&dJ!E@&GZrKIKE8H#7bJyqYI$iwwVzyQ-6&@PgdfsJ{V<+R8`eh6_iR)wUKDkMk%T&s*qZ> zzyJHr?CqU{Dq$u5@667;@AEz%|L0@<4{y5k_YHsa*Dvw^#-+M4rt|tO{0twvT)z># zVwW**0b3Fmx2X?{tgWm-AgV+A7F>e7sSmGLZE!U5MI?|WG z>%gyqh-$tE4#1Z{$Xs~{3lTBUye|J3%&z!(1;@kNj&%wK~#*FS>%Xa0k~t^r?za)s{%rN;x{GJL1^^<^mkc5ngQ13n5$@6Uoag5Lu5zBUzJU7`m{&S~%{cmUM8 zzXM91KLn+x&zJZ$kS)!3K$bKwgVM+Ug1-e`$;+36kAd3f2~d9XG^lkpz+V8r3tkWY z2)q}3J4*jG@P1Hw{0s1L@D*@3_y8}nje6Y|Fys9}I&T4`j~b|R z-V18q4}e-PC@}`5rva$v9|sY^{3)pQ{sv@e^Bqw7`5~xtUjj);j?2Ir_(l-ZnmKS5 zTmpI2JPzItegV7{e5u51F}BvZ50oB007?%JfU?iW!FPb)1Tlemsl2{~hb7mwU;s{l zDfqkK%a`C^;3v3#*>m=K04I^$kAXVpli(2i6Hw=zdZ*L#VenC|?*nDW@0a)g3v6)x zhU?tsY1eCm=0*`@T0@>R9H>mgD{w^0UHE@pWJ3#5-!{9vl9C!;T=azo=fs$tt z#`5#bnym`XuYZ|pMWL8|%I$Xml%3uO$`9J0 zFY62 ze)~!Ab>LNdoLp}O74O%9)*rwtxIPYE3H}E78n9Jj3@Q#%Q0sgYR9t=>)H(kglpVhX zN?-p9?gRfF)H&ZZ?d1Ix@D{F*g3|YgLCN_z__N>>pyc=*I17FS)H<(#+V?t)D!;o4 z^uUAQI4Ju)3+nlAfmegy1-1Swpw9iH^7_Z1{N@sz zN_yH2>iTw2c58r=^FdJhc&_~ZKS8bYHpo_Xxdznw`$0@$4uLvv4oZ%XfRgi3@G|fz z&k|Oh(g?Dh?YlhxhlBb~;p7Fb3>`i2WAID)jX6}yOikdtd z0#O`#%@-d$7sYv)uIbAp)^|rb_IO^v*QGE`KhC_4?+p{)38Gpv%rXvN_l_4{(2*cR zdm`j*BuE!~FMPo}oOGIDnt6WQ^yZ_iop~=jCnaR-=R0Ab-C|zjm1-A>z{!IoO~b60 z#O#`T>ra(>IyhgKbUI$1`cZDro_QSGN8t7InYp>{Ee(3C7kbM{Dh+WUZr+Q~%Sn{6 zQ07Hle*vF4O6O|$Y^nExRX<&ET5U#I&(}thSyF~skVd^cTGq#E9lxiC z*1wq7yy^2@zN+X zx45H5@#rX-yNA#9l41?jEr)4W`U>-$1BS8l4y47NU96kh6D8eVXZ<|4bO4u?2ZFpnuM+iS5XmyjGP60*>97(;L2ErU={0wAz9Nh| z=0KW9K?l`fl7KfdbD#(cIoZx_xW^GvbmK%uyrLOl4KI_URXP}ngUjP@fu2Azx2Sz+ zWJYsf4QHt}QXfU9NtBP@Sn-Qs715mj{6td1Eg#+}wU z_ncj%417-7Oo|SH%Lf}E+_4g{ru5MAyA1#?h+MSdY(a`kbXFoc9znZSUQAxJ^fC(S zMrd0ho_VF1Sr}*5udU6(c!j5M)U0$_Nx|XdpWU$AAdI{@Z%k&Lv=^qhi;EFLJnHt6 zG)H;dd$rfiolP+ouy;Q_C+JH*G6NNe2XulXl! zoO<^c(G(#^0OM!p<;hK!^kJU0_4DO7@$N9oab%n}3?QU}&lNE*7inl|*&G~W1ys5m z1*=3i5^ddgAqTl0T#Ya>299w~VxQeC>5kn;->V63hT)Lj5Dd zv^>7#_E$^d7ysp`vsxn_cVccQ(HT@jT#XTZCaNQ#y%rv%Lw6(Vv-{-qGkf{A6evTF z*rmyVV%AW)J9w%Nxt9d%<*V!GlT_s3^^n)g^0a_FAOV-<6bXKVEGMe9Qix*2&5nCv zV_jGY1Cdqrt#^ZmhJpek+pnuUA+JaX=wZoxfuFHcx{dRST&+a|(G51^O+rdE zAfJPyA>>gy^GJ!Tqm$T7VH4(Zq%4G=;+=9Ze1+|1St!o2F4?@BL|mmA&k&_Sh??;n zuak5eB3g5>XoRRgT7i-AnIa>5qctKx#G+3&Z}h{4yt!`XEtmM@!H!a7d5z}EkmiPs z126W8d_NBK$c{VS#9epoSy?qD+DPl?<|?ll!?B@2=u7Pf1|J%Ar~_ z@>k*n2MEj|Dw2*l6w5Gsr={_k>1nRl2yB@N3ug6t-QF3%#m#E!G zG3%^hUFADbA)J7u#J!VH<%0GbU{uTd5K9cTHeB`}#XYj1jaa@us^X{tXU!q12=0jc zBsH;8rWta1ScuGr(uYzHC*UYbdvdP{8=7%AMH=sPlK!MQY%yDndg#&mhcc#1RW7#H z{50|r%^Xe=Wp_Ng=*Hg6j_bWUu5aGD?hVptWi{tU70Wu$&0>IkmKO-z;!Ihw$oTvp zEiY4Q+LSb+2$GJY1-sH#c_B3sBIbz8zwf1PRRrzKBp2N;Q;EA@xRmOW`nFr;V@Kz! z((|4JCygz)PgceE3BMU7E2-auuVI^Im5rIREtE&i8_AEhDh`TV4rytuEMmCCX^K38 zV`Zt%ZdWbXS_vALQnG@yW#ePk994O#`ptf@FLxCATi0dXxt*5Er=@>9X=1S;>xH;M zdB1d2r5m{quD0!qHA33nFXPi@bh*aSxao@XC~)*%7I?0va72e2lY)kD1Cec=Od1(g zHW$bG_Eq(8Ps$>nIg%Lpg6<)}k-ZxaG!3OAqxVk30-kW1FIosBAZ;$cJN@NLdSWQ7mM6L1p17LnBE7h0BaK zU+`&L60MuNT&z>P_?*_2)2fblub-#>P%~nq*KE?RH zU!zdD1Y#t&_WT_8HOJV%ak5Mm2T_lz$Rl~ypo)>lg9 zCqory?1!qhk?G1FR!SkPFrzIMQ3X{M4G73X^rzIBMJCmht(9$;#$47Fr@fHyCjr^B zE5ssOIn$^VcmtI&q^x2r78}ul98;5m_YhsAm1AW#&CCMovz|qg7#Tb>_t3zsILARf z}!xfTxHmGeQ&Vu#8ezl=2DjcZX->Ulbsu??r!**}trGBQ~xiSNS{oTKQD1 zyk1ke#d*k+co!v6!q_1~NgXb$I^*#UNfHgDNu#s= zdFqvs}Q z;f1HJ&t7=yh3Cx4azS%4JQLc#yotk;mmV%ZE=*p!U`|E^sk#nZ6y0BF&@oru#h+b` zDm_=d7zr^5Q^h%2J!u=wvd6B@V@-XMYN^Q0$@TNLILCUcN!E*U)%lJE`D!#mNzGE& zF-x|Tu@*D;VztnfA_^#y3c*^0KcNUYrMkqMpf|#B&KV}nsmOL#3}MinNyGI&Qs?bzaGQ3@I?R@KTV$dq$e-2A zJgH>mt1EELxpU~TJWf6$WUGoFP1{|md}%E-w=3I*imiX5P~GnpuAcZksjhkG?83jbgf_ zX>_+Oz^XpRYL&7U+goB2ed9Mv^CxK34jemrSTl^Dat{JMC>TP>vvvfuZI4x8)R*D+X1$S7X-i2- zSyoTdl|5O})5CjgZ?=avch@nBf!b1vA5eZI>8!_{c%>j$)RscOJL@e%JK5^4g`*3H zwsxPXPwzTtTLfMvY0NT^JCpB0`Y65)`}^t@_usp8xOVH-bJ~P~UhPmEBn*UCX1!Y* zQNC;O_)_g)8rnnG)aK379POQ{P2XCZnf7M(&E7I|(=>m0uy!J3hR6BGpPQMk&FmvX z%uc`CJ@@|F5z>PS8;)~~+G?bXP6GQtxAjIe+%r1pEamVA7mw{C*)XfBsaMEmy_f{f zWw!t3+f**|asNcTfBy{QrfH9_uSd8$_IrE18*Z={x9`7&j}y8-ef!MxhdyLK*+-@) z=O7l2HF?{v_tzxRmL~Vs_tkH?&FlAS`|7vWXEe+{9d17B^)??G>(=9ygmTBh{mew$Jvx1SOzsDGGgO)f;sik>hnz zW8++N2$ystBu!M4W6z#+z~SN;efk+0(0{rgvX5KfY(ol90fHen@=`y0^aLIvCh&B zn=<&uS;o(86%#R!&{D;I(N6mGSxuZ0*_nMM@xWWzd}#ebKMq^wcm`i-2U6>xU0@Wm z`JCUx1KlqE*d}^xh#ss&X)>hlPvyp5gPb))O&ezet_NG1shfLvr?gMvZ9dP+`Z{3> zJwyVy(eJBj8-~r4qIcsQHU5qp2ZsZC7Zlcn^lY{{(v7oiPtV2c7goH9wC{WEqLU5r7N*|h4NbuP zi(c;Hl@!DrN$)n(jdOW<-S^u0`h_%X;hEfOW2MrP@lFYbv5%#QM>#F7t>s!_6Ju<9 zX+G(o*h=d(qb{9u?TbLC?%00mP0Y`09({s8b{_3Z1ss=2 zhgBL`tDg~FA}?|X%9}N(W3_Z`C~{;mvjmwawTWnC{E1SbO#%yIpH#Q1JS^8Hs7a^Y z0i1)+U%HZ2c^l4`@8>HB?U1%76dLVN` zEq-rciF@l#WmlXN?QI)FTUYCZn9dHK13X~#UhH>qyCKSHBea4tV)edSGr6d8IlsqJ znar9yMF7ppm!!rKQ3p}oJ4w}ip@C!IMoAyJVH^g|n%hjE8lt&PIn57Y8f?T(cJwEC z!ry$}vmsP+$BQxTm>QGKGwM7V;vQv8|kWd73 zh`gP%$we|-bjE&5-?PhzMwB_6Mz_+Q;}I8LT_UbQX4Glt|cUeQ?ArE=+iZp%k{i8>60?5p-e#~XuY-)A&w zd28h21*fcOKNA?YpoZQ*!2aS0RZRPjG+?((stUK#JDN=hAXfetEP+bkPqw3nJ>ROMOA+zCNr zhRr8M>48hBccXTrzi_Cs8tlTF4dPurl+FL6Oj&trB)7D0p+Lxt2UMn*MLLV79UYI< zai8+VD1_ygWp=~q=t1zZCsPF*hTDqdBd*s`q%$QByZ9a1yJ;3(M%O&xY{UWhSNDBF^(#W8d2rZP?jh|rN$?yJ12fK-CQGSzw1^D`74 z4$y4U=WKa}$}*~%sy>bYqYkiD*|2CwuBTN$L@#=MM*pcYOG}|PcxmGib9k3oFn76H zj`C|t$qSZlve)?CVOjnqP1TEzsH&O?PdQnhcW8aE8Vq7EUwJq$_)#Ef406T-=4(aerwjKP!3iD zA`)kJc@Ggd1OLtDL}X?0;-7y)wnbn>$N)hIbn*qRhL#e3ShT~}$PHhe9Y#A)A&OqMHn57N)>U;>MhIpp VBLuB62CW9H)T3v;rMu_M{{houM?e4o literal 0 HcmV?d00001 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 @@
    @foreach ($languages as $lang)
  • - + {{ $lang['slug'] }}
  • diff --git a/wp-content/themes/CCV/webpack.mix.js b/wp-content/themes/CCV/webpack.mix.js index 6a7f509..decb5af 100644 --- a/wp-content/themes/CCV/webpack.mix.js +++ b/wp-content/themes/CCV/webpack.mix.js @@ -48,7 +48,7 @@ mix.stylus(src`styles/flatpickr.styl`, 'styles'); mix.js(src`scripts/flatpickr.js`, 'scripts/flatpickr/trigger.js'); // Trigger function (separated so locales can load first) mix.copy('node_modules/flatpickr/dist/flatpickr.min.js', publicPath`scripts/flatpickr`); // Set which locales to copy -['ar', 'fr', 'ru'] +['ar', 'fr', 'pl', 'ru'] .forEach(locale => mix.copy(`node_modules/flatpickr/dist/l10n/${locale}.js`, publicPath`scripts/flatpickr/locale`)); // Form handling @@ -59,7 +59,7 @@ const parsleyPath = publicPath`scripts/forms/parsley`; mix.copy('node_modules/parsleyjs/dist/parsley.min.js', parsleyPath); mix.js(src`scripts/forms/parsley-setup.js`, parsleyPath); // Set which locales to copy -['ar', 'fr', 'ru'] +['ar', 'fr', 'pl', 'ru'] .forEach(locale => mix.copy(`node_modules/parsleyjs/dist/i18n/${locale}.js`, `${parsleyPath}/locale`)); // Lity lightbox -- 2.39.5