calcurse-lang-4.7.1-bp154.1.24 >  A bxd!M@eee#Bl{ڣ`6IKYslAD"U0^pվDق@ߍK'^ETڼm͵IjfPGGjClz._m 9X%\ly ϛhs^/sāRbU޽}4֝]p>8H?88d ! Cx|  ( 6 D ` ' 0Lop(8 9 : F4G4H4I4X4Y4\5]50^5b6xc7!d7e7f7l7u7v7z777777784Ccalcurse-lang4.7.1bp154.1.24Translations for package calcurseProvides translations for the "calcurse" package.bx]goat01 SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/Localizationhttps://calcurse.orglinuxnoarch}K;6%z,bx]bx\bx]bx\bx]bx]bx]054dc8c7fba745c37f074edb688a3fcde0b3c1cc90e26bef03f26b8bde313461aa3e49f2e4c2dd5ea5539148a6ea2ead37b86a65d726016cf7493c39991c489ec62d22db74c6648000cf9a92666fc63b2f2a84566b9b5e724032d81782efcbc69db634b5f8c8b5a82140b6a11472b0aef83d823bd039df1043c12875ae1601d544db43e5c076ab8e78cf74e9262b65be50b077e089f094c0935772429800a2a3e28431746e78db54678b42b0c44a94023829bdabe4930c37d8c98ab47c4c7e11e984e2041b60540e8a2154b1277a686d7b145e23c7c2a18c2887846ac6386bcbrootrootrootrootrootrootrootrootrootrootrootrootrootrootcalcurse-4.7.1-bp154.1.24.src.rpmcalcurse-langcalcurse-lang-all    calcurserpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.7.13.0.4-14.6.0-14.0-15.2-14.14.3`v@`@_9]@\"Zk@XӸX @WT@T@Paolo Stivanin Wang Jun Dirk Mueller mvetter@suse.commvetter@suse.comavindra@opensuse.orgrpm@fthiessen.dep.drouand@gmail.comdmacvicar@suse.dep.drouand@gmail.comp.drouand@gmail.com- Update to version 4.7.1 * Bug fixes: - Multiple iCal import fixes: Make iCal event import independent of property ordering. Return failure if an item is skipped. Avoid double free on import errors. Fix parsing of UNTIL. - Do not remove an empty note file after edit session. - Keep internal linked list sorted when moving items. - Prevent external hook/notification commands from interacting with the UI. * calcurse-caldav bug fixes: - Allow non-ASCII characters in username and password - Improved error handling for the configuration file. Unknown keys are now reported as errors instead of ignored. - Always request href from server after pushing a new object to prevent items from being erroneously deleted or created when path contains characters that need to be URL-encoded.- Update to version 4.7.0 * Compatibility notes - Note file contents are now exported as DESCRIPTION in iCal exports - The item deletion menu has been redesigned - The systemdialogs option has been removed from the configuration * New features: - Support for advanced recurrence rules - Repeat counts are accepted in the UI as an alternative to repetition end dates for recurrent items - The :previous and :next commands can be used to jump to the previous/next occurrence of the currently selected recurrent item. - Various improvements in iCal imports - Notes are now displayed in the item view dialog * Bug fixes - Fixed formatting of DTSTART for recurrent events - Improvements in hook execution - Checks to make sure the config and data dirs exist- update to 4.6.0: * XDG base directory support: While using ~/.calcurse/ is still supported for backwards compatibility, we recommend putting your configuration files in ~/.config/calcurse/ and your data files in ~/.local/share/calcurse/ instead (implemented by Nitroretro). * Configurable text for empty days * Support RET to set the todo item priority to 0 * Various improvements in iCal imports * Escape necessary characters in SUMMARY on export (implemented by Kelvin Jackson). * Update notification bar properly when certain recurrent appointments are deleted (implemented by Lars Henriksen). * Fix save of interactively imported data (implemented by Lars Henriksen). * Restore ability to edit recurrent items without exceptions (reported and fixed by Lars Henriksen). * Fix monthly and yearly recurrence algorithms for frequencies greater than one (reported and fixed by Lars Henriksen). * Fix DST issues (reported by Lars Henriksen and others, fixed by Lars Henriksen).- Update to 4.5.0: Compatibility notes: * The --conf command line option has been renamed to --confdir and the --directory option has been renamed to --datadir. New features: * Multiple days support * Experimental vdir support: For details, refer to contrib/vdir/README.md in the calcurse source tree. * Support for editing recurrence exceptions (implemented by Lars Henriksen). New calcurse-caldav features: * Custom data directory support (implemented by vxid). * A new Troubleshooting section in the calcurse-caldav README.md (added by Randy Ramos). Bug fixes: * Various fixes in the notification system (implemented by Lars Henriksen). * Fix for a calendar redraw issue (implemented by Lars Henriksen). * Fix a potential deadlock (implemented by Lars Henriksen). * Use ICALDATETIMEFMT for EXDATE in iCal exports (implemented by Henrik Grimler). * Fix for the compile-time AsciiDoc check (implemented by Brandon Munger).- Update to 4.4.0: Compatibility notes: * The -F option is superseded by -P which can be used to remove certain entries from the data file (instead of keeping them). Please consult the man page for details. New features: * Major overhaul of the input routines in interactive mode (implemented by Lars Henriksen). * Support for separate data and configuration file directories (partly implemented by Quentin Hibon). * A --filter-invert option which inverts the other filter options (implemented by Lars Henriksen). * Support for negative date ranges when using the -d command line option. New calcurse-caldav features: * The SyncFilter configuration option which allows for specifying the types of items synced from/to the server (implemented by Satvik Sharma). * Support for a CALCURSE_CALDAV_PASSWORD environment variable which can be used to pass a password securely from another program (implemented by Randy Ramos). * HTTP support (implemented by Dino Macri). * Authorization removed from debug logs by default. Bug fixes: * Fix for an appointment becoming an event when entering an invalid start time (implemented by Lars Henriksen). * Fix for the deletion of a multi-day recurrent appointment (implemented by Lars Henriksen). * Fixes for potential database inconsistencies caused by appointments which end before they begin (implemented by Lars Henriksen). * Several fixes dealing with DST (implemented by Lars Henriksen). * Fixes for date range queries (implemented by Lars Henriksen). * Fix for segmentation fault with recent ncurses implementations. * Fix for potential segmentation fault in mutex handling. * RFC5545-compliant DTSTART in iCal exports (patch by Quentin Hibon). * Fix for not closing the stream after exporting iCal items (patch by crvs). * Fix for priority parsing in iCal imports (patch by dott). * Various improvements to the change detection and save conflict resolution code (implemented by Lars Henriksen). * Several improvements to concurrency control (implemented by Lars Henriksen). * Various fixes to the scrollbar (implemented by Lars Henriksen). * Various potential buffer overflow fixes. * A more robust command line argument parser (implemented by Lars Henriksen). * Various improvements to the UTF-8 handling code (implemented by Lars Henriksen). * Several stability and portability fixes (partly provided by Mikolaj Kucharski). * Several stability fixes in the calcurse-caldav script.- 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 listgoat01 1652087389deenesfrnlptru4.7.1-bp154.1.244.7.1calcurse.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:Backports:SLE-15-SP4/standard/dec232a83b8b81ee01aef868e150aa4a-calcursecpioxz5x86_64-suse-linuxIa{]'/#calcurseutf-82b9e35c464f56a5878beba49deb1b01a001c8fad06d96492e5a0e60088f283e2? 7zXZ !t/"] crv(vX0*æξ@E0Y-ހQSȲw䮓P(B&ieibw"0AA *@F:;!N{KtڬmL쫆 :]~?.I͛(==NAٸ]BCQ:& sՉ642zii5xꬡ U.ɂjqb 8ӁwͲ:fx?m;y2|f^8ʭq[ Oq|Z !6Q\gz%{lP)Vw^x#o~vK ~q@:ɱ|i @Av4[N"uDg6) \‡^BLMI^[D7$JsNV۹:n \4h%9{b5Go{3so/9F\TF4cm@Q=1Ad X76z_4mp Q4@ʩS$$=C@VJ: hMwrŘР Z$w4u]eɍh+pJP1[<|,Kwơ"K-~ ;ieH X/oOa|q1[—B|v0X;-KǠ(:#hƻdѭffqkQzM ZXalRkwGDŽ`nDBhjGr5|ۏ W)`[2%l!xj_';|eYӦώ@W*4M ) 8D>t%z/;а$WHt2RDtkpSbWw6  Js `= -M4K3!k@= ۇ%%K)"-F/ ^w%Ob^(P,b=@W a"IOBּ5Dt_ðZZ,c?7:?`٦@HD잎 AqК횷8PZWMq)Ti3B}c\@SӺ=Wo48CHz2iPAVw80ۭgna^7~~5PU&ޒ0K>))M E^ kK/O呣hR@^ef?2tus/+L-a只j_ٟ3i򆘸' PV3w P^b : pih~eq hTwTM^eyASlxUDLo4 |v~aンqrd#x8"W&r-'ׅG`X_W\C;Thڔ켈8dS{DFw /#6)y'@cwBg :}L;P|-_$V}Xd"VֹYR%K%VM7 :Cn?`@?jJCtAӊAu^:'a1k.m;]4ZO6R4K^FU*SR~rC39h`>2C၃"╒TS_ՖXvZ䛰?E9>^\㋚b~F6e9p*~fV%(yAT%`EP%j${ wvoyvt~!1}LST/sםK Za9QLim'Ż< C<>/gp‚rQ+/򍶶5V>z20OhvGdp zd|eY P7HHΩ9 CKбC%C1#.. >}g{#$=NonhhXfiWRXt'Pܕ'Uy kW4qV]^`VDf /~~d:| l;HŔSt87{{WfV ,+-^ǽ:|ש gѬQBe͑V[tf=Z,V}CxyS<;Z2)%*zKέ@A_UOX`^)n2FM ĴPO|TW*dPpC SpE==9A9g0JGhz?@v5җex%Gr\4u:p"4BSW6{jS\؁KUȬ}j?p`pHq mi >C>P[~=xS(ѥҞF!|g:4!@c:'QFtO}U6OXY`k} 93艧|EJMZ~e{ h/ʙucgDj 4ʏ3j>I ywZWPR#$5)3jȝҺ ` B CDZ&u΃aiFD, _)}dY]K7]+ua6_Ͼ˓#Qb,w=@X.lw\}P'r|qx#,/N#HDS2lVv!P;'&;h'=,Y(@ i-S*l0a!m nC  ۯh2(q& & \H呄Ȅ%; _ˮϼ k$lDe"E8E|99s~7yןV 3`{"wwb_Y(6C>:l.ɿ\17 􄏻lauL6XI!Id륾\:j-gj6H{")H~r1;iTD_ Ҧ?Zgoki7P LO!E6"H3!8ͨN5`)B ZM&"ƌfh9,J1†l/!D h1+呍4Yfգl3yQ.snE?85,i4u$-o,+N2(i4$M|o~"rUr]XՔ4RbTѷ0˓5Q?5;lܞ*$7I#37nApAǵB t5d~ԅQ6sQӝVN uM5w/O~EҪs}Gp$08_D.SYο=eHճMxK5*-/춿O<]LUG U|o@Y=F4 sj>UAL*y]R5N2fCUytHCܾh]2&|xS?H =<5I_'Kч 2Rs/\]:&4^4G/5j?⵻Y2.ܷ戟e-&8O6)S#fO:Pg\`$r¨WbeiYVG`r*̺>/NS}q:MJ O<`^?PGU=|%k 1;Rj`M {xqEGc@!mkPWRÁluLpKTATlEtJϔYӖ¬ ltJ5`>)d\!n}XݔFA{!te 6o} hx`Lz MltAP0 |_24P?"n:Jt=\r3|:'ο ,DoyEgZHQ됐I)7c!]AV-Ȥq[{Rʤ Hbm)||CD>.%~Gg'n$,w^mpsnG2/b0zDmK u GtU$ŗpݡO&T MNVgaݺ#qȦvjh F?ց#6g+(#-d"2Z an8K/(u[B@׸!3biIK==dV !g*BVx88G۩uDNeMв)"jZ̓0Mϛ=zr7C<|mY;ktϳї/T1Y6SuN1P?^xJ["x* qpj.zU+-z9",7X8jFlfab> 9ݙhu]pK^mDoS?g幮kbAˡ9?ܣ9v BlğRO?QtIHhX20#\2-@e#^X3l$O)f59 IbezBD&Z??mh,;?(+.\ ?.'VBbTMëL gF9(6kU'FqTWt3P5R+QX c%g{ZTxKW$PD/%G$w˄^O|e얲`WBp ΘIw^r1"H.vRI#ɚS^G̓/l>Px&.0F]ٿ F t!ai1P;no#P;h# ӹӥO3]k"o\3,^lxuTΠHΪ51}&ېCh@ư r x\9M,7jͶ&L%0m]g.6ۆL 5 2Ve'[(/q/CgR-pQI]`F4,  ~&tVst\ٳ*k֛8= ޸ +l6!^s%%L$4 ~s؉EQ'AA&R s0wvqK'՟r{"OPz~]%whqd>;q,5!N{3qġ )rYI1>DھR0G.qlɁFu/U %L9`6$ `X؏S,XI~akNC>8/)me(p|<좞'iPb æp,dhY6%7V!>C !Tao(i9 ݛ[_Ʈ_ĬrXٟ*GVRYԦ_ʹtuzaoҏ䱽*JYOEթad=qF** Xc Č_GwuOב e]Mռվ9Qrw8%i,}U7 _k٥{ca1A~n+Fø NJK+RnUw5DŽ-RId7u煓"2'CI",e|$K,OsJۦ?q|AK)tbqܞh\~ں¦<oy֗quHvƚnw$KG GZ^?SoYޟy;[[ɢlA\ ]ycayS(î5u!Hwm=&2~容]QH 5β@4wp?h|}`yIg>b:$kppTQa`Rbw \ȴq Z世V-ojp\MV#.$y߿"l0fpYouz5WŗL`Lf>h"^_TKN [}^c& |x}}䓰GNgYixluVr 2ix53!uDt GSM0OS[͏h)@ CHWo`E X^=*'nG;/RAh'ES@zt{f.V=.ZGn.@+Ggyt^xuȪGO6 u$% O3L bCIy4ǵ bbqUK;IZY^$'2Wd'yfE$dY~ʳ ipߴF_&8Aw¬^ 6 &oy݇Ko/9 4a)u c{Rlp2j_߭6{AB\yZn }٩TRǦS+eBKgˮ7Yc"x 17l) :Mz(8zz;'j>v:O(X/uc3/`0d$C]f19eMei2tzm.Z1F6_AKacp,KB:?::B,5=i kYՔ bhCO}5C6`PJ^бdҮмx.Tj•Qӥf#%n';6a, FD$7N\ l$tp @tTNc2wralIŸ&|T1aZwއX@ۘ&9\pQ>WVE<LZv^ւi/`|8~Rx tM_5Tpvl:-4ۨR3KO?z"Bwa*oo{a\3pB"Y?I ]`ﻗt%XZtIk]"?P$/p E-WD0V`5u݋lðpMC-5u T8"뤟&֯2 ĝkCK`qQ>ͧ`Ka>葫׆a: GۑP@aTJA=/gW{+8X:Z7TdzͺL? Σ݇S)dLͧ;dRX'ܕڢ%~..sb*<¸ծʜy1:CkO_ y[H)H3lwpʹz+/]Ms~W@]$r:l,]pqY^sZQՓ v[WUz:m '׻J H]],lL[WDhĄu23>!dL ,asก=zֿZm'Y:b"{UTs}S[f͉,k7M`ppi)" EV99:8+#QC x1 ;~Q|$goD-H塾0gݥׁ 1:IV{:pK[?wvX/雑_WH1̴0b _%9QP$wco7 %;wkPv`p:Zsbԛ~v)ue8|%と^Xh!P:1;+# u?Nyf~QF2OJ s=F4]0T[< ?:RKb8N\9nG~غᥚU&ou)Ŀk"[Ѯ j7?2j.']יG|/ZГ+^Rظ3lwzNπVtx*\щu6/q_te(`:a{u3&EiՋ'8.kf0[X !_?} v`%DrvV.m*WV\AZI͖=srV %vVY𑸥yf0#*-% 0^(2SxQ- pI1ײeGuWW@P}`ϻےs,VBZiq8 )ʇQ4«s|@e9Jx/x@ܞ&vs,Ū0N5NÑN|2nJhW \iƏ{ + jH7枎o`k&R{!/Rx>xa˾ڏ. pk7W .]- jof/YÕDًc$#Z^9*%(1i].Tܖ$Y9Rh?K];&,3aCÉVkϏ)Ӓ 8j,Ac}/ 5=3eܫvCSV>w9tv`e49*9g~f|-.~e!:+PD&Γ_0X3 q GȝJv9hrF'OF-&hu{ahde/d]O{-SA eH›?; C[]sdte ;1mԇʕw 9B̼4m ̯V vjjj*fȶnl ;ӑ+S! p0.Td׏ b4j5GG`h v-rKǻ(w2 9U@)KNp _'Mn8X`P;\@E'10R2g^? –c/qQF c$oUnH!¹b_&Rj4"tH[軭t$9i#bU%4)_6-gRHVf3 )XJڪw\aJWԯhz2TTamyTϫblH-Tħ@ۂ OxUaŀ]5`Hz9.l~§-LtnHq:$_Dcҏ/<ּ^fd&) AIo`F2o7mxh71}KxB }J' _aY}s`#hjP(3 3E+lnXЗ$CO7l(e {S aFtU\_۾*B`X`Nh y`4vWo+1&J:_̙k!Ͽ\~P /lnV2fȫ:84kO&5l<s  q;uZ e5Cv0Uڧ-V96 Uko+ZK2 evsԕ2kDA!ǫ? 7 riBOO8\O Hg*ohPL)$t`VrI T2/r2r*ޒpc# 2wS3gK&2 }|}a m1lkE>>IAq\T[8LT6ue&Иv|m48bN1 ڐ^Zܲl<:FMx%v)VRBzGA{Z> u(Ul|5eAwg +9Q5%7Q >Be^^m|s E>WJh;| Op20r~HJ }``\ e&w5@btHMJ;2)q.aų́w9C<܌f4kx#'>I'a\ J\貐}'ؔ \ ]4Lk@ _"|8]~]o9 4?qhkC ^#a>AnGz4m)=?TxXGTmIJ,`KܚrPQ9e80Tqq郧EkƵfKWCޚBw4.*V5Chw +*Q́$Fحkؘ8ә]I9Q70Pg¿b%ʧC8N>-w"0 0xPO`_2m^?#ToȒ7I6Lq~nR]4)Mis ) ԛN\ W,=Wv( C~0. vIżBʕVHnxGE/$>\@7geJG <]!S>268-c#/NO+㷟W~p_Ȝ' Dh7TW޷csq+a , h>##)8G$f1 /Du>5<#]mP=j_Z k BBϕe I˨kO`>9y^e\zc2_KM3JtM#,hpR* 2Az%cZl-$X1U?` LJ%&Iw$pDf-Rvl8)HȻn93BVwSSiNt{|g 3z p:֣@^PE֠^0UM# e~>, GN'.^hѹ= 4-i?gt :\&\8TKĮ>k#|_̊,̺9xNiX|_Rm3p3dX`.ŘMBq ()>yth u_xwxm׏ϻ`y$Qmd,EPI&wV C:] PnWwJ4,trEYi%br#> e)&\B!rtYk+vvC|MQ%H "O)*CNق]BnKi#xK1?}5a>ژ!,qsgBl9E p^?c,Q{tX' Hρ`OK)Hb]p& |Y;(U ̫(EV.ߪh4i%V5iGFHqj7~j@P48/-6/E3%: Yi@bOaBvw?.pBC| QVE>U'Kk~ [42$ Z Le:_@]jtkS[BҶ Zͨ%6pTLzQ2'07G 'gOkK] OWei`^>^k~ 0,8\b-18uXF9nl:Xlk[?͙ݧm6 cdȲ)]p]-<P 0S2)Uyef-7$|G\oBhSb: qpQGTYUE__tj#* D=]f?wI.DIYѡGJO"ݛB_A81%)TM~e{>'"{QydBiiUYc/~ m3w2B6h5 E3>N#-oϓ8f3NU~Pv+ߝ`vdze}|b; sb] GզTs:q# (VJvucQ/. my u;xY%4t{7(ά)ωqVv}e_K4c D`k&C>Dċl$+z8/P+. Vq,\fڼRa=<j$.N(uЦ $z)#@ˁz !M2|걌ة^4M}d81#ˬmEݚ4Гy^Lql;x?#=}!1yEH>57?x)TqN#i^gyJ99 kϚ֢ub-'˳11.? Y,ZC\@wMMW5ðj;qDŗҷ >iL#‡~2#!jo]/0isBr 5?~{{ث%VH%>ݱ?|$'eL Xu R~ )[UKQޘsA|q{8I\}< kW!NE9i۔f:{wMץQ-fϻⵁy}gsl K .3_qx|b"1P N4^9-D^.ULǰ1tlPlZ5:#[~Cc3W32pD@%rHw $AmDp3R w]*Q mCx-RPHJ*߲wrYΎ;N󡤩Dh \Aesb rREn^/0#ua,#m8@_ܡ4et"$pFd6dJ:J;icG=$d'@cg,}d,rsktT45LM 4# -n Ͳx/f@U٪z xlP_tp*8+G%5 ][4U-d*0@NiJșFN~8zOh\w6+8ܖ~͙Q4TY0ٙG@PH+Lp E7-cT[/25Ə|2V۪?s$KMP@\=9){am+Ic\L%1w#1eRq p#6, i)}NO-F֤mh ut&;u;Ng^E&ymqVK:s}̽CTꨫN9pT\[v$. "ߙu*!\Mp$J;֗iP~`=̃-unVpo5 z򠥟?]Cat72 Z3UmAdU'7NumXYN=2 w4\ěgT:@0_WYR#lvНR7>@i -MT ?!@D'"!VbEn~YK'cXW'Nfʮ 0+C(IE6ƯkHV<;G&ѱFRl_C6׾{xJV,p]0U\+M=jke͑O]"ZHNڼd3RU=%GDUܪE:3M K_9Z^3Y]Dv4KC{s!:3tB)f@Seŕ6Jf~Z}zg-% 5T 5TBϏΆM,Cߧ/JA䴇оŏJ/Xؕ4qEպum0ԁv A{aA;fy^IG9ӯ>*\fkCW &3lkw9.'U#"+HTXQ%^95Qk؉fu}ac a=+ilKȂXYɳŦ*Ɠ<ױ]YZ_(}KiJOCz51bLVm  ~2p-0Fg\:-K GQQeK2kP!Ձ`Vn#h$aeHZQVsdblarJl=[3#G<2-w];ae+0xn<' ;;p W|k+c:YOp@y?3\I+BXW./;׼P_nBptN_zbo X4܁Sk4{Bo'GZLhqY`~"A@4@l60M=QO6>N ֹSvd V:. :DlC!3>@.mUjq 4 #%ۙ?Y:l2DX|((!eI%۷%K-Gۮ"h٭Pu p[f"^ 1K=lb@HG$< X̩ ?̓v4(7 o(8vd'S! 3yhHNW~\*-;!zK2Z,qWQ P.`, ,?ysoVȒoȷPPI7Ъ/ Bt$ء|*9QhM۳Heh] |q FLև1j3?t!!'}_ VqᗏP*5e}״meMFcw\T#*şIۈ+ QˏĻ)TCFwTw%}a%5 & 7W$煑gc~oBZ۽8UrCR`Xh3]#}Ct 8RK { D7)Go.[ˑ?M`V(<倛2|+6s҅jLwZXPD4-f˸q;O_.%VJ_ uC/ dT҉{@_!>KDRalyTTt,:rL$ѿܮZJ}~ITc4ŝ1fc˄U`ٍˋRT_ͭS񮽕|q}GEMqY(1CϾ&춏mJLW@gjAsqLۙŞrh>>{B2|f?%$AmS$L0_"@K, _qXMpt)$6r{lZ ؎ 0}I3 Lu0=]31"C4X)y\d,$wf0qIR.ZW0_ Iզ]T'v:6S'P*7M]8.b(_ Ǐݡl8c<1L6紕g~*eX9i>r2缈Sk m*-#qғwqī+Z\")͇~KE_-TlM?Bu\ S[9 玜2T=LODi%sgS1{ODz7+RXu, AfCtO<1<}SV0Z2 {sz葞%@q\xZSZ4}}p%)Yx#*6ӆGn1,5aTˁS|ǎpx!mTEڲW#m.0KCZ4q`$`!1YYhWQ5$DCbsTc fkj^W<} I3+Qo~+ʅ.|`6O51|ݻ˼uCQ'ܵtZ(>RR!ʷ670qגR OR {-f]3zǝD.C[ J[\+c N~Z^3AݡX̘W8,i8N.[5o\DP2,e )r骱qP)zlDR&Ĵ1P j6q3uvQBk;GwqT)yg fK w$Ŵ#Di{9+lkxOjj).r0.3.ǃo?9 Sw6@m!yYG mt;]mVͯKH`?gcp ]ݯL=6/>VmCMn?[>ެ۽b׀':}KQs@Q dcG/&g0 wչ44E26盺?E__Ĕc2`EVbX{!QBv9aC@K\܉ _+Pد2 ;[ofL[Z&;;k7L*5;!."?g |5,~& R{=F'&G5_q tl(m$L5(ٳ3M"qh ΍DbL_ djp9R|@7dPR/{HJK.b#Ý3NBIr$똷OOl\~N om6?H iF'X]9}!*rOI8-AeR EiDU/|0cbx. KOU x11yC4Gx}epC1t1e6ĵ WTF.il/YC6];;?H"St>ˉ-b%!4V #FcjG005t6y9~IH8X=6)0κ[Y4NfpjU֙^4ȰP%`!.t8:11gͼ% +@+by fqjZK~t3-s]h*2ѦI 08NJ+74&rY{0 ;\>7ZZXi"v}zL[U%-(Ss %+i$Fh-x߯I@: ?h~/ώk'Ԫ[:fby蟴+KݪNe0LKռdI5vXƱ?7b|>J4/GB]s@ 9r M%Uɹ8+buZ)? 6C,[R +nE`]Ԧ&0uBv;p/;folCb`j˔)䮰0+WyҥYk%DwY:܇627>"i~}8RWX*E/K;1ݑu"/&9#0bv6$IޯL= g݃uVrku 7z>C-c7貰Z+](lnieѡԓs`֥$0ЬK- =,SI t~,y*o A[؊k| ph$,cXwJ? J/#Cla=M]}l&X0E2!Ak;(J>'j͢&[~=OX9{>MBn'§sk Zٴ GtE_0b—SD:ZUMZKvM-4hֱFiяIa*fH 77Kbp_7 0`Ul!D> JК}XPUH4 K 4eslY'\2PCUΈ$ZmJI1nSJU`iSR%%vﴭ PumgÒgj:׼Dn!|TSJp"vge^*Кў;fJ[ZC-āF3IPR֟ޢFSOeʖEAhB815e (pE#A=zXKL-ɏgC~{BP"jI0^Ғ|0&B$7jzo)Az LD4D! 8)v;)%}* seؤxS7Z;u,~=v4DOKݐ꣩_~*E\-7ˇcGyo s71Ho59DWg$Ąw^0!2liXf zK,pH&\d>>+*i\M} $3F3u@ݎVrY[.EI-dT[otMǁO N@vg^dbnġ]y*pr'!1hxwAc P#qYsV(FWW]Z=;R΋Iw@6ZՏ[{ }NX$b/$a6HO %rs_إ:-Ԙ"e ע/33tm,OqDq?)OsO4a"A|%.IċK+N| 1ê'fM9.nT*S? CNՋf{ (/ }k4U8͏W1l4Zxy#\5kuW{eYu~,HΜ9} 6􈈄%$tyݥHo6:6XOhxoY%! vćfI?f#㠧SϹΧqja#236D 7HYIXbIerQ9`(.(W^!XQ㯟sjs4~3B@ Jj!@#D"#S&,Be|0ﳨ+u7PU)#܄e9)0"nM)Ʒ7KMoX'.L,΋)]Smukn5¿)@LymgASA >1"ʶ[DQs?Xa1@7¨E.S|29>&<{P|ӵ"\p)bް!VeT#ܤ5[ 98$nv |L\Yi{,i/4G",W}|?XϿ0bݍ,Oˮ#ݷPN'ի=J2r1!m3Nz^XWh!@eOٴ@$(Wp{3A MO̧+]S]{udUεz^Bo{z93מ CX5K{9HMV=*iR"EңK)E5cy4>PV0#m cHWhVm%W~yݦwn`g/5,7ӏR~r{ndODY|_ ΦtzBKJ:rsJŗ&2Ba/tFU.V$`jf b*+VDGow|?u3ސqT~8PugT`JAx]oԺ^?ѓ(6e5cKFpY^hG޷;KlbA]zfR%%a!) $3*?w왋R^݊PwkV#ln) D&.[QBuKy|y_6~~+pRPT {R,إ t&mir-N!Z=>4<6Ͳkh1 ַ?4tUmQN޳%5mwm d%1䌳T ?a&֮}ֺFMB1lCH*f J@ҏU:ٽa+sޜuG=ziĪވcj8nXG#U "7ǶW4{ ;8K}*(VOib(QiyRHpGЁ\h./Z@9 :mK >n @_sx5R*&e(N4/;CX'eȧR⛵2=>bDҒluc.SɁ%C{Cdτ6DNRS5gDI?K#UWso"We8,пY{Hl0pM鞀EQ&8t42^f B02PtƘC_+{BQTz)ɊG#_:6T-ߘ;\J*eG]Ĭfw.A;~)ЈA :NB}/ĉp^KkD7ȕ?K+`'}T<# ,K4 ;@lRIoeRk9,CAYx´ Q߷E Ǭ xW7ҾhvӇy6 S snu Ђr ?ԝ]Ӭ*Af"v-Zs3nfk8LI6FP4CWꑾvvp'(ή.  `qP R% m +\H? ZVw)Du_*7 ^2S|"̈(RH[I]r|uԃ\>d-7ЅּWGe%O pIǾ0O@a)siߕh7$;gantk+%ѣåMHOzvc) ,.A]WdgMLDu1̰el1DJ4#2pOQTosD?lqˈۨIHuƕFoi(՞"xgAх: .-ًW4J#>Jtb(9$ +sj%*M몌`v<;#>2+T2Hn.N2uр݌4x:tu8@%(+BQ@PL*3_FPZy1G_" {^FAO8+fdxF7ƌhz, S(`Ds0t {.ndf~ DsB@˄"'^ɿڋRfyB܋\ n'jH"zO^AȒ4['3di;H$@Wn2%Xyj2U΃Pt=?@Ԭ0L"Py˱MZRSrNܼw/LTqy`Q~$ckC7C]ep2^ C#JFjQpj6i\΃8~*C=rY\/uzT{^ONsH[NEtR$tVhhμ7}>b;|0#hچV$n:#c 1̷qrUjsGvHbһŻk~Qdq&-~BJG㸺bY G/!nht!s8cm HJ㹮@tsxx8.TZYT҈P$.#N Kaj{zv&z#2Lo5:p6[Xo"xtf#lhbT|U#RCɽZ3+N Ch`иA=H83L37y Iv6@LJϞkΣ9 \f |ةU£1|׵RT!D"' UA4;f "5 W>q%/a q'5P3oW uScwI'1Q|iW6F]R AX -Qz6csSME}I9^~EOk4[S] C_ dژ=wtʋo Z#']l]?#/egmS=L,#O&ԕ.OA#_7QYTb!P %_+L 1JXVzRQ_nOhHv^y<5nXo{Ǟ}foeo\Yid\6>҃Tv|Waf_!AWA9*r/q)m&s9F:C4{L#(j'{>$v Z/Eh|ckaDp&'[Ϻz#ҥQ`'ً,Qimԉ 1ʫ|i *a/lPxt( X8h4se(85Y杂F &wUe\GR@zSt%W:nCtUD>][]U.ar q[J_t\"uRPG;gr$zˤEZ!1;Snɸ, 7RYW,H޿&}]~WX|Ӫ^#} ׿T"^뻬Cn&ki0zvQMHA=FwwZjDs\WߞLA݉9͐ ޓꘆ{%KR/+Oȳa}ペ Dyl6T'j@ՐٓoTOxm-:#jj`ˋāAtޣGk>xj?H,&LE;cp˖I[gxRnOb;?h:\-+B4mUSoDkj Vnr^^4& h둴Xyx:ׇw֫ZSRu.a;m.:-t(*2y])5:,3ݔl[Zc++o$CwZz&[T5#J)A K:>a}C}NcWĕ ;dd9\AfI">;6S(Twʃmrz" z,**$/Jxɣ%ED_rLEZ֬OԹ ںQu0+ݑGޑZH!apX͠mPɇ%*6yxoi ėH_|O6ZSi|. '؎d}̺́Vs'a;[BfL[0 |E p!Nc嘷cwE瞁 G^-O ;vg $!"]b{4i5S#'%ò|[y'@螋 \*,j`n0h6{2ݕѥ D4[էn~.xWk33&(iȇ-$7hB 0.'*2ͧ/>_6nrڐv',NBݩ\1yR"v%j)?e/EAFK#Mrym[O|s,]\qzd!Bvydӿmx {+$v2[mI,:8:WpMe:=#KJg 8ml)>0 R Q=@/S흘rt-3d^*(tn}L{E$mzt6 -sIUYǡIeNc5tRRtj@$E`wL*Cƌ5_tH!/m)hTv &bb׳WAk3>f?*ʌoj{W$Dg M#7e]D!2} YkF(ģkw] L" UL˸1OŰ!ZRI;$R{V%ܲEcMD. f- NCn "H2[>dW$_݆{e:mU/Oȇʄcd[oN>%L)-ntM/A,[xu VY .iO03b-`kLQuzI2%zt@~ [~w^drR ҕhoa&JӲJ+$>fG4on]:,(zG~,ݵn[mүHj;/vrf.Az-+dAMU-N(#?Y]~dALv?ZT7sWx҇+%+cN}W=tɒ]:B+UHvS:6mre"5l3"[|NƮsO2q՛Xl'+e'E>`lEKp-G2nY(E凞*]uƕJ2Su8i4`M yPϬ}64kzE+ T{s֪X)[X;YILx*YYAVxk[Q<f6p{Ʌ,@zͨbT܇T!JcT)2tZ@-eMmD 8h:[ęL>X9~d!U$ߟ$WNw5n DP?\`~V4&o_V+I)RoGL۷{'Oq A 5 H*OV Vse~/ao4t}/늫k5@㦻AR(wד`i_Q(伃^Q[i]*l=*QP+ӫ,]:vd ;۸PCRA"'w%dq#nmȟ*?nD`yBF7@?ϱWX>F@U(TJ[5vGzxEr`Bٍ59N<}I`:Mh|^]+^^vD߱5‰P=\6JfrN\"T(񍠝US_ !/ i#-%tN|>x%cnzjJkSg|2ýyRjЪ ,.1ۙ f5slw@*MA&ˑ%پO@ p,6ޮ= }w0XgxЗҎx>^VV&FѮO352Op'4cµ'#gn.VjuŧWuk] :D[NAͬ${F>(k(qWQS?#0~qIM?d`ɖLv~5s|)**M+B3dT-IGwY,k -V͚{!,&Aع-HڄR|2\#ē(%|_=TvQ&lά`6:c$ GaC &}"TRŇ >NmEEKTŽ޴9 .8; ض71PyaY<-OH)xer/zvԆd-ĺ' 'u2iqba(f(כR3C"TJkCl*e8 _1D@nj FcG"q=XH*0>.ؙYH<R<5ĭ*Vvm>P"Le8C)JJ%aY ݙ0G"]@A b֙OS=^Ĭ,oX&n" ҆D~$MI{7FR.0TtiҢ qt%7 nD3BWdCVnabf.1_ꑩ~'3 >:/o_7LCz@ %b[,„"U5U|kBtv8`, kL [2 `W;D9iQGEdIG@&nV}8n`NV1fs!LƥGLHℍX8sqj'Nݵ_2NF3x[N_,bFd4EO5i(`M0(vHde"sTqx XƧlvd;e=[`ot+4 0Y mye(G#D#`J_a`+SE)[ZyD߿Ra" f`(LRP%!"4v@ tmEn.IX"'DC6ޟnXсrF?AӶ:5+N[DY7x!c>>sI%r@!MԽcl?wC|24FJf#!F5uw&`'TZo ?CE;?@NjQr ̿Phԋ \sMbut+W.5(}rx̕:QAPW:=^:9 `o& HeNjJ=@'هǧMu3Ut7' /Q_;W[\꫷^/ޯwǠ,x2;gPRCA\ڭkP ?ܲA2{~)qoZ/WI߿[, |gE*PTq #ʔHU{a!/#CN22MZ[?)_Hf7Gv# VAcu1z\ Rԉ5jVX/cX'xQE|ޫFLgT]ӓ!$GNO(Vx7)[S=1˅᥇ -ZwwuBW̭?ҾWƴ%WGW&>N۔P)\9#L718^Ɗ{ }o['3]R+Q*^cK;dNeŹr4y~=lSq"h꧑uVOoG~Hǎ`[BV4ZjmVmw݀Y%䊦3jd{:@ZNZw'J8VN+yAyJ2 g2бL]uD蛽Gm%NmWF+5dQ"3D~K0:I\Ύ XS85^o$2r`5ςRv:@1\Op 7?+G Pܱ MN7h,訧l=6OcIeP|:O} E}|aAr|6@< vn/_x Sn6[rQS-s U2@&K"2OL +'A>_|c7zd;b6bejfpIRZ^}:i!6҈|=9B\=Lz=Dmn2N]uic䁣zf__ \ _>y{^=7K>[꧴?sjIg\x-t/}xrv&E||<9t!_L&T BJA.:)h#C&bJBtg/"^l4Nw_hgyK/F8Gdܩ!Xcd ŦsFPRS!")yI-Ld_S7p E! 鞑g9Em #s7*< NDU#_&=s`d[cG u,`Yf{&N!:i|D ӬFi&8\]y_rCYӹ,O[WGrärzۭlᬶy-w֯8B8ܽ2„ai*--w W1OF>o|BBS]h G'cOJUvdɀ 5K9kb <V%ayw)r nl H1$$TDZNf>8 ~i8vjbv; h[sӑڸ{\혡=(1]ǡ_?R޻'MCH@q-J~ᒙ,Mn 70+^%~Rվ"VH'(Q|,G$$+@}ğ XNHY#+M7|jT/ԇoz59 ņe3t?e _M09L*mŰi>PU)Wn9?6\jWh;fhYoӟl ) =4%et{7늏WS=+Ao% u:KXPayvOˆ0^"I 렝x3y,  A3qctEIS`CUQ',r@KdžInx~zC|ݪΘ ;b̟uA!Ymr~e ǍtkpBCRHGI kryS UNg,{b &_A{``vLPD8nF0 ơOm춨p܏pOÁ@ϴ*k&dpW&ӬZS/ñ't`8L%>h9;" {v Ҁ2γjL߳0#cb{M%"'fae9F@G*ja'1zjoc20YhLl\LU\w(FO֋Ņi9-8+4`;J2́Q*JS<)XZKanVhI-(r/4PQkI2p5m(8ۧjhӑ.7%AfBW֬~"'=XqкWS3>WQNh-(eS"E~O[`RlDsbzuqŠgPL#-G<>07x;yHQ$_\ݰ󩣜,n=vZP*}ع5V|nX.y+4AkPD4=< ]{X 4p$&]Oͬ4y 89 xmB{hʶMrL$ 7;G&":H}z+N'bΆOߦR#ֵ\05SAwYcݷ a8e^*pڀwCO""dǿ*{:ץ$@#'!!:460>ZNxDZr'ye B,rfKgSJ/9f]tmy9՟Kx4[˲r/Y-m9,`Hx=XZZ#9$. l"vtEo2Y*%\F'TlHDz2е'GDZW|Eid !#S45(мOSz-}R9gOz | VH\whGGL 9og L gM 4I1(I3cNh}:ɪ0ro^6h?뿰=̃&69&wzF+%*h᥀==݈a|P96丕`[Fa:[YIl1xھO@L Cb2K93q4ke$Tk*FUߝ-Ɋ[oPIg ÝW;qbc{+%X-wjR%>βD7Y-m]mII.]m^Iz[6\YdlXA[&;9|t3PУbb=+EY'lCտ#׏xFO|8X5\ TS8c_@A?Wy|J.u* `*o)xH\"SWY7tNsYИhP$i%~B }/lX#N#S]M) q7@˩7NFڥ$CJH4_,V' J͉Vo`2?벧B3Y(}HeW69Ķ@:%ѸN.CL-x ϰs~<mD Yy,oۭ|NWX:'4!بy؆̃oa(Bt 2r_p%}԰ݣqVu @h YZ