From 6056aaf0769e59944b2d77a3b294f5098a731c3e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 27 Jul 2015 21:50:28 +0200 Subject: [PATCH] fix #1237, display a message instead of button when connections are not through https --- inc/poche/Poche.class.php | 4 +- locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo | Bin 21177 -> 21333 bytes locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po | 5 +- locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo | Bin 26939 -> 27096 bytes locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po | 209 +++++++++++++------- themes/baggy/config.twig | 2 +- themes/default/config.twig | 2 +- 7 files changed, 144 insertions(+), 78 deletions(-) diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 15d83bfe5..ea196ce2f 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -450,6 +450,7 @@ class Poche $token = $this->user->getConfigValue('token'); $http_auth = (isset($_SERVER['PHP_AUTH_USER']) || isset($_SERVER['REMOTE_USER'])) ? true : false; $only_user = ($this->store->listUsers() > 1) ? false : true; + $https = substr(Tools::getPocheUrl(), 0, 5) == 'https'; $tpl_vars = array( 'themes' => $themes, 'languages' => $languages, @@ -462,7 +463,8 @@ class Poche 'token' => $token, 'user_id' => $this->user->getId(), 'http_auth' => $http_auth, - 'only_user' => $only_user + 'only_user' => $only_user, + 'https' => $https ); Tools::logm('config view'); break; diff --git a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo index 2fcb356a6c83e9809a64dd952d5a73b5e57c0304..99e1ad59a1d4f677c45af428097aeddb77f8a95b 100644 GIT binary patch delta 5739 zcmaLZdw30J0>|+;5{V=dB1t8L9FY(taSMV?h`5VOQnXrHR-zOUmEEA)6KzS+u9cLf zx-P4%l2&YNTbHV?TdScIRl2HLD!NotwQ9Ao-`|-x&*RxYcAoss=bbq-?{#K!c5d`K zy~)e{Wh0;EhOMrbF;UpJo-yMnPiv^7#(WiSj1OMKXYgB$!JG$-iN|6r#Bywp@r{jX zix1;t_&f&V*QhG1(I4wX7(-KTQ=dY84uoSPjKK`-g1T@H2I7lI+vXLli(BmXqi>%0yf4Vd<`RM-)y1a$AJTwfR*TrcTgQOO`MJdA)Pl-*b|dc z73E_zK8u}k4R*v&F$sN|8q)zgqeh;C8bBVlpnX$7f!Q-FkT%Vms1Y1SrpTN{&lI9A ztj67V8`Z%I)=e|F4>jVG=#7_9*H@tiRE=uqXVm!(nlb+xQ49r5VGrz%!%;J`2-T5g zsD?HmZJKh_NGeekeTG_^tElVlp*rf<-1$BTRgVibkWSbd)0;E@bjD2KfErkcTI*8O z&9xRawI8A`sKRt?$U#kgHfluUQRf$;IwN7=!4yHB&MO3 zxD?~ieU!ow3O7+VNiUA-`R$MMa3<=)?{N}lv~oJO1w+~2g>~^5szawR39lhfo@vUu zX+X)Snd*(cI0#uPw;5r-n23ISF%5fQ0jhy*s1EE$Jw_2MbUF^gez*knxShc1=-tMc zES!nz$bKxrA5rx!V07xxDh$%|zmbC8TouTl`GyaTD7c-|p)jn+eiW*LIAk(Rchra< zM=ez$>K-aaA6$c;rv`PimZKl;wI0Gi+Be52=)`lVo9GIv!C&ohU+y?n5Q>_*7Rdc& z;_d!m)Kq7oI`Aa=<9yUWmY`;08S1=!sE(gSw|Z1fK^NRXHQ=4-j35A2VFTomHmy*P zS6@^G4pDGSS&0IL@`{o#cE$#6nR6X5L^`^CF{#C&!4g}&j)SGIG z-G3TYK{4vW64d#tQ0J{jHCTaaa1UzAKR{N`9L9LOiLn^P9o!1jQ8PH%O(B~?5$e@? z67}M_ftvCFZtVsbkGlC%Pz_|FI+Ts-_!v}2b5ZB#+x;T++ygkDjl)>)}W>|kc;$NA_g@h@m-wX4T-4V z4O>w&atsUg{NJX)?3fu{od(w8IQEZVFvfRtM$`?p#sg4Oo`q`o5p0A{U>H>V^XGl484N)! zNgAqS{ZJjr#>O}Se}i*S^}LPIdj1bkVD`)<)Y?Sw`s2nngOS_7%t4KO3u**AP*b@J zHRb0q5`RKTqHd^$(opA* zLXBuLYUYZNzMJK!8TkY?lV?y%a21>4E!03lQk{C5rrPH}i37T@FRG`R7>e1biYB2( zG8=XC6=M``Lye>o)zDeg&2<^$FgVRQKN-{6AB&p$HK+lVr7{1yU_S>mvTN7`?_qOn z(#!eb&>eNb7-ZH=KCZ_ydwf`Lr=z*3>kCm!Qi6K!%P;{?*!>#R47YUCEmfR=gD?XJ z;LErPPoqXYuaEN-EI}>RYE%Pds3karnt?A+&;J$F<98c1v%etstMTCx(bA=&>UEEz zpc8V?8>gWv%tuwQ07v3t)EZwvO>Jaf=XXOd)IG8U^?oS9dH5dcx*q-b4~a`r9lL>A z+Iv`6&wprt=RhRJ@U^Z$*Q&Ce@h`v~aTB>4u{8iKdHXzGxwxSxiit50xI25y) zR&{V4(zf{+JL>rl8R-0Q$Usfec1*(WummGn7gbn>>d-#aO;m|`ah*d|95C3qdAp!G z)D!Dr2I~4ujKlG$C0K|JXy2@%pnKpg^udFuyZQ*Kp);roFI%spI&uqjp4SlP4Ht}R zFcx(@5p{hJ^u>V~gTw9qQ|Q)I&!M0Wl%PMpfvkRFtjuKoTTs|-Pdtx_?B7Mbv)c@HM$!w_u}oA&qfy^aLESTM zbm8mR77wC2@B^x2e#4yiMKG#^?NBq?VHoqTic>hCsq14;7=i)pkFdudMOBo8s(31@ zg6A+07o%QOEA0MeRJ}V;*X>1}e-L%vQB->u+!WNKD%6x;#{|5IZO}E`xoHMtYxeU| zOSTgEGu!#ltJQ0S^WtfSn(`EEfTK}2-y~H1b5R{CLUr6-Yzw8R3)Z4Wz72K3E}W11 zup{=#a(*}zpgJ0x?Tjo7^+Fnh$v6wu@Mdg>doUiWFd9Q1^enC0bflmuO+zo#w7g2R zedYONol%w7ZhEfo->$Q>ji>>=wo6FuHirWLcg!mCs6F@tF7cFE|4|f5Nkj4{a)V4I z#YCIlW(UXy?bz)oK3ltkok@}1f5KXZV{KX7B)R0TWE|0!uIK+HPm%k8;s1g1>vn%1 zzGKT`KY5&dM0oVgA)EBQV7H>ut9Cj5f@Lf*0m5940)iQV6Y?vMFsMLs3pk%Qz6 zd5z?g-;yEZeezGD%|+^{z^3O}_lE|eEzZHLLETT<>XW`?0?8pSlL3VL#O?V-Qpipe z;ok7vWIa$@qJx=*JIMlal58eVliF=*Z2`ZrB(hrFo=xEj z(YB5>A>Lkm+_x>G97?L}vCplyttW6a=}P`gUL?m!2niz(lj%g8=c&QVWM=KOJ*IEi z-X-3ilJleUAC%uFybjDqRpQ?LWYtj$@0xq=Wf!161eYc$Qdb|G+eoM~N zzUMuxigB-%DQn90^RFx-~&FwK^OaD^?`;Af;asZTsx zH$E$lCLi~zSlM{IU+MAYtsA@Ya&vQLxhCYfCKnXs&vH$ik(ZY{v7odj_4J01qQkwr UBqdi=CU^D!e|+ul879Vh(=sV-e`m%B9u^8q^_z^QM5tbl&Yh_X0>A2s%Wi6$fB-Q z8r8K;+5{_#vRY>&X;UpW=nCqLDq^YX@BhyDe0Fy}{`o#L?>o;u6MUQNvGW5D>r9AO zj^Xg~Fs31Ps$t9!%0q*7)tEz}e1?ZH6N|ACrqnT}DNex*T#4}*9A->2?1IB^A_n3S zRFx;u7q1{qS>`r{04_Yl5cI2SOjis?-8d5caVpZbnT6h%?R>rxpWuA6<7Zfl^HNlU z=g|*u<2-zXHE~`&W9req$)@1Lg{{~E3$Z%>fa=(fsE*u0`e?lB8`BXRqAGd`BXJzI z!TFegMc5LrVJmFVz#e%DY5;>UiuTP=3e29FjkIBMP$S4grpW9=_Y|UTJc+yTEUJU6 zSvSqxho}+nLQgz~y1xW9pp&R}&Y`|vg_cI-7j92sBkaI=B5FonM|ET-s-cBQn`R|y z4GU2f?LjR~DeAsUsE$@TpWi{%QzOD2NPTR=d29spPbW+&7u3LH)LOrZ+FV(vsm({- zP=cEBd#I6A=RWj&!$1W8$rGv0N4nvJ(1*+ma=kq=2$@!P4r{M_d{0PjH!(y&>N?tI`jr=w`U_ynAwLK&?(eRUBv2GiCU_= z_I1nnvalLq2tJMVQ4I`4bzlPO@!5mPSc%;+frZy&mVuLS3#MXNtlg0bn9cc0RDI1E zojR0++C#lDUeA9T1^$?K_@NOMq7N3KdcGf3!BJ!q%vscky_?%J5{}x8ap;BJP@B0I zs-Z!s`o=iEhW?yS#{k+lb0}yNEkZT8Q6Jz|R0TUxQ+E*ASEkrGzloaaDpUu8TiB0f z6VyNwP)m}C`rbHH$1PNcR-oleVLb&kumv@Od{l+okVn@XL#^2rR0R)_{bWMpjB#NH z)MGpt`N(9T2DAwSun5)8K~z1Z&gT_z%)ctS&jlAo&|Q|xB%wMm0oAcNs0Ol79o&Q( z!4_1-pP*)Lm-G1n^yB=nbG-~zPdTdI3e^1%S~CCs6g>IWr8iU%>O2ZnK^*GF_NW_@ zP~Yo`YA_Aep;4$Qe+5|$GYOmGDvZYc7=xEkGZ@H@?vF7R1-(*dqFy{Xs436KAS_00 zzB8x>ZlOAK57p5}sE+#cDCqljQ0Fn|-UB$7^F-v2*~yPQyoy>XYjtaTWQS0jqy(SB z%czDU+SpG=Yiz>#%cxiD+o-kOgqqS%(A$H*FQ8_mm`XD78{}nYQrp@yG95EGUyDqJ zWkTE84Rpts`CuvrVliq&<)}5jj+*i+RKq6G-b^*IE2l2hePd8FGYz!~E!0fpIG?Y^ zCpiDeE$hFRLM<+oVK81qO<@(z!)opA$1n@^&dx#Yg*?<0?m#U`1*&6LQ60I5Vd%qq zw-ZKUO&p4m_$s#1^Zzadt<4@}W15@DvYJR%c zK=%xy?kmS#cplZk_52D9!L4ZN#=R6gu>@5?8EQo3sD>&~H#|U%D3IZ33S*GInvSR$ znSq+gOwS-j9=Cy3KshM;D21hW6kc+`?@K<$a0&gX|vOKz1=&{~$ED!7aT z@CIsayYg&lN;9!HZba>kN^FLAaTZ2(v+rAn!#V#M)v*`4+eaIt~%F$MUBv>hcPU#2}13eKB$h5#6Gwk)j=<&ms?Cc>M5In zlW;S(r+pLpto_*a#cV#vL{%8f0;xmMs7=%gqZZtI!A6qdLABb$>oK#sjD& zxPqFIYR}nwAOyW=-^5bTZf=Qcs3WSvUXH1#j-;W!Hx~8yq@x;K;9Osdx_=#3$F0~1 z3!L*4sF^NDZNj_g{{3H*h1E#HP%ofxRF6{}$Dl9gvmEE68d!o}xB^w-8Vtt*)RL8= z>Zw3=$Q1i~$tlc#92bUjK_gm(8sSD%gZZe6icp__g=`vg9$i?YkG&MJs16K3 zb!;N)J&}&;;9}H_E=Se71~qfJeVBiJA&(1wSm=DP7gf?p6pxK zeeH_tqV8*i`hG0xdkLrpyQ11lLCtuoMWF?S7cmy+p*GFO*aXW^YxWC1kD>g~D|IaD z#WNQ*T$`%Jp3Nj(FLjY z$hM(gNW1YV{0`M{K!5vhKrU>`c?w423=F^=)QrB59(w+Dq!Cqqg)AXDey}m0VYyTO z7+)oNVZHBME5_qaxh7sFYG^Q-LUio0aZmkwl=WuZPkhw=APNcOS@JicqYJr1LdXP? zLgL9wB#rMCgSV`d>@-7+n_#*zB@HTe;b8R#-!|vmI$4~K}MEh)@bIn>uVGhw+>8K+4 z?h=2eb3EqwljCZvOESq8@&@r>F_Z8$@_^{rX5-!;%boJixW*}i<=(}Q&ks}RP9{4S zs!{0%%J)fg=h_H7=am17LF5L}(=vc8BhM2Zn%#eqBji7%7ST~iT9Ptn|LL0hSj*3m zn&pT-uAC%t$tVPHL0J8s%H00r}OrejewNrQ{=WlsrD7DR`0&q?D8p9W}@^Buw-F0fnAK z#}4vm@+a~nnMg9okK_!AA^pf^5=DlSwxkZZPIN4=F<;_r@``gV;z%=6K|Unz^*@C( z$RY9~(eXCf>Mq&8={8cH=bVd%^w9qkRkdN0x?qCAMtqS8y)0#G|09-B_PxTq~H8bg}kt7?x-t diff --git a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po index 2fe4b3521..6fca6d796 100644 --- a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po +++ b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.7.5\n" +"X-Generator: Poedit 1.5.4\n" msgid "wallabag, a read it later open source system" msgstr "wallabag, a read it later open source system" @@ -112,6 +112,9 @@ msgstr "Standard Firefox Add-On" msgid "Mozilla Services (Social API) Extension" msgstr "Mozilla Services (Social API) Extension" +msgid "Mozilla Services (Social API) Extension needs an https connection" +msgstr "Mozilla Services (Social API) Extension needs an https connection" + msgid "Chrome Extension" msgstr "Chrome Extension" diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo index f46ef600d50169f04caa6b10366e122f822044b6..626b025835ff6f559cf87e0346dfdb01299221fe 100644 GIT binary patch delta 6530 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 documentation and online " -"documentation (up to date)" +"Offline documentation and online documentation (up to date)" msgstr "" -"Documentation hors-ligne et documentation " -"en ligne (à jour)" +"Documentation hors-ligne et documentation en ligne (à jour)" msgid "Helping wallabag" msgstr "Aider wallabag" @@ -206,6 +210,10 @@ msgstr "Add-On Firefox classique" msgid "Mozilla Services (Social API) Extension" msgstr "Extension Mozilla Services (Social API)" +msgid "Mozilla Services (Social API) Extension needs an https connection" +msgstr "" +"L'extension Mozilla Services (Social API) nécessite une connection https" + msgid "Chrome Extension" msgstr "Extension Chrome" @@ -261,17 +269,19 @@ msgid "A more recent development version is available." msgstr "Une version de développement plus récente est disponible." msgid "You can clear cache to check the latest release." -msgstr "Vous pouvez vider le cache pour vérifier que vous avez la dernière version." +msgstr "" +"Vous pouvez vider le cache pour vérifier que vous avez la dernière version." msgid "Feeds" msgstr "Flux" msgid "" -"Your feed token is currently empty and must first be generated to enable feeds. Click here to generate it." +"Your feed token is currently empty and must first be generated to enable " +"feeds. Click here to generate it." msgstr "" -"Votre jeton de flux est actuellement vide et doit d'abord être généré pour activer les flux. Cliquez ici pour le générer." +"Votre jeton de flux est actuellement vide et doit d'abord être généré pour " +"activer les flux. Cliquez ici pour " +"le générer." msgid "Unread feed" msgstr "Flux des non lus" @@ -288,8 +298,12 @@ msgstr "Votre jeton :" msgid "Your user id:" msgstr "Votre ID utilisateur :" -msgid "You can regenerate your token: generate!." -msgstr "Vous pouvez regénérer votre jeton : génération !." +msgid "" +"You can regenerate your token: generate!" +"." +msgstr "" +"Vous pouvez regénérer votre jeton : génération !." msgid "Change your theme" msgstr "Changer votre thème" @@ -319,33 +333,38 @@ msgid "Import" msgstr "Importer" msgid "" -"You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html " -"format." +"You can import your Pocket, Readability, Instapaper, Wallabag or any data in " +"appropriate json or html format." msgstr "" -"Vous pouvez importer depuis Pocket, Readability, Instapaper, wallabag, ou n'importe quel fichier au " -"format JSON ou HTML approprié." +"Vous pouvez importer depuis Pocket, Readability, Instapaper, wallabag, ou " +"n'importe quel fichier au format JSON ou HTML approprié." msgid "" -"Please select export file on your computer and press \"Import\" button below. Wallabag will parse your " -"file, insert all URLs and start fetching of articles if required." +"Please select export file on your computer and press \"Import\" button " +"below. Wallabag will parse your file, insert all URLs and start fetching of " +"articles if required." msgstr "" -"Sélectionnez le fichier à importer sur votre disque dur, et pressez le bouton « Importer » ci-dessous. " -"wallabag analysera votre fichier, ajoutera toutes les URL trouvées et commencera à télécharger les " -"contenus si nécessaire." +"Sélectionnez le fichier à importer sur votre disque dur, et pressez le " +"bouton « Importer » ci-dessous. wallabag analysera votre fichier, ajoutera " +"toutes les URL trouvées et commencera à télécharger les contenus si " +"nécessaire." msgid "" -"Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles " -"are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." +"Fetching process is controlled by two constants in your config file: " +"IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay " +"between fetch of next batch of articles)." msgstr "" -"Le processus d'import peut être paramétré par deux constantes dans votre fichier de configuration : " -"IMPORT_LIMIT (combien d'articles sont téléchargés à la fois) et IMPORT_DELAY (le délai entre le " -"téléchargement du prochain lot d'articles)." +"Le processus d'import peut être paramétré par deux constantes dans votre " +"fichier de configuration : IMPORT_LIMIT (combien d'articles sont téléchargés " +"à la fois) et IMPORT_DELAY (le délai entre le téléchargement du prochain lot " +"d'articles)." msgid "File:" msgstr "Fichier : " msgid "You can click here to fetch content for articles with no content." -msgstr "Vous pouvez cliquer ici pour télécharger le contenu des articles vides." +msgstr "" +"Vous pouvez cliquer ici pour télécharger le contenu des articles vides." msgid "Export your wallabag data" msgstr "Exporter vos données de wallabag" @@ -372,7 +391,8 @@ msgid "Delete Cache" msgstr "Vider le cache" msgid "Deleting the cache may help with display or other problems." -msgstr "Vider le cache peut résoudre des problèmes d'affichage ou d'autres problèmes." +msgstr "" +"Vider le cache peut résoudre des problèmes d'affichage ou d'autres problèmes." msgid "Add user" msgstr "Ajouter un utilisateur" @@ -399,7 +419,9 @@ msgid "Delete account" msgstr "Supprimer le compte" msgid "You can delete your account by entering your password and validating." -msgstr "Vous pouvez supprimer votre compte en entrant votre mot de passe et en validant." +msgstr "" +"Vous pouvez supprimer votre compte en entrant votre mot de passe et en " +"validant." msgid "Be careful, data will be erased forever (that is a very long time)." msgstr "Attention, les données seront perdues pour toujours." @@ -408,13 +430,16 @@ msgid "Type here your password" msgstr "Entrez votre mot de passe ici" msgid "You are the only user, you cannot delete your own account." -msgstr "Vous êtes l'unique utilisateur, vous ne pouvez pas supprimer votre compte." +msgstr "" +"Vous êtes l'unique utilisateur, vous ne pouvez pas supprimer votre compte." msgid "" -"To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." +"To completely remove wallabag, delete the wallabag folder on your web server " +"(and eventual databases)." msgstr "" -"Pour désinstaller complètement wallabag, supprimez le répertoire wallabag de votre serveur " -"Web (ainsi que les bases de données éventuelles)." +"Pour désinstaller complètement wallabag, supprimez le répertoire " +"wallabag de votre serveur Web (ainsi que les bases de données " +"éventuelles)." msgid "Save a link" msgstr "Ajouter un lien" @@ -522,7 +547,9 @@ msgid "a more recent development version is available." msgstr "une version de développement plus récente est disponible." msgid "Please execute the import script locally, it can take a very long time." -msgstr "Merci d'exécuter le script d'importation en local car cela peut prendre du temps." +msgstr "" +"Merci d'exécuter le script d'importation en local car cela peut prendre du " +"temps." msgid "More infos in the official doc:" msgstr "Plus d'infos dans la documentation officielle :" @@ -589,11 +616,13 @@ msgid "install your wallabag" msgstr "installez votre wallabag" msgid "" -"wallabag is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on wallabag website." +"wallabag is still not installed. Please fill the below form to install it. " +"Don't hesitate to read the documentation " +"on wallabag website." msgstr "" -"wallabag n'est pas encore installé. Merci de remplir le formulaire suivant pour l'installer. N'hésitez " -"pas à lire la documentation sur le site de wallabag." +"wallabag n'est pas encore installé. Merci de remplir le formulaire suivant " +"pour l'installer. N'hésitez pas à lire la " +"documentation sur le site de wallabag." msgid "Repeat your password" msgstr "Répétez votre mot de passe" @@ -601,8 +630,12 @@ msgstr "Répétez votre mot de passe" msgid "Install" msgstr "Installer" -msgid "You can check your configuration here." -msgstr "Vous pouvez vérifier votre configuration ici." +msgid "" +"You can check your configuration " +"here." +msgstr "" +"Vous pouvez vérifier votre configuration ici." msgid "Tags" msgstr "Tags" @@ -641,9 +674,12 @@ msgid "Enter your search here" msgstr "Entrez votre recherche ici" #, php-format -msgid "The new user %s has been installed. Do you want to logout ?" +msgid "" +"The new user %s has been installed. Do you want to logout ?" msgstr "" -"Le nouvel utilisateur « %s » a été ajouté. Voulez-vous vous déconnecter ?" +"Le nouvel utilisateur « %s » a été ajouté. Voulez-vous vous déconnecter ?" #, php-format msgid "Error : An user with the name %s already exists !" @@ -657,7 +693,9 @@ msgid "Error : The password is wrong !" msgstr "Erreur : le mot de passe est incorrect !" msgid "Error : You are the only user, you cannot delete your account !" -msgstr "Erreur : Vous êtes l'unique utilisateur, vous ne pouvez pas supprimer votre compte !" +msgstr "" +"Erreur : Vous êtes l'unique utilisateur, vous ne pouvez pas supprimer votre " +"compte !" msgid "Untitled" msgstr "Sans titre" @@ -689,8 +727,12 @@ msgstr "en mode démo, vous ne pouvez pas mettre à jour votre mot de passe" msgid "your password has been updated" msgstr "votre mot de passe a été mis à jour" -msgid "the two fields have to be filled & the password must be the same in the two fields" -msgstr "les deux champs doivent être remplis & le mot de passe doit être le même dans les deux" +msgid "" +"the two fields have to be filled & the password must be the same in the two " +"fields" +msgstr "" +"les deux champs doivent être remplis & le mot de passe doit être le même " +"dans les deux" msgid "still using the \"" msgstr "vous utilisez toujours \"" @@ -826,11 +868,11 @@ msgid "Generate PDF file" msgstr "Générer fichier PDF" msgid "" -"This can take a while and can even fail if you have too many articles, depending on your " -"server configuration." +"This can take a while and can even fail if you have too many " +"articles, depending on your server configuration." msgstr "" -"Ceci peut prendre un moment et même échouer si vous avez trop d'articles, selon la " -"configuration matérielle de votre serveur." +"Ceci peut prendre un moment et même échouer si vous avez trop " +"d'articles, selon la configuration matérielle de votre serveur." msgid "Download the articles from this tag in an epub" msgstr "Télécharger les articles de ce tag dans un epub" @@ -911,11 +953,12 @@ msgid "Produced by wallabag with PHPePub" msgstr "Produit par wallabag avec PHPePub" msgid "" -"Please open an issue if you have trouble with " -"the display of this E-Book on your device." +"Please open an issue if you have trouble with the display of this E-Book on your device." msgstr "" -"Merci d'ouvrir un ticket si vous avez des " -"problèmes d'affichage de cet E-Book sur votre appareil." +"Merci d'ouvrir un " +"ticket si vous avez des problèmes d'affichage de cet E-Book sur votre " +"appareil." msgid "Produced by wallabag with PHPMobi" msgstr "Produit par wallabag avec PHPMobi" @@ -928,7 +971,8 @@ msgid "Hi, %1$s" msgstr "Salut, %1$s" msgid "Someone just created a wallabag account for you on %1$s." -msgstr "Quelqu'un vient juste de créer un compte wallabag pour vous à l'adresse %1$s." +msgstr "" +"Quelqu'un vient juste de créer un compte wallabag pour vous à l'adresse %1$s." msgid "You've just created a wallabag account on %1$s" msgstr "Vous venez juste de vous créer un compte wallabag sur %1$s" @@ -939,32 +983,49 @@ msgstr "Votre identifiant is %1$s." msgid "Have fun with it !" msgstr "Amusez-vous bien !" -msgid "This is an automatically generated message, no one will answer if you respond to it." -msgstr "Ceci est un message généré automatiquement, personne ne vous répondra si vous y répondez." +msgid "" +"This is an automatically generated message, no one will answer if you " +"respond to it." +msgstr "" +"Ceci est un message généré automatiquement, personne ne vous répondra si " +"vous y répondez." msgid "" -"Note : The password has been chosen by the person who created your account. Get in touch with that " -"person to know your password and change it as soon as possible" +"Note : The password has been chosen by the person who created your account. " +"Get in touch with that person to know your password and change it as soon as " +"possible" msgstr "" -"Note : Votre mot de passe a été défini par la personne ayant créé votre compte. Vous devriez entrer en " -"contact avec cette personne pour connaître votre mot de passe et le changer dès que possible" +"Note : Votre mot de passe a été défini par la personne ayant créé votre " +"compte. Vous devriez entrer en contact avec cette personne pour connaître " +"votre mot de passe et le changer dès que possible" -msgid "The new user %1$s has been sent an email at %2$s. You may have to check spam folder." +msgid "" +"The new user %1$s has been sent an email at %2$s. You may have to check spam " +"folder." msgstr "" -"Un email a été envoyé au nouvel utilisateur %1$s à l'adresse %2$s. Il peut être nécessaire de vérifier " -"le dossier des spams." +"Un email a été envoyé au nouvel utilisateur %1$s à l'adresse %2$s. Il peut " +"être nécessaire de vérifier le dossier des spams." msgid "A problem has been encountered while sending the confirmation email" msgstr "Un problème a été rencontré lors de l'envoi de l'email de confirmation" -msgid "The server did not authorize sending a confirmation email, but the user was created." -msgstr "Le serveur n'autorise pas l'envoi d'un email de confirmation, mais l'utilisateur a été créé." +msgid "" +"The server did not authorize sending a confirmation email, but the user was " +"created." +msgstr "" +"Le serveur n'autorise pas l'envoi d'un email de confirmation, mais " +"l'utilisateur a été créé." -msgid "The user was created, but no email was sent because email was not filled in" -msgstr "L'utilisateur a été créé, mais aucun mail n'a été envoyé car l'email n'était pas renseigné" +msgid "" +"The user was created, but no email was sent because email was not filled in" +msgstr "" +"L'utilisateur a été créé, mais aucun mail n'a été envoyé car l'email n'était " +"pas renseigné" msgid "Mail function is disabled. You can't send emails from your server" -msgstr "La fonction mail est désactivée. Vous ne pouvez pas envoyer d'E-mails depuis votre serveur" +msgstr "" +"La fonction mail est désactivée. Vous ne pouvez pas envoyer d'E-mails depuis " +"votre serveur" msgid "You didn't set your kindle's email adress !" msgstr "Vous n'avez pas renseigné l'adresse E-mail de votre Kindle !" diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 2e40178e9..6f55cd75f 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -17,7 +17,7 @@

{% trans "Browser Addons" %}

{% trans "Mobile Apps" %}

diff --git a/themes/default/config.twig b/themes/default/config.twig index e39826c31..24e3e5705 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -17,7 +17,7 @@

Browser Plugins

Mobile Apps