calcurse-lang-4.3.0-lp152.3.6 >  A ^e/=„.6nPctS<A\n۳ IZ5oHXJbyS 9DtKȑYvFx;: ے7 QύOQ@Ght/ ygbc`3j ^!a5z b/{͙҈S6 0{k9RnUtREU8Ȗqri>C-ֵy1L:E`F:CֻRZ' :+T k fImɄYhҴ4df28cff5ec637cfdaa76d88b0721dc4dc90a45667f7232522f771d14cfd959c837de312e44e66aff1c11cdd066bb0bf9d6af2ea5^e/=„0ŻmcFw)T<]Tyjw,TȬ$ ↥nL49^oRxCHdK)7'4CZAHLqnIjw ?(6H-z17\gpGK]hQo}Oy`B]H9o0Yεf@|LA%o0>eƐY{Hy@'`}+z/&~ z+hcJM _fM/4yD>p>)?)d  Btx  & 4 P   <_`(8 9 : F%G&H&,I&HX&`Y&h\&]&^&b'c(d(e(f(l(u)v)$z)%)8)<)E)H)L)R)Ccalcurse-lang4.3.0lp152.3.6Translations for package calcurseProvides translations for the "calcurse" package.^Ylamb24tmopenSUSE Leap 15.2openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/Localizationhttp://calcurse.orglinuxnoarch| P{Q:R) ^W^W^W^W^W^W^We1b67d6d2a36d13152fba6eada1fc3746047ea15ed45e94a988477ef6a9494065e32e6e62199688f3dac64ed82a293dbe7a20ea9381a9b7ae39d283862e31963d61ee8d1f94d920c10016a51380f405e9876f3b7ec8c1735db18210cddc24f6562f8a341d41e86e0b4b3739bda338ad871cb801d3a5cd219b6de6919e1224b932c6afc36214d97577c7515414655e29def06e75480e50efc8e2a221457445f1a02d0d874cc5d3ccbc2fd7153da1732217a91c694fa57a2687cc66b7e567687918a81dd330fd73e3577ce630a830de274d6cda4b5fa8eae47511bf6574e410416rootrootrootrootrootrootrootrootrootrootrootrootrootrootcalcurse-4.3.0-lp152.3.6.src.rpmcalcurse-langcalcurse-lang-all    calcurserpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.03.0.4-14.6.0-14.0-15.2-14.14.1Zk@XӸX @WT@T@Qu&@P+P7@O;avindra@opensuse.orgrpm@fthiessen.dep.drouand@gmail.comdmacvicar@suse.dep.drouand@gmail.comp.drouand@gmail.compuzel@suse.compascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Update to version 4.3.0 * Compatibility notes: - Month names and abbreviated day names now honor the locale setting - The phase of moon feature was removed * New features: - The selected day in the calendar now stands out - Both the position and the date format used for the heading in the appointments panel are configurable - Support for CTRL-U and CTRL-G in prompts - Support for using all keys recognized by ncurses, particularly UTF-8 keys, in key bindings - Support for CALCURSE_EDITOR, CALCURSE_PAGER and CALCURSE_MERGETOOL environment variables to override the default editor, pager and merge tool - Several improvements to the reload and save routines. The save routine now detects external changes to the data files and no longer blindly overwrites data which was edited externally. In case of external changes, different options are offered, one of them being the execution of the merge tool to merge external changes and changes done from the running calcurse instance. The reload routine also no longer performs a reload if both the external data files and the local data are unchanged. - Several improvements to the CalDAV synchronization script, including OAuth2 support and instructions on how to synchronize calcurse with Google Calendar - Support for passing the password as a command-line argument to the CalDAV synchronization script - A new utility, called calcurse-dateutil, which can be used to create "extended recurrent events" such as events occurring on the third Thursday of each month * Bug Fixes: - Gracefully parse iCal parameters with colons - Fixes to the notification feature affecting recurrent appointments - Do not crash when changing colors - Avoid fatal error when using the help command - Avoid empty warning box when key is already in use - Several fixes to the calcurse-caldav synchronization script to allow for synchronizing with NextCloud servers - Proper support for punctual appointments starting at 00:00 - Proper ISO 8601 week numbering - The delete key no longer acts as backspace - Proper parsing of date-time strings - cleanup with spec-cleaner - remove chmod line, no longer needed- Update to version 4.2.2 * Prevent free-before-init of timstr * Prevent segfault when all todo items are hidden * Fix visible region after loading list box items * calcurse-caldav: Fix scrambled comment - Added keyring and asc file for verification.- Update to version 4.2.0 * In the calendar panel, days with non-recurrent items now have another color as days containing recurrent items only. * Automatically select new appointments/events after creation. * Support for (optional) dates when specifying the start/end time of items. Allows for easily moving items and adding appointments without switching the selected day beforehand. * Encoding fixes in calcurse-caldav * Avoid notification bar artifacts after leaving calcurse. * Fixes to the key binding pagination * Do not change selection unexpectedly after modifying items. - Remove useless dependencies * autoconf * automake * gcc * gettext * make- Update to version 4.1.0 * Hook support: Run scripts before/after loading or saving items. This feature can be used to automatically make Git commits or synchronize with a server when the data files are written. Example hooks can be found in the calcurse source tree. * Experimental CalDAV support: The calcurse distribution tarball now includes an experimental script called calcurse-caldav that can be used to synchronize calcurse with your mobile devices or any other computer. For details, please refer to contrib/caldav/README in the calcurse source tree. * Support for a filter mode -F that is identical to -G but writes the filtered items back to the calcurse data files instead of stdout. Can be used to remove certain items from a script. Use with care! * New long format specifiers "raw" and "hash". * A --daemon command line option to start calcurse in daemon mode. * A --quiet command line option to disable system dialogs. * Support for todo items with an undefined priority. * Support for durations when specifying recurrence end dates. * Support for decimal values when specifying durations. * Support for UTC times when importing iCal events. * Support for sending notifications for all appointments (both flagged and unflagged items). * The "Add Item" key binding now works from the calendar panel. * Week numbers in the monthly view (requested by Hakan Jerning). * Fixes to the slice computation (reported by Hakan Jerning). * Various fixes to the iCal import and export functionality.- Update to version 4.0.0 * Support for reloading appointments via a key binding and via SIGUSR1 * The compact mode and default panel options are no longer hidden. * A powerful set of new command line options. The new main operations in non-interactive mode are --grep and --query. There are filter switches to restrict the set of items that are read from the appointments file. All old command line options are still supported for backwards compatibility. * Support for shorthands such as "tomorrow" or "monday" as date specifiers. * Support for dates beyond 2038 on platforms with 64-bit time_t. * Several fixes to the user interface. * Handle CRLF line endings in iCal files * Gracefully handle all day events in iCal imports * Retain comments in descriptions and configuration values * Support all types of iCal durations - Remove suse macros as calcurse doesn't build for other distributions anyway- Update to version 3.2.1 + Load todo items on startup + Do not highlight items on inactive windows. - TODO file doesn't exist anymore; remove it from %doc list - Add COPYING file to %doc list- update to calcurse-3.1.4 - Do not prompt for a todo after adding an appointment. - Close key binding window when reassigning the same key (thanks to Michael Smith for submitting a patch). - Update copyright ranges. - Do not ignore "--datarootdir" in the i18n Makefile. - Complete the test-suite even if libfaketime is not present. - Add a workaround for broken libfaketime-based tests on 32-bit systems (fixes Debian bug #697013). - Do not update start time/duration with bogus values if the prompt is canceled in edit mode. - Fix another corner case of the screen corruption bug (BUG#6). - Fix core dump when trying to edit a non-existent item. - Display correct welcome messages on startup.- update to 3.1.1: * fix screen corruption bug- update to 3.1.0: * Vim-like copy/paste (FR#15). Use the delete key to cut items. * Support for entering times in 24 hour format ("2130" instead of "21:30") * Compact panel mode (FR#7). This can be enabled using the currently undocumented "appearance.compactpanels" configuration setting. * Configurable default view (FR#19). The default view can be changed using the currently undocumented "appearance.defaultpanel" configuration setting. * "-D" and "-c" can now be used simultaneously, whereby "-c" has precedence over "-D". * Cache monthly view to speed up browsing. * Sort `calcurse -d` output by time * Fix a critical data corruption bug * Fix screen corruption * No longer show the calcurse screen in the editor/pager when the window is resized * Calculate busy slices correctly if (recurrent) appointments with a duration of more than 24 hours are used. * Fix a core dump that occurred if the main window was too small. * Several translation updates.- update to 3.0.0: * full UTF-8 support * format strings for printing items in non-interactive mode have been introduced * support for vim-style count prefixes for displacement keys * duration strings are now much more powerful * extended duration strings, such as "+3:10" or "+1d20h5m", can be used * new feature allows piping items to external commands * there are keybindings to jump to the previous/next month/year * lots of internal changes have been made * note that you will need to run "calcurse-upgrade" after upgrading, since the configuration file format has changedlamb24 1589646425deenesfrnlptru4.3.0-lp152.3.64.3.0calcurse.mocalcurse.mocalcurse.mocalcurse.mocalcurse.mocalcurse.mocalcurse.mo/usr/share/locale/de/LC_MESSAGES//usr/share/locale/en_US/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/fd3b58df78c26d353459bd7e7d289d4d-calcursecpioxz5x86_64-suse-linux]\tdfcalcurseutf-8f5aeb9aa2b602d009523c74e6e3c8f3e85f69dfc01a7e016f924728c90883cba? 7zXZ !t/yC] crv(vX0eyd/ ga8kxwFXʘukraJ)];6p<0`F /gE D*:Ue7,aA81=+Ⱦ}ju9neW뇡J?$A `BM^"x5a@mϟTrO8CS*Gw [B%Jc/'(, ֻNF>k1]yʟKL7+~ؓESfC(W:h#&c|[&<ϦM4~EĊ Eɢq0s 7E6 fCWU z r3.˝fG˾&E4 Je{Krkw@e:9~ov%.sܭF4KpMXp0+Pux6V F(d5m%)xAqjd6և(ɩHonU%z ANWp75e]' WٟA3%}ej,ڣ i՗,Rre6=IOnO},"pb{7*0*{ooR_4F  {(/yplb a;BmZh kUö}S8's `T6ŝJ|=} C9~:&ۋF9^nD#ȩժ+re[]Q.'Ę5KiŐ<Ә˽@@ o<ƕJ4pH+=˅4JwC*E©܇>([9R9dG( T_x>aӞ̈́kICNVڢbc\M)"VĬKn󳷏ظצPf 7;[XӠf"p9ɿ5*n1sXoԸmJ#wm"_Tjgⱊr|j-w!!Xx` ~b-#8Ӑ%L 2`K@xP&TvW5 !VyCn$=x,}S"TF(֪0BbK Xi@W]fE'RmCs;К04.\R 7"E"V\="CT R5uf4Ay;OO`?J5F1h%kRʷۭ%K]nRt[ -+z<cšFh3rGac^7Ne g;pa",pw故[b Á_N:C"-# Z]tY0D~W*|Q*}s;hiDhQ;j)%_AT|g"7x4(/*R<q#34T {8'ys?L+jմSue=Eu _ϝd~FeP levfe#_9q;?$\(ёqtіuUZIϜ 35u~?3T%G9֠tM@}@&ҘOl~2KP/m(!Ҕquؿ{kE;ChVFX?$;sbj! a5+8 >QxBJ!+/b:{z|UAx?8i@5ZB|#j'?߻W>%XL4ʶ`: nY>ʪL-tUH[kR6#"-*FH]zɰ{7~ P:~N z O7_{T!kZ?vƶ,j~=zPw8(AB>Uֽu4T'џ,`~'` MX6 XrIʮ'i'X =Mb̙9WI@f+@D&nԬ~!s{`ޅd -qj0ZA@#2eT\Kph!,q.t5{js~: ψ.~ΚxOHx*w|hW%k.@mE2@3sJ>ф몱LhxoYh4YDEo%FspaCMΉBdQ{KIl<<0 -av)Bhi ɿmIjCmb;K&~d7/*u*N2>p^PlD]6[ |i"&%Ed+ߙ^P"LN3h؛z~/uyoŗrM% 6j$r O*}<>kNNvhMMVFyJA&9M<~cVN !8g8;Bf:)V0ߍ;3iȶp`_䁆R3h6[67 knSh6Č Oɋ^r9Ł'4nyIz]AW z}-?]G~)z(yE,z*c&Ⱥ9tZ ./fQ2L`Ol AWX?*:v.S+B' SvVe+:wɞ^U_)5s%J&qegwB_dLњ8[59?94*#c ~x}dO y"s](K{Ҁ,3CIoaY83~cmhdr dON@Hl5zsN, +A՞vz5 *Ϸ'ĝuNΔ} Ĝ,hz\ I(zXB;{L3Yk6Z0ֈ'm0HJ]I".f)~%م).9c}a Ÿ@{GL͘bLrrv`kA ߮THbJÁP qT0Rv0`p)Ǚoa5[GА:zdfzކV#x뫉XE9}vs&mR͛. sjL,&%Fŏ"cI۽eVq s/ۊ{Oj0w4'Q]G'p`mAx5<%2TƓ&q3Dq5T)1\nZ ?I V!Z*M^=`Pma[.mNV;ߣ&Lbex2"8Ou*&v= ) Bi" \"ZQXe7V: h坋쳖][EJBñ]RD6 mO-1zj_1;8)9)An-q)\sIH@iq$"rG/N0SNxښIyp %6Y([% Yd7 p*N]}pPmYg T61.ؘ^ '@EZ㇋^c!}sLDja (w3"n^y!w? AC? Y/Αd947²tSE&.+tm 05٩9zlr4L%Y%<2tY1\o D)C 5б[jas\SLjgvٱGD?l[xQyfE~Adq\&QNZ - !ūߓR&X!`GNjؽc:nLTRtb]l8q$Zs*Ig_K (i-1:"TdiCRA)a@Zp%kL4^Z3 ?vv+ҭK#6V2?˜ړģV+OuL .#^u"q_@rmpg:rKQS4G+sᛔ\k| N Sߺ! ?P5[d?`~8E]VZ U^7% 0%A1*%$Kb?L,* qcUdkf=C&䩿+Hu,nz( @3d2ـ*V׭}~­a1=1mvOjlrL IiFv;N~ntl0FFHJBJY HšI89],xvzJ| q$/=8 p5m~q$^cqp*0c8jɞ dJ+7S|dI fI13ԇ<&Y(f5O!NDMȼP!y?14n.)$-C*5 *:Jj]&-L+B1sA|X>BW\k+'xU.,T:~A_ߝ}9И`ud"\9䆋_EUY*ʃlO-0KvPǸ=I !4$P䞷YّRňDz5i-'1xR\V_p"r#r7tJkh 7)rUQjJIИ]t5/jJϧ~y 3c(NIfMy0نKK?Zo+c!Y]u뵕{<S`F4NҠ(X6I^ҭ㦛 Ͳ%U~P:8N`Ԋ0B(U]pw0& : T#zr. q@; Tj\! 'wӱfR t#ց6 6o>@9ز=|}p j7Ȃ{˳rgJB7pjM\~T +G @?#96b2ΤCĸIu 1؉ 'ϑ{6_+`P'X6>aJtNDJZcc޻AՋ""4cR&{<\9EJYĴ;6p1&=K𜒛 !c-܇6 ŊP1jc@*iWU}, cU8~у}~A. P(ٽTy9z4Jpfb^蚊ZAG9-xA8 ' >7T g2:#CqaNM[ҙ9-g )`ThpAF{V&oy- r22ʹFn?S9}L}c V,]Bp]LlvAdDh1E`%pEKZzHr&&{}6,sDH6}?su/_jmu"#Z0ٜ4FkKcBi3#6N"!<(8X7I>:GJA)V fד]HjWE*ӹst dvZԬV ;L7w$x%\ 1YdZd'_[}t@>1r~Ɂi9ZB8 >S7!DjrR j^LɨeT?kAK xKMt̹y}We_5BRo⇪ϐp9~ϝ&Kj#~^S`͂b!IƽLXiAzr9%-oB~ jˑ{(2+^hca`PfkԌT fWQNTlMs>Wy TZE^J~ G1 ˍGfXW 8?fA(B3a&]u-] x]yZ͞L?%ɂ*QZRO)u g5P7 Z? 4MM/=48EYhZ^N` )mMu[Uwz]*0V2Gx8UE5_UxEtэ_pa[hڿUlҺERx/`?h>D%ūvPlǓmâ'mJiV˥r'HY7ظsU :mS9dFlv¥_ wh@%ËuLՉ¥$RcVD@xek,sG{j{nū\F>$G.}_`z1ڦC=FR@(cIq{48=-AƙOp ^΅?8{Kf\@ӊss\W/>O E;a"^XݢN+07Yvq!As@j~0b LcLQ6G-7*;%-]5_tU=frwlS9̲քVuGscGc+8ͷ-z3a|KwQ?/'{tP``]yӻhR@MAH FFf-!6,1+Y~˓xsnϝ_0!ے_-ϝ Kt/q݌10rZMtT Fm%rYqsq+~W\@h5[A5^_ahJ8bNsS W /҅j^M'qb qw0<1L[kBNNSƮ_vk "n  M"Ha[b?J7 J}:&(x^qU$w2@]jV< _b@|l UH""nY%-B9XE &dBPp!8{o'X”!llg3;Rk ؚ.LPPa!\K&/REvw~Sũ~{׀s,Mxq &"r/Bcg{e(MQH"(_,Di+3{1ͣhV*Zb]BpiʘhCNs\'jꌃ24| '=sVA Gn$91(ͷicX|gr펓7h?E!Soy'˽&/}T.dxnXp*W27y{p%磚>uC M[z *,S[&m,V=[QJ"ŴXY)P.|ؔ.l%<刦|tVr]6Ft -ʅOucdZcGiH_AZUpHL=| ?Ր?q RPҁ=[~ʐ 92d& T?:ogzw~8`9)o7;,{ O1h6:mZa2wzz/YP"'nRP$S|$䛮o4aG8ro뗹 qf2?(r#=L6 tpسqueu8nq` wNoa'*28[a!Ώg;CNey[722}UYʘDH R 5/>!1O6^_Cʇ۷+w'%,5^5jn| /*G n ;!_ca-ʻa>VyWf]>emc!! T #!_ʄLkp״>rJ騭,{x!z>$Nx~ז3Ff.cPw'Ndl?^vmyБs>:B_~T%{<7T| }ulȱcu )Q>PW<5&&)! ?7m}KY;{*4?dTzX$${gf$Y{$'3vEI@iRhEEvND,KiSa0?kMs GԡzjazŠrT]23x+4x@p냐.ZMR:Hr9/TfZcdޘѱuԽLpy;:vOq8GvSćjoepD{1j9blfɐ! ,""iRwM0ؗw sR өX4gƠ;vy^{C^ p( ͙# vsP"q8Rxڠψg}IM}>4MU5KMq|\%9`=Px~/NZ Ӗ1x"ZR{Qgˆ;Mlzl-A;B Igk' 7ۨ3\D @PVc?~!u1W,4q_ FL-6UZYqZzr y|kJfny|OS;L 5:ƒ[C 1)^ ڌ'>g/s8 qBj՘ZeQجX6Sy;$@'þ$GqGzLԙN<5 ITD6% 4.xݶ.3EGaWt`uUZt ZUQDw$~ bٽޕ6Vޕ  yL (_1F. ̓WDxTѥ[SMg%TSM $p2xE:#(LVîG<vPdoOg9assT0i<6erf3bgd ֣g*@9ډIw%(Tf$lNaLL"GH)09}90<Ǫ+=0:nUMGCP% , X7o2jh-_pI6#am_FXͬ&l((w&Kca6g~ءok6ʣgd<[R'`A0}[-U*GȦw:U) ON˜*#cpy;"%\''XJp3;΋l~ۯME$kF'1I׷gOGpWCr(2kFUIWƬf[ 5$bi!e0qG+dWʣRqm$?99lYq%7g=ǂ*yj[=7w+dDҡGld\Ha:1H+ԣMștO]w6'c!О-laG@S*`Z4$Y<'lEQ(]VlMspk, k"檾vVɯ1Q}e)d_frnXQc?ز,2{ wÁWpg@\I=*`8$9]s_9{j[Z$b`n'Z2T(f<2)U`ݜM`Hy lj/뚗N4G[o/*^CcAs QЃ\-uC7xiϷ7#p7SOI#/8ܪ!{AATq Hs=~cW\ϗ )=K{9O1]~#bu>F/vnO_p2S\x YGS`S5Χ CQogf|SwoHl.g-H$8XOOy3-t_]pupDqLiLuvo?PwecH9xl"<=7N}+i!go9J̅.33ܟB_IgKbonNX|WfL"tA'ұ#ɂsW^s®7#Uf?:30qH1OKs{oHZ{@Z<"'|3t) Y{lJOGiJTWXڰz=OLCUctZ3IEqLA K_Z*ѵ&HcxMn`;\G8ȰfQ:֌uIŞFI҈Tm Abn&B*'\5E0j3s ]Ȣ}K?i{D] # y-P B}d. oRpq\)#wX xԐ"ay_sz?`(>mɰ&eNvMIha?07U)L%DU/7ͨ 1mebiB[3ni x49wYJ Dpգ&F|g27`5j!ºIz A@ENx]$륾զ-$<އ71zeOwё|ɸUcfR MswRxg< b&fz'240*)Y:rF {eQ][]وT~N)NB \.}*)w uY(?XSae㸍)!_ŹT#J$ُh4qRJLR '^=?!И9!UFzVۨ+o dtI7{R=Na !Uf̶%H wJȞu8A'QmQev! 4_;#A 3MN $asex~Ϧ,}qOM5fJgH"y(ὪR`ނ>N y,'꫸jr,"?Q X0ѩ&?7LW7`Xd/4UZgJ茹Mi&=D\[\#+hOk37֪+W^ſ޼K1ah?mB@2EIl}[|6|cl)lGPw7YS+V*y ](@TX#zT ~_C@~Ir%fP#oZ$<]ϿynZ So[a4hfRF~nXN(G>rC5BޮS4"3m{X9V.{$FB;,-W*=hǡl2TE!~^'I*W5D0tpci{,4K7< EF~gExÝ.'0LcV386bzR@(DE9Mҭ_:k2:XaVJy61q OYrNa򨤖]A쬣wd@Hs|;\ud'7)¢'6lX]$O2t|>'5ÏRԎMSԞSj omH`_\!f̯C&Nm;!9CMCYoB$Uuj6VD$Z&lD.G 畇"k )[/g}CۜX#6dݶD|,zmHoI4NOHE.`YK}劂o>+L fHҽsN`XaI c4a٦dCװe l@M.1E`RfMU RX>8B@Y 2@S䯪B҄k9ϔA?_JlaPl,?bޅaHykm%z&eb?f\<÷!j`o j/MD6W>M}0#3Ɯ4%m|kzt-^'SǑAQ*s[ttS|k58t%OJ u t '5jS /6%%6L dH>|Vy`>ۆŘTᶛAF&z@̵͍G w"'-!u^w//%7-_Lh?ÏX<oY)ILzt`FOO0*?o*97֭FԒH|`:1; '`ˊ~_2}]$v:$B_U#o)m}]yN8bI˄vMXǫ(w2A<nb9KSeO1j,pInga鲌 ay8x'r7皐n$䝧w3_i } ^Z}?Ĝ/ͥ[w"9hMJͩ8̹aC\`X%|^T|wћ“,_"Hrp&wu[ӯR밤I{5 _X6`G3{m ]:$s l4Bg'Lǫ-Ԋ+ؙeXl = d\ "J(s(گ&tqmE87=/#(Dҩ2t@^ɂzpZ7d hv/`1ǠgwmH &=su?v(caMk ԠKv"=L1{"INل-;B-~3LW,+]n1p#線<3k7N-|}"K4꫹[@K|̐@%iPԦ˽Q /;=֞.5ĪSDsCGsoσ#+K3j\U[P/O`G&J [oȐZy։W iTQ$ ڢl4R,[%ox$Z_\?mggX1HyI% Y8GsP̝jGF#h瀾Eux(E[deW$4\ND-kMv_eJf Wb dl!rHY7pRƭe(U}2۹-HJo͉,<}^32S p '[`L/T"LB?y@do ;`b^{ON% |$saEWL`d 6˱tVŀX'bV]l:`"Zf%eݗ+ǛiT'Jg_:ޯ#]^C>tA s_Aw'0 [n]:.3)3 , m%)GGVOL-1R;X^y<ܿD[jfOD#EkIWS*+VJ*QsL v(H=12HkX{"S>_6 R"aƃX4-1>w3p+4g< 3.t[|#T r'jb"uۆ%Zw ['ŝLݝU>^6DgO\5WNji66b,P, `3Zw =" ņ3#GlX/>$w 9>T-LPm _V3$}4cfYCR6~uIղ#$0Ga *_ꈫJf^X٨$I蘿+H]Wv̲fN}_$ly`lЮk<ަo~\+(\4. \{*ϡ݌v(3#wX5>q-ob-tK4PRl!KBqik}KW){_" @oDa!Wͱʓ)BzdLWſbhcxlk6T@Ѝ?֯ ;8›ٔ {, > {|):ުzCM1@eolF3gA@1TCv)1HD'z'I-5JZUJ&d]%9FŬe)'$4}& #U&w"+հM\A=З{!j+t ~?I7qHjqiZB7JG\P&xqWg2:r Ib9]Ր%)N"Z-jo&&cl_NyR!]nвI.Tqs<$TƒVѳK%8q_e$>#8[>.ۅ~_{ZmGܾ;T2 *vTp3s*/)(.Wis괏 1B"Ef:m.ԋ1(7HYZm? uU(:R8 wf@ ;كԮ-7s^aFɲIlEpXB۠D>#=w 52sKjcwKv-X 3@~]zucpOxVE$jW.uRm(zR͐ɦ˺֏a-cMṃA%=O`\=ȁPOlf;[~ G =œad'Uc=o1\<w/ay] n>5VaJ]=#@TjfPRE1msT1繃`-Փwۊ| V1ۆmƯ9XƝM=\|c;c b]%Q`٧bf[XP?݁|ⷥU&ǒީd-/B+QWEϳ-Y+P|30[vzvJRk5I! ^5,#~'igðf}^oBr_]CAxgd dY]6P 9]~4sUjxo=-'X;8 ߕ!jVq6+&j[5:?Z<=a5ڒ1P^d]AD gw"L5_ABXC@-Z]*/]C杌0W2SI51W <~.$pt8a🚇1Y{ytq??4BuYW=[0ԚZ!r:;~Lrn&t:ҷdm!͆J2Rj=`lPHKxo?MO +*4rolAmy*.e ?Knt0ۉ|Ʊ sЋc>( H(>OBҚ-ܦ ”QMS)c,c$g'ݳXaS9Ax$ N;cyᅚR[#W$肄Q*!jsp=1akrϣVrb:rx`@dLpƬer9 əz(/?t؟~'n-'pϷBY5y<+[f {_^w9Ϥ[OFa^ľyҞ!WJ(t(UZ>vw\Kct/PQ^slyqkn"o.MgF5N@@JO1M^q#|~~hOb-hgGݲk2J=V">R@jB&-3vVYo|ŕ|:5*˟V8WүA1/ \fZ#8,EVң|)ْ}R`0dDh?zfj=7qیE'ٰohPvY.`oч$-t&mu^~.[ - ȱМqs? UA=qA1ƔJ34D ˜Q%a401y$E?sOՉMC2UٮSG$=&` Sb %=-3i~jy_g"T}kN"krƑّI81B z5mp2IvKbb\PS$) * xH?9-GczR:kp8o@W6BTmQ&RwuרW8lIao8ΈdoR-=9ƃ0~^a/6ŊAIη l{a^A[ӥCS* Pj G+f*/pp=&LF{qH۰ew8|[hTKf0фL mR*};:-;zOS]a8yoRå 'BqBw{c?I@&IJSM!zpH%bwO.y(sGG;\ݗh ؓڊR+  EE z&hآj"CB VUhqypՖIJiCv9XPL #A56R)vTCEa<\ /|UZN+>p(Gjo(g߾>vCuCGM_)D`C60kف]izcԴg1)kfy3|= څUŚXJƽO1j#.t; uhLsX*q!e~(hbj^@͙)Rr9Ӷ xue'.L21:<7 5FLlY&:kpp(yb2CW ֎mP(bPA5A>0'@_u &;XTe˾DVѸ_\,(e`H +4:sAkh. UrS`뉡[`$KK_TЋR)Wq G@|mS&ixb)-Y~l,\gSW=Lf.on1tlcMKFbk{%4tNFm}t֪`p§t MH_kEԞTFTvfyyqgRjA;fT2sN۸bn7ui;7Y|g 7"wL`toj񥢰potc݈eQи$}'ig2J}jZ&2쯴L4~<8ڧZ!HsӀz39eƖ!4\`4!T}'M:oGy"O9:М6=-@x8LR/% cy&kIW8;F\U<%#hע}lj PPxqg *3[lIR͵FD /mPI [9ЭP6xoH{&D7&^F {cڈY87@E2-Kp8`zE2ۏQ0>xj"+R5DdL3r*qA &kR%c8wa+y\xXRSfjwK| v2 8͢.CA(*~w_n`i1d^֟U'=RtR)U"|jyzL㕥Z D-4hm )(5@"0z"T5E ,^w 8B l3ED VmY3?u|Q ^Zn`L/V8`| ضriU+Rt穴vgXѪO~ |h((JJtC9nL) %6;̡ H vvDTz"p73"mvTN‰Q{+ zC&<ЏǺ U?${g|C]ûDc,+Tߛ9A`VK(k+1VAwK?a+# ͚bK-zm`Jg}OQ [p^ˉOtmd8 t֒ڶd !B]?Xʍ=F>bA0ϤX{B9.`0DW Q݄ܠ't|覻{-r`HN5MN$0~!I,̷RǖBB+Hj-c61ݺqY_vaHZ g)0"@ e&Q rg? M`@\_<89Fm|'}]0 d`Mb]EȟP5ʐLWftV=:p~xop o[^@9&e6W CbQ̱bKڲUQuNAb7_ܗ@ l4xwA[C,WRTБq٘bC2˥z!_VGV|nwmc<7N[ZHB0J~_׈8k,,#%t-t4ᖲ\K; zcA=O0`hց?P\BpOm(G*ǐ0_J$Kѝe!'sS =*P=GI;pω`SepY )#X;7k^2o:b՚n~1V;C ~L K2JޞG.c4}NJI[\e@"udZMξb˞Jnnٔэ+ItB=)[װqV@6ƫ@b9[_OD}G⭜xN8<4Z&Meμ^sDE=ϱ QW^NZ) ;ubkx@=+{+ؓ?`xS<>9mmزtφARm'A k_"i+n00iQZ&sq,r[th9 ;.8I"SgLP kMճb2vlze>Xk{WWk>[LȍؑdPXspuуbK#_VA's5Gh'T_9p:j+46׫?H*v:7.{b$Ej!= 6r_`oVbyw ß $i806y?+H3l|Ⱥ;9ʎ9m RcuynUp` P z7C9 ͨBqg17!lT4}]\ kG`u`6c0&<Y*Kh%zCݖ'@ jmFalD¶Gda SXύwqpO̽qzspB4k>0`-KVͭ7R'/2Ň#$ DZ'q1ӗNJ8e`fZ9M2>ohn DOWFkufe qAL3}07y|+9S;1;hLwqQzK k"hh2k6mw]LSXHf:_8-fU]-zy]fuGZ׫T`㍼I}'a3Dנ.1ի75c5*+2<AFer3#LFZُLU!N>>‚z6ݯ(24ޒӈC'.wܰRW*6m[pq6CgDʶPvAu> u&/TSbVkC86:g&״+񌷗*c* beSo^`lPi9ƟTĀGu(Ǭt*LLT(S]@) вp/A#gwݽaѬ.FIhrMI\fܥxZhqf67vwBi+}>H5~t-j/}+D7jՁ X>ĶU+k%>p쑱JvF3iIj~Q|WzNwC-D3XE`RDCr& 3x2Cؘ/(lb ø/ K(DZ{J`>mfc_UK<U|^!_ zTGؐ ШSTKNWV^=ѱ7b6+H]Gu M7uMd=֐O|LLJ0~R %f CSqU7rl sDt6-/YXݪ܆D*|bŐY?jW`%R>^QTXм/G? s{p)ӊB?5oG%E^vyxjX8tT|[ey6Qj\r&V'!z.RM.fR;)\ms.Ks/Au$-2A,타5826'XY#>R"OzD )pgg YGMK_ Cߪf*F VI {3n Nڊ78*UQaW}řs~/i:УG;pӑ^pĮdpq:#gJSpF4wٔWWM|;׫k` @7z5beAR{'n+x@M nDF 8#Jd$iA:*S OP,s҈LƮ+;/&тp֛uLfޘQ#P0b _& ? u{rHծ0a/" EUzô6{{nvHiѴm&]ڷsYIn ɓD&]b-{<`D%FObfྠj5cM2>K?q=2l8>-ݭN m(m `-gíCF @ \!uEBmMY} .)qfb!ZUok&ͳ<ח@5mE)5w/y.N"34|B҈dz2i7 Ad9=e{w+oa{Ƞ( ^ys6}zS=TuvHFs~L /Lmjl%H; X94רZYt[2+mH@ɞ}rvP/w*y64Z5zEr}W2)Փ(#9`Fp"ߛ՛4#A,Ds 5jj)P!=;vEDW\#| 14 G2D mCm&K n{.tY^M Eb9:V[s*h#Uk` ae-*&{c%'%vYSMgc;9FLo.,XX1q;]㵻I,Vtf{4%~ q#2`8܇ވhDg`sP8{@MuNE $:}&")ⲜQa!bi؂IHN+V8J,UQ:'A;$**\9$ Yv9\@ʡ_+fk?hPA773ݾ"I{_M<0k,#po%9E<9QD'oX'IjEK mdXޏI~-1:l*WwsҘv*cJ K}6w|zV15m_JZL*~#gV.$M"P\!UΙ^#˯E-.q-yյ=93ȹ^֮ö\a6D < :?1)kMᑧC ¤UzT#wބ*TYFԾ{Ȃ|['v"_h(-D 4p %}@;W&vj/﹵$Ip7Dfy~'Z)H^oQ7N"N:1;f 'ZMC9u4{! }1W -֝90˦/pV{{gǬ f056(cC ߰p?֔CJVǕMÈ?\ DpS |7Iz2 %Sz_2X6^&N}C;H/H/AZwdQvıT.p޴|k%skkEss zBȞlmJp;ɰtiU | $FR`Py/eGZV B 1}dp2NhR>u~|Zը HYA`+OsHe{RgSDi77 l(Aw9~EҰ$hl?hl@Uf~3"o{cN*0{0NVK \QQn*qQnJ.cjH;^2doS4$GÀa$`u_ozmV]̦A`k(X9(<_!yC|Z!vSGptP'Fw>Q?8knahc ]}HgʹIWq=BS*qa7 H?hH.>H= hV;uxɶx#В vM~-yaLRb2+&o^K BEӶWxu/lmxt![Ǘ)ZdVJxDZnjS73i`ᛮNS8Β] [b۲H1G]  uV YZ