From 569e5400fe1c6c8d5923453adc1ad21b2e8adb2f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 15 Jul 2022 12:29:31 -0700 Subject: [PATCH] Updates locales --- locale/ca_ES/LC_MESSAGES/django.po | 5387 ++++++++++++++++++++++++++ locale/de_DE/LC_MESSAGES/django.mo | Bin 110923 -> 30883 bytes locale/en_US/LC_MESSAGES/django.po | 32 +- locale/fr_FR/LC_MESSAGES/django.mo | Bin 112211 -> 44850 bytes locale/zh_Hans/LC_MESSAGES/django.mo | Bin 82111 -> 44096 bytes locale/zh_Hant/LC_MESSAGES/django.mo | Bin 33193 -> 38839 bytes 6 files changed, 5405 insertions(+), 14 deletions(-) create mode 100644 locale/ca_ES/LC_MESSAGES/django.po diff --git a/locale/ca_ES/LC_MESSAGES/django.po b/locale/ca_ES/LC_MESSAGES/django.po new file mode 100644 index 000000000..6f353712e --- /dev/null +++ b/locale/ca_ES/LC_MESSAGES/django.po @@ -0,0 +1,5387 @@ +msgid "" +msgstr "" +"Project-Id-Version: bookwyrm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" +"Last-Translator: Mouse Reeve \n" +"Language-Team: Catalan\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: bookwyrm\n" +"X-Crowdin-Project-ID: 479239\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" +"X-Crowdin-File-ID: 1553\n" + +#: bookwyrm/forms/admin.py:41 +msgid "One Day" +msgstr "Un dia" + +#: bookwyrm/forms/admin.py:42 +msgid "One Week" +msgstr "Una setmana" + +#: bookwyrm/forms/admin.py:43 +msgid "One Month" +msgstr "Un mes" + +#: bookwyrm/forms/admin.py:44 +msgid "Does Not Expire" +msgstr "No caduca" + +#: bookwyrm/forms/admin.py:48 +#, python-brace-format +msgid "{i} uses" +msgstr "{i} usos" + +#: bookwyrm/forms/admin.py:49 +msgid "Unlimited" +msgstr "Il·limitat" + +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La data de finalització de lectura no pot ser anterior a la d'inici." + +#: bookwyrm/forms/forms.py:59 +msgid "Reading stopped date cannot be before start date." +msgstr "La data de finalització de lectura no pot ser anterior a la d'inici." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Ja existeix un usuari amb aquest nom d'usuari" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Ja existeix un usuari amb aquesta adreça electrònica." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Aquest domini ha estat bloquejat. Poseu-vos en contacte amb l'administració d'aquesta instància si creieu que és un error." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Ja s'ha afegit un enllaç a aquest tipus de fitxer per a aquest llibre. Si encara no és visible és que el domini encara està pendent." + +#: bookwyrm/forms/lists.py:26 +msgid "List Order" +msgstr "Ordre del llistat" + +#: bookwyrm/forms/lists.py:27 +msgid "Book Title" +msgstr "Títol del llibre" + +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:156 +#: bookwyrm/templates/shelf/shelf.html:188 +#: bookwyrm/templates/snippets/create_status/review.html:32 +msgid "Rating" +msgstr "Valoració" + +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 +msgid "Sort By" +msgstr "Ordena per" + +#: bookwyrm/forms/lists.py:34 +msgid "Ascending" +msgstr "Ascendent" + +#: bookwyrm/forms/lists.py:35 +msgid "Descending" +msgstr "Descendent" + +#: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 +msgid "Error loading book" +msgstr "Error en carregar el llibre" + +#: bookwyrm/importers/importer.py:154 +msgid "Could not find a match for book" +msgstr "No s'ha trobat el llibre" + +#: bookwyrm/models/announcement.py:11 +msgid "Primary" +msgstr "Principal" + +#: bookwyrm/models/announcement.py:12 +msgid "Success" +msgstr "Completat amb èxit" + +#: bookwyrm/models/announcement.py:13 +#: bookwyrm/templates/settings/invites/manage_invites.html:47 +msgid "Link" +msgstr "Enllaç" + +#: bookwyrm/models/announcement.py:14 +msgid "Warning" +msgstr "Advertència" + +#: bookwyrm/models/announcement.py:15 +msgid "Danger" +msgstr "Alerta" + +#: bookwyrm/models/antispam.py:101 bookwyrm/models/antispam.py:135 +msgid "Automatically generated report" +msgstr "Informe generat automàticament" + +#: bookwyrm/models/base_model.py:18 bookwyrm/models/link.py:72 +#: bookwyrm/templates/import/import_status.html:200 +#: bookwyrm/templates/settings/link_domains/link_domains.html:19 +msgid "Pending" +msgstr "Pendent" + +#: bookwyrm/models/base_model.py:19 +msgid "Self deletion" +msgstr "Auto-eliminació" + +#: bookwyrm/models/base_model.py:20 +msgid "Moderator suspension" +msgstr "Suspensió pel moderador" + +#: bookwyrm/models/base_model.py:21 +msgid "Moderator deletion" +msgstr "Eliminació pel moderador" + +#: bookwyrm/models/base_model.py:22 +msgid "Domain block" +msgstr "Bloqueig de domini" + +#: bookwyrm/models/book.py:262 +msgid "Audiobook" +msgstr "Audiollibre" + +#: bookwyrm/models/book.py:263 +msgid "eBook" +msgstr "Llibre electrònic" + +#: bookwyrm/models/book.py:264 +msgid "Graphic novel" +msgstr "Novel·la gràfica" + +#: bookwyrm/models/book.py:265 +msgid "Hardcover" +msgstr "Tapa dura" + +#: bookwyrm/models/book.py:266 +msgid "Paperback" +msgstr "Edició de butxaca" + +#: bookwyrm/models/federated_server.py:11 +#: bookwyrm/templates/settings/federation/edit_instance.html:55 +#: bookwyrm/templates/settings/federation/instance_list.html:22 +msgid "Federated" +msgstr "Federat" + +#: bookwyrm/models/federated_server.py:12 bookwyrm/models/link.py:71 +#: bookwyrm/templates/settings/federation/edit_instance.html:56 +#: bookwyrm/templates/settings/federation/instance.html:10 +#: bookwyrm/templates/settings/federation/instance_list.html:26 +#: bookwyrm/templates/settings/link_domains/link_domains.html:27 +msgid "Blocked" +msgstr "Blocat" + +#: bookwyrm/models/fields.py:27 +#, python-format +msgid "%(value)s is not a valid remote_id" +msgstr "%(value)s no és una remote_id vàlida" + +#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 +#, python-format +msgid "%(value)s is not a valid username" +msgstr "%(value)s no és un nom d'usuari vàlid" + +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:123 +#: bookwyrm/templates/ostatus/error.html:29 +msgid "username" +msgstr "nom d'usuari" + +#: bookwyrm/models/fields.py:186 +msgid "A user with that username already exists." +msgstr "Ja existeix un usuari amb aquest nom d'usuari" + +#: bookwyrm/models/fields.py:205 +#: bookwyrm/templates/snippets/privacy-icons.html:3 +#: bookwyrm/templates/snippets/privacy-icons.html:4 +#: bookwyrm/templates/snippets/privacy_select.html:11 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:11 +msgid "Public" +msgstr "Públic" + +#: bookwyrm/models/fields.py:206 +#: bookwyrm/templates/snippets/privacy-icons.html:7 +#: bookwyrm/templates/snippets/privacy-icons.html:8 +#: bookwyrm/templates/snippets/privacy_select.html:14 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:14 +msgid "Unlisted" +msgstr "No llistat" + +#: bookwyrm/models/fields.py:207 +#: bookwyrm/templates/snippets/privacy_select.html:17 +#: bookwyrm/templates/user/relationships/followers.html:6 +#: bookwyrm/templates/user/relationships/layout.html:11 +msgid "Followers" +msgstr "Seguidors" + +#: bookwyrm/models/fields.py:208 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 +#: bookwyrm/templates/snippets/privacy-icons.html:15 +#: bookwyrm/templates/snippets/privacy-icons.html:16 +#: bookwyrm/templates/snippets/privacy_select.html:20 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:17 +msgid "Private" +msgstr "Privat" + +#: bookwyrm/models/link.py:51 +msgid "Free" +msgstr "Lliure" + +#: bookwyrm/models/link.py:52 +msgid "Purchasable" +msgstr "A la venda" + +#: bookwyrm/models/link.py:53 +msgid "Available for loan" +msgstr "Disponible per a préstec" + +#: bookwyrm/models/link.py:70 +#: bookwyrm/templates/settings/link_domains/link_domains.html:23 +msgid "Approved" +msgstr "Aprovat" + +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 +msgid "Reviews" +msgstr "Ressenya" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Comentaris" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citacions" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "Tota la resta" + +#: bookwyrm/settings.py:209 +msgid "Home Timeline" +msgstr "Línia de temps Inici" + +#: bookwyrm/settings.py:209 +msgid "Home" +msgstr "Inici" + +#: bookwyrm/settings.py:210 +msgid "Books Timeline" +msgstr "Cronologia dels llibres" + +#: bookwyrm/settings.py:210 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/templates/search/layout.html:42 +#: bookwyrm/templates/user/layout.html:91 +msgid "Books" +msgstr "Llibres" + +#: bookwyrm/settings.py:282 +msgid "English" +msgstr "Anglès (English)" + +#: bookwyrm/settings.py:283 +msgid "Deutsch (German)" +msgstr "Deutsch (Alemany)" + +#: bookwyrm/settings.py:284 +msgid "Español (Spanish)" +msgstr "Español (espanyol)" + +#: bookwyrm/settings.py:285 +msgid "Galego (Galician)" +msgstr "Galego (gallec)" + +#: bookwyrm/settings.py:286 +msgid "Italiano (Italian)" +msgstr "Italiano (italià)" + +#: bookwyrm/settings.py:287 +msgid "Suomi (Finnish)" +msgstr "Suomi (finès)" + +#: bookwyrm/settings.py:288 +msgid "Français (French)" +msgstr "Français (francès)" + +#: bookwyrm/settings.py:289 +msgid "Lietuvių (Lithuanian)" +msgstr "Lietuvių (Lituà)" + +#: bookwyrm/settings.py:290 +msgid "Norsk (Norwegian)" +msgstr "Norsk (noruec)" + +#: bookwyrm/settings.py:291 +msgid "Português do Brasil (Brazilian Portuguese)" +msgstr "Português do Brasil (portuguès del Brasil)" + +#: bookwyrm/settings.py:292 +msgid "Português Europeu (European Portuguese)" +msgstr "Português Europeu (Portuguès europeu)" + +#: bookwyrm/settings.py:293 +msgid "Română (Romanian)" +msgstr "Română (romanès)" + +#: bookwyrm/settings.py:294 +msgid "Svenska (Swedish)" +msgstr "Svenska (suec)" + +#: bookwyrm/settings.py:295 +msgid "简体中文 (Simplified Chinese)" +msgstr "简体中文 (xinès simplificat)" + +#: bookwyrm/settings.py:296 +msgid "繁體中文 (Traditional Chinese)" +msgstr "繁體中文 (xinès tradicional)" + +#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 +msgid "Not Found" +msgstr "No trobat" + +#: bookwyrm/templates/404.html:9 +msgid "The page you requested doesn't seem to exist!" +msgstr "La pàgina que heu sol·licitat no existeix" + +#: bookwyrm/templates/500.html:4 +msgid "Oops!" +msgstr "Vaja!" + +#: bookwyrm/templates/500.html:8 +msgid "Server Error" +msgstr "Error del servidor" + +#: bookwyrm/templates/500.html:9 +msgid "Something went wrong! Sorry about that." +msgstr "Malauradament quelcom ha anat malament." + +#: bookwyrm/templates/about/about.html:9 +#: bookwyrm/templates/about/layout.html:35 +msgid "About" +msgstr "Sobre nosaltres " + +#: bookwyrm/templates/about/about.html:20 +#: bookwyrm/templates/get_started/layout.html:20 +#, python-format +msgid "Welcome to %(site_name)s!" +msgstr "Benvingut a %(site_name)s!" + +#: bookwyrm/templates/about/about.html:24 +#, python-format +msgid "%(site_name)s is part of BookWyrm, a network of independent, self-directed communities for readers. While you can interact seamlessly with users anywhere in the BookWyrm network, this community is unique." +msgstr "%(site_name)s és part de BookWyrm, una xarxa de comunitats independents i autogestionades per a lectors. Tot i que pots interactuar sense problemes amb els usuaris de qualsevol part de la xarxa BookWyrm, aquesta comunitat és única." + +#: bookwyrm/templates/about/about.html:42 +#, python-format +msgid "%(title)s is %(site_name)s's most beloved book, with an average rating of %(rating)s out of 5." +msgstr "%(title)s és el llibre preferit de %(site_name)s, amb una valoració promig de %(rating)s sobre 5." + +#: bookwyrm/templates/about/about.html:61 +#, python-format +msgid "More %(site_name)s users want to read %(title)s than any other book." +msgstr "El llibre que volen llegir la majoria de membres de %(site_name)s és %(title)s." + +#: bookwyrm/templates/about/about.html:80 +#, python-format +msgid "%(title)s has the most divisive ratings of any book on %(site_name)s." +msgstr "%(title)s es el llibre amb valoracions més dispars a %(site_name)s." + +#: bookwyrm/templates/about/about.html:91 +msgid "Track your reading, talk about books, write reviews, and discover what to read next. Always ad-free, anti-corporate, and community-oriented, BookWyrm is human-scale software, designed to stay small and personal. If you have feature requests, bug reports, or grand dreams, reach out and make yourself heard." +msgstr "Feu seguiment de les teves lectures, parla sobre llibres, escriu valoracions i descobriu properes lectures. Bookwyrm és un programari d'escala humana, dissenyat per a ser petit i personal i amb el compromís de no tenir mai publicitat, ser anticorporatiu i orientat a la comunitat. Si teniu suggeriments de característiques noves, informes d'errors o grans projectes, code of conduct, and respond when users report spam and bad behavior." +msgstr "Les persones moderadores i administradores de %(site_name)s mantenen en funcionament aquest lloc, fan complir el codi de conducta i responen els informes de brossa i mal comportament que puguin enviar els usuaris." + +#: bookwyrm/templates/about/about.html:115 +msgid "Moderator" +msgstr "Moderació" + +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/user_menu.html:63 +msgid "Admin" +msgstr "Administració" + +#: bookwyrm/templates/about/about.html:133 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:14 +#: bookwyrm/templates/snippets/status/status_options.html:35 +#: bookwyrm/templates/snippets/user_options.html:14 +msgid "Send direct message" +msgstr "Enviar missatge directe" + +#: bookwyrm/templates/about/conduct.html:4 +#: bookwyrm/templates/about/conduct.html:9 +#: bookwyrm/templates/about/layout.html:41 +msgid "Code of Conduct" +msgstr "Codi de Conducta" + +#: bookwyrm/templates/about/layout.html:11 +msgid "Active users:" +msgstr "Usuaris actius:" + +#: bookwyrm/templates/about/layout.html:15 +msgid "Statuses posted:" +msgstr "Estats publicats:" + +#: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 +msgid "Software version:" +msgstr "Versió de programari:" + +#: bookwyrm/templates/about/layout.html:30 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:182 +#, python-format +msgid "About %(site_name)s" +msgstr "Sobre %(site_name)s" + +#: bookwyrm/templates/about/layout.html:47 +#: bookwyrm/templates/about/privacy.html:4 +#: bookwyrm/templates/about/privacy.html:9 +msgid "Privacy Policy" +msgstr "Política de privacitat" + +#: bookwyrm/templates/annual_summary/layout.html:7 +#: bookwyrm/templates/feed/summary_card.html:8 +#, python-format +msgid "%(year)s in the books" +msgstr "%(year)s en llibres" + +#: bookwyrm/templates/annual_summary/layout.html:43 +#, python-format +msgid "%(year)s in the books" +msgstr "%(year)s en llibres" + +#: bookwyrm/templates/annual_summary/layout.html:47 +#, python-format +msgid "%(display_name)s’s year of reading" +msgstr "L'any de lectura de %(display_name)s" + +#: bookwyrm/templates/annual_summary/layout.html:53 +msgid "Share this page" +msgstr "Comparteix aquesta pàgina" + +#: bookwyrm/templates/annual_summary/layout.html:67 +msgid "Copy address" +msgstr "Copia l'adreça" + +#: bookwyrm/templates/annual_summary/layout.html:68 +#: bookwyrm/templates/lists/list.html:277 +msgid "Copied!" +msgstr "Copiada!" + +#: bookwyrm/templates/annual_summary/layout.html:77 +msgid "Sharing status: public with key" +msgstr "Nivell de compartició: public amb clau" + +#: bookwyrm/templates/annual_summary/layout.html:78 +msgid "The page can be seen by anyone with the complete address." +msgstr "Aquesta pàgina pot ser vista per qualsevol qui tingui l'adreça complerta." + +#: bookwyrm/templates/annual_summary/layout.html:83 +msgid "Make page private" +msgstr "Feu aquesta pàgina privada" + +#: bookwyrm/templates/annual_summary/layout.html:89 +msgid "Sharing status: private" +msgstr "Nivell de compartició: privat" + +#: bookwyrm/templates/annual_summary/layout.html:90 +msgid "The page is private, only you can see it." +msgstr "Aquesta pàgina és privada: només tu pots veure-la." + +#: bookwyrm/templates/annual_summary/layout.html:95 +msgid "Make page public" +msgstr "Feu aquesta pàgina pública" + +#: bookwyrm/templates/annual_summary/layout.html:99 +msgid "When you make your page private, the old key won’t give access to the page anymore. A new key will be created if the page is once again made public." +msgstr "En fer la vostra pàgina privada, la clau anterior deixarà de donarà accès. Caldrà generar una nova clau si mai torneu a fer la pàgina pública." + +#: bookwyrm/templates/annual_summary/layout.html:112 +#, python-format +msgid "Sadly %(display_name)s didn’t finish any books in %(year)s" +msgstr "Malauradament %(display_name)s no ha acabat de llegir cap llibre a %(year)s" + +#: bookwyrm/templates/annual_summary/layout.html:118 +#, python-format +msgid "In %(year)s, %(display_name)s read %(books_total)s book
for a total of %(pages_total)s pages!" +msgid_plural "In %(year)s, %(display_name)s read %(books_total)s books
for a total of %(pages_total)s pages!" +msgstr[0] "El %(year)s %(display_name)s ha llegit %(books_total)s llibre
i un total de %(pages_total)s pàgines!" +msgstr[1] "El %(year)s %(display_name)s ha llegit %(books_total)s llibres
i un total de %(pages_total)s pàgines!" + +#: bookwyrm/templates/annual_summary/layout.html:124 +msgid "That’s great!" +msgstr "Genial!" + +#: bookwyrm/templates/annual_summary/layout.html:127 +#, python-format +msgid "That makes an average of %(pages)s pages per book." +msgstr "Això fa una mitjana de %(pages)s pàgines per llibre." + +#: bookwyrm/templates/annual_summary/layout.html:132 +#, python-format +msgid "(%(no_page_number)s book doesn’t have pages)" +msgid_plural "(%(no_page_number)s books don’t have pages)" +msgstr[0] "(%(no_page_number)s llibre no té pàgines)" +msgstr[1] "(%(no_page_number)s llibres no tenen pàgines)" + +#: bookwyrm/templates/annual_summary/layout.html:148 +msgid "Their shortest read this year…" +msgstr "La seva lectura més breu d'aquest any…" + +#: bookwyrm/templates/annual_summary/layout.html:155 +#: bookwyrm/templates/annual_summary/layout.html:176 +#: bookwyrm/templates/annual_summary/layout.html:245 +#: bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/discover/large-book.html:22 +#: bookwyrm/templates/landing/large-book.html:26 +#: bookwyrm/templates/landing/small-book.html:18 +msgid "by" +msgstr "per" + +#: bookwyrm/templates/annual_summary/layout.html:161 +#: bookwyrm/templates/annual_summary/layout.html:182 +#, python-format +msgid "%(pages)s pages" +msgstr "%(pages)s pàgines" + +#: bookwyrm/templates/annual_summary/layout.html:169 +msgid "…and the longest" +msgstr "… i la més llarga" + +#: bookwyrm/templates/annual_summary/layout.html:200 +#, python-format +msgid "%(display_name)s set a goal of reading %(goal)s book in %(year)s,
and achieved %(goal_percent)s%% of that goal" +msgid_plural "%(display_name)s set a goal of reading %(goal)s books in %(year)s,
and achieved %(goal_percent)s%% of that goal" +msgstr[0] "%(display_name)s havia fixat com a objectiu llegir %(goal)s llibre l'any %(year)s,
i ha assolit llegir %(goal_percent)s%% d'aquell objectiu" +msgstr[1] "%(display_name)s havia fixat com a objectiu llegir %(goal)s llibres l'any %(year)s,
i ha assolit llegir %(goal_percent)s d'aquell objectiu" + +#: bookwyrm/templates/annual_summary/layout.html:209 +msgid "Way to go!" +msgstr "Ben fet!" + +#: bookwyrm/templates/annual_summary/layout.html:224 +#, python-format +msgid "%(display_name)s left %(ratings_total)s rating,
their average rating is %(rating_average)s" +msgid_plural "%(display_name)s left %(ratings_total)s ratings,
their average rating is %(rating_average)s" +msgstr[0] "%(display_name)s ha fet %(ratings_total)s valoració,
la seva valoració mitjana és %(rating_average)s" +msgstr[1] "%(display_name)s ha fet %(ratings_total)s valoracions,
la seva valoració mitjana és %(rating_average)s" + +#: bookwyrm/templates/annual_summary/layout.html:238 +msgid "Their best rated review" +msgstr "Les seves millors valoracions" + +#: bookwyrm/templates/annual_summary/layout.html:251 +#, python-format +msgid "Their rating: %(rating)s" +msgstr "La seva valoració: %(rating)s" + +#: bookwyrm/templates/annual_summary/layout.html:268 +#, python-format +msgid "All the books %(display_name)s read in %(year)s" +msgstr "Tots els llibres de %(display_name)s llegits el %(year)s" + +#: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 +msgid "Edit Author" +msgstr "Editar autoria" + +#: bookwyrm/templates/author/author.html:35 +msgid "Author details" +msgstr "Detalls de l'autoria" + +#: bookwyrm/templates/author/author.html:39 +#: bookwyrm/templates/author/edit_author.html:42 +msgid "Aliases:" +msgstr "Àlies:" + +#: bookwyrm/templates/author/author.html:48 +msgid "Born:" +msgstr "Data de naixement:" + +#: bookwyrm/templates/author/author.html:55 +msgid "Died:" +msgstr "Data de defunció:" + +#: bookwyrm/templates/author/author.html:65 +msgid "External links" +msgstr "Enllaços externs" + +#: bookwyrm/templates/author/author.html:70 +msgid "Wikipedia" +msgstr "Vikipèdia" + +#: bookwyrm/templates/author/author.html:78 +msgid "View ISNI record" +msgstr "Veure el registre ISNI" + +#: bookwyrm/templates/author/author.html:83 +#: bookwyrm/templates/author/sync_modal.html:5 +#: bookwyrm/templates/book/book.html:131 +#: bookwyrm/templates/book/sync_modal.html:5 +msgid "Load data" +msgstr "Carregueu dades" + +#: bookwyrm/templates/author/author.html:87 +#: bookwyrm/templates/book/book.html:135 +msgid "View on OpenLibrary" +msgstr "Veure a OpenLibrary" + +#: bookwyrm/templates/author/author.html:102 +#: bookwyrm/templates/book/book.html:149 +msgid "View on Inventaire" +msgstr "Veure a Inventaire" + +#: bookwyrm/templates/author/author.html:118 +msgid "View on LibraryThing" +msgstr "Veure a LibraryThing" + +#: bookwyrm/templates/author/author.html:126 +msgid "View on Goodreads" +msgstr "Veure a Goodreads" + +#: bookwyrm/templates/author/author.html:141 +#, python-format +msgid "Books by %(name)s" +msgstr "Llibres de %(name)s" + +#: bookwyrm/templates/author/edit_author.html:5 +msgid "Edit Author:" +msgstr "Editeu autoria:" + +#: bookwyrm/templates/author/edit_author.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:25 +msgid "Added:" +msgstr "Afegit:" + +#: bookwyrm/templates/author/edit_author.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:28 +msgid "Updated:" +msgstr "Actualitzat:" + +#: bookwyrm/templates/author/edit_author.html:16 +#: bookwyrm/templates/book/edit/edit_book.html:32 +msgid "Last edited by:" +msgstr "Editat per última vegada per:" + +#: bookwyrm/templates/author/edit_author.html:33 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 +msgid "Metadata" +msgstr "Metadades" + +#: bookwyrm/templates/author/edit_author.html:35 +#: bookwyrm/templates/lists/form.html:9 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:14 +#: bookwyrm/templates/shelf/form.html:9 +msgid "Name:" +msgstr "Nom:" + +#: bookwyrm/templates/author/edit_author.html:44 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 +msgid "Separate multiple values with commas." +msgstr "Separeu diversos valors amb comes." + +#: bookwyrm/templates/author/edit_author.html:50 +msgid "Bio:" +msgstr "Biografia:" + +#: bookwyrm/templates/author/edit_author.html:56 +msgid "Wikipedia link:" +msgstr "Enllaç de Viquipèdia:" + +#: bookwyrm/templates/author/edit_author.html:61 +msgid "Birth date:" +msgstr "Data de naixement:" + +#: bookwyrm/templates/author/edit_author.html:68 +msgid "Death date:" +msgstr "Data de defunció:" + +#: bookwyrm/templates/author/edit_author.html:75 +msgid "Author Identifiers" +msgstr "Identificadors de l'autoria" + +#: bookwyrm/templates/author/edit_author.html:77 +msgid "Openlibrary key:" +msgstr "Clau d'OpenLibrary:" + +#: bookwyrm/templates/author/edit_author.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:323 +msgid "Inventaire ID:" +msgstr "ID a l'Inventaire:" + +#: bookwyrm/templates/author/edit_author.html:91 +msgid "Librarything key:" +msgstr "Clau de Librarything:" + +#: bookwyrm/templates/author/edit_author.html:98 +msgid "Goodreads key:" +msgstr "Identificador a Goodreads:" + +#: bookwyrm/templates/author/edit_author.html:105 +msgid "ISNI:" +msgstr "ISNI:" + +#: bookwyrm/templates/author/edit_author.html:115 +#: bookwyrm/templates/book/book.html:202 +#: bookwyrm/templates/book/edit/edit_book.html:135 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 +#: bookwyrm/templates/book/file_links/edit_links.html:86 +#: bookwyrm/templates/groups/form.html:32 +#: bookwyrm/templates/lists/bookmark_button.html:15 +#: bookwyrm/templates/lists/edit_item_form.html:15 +#: bookwyrm/templates/lists/form.html:130 +#: bookwyrm/templates/preferences/edit_user.html:136 +#: bookwyrm/templates/readthrough/readthrough_modal.html:81 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:120 +#: bookwyrm/templates/settings/federation/edit_instance.html:98 +#: bookwyrm/templates/settings/federation/instance.html:105 +#: bookwyrm/templates/settings/site.html:181 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:69 +#: bookwyrm/templates/shelf/form.html:25 +#: bookwyrm/templates/snippets/reading_modals/layout.html:18 +msgid "Save" +msgstr "Desa" + +#: bookwyrm/templates/author/edit_author.html:116 +#: bookwyrm/templates/author/sync_modal.html:23 +#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/cover_add_modal.html:33 +#: bookwyrm/templates/book/edit/edit_book.html:137 +#: bookwyrm/templates/book/edit/edit_book.html:140 +#: bookwyrm/templates/book/file_links/add_link_modal.html:59 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/sync_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 +#: bookwyrm/templates/readthrough/readthrough_modal.html:80 +#: bookwyrm/templates/search/barcode_modal.html:45 +#: bookwyrm/templates/settings/federation/instance.html:106 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 +#: bookwyrm/templates/snippets/report_modal.html:52 +msgid "Cancel" +msgstr "Cancel·la" + +#: bookwyrm/templates/author/sync_modal.html:15 +#, python-format +msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." +msgstr "La càrrega de les dades es connectarà a %(source_name)s i comprovarà si hi ha metadades sobre aquest autor que no estan aquí. Les metadades existents no seran sobreescrites." + +#: bookwyrm/templates/author/sync_modal.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:122 +#: bookwyrm/templates/book/sync_modal.html:24 +#: bookwyrm/templates/groups/members.html:29 +#: bookwyrm/templates/landing/password_reset.html:42 +#: bookwyrm/templates/snippets/remove_from_group_button.html:17 +msgid "Confirm" +msgstr "Confirmeu" + +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "No ha estat possible connectar a la font externa." + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 +msgid "Edit Book" +msgstr "Edita el llibre" + +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 +msgid "Click to add cover" +msgstr "Fes clic per afegir una coberta" + +#: bookwyrm/templates/book/book.html:97 +msgid "Failed to load cover" +msgstr "No sh'a pogut carregar la coberta" + +#: bookwyrm/templates/book/book.html:108 +msgid "Click to enlarge" +msgstr "Feu clic per ampliar" + +#: bookwyrm/templates/book/book.html:179 +#, python-format +msgid "(%(review_count)s review)" +msgid_plural "(%(review_count)s reviews)" +msgstr[0] "(%(review_count)s ressenya)" +msgstr[1] "(%(review_count)s ressenyes)" + +#: bookwyrm/templates/book/book.html:191 +msgid "Add Description" +msgstr "Afegiu una descripció" + +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 +#: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 +msgid "Description:" +msgstr "Descripció:" + +#: bookwyrm/templates/book/book.html:214 +#, python-format +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "%(count)s edició" +msgstr[1] "%(count)s edicions" + +#: bookwyrm/templates/book/book.html:228 +msgid "You have shelved this edition in:" +msgstr "Has deixat aquesta edició a:" + +#: bookwyrm/templates/book/book.html:243 +#, python-format +msgid "A different edition of this book is on your %(shelf_name)s shelf." +msgstr "Una edició diferent d'aquest llibre és al teu %(shelf_name)s prestatge." + +#: bookwyrm/templates/book/book.html:254 +msgid "Your reading activity" +msgstr "Les vostres lectures" + +#: bookwyrm/templates/book/book.html:260 +msgid "Add read dates" +msgstr "Afegiu dates de lectura" + +#: bookwyrm/templates/book/book.html:268 +msgid "You don't have any reading activity for this book." +msgstr "No tens cap activitat de lectura per aquest llibre." + +#: bookwyrm/templates/book/book.html:294 +msgid "Your reviews" +msgstr "Les vostres ressenyes" + +#: bookwyrm/templates/book/book.html:300 +msgid "Your comments" +msgstr "El vostres comentaris" + +#: bookwyrm/templates/book/book.html:306 +msgid "Your quotes" +msgstr "Les teves cites" + +#: bookwyrm/templates/book/book.html:342 +msgid "Subjects" +msgstr "Temes" + +#: bookwyrm/templates/book/book.html:354 +msgid "Places" +msgstr "Llocs" + +#: bookwyrm/templates/book/book.html:365 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 +#: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 +#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 +#: bookwyrm/templates/search/layout.html:25 +#: bookwyrm/templates/search/layout.html:50 +#: bookwyrm/templates/user/layout.html:85 +msgid "Lists" +msgstr "Llistes" + +#: bookwyrm/templates/book/book.html:377 +msgid "Add to list" +msgstr "Afegiu a la llista" + +#: bookwyrm/templates/book/book.html:387 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/list.html:255 +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 +msgid "Add" +msgstr "Afegiu" + +#: bookwyrm/templates/book/book_identifiers.html:8 +msgid "ISBN:" +msgstr "ISBN:" + +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:332 +msgid "OCLC Number:" +msgstr "Nombre OCLC:" + +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:341 +msgid "ASIN:" +msgstr "ASIN:" + +#: bookwyrm/templates/book/cover_add_modal.html:5 +msgid "Add cover" +msgstr "Afegiu una portada" + +#: bookwyrm/templates/book/cover_add_modal.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:233 +msgid "Upload cover:" +msgstr "Carregueu una portada:" + +#: bookwyrm/templates/book/cover_add_modal.html:23 +#: bookwyrm/templates/book/edit/edit_book_form.html:239 +msgid "Load cover from url:" +msgstr "Carregueu portada desde una url:" + +#: bookwyrm/templates/book/cover_show_modal.html:6 +msgid "Book cover preview" +msgstr "Previsualització de la portada" + +#: bookwyrm/templates/book/cover_show_modal.html:11 +#: bookwyrm/templates/components/inline_form.html:8 +#: bookwyrm/templates/components/modal.html:13 +#: bookwyrm/templates/components/modal.html:30 +#: bookwyrm/templates/feed/suggested_books.html:67 +#: bookwyrm/templates/get_started/layout.html:25 +#: bookwyrm/templates/get_started/layout.html:58 +msgid "Close" +msgstr "Tanca" + +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 +#, python-format +msgid "Edit \"%(book_title)s\"" +msgstr "Editeu \"%(book_title)s\"" + +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 +msgid "Add Book" +msgstr "Afegiu llibres" + +#: bookwyrm/templates/book/edit/edit_book.html:62 +msgid "Confirm Book Info" +msgstr "Confirmeu la informació del llibre" + +#: bookwyrm/templates/book/edit/edit_book.html:70 +#, python-format +msgid "Is \"%(name)s\" one of these authors?" +msgstr "És \"%(name)s\" un/a d'aquest autors/es?" + +#: bookwyrm/templates/book/edit/edit_book.html:81 +#: bookwyrm/templates/book/edit/edit_book.html:83 +msgid "Author of " +msgstr "Autor/a de " + +#: bookwyrm/templates/book/edit/edit_book.html:83 +msgid "Find more information at isni.org" +msgstr "Més informació a isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:93 +msgid "This is a new author" +msgstr "Es tracta d'un nou autor" + +#: bookwyrm/templates/book/edit/edit_book.html:100 +#, python-format +msgid "Creating a new author: %(name)s" +msgstr "Creando un autor nuevo: %(name)s" + +#: bookwyrm/templates/book/edit/edit_book.html:107 +msgid "Is this an edition of an existing work?" +msgstr "Es tracta d'una edició d'una obra ja existent?" + +#: bookwyrm/templates/book/edit/edit_book.html:115 +msgid "This is a new work" +msgstr "Es tracta d'una publicació nova" + +#: bookwyrm/templates/book/edit/edit_book.html:124 +#: bookwyrm/templates/feed/status.html:21 +msgid "Back" +msgstr "Enrere" + +#: bookwyrm/templates/book/edit/edit_book_form.html:24 +#: bookwyrm/templates/snippets/create_status/review.html:15 +msgid "Title:" +msgstr "Títol:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:33 +msgid "Subtitle:" +msgstr "Subtítol:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:53 +msgid "Series:" +msgstr "Sèrie:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:63 +msgid "Series number:" +msgstr "Nombre de la sèrie:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +msgid "Languages:" +msgstr "Idiomes:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:86 +msgid "Subjects:" +msgstr "Temes:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:90 +msgid "Add subject" +msgstr "Afegiu un tema" + +#: bookwyrm/templates/book/edit/edit_book_form.html:108 +msgid "Remove subject" +msgstr "Elimineu un tema" + +#: bookwyrm/templates/book/edit/edit_book_form.html:131 +msgid "Add Another Subject" +msgstr "Afegiu un altre tema" + +#: bookwyrm/templates/book/edit/edit_book_form.html:139 +msgid "Publication" +msgstr "Publicació" + +#: bookwyrm/templates/book/edit/edit_book_form.html:144 +msgid "Publisher:" +msgstr "Editorial:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:156 +msgid "First published date:" +msgstr "Data de publicació per primera vegada:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:164 +msgid "Published date:" +msgstr "Data de publicació:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:175 +msgid "Authors" +msgstr "Autoria" + +#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#, python-format +msgid "Remove %(name)s" +msgstr "Elimineu %(name)s" + +#: bookwyrm/templates/book/edit/edit_book_form.html:189 +#, python-format +msgid "Author page for %(name)s" +msgstr "Pàgina de l'autor de %(name)s" + +#: bookwyrm/templates/book/edit/edit_book_form.html:197 +msgid "Add Authors:" +msgstr "Afegiu autoria:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:203 +msgid "Add Author" +msgstr "Afegiu autoria" + +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: bookwyrm/templates/book/edit/edit_book_form.html:210 +msgid "Add Another Author" +msgstr "Afegiu un altre autor" + +#: bookwyrm/templates/book/edit/edit_book_form.html:220 +#: bookwyrm/templates/shelf/shelf.html:147 +msgid "Cover" +msgstr "Coberta" + +#: bookwyrm/templates/book/edit/edit_book_form.html:252 +msgid "Physical Properties" +msgstr "Propietats físiques" + +#: bookwyrm/templates/book/edit/edit_book_form.html:259 +#: bookwyrm/templates/book/editions/format_filter.html:6 +msgid "Format:" +msgstr "Format:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:269 +msgid "Format details:" +msgstr "Detalls del format:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:280 +msgid "Pages:" +msgstr "Pàgines:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:291 +msgid "Book Identifiers" +msgstr "Identificadors del llibre" + +#: bookwyrm/templates/book/edit/edit_book_form.html:296 +msgid "ISBN 13:" +msgstr "ISBN 13:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:305 +msgid "ISBN 10:" +msgstr "ISBN 10:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:314 +msgid "Openlibrary ID:" +msgstr "ID OpenLibrary:" + +#: bookwyrm/templates/book/editions/editions.html:4 +#, python-format +msgid "Editions of %(book_title)s" +msgstr "Edicions de %(book_title)s" + +#: bookwyrm/templates/book/editions/editions.html:8 +#, python-format +msgid "Editions of \"%(work_title)s\"" +msgstr "Edicions de \"%(work_title)s\"" + +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "No trobes l'edició que estàs buscant?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Afegiu una altra edició" + +#: bookwyrm/templates/book/editions/format_filter.html:9 +#: bookwyrm/templates/book/editions/language_filter.html:9 +msgid "Any" +msgstr "Qualsevol" + +#: bookwyrm/templates/book/editions/language_filter.html:6 +#: bookwyrm/templates/preferences/edit_user.html:95 +msgid "Language:" +msgstr "Idioma:" + +#: bookwyrm/templates/book/editions/search_filter.html:6 +msgid "Search editions" +msgstr "Cerqueu edicions" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:6 +msgid "Add file link" +msgstr "Afegiu un enllaç al fitxer" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:19 +msgid "Links from unknown domains will need to be approved by a moderator before they are added." +msgstr "Els enllaços provinents de dominis desconeguts no s'afegiran fins que siguin aprovats per la moderació." + +#: bookwyrm/templates/book/file_links/add_link_modal.html:24 +msgid "URL:" +msgstr "URL:" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:29 +msgid "File type:" +msgstr "Tipus de fitxer:" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:48 +msgid "Availability:" +msgstr "Disponibilitat:" + +#: bookwyrm/templates/book/file_links/edit_links.html:5 +#: bookwyrm/templates/book/file_links/edit_links.html:21 +#: bookwyrm/templates/book/file_links/links.html:53 +msgid "Edit links" +msgstr "Edita l'enllaç" + +#: bookwyrm/templates/book/file_links/edit_links.html:11 +#, python-format +msgid "Links for \"%(title)s\"" +msgstr "Enllaços per \"%(title)s\"" + +#: bookwyrm/templates/book/file_links/edit_links.html:32 +#: bookwyrm/templates/settings/link_domains/link_table.html:6 +msgid "URL" +msgstr "URL" + +#: bookwyrm/templates/book/file_links/edit_links.html:33 +#: bookwyrm/templates/settings/link_domains/link_table.html:7 +msgid "Added by" +msgstr "Afegit per" + +#: bookwyrm/templates/book/file_links/edit_links.html:34 +#: bookwyrm/templates/settings/link_domains/link_table.html:8 +msgid "Filetype" +msgstr "Tipus d'arxiu" + +#: bookwyrm/templates/book/file_links/edit_links.html:35 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 +#: bookwyrm/templates/settings/reports/report_links_table.html:5 +msgid "Domain" +msgstr "Domini" + +#: bookwyrm/templates/book/file_links/edit_links.html:36 +#: bookwyrm/templates/import/import_status.html:127 +#: bookwyrm/templates/settings/announcements/announcements.html:37 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/status_filter.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:56 +#: bookwyrm/templates/settings/users/user_info.html:24 +msgid "Status" +msgstr "Estat" + +#: bookwyrm/templates/book/file_links/edit_links.html:37 +#: bookwyrm/templates/settings/announcements/announcements.html:41 +#: bookwyrm/templates/settings/federation/instance.html:112 +#: bookwyrm/templates/settings/reports/report_links_table.html:6 +#: bookwyrm/templates/settings/themes.html:100 +msgid "Actions" +msgstr "Accions" + +#: bookwyrm/templates/book/file_links/edit_links.html:48 +#: bookwyrm/templates/settings/link_domains/link_table.html:21 +msgid "Unknown user" +msgstr "Usuari desconegut" + +#: bookwyrm/templates/book/file_links/edit_links.html:57 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 +msgid "Report spam" +msgstr "Marqueu com a brossa" + +#: bookwyrm/templates/book/file_links/edit_links.html:101 +msgid "No links available for this book." +msgstr "No hi ha enllaços disponibles per aquest llibre." + +#: bookwyrm/templates/book/file_links/edit_links.html:112 +#: bookwyrm/templates/book/file_links/links.html:18 +msgid "Add link to file" +msgstr "Afegiu enllaç a fitxer" + +#: bookwyrm/templates/book/file_links/file_link_page.html:6 +msgid "File Links" +msgstr "Enllaços a fitxers" + +#: bookwyrm/templates/book/file_links/links.html:9 +msgid "Get a copy" +msgstr "Obtingeu una còpia" + +#: bookwyrm/templates/book/file_links/links.html:47 +msgid "No links available" +msgstr "No hi ha enllaços disponibles" + +#: bookwyrm/templates/book/file_links/verification_modal.html:5 +msgid "Leaving BookWyrm" +msgstr "Sortint de BookWyrm" + +#: bookwyrm/templates/book/file_links/verification_modal.html:11 +#, python-format +msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" +msgstr "Aquest enllaç et portarà a: %(link_url)s.
És aquí on voleu anar?" + +#: bookwyrm/templates/book/file_links/verification_modal.html:26 +#: bookwyrm/templates/setup/config.html:139 +msgid "Continue" +msgstr "Continueu" + +#: bookwyrm/templates/book/publisher_info.html:23 +#, python-format +msgid "%(format)s, %(pages)s pages" +msgstr "%(format)s, %(pages)s pàgines" + +#: bookwyrm/templates/book/publisher_info.html:25 +#, python-format +msgid "%(pages)s pages" +msgstr "%(pages)s pàgines" + +#: bookwyrm/templates/book/publisher_info.html:38 +#, python-format +msgid "%(languages)s language" +msgstr "%(languages)s idioma" + +#: bookwyrm/templates/book/publisher_info.html:65 +#, python-format +msgid "Published %(date)s by %(publisher)s." +msgstr "Publicat el %(date)s per %(publisher)s." + +#: bookwyrm/templates/book/publisher_info.html:67 +#, python-format +msgid "Published %(date)s" +msgstr "Publicat el %(date)s" + +#: bookwyrm/templates/book/publisher_info.html:69 +#, python-format +msgid "Published by %(publisher)s." +msgstr "Publicat per %(publisher)s." + +#: bookwyrm/templates/book/rating.html:13 +msgid "rated it" +msgstr "el va valorar amb" + +#: bookwyrm/templates/book/sync_modal.html:15 +#, python-format +msgid "Loading data will connect to %(source_name)s and check for any metadata about this book which aren't present here. Existing metadata will not be overwritten." +msgstr "La càrrega de les dades es connectarà a %(source_name)s i comprovarà si hi ha metadades sobre aquest llibre que no estan aquí. Les metadades existents no seran sobreescrites." + +#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 +msgid "Edit status" +msgstr "Edita l'estat" + +#: bookwyrm/templates/confirm_email/confirm_email.html:4 +msgid "Confirm email" +msgstr "Confirmeu el correu electrònic" + +#: bookwyrm/templates/confirm_email/confirm_email.html:7 +msgid "Confirm your email address" +msgstr "Confirmeu la teva adreça de correu electrònic" + +#: bookwyrm/templates/confirm_email/confirm_email.html:13 +msgid "A confirmation code has been sent to the email address you used to register your account." +msgstr "Un codi de confirmació ha estat enviat al correu electrònic que vas utilitzar per registrar el teu compte." + +#: bookwyrm/templates/confirm_email/confirm_email.html:15 +msgid "Sorry! We couldn't find that code." +msgstr "Perdona'ns! No hem pogut trobar aquest codi." + +#: bookwyrm/templates/confirm_email/confirm_email.html:19 +#: bookwyrm/templates/settings/users/user_info.html:92 +msgid "Confirmation code:" +msgstr "Codi de confirmació:" + +#: bookwyrm/templates/confirm_email/confirm_email.html:25 +#: bookwyrm/templates/landing/layout.html:81 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/snippets/report_modal.html:53 +msgid "Submit" +msgstr "Envieu" + +#: bookwyrm/templates/confirm_email/confirm_email.html:38 +msgid "Can't find your code?" +msgstr "No podeu trobar el vostre codi?" + +#: bookwyrm/templates/confirm_email/resend.html:5 +#: bookwyrm/templates/confirm_email/resend_modal.html:5 +msgid "Resend confirmation link" +msgstr "Reenvia l'enllaç de confirmació" + +#: bookwyrm/templates/confirm_email/resend_modal.html:15 +#: bookwyrm/templates/landing/layout.html:68 +#: bookwyrm/templates/landing/password_reset_request.html:24 +#: bookwyrm/templates/preferences/edit_user.html:53 +#: bookwyrm/templates/snippets/register_form.html:27 +msgid "Email address:" +msgstr "Adreça de correu electrònic:" + +#: bookwyrm/templates/confirm_email/resend_modal.html:30 +msgid "Resend link" +msgstr "Reenvia l'enllaç" + +#: bookwyrm/templates/directory/community_filter.html:5 +msgid "Community" +msgstr "Comunitat" + +#: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 +msgid "Local users" +msgstr "Usuaris locals" + +#: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:33 +msgid "Federated community" +msgstr "Comunitat federada" + +#: bookwyrm/templates/directory/directory.html:4 +#: bookwyrm/templates/directory/directory.html:9 +#: bookwyrm/templates/user_menu.html:30 +msgid "Directory" +msgstr "Directori" + +#: bookwyrm/templates/directory/directory.html:17 +msgid "Make your profile discoverable to other BookWyrm users." +msgstr "Feu que el vostre perfil sigui reconeixible per altres usuaris de BookWyrm." + +#: bookwyrm/templates/directory/directory.html:21 +msgid "Join Directory" +msgstr "Afegiu-vos al directori" + +#: bookwyrm/templates/directory/directory.html:24 +#, python-format +msgid "You can opt-out at any time in your profile settings." +msgstr "Podeu dir que no en qualsevol moment al vostre perfil d'usuari" + +#: bookwyrm/templates/directory/directory.html:29 +#: bookwyrm/templates/directory/directory.html:31 +#: bookwyrm/templates/feed/goal_card.html:17 +#: bookwyrm/templates/feed/summary_card.html:12 +#: bookwyrm/templates/feed/summary_card.html:14 +#: bookwyrm/templates/snippets/announcement.html:31 +msgid "Dismiss message" +msgstr "Descarteu el missatge" + +#: bookwyrm/templates/directory/sort_filter.html:5 +msgid "Order by" +msgstr "Ordeneu per" + +#: bookwyrm/templates/directory/sort_filter.html:9 +msgid "Recently active" +msgstr "Actiu recentment" + +#: bookwyrm/templates/directory/sort_filter.html:10 +msgid "Suggested" +msgstr "Suggerit" + +#: bookwyrm/templates/directory/user_card.html:17 +#: bookwyrm/templates/directory/user_card.html:18 +#: bookwyrm/templates/ostatus/remote_follow.html:21 +#: bookwyrm/templates/ostatus/remote_follow.html:22 +#: bookwyrm/templates/ostatus/subscribe.html:41 +#: bookwyrm/templates/ostatus/subscribe.html:42 +#: bookwyrm/templates/ostatus/success.html:17 +#: bookwyrm/templates/ostatus/success.html:18 +#: bookwyrm/templates/user/user_preview.html:16 +#: bookwyrm/templates/user/user_preview.html:17 +msgid "Locked account" +msgstr "Compte bloquejat" + +#: bookwyrm/templates/directory/user_card.html:40 +msgid "follower you follow" +msgid_plural "followers you follow" +msgstr[0] "seguidor que també segiu" +msgstr[1] "seguidors que també segiu" + +#: bookwyrm/templates/directory/user_card.html:47 +msgid "book on your shelves" +msgid_plural "books on your shelves" +msgstr[0] "llibre als teus prestatges" +msgstr[1] "llibres als teus prestatges" + +#: bookwyrm/templates/directory/user_card.html:55 +msgid "posts" +msgstr "publicacions" + +#: bookwyrm/templates/directory/user_card.html:61 +msgid "last active" +msgstr "actiu per última vegada" + +#: bookwyrm/templates/directory/user_type_filter.html:5 +msgid "User type" +msgstr "Tipus d'usuari" + +#: bookwyrm/templates/directory/user_type_filter.html:8 +msgid "BookWyrm users" +msgstr "Usuaris de BookWyrm" + +#: bookwyrm/templates/directory/user_type_filter.html:12 +msgid "All known users" +msgstr "Tots els usuaris coneguts" + +#: bookwyrm/templates/discover/card-header.html:8 +#, python-format +msgid "%(username)s wants to read %(book_title)s" +msgstr "%(username)s vol llegir %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:13 +#, python-format +msgid "%(username)s finished reading %(book_title)s" +msgstr "%(username)s ha acabat de llegir %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:18 +#, python-format +msgid "%(username)s started reading %(book_title)s" +msgstr "%(username)s ha començat a llegir %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:23 +#, python-format +msgid "%(username)s rated %(book_title)s" +msgstr "%(username)s ha valorat %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:27 +#, python-format +msgid "%(username)s reviewed %(book_title)s" +msgstr "%(username)s ha comentat %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:31 +#, python-format +msgid "%(username)s commented on %(book_title)s" +msgstr "%(username)s ha comentat sobre %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:35 +#, python-format +msgid "%(username)s quoted %(book_title)s" +msgstr "%(username)s ha citat %(book_title)s" + +#: bookwyrm/templates/discover/discover.html:4 +#: bookwyrm/templates/discover/discover.html:10 +#: bookwyrm/templates/layout.html:86 +msgid "Discover" +msgstr "Descobriu" + +#: bookwyrm/templates/discover/discover.html:12 +#, python-format +msgid "See what's new in the local %(site_name)s community" +msgstr "Mira què hi ha de nou a la comunitat local de %(site_name)s" + +#: bookwyrm/templates/discover/large-book.html:52 +#: bookwyrm/templates/discover/small-book.html:36 +msgid "View status" +msgstr "Mostra l'estat" + +#: bookwyrm/templates/email/confirm/html_content.html:6 +#: bookwyrm/templates/email/confirm/text_content.html:4 +#, python-format +msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" +msgstr "Estàs a un pas d'unir-te a %(site_name)s! Si us plau, confirma la teva adreça de correu electrònic mitjançant l'enllaç de sota:" + +#: bookwyrm/templates/email/confirm/html_content.html:11 +msgid "Confirm Email" +msgstr "Confirma el correu electrònic" + +#: bookwyrm/templates/email/confirm/html_content.html:15 +#, python-format +msgid "Or enter the code \"%(confirmation_code)s\" at login." +msgstr "O introdueix el codi \"%(confirmation_code)s\" a l'inici de sessió." + +#: bookwyrm/templates/email/confirm/subject.html:2 +msgid "Please confirm your email" +msgstr "Confirmeu la vostra adreça electrònica" + +#: bookwyrm/templates/email/confirm/text_content.html:10 +#, python-format +msgid "Or enter the code \"%(confirmation_code)s\" at login." +msgstr "O introdueix el codi \"%(confirmation_code)s\" a l'inici de sessió." + +#: bookwyrm/templates/email/html_layout.html:15 +#: bookwyrm/templates/email/text_layout.html:2 +msgid "Hi there," +msgstr "Hola," + +#: bookwyrm/templates/email/html_layout.html:21 +#, python-format +msgid "BookWyrm hosted on %(site_name)s" +msgstr "BookWyrm allotjat a %(site_name)s" + +#: bookwyrm/templates/email/html_layout.html:23 +msgid "Email preference" +msgstr "Preferències de correu electrònic" + +#: bookwyrm/templates/email/invite/html_content.html:6 +#: bookwyrm/templates/email/invite/subject.html:2 +#, python-format +msgid "You're invited to join %(site_name)s!" +msgstr "T'han convidat a unir-te a %(site_name)s!" + +#: bookwyrm/templates/email/invite/html_content.html:9 +msgid "Join Now" +msgstr "Uniu-vos-hi ara" + +#: bookwyrm/templates/email/invite/html_content.html:15 +#, python-format +msgid "Learn more about %(site_name)s." +msgstr "Més informació sobre %(site_name)s." + +#: bookwyrm/templates/email/invite/text_content.html:4 +#, python-format +msgid "You're invited to join %(site_name)s! Click the link below to create an account." +msgstr "Estàs convidat a unir-te a %(site_name)s! Clica a l'enllaç de sota per crear un compte." + +#: bookwyrm/templates/email/invite/text_content.html:8 +#, python-format +msgid "Learn more about %(site_name)s:" +msgstr "Més informació sobre %(site_name)s:" + +#: bookwyrm/templates/email/moderation_report/html_content.html:8 +#: bookwyrm/templates/email/moderation_report/text_content.html:6 +#, python-format +msgid "@%(reporter)s has flagged a link domain for moderation." +msgstr "@%(reporter)s ha marcat l'enllaç per revisar." + +#: bookwyrm/templates/email/moderation_report/html_content.html:14 +#: bookwyrm/templates/email/moderation_report/text_content.html:10 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation." +msgstr "%(reporter)s ha marcat el comportament de %(reportee)s per ser revisat." + +#: bookwyrm/templates/email/moderation_report/html_content.html:21 +#: bookwyrm/templates/email/moderation_report/text_content.html:15 +msgid "View report" +msgstr "Veieu l'informe" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Nou informe de %(site_name)s" + +#: bookwyrm/templates/email/password_reset/html_content.html:6 +#: bookwyrm/templates/email/password_reset/text_content.html:4 +#, python-format +msgid "You requested to reset your %(site_name)s password. Click the link below to set a new password and log in to your account." +msgstr "Has demanat reiniciar la teva contrasenya de %(site_name)s. Clica l'enllaç de sota per establir la nova contrasenya i iniciar sessió al teu compte." + +#: bookwyrm/templates/email/password_reset/html_content.html:9 +#: bookwyrm/templates/landing/password_reset.html:4 +#: bookwyrm/templates/landing/password_reset.html:10 +#: bookwyrm/templates/landing/password_reset_request.html:4 +#: bookwyrm/templates/landing/password_reset_request.html:10 +msgid "Reset Password" +msgstr "Restableix la contrasenya" + +#: bookwyrm/templates/email/password_reset/html_content.html:13 +#: bookwyrm/templates/email/password_reset/text_content.html:8 +msgid "If you didn't request to reset your password, you can ignore this email." +msgstr "Si no has demanat reiniciar la teva contrasenya, pots ignorar aquest correu." + +#: bookwyrm/templates/email/password_reset/subject.html:2 +#, python-format +msgid "Reset your %(site_name)s password" +msgstr "Reinicia el teu password de %(site_name)s " + +#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:40 +#: bookwyrm/templates/setup/layout.html:12 +#, python-format +msgid "%(site_name)s home page" +msgstr "Pàgina principal de %(site_name)s" + +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:186 +msgid "Contact site admin" +msgstr "Contacteu l'administració del lloc" + +#: bookwyrm/templates/embed-layout.html:46 +msgid "Join BookWyrm" +msgstr "Uniu-vos a BookWyrm" + +#: bookwyrm/templates/feed/direct_messages.html:8 +#, python-format +msgid "Direct Messages with %(username)s" +msgstr "Missatges Directes amb %(username)s" + +#: bookwyrm/templates/feed/direct_messages.html:10 +#: bookwyrm/templates/user_menu.html:40 +msgid "Direct Messages" +msgstr "Missatges directes" + +#: bookwyrm/templates/feed/direct_messages.html:13 +msgid "All messages" +msgstr "Tots els missatges" + +#: bookwyrm/templates/feed/direct_messages.html:22 +msgid "You have no messages right now." +msgstr "Actualment no teniu cap missatge." + +#: bookwyrm/templates/feed/feed.html:54 +msgid "There aren't any activities right now! Try following a user to get started" +msgstr "No hi ha cap tipus d'activitat de moment. Proveu de seguir usuaris per a començar a veure la seva activitat" + +#: bookwyrm/templates/feed/feed.html:55 +msgid "Alternatively, you can try enabling more status types" +msgstr "Alternativament, pots intentar habilitar més tipus d'estat" + +#: bookwyrm/templates/feed/goal_card.html:6 +#: bookwyrm/templates/feed/layout.html:15 +#: bookwyrm/templates/user/goal_form.html:6 +#, python-format +msgid "%(year)s Reading Goal" +msgstr "Objectiu de lectura del %(year)s" + +#: bookwyrm/templates/feed/goal_card.html:18 +#, python-format +msgid "You can set or change your reading goal any time from your profile page" +msgstr "Pots establir o canviar el teu objectiu de lectura en qualsevol moment des de la teva pàgina de perfil" + +#: bookwyrm/templates/feed/layout.html:5 +msgid "Updates" +msgstr "Actualitzacions" + +#: bookwyrm/templates/feed/suggested_books.html:6 +#: bookwyrm/templates/user_menu.html:35 +msgid "Your Books" +msgstr "Els teus llibres" + +#: bookwyrm/templates/feed/suggested_books.html:10 +msgid "There are no books here right now! Try searching for a book to get started" +msgstr "Ara mateix no hi ha llibres aquí! Prova de cercar un llibre per començar" + +#: bookwyrm/templates/feed/suggested_books.html:13 +msgid "Do you have book data from another service like GoodReads?" +msgstr "Tens dades de llibres d'altres serveis com GoodReads?" + +#: bookwyrm/templates/feed/suggested_books.html:16 +msgid "Import your reading history" +msgstr "Importeu el vostre historial de lectura" + +#: bookwyrm/templates/feed/suggested_users.html:5 +#: bookwyrm/templates/get_started/users.html:6 +msgid "Who to follow" +msgstr "A qui seguir" + +#: bookwyrm/templates/feed/suggested_users.html:9 +msgid "Don't show suggested users" +msgstr "No mostreu suggerències d'usuaris" + +#: bookwyrm/templates/feed/suggested_users.html:14 +msgid "View directory" +msgstr "Vejeu el directori d'usuaris" + +#: bookwyrm/templates/feed/summary_card.html:21 +msgid "The end of the year is the best moment to take stock of all the books read during the last 12 months. How many pages have you read? Which book is your best-rated of the year? We compiled these stats, and more!" +msgstr "Al final de l'any és el millor moment per fer balanç de tots els llibres llegits durant els darrers 12 mesos. Quantes pàgines has llegit? Quin és el llibre que més has valorat aquest any? Hem recopilat aquestes estadístiques, i més!" + +#: bookwyrm/templates/feed/summary_card.html:26 +#, python-format +msgid "Discover your stats for %(year)s!" +msgstr "Descobreix les teves estadístiques del %(year)s!" + +#: bookwyrm/templates/get_started/book_preview.html:6 +#, python-format +msgid "Have you read %(book_title)s?" +msgstr "Heu llegit %(book_title)s?" + +#: bookwyrm/templates/get_started/book_preview.html:7 +msgid "Add to your books" +msgstr "Afegir als vostres llibres" + +#: bookwyrm/templates/get_started/book_preview.html:10 +#: bookwyrm/templates/shelf/shelf.html:86 bookwyrm/templates/user/user.html:33 +#: bookwyrm/templatetags/shelf_tags.py:48 +msgid "To Read" +msgstr "Pendent de llegir" + +#: bookwyrm/templates/get_started/book_preview.html:11 +#: bookwyrm/templates/shelf/shelf.html:87 bookwyrm/templates/user/user.html:34 +#: bookwyrm/templatetags/shelf_tags.py:50 +msgid "Currently Reading" +msgstr "Lectures actuals" + +#: bookwyrm/templates/get_started/book_preview.html:12 +#: bookwyrm/templates/shelf/shelf.html:88 +#: bookwyrm/templates/snippets/shelf_selector.html:47 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:24 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 +#: bookwyrm/templates/user/user.html:35 bookwyrm/templatetags/shelf_tags.py:52 +msgid "Read" +msgstr "Llegits" + +#: bookwyrm/templates/get_started/book_preview.html:13 +#: bookwyrm/templates/shelf/shelf.html:89 bookwyrm/templates/user/user.html:36 +msgid "Stopped Reading" +msgstr "Deixat de llegir" + +#: bookwyrm/templates/get_started/books.html:6 +msgid "What are you reading?" +msgstr "Què estas llegint?" + +#: bookwyrm/templates/get_started/books.html:9 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:213 +msgid "Search for a book" +msgstr "Cerqueu un llibre" + +#: bookwyrm/templates/get_started/books.html:11 +#, python-format +msgid "No books found for \"%(query)s\"" +msgstr "No s'han trobat llibres per \"%(query)s\"" + +#: bookwyrm/templates/get_started/books.html:11 +#, python-format +msgid "You can add books when you start using %(site_name)s." +msgstr "Podràs afegir llibres quan comencis a usar %(site_name)s." + +#: bookwyrm/templates/get_started/books.html:16 +#: bookwyrm/templates/get_started/books.html:17 +#: bookwyrm/templates/get_started/users.html:18 +#: bookwyrm/templates/get_started/users.html:19 +#: bookwyrm/templates/groups/members.html:15 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:217 +#: bookwyrm/templates/search/layout.html:4 +#: bookwyrm/templates/search/layout.html:9 +msgid "Search" +msgstr "Cerca" + +#: bookwyrm/templates/get_started/books.html:27 +msgid "Suggested Books" +msgstr "Llibres suggerits" + +#: bookwyrm/templates/get_started/books.html:46 +#, python-format +msgid "Popular on %(site_name)s" +msgstr "Popular a %(site_name)s" + +#: bookwyrm/templates/get_started/books.html:58 +#: bookwyrm/templates/lists/list.html:230 +msgid "No books found" +msgstr "No s'ha trobat cap llibre" + +#: bookwyrm/templates/get_started/books.html:63 +#: bookwyrm/templates/get_started/profile.html:64 +msgid "Save & continue" +msgstr "Deseu i continueu" + +#: bookwyrm/templates/get_started/layout.html:5 +#: bookwyrm/templates/landing/layout.html:5 +msgid "Welcome" +msgstr "Us donem la benvinguda" + +#: bookwyrm/templates/get_started/layout.html:22 +msgid "These are some first steps to get you started." +msgstr "Aquests són alguns primers passos per començar." + +#: bookwyrm/templates/get_started/layout.html:36 +#: bookwyrm/templates/get_started/profile.html:6 +msgid "Create your profile" +msgstr "Creeu el vostre perfil" + +#: bookwyrm/templates/get_started/layout.html:40 +msgid "Add books" +msgstr "Afegiu llibres" + +#: bookwyrm/templates/get_started/layout.html:44 +msgid "Find friends" +msgstr "Trobeu amics" + +#: bookwyrm/templates/get_started/layout.html:50 +msgid "Skip this step" +msgstr "Ometeu aquest pas" + +#: bookwyrm/templates/get_started/layout.html:54 +msgid "Finish" +msgstr "Finalitzeu" + +#: bookwyrm/templates/get_started/profile.html:15 +#: bookwyrm/templates/preferences/edit_user.html:41 +msgid "Display name:" +msgstr "Nom per mostrar:" + +#: bookwyrm/templates/get_started/profile.html:29 +#: bookwyrm/templates/preferences/edit_user.html:47 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:49 +msgid "Summary:" +msgstr "Resum:" + +#: bookwyrm/templates/get_started/profile.html:34 +msgid "A little bit about you" +msgstr "Una mica sobre tu" + +#: bookwyrm/templates/get_started/profile.html:43 +#: bookwyrm/templates/preferences/edit_user.html:27 +msgid "Avatar:" +msgstr "Avatar:" + +#: bookwyrm/templates/get_started/profile.html:52 +msgid "Manually approve followers:" +msgstr "Aprova seguidors manualment:" + +#: bookwyrm/templates/get_started/profile.html:58 +msgid "Show this account in suggested users:" +msgstr "Mostra aquest compte a usuaris suggerits:" + +#: bookwyrm/templates/get_started/profile.html:62 +msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." +msgstr "El teu compte apareixerà al directory, i pot ser recomanat a altres usuaris de BookWyrm." + +#: bookwyrm/templates/get_started/users.html:11 +msgid "Search for a user" +msgstr "Cerqueu un usuari" + +#: bookwyrm/templates/get_started/users.html:13 +#, python-format +msgid "No users found for \"%(query)s\"" +msgstr "No s'han trobat usuaris per \"%(query)s\"" + +#: bookwyrm/templates/groups/create_form.html:5 +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" +msgstr "Crea un grup" + +#: bookwyrm/templates/groups/created_text.html:4 +#, python-format +msgid "Managed by %(username)s" +msgstr "Administrat per %(username)s" + +#: bookwyrm/templates/groups/delete_group_modal.html:4 +msgid "Delete this group?" +msgstr "Vols esborrar aquest grup?" + +#: bookwyrm/templates/groups/delete_group_modal.html:7 +#: bookwyrm/templates/lists/delete_list_modal.html:7 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:12 +msgid "This action cannot be un-done" +msgstr "Aquesta acció no es pot desfer" + +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 +#: bookwyrm/templates/settings/announcements/announcement.html:23 +#: bookwyrm/templates/settings/announcements/announcements.html:56 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 +#: bookwyrm/templates/snippets/follow_request_buttons.html:12 +#: bookwyrm/templates/snippets/join_invitation_buttons.html:14 +msgid "Delete" +msgstr "Esborra" + +#: bookwyrm/templates/groups/edit_form.html:5 +msgid "Edit Group" +msgstr "Edita el grup" + +#: bookwyrm/templates/groups/form.html:8 +msgid "Group Name:" +msgstr "Nom del Grup:" + +#: bookwyrm/templates/groups/form.html:12 +msgid "Group Description:" +msgstr "Descripció del Grup:" + +#: bookwyrm/templates/groups/form.html:21 +msgid "Delete group" +msgstr "Elimina el grup" + +#: bookwyrm/templates/groups/group.html:21 +msgid "Members of this group can create group-curated lists." +msgstr "Els membres d'aquest grup poden crear llistes administrades pel grup." + +#: bookwyrm/templates/groups/group.html:26 +#: bookwyrm/templates/lists/create_form.html:5 +#: bookwyrm/templates/lists/lists.html:20 +msgid "Create List" +msgstr "Crea una llista" + +#: bookwyrm/templates/groups/group.html:39 +msgid "This group has no lists" +msgstr "Aquest grup no té llistes" + +#: bookwyrm/templates/groups/layout.html:17 +msgid "Edit group" +msgstr "Edita el grup" + +#: bookwyrm/templates/groups/members.html:11 +msgid "Search to add a user" +msgstr "Cerca per afegir un usuari" + +#: bookwyrm/templates/groups/members.html:32 +msgid "Leave group" +msgstr "Abandona el grup" + +#: bookwyrm/templates/groups/members.html:54 +#: bookwyrm/templates/groups/suggested_users.html:35 +#: bookwyrm/templates/snippets/suggested_users.html:31 +#: bookwyrm/templates/user/user_preview.html:33 +#: bookwyrm/templates/user/user_preview.html:41 +msgid "Follows you" +msgstr "T'està seguint" + +#: bookwyrm/templates/groups/suggested_users.html:7 +msgid "Add new members!" +msgstr "Afegeix nous membres!" + +#: bookwyrm/templates/groups/suggested_users.html:20 +#: bookwyrm/templates/snippets/suggested_users.html:16 +#, python-format +msgid "%(mutuals)s follower you follow" +msgid_plural "%(mutuals)s followers you follow" +msgstr[0] "%(mutuals)s seguidor que segueixes" +msgstr[1] "%(mutuals)s seguidors que segueixes" + +#: bookwyrm/templates/groups/suggested_users.html:27 +#: bookwyrm/templates/snippets/suggested_users.html:23 +#, python-format +msgid "%(shared_books)s book on your shelves" +msgid_plural "%(shared_books)s books on your shelves" +msgstr[0] "%(shared_books)s llibre als teus prestatges" +msgstr[1] "%(shared_books)s llibres als teus prestatges" + +#: bookwyrm/templates/groups/suggested_users.html:43 +#, python-format +msgid "No potential members found for \"%(user_query)s\"" +msgstr "No s'han trobat membres potencials per \"%(user_query)s\"" + +#: bookwyrm/templates/groups/user_groups.html:15 +msgid "Manager" +msgstr "Administrador" + +#: bookwyrm/templates/import/import.html:5 +#: bookwyrm/templates/import/import.html:9 +#: bookwyrm/templates/shelf/shelf.html:64 +msgid "Import Books" +msgstr "Importa Llibres" + +#: bookwyrm/templates/import/import.html:18 +msgid "Data source:" +msgstr "Font de la informació:" + +#: bookwyrm/templates/import/import.html:42 +msgid "You can download your Goodreads data from the Import/Export page of your Goodreads account." +msgstr "Et pots descarregar les teves dades de Goodreads de la pàgina Importa/Exporta del teu compte de Goodreads." + +#: bookwyrm/templates/import/import.html:47 +msgid "Data file:" +msgstr "Arxiu de dades:" + +#: bookwyrm/templates/import/import.html:55 +msgid "Include reviews" +msgstr "Inclou ressenyes" + +#: bookwyrm/templates/import/import.html:60 +msgid "Privacy setting for imported reviews:" +msgstr "Configuració de privacitat per les ressenyes importades:" + +#: bookwyrm/templates/import/import.html:66 +#: bookwyrm/templates/preferences/layout.html:31 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:76 +msgid "Import" +msgstr "Importa" + +#: bookwyrm/templates/import/import.html:71 +msgid "Recent Imports" +msgstr "Importacions recents" + +#: bookwyrm/templates/import/import.html:73 +msgid "No recent imports" +msgstr "No hi ha cap importació recent" + +#: bookwyrm/templates/import/import_status.html:6 +#: bookwyrm/templates/import/import_status.html:15 +#: bookwyrm/templates/import/import_status.html:29 +msgid "Import Status" +msgstr "Importa l'estat" + +#: bookwyrm/templates/import/import_status.html:13 +#: bookwyrm/templates/import/import_status.html:27 +msgid "Retry Status" +msgstr "" + +#: bookwyrm/templates/import/import_status.html:22 +msgid "Imports" +msgstr "Importacions" + +#: bookwyrm/templates/import/import_status.html:39 +msgid "Import started:" +msgstr "S'ha iniciat la importació:" + +#: bookwyrm/templates/import/import_status.html:48 +msgid "In progress" +msgstr "En curs" + +#: bookwyrm/templates/import/import_status.html:50 +msgid "Refresh" +msgstr "Refresca" + +#: bookwyrm/templates/import/import_status.html:71 +#, python-format +msgid "%(display_counter)s item needs manual approval." +msgid_plural "%(display_counter)s items need manual approval." +msgstr[0] "%(display_counter)s element necessita aprovació manual." +msgstr[1] "%(display_counter)s elements necessiten aprovació manual." + +#: bookwyrm/templates/import/import_status.html:76 +#: bookwyrm/templates/import/manual_review.html:8 +msgid "Review items" +msgstr "Revisa els ítems" + +#: bookwyrm/templates/import/import_status.html:82 +#, python-format +msgid "%(display_counter)s item failed to import." +msgid_plural "%(display_counter)s items failed to import." +msgstr[0] "Ha fallat la importació de %(display_counter)s element." +msgstr[1] "Ha fallat la importació de %(display_counter)s elements." + +#: bookwyrm/templates/import/import_status.html:88 +msgid "View and troubleshoot failed items" +msgstr "Visualitza i soluciona els elements fallits" + +#: bookwyrm/templates/import/import_status.html:100 +msgid "Row" +msgstr "Fila" + +#: bookwyrm/templates/import/import_status.html:103 +#: bookwyrm/templates/shelf/shelf.html:148 +#: bookwyrm/templates/shelf/shelf.html:170 +msgid "Title" +msgstr "Títol" + +#: bookwyrm/templates/import/import_status.html:106 +msgid "ISBN" +msgstr "ISBN" + +#: bookwyrm/templates/import/import_status.html:110 +msgid "Openlibrary key" +msgstr "Clau d'OpenLibrary" + +#: bookwyrm/templates/import/import_status.html:114 +#: bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/templates/shelf/shelf.html:173 +msgid "Author" +msgstr "Autor/a" + +#: bookwyrm/templates/import/import_status.html:117 +msgid "Shelf" +msgstr "Prestatge" + +#: bookwyrm/templates/import/import_status.html:120 +#: bookwyrm/templates/import/manual_review.html:13 +#: bookwyrm/templates/snippets/create_status.html:16 +msgid "Review" +msgstr "Ressenya" + +#: bookwyrm/templates/import/import_status.html:124 +#: bookwyrm/templates/settings/link_domains/link_table.html:9 +msgid "Book" +msgstr "Llibre" + +#: bookwyrm/templates/import/import_status.html:135 +msgid "Import preview unavailable." +msgstr "La previsualització de la importació no està disponible." + +#: bookwyrm/templates/import/import_status.html:172 +msgid "View imported review" +msgstr "Veure ressenya importada" + +#: bookwyrm/templates/import/import_status.html:186 +msgid "Imported" +msgstr "Importat" + +#: bookwyrm/templates/import/import_status.html:192 +msgid "Needs manual review" +msgstr "Necessita revisió manual" + +#: bookwyrm/templates/import/import_status.html:205 +msgid "Retry" +msgstr "Reintenta" + +#: bookwyrm/templates/import/import_status.html:223 +msgid "This import is in an old format that is no longer supported. If you would like to troubleshoot missing items from this import, click the button below to update the import format." +msgstr "Aquesta importació està en un format antic que ja no es manté. Si voleu solucionar els elements que falten d'aquesta importació, feu clic a sota per actualitzar el format d'importació." + +#: bookwyrm/templates/import/import_status.html:225 +msgid "Update import" +msgstr "Actualitza la importació" + +#: bookwyrm/templates/import/manual_review.html:5 +#: bookwyrm/templates/import/troubleshoot.html:4 +msgid "Import Troubleshooting" +msgstr "Resolució de problemes de la importació" + +#: bookwyrm/templates/import/manual_review.html:21 +msgid "Approving a suggestion will permanently add the suggested book to your shelves and associate your reading dates, reviews, and ratings with that book." +msgstr "L'aprovació d'un suggeriment afegirà permanentment el llibre suggerit als teus prestatges i associarà les teves dates de lectura, ressenyes i valoracions a aquest llibre." + +#: bookwyrm/templates/import/manual_review.html:58 +#: bookwyrm/templates/lists/curate.html:71 +#: bookwyrm/templates/settings/link_domains/link_domains.html:76 +msgid "Approve" +msgstr "Aprova" + +#: bookwyrm/templates/import/manual_review.html:66 +msgid "Reject" +msgstr "Rebutja" + +#: bookwyrm/templates/import/troubleshoot.html:7 +msgid "Failed items" +msgstr "Elements fallits" + +#: bookwyrm/templates/import/troubleshoot.html:12 +msgid "Troubleshooting" +msgstr "Resolució de problemes" + +#: bookwyrm/templates/import/troubleshoot.html:20 +msgid "Re-trying an import can fix missing items in cases such as:" +msgstr "Reintentar la importació pot arreglar els elements que falten en casos com:" + +#: bookwyrm/templates/import/troubleshoot.html:23 +msgid "The book has been added to the instance since this import" +msgstr "El llibre s'ha afegit a la instància a partir de la importació" + +#: bookwyrm/templates/import/troubleshoot.html:24 +msgid "A transient error or timeout caused the external data source to be unavailable." +msgstr "Un error transitori o un temps d'espera excedit ha causat que la font de dades externa no estigui disponible." + +#: bookwyrm/templates/import/troubleshoot.html:25 +msgid "BookWyrm has been updated since this import with a bug fix" +msgstr "BookWyrm s'ha actualitzat posteriorment a aquesta importació amb una correcció d'errors" + +#: bookwyrm/templates/import/troubleshoot.html:28 +msgid "Contact your admin or open an issue if you are seeing unexpected failed items." +msgstr "Contacteu amb l'administrador o obriu una qüestió si veieu elements fallits inesperats." + +#: bookwyrm/templates/landing/invite.html:4 +#: bookwyrm/templates/landing/invite.html:8 +#: bookwyrm/templates/landing/login.html:48 +msgid "Create an Account" +msgstr "Crea un compte" + +#: bookwyrm/templates/landing/invite.html:21 +msgid "Permission Denied" +msgstr "Permís denegat" + +#: bookwyrm/templates/landing/invite.html:22 +msgid "Sorry! This invite code is no longer valid." +msgstr "Ho sentim! Aquest codi d'invitació ja no és vàlid." + +#: bookwyrm/templates/landing/landing.html:9 +msgid "Recent Books" +msgstr "Llibres recents" + +#: bookwyrm/templates/landing/layout.html:17 +msgid "Decentralized" +msgstr "Descentralitzat" + +#: bookwyrm/templates/landing/layout.html:23 +msgid "Friendly" +msgstr "Amistós" + +#: bookwyrm/templates/landing/layout.html:29 +msgid "Anti-Corporate" +msgstr "Anti-Corporatiu" + +#: bookwyrm/templates/landing/layout.html:46 +#, python-format +msgid "Join %(name)s" +msgstr "Uneix-te a %(name)s" + +#: bookwyrm/templates/landing/layout.html:48 +msgid "Request an Invitation" +msgstr "Demana una invitació" + +#: bookwyrm/templates/landing/layout.html:50 +#, python-format +msgid "%(name)s registration is closed" +msgstr "El registre de %(name)s està tancat" + +#: bookwyrm/templates/landing/layout.html:61 +msgid "Thank you! Your request has been received." +msgstr "Gràcies! Hem rebut la teva petició." + +#: bookwyrm/templates/landing/layout.html:90 +msgid "Your Account" +msgstr "El teu compte" + +#: bookwyrm/templates/landing/login.html:4 +msgid "Login" +msgstr "Inicia la sessió" + +#: bookwyrm/templates/landing/login.html:7 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/ostatus/error.html:37 +msgid "Log in" +msgstr "Inicia la sessió" + +#: bookwyrm/templates/landing/login.html:15 +msgid "Success! Email address confirmed." +msgstr "L'adreça de correu electrònic ha estat confirmada amb èxit!" + +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:122 +#: bookwyrm/templates/ostatus/error.html:28 +#: bookwyrm/templates/snippets/register_form.html:4 +msgid "Username:" +msgstr "Nom d'usuari:" + +#: bookwyrm/templates/landing/login.html:27 +#: bookwyrm/templates/landing/password_reset.html:26 +#: bookwyrm/templates/layout.html:126 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 +msgid "Password:" +msgstr "Contrasenya:" + +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:128 +#: bookwyrm/templates/ostatus/error.html:34 +msgid "Forgot your password?" +msgstr "Has oblidat la teva contrasenya?" + +#: bookwyrm/templates/landing/login.html:61 +msgid "More about this site" +msgstr "Més sobre aquest lloc" + +#: bookwyrm/templates/landing/password_reset.html:34 +#: bookwyrm/templates/preferences/change_password.html:40 +#: bookwyrm/templates/preferences/delete_user.html:20 +msgid "Confirm password:" +msgstr "Confirma la contrasenya:" + +#: bookwyrm/templates/landing/password_reset_request.html:14 +#, python-format +msgid "A password reset link will be sent to %(email)s if there is an account using that email address." +msgstr "S'enviarà un enllaç per restablir la contrasenya a %(email)s si hi ha un compte utilitzant aquesta adreça de correu electrònic." + +#: bookwyrm/templates/landing/password_reset_request.html:20 +msgid "A link to reset your password will be sent to your email address" +msgstr "S'enviarà un enllaç per restablir la contrasenya a la vostra adreça de correu electrònic" + +#: bookwyrm/templates/landing/password_reset_request.html:34 +msgid "Reset password" +msgstr "Restablir contrasenya" + +#: bookwyrm/templates/layout.html:13 +#, python-format +msgid "%(site_name)s search" +msgstr "%(site_name)s cerca" + +#: bookwyrm/templates/layout.html:46 +msgid "Search for a book, user, or list" +msgstr "Cerca un llibre, un usuari o una llista" + +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Escanejeu codi de barres" + +#: bookwyrm/templates/layout.html:72 +msgid "Main navigation menu" +msgstr "Menú principal" + +#: bookwyrm/templates/layout.html:80 +msgid "Feed" +msgstr "Feed" + +#: bookwyrm/templates/layout.html:99 bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 +msgid "Notifications" +msgstr "Notificacions" + +#: bookwyrm/templates/layout.html:127 bookwyrm/templates/ostatus/error.html:33 +msgid "password" +msgstr "contrasenya" + +#: bookwyrm/templates/layout.html:139 +msgid "Join" +msgstr "Uneix-te" + +#: bookwyrm/templates/layout.html:173 +msgid "Successfully posted status" +msgstr "S'ha publicat l'estat amb èxit" + +#: bookwyrm/templates/layout.html:174 +msgid "Error posting status" +msgstr "Hi ha hagut un error mentre es publicava l'estat" + +#: bookwyrm/templates/layout.html:190 +msgid "Documentation" +msgstr "Documentació" + +#: bookwyrm/templates/layout.html:197 +#, python-format +msgid "Support %(site_name)s on %(support_title)s" +msgstr "Dona suport a %(site_name)s a %(support_title)s" + +#: bookwyrm/templates/layout.html:201 +msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." +msgstr "El codi font de BookWyrm està disponible de manera oberta. Pots contribuir o informar de problemes a GitHub." + +#: bookwyrm/templates/lists/add_item_modal.html:8 +#, python-format +msgid "Add \"%(title)s\" to this list" +msgstr "Afegir \"%(title)s\" a aquesta llista" + +#: bookwyrm/templates/lists/add_item_modal.html:12 +#, python-format +msgid "Suggest \"%(title)s\" for this list" +msgstr "Suggerir \"%(title)s\" per aquesta llista" + +#: bookwyrm/templates/lists/add_item_modal.html:41 +#: bookwyrm/templates/lists/list.html:257 +msgid "Suggest" +msgstr "Suggereix" + +#: bookwyrm/templates/lists/bookmark_button.html:30 +msgid "Un-save" +msgstr "Desmarca" + +#: bookwyrm/templates/lists/created_text.html:5 +#, python-format +msgid "Created by %(username)s and managed by %(groupname)s" +msgstr "Creat per %(username)s i administrat per %(groupname)s" + +#: bookwyrm/templates/lists/created_text.html:7 +#, python-format +msgid "Created and curated by %(username)s" +msgstr "Creat i curat per %(username)s" + +#: bookwyrm/templates/lists/created_text.html:9 +#, python-format +msgid "Created by %(username)s" +msgstr "Creat per %(username)s" + +#: bookwyrm/templates/lists/curate.html:12 +msgid "Curate" +msgstr "Administra" + +#: bookwyrm/templates/lists/curate.html:21 +msgid "Pending Books" +msgstr "Llibres pendents" + +#: bookwyrm/templates/lists/curate.html:24 +msgid "You're all set!" +msgstr "Tot a punt!" + +#: bookwyrm/templates/lists/curate.html:45 +#: bookwyrm/templates/lists/list.html:93 +#, python-format +msgid "%(username)s says:" +msgstr "%(username)s diu:" + +#: bookwyrm/templates/lists/curate.html:55 +msgid "Suggested by" +msgstr "Suggerit per" + +#: bookwyrm/templates/lists/curate.html:77 +msgid "Discard" +msgstr "Descarta" + +#: bookwyrm/templates/lists/delete_list_modal.html:4 +msgid "Delete this list?" +msgstr "Suprimir aquesta llista?" + +#: bookwyrm/templates/lists/edit_form.html:5 +#: bookwyrm/templates/lists/layout.html:17 +msgid "Edit List" +msgstr "Edita la llista" + +#: bookwyrm/templates/lists/embed-list.html:8 +#, python-format +msgid "%(list_name)s, a list by %(owner)s" +msgstr "%(list_name)s, una llista de %(owner)s" + +#: bookwyrm/templates/lists/embed-list.html:18 +#, python-format +msgid "on %(site_name)s" +msgstr "a %(site_name)s" + +#: bookwyrm/templates/lists/embed-list.html:27 +#: bookwyrm/templates/lists/list.html:54 +msgid "This list is currently empty" +msgstr "Aquesta llista és buida" + +#: bookwyrm/templates/lists/form.html:19 +msgid "List curation:" +msgstr "Administració de la llista:" + +#: bookwyrm/templates/lists/form.html:31 +msgid "Closed" +msgstr "Tancat" + +#: bookwyrm/templates/lists/form.html:34 +msgid "Only you can add and remove books to this list" +msgstr "Només tu pots afegir o eliminar llibres d'aquesta llista" + +#: bookwyrm/templates/lists/form.html:48 +msgid "Curated" +msgstr "Administrat" + +#: bookwyrm/templates/lists/form.html:51 +msgid "Anyone can suggest books, subject to your approval" +msgstr "Tothom pot suggerir llibres, subjecte a la teva aprovació" + +#: bookwyrm/templates/lists/form.html:65 +msgctxt "curation type" +msgid "Open" +msgstr "Obre" + +#: bookwyrm/templates/lists/form.html:68 +msgid "Anyone can add books to this list" +msgstr "Qualsevol pot afegir llibres a aquesta llista" + +#: bookwyrm/templates/lists/form.html:82 +msgid "Group" +msgstr "Grup" + +#: bookwyrm/templates/lists/form.html:85 +msgid "Group members can add to and remove from this list" +msgstr "Els membres del grup poden afegir i eliminar d'aquesta llista" + +#: bookwyrm/templates/lists/form.html:90 +msgid "Select Group" +msgstr "Selecciona Grup" + +#: bookwyrm/templates/lists/form.html:94 +msgid "Select a group" +msgstr "Selecciona un grup" + +#: bookwyrm/templates/lists/form.html:105 +msgid "You don't have any Groups yet!" +msgstr "Encara no tens cap grup!" + +#: bookwyrm/templates/lists/form.html:107 +msgid "Create a Group" +msgstr "Crea un Grup" + +#: bookwyrm/templates/lists/form.html:121 +msgid "Delete list" +msgstr "Suprimeix la llista" + +#: bookwyrm/templates/lists/item_notes_field.html:7 +#: bookwyrm/templates/settings/federation/edit_instance.html:86 +msgid "Notes:" +msgstr "Notes:" + +#: bookwyrm/templates/lists/item_notes_field.html:19 +msgid "An optional note that will be displayed with the book." +msgstr "Una nota opcional que es mostrarà amb el llibre." + +#: bookwyrm/templates/lists/list.html:37 +msgid "That book is already on this list." +msgstr "Aquest llibre ja és a la llista." + +#: bookwyrm/templates/lists/list.html:45 +msgid "You successfully suggested a book for this list!" +msgstr "Has suggerit un llibre per aquesta llista amb èxit!" + +#: bookwyrm/templates/lists/list.html:47 +msgid "You successfully added a book to this list!" +msgstr "Has afegit un llibre a aquesta llista amb èxit!" + +#: bookwyrm/templates/lists/list.html:104 +msgid "Edit notes" +msgstr "Edita les notes" + +#: bookwyrm/templates/lists/list.html:119 +msgid "Add notes" +msgstr "Afegeix notes" + +#: bookwyrm/templates/lists/list.html:131 +#, python-format +msgid "Added by %(username)s" +msgstr "Afegit per %(username)s" + +#: bookwyrm/templates/lists/list.html:146 +msgid "List position" +msgstr "Posició de la llista" + +#: bookwyrm/templates/lists/list.html:152 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 +msgid "Set" +msgstr "Estableix" + +#: bookwyrm/templates/lists/list.html:167 +#: bookwyrm/templates/snippets/remove_from_group_button.html:20 +msgid "Remove" +msgstr "Suprimeix" + +#: bookwyrm/templates/lists/list.html:181 +#: bookwyrm/templates/lists/list.html:198 +msgid "Sort List" +msgstr "Ordena la llista" + +#: bookwyrm/templates/lists/list.html:191 +msgid "Direction" +msgstr "Direcció" + +#: bookwyrm/templates/lists/list.html:205 +msgid "Add Books" +msgstr "Afegeix llibres" + +#: bookwyrm/templates/lists/list.html:207 +msgid "Suggest Books" +msgstr "Suggereix llibres" + +#: bookwyrm/templates/lists/list.html:218 +msgid "search" +msgstr "cerca" + +#: bookwyrm/templates/lists/list.html:224 +msgid "Clear search" +msgstr "Esborra la cerca" + +#: bookwyrm/templates/lists/list.html:229 +#, python-format +msgid "No books found matching the query \"%(query)s\"" +msgstr "No s'ha trobat cap llibre que coincideixi amb \"%(query)s\"" + +#: bookwyrm/templates/lists/list.html:268 +msgid "Embed this list on a website" +msgstr "Incrusta aquesta llista en una pàgina web" + +#: bookwyrm/templates/lists/list.html:276 +msgid "Copy embed code" +msgstr "Copia el codi d'incrustació" + +#: bookwyrm/templates/lists/list.html:278 +#, python-format +msgid "%(list_name)s, a list by %(owner)s on %(site_name)s" +msgstr "%(list_name)s, una llista de %(owner)s a %(site_name)s" + +#: bookwyrm/templates/lists/list_items.html:15 +msgid "Saved" +msgstr "Desat" + +#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 +msgid "Your Lists" +msgstr "Les teves llistes" + +#: bookwyrm/templates/lists/lists.html:36 +msgid "All Lists" +msgstr "Totes les llistes" + +#: bookwyrm/templates/lists/lists.html:40 +msgid "Saved Lists" +msgstr "Llistes desades" + +#: bookwyrm/templates/notifications/items/accept.html:18 +#, python-format +msgid "%(related_user)s accepted your invitation to join group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/accept.html:26 +#, python-format +msgid "%(related_user)s and %(second_user)s accepted your invitation to join group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/accept.html:36 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others accepted your invitation to join group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/add.html:33 +#, python-format +msgid "%(related_user)s added %(book_title)s to your list \"%(list_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/add.html:39 +#, python-format +msgid "%(related_user)s suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/add.html:47 +#, python-format +msgid "%(related_user)s added %(book_title)s and %(second_book_title)s to your list \"%(list_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/add.html:54 +#, python-format +msgid "%(related_user)s suggested adding %(book_title)s and %(second_book_title)s to your list \"%(list_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/add.html:66 +#, python-format +msgid "%(related_user)s added %(book_title)s, %(second_book_title)s, and %(display_count)s other book to your list \"%(list_name)s\"" +msgid_plural "%(related_user)s added %(book_title)s, %(second_book_title)s, and %(display_count)s other books to your list \"%(list_name)s\"" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/notifications/items/add.html:82 +#, python-format +msgid "%(related_user)s suggested adding %(book_title)s, %(second_book_title)s, and %(display_count)s other book to your list \"%(list_name)s\"" +msgid_plural "%(related_user)s suggested adding %(book_title)s, %(second_book_title)s, and %(display_count)s other books to your list \"%(list_name)s\"" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/notifications/items/boost.html:21 +#, python-format +msgid "%(related_user)s boosted your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:27 +#, python-format +msgid "%(related_user)s and %(second_user)s boosted your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:36 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others boosted your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:44 +#, python-format +msgid "%(related_user)s boosted your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:50 +#, python-format +msgid "%(related_user)s and %(second_user)s boosted your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:59 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others boosted your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:67 +#, python-format +msgid "%(related_user)s boosted your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:73 +#, python-format +msgid "%(related_user)s and %(second_user)s boosted your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:82 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others boosted your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:90 +#, python-format +msgid "%(related_user)s boosted your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:96 +#, python-format +msgid "%(related_user)s and %(second_user)s boosted your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/boost.html:105 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others boosted your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:21 +#, python-format +msgid "%(related_user)s liked your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:27 +#, python-format +msgid "%(related_user)s and %(second_user)s liked your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:36 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others liked your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:44 +#, python-format +msgid "%(related_user)s liked your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:50 +#, python-format +msgid "%(related_user)s and %(second_user)s liked your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:59 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others liked your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:67 +#, python-format +msgid "%(related_user)s liked your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:73 +#, python-format +msgid "%(related_user)s and %(second_user)s liked your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:82 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others liked your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:90 +#, python-format +msgid "%(related_user)s liked your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:96 +#, python-format +msgid "%(related_user)s and %(second_user)s liked your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:105 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others liked your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow.html:16 +#, python-format +msgid "%(related_user)s followed you" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow.html:20 +#, python-format +msgid "%(related_user)s and %(second_user)s followed you" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow.html:25 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others followed you" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow_request.html:15 +#, python-format +msgid "%(related_user)s sent you a follow request" +msgstr "" + +#: bookwyrm/templates/notifications/items/import.html:14 +#, python-format +msgid "Your import completed." +msgstr "" + +#: bookwyrm/templates/notifications/items/invite.html:16 +#, python-format +msgid "%(related_user)s invited you to join the group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/join.html:16 +#, python-format +msgid "has joined your group \"%(group_name)s\"" +msgstr "s'ha unit al teu grup \"%(group_name)s\"" + +#: bookwyrm/templates/notifications/items/leave.html:18 +#, python-format +msgid "%(related_user)s has left your group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/leave.html:26 +#, python-format +msgid "%(related_user)s and %(second_user)s have left your group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/leave.html:36 +#, python-format +msgid "%(related_user)s and %(other_user_display_count)s others have left your group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "%(related_user)s mentioned you in a review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "%(related_user)s mentioned you in a comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "%(related_user)s mentioned you in a quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "%(related_user)s mentioned you in a status" +msgstr "" + +#: bookwyrm/templates/notifications/items/remove.html:17 +#, python-format +msgid "has been removed from your group \"%(group_name)s\"" +msgstr "" + +#: bookwyrm/templates/notifications/items/remove.html:23 +#, python-format +msgid "You have been removed from the \"%(group_name)s\" group" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "%(related_user)s replied to your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "%(related_user)s replied to your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "%(related_user)s replied to your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "%(related_user)s replied to your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/report.html:15 +#, python-format +msgid "A new report needs moderation" +msgid_plural "%(display_count)s new reports need moderation" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/notifications/items/status_preview.html:4 +#: bookwyrm/templates/snippets/status/content_status.html:73 +msgid "Content warning" +msgstr "Avís de contingut" + +#: bookwyrm/templates/notifications/items/update.html:16 +#, python-format +msgid "has changed the privacy level for %(group_name)s" +msgstr "ha canviat el nivell de privacitat de %(group_name)s" + +#: bookwyrm/templates/notifications/items/update.html:20 +#, python-format +msgid "has changed the name of %(group_name)s" +msgstr "ha canviat el nom de %(group_name)s" + +#: bookwyrm/templates/notifications/items/update.html:24 +#, python-format +msgid "has changed the description of %(group_name)s" +msgstr "ha canviat la descripció de %(group_name)s" + +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "Elimina les notificacions" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "Tot" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "Mencions" + +#: bookwyrm/templates/notifications/notifications_page.html:45 +msgid "You're all caught up!" +msgstr "Estàs al dia!" + +#: bookwyrm/templates/ostatus/error.html:7 +#, python-format +msgid "%(account)s is not a valid username" +msgstr "%(account)s no és un nom d'usuari vàlid" + +#: bookwyrm/templates/ostatus/error.html:8 +#: bookwyrm/templates/ostatus/error.html:13 +msgid "Check you have the correct username before trying again" +msgstr "Comprova que sigui el nom d'usuari correcte abans de tornar-ho a intentar" + +#: bookwyrm/templates/ostatus/error.html:12 +#, python-format +msgid "%(account)s could not be found or %(remote_domain)s does not support identity discovery" +msgstr "%(account)s no s'ha trobat o %(remote_domain)s no suporta la descoberta d'identitat" + +#: bookwyrm/templates/ostatus/error.html:17 +#, python-format +msgid "%(account)s was found but %(remote_domain)s does not support 'remote follow'" +msgstr "%(account)s s'ha trobat però %(remote_domain)s no suporta el 'seguiment en remot'" + +#: bookwyrm/templates/ostatus/error.html:18 +#, python-format +msgid "Try searching for %(user)s on %(remote_domain)s instead" +msgstr "Proveu cercar %(user)s a %(remote_domain)s" + +#: bookwyrm/templates/ostatus/error.html:46 +#, python-format +msgid "Something went wrong trying to follow %(account)s" +msgstr "Alguna cosa ha anat malament a l'intentar seguir %(account)s" + +#: bookwyrm/templates/ostatus/error.html:47 +msgid "Check you have the correct username before trying again." +msgstr "Comprova que sigui el nom d'usuari correcte abans de tornar-ho a intentar." + +#: bookwyrm/templates/ostatus/error.html:51 +#, python-format +msgid "You have blocked %(account)s" +msgstr "Has bloquejat %(account)s" + +#: bookwyrm/templates/ostatus/error.html:55 +#, python-format +msgid "%(account)s has blocked you" +msgstr "%(account)s t'ha bloquejat" + +#: bookwyrm/templates/ostatus/error.html:59 +#, python-format +msgid "You are already following %(account)s" +msgstr "Ja estàs seguint a %(account)s" + +#: bookwyrm/templates/ostatus/error.html:63 +#, python-format +msgid "You have already requested to follow %(account)s" +msgstr "Ja heu sol·licitat seguir a %(account)s" + +#: bookwyrm/templates/ostatus/remote_follow.html:6 +#, python-format +msgid "Follow %(username)s on the fediverse" +msgstr "Segueix %(username)s al fedivers" + +#: bookwyrm/templates/ostatus/remote_follow.html:33 +#, python-format +msgid "Follow %(username)s from another Fediverse account like BookWyrm, Mastodon, or Pleroma." +msgstr "Segueix %(username)s des d'un altre compte del Fedivers com per exemple BookWyrm, Mastodon, o Pleroma." + +#: bookwyrm/templates/ostatus/remote_follow.html:40 +msgid "User handle to follow from:" +msgstr "Nom d'usuari des del qual seguir:" + +#: bookwyrm/templates/ostatus/remote_follow.html:42 +msgid "Follow!" +msgstr "Segueix!" + +#: bookwyrm/templates/ostatus/remote_follow_button.html:8 +msgid "Follow on Fediverse" +msgstr "Segueix al Fedivers" + +#: bookwyrm/templates/ostatus/remote_follow_button.html:12 +msgid "This link opens in a pop-up window" +msgstr "Aquest enllaç s'obre en una finestra emergent" + +#: bookwyrm/templates/ostatus/subscribe.html:8 +#, python-format +msgid "Log in to %(sitename)s" +msgstr "Inicia sessió a %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:10 +#, python-format +msgid "Error following from %(sitename)s" +msgstr "S'ha produït un error al seguir des de %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:12 +#: bookwyrm/templates/ostatus/subscribe.html:22 +#, python-format +msgid "Follow from %(sitename)s" +msgstr "Segueix des de %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:18 +msgid "Uh oh..." +msgstr "Uh oh..." + +#: bookwyrm/templates/ostatus/subscribe.html:20 +msgid "Let's log in first..." +msgstr "Primer inicieu sessió..." + +#: bookwyrm/templates/ostatus/subscribe.html:51 +#, python-format +msgid "Follow %(username)s" +msgstr "Segueix %(username)s" + +#: bookwyrm/templates/ostatus/success.html:28 +#, python-format +msgid "You are now following %(display_name)s!" +msgstr "Ara segueixes a %(display_name)s!" + +#: bookwyrm/templates/preferences/blocks.html:4 +#: bookwyrm/templates/preferences/blocks.html:7 +#: bookwyrm/templates/preferences/layout.html:42 +msgid "Blocked Users" +msgstr "Usuaris bloquejats" + +#: bookwyrm/templates/preferences/blocks.html:12 +msgid "No users currently blocked." +msgstr "Actualment no hi ha usuaris bloquejats." + +#: bookwyrm/templates/preferences/change_password.html:4 +#: bookwyrm/templates/preferences/change_password.html:7 +#: bookwyrm/templates/preferences/change_password.html:52 +#: bookwyrm/templates/preferences/layout.html:20 +msgid "Change Password" +msgstr "Canvia la contrasenya" + +#: bookwyrm/templates/preferences/change_password.html:15 +msgid "Successfully changed password" +msgstr "La contrasenya ha estat canviada satisfactòriament" + +#: bookwyrm/templates/preferences/change_password.html:22 +msgid "Current password:" +msgstr "Contrasenya actual:" + +#: bookwyrm/templates/preferences/change_password.html:36 +msgid "New password:" +msgstr "Nova Contrasenya:" + +#: bookwyrm/templates/preferences/delete_user.html:4 +#: bookwyrm/templates/preferences/delete_user.html:7 +#: bookwyrm/templates/preferences/delete_user.html:25 +#: bookwyrm/templates/preferences/layout.html:24 +#: bookwyrm/templates/settings/users/delete_user_form.html:22 +msgid "Delete Account" +msgstr "Suprimeix el compte" + +#: bookwyrm/templates/preferences/delete_user.html:12 +msgid "Permanently delete account" +msgstr "Elimina el teu compte de manera permanent" + +#: bookwyrm/templates/preferences/delete_user.html:14 +msgid "Deleting your account cannot be undone. The username will not be available to register in the future." +msgstr "L'acció d'eliminar el teu compte no es pot desfer. El teu nom d'usuari no estarà disponible per registrar-se en un futur." + +#: bookwyrm/templates/preferences/edit_user.html:4 +#: bookwyrm/templates/preferences/edit_user.html:7 +#: bookwyrm/templates/preferences/layout.html:15 +msgid "Edit Profile" +msgstr "Edita el perfil" + +#: bookwyrm/templates/preferences/edit_user.html:12 +#: bookwyrm/templates/preferences/edit_user.html:25 +#: bookwyrm/templates/settings/users/user_info.html:7 +#: bookwyrm/templates/user_menu.html:25 +msgid "Profile" +msgstr "Perfil" + +#: bookwyrm/templates/preferences/edit_user.html:13 +#: bookwyrm/templates/preferences/edit_user.html:64 +#: bookwyrm/templates/settings/site.html:11 +#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Mostra" + +#: bookwyrm/templates/preferences/edit_user.html:14 +#: bookwyrm/templates/preferences/edit_user.html:112 +msgid "Privacy" +msgstr "Privacitat" + +#: bookwyrm/templates/preferences/edit_user.html:69 +msgid "Show reading goal prompt in feed" +msgstr "Mostra l'indicador de l'objectiu de lectura al canal" + +#: bookwyrm/templates/preferences/edit_user.html:75 +msgid "Show suggested users" +msgstr "Mostra usuaris suggerits" + +#: bookwyrm/templates/preferences/edit_user.html:81 +msgid "Show this account in suggested users" +msgstr "Mostra aquest compte a usuaris suggerits" + +#: bookwyrm/templates/preferences/edit_user.html:85 +#, python-format +msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." +msgstr "El teu compte apareixerà al directory, i pot ser recomanat a altres usuaris de BookWyrm." + +#: bookwyrm/templates/preferences/edit_user.html:89 +msgid "Preferred Timezone: " +msgstr "Zona horària preferida: " + +#: bookwyrm/templates/preferences/edit_user.html:101 +msgid "Theme:" +msgstr "Tema:" + +#: bookwyrm/templates/preferences/edit_user.html:117 +msgid "Manually approve followers" +msgstr "Aprova seguidors manualment" + +#: bookwyrm/templates/preferences/edit_user.html:123 +msgid "Hide followers and following on profile" +msgstr "Oculta els seguidors i els que segueixo al perfil" + +#: bookwyrm/templates/preferences/edit_user.html:128 +msgid "Default post privacy:" +msgstr "Privacitat de publicació per defecte:" + +#: bookwyrm/templates/preferences/export.html:4 +#: bookwyrm/templates/preferences/export.html:7 +msgid "CSV Export" +msgstr "Exportació CSV" + +#: bookwyrm/templates/preferences/export.html:13 +msgid "Your export will include all the books on your shelves, books you have reviewed, and books with reading activity." +msgstr "La teva exportació inclourà tots els llibres dels teus prestatges, llibres que has ressenyat i llibres amb activitat de lectura." + +#: bookwyrm/templates/preferences/export.html:20 +msgid "Download file" +msgstr "Baixa el fitxer" + +#: bookwyrm/templates/preferences/layout.html:11 +msgid "Account" +msgstr "Compte" + +#: bookwyrm/templates/preferences/layout.html:27 +msgid "Data" +msgstr "Dades" + +#: bookwyrm/templates/preferences/layout.html:35 +msgid "CSV export" +msgstr "Exportació CSV" + +#: bookwyrm/templates/preferences/layout.html:38 +msgid "Relationships" +msgstr "Relacions" + +#: bookwyrm/templates/reading_progress/finish.html:5 +#, python-format +msgid "Finish \"%(book_title)s\"" +msgstr "Acaba \"%(book_title)s\"" + +#: bookwyrm/templates/reading_progress/start.html:5 +#, python-format +msgid "Start \"%(book_title)s\"" +msgstr "Comença \"%(book_title)s\"" + +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop Reading \"%(book_title)s\"" +msgstr "Para de llegir \"%(book_title)s\"" + +#: bookwyrm/templates/reading_progress/want.html:5 +#, python-format +msgid "Want to Read \"%(book_title)s\"" +msgstr "Vull llegir \"%(book_title)s\"" + +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:4 +msgid "Delete these read dates?" +msgstr "Vols eliminar aquestes dates de lectura?" + +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:8 +#, python-format +msgid "You are deleting this readthrough and its %(count)s associated progress updates." +msgstr "" + +#: bookwyrm/templates/readthrough/readthrough.html:6 +#: bookwyrm/templates/readthrough/readthrough_modal.html:8 +#, python-format +msgid "Update read dates for \"%(title)s\"" +msgstr "Actualitza dates de lectura per a \"%(title)s\"" + +#: bookwyrm/templates/readthrough/readthrough_form.html:10 +#: bookwyrm/templates/readthrough/readthrough_modal.html:38 +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:24 +#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:21 +#: bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html:24 +msgid "Started reading" +msgstr "Començat a llegir" + +#: bookwyrm/templates/readthrough/readthrough_form.html:18 +#: bookwyrm/templates/readthrough/readthrough_modal.html:56 +msgid "Progress" +msgstr "Progrés" + +#: bookwyrm/templates/readthrough/readthrough_form.html:25 +#: bookwyrm/templates/readthrough/readthrough_modal.html:63 +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:32 +msgid "Finished reading" +msgstr "Lectura finalitzada" + +#: bookwyrm/templates/readthrough/readthrough_list.html:9 +msgid "Progress Updates:" +msgstr "" + +#: bookwyrm/templates/readthrough/readthrough_list.html:14 +msgid "finished" +msgstr "finalitzat" + +#: bookwyrm/templates/readthrough/readthrough_list.html:16 +msgid "stopped" +msgstr "aturat" + +#: bookwyrm/templates/readthrough/readthrough_list.html:27 +msgid "Show all updates" +msgstr "Mostra totes les actualitzacions" + +#: bookwyrm/templates/readthrough/readthrough_list.html:43 +msgid "Delete this progress update" +msgstr "" + +#: bookwyrm/templates/readthrough/readthrough_list.html:55 +msgid "started" +msgstr "començat" + +#: bookwyrm/templates/readthrough/readthrough_list.html:62 +msgid "Edit read dates" +msgstr "Edita dates de lectura" + +#: bookwyrm/templates/readthrough/readthrough_list.html:70 +msgid "Delete these read dates" +msgstr "Elimina aquestes dates de lectura" + +#: bookwyrm/templates/readthrough/readthrough_modal.html:12 +#, python-format +msgid "Add read dates for \"%(title)s\"" +msgstr "Afegeix dates de lectura per a \"%(title)s\"" + +#: bookwyrm/templates/report.html:5 +#: bookwyrm/templates/snippets/report_button.html:13 +msgid "Report" +msgstr "Notifica" + +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Scan Barcode\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Sol·licitant permisos per a la càmera..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Dona permisos d'accés a la càmera per escanejar el codi de barres d'aquest llibre." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "No s'ha pogut accedir a la càmera" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "S'està escanejant..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Alinea el codi de barres del teu llibre amb la càmera." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "S'ha escanejat l'ISBN" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Cercant el llibre:" + +#: bookwyrm/templates/search/book.html:44 +msgid "Results from" +msgstr "Resultats de" + +#: bookwyrm/templates/search/book.html:80 +msgid "Import book" +msgstr "Importa un llibre" + +#: bookwyrm/templates/search/book.html:106 +msgid "Load results from other catalogues" +msgstr "Carrega resultats d'altres catàlegs" + +#: bookwyrm/templates/search/book.html:110 +msgid "Manually add book" +msgstr "Afegeix manualment un llibre" + +#: bookwyrm/templates/search/book.html:115 +msgid "Log in to import or add books." +msgstr "Inicia la sessió per importar o afegir llibres." + +#: bookwyrm/templates/search/layout.html:16 +msgid "Search query" +msgstr "" + +#: bookwyrm/templates/search/layout.html:19 +msgid "Search type" +msgstr "" + +#: bookwyrm/templates/search/layout.html:23 +#: bookwyrm/templates/search/layout.html:46 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 +#: bookwyrm/templates/settings/federation/instance_list.html:51 +#: bookwyrm/templates/settings/layout.html:36 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 +msgid "Users" +msgstr "Usuaris" + +#: bookwyrm/templates/search/layout.html:58 +#, python-format +msgid "No results found for \"%(query)s\"" +msgstr "No s'han trobat resultats per \"%(query)s\"" + +#: bookwyrm/templates/settings/announcements/announcement.html:5 +#: bookwyrm/templates/settings/announcements/announcement.html:8 +msgid "Announcement" +msgstr "Anunci" + +#: bookwyrm/templates/settings/announcements/announcement.html:16 +#: bookwyrm/templates/settings/federation/instance.html:93 +#: bookwyrm/templates/snippets/status/status_options.html:25 +msgid "Edit" +msgstr "Edita" + +#: bookwyrm/templates/settings/announcements/announcement.html:32 +#: bookwyrm/templates/settings/announcements/announcements.html:3 +#: bookwyrm/templates/settings/announcements/announcements.html:5 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:15 +#: bookwyrm/templates/settings/layout.html:82 +msgid "Announcements" +msgstr "Avisos" + +#: bookwyrm/templates/settings/announcements/announcement.html:45 +msgid "Visible:" +msgstr "Visible:" + +#: bookwyrm/templates/settings/announcements/announcement.html:49 +msgid "True" +msgstr "Cert" + +#: bookwyrm/templates/settings/announcements/announcement.html:51 +msgid "False" +msgstr "Fals" + +#: bookwyrm/templates/settings/announcements/announcement.html:57 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:79 +#: bookwyrm/templates/settings/dashboard/dashboard.html:84 +msgid "Start date:" +msgstr "Data d'inici:" + +#: bookwyrm/templates/settings/announcements/announcement.html:62 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:89 +#: bookwyrm/templates/settings/dashboard/dashboard.html:90 +msgid "End date:" +msgstr "Data final:" + +#: bookwyrm/templates/settings/announcements/announcement.html:66 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:109 +msgid "Active:" +msgstr "Actiu:" + +#: bookwyrm/templates/settings/announcements/announcements.html:9 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:8 +msgid "Create Announcement" +msgstr "Crea un anunci" + +#: bookwyrm/templates/settings/announcements/announcements.html:21 +#: bookwyrm/templates/settings/federation/instance_list.html:39 +msgid "Date added" +msgstr "Data en què va ser afegit" + +#: bookwyrm/templates/settings/announcements/announcements.html:25 +msgid "Preview" +msgstr "Vista prèvia" + +#: bookwyrm/templates/settings/announcements/announcements.html:29 +msgid "Start date" +msgstr "Data d'inici" + +#: bookwyrm/templates/settings/announcements/announcements.html:33 +msgid "End date" +msgstr "Data final" + +#: bookwyrm/templates/settings/announcements/announcements.html:50 +msgid "active" +msgstr "actiu" + +#: bookwyrm/templates/settings/announcements/announcements.html:50 +msgid "inactive" +msgstr "inactiu" + +#: bookwyrm/templates/settings/announcements/announcements.html:63 +msgid "No announcements found" +msgstr "No s'ha trobat cap anunci" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:6 +msgid "Edit Announcement" +msgstr "Edita l'anunci" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:45 +msgid "Announcement content" +msgstr "Contingut de l'anunci" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:57 +msgid "Details:" +msgstr "Detalls:" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:65 +msgid "Event date:" +msgstr "Data de l'esdeveniment:" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:73 +msgid "Display settings" +msgstr "Configuració de la visualització" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:98 +msgid "Color:" +msgstr "Color:" + +#: bookwyrm/templates/settings/automod/rules.html:7 +#: bookwyrm/templates/settings/automod/rules.html:11 +#: bookwyrm/templates/settings/layout.html:61 +msgid "Auto-moderation rules" +msgstr "Normes d'auto-moderació" + +#: bookwyrm/templates/settings/automod/rules.html:18 +msgid "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:19 +msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:26 +msgid "Schedule:" +msgstr "Programació:" + +#: bookwyrm/templates/settings/automod/rules.html:33 +msgid "Last run:" +msgstr "Última execució:" + +#: bookwyrm/templates/settings/automod/rules.html:40 +msgid "Total run count:" +msgstr "Número total d'execucions:" + +#: bookwyrm/templates/settings/automod/rules.html:47 +msgid "Enabled:" +msgstr "Activat:" + +#: bookwyrm/templates/settings/automod/rules.html:59 +msgid "Delete schedule" +msgstr "Suprimeix la programació" + +#: bookwyrm/templates/settings/automod/rules.html:63 +msgid "Run now" +msgstr "Executa ara" + +#: bookwyrm/templates/settings/automod/rules.html:64 +msgid "Last run date will not be updated" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:69 +#: bookwyrm/templates/settings/automod/rules.html:92 +msgid "Schedule scan" +msgstr "Programa un escaneig" + +#: bookwyrm/templates/settings/automod/rules.html:101 +msgid "Successfully added rule" +msgstr "Regles afegides amb èxit" + +#: bookwyrm/templates/settings/automod/rules.html:107 +msgid "Add Rule" +msgstr "Afegir regla" + +#: bookwyrm/templates/settings/automod/rules.html:116 +#: bookwyrm/templates/settings/automod/rules.html:160 +msgid "String match" +msgstr "Coincidència de cadena" + +#: bookwyrm/templates/settings/automod/rules.html:126 +#: bookwyrm/templates/settings/automod/rules.html:163 +msgid "Flag users" +msgstr "Marca usuàries" + +#: bookwyrm/templates/settings/automod/rules.html:133 +#: bookwyrm/templates/settings/automod/rules.html:166 +msgid "Flag statuses" +msgstr "Marca estats" + +#: bookwyrm/templates/settings/automod/rules.html:140 +msgid "Add rule" +msgstr "Afegeix una regla" + +#: bookwyrm/templates/settings/automod/rules.html:147 +msgid "Current Rules" +msgstr "Normes vigents" + +#: bookwyrm/templates/settings/automod/rules.html:151 +msgid "Show rules" +msgstr "Mostra les normes" + +#: bookwyrm/templates/settings/automod/rules.html:188 +msgid "Remove rule" +msgstr "Elimina la norma" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:6 +#: bookwyrm/templates/settings/dashboard/dashboard.html:8 +#: bookwyrm/templates/settings/layout.html:28 +msgid "Dashboard" +msgstr "Panell de control" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:113 +msgid "Total users" +msgstr "Total d'usuàries" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:21 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 +msgid "Active this month" +msgstr "Actives aquest mes" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:27 +msgid "Statuses" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 +msgid "Works" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:78 +msgid "Instance Activity" +msgstr "Activitat de la instància" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:96 +msgid "Interval:" +msgstr "Interval:" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +msgid "Days" +msgstr "Dies" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:101 +msgid "Weeks" +msgstr "Setmanes" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:119 +msgid "User signup activity" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:125 +msgid "Status activity" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:131 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +msgid "Registrations" +msgstr "Registres" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 +msgid "Statuses posted" +msgstr "Estats publicats" + +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 +msgid "Total" +msgstr "Total" + +#: bookwyrm/templates/settings/dashboard/warnings/domain_review.html:9 +#, python-format +msgid "%(display_count)s domain needs review" +msgid_plural "%(display_count)s domains need review" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/settings/dashboard/warnings/email_config.html:8 +#, python-format +msgid "Your outgoing email address, %(email_sender)s, may be misconfigured." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/warnings/email_config.html:11 +msgid "Check the EMAIL_SENDER_NAME and EMAIL_SENDER_DOMAIN in your .env file." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/warnings/invites.html:9 +#, python-format +msgid "%(display_count)s invite request" +msgid_plural "%(display_count)s invite requests" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/settings/dashboard/warnings/missing_conduct.html:8 +msgid "Your instance is missing a code of conduct." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/warnings/missing_privacy.html:8 +msgid "Your instance is missing a privacy policy." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/warnings/reports.html:9 +#, python-format +msgid "%(display_count)s open report" +msgid_plural "%(display_count)s open reports" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/settings/dashboard/warnings/update_version.html:8 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 +msgid "Add domain" +msgstr "Afegeix domini" + +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 +msgid "Domain:" +msgstr "Domini:" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 +#: bookwyrm/templates/settings/layout.html:65 +msgid "Email Blocklist" +msgstr "Llista d'adreces de correu bloquejades" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 +msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 +msgid "Options" +msgstr "Opcions" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 +#, python-format +msgid "%(display_count)s user" +msgid_plural "%(display_count)s users" +msgstr[0] "%(display_count)s usuari" +msgstr[1] "%(display_count)s usuaris" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 +msgid "No email domains currently blocked" +msgstr "Cap domini de correu a la llista negra" + +#: bookwyrm/templates/settings/federation/edit_instance.html:3 +#: bookwyrm/templates/settings/federation/edit_instance.html:6 +#: bookwyrm/templates/settings/federation/edit_instance.html:15 +#: bookwyrm/templates/settings/federation/edit_instance.html:32 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 +#: bookwyrm/templates/settings/federation/instance_list.html:9 +#: bookwyrm/templates/settings/federation/instance_list.html:10 +msgid "Add instance" +msgstr "Afegeix una instància" + +#: bookwyrm/templates/settings/federation/edit_instance.html:12 +#: bookwyrm/templates/settings/federation/instance.html:24 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:12 +#: bookwyrm/templates/settings/federation/instance_list.html:3 +#: bookwyrm/templates/settings/federation/instance_list.html:5 +#: bookwyrm/templates/settings/layout.html:47 +msgid "Federated Instances" +msgstr "Instàncies federades" + +#: bookwyrm/templates/settings/federation/edit_instance.html:28 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:28 +msgid "Import block list" +msgstr "Importa llista negra" + +#: bookwyrm/templates/settings/federation/edit_instance.html:43 +msgid "Instance:" +msgstr "Instància:" + +#: bookwyrm/templates/settings/federation/edit_instance.html:52 +#: bookwyrm/templates/settings/federation/instance.html:46 +#: bookwyrm/templates/settings/users/user_info.html:113 +msgid "Status:" +msgstr "Estat:" + +#: bookwyrm/templates/settings/federation/edit_instance.html:66 +#: bookwyrm/templates/settings/federation/instance.html:40 +#: bookwyrm/templates/settings/users/user_info.html:107 +msgid "Software:" +msgstr "Programari:" + +#: bookwyrm/templates/settings/federation/edit_instance.html:76 +#: bookwyrm/templates/settings/federation/instance.html:43 +#: bookwyrm/templates/settings/users/user_info.html:110 +msgid "Version:" +msgstr "Versió:" + +#: bookwyrm/templates/settings/federation/instance.html:17 +msgid "Refresh data" +msgstr "Actualitza les dades" + +#: bookwyrm/templates/settings/federation/instance.html:37 +msgid "Details" +msgstr "Detalls" + +#: bookwyrm/templates/settings/federation/instance.html:53 +#: bookwyrm/templates/user/layout.html:67 +msgid "Activity" +msgstr "Activitat" + +#: bookwyrm/templates/settings/federation/instance.html:56 +msgid "Users:" +msgstr "Usuaris:" + +#: bookwyrm/templates/settings/federation/instance.html:59 +#: bookwyrm/templates/settings/federation/instance.html:65 +msgid "View all" +msgstr "Mostra tots" + +#: bookwyrm/templates/settings/federation/instance.html:62 +#: bookwyrm/templates/settings/users/user_info.html:60 +msgid "Reports:" +msgstr "Informes:" + +#: bookwyrm/templates/settings/federation/instance.html:68 +msgid "Followed by us:" +msgstr "Seguit per nosaltres:" + +#: bookwyrm/templates/settings/federation/instance.html:73 +msgid "Followed by them:" +msgstr "Seguit per ells:" + +#: bookwyrm/templates/settings/federation/instance.html:78 +msgid "Blocked by us:" +msgstr "Bloquejat per nosaltres:" + +#: bookwyrm/templates/settings/federation/instance.html:90 +#: bookwyrm/templates/settings/users/user_info.html:117 +msgid "Notes" +msgstr "Notes" + +#: bookwyrm/templates/settings/federation/instance.html:97 +msgid "No notes" +msgstr "Sense notes" + +#: bookwyrm/templates/settings/federation/instance.html:116 +#: bookwyrm/templates/settings/link_domains/link_domains.html:87 +#: bookwyrm/templates/snippets/block_button.html:5 +msgid "Block" +msgstr "Bloqueja" + +#: bookwyrm/templates/settings/federation/instance.html:117 +msgid "All users from this instance will be deactivated." +msgstr "Tots els usuaris d'aquesta instància seran desactivats." + +#: bookwyrm/templates/settings/federation/instance.html:122 +#: bookwyrm/templates/snippets/block_button.html:10 +msgid "Un-block" +msgstr "Desbloqueja" + +#: bookwyrm/templates/settings/federation/instance.html:123 +msgid "All users from this instance will be re-activated." +msgstr "Tots els usuaris d'aquesta instància seran reactivats." + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:15 +msgid "Import Blocklist" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:38 +msgid "Success!" +msgstr "Realitzat amb èxit!" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:42 +msgid "Successfully blocked:" +msgstr "S'ha bloquejat correctament:" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:44 +msgid "Failed:" +msgstr "Ha fallat:" + +#: bookwyrm/templates/settings/federation/instance_list.html:35 +#: bookwyrm/templates/settings/users/server_filter.html:5 +msgid "Instance name" +msgstr "Nom de la instància" + +#: bookwyrm/templates/settings/federation/instance_list.html:43 +msgid "Last updated" +msgstr "Darrera actualització" + +#: bookwyrm/templates/settings/federation/instance_list.html:47 +#: bookwyrm/templates/settings/federation/software_filter.html:5 +msgid "Software" +msgstr "Programari" + +#: bookwyrm/templates/settings/federation/instance_list.html:69 +msgid "No instances found" +msgstr "No s'ha trobat cap instància" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 +#: bookwyrm/templates/settings/invites/manage_invites.html:11 +msgid "Invite Requests" +msgstr "Peticions d'invitació" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 +#: bookwyrm/templates/settings/invites/manage_invites.html:3 +#: bookwyrm/templates/settings/invites/manage_invites.html:15 +#: bookwyrm/templates/settings/layout.html:42 +#: bookwyrm/templates/user_menu.html:56 +msgid "Invites" +msgstr "Invitacions" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 +msgid "Ignored Invite Requests" +msgstr "Ignora les peticions d'invitació" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 +msgid "Date requested" +msgstr "Data sol·licitada" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 +msgid "Date accepted" +msgstr "Data acceptada" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 +msgid "Email" +msgstr "Correu electrònic" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Resposta" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +msgid "Action" +msgstr "Acció" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 +msgid "No requests" +msgstr "Sense peticions" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 +#: bookwyrm/templates/settings/invites/status_filter.html:16 +msgid "Accepted" +msgstr "Acceptat" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 +#: bookwyrm/templates/settings/invites/status_filter.html:12 +msgid "Sent" +msgstr "Enviat" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 +#: bookwyrm/templates/settings/invites/status_filter.html:8 +msgid "Requested" +msgstr "Sol·licitat" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 +msgid "Send invite" +msgstr "Envia invitació" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 +msgid "Re-send invite" +msgstr "Reenvia invitació" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 +msgid "Ignore" +msgstr "Ignora" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 +msgid "Un-ignore" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 +msgid "Back to pending requests" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 +msgid "View ignored requests" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invites.html:21 +msgid "Generate New Invite" +msgstr "Genera una nova invitació" + +#: bookwyrm/templates/settings/invites/manage_invites.html:27 +msgid "Expiry:" +msgstr "Caducitat:" + +#: bookwyrm/templates/settings/invites/manage_invites.html:33 +msgid "Use limit:" +msgstr "Límit d'ús:" + +#: bookwyrm/templates/settings/invites/manage_invites.html:40 +msgid "Create Invite" +msgstr "Crear invitació" + +#: bookwyrm/templates/settings/invites/manage_invites.html:48 +msgid "Expires" +msgstr "Caduca" + +#: bookwyrm/templates/settings/invites/manage_invites.html:49 +msgid "Max uses" +msgstr "Usos màxims" + +#: bookwyrm/templates/settings/invites/manage_invites.html:50 +msgid "Times used" +msgstr "Cops utilitzat" + +#: bookwyrm/templates/settings/invites/manage_invites.html:53 +msgid "No active invites" +msgstr "Cap invitació activa" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 +msgid "Add IP address" +msgstr "Afegeix adreça IP" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 +msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." +msgstr "" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 +msgid "IP Address:" +msgstr "Adreça IP:" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:24 +msgid "You can block IP ranges using CIDR syntax." +msgstr "" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 +#: bookwyrm/templates/settings/layout.html:69 +msgid "IP Address Blocklist" +msgstr "Llista d'adreces IP bloquejades" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 +msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." +msgstr "" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 +msgid "Address" +msgstr "Adreça" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 +msgid "No IP addresses currently blocked" +msgstr "No hi ha cap adreça IP bloquejada ara mateix" + +#: bookwyrm/templates/settings/layout.html:4 +msgid "Administration" +msgstr "Adminstració" + +#: bookwyrm/templates/settings/layout.html:31 +msgid "Manage Users" +msgstr "Gestiona usuaris" + +#: bookwyrm/templates/settings/layout.html:53 +msgid "Moderation" +msgstr "Moderació" + +#: bookwyrm/templates/settings/layout.html:57 +#: bookwyrm/templates/settings/reports/reports.html:8 +#: bookwyrm/templates/settings/reports/reports.html:17 +msgid "Reports" +msgstr "Informes" + +#: bookwyrm/templates/settings/layout.html:73 +#: bookwyrm/templates/settings/link_domains/link_domains.html:5 +#: bookwyrm/templates/settings/link_domains/link_domains.html:7 +msgid "Link Domains" +msgstr "" + +#: bookwyrm/templates/settings/layout.html:78 +msgid "Instance Settings" +msgstr "Configuració d'instància" + +#: bookwyrm/templates/settings/layout.html:86 +#: bookwyrm/templates/settings/site.html:4 +#: bookwyrm/templates/settings/site.html:6 +msgid "Site Settings" +msgstr "Configuració del lloc" + +#: bookwyrm/templates/settings/layout.html:91 +#: bookwyrm/templates/settings/site.html:95 +#: bookwyrm/templates/settings/themes.html:4 +#: bookwyrm/templates/settings/themes.html:6 +msgid "Themes" +msgstr "Temes" + +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:5 +#, python-format +msgid "Set display name for %(url)s" +msgstr "" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:11 +msgid "Link domains must be approved before they are shown on book pages. Please make sure that the domains are not hosting spam, malicious code, or deceptive links before approving." +msgstr "" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:45 +msgid "Set display name" +msgstr "Estableix el nom públic" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:53 +msgid "View links" +msgstr "Mostra els enllaços" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:96 +msgid "No domains currently approved" +msgstr "No hi ha dominis aprovats actualment" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:98 +msgid "No domains currently pending" +msgstr "No hi ha dominis pendents actualment" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:100 +msgid "No domains currently blocked" +msgstr "No hi ha dominis bloquejats actualment" + +#: bookwyrm/templates/settings/link_domains/link_table.html:43 +msgid "No links available for this domain." +msgstr "No hi ha enllaços disponibles per aquest domini." + +#: bookwyrm/templates/settings/reports/report.html:12 +msgid "Back to reports" +msgstr "Torna als informes" + +#: bookwyrm/templates/settings/reports/report.html:24 +msgid "Message reporter" +msgstr "Denunciant del missatge" + +#: bookwyrm/templates/settings/reports/report.html:28 +msgid "Update on your report:" +msgstr "Actualització de la teva denúncia:" + +#: bookwyrm/templates/settings/reports/report.html:36 +msgid "Reported status" +msgstr "Estat denunciat" + +#: bookwyrm/templates/settings/reports/report.html:38 +msgid "Status has been deleted" +msgstr "S'ha eliminat l'estat" + +#: bookwyrm/templates/settings/reports/report.html:47 +msgid "Reported links" +msgstr "Enllaços denunciats" + +#: bookwyrm/templates/settings/reports/report.html:65 +msgid "Moderator Comments" +msgstr "Comentaris de l'equip de moderació" + +#: bookwyrm/templates/settings/reports/report.html:86 +#: bookwyrm/templates/snippets/create_status.html:26 +msgid "Comment" +msgstr "Comentari" + +#: bookwyrm/templates/settings/reports/report_header.html:6 +#, python-format +msgid "Report #%(report_id)s: Status posted by @%(username)s" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_header.html:13 +#, python-format +msgid "Report #%(report_id)s: Link added by @%(username)s" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_header.html:17 +#, python-format +msgid "Report #%(report_id)s: Link domain" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_header.html:24 +#, python-format +msgid "Report #%(report_id)s: User @%(username)s" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_links_table.html:17 +msgid "Block domain" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_preview.html:17 +msgid "No notes provided" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_preview.html:24 +#, python-format +msgid "Reported by @%(username)s" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_preview.html:34 +msgid "Re-open" +msgstr "" + +#: bookwyrm/templates/settings/reports/report_preview.html:36 +msgid "Resolve" +msgstr "Resol" + +#: bookwyrm/templates/settings/reports/reports.html:6 +#, python-format +msgid "Reports: %(instance_name)s" +msgstr "Informes: %(instance_name)s" + +#: bookwyrm/templates/settings/reports/reports.html:14 +#, python-format +msgid "Reports: %(instance_name)s" +msgstr "Informes: %(instance_name)s" + +#: bookwyrm/templates/settings/reports/reports.html:25 +msgid "Open" +msgstr "Obert" + +#: bookwyrm/templates/settings/reports/reports.html:28 +msgid "Resolved" +msgstr "Resolt" + +#: bookwyrm/templates/settings/reports/reports.html:37 +msgid "No reports found." +msgstr "No s'ha trobat cap informe." + +#: bookwyrm/templates/settings/site.html:10 +#: bookwyrm/templates/settings/site.html:44 +msgid "Instance Info" +msgstr "Informació de la instància" + +#: bookwyrm/templates/settings/site.html:12 +#: bookwyrm/templates/settings/site.html:110 +msgid "Footer Content" +msgstr "Contingut del peu de pàgina" + +#: bookwyrm/templates/settings/site.html:13 +#: bookwyrm/templates/settings/site.html:134 +msgid "Registration" +msgstr "Registre" + +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Configuració desada" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "No s'ha pogut desar la configuració" + +#: bookwyrm/templates/settings/site.html:47 +msgid "Instance Name:" +msgstr "Nom de la instància:" + +#: bookwyrm/templates/settings/site.html:51 +msgid "Tagline:" +msgstr "Eslògan:" + +#: bookwyrm/templates/settings/site.html:55 +msgid "Instance description:" +msgstr "Descripció de la instància:" + +#: bookwyrm/templates/settings/site.html:59 +msgid "Short description:" +msgstr "Descripció breu:" + +#: bookwyrm/templates/settings/site.html:60 +msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." +msgstr "S'utilitza quan s'obté una vista prèvia de la instància a joinbookwyrm.com. No es permet HTML ni Markdown." + +#: bookwyrm/templates/settings/site.html:64 +msgid "Code of conduct:" +msgstr "Codi de conducta:" + +#: bookwyrm/templates/settings/site.html:68 +msgid "Privacy Policy:" +msgstr "Política de privacitat:" + +#: bookwyrm/templates/settings/site.html:79 +msgid "Images" +msgstr "Imatges" + +#: bookwyrm/templates/settings/site.html:82 +msgid "Logo:" +msgstr "Logo:" + +#: bookwyrm/templates/settings/site.html:86 +msgid "Logo small:" +msgstr "Logo petit:" + +#: bookwyrm/templates/settings/site.html:90 +msgid "Favicon:" +msgstr "Favicon:" + +#: bookwyrm/templates/settings/site.html:98 +msgid "Default theme:" +msgstr "Tema per defecte:" + +#: bookwyrm/templates/settings/site.html:113 +msgid "Support link:" +msgstr "Enllaç de suport:" + +#: bookwyrm/templates/settings/site.html:117 +msgid "Support title:" +msgstr "Títol de suport:" + +#: bookwyrm/templates/settings/site.html:121 +msgid "Admin email:" +msgstr "Correu electrònic de l'administrador:" + +#: bookwyrm/templates/settings/site.html:125 +msgid "Additional info:" +msgstr "Informació addicional:" + +#: bookwyrm/templates/settings/site.html:139 +msgid "Allow registration" +msgstr "Permet el registre" + +#: bookwyrm/templates/settings/site.html:145 +msgid "Require users to confirm email address" +msgstr "Requereix els usuaris que confirmin les seves adreces de correu" + +#: bookwyrm/templates/settings/site.html:147 +msgid "(Recommended if registration is open)" +msgstr "(Recomanat si el registre està obert)" + +#: bookwyrm/templates/settings/site.html:152 +msgid "Allow invite requests" +msgstr "Permet peticions d'invitació" + +#: bookwyrm/templates/settings/site.html:158 +msgid "Set a question for invite requests" +msgstr "Estableix una pregunta per les sol·licituds d'invitació" + +#: bookwyrm/templates/settings/site.html:163 +msgid "Question:" +msgstr "Pregunta:" + +#: bookwyrm/templates/settings/site.html:168 +msgid "Registration closed text:" +msgstr "Text de registre tancat:" + +#: bookwyrm/templates/settings/site.html:172 +msgid "Invite request text:" +msgstr "Text de sol·licitud d'invitació:" + +#: bookwyrm/templates/settings/themes.html:10 +msgid "Set instance default theme" +msgstr "Estableix el tema per defecte de la instància" + +#: bookwyrm/templates/settings/themes.html:19 +msgid "Successfully added theme" +msgstr "Tema afegit correctament" + +#: bookwyrm/templates/settings/themes.html:26 +msgid "How to add a theme" +msgstr "Com afegir un tema" + +#: bookwyrm/templates/settings/themes.html:29 +msgid "Copy the theme file into the bookwyrm/static/css/themes directory on your server from the command line." +msgstr "Copia el fitxer del tema a la carpeta bookwyrm/static/css/themes del teu servidor des de la línia d'ordres." + +#: bookwyrm/templates/settings/themes.html:32 +msgid "Run ./bw-dev collectstatic." +msgstr "Executa /bw-dev collectstatic." + +#: bookwyrm/templates/settings/themes.html:35 +msgid "Add the file name using the form below to make it available in the application interface." +msgstr "Afegeix el nom del fitxer a partir del formulari de sota per fer-lo disponible a la interfície de l'aplicació." + +#: bookwyrm/templates/settings/themes.html:42 +#: bookwyrm/templates/settings/themes.html:83 +msgid "Add theme" +msgstr "Afegeix tema" + +#: bookwyrm/templates/settings/themes.html:48 +msgid "Unable to save theme" +msgstr "No s'ha pogut desar el tema" + +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 +msgid "Theme name" +msgstr "Nom del tema" + +#: bookwyrm/templates/settings/themes.html:74 +msgid "Theme filename" +msgstr "Nom del fitxer del tema" + +#: bookwyrm/templates/settings/themes.html:89 +msgid "Available Themes" +msgstr "Temes disponibles" + +#: bookwyrm/templates/settings/themes.html:97 +msgid "File" +msgstr "Fitxer" + +#: bookwyrm/templates/settings/themes.html:112 +msgid "Remove theme" +msgstr "Elimina el tema" + +#: bookwyrm/templates/settings/users/delete_user_form.html:5 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:32 +msgid "Permanently delete user" +msgstr "Suprimeix l'usuari de manera permanent" + +#: bookwyrm/templates/settings/users/delete_user_form.html:12 +#, python-format +msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." +msgstr "Esteu segur que voleu eliminar el compte de %(username)s? Aquesta acció no es pot desfer. Per continuar, si us plau, entreu la contrasenya per confirmar l'eliminació." + +#: bookwyrm/templates/settings/users/delete_user_form.html:17 +msgid "Your password:" +msgstr "Contrasenya:" + +#: bookwyrm/templates/settings/users/user_admin.html:9 +#, python-format +msgid "Users: %(instance_name)s" +msgstr "Usuàries: %(instance_name)s" + +#: bookwyrm/templates/settings/users/user_admin.html:29 +msgid "Deleted users" +msgstr "Usuàries eliminades" + +#: bookwyrm/templates/settings/users/user_admin.html:44 +#: bookwyrm/templates/settings/users/username_filter.html:5 +msgid "Username" +msgstr "Nom d'usuari" + +#: bookwyrm/templates/settings/users/user_admin.html:48 +msgid "Date Added" +msgstr "Data en què va ser afegit" + +#: bookwyrm/templates/settings/users/user_admin.html:52 +msgid "Last Active" +msgstr "Actiu per última vegada" + +#: bookwyrm/templates/settings/users/user_admin.html:61 +msgid "Remote instance" +msgstr "Instància remota" + +#: bookwyrm/templates/settings/users/user_admin.html:81 +#: bookwyrm/templates/settings/users/user_info.html:28 +msgid "Active" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:86 +msgid "Deleted" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:92 +#: bookwyrm/templates/settings/users/user_info.html:32 +msgid "Inactive" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:101 +#: bookwyrm/templates/settings/users/user_info.html:127 +msgid "Not set" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:16 +msgid "View user profile" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:19 +msgid "Go to user admin" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:40 +msgid "Local" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:42 +msgid "Remote" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:51 +msgid "User details" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:55 +msgid "Email:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:65 +msgid "(View reports)" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:71 +msgid "Blocked by count:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:74 +msgid "Date added:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:77 +msgid "Last active date:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:80 +msgid "Manually approved followers:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:83 +msgid "Discoverable:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:87 +msgid "Deactivation reason:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:102 +msgid "Instance details" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:124 +msgid "View instance" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 +msgid "Permanently deleted" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 +msgid "User Actions" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:21 +msgid "Suspend user" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:26 +msgid "Un-suspend user" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:48 +msgid "Access level:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:52 bookwyrm/templates/user_menu.html:45 +msgid "Settings" +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Veure instruccions d'instal·lació" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Configuració de la instància" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Instal·lant BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Necessiteu ajuda?" + +#: bookwyrm/templates/shelf/create_shelf_form.html:5 +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" +msgstr "Crea un prestatge" + +#: bookwyrm/templates/shelf/edit_shelf_form.html:5 +msgid "Edit Shelf" +msgstr "Edita el prestatge" + +#: bookwyrm/templates/shelf/shelf.html:24 +msgid "User profile" +msgstr "Perfil d'usuari" + +#: bookwyrm/templates/shelf/shelf.html:39 +#: bookwyrm/templatetags/shelf_tags.py:46 bookwyrm/views/shelf/shelf.py:53 +msgid "All books" +msgstr "Tots els llibres" + +#: bookwyrm/templates/shelf/shelf.html:97 +#, python-format +msgid "%(formatted_count)s book" +msgid_plural "%(formatted_count)s books" +msgstr[0] "%(formatted_count)s llibre" +msgstr[1] "%(formatted_count)s llibres" + +#: bookwyrm/templates/shelf/shelf.html:104 +#, python-format +msgid "(showing %(start)s-%(end)s)" +msgstr "(mostrant %(start)s-%(end)s)" + +#: bookwyrm/templates/shelf/shelf.html:116 +msgid "Edit shelf" +msgstr "Edita el prestatge" + +#: bookwyrm/templates/shelf/shelf.html:124 +msgid "Delete shelf" +msgstr "Elimina el prestatge" + +#: bookwyrm/templates/shelf/shelf.html:152 +#: bookwyrm/templates/shelf/shelf.html:178 +msgid "Shelved" +msgstr "Arxivat" + +#: bookwyrm/templates/shelf/shelf.html:153 +#: bookwyrm/templates/shelf/shelf.html:181 +msgid "Started" +msgstr "Començat" + +#: bookwyrm/templates/shelf/shelf.html:154 +#: bookwyrm/templates/shelf/shelf.html:184 +msgid "Finished" +msgstr "Finalitzat" + +#: bookwyrm/templates/shelf/shelf.html:154 +#: bookwyrm/templates/shelf/shelf.html:184 +msgid "Until" +msgstr "Fins" + +#: bookwyrm/templates/shelf/shelf.html:210 +msgid "This shelf is empty." +msgstr "Aquest prestatge és buit." + +#: bookwyrm/templates/snippets/add_to_group_button.html:16 +msgid "Invite" +msgstr "Convida" + +#: bookwyrm/templates/snippets/add_to_group_button.html:25 +msgid "Uninvite" +msgstr "Anul·la invitació" + +#: bookwyrm/templates/snippets/add_to_group_button.html:29 +#, python-format +msgid "Remove @%(username)s" +msgstr "Elimina @%(username)s" + +#: bookwyrm/templates/snippets/announcement.html:28 +#, python-format +msgid "Posted by %(username)s" +msgstr "Publicat per %(username)s" + +#: bookwyrm/templates/snippets/authors.html:22 +#: bookwyrm/templates/snippets/trimmed_list.html:14 +#, python-format +msgid "and %(remainder_count_display)s other" +msgid_plural "and %(remainder_count_display)s others" +msgstr[0] "i %(remainder_count_display)s altre" +msgstr[1] "i %(remainder_count_display)s altres" + +#: bookwyrm/templates/snippets/book_cover.html:61 +msgid "No cover" +msgstr "Sense coberta" + +#: bookwyrm/templates/snippets/book_titleby.html:11 +#, python-format +msgid "%(title)s by" +msgstr "%(title)s de" + +#: bookwyrm/templates/snippets/boost_button.html:20 +#: bookwyrm/templates/snippets/boost_button.html:21 +msgid "Boost" +msgstr "Impulsa" + +#: bookwyrm/templates/snippets/boost_button.html:33 +#: bookwyrm/templates/snippets/boost_button.html:34 +msgid "Un-boost" +msgstr "Desfer l'impuls" + +#: bookwyrm/templates/snippets/create_status.html:36 +msgid "Quote" +msgstr "Cita" + +#: bookwyrm/templates/snippets/create_status/comment.html:15 +msgid "Some thoughts on the book" +msgstr "Algunes reflexions sobre el llibre" + +#: bookwyrm/templates/snippets/create_status/comment.html:27 +#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:18 +msgid "Progress:" +msgstr "Progrés:" + +#: bookwyrm/templates/snippets/create_status/comment.html:53 +#: bookwyrm/templates/snippets/progress_field.html:18 +msgid "pages" +msgstr "pàgines" + +#: bookwyrm/templates/snippets/create_status/comment.html:59 +#: bookwyrm/templates/snippets/progress_field.html:23 +msgid "percent" +msgstr "per cent" + +#: bookwyrm/templates/snippets/create_status/comment.html:66 +#, python-format +msgid "of %(pages)s pages" +msgstr "de %(pages)s pàgines" + +#: bookwyrm/templates/snippets/create_status/content_field.html:18 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:53 +#: bookwyrm/templates/snippets/status/layout.html:54 +msgid "Reply" +msgstr "Respon" + +#: bookwyrm/templates/snippets/create_status/content_field.html:18 +msgid "Content" +msgstr "Contingut" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 +msgid "Include spoiler alert" +msgstr "Inclou alerta d'espòiler" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "Espòilers/Avís de contingut:" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Venen espòilers!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 +#: bookwyrm/templates/snippets/reading_modals/form.html:7 +msgid "Comment:" +msgstr "Comentari:" + +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 +msgid "Post" +msgstr "Publica" + +#: bookwyrm/templates/snippets/create_status/quotation.html:16 +msgid "Quote:" +msgstr "Cita:" + +#: bookwyrm/templates/snippets/create_status/quotation.html:24 +#, python-format +msgid "An excerpt from '%(book_title)s'" +msgstr "Un extracte de '%(book_title)s'" + +#: bookwyrm/templates/snippets/create_status/quotation.html:31 +msgid "Position:" +msgstr "Posició:" + +#: bookwyrm/templates/snippets/create_status/quotation.html:44 +msgid "On page:" +msgstr "A la pàgina:" + +#: bookwyrm/templates/snippets/create_status/quotation.html:50 +msgid "At percent:" +msgstr "Al per cent:" + +#: bookwyrm/templates/snippets/create_status/review.html:24 +#, python-format +msgid "Your review of '%(book_title)s'" +msgstr "La teva ressenya de '%(book_title)s'" + +#: bookwyrm/templates/snippets/create_status/review.html:39 +msgid "Review:" +msgstr "Ressenya:" + +#: bookwyrm/templates/snippets/fav_button.html:16 +#: bookwyrm/templates/snippets/fav_button.html:17 +msgid "Like" +msgstr "M'agrada" + +#: bookwyrm/templates/snippets/fav_button.html:30 +#: bookwyrm/templates/snippets/fav_button.html:31 +msgid "Un-like" +msgstr "Desfer M'agrada" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:5 +msgid "Filters" +msgstr "Filtres" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:10 +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:17 +msgid "Filters are applied" +msgstr "Filtres aplicats" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:20 +msgid "Clear filters" +msgstr "" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:43 +msgid "Apply filters" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:20 +#, python-format +msgid "Follow @%(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:22 +msgid "Follow" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:31 +msgid "Undo follow request" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:36 +#, python-format +msgid "Unfollow @%(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:38 +msgid "Unfollow" +msgstr "" + +#: bookwyrm/templates/snippets/follow_request_buttons.html:7 +#: bookwyrm/templates/snippets/join_invitation_buttons.html:9 +msgid "Accept" +msgstr "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:20 +#: bookwyrm/templates/snippets/stars.html:13 +msgid "No rating" +msgstr "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:28 +#, python-format +msgid "%(half_rating)s star" +msgid_plural "%(half_rating)s stars" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:64 +#: bookwyrm/templates/snippets/stars.html:7 +#, python-format +msgid "%(rating)s star" +msgid_plural "%(rating)s stars" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/snippets/generated_status/goal.html:2 +#, python-format +msgid "set a goal to read %(counter)s book in %(year)s" +msgid_plural "set a goal to read %(counter)s books in %(year)s" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/snippets/generated_status/rating.html:3 +#, python-format +msgid "rated %(title)s: %(display_rating)s star" +msgid_plural "rated %(title)s: %(display_rating)s stars" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:4 +#, python-format +msgid "Review of \"%(book_title)s\" (%(display_rating)s star): %(review_title)s" +msgid_plural "Review of \"%(book_title)s\" (%(display_rating)s stars): %(review_title)s" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:12 +#, python-format +msgid "Review of \"%(book_title)s\": %(review_title)s" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:4 +#, python-format +msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:16 +msgid "Reading goal:" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:21 +msgid "books" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:26 +msgid "Goal privacy:" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/reading_modals/layout.html:13 +msgid "Post to feed" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:37 +msgid "Set goal" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:7 +msgctxt "Goal successfully completed" +msgid "Success!" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:9 +#, python-format +msgid "%(percent)s%% complete!" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:12 +#, python-format +msgid "You've read %(read_count)s of %(goal_count)s books." +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:14 +#, python-format +msgid "%(username)s has read %(read_count)s of %(goal_count)s books." +msgstr "" + +#: bookwyrm/templates/snippets/page_text.html:8 +#, python-format +msgid "page %(page)s of %(total_pages)s" +msgstr "" + +#: bookwyrm/templates/snippets/page_text.html:14 +#, python-format +msgid "page %(page)s" +msgstr "" + +#: bookwyrm/templates/snippets/pagination.html:12 +msgid "Previous" +msgstr "" + +#: bookwyrm/templates/snippets/pagination.html:23 +msgid "Next" +msgstr "" + +#: bookwyrm/templates/snippets/privacy-icons.html:12 +msgid "Followers-only" +msgstr "" + +#: bookwyrm/templates/snippets/privacy_select.html:6 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:6 +msgid "Post privacy" +msgstr "" + +#: bookwyrm/templates/snippets/rate_action.html:5 +msgid "Leave a rating" +msgstr "" + +#: bookwyrm/templates/snippets/rate_action.html:20 +msgid "Rate" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 +#, python-format +msgid "Finish \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/form.html:9 +msgid "(Optional)" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:6 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:61 +msgid "Update progress" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 +#, python-format +msgid "Start \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html:6 +#, python-format +msgid "Stop Reading \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html:32 +#: bookwyrm/templates/snippets/shelf_selector.html:54 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:21 +msgid "Stopped reading" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 +#, python-format +msgid "Want to Read \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 +msgid "Sign Up" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:8 +#, python-format +msgid "Report @%(username)s's status" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:10 +#, python-format +msgid "Report %(domain)s link" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:12 +#, python-format +msgid "Report @%(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:34 +#, python-format +msgid "This report will be sent to %(site_name)s's moderators for review." +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:36 +msgid "Links from this domain will be removed until your report has been reviewed." +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:41 +msgid "More info about this report:" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:7 +msgid "Move book" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:39 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:33 +msgid "Start reading" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:61 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:38 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:55 +msgid "Want to read" +msgstr "Vull llegir" + +#: bookwyrm/templates/snippets/shelf_selector.html:82 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:73 +#, python-format +msgid "Remove from %(name)s" +msgstr "Elimina de %(name)s" + +#: bookwyrm/templates/snippets/shelf_selector.html:95 +msgid "Remove from" +msgstr "Elimina de" + +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 +msgid "More shelves" +msgstr "Més prestatges" + +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:31 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:48 +msgid "Stop reading" +msgstr "Deixa de llegir" + +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:40 +msgid "Finish reading" +msgstr "Acaba de llegir" + +#: bookwyrm/templates/snippets/status/content_status.html:80 +msgid "Show status" +msgstr "Mostra l'estat" + +#: bookwyrm/templates/snippets/status/content_status.html:102 +#, python-format +msgid "(Page %(page)s)" +msgstr "(Pàgina %(page)s)" + +#: bookwyrm/templates/snippets/status/content_status.html:104 +#, python-format +msgid "(%(percent)s%%)" +msgstr "(%(percent)s%%)" + +#: bookwyrm/templates/snippets/status/content_status.html:126 +msgid "Open image in new window" +msgstr "Obre imatge en una finestra nova" + +#: bookwyrm/templates/snippets/status/content_status.html:145 +msgid "Hide status" +msgstr "Amaga l'estat" + +#: bookwyrm/templates/snippets/status/header.html:45 +#, python-format +msgid "edited %(date)s" +msgstr "editat %(date)s" + +#: bookwyrm/templates/snippets/status/headers/comment.html:8 +#, python-format +msgid "commented on %(book)s by %(author_name)s" +msgstr "comentat a %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/comment.html:15 +#, python-format +msgid "commented on %(book)s" +msgstr "comentat a %(book)s" + +#: bookwyrm/templates/snippets/status/headers/note.html:8 +#, python-format +msgid "replied to %(username)s's status" +msgstr "ha respost a l'estat de %(username)s" + +#: bookwyrm/templates/snippets/status/headers/quotation.html:8 +#, python-format +msgid "quoted %(book)s by %(author_name)s" +msgstr "ha citat %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/quotation.html:15 +#, python-format +msgid "quoted %(book)s" +msgstr "ha citat %(book)s" + +#: bookwyrm/templates/snippets/status/headers/rating.html:3 +#, python-format +msgid "rated %(book)s:" +msgstr "ha valorat %(book)s:" + +#: bookwyrm/templates/snippets/status/headers/read.html:10 +#, python-format +msgid "finished reading %(book)s by %(author_name)s" +msgstr "ha acabat de llegir %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/read.html:17 +#, python-format +msgid "finished reading %(book)s" +msgstr "ha acabat de llegir %(book)s" + +#: bookwyrm/templates/snippets/status/headers/reading.html:10 +#, python-format +msgid "started reading %(book)s by %(author_name)s" +msgstr "ha començat a llegir %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/reading.html:17 +#, python-format +msgid "started reading %(book)s" +msgstr "ha començat a llegir %(book)s" + +#: bookwyrm/templates/snippets/status/headers/review.html:8 +#, python-format +msgid "reviewed %(book)s by %(author_name)s" +msgstr "ha escrit una ressenya de %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/review.html:15 +#, python-format +msgid "reviewed %(book)s" +msgstr "ha escrit una ressenya de %(book)s" + +#: bookwyrm/templates/snippets/status/headers/stopped_reading.html:10 +#, python-format +msgid "stopped reading %(book)s by %(author_name)s" +msgstr "ha parat de llegir %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/stopped_reading.html:17 +#, python-format +msgid "stopped reading %(book)s" +msgstr "ha parat de llegir %(book)s" + +#: bookwyrm/templates/snippets/status/headers/to_read.html:10 +#, python-format +msgid "wants to read %(book)s by %(author_name)s" +msgstr "vol llegir %(book)s de %(author_name)s" + +#: bookwyrm/templates/snippets/status/headers/to_read.html:17 +#, python-format +msgid "wants to read %(book)s" +msgstr "vol llegir %(book)s" + +#: bookwyrm/templates/snippets/status/layout.html:24 +#: bookwyrm/templates/snippets/status/status_options.html:17 +msgid "Delete status" +msgstr "Suprimir l'estat" + +#: bookwyrm/templates/snippets/status/layout.html:57 +#: bookwyrm/templates/snippets/status/layout.html:58 +msgid "Boost status" +msgstr "Impulsa l'estat" + +#: bookwyrm/templates/snippets/status/layout.html:61 +#: bookwyrm/templates/snippets/status/layout.html:62 +msgid "Like status" +msgstr "M'agrada l'estat" + +#: bookwyrm/templates/snippets/status/status.html:10 +msgid "boosted" +msgstr "impulsat" + +#: bookwyrm/templates/snippets/status/status_options.html:7 +#: bookwyrm/templates/snippets/user_options.html:7 +msgid "More options" +msgstr "Més opcions" + +#: bookwyrm/templates/snippets/switch_edition_button.html:5 +msgid "Switch to this edition" +msgstr "Canvia a aquesta edició" + +#: bookwyrm/templates/snippets/table-sort-header.html:6 +msgid "Sorted ascending" +msgstr "Ordre ascendent" + +#: bookwyrm/templates/snippets/table-sort-header.html:10 +msgid "Sorted descending" +msgstr "Ordre descendent" + +#: bookwyrm/templates/snippets/trimmed_text.html:17 +msgid "Show more" +msgstr "Mostra'n més" + +#: bookwyrm/templates/snippets/trimmed_text.html:35 +msgid "Show less" +msgstr "Mostra'n menys" + +#: bookwyrm/templates/user/books_header.html:4 +msgid "Your books" +msgstr "Els teus llibres" + +#: bookwyrm/templates/user/books_header.html:9 +#, python-format +msgid "%(username)s's books" +msgstr "Els llibres de %(username)s" + +#: bookwyrm/templates/user/goal.html:8 +#, python-format +msgid "%(year)s Reading Progress" +msgstr "Progrés de lectura de %(year)s" + +#: bookwyrm/templates/user/goal.html:12 +msgid "Edit Goal" +msgstr "Modifica l'objectiu" + +#: bookwyrm/templates/user/goal.html:28 +#, python-format +msgid "%(name)s hasn't set a reading goal for %(year)s." +msgstr "%(name)s no ha establert un objectiu de lectura pel %(year)s." + +#: bookwyrm/templates/user/goal.html:40 +#, python-format +msgid "Your %(year)s Books" +msgstr "Els teus llibres del %(year)s" + +#: bookwyrm/templates/user/goal.html:42 +#, python-format +msgid "%(username)s's %(year)s Books" +msgstr "Els llibres de %(username)s pel %(year)s" + +#: bookwyrm/templates/user/groups.html:9 +msgid "Your Groups" +msgstr "Els teus grups" + +#: bookwyrm/templates/user/groups.html:11 +#, python-format +msgid "Groups: %(username)s" +msgstr "Grups: %(username)s" + +#: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 +msgid "User Profile" +msgstr "Perfil de l'usuari" + +#: bookwyrm/templates/user/layout.html:48 +msgid "Follow Requests" +msgstr "Peticions de seguiment" + +#: bookwyrm/templates/user/layout.html:73 +msgid "Reading Goal" +msgstr "Objectiu de lectura" + +#: bookwyrm/templates/user/layout.html:79 +msgid "Groups" +msgstr "" + +#: bookwyrm/templates/user/lists.html:11 +#, python-format +msgid "Lists: %(username)s" +msgstr "" + +#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 +msgid "Create list" +msgstr "" + +#: bookwyrm/templates/user/relationships/followers.html:12 +#, python-format +msgid "%(username)s has no followers" +msgstr "" + +#: bookwyrm/templates/user/relationships/following.html:6 +#: bookwyrm/templates/user/relationships/layout.html:15 +msgid "Following" +msgstr "" + +#: bookwyrm/templates/user/relationships/following.html:12 +#, python-format +msgid "%(username)s isn't following any users" +msgstr "" + +#: bookwyrm/templates/user/user.html:16 +msgid "Edit profile" +msgstr "" + +#: bookwyrm/templates/user/user.html:38 +#, python-format +msgid "View all %(size)s" +msgstr "" + +#: bookwyrm/templates/user/user.html:52 +msgid "View all books" +msgstr "" + +#: bookwyrm/templates/user/user.html:59 +#, python-format +msgid "%(current_year)s Reading Goal" +msgstr "" + +#: bookwyrm/templates/user/user.html:66 +msgid "User Activity" +msgstr "" + +#: bookwyrm/templates/user/user.html:70 +msgid "RSS feed" +msgstr "" + +#: bookwyrm/templates/user/user.html:81 +msgid "No activities yet!" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:22 +#, python-format +msgid "Joined %(date)s" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:26 +#, python-format +msgid "%(counter)s follower" +msgid_plural "%(counter)s followers" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/user/user_preview.html:27 +#, python-format +msgid "%(counter)s following" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:39 +#, python-format +msgid "%(mutuals_display)s follower you follow" +msgid_plural "%(mutuals_display)s followers you follow" +msgstr[0] "" +msgstr[1] "" + +#: bookwyrm/templates/user/user_preview.html:43 +msgid "No followers you follow" +msgstr "" + +#: bookwyrm/templates/user_menu.html:7 +msgid "View profile and more" +msgstr "" + +#: bookwyrm/templates/user_menu.html:78 +msgid "Log out" +msgstr "" + +#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 +msgid "File exceeds maximum size: 10MB" +msgstr "" + +#: bookwyrm/templatetags/utilities.py:39 +#, python-format +msgid "%(title)s: %(subtitle)s" +msgstr "" + +#: bookwyrm/views/imports/import_data.py:70 +msgid "Not a valid csv file" +msgstr "" + +#: bookwyrm/views/landing/login.py:70 +msgid "Username or password are incorrect" +msgstr "" + +#: bookwyrm/views/preferences/change_password.py:35 +msgid "Incorrect password" +msgstr "" + +#: bookwyrm/views/preferences/change_password.py:42 +msgid "Password does not match" +msgstr "" + +#: bookwyrm/views/rss_feed.py:34 +#, python-brace-format +msgid "Status updates from {obj.display_name}" +msgstr "" + +#: bookwyrm/views/updates.py:45 +#, python-format +msgid "Load %(count)d unread status" +msgid_plural "Load %(count)d unread statuses" +msgstr[0] "" +msgstr[1] "" + diff --git a/locale/de_DE/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo index e17d550a0577953fcf7b027146770dbe56ec040d..4ce83f72b3f3850c58528f13afcd23442a75a515 100644 GIT binary patch literal 30883 zcmchf34C2uxwkiyK!GyPAUlQ97Lv4OCbX2aN!yf8HYsJaoSd_Ba>yCN85$Bq6cAJt zaKr&c{SZ)5uc%cJ2dp@7ak?rhPT*BQy$-10c)8#6f7jak>=V*j{CV&BvHI+__S$QF z*Sp>|gdgv>^P2*GH}4PxN5F6I83ae~7zD35RG~p|$c!L34ju{*ggx+Zcs`s5H^IH( z9q?fI33w#@Ivjw%hR4FiN4xL>Bq+EJw!!y9rTY+6mOq6j!M{VLH~*L*mw;6CuXQ1PFHG->c>xEI`Iwo7+^sQMoaPk^UGy)VLD z;RJjSyb3DanG||I*baAwi=fi)fqTFKsP8ZK@5@l-s6mzQ8h8_Y1KbxLL#L`-r@&p{ z5~zOYgUW9sRQf|u@isxlyV}2h6;wHI@_Y+ay6^J58>+ltfJ*PXQ04nERC)gkTDw4f zx6AP^{9vf?qv26-9#lSS{rhvF(#b)kTZIR}aj5TZ@bBLaB|q!Dpc2 zU)b*IRe-8*1)c`4guBB}LgoK?|NcR!{2%fDC*fiE{|xtl`**nSj`E!2c_Q4C_Y2`P zxWfC_L*+Z@!>dr~T>({&w?OsZH=+9TQK<4f<@p!?euqvMz7JGC9RgMU7s3$EhSOmm z+zp-!m0kv_->XpV`AVqr+z9pkt#CSgpZ9;#`#%r$-8Z4qdje`4{SK;rJI{6Pv^SKz z9toA+45)T!hs)vVQ2Aa3)nBjj{&#!c2^Igta4&ctR69QiB{vVlz2TEk`s2?~<=JnZ zw@!txS?{A>m<-eig?T8XkyG@6Be<)Nx&W38&PN@7B`|u4=?RF7- zAaC%SqZo z^1mD^y=$Sqdka+gKLAy(dtnFsK2*G2Pjc;ZD3t$bsC-U_D$fe2?}nh-@fFbe11jH} zp~~}KAAUDfynCVg;|uT-_*K{mPdnMQV;-u!B`AGRg%l~c9-ak13-x_)ifh;1q0-$4 zD&NDP#^r1%Ib8zxhZjKAqvHK9hw7I%LCNDSQ2B0#D)*=00r1OE`TYp0y&i{>)2HD~ zxC@=8dLQq3B2@e{pz`a1D&IL!`CSZ;fqAHQd<|53cS6b0C!x~&3{-w!geuo}pvv_K zR6U>Y{->eh?T8XmI{QM!YlEs+Csh39Q2Cz&mCr?xsXNHR1L1X0<$MP`7Ty65fnS4? z(j(d6@2=)C7q3SgU zs$Qo;wQmp9cX_D#jCx)P)h;(c$<1xh;>yzxm0kfVy>Y1aeGsaA z2llw~%z>)+DX0OBw6%BB**_ z3{{R2TmwG?QK`Z7Wv-o;K*d`LB_HQOiV#F_0KVVze_%iUf#uGgxf4n*9)r8UKf>MM zU*WEBr#>eKdq9Qn=XtmfKL%=C9S<*ty-?rX4i*1HaOn=LL!idnvoxam`M9&494>&U z*x)?454;H;4Brh8hxb6W=XapwcK%8?AFYPR;xECO@QqOE-V3GA9)b+b;O9{N+(u*1 zh22o)y%fF#UJu9MZgj#G@MTbP@+`avUPNQ7y+6f2D&HP-0wNe30U3(Hg>W`}E0kP( z9;)6CL&?QY;2!Xo{{1sh<(u{*SKgzc+W%yzaj+cj1z+sLi%{)wCEN$T9ZrXLLFMx) z7{V_=hJ5gIxHmj{oy+$`_;LJ;pyEFb4};G__0ypUgUZtem2VeR`!9z(!;9hmFoK#V z$Kg%z2Jb%#;nH^}L8Z4CN>8nTyTc4rxkuoh@Fh^~@+zoyd7}@1m-l}V9zgg#Q0?(G zxF7r(RC<4cD$fq+a9Z=;z1*$z(K()^X zcr+Y_s_$!{%5f`He|`um-e>&#uY3Pbq4N6!JOJ);u8VgVJQDx$kSQzT@6d=^Y5AA7(*)e>GISZ-6St zT~Ph~QK)=A3)Sx5f@;r4;eqfesPuLvF~vI+D!mS<@}34&uCqMPg=)u9sPtdq{jY=i z{&pXJFFX$a7hxxS3WhMe(AB>is{IC_(#ydiI1ZKXqfqkoBvk&-z_oBX%1Q095vo2B zRK8WH`dkauzPCWN!-t{L-|YGCP~Sfa)jyBJGvIH%|9F(3>VFbcdW&E?To2VBSHVNz zTj3G#Zm9IX4%KfzgNMT3K*ir}qpQbJQ0>(LO>Usd*9R4UEmXRfKz(;LoCV(o=fcnX z_rHfqXOD|ryBrMl-CTGqTn<&<3Y0wG0@aQmfNGa};GXaysCNE7RJk96s`sy813m-i z!D7aZhj&1=+k4=V@J_f4e$jLKpv&(ZsB|N!bW2d}I0g@cuZ8N*JE8jRb5Qd4ZFo3* z9BTaSn052pu2B8d0o7ioK(+TmsC?EzrGLKXC_EAWwNUZz^}HXd-M$R<{kNgo;TJyq z87Mj3G3WH$e5iIEfXcrF)o+`i%6~0X{_phfZ-=VyhoRd29;k8lWvKT5zULD##Q!u@ zc@B!)cQc^UYlp|clc36Zo_}A4>etKQQSiM`{rLb?dAt-$g1f*x)ORH~A6^4h&&@vki%|9W5mY+AfvV4+;0xd`d1wFa300pfq26B)Rlc`+ z-UXG;XZ`zcK(+Ueq55I3VJ8oVLG@=Rl)Uu78E_*!9$p3Kzz;#S^Y@_gdjcxn(@^qs zNWs6oH^p`sw&iYyBn(g{}W37{s1-J_ACa$+3+~1 za&3Zpz}G_c<6EKXbt~Kv-VW6+?}NL;PrzyLejol2RCynPO7AyN?YT?Iwc`O$-=7NA zkG)X!J{L+~T>{ll*Fb&$HmLUe2von`3)K$4fXeq-_z}2!*~!7Dpz?bNu7N**3*qq< z_6T4BGDLzIqb|Mc;L-Ru!yDiuaDn1o>g?j%q1x>Mh)4zBf$QMHsw>}3a8LYqczz5H z;lCd;#Rju$uD(}6mHQ?rd3Y~W`+g9vhaZJ6g1gt*Yk(KP)8O53C-^I zzrW$i`ysfO;z9MxU%Y>(O>W(?FJ$Tn&Vfvs!N(ygKiGH7?GIfF55RvnRDXX7s@=Z^ zRo?G<|4%%hgv#eBsQ7<_YR4TfLssFjQ2lcwR61{iJHW5wPQkqt_XMt+K(+Uca1L%< zk@&qFcRA0`zA zu2&QGJ-7gVAHERY1NA$I=k)JN{M|m_z|=d9ql>)%TAm;Fajqe3U!J9R{{wdl{zH5` z_1&&Kp9u9sOaq!I_yJDxN%sXW@Np$i`h5v^K4Gtc$KuYwU4`q!-Gs~W?r8tbT>Sbi z#NUI{7(n!`&lRrUTXBEH{TTO3-0isk#2xF?;4%3{gzbl0g}ac@_u&rbSu%A8PCDsU z+&aSa`#A1xIEF!Rfe(8H{4f01!q?$;!wur}yA=N1J=!?c&;QNy8F1fJ+@BKm>(qxE z{PQB>X#DDz;rTu|4W0`}Qr~Ng=(m=zU3~a=@&5)l3%8!IopG<@`F@;!y|}Y|T=@ra zpT`~Q!#d&b@Q1jQc|HkV=HGph=g;Ee--rFf1n;FU^c&;(wLbn4uphT0;T;flX#36c z;G6Nk0=^4Z<#{GN92fr%NA8SZ4<-*H34+aH(r@dpUY;$Dc; z?@ruF{@v-GFM`+OUXP1-zeo}J$p+}hO~}LVHN5{JJQa5p&sW0F;b!ox-#c-y#cjcT z0rxlD|KJY6#lJ7}FeCQBfAi0`z?YHEtKll#&u}a7?}h8d{RIF1xHUX4$IZsI<1Qww z4&&c%dDs>AXCE-iySx1JOL)GG=hNUpKJ43``@z5Z=RM&?xSeq;aG$~H*Mob5J<;!Q zfOJ;le$VqVxYoa$$@3d<@oz5Avv7-jz?f&l$N3BX`KkDS!v7r~NB9`7ggaQCNxxs= z{{XHX_aXnTMp}pAuE6c!)BUD@w-WB{pO50*-8`QN-vp<_^ZdJA;3oY44sU=X@ECY0 zyb$U)4YxbbJK@gac^tQr=T|}f-hq38J-L70=)aRMgFD9s2Svh<;JJ?bmcsDwje9eX z58{r)J%#%S?oEX2_bJ>pxa;sA56{LO$MaGc|MKwzd<3_F_lt4o;$DdhX3ox58s&Oa zol^^kD#c=DEUHc!SeqiWP|g!NRH>FS^*OcnaOUjMOg^fSl#zGkOew-UoT-&()x%m; z4>Msk%H;Sm%vUl+@~raNc$A?4oqRAkfzha%jmo4xb7q*WltznDJ!&IfqZU=0iHGG% zQhF71(p%*iF35z#)o5tp3}sRuo>QA~=FHi8v(Z|BQdWj2ib|D)3|1;5wFPrCXR2ta zLJ1b2pqrsq9x7;9t6Q^`T%;i!4n|R#L0qn@ zck07Y7?m=GVwlP0Bxvd{jRF%GCl^uGbz&xKW2}>ui-q!tKIaRxfpzg{rdAuPRCD22 zp;#o7Bnx}nl7}Twr-#EqNrm!q*(S#d)gk*ZYdCQ;=m%GJUWm2u*#(j-~C z;#lFvsA*iu%PsdSh^gU60qet5JX1HX^iP;6N{5Vx(PfMSR9Lr_3AryYo}GpYy0h76 zv<~WpO@;b+(4EW4d8MGIo~V|s7Dmsy9$kqV__ z)EaqGsk>P1VXZNENt88Fuzt#nj#evZv!Hu)v^X9P6^hI%WMjcm&|Qs8Kxz&DFqUz0 zl#8U(!v$!ON;%Ikjuo8-u@6L(dJ$R_4h&Pa3{5G?%uppt6orj)j+%6a1C@|sWa;Ym zkjWxbLr68fO_DSO(2ICz`I8u3*QgIyXmvx_m*d02P(hVgoXL*ZKTdKbQUn&NNQ3&L zD_C5tWJi$v^)?Ae*$4WkH4y?fj8{v(YxG`T>Q+P1W$6ZuGb%S!jUrkwvx&i#87xw( z^B7s`B+6W`76u!%7xSi*ZN8{AA~Y{*FrMOu>-EuE*W9^zltS*E7X@a2Hgy&0x`zNQQBT^38BB8VxT_Na#ye>9`53;Hy$|JzBv> zY1K6H*b;fchxg@%) zE9hbV*1uJ$hE=iVndEnRG?CV{K^7N7gP+OUeORfE^Hj@bsM(ohdRUJr7;j)|@Wob&r53+RwFk4|NMh$;u$tdnHZ!bYdebv+7yHMW zh)1z+BW$EB#kBfUOL4p_Sju}hGs~p&UIiB!luIL<6Or1bg>s=b9M0H^#W5p}po$_` z-kW?#4$U`JbjN68kij)fxYLtMZHW;$gzKV9(Ojrf=U1;JPaTzVaol??rwZ0rHIx!y zl<}gPr<+Z%V->L|SXwP$W%Av!sH|B&3Rhzmc)hR;o2BArHFYqpRoIlt(l*PZ;wUE< z66$Ky&J$`lp1%5qlt-8={PLIA{DJn;z(F%S~~Hqw&9m}`=ffDUQ;4IdM>RcT#xX! z79!nlwwb{y%2`p;SWe?EQVeTFy>r7z25~y3#>S#xMP;}gGWy%Y6&Wm={t`1EfmAt8 z-}zQo#_R!!oH<)EIj0t^Xp~0PrLt%TEA=`CK6%Kei9v5_XmOc31hL+=p_DA9m~u+B zaBR4c9S+?qeNnLH?F?2jBR1&TE}lrsOu)!Jt3DKC5D8q#6j{bJMP?E$5YOQh(@a2? zz_T+lE)&IIKG!@2-^^|%C%H{bk)iBd2IGD2Y``OAw3Fi!^8{Q{?+q89Jz( z*;L58l?Ik+gFs5^2Da0!jJ}%XEMrLNS2R*>bTsX$PQEMC(B1^Y(;y41C~w#5wGVL? zX>-Fs<+x0Po)iX#%CRpW`2~@$GD!fzoq}p6|hzqQk;qGHd=Wik@X`Wa!b>X|L z9;~jI;Y!~W%v2$g4`G5};u??YZ3@!h)^-d=?If@5moQ||o7Hi)Febld#g-k`_>rhu zBn_~1Y-V(Q=$79(2ZUrwZfV zS<$B`Ydu`*D`lHOe2_Ma)+|}MBwXDn4MtqYUBf8u$&4FUq4bCCX+so^*h5jH32S5& zOGoi@-s)KE_lE>Zb`n zT3w=)!SK~)4Snc($@B)cmsCZtrZQS<3)Zj)V*k*Rl1Rxo!oY?|4(+q1>Q^M{A~X5v zAzwTj1!$HWY6*Q<4~vz2ftAS=-z-opR!dWSxnQonYfXT`j;aaPYMSW+ZpqCP6Q*ju zSTcu?MSt0KYtEUje&IFMD|Pl1;W-P#NJFKBJy98xFjzZ0Uc>$^hS*W;=}Fv!wZ%-< zV9T`U_E4~v<%j*FK|jQrE?8?8P8GE|P$)$cEcv=Z1#T*^yy3xS^l)v3{-mxgUaIQ- zOx)6oCZA4Elb)aTd@M#b1vSGCx_z|xAzW{pVQNMHiYM7QSqC$B;>pFWr(!e6HaRV> zMY6TlR^B;#=|$Re3f4s(+E)|Vm|)+{Ep*mlgb`+zSZFqD?8#%_bn(iDv+G&!anpXy zzmtA+lmEKZJ{~V+>AN|BvBA2HJslL7l4QqD2J3KPREcOH02ciE7toZgvCns@G(9cX8^t%)Nb;&?z*&?E%rBb7;&7pp0YcP57NN4BVTFUR@xG*mOyss00(M$SXZ#r)m z!P;GxAXtI40%ByNtZi;VrOm=3WF0Sa-`ngeU%a{8Zki4m$c`j)v0Gc#hpUxFepowi zs*LucJ1sZmr3YvD_1iR<3;LBamGNuRnhPjuW7=NH=y6ZZ&hv{@iZW@zMwKwD8GI1K zzM0WT0qaf6Urh%=e}zps_Hig;-8My3NLAY25RZXBrde)G+f8j@f2E25#M64FPF)nz z=JuIfLpwE14rSI4e1$5tZTlqd25Is}(bfpIH)4B)(!v&{9xkR|of*yE)i6W0E$Ekx zzKxZZd+)o(#b$(9sHrQr0K?A&9XGBs%`UGDUebxpq;;`vL0-ZA7~8C)%^QQ5#)2&; zY19UrlQm|o_#t#_$#{13gDlEX6Bl);A-gJ8oP^rCI;NjUd?+Pl(&=xMN*S#}`x~RC zBwA%Zy>rDI7iXgev1UPA&3xiIvTuuZ9#7SN zArTC8_n#du?e1II+Y=11b!C#?rp-3(t(i`0ZhOl%VwFTQ3?NWCrZT(0$D^J(wjSIe zS5#6~wjtc6*fJY&2#*_l7E&!BpoEPfX$YX(B#UPyr#_SlRhQMS)m$?vWuvidy4#tK zlad>&nbA#JtO6~Nw2n5>F@6uPQGK19{(#*abGO&k~fh9{ImH;DwNs32~2Hd}0 z!9cYU1?$TlZZXc2YZM+-LSnmloK^CA+M-xsT-amPtgEV84dRM@Jw01UwR5ERaQHA_mWOG#kb?;BJ=OC%IS|wXhk&-=+SV?wTg0VsG zhUAzUBoTRpN!hdrW%DbH__Cdg62EG_r7oyxhb!Y0u%?{ntmDVV#yazH*V>l6lj^xn zlRih$(Tc@|Gs+cNeo=MCna*;X%Z8rJEGZx@_GP9_Du?fyW`Sk+AhTJwJ8!Yoc&eh= z2T~<<29Ybgy-!Nt+?%BzWe+DgTPt$tf-bVYR4Q?@UNLbBM84KrYGzj=i;M)t$5LUU zy4?GwMm3RC;jKt5y^##S&Txs=Ze*e%j0(4fn*>ZBI(^j~te8`*sLT%Y$IC5^RZCBB zP4mNRVZE2(WwwPiQQ8)r6@b;M7VW21HoiAfZm1l1XoC3fmj z`zXug5&>N`^?uGj%rZ&;pG@0^zN^_}!42Fy{(D`7UcS&FJsJN|$NW5=(dZBkfJ8)dj^F6bD=2wOOVg>;lD&7C>Bo*CRY5^2}& z%z2z_6YWfnt!*H?Y-V$HD$wCP3v8FX23KZV4cHX8ZFcJOOLRMX<@qJLeLeI1(oFRZ zQY|HzzI|rCAXff?zeyHY?Q#Lu32n?$$Q6u!_2<-VE!d1h!@HhFTbYGMgk(u=Qxh6E zeSMB`IFepMZ%=%z>gJj|pgv~kW6PSQsSPIGvFPZ_b)3WLn6~J{d7bk*=TCFHEgh?B z`9iK^aU);r7^rlG)7Gx(Sck2wm>oUTuq!-a-U;(N=AGCv?}Tvvsa^9=@0fSmym`}f z7|}6M&6I2G=Txd);VNAZ2-oR)K)Ar}3fNVFv#Nz!)EMn7NA)xL$em?$3?R^5VQ)Fl zOgJ1aSh@17Vxf}*xn`6uu2pR8>7BN!Z&h!z=<_@0OVcWuR{+u(W1?gT|S}Eq)R*8;lz2+DP>%=i%PxmWdGxL`+Tw+V#aO{uJaAjV) z(<^Ks-AvFK(3bmBv+77h2d`xBX`&DnS+W1P{Bzs^J>x)Tu92al7FUyLwY}RC+%_j!Hr0b3@b6=FG)RJ-f zj-yM7*Uejw^-wJkh50S_73&2S%~RiWbkUMnRXfE|%aWMC?HD&=YY1IauVsgsZt7E9 zXIva{oweR5=cl^sn7p(bi`^r2j)xdITCQ6ks^{DiQTHCtVJ(^+E}~(|9P<^6*!u+y z7~3i3BQjxX9pWwa67eS@)fS^wV>*5RQ5}_O3^71xm(-mdiA2l&#CDsLP0ITG0<$}%to?7~n_3$^r_M>Agp$;4*eU74|AR`0 zEw$cellLb^&GSf~3osl;a*tulZAdtBz+olF=#5g`#onA&H~N*agsdEnH8_HmaW6^g z?cgx9*wJlgQj8Z3!(4=_=#>J|%4UKT&u>&2WFyidBw!*`i}$!$|Be;7MX3aB%qhW4 zGd&Ilvm^DOx2_A0TkhkOjf}aNMFwn6MU6@Q;_gqbii$a^WXhq`(7hY##)bh)P=*#) zSiS!!0nClM1%3mI1RjN3)%E-hH(#Jn8XJ) zVAC&_=*neFNROSnw**NE>13wd5^8zoBjw5#()o=V1({%3%9>QSBtTi z@mO!Qhq*?mGSI+?9P|BPEVbmb)GllyJ?xItujK0`TF>eeKGp;mRY`~LmVcX0>X<@!F zsGGo?2T0_Tkr3js`cXB>PhnJO z!boQK_-4rSxZO!l*P}v_DXAQ40EdxjffA!zgDaLMXC63#GO_#Ca&PT#SaLniH+8c?cbZbw{3duBI`<{iiLrHHJ9FG0la! z6r3$l!FFNRl5opfL~>MJ6swtpO>N{Zw3(brbELfIYppQIM){yyWH^aS1-K)LR1}@e zOA5CYhg)Xx(FJQNMHa*JD)JF6|;)iivtbjxNmj?{Co)f=oF z^(qaogVZE!v802#2VE{sF`eIFor}iv3!^~89%0zBS*CtnbG(ckKRdWZq%9$_yN9ak ze&-{JU^SDMEi7C#Li|I}S02t3nP6?~>6$B7S-e5zEFkGf-ENJz5vDx3PKLQg( zB5EizO^_xn9Fj9}qMBKLxs)YTHO!;pkZ!FN%I(RF->4z*Hs^C4SPL7?f$7;a&l<$Z z_(Y5SImQN;X7l#Ms?beY85X{C?TpJ*ai_ca>eOGd?I$klI0bXluf<&54Ty zdi6I(Dp&f}Y-}p0rySjzrPtBbWI!YPo3rv@Q&*~-1Tmzj%Z3O6sV%Y#kgFOLMc2Q| z?cu6SmE$)Tf*dzEOvTDV893VjJyY;OmuN%7{EM~XWwTQjZhZX-fh@TJM3*|r3~OAx zmSx*+OC**)&$&|DTVN90a$BC;ynIG-zL%r|GW-J3~wsN6b5x_SM&l_3hi zRAgmDe|c4Q2A$ot)!I(oZ_OMJAk5p8_&QV27D4g)2&;LpnMfrZDUt*eVSGimHk@gU z)>(6HxeuWs2d63QY*6YA(q>N_P^oRCqu6b-aMdMLLoB5Er2Ft~kHC3!6 zb!*99rq?Rm*X3#@>n68ubPFYacb7zy%ez=#NIAP{+E>nS(P))=Jl&19{pNz#*ezat zu1Gd7qO?)8%@sDM?wXOSex5feLp+gJr-=D@H7dmKd37hN(x}|#KZ!en)gro__|9U8 zgKd6D-PmQ`X^E%ZY*W?A0+1fvMtohc)lPx_F3T^Zm0^g$G6tK~PzxvHEQ$+7U2Pa@ z9j28+otCwh#LOm@)-{m31}yE=>A!F3@~ziwwPvbjMPsk+lulv(2JtoFlCBBU^x;4z zZ{(VAhW!l{Yy-W(-yAZTnLeOu{W79aVS^EaR8w5bR)Q25_aN$Z)Mf{sc~<*E$;ARl(?;I zF2j1;h1)dcq$!!}eNzPSei%F63~okdb9rHw@)Y4~lc*SCwlu1v>+^-7A!nL1^DtZ6 zC1VsJe=fj^vsbHKo-#vHG;6RnXkKj~rWJBlKe6>6NA+jd%m5Qxl;#Qpy-?=d0(a+3kCvL(Z@+wGV$4cOM_wr?~ytAvrErMuGVCPi8Q^}yu0wBYvM4!A?IGJ`7QZI;&1Ad4twHfnW8W&ZG2E66!PaowRiJ!p8|4wi%qK12(*<@sF&mHJdt(-~CZS~l)*$mH8Xw$n-9Sxjmw1?V#MiEH`wW{DH@fB!k zKkWj$9Zw8BZ{|&2?{me+rqE^|B=Ter{%&-ctI;-B^lNR%Q4 zsj@5zcZlU?2!Hfcv{fRT>&yC~P%dd*IbSczddxxX~P>L^RYHTMwAL`ilOY~Lo?pi=9iu$;7~b|A{3 z-+*Y23yR~EHZ74V6g_2gr5Q@Gxvqk9?F!p&8C&4x5d>N%66#@prof_lC`1*4PK~2+CQLE@?X##Emv9zYAoh9zi2(ji{;@Xa*A~pCETDJ`KTj>_FWd?G0 ztZg~gwv9c2LG*-ezO%e{otuO#i`Rx|c>hku(~$n5wVYM&cEz-mDu+|tw&o6`ol3;> z$a?)B2)K(J@kbe~J+S}VOt#rHW8v85bV5hGGt$%vI{mTewl&qX+_`Al+|^HQ-X=T! zdf)7S6_crtbBNXf*RrY1tAFO=HJw7;&|CMJa9d5CPZNTa7)C%6Lt)kqYFyhXKotDq zbd2p|{>~EZxqj)g?!~>~vflnB%X|9BABqT(l@c;hyum}67c1tA)!R=0WVLgI}tishwM`@TcXyWMnqEz+FZR}NFxyOZE} z`)(UbOv6|Em)0!t?4nGb6S#rD{&tIC%_N*QX=~sTcdqx);&Y*0nzf zMbxW_fradO!-4HT6B8{7<3p18%%k2JA_S5E`p(;BE_RJOWa867OZ8Ho%49t>3`{ZI9+0e zD5XjfufH&o(af5MSray^Z96)WA(`Tc3EC6sPF-3_?U^+XRNMlkCJkVh1^g8SCV1Ab z?j+DMF*WRV50po9c)DefNnFjWie~gutfBm_Lwq3S%WX-<<~P!46=?0BWOO6LacRP{ zwO~g9Gi0Pn&Ae8VI9)7hc4{;Iu_? zu^M{y+hV4*sSgIFv0aG}`$$`|sD1vA3;e}c{JO^fq_4o;u-H%fC`WapE~usc`WY=- zm}s~y*|x1$S2LFcwK;lerKFShnS3Jm-d5p6SnAMu#eHA30rsB%73a$4YOe$882~ zKx*Yfe=w!`ncSz^(zi5Xy2f$cS_VLD$OSrauiK@ioa>fUJtyCFN?#J&)^#a%=37!t zx83A4x9|4X+ASK8M}VRR})ASVEJjo z49VI?Lfcp8=5Btff3}tE_SbvLq_Uqk6lr`p) z4x$d>>Wf_d&-dK&;2<~z^UEMr7L=nI0Z)Y_EqDnof|DsUoCHsM?sk|ne-0uN!Susj zIo;+t`UqEkPeF<>m~|v!zz5+^uoH!=d~~94cU~n3o`Ui;NM0pEkwu+#BD5Q7U~IeZ0f0NYXM6mif6mcbLCrmtuH8Hh)vh|66a+1>51a?jgHzy!CkH`aSPi#?$HCR%4W75b4bk5N*MQH% zcJNiWE_@fR372~N@4dd{6z6^|sC;#Ra^C~WeSfHMc7UtG5wJHL13SXGa6@%g<2{9Ojug4e_K;hk_j_@uXg4a)y}Q0~6-T=i5J-nvlf*%T_=Enx>Z&~r4DzZp>B z&VhYk3M&57;M(vHQ009&l>60BbLQ(q<$E(I_vLT^+#aeN>!IRHLzTxOsB%9FDm}+T z<@-#i_%DJA=SH{{ybG$_K7xw(Q_pXq%A@3T7tRK-ANnnz;-3t+fs5cq@Or57eiUv8 zUxVkvj%PSIyAf`W{zWJ`UU#tzcVE~EeKS-!9t)MP-$SMMJgD?t1L>lI8(?=B{@%qu z63Sl_RQ?Zz%HJ`Nq6|)fO2<}b2En)RNvM22NN1pOe;P{vDpb7hLFMBUsQ7<^D!=v4 zrjB7}sCc%4%J&f12&Y2z-}geL=S`@3`3x$&pP>A8q|;grc7Y178&o;(;LXQFrE3yY zJOz?pvYae*g}FFTvTcBb~7PCE*EhKdAWD zIoFwYgbKeql=(oYbPV?Tu~6Yp^qd7HPgPLmavW57UI3N9%U}b%4Gw~(=aFZ)50qRj zhRWBYQ1QG3mF{<;^7AcJI@(d03U@uIa5sXo@9oXEhbpI?pyXhT=VYjQp5^UhQ29$h z#k-&9(cb)Y*ah=Tp_QNKOYnD?{{JNl@lzLgnKEZ+{KUp}z-i0=N64 zn|Dlt%2xwaKa+(@&yi4aa4NKR0F~Zrpu)Y++du8~uR{6%(DUz5_1)n@H(u-t)qWPj zZt#7ma$Msgm)>=u;@t=;o}QlD!8Op2gDStta5cC)RQ>M-m7aR9Z-NSEk=Gv&m5;?x z`M40u{|!*>{#I}Q6qLVLpyn$dLdnr;7dwAl;2P-rdVPPWc!xoSKM^Xt-J#^7!P_4I z74C1L%KZ$ec6SX_y*>(+-`Akx{S2-N+h5}Rb%b&BAyj^kfQt7-D0k<;cJLx7IlLOK z4)1|V$3swZ{vuTQt$(RwXDI(YVLP}r><+huO7Bc4|20tVa^8G@sCa%0RljF?^B1Aq zzYCR*ub|4S!(}eLn?Qxr3reobpyC+^RUb2;%6ku}@@RxA*F&K4dpukVp6PiZY>)nG zufGk--2>kIS1}_x3#SWIe7&L4Hvp>KCPJ0x;ZW|6fs&&$p~~Sh zsC?WGmET8USNIH6J%0)}hHG5m%6W6oEur$$52{=SLzVvsD7mPHlBfAze+*n3{W(zS zxD3kQZJzf*rRy=c4tyEP|NBtxet^oys#m&ntOXT+N2qq&)w4fTeT?>;0NbOV4ApLD zdwmO(+#CiK{&7&@oC+2HrBL~~394L{K*|4~VF^k4U&3wRKcLE`|FtgvgP`&=5pE7=dVLP|L4P2W|BIl~dmU6d zZiWi~L8x+E0_E;gD0kmM)%TB{YhLHl)xmRPI3D}1Q0a+7)pyeC5A!?*cEJ23C^@+R zD*kJr+R0sT1NZ_|{2xH|Cx3-1_w}!L`fgC^*%7K9M#G2TL@0k7-r(%JLHR3%s=pmz zM>rX72xCz3H9^IHBvg9NfvS%yy#4K7|0Gm6uR-NwspqOUI)9y@%D;za8B{piLzT-I zsPs&Po#38O>7NIC!WO7{IvXmT4?^X02~<721(m+{J->nqf0dh@yA7bi?*f&Mt)S#? zTc~mw29@7kq1^2S)lM6r-2V=$UKYd2@FJ*o|20%SY;?1WZva$y!=cJyBHRe>1r>f4 zZVV5HO7~e%?$7i3E1}}K4qgrKhFie&EpA`tc&K^eE6~z^tBZFSRQ@MJwTnHW>ahy$ z2vd51c^LM9&qA6?@D;oYUU-}HKmB%>u05d2u@z>y4JA((d)@|>-X~!KzU}oB?{e|QpwfAu=P^*> zoB@^p^P$4O1giY6hpLx{q0;*TRJ|{SlCN)}^4IxpmyWHW%6Dg|a-RXWfHklj9ttJ* z*TT)=ZBXGZ@%$R9UOV37=d)1xo8-9WJc6BPW@`e4-KMs|jAE3-vzt?dSsCw-S zL%1DOJby((wUQ zyx%~T!>W(Ec-Dfd-wv<`90k>%)xy5;EU5nBA*gs>hw2BGLdDnNF;@;kVFiJ3Jo!Bd`q4dcuWsnCG!j?dlY`D!c@i!YjP}3vej<*P-O1 z%ahK1H>h|A!nNUGxDFfx*M-xd^1BaIdiI4XuX#}I;9wZSlfC{1DE|*ZmCtif;eH6! zpM2%*OP_M(vmIO)^U+Z0p9bZ=7AlCJU2k)_g>flAB2*Nfls^s zY$jCyUk6p*he6frad3Tji8sFmu800!Z~hEa`Mn9%Zq|CnmD3QY_=iKa@A0q${0&q& zB|YcE5d9+99-ar4uPdO+;|udO8=8k>0bg> zU++StcPW(r@1f+Q{c}#g0aSnA9jbi{hH}3TRDSBA{LO<(&%sdb^du)j%%Un^&Y5l zd))I+a2ND1d-i(S%_GuK<#P_)9o_*|jvKwg+!mI@PVi0G5q=E^!*;K_^PrJX`8gZT zgZDtS%WYnB@;e2}|4C5kx)`cox(+IRw?Ng$-QN6RD7kqON-p1k^GhfXsB((E;rfqx za0dGMQ2oRc-uxM;@_xbd4bKmtGh|2o)0&}{A#a%94a46pwjm#R6G0@DnDDi?dq=&l>IJH>7EYf z!#$wt=~>tZE`f3vyyN`0hpMj)y}lQe{Fg(?<1p9*PWJkFa3l1Kpwe|3+yY(>m7m9; z^1B2ooOhtf9hCca@4EWf94edvP;xTPvl7bR9H{)wgOcxsQ29Oss{HPTD(@$t;(Hz{ z-+%Vz@4?RKKZS~C&G+0s`{wX8^jAWqcl7(NJf=a_>z+{IB%$mxaC^82PK7r^m1DaP zFoXS}%K2Kj9W4FO$;IBV68+KecKAA+2p4}81bf5xp~`K{U;MlnjzE7poCaTp<*@8y z*Wd2}yQ5zS7s9jP)^L+g+&DN2DxW#1eEb&nhQEhO_dReIxWT8c{P%=q=o{fW@NC!~ zUIy2OH+ucOuqXN_U${Ycs8E`8^~tz-{(gI~k-;J7bb zJTsxvT?M zC&L!_C)f-p{z#p`2Vi^Rx#K4%9}fp5mi~94{;l68^1Si8S)+q^& zf!9H*HrRPx=YH^dlq(JIGk7EBr5lvkJ*GF{HRw<8SYr2P#&1|+{cq5z#P+F9hZkdC zvQbHJ2fP$2{@RU8tl!*>%TZ^de+fPSvzwL#55pZgmjw61pi4<`Ke!KG2#?sT#P08u zbu9^QLVqEA9PYV!iH*mlTa*Nkq5lkC25;?FV(Yh>up~GF{a@j4;ll1EK@zUsqa+v( zGjM-+Jvi=0r7L$)fhc6M4>iQOam9?rqOs=UP7@qMrgeb0&#+fO90{g*<{hhq*59g!514Tu9@jyplMmr+pt$Sl|%?gKSG%!QKQg;4$1 zF;MPKf(qwMsD9@>D7n4?%H5+-;XDJ?|GoY>aSjaA^ZT!UAsZ99J)fKXB#N@W1#H!gew0=sCIjdH@^U?{BDK=;ge9| zm+auUAxxp~?e(WXxxWZ1A9p~d_f@F=>=USQWy`_N-L`N|^t(Wn=QODPB?jg1C~v+P zD&3dB9pLRy{=R}LzrVwEV7nnDHV@kf%Ktz(2#$u^!~Nlo@Oroz{2X?LYwzgHOW`x< zYoPj{?S__EzdjqP9h?Cb&o@xzwCYYS-J3zBXDg_9w}DF6D0n!W0yS@V0V@8lq58uC zJ3DtHpyXi^ycX^bABOFRkxts(pP<6~Y`6>mdnh?udxT>rDEZhND*o-E%6S}AK4(Dr zp9ht%1K_dnJg9V4jCARl3{}p1!_IIXRKAY!JQ-@faVAuJ_dtdFGE{u;LAn1cl$`tk z*MjSga_%?r>0j>sr110DCK)G*%D&K>k#*5QoJ$%WV4BN07r^1@pMr{S z{c)}x^@1wj9iZCNo>1{MLzUAZQ1yO1RQTsW^#@l&$<<9z?(g?}%A3Co<^O%C_?AM2 zzvg(C?;cR?Zab*@+|`@Ug`1;45MBV!f{JhW1ShxSp!74L%4aXAbk#!1O*1?co(y}# zO?D};o*FeR8uh;+C+kfF1?CSh?fO6jl4uw0w{;&z= z;6<yN$pc~I^yf%1PNR6ZW``q!Y+ z^9huk{sT%**PrC%xD!-;ltZOsFf4_mU|*Po@_!msxn2y_p00t4?=h(U?iHwV{s=0b z)h9diO`zOu3DwTFhw?uKDxC?a`d$Q8zNbN@;|8d5xC^S@{sfi(nNwUlh(WcNG*r5p zy?zmtyQ84eaWYhYeIZmn|LplOl)rDG;tQsh*!rbCl)Ir&@;M$Vp1q*TIquCfa0vP% zp~ATjDxZ%-6RN-1-`k%8m5xiG!oSn= zNvQn24pl#&L-iZMG^gJX%D$J^Zx3ZZ&YSN66>ieoAMDLff*MEu2vu(PLgnKJZ@)^V zOGhUt|Gl8%9}Ja`U0^Ak2Gy?j^E?fzUao~IuREa1{XwX7Jq^|0ybTrq8q-}n=?PU% zyF!)Y9H@FodG6@Ls5NeGE0<`wngeH=F75Jr>G-HdH?A zpz^;TRJoo3RX&$O#dC+(-w*dh{~`?Gz*(+7rbC67fRdwTDF45Ms-N?r@^hKzO;G8* z56b-iv*d_3j(Jp2v%SD?b({x_~a8vzyn z9H{VWq58cHRCyi^m7lYr;=jz>KMa+wH(&@qhe~&cJzcmxpyC-0mH%DgL$DGm|6TTS z=DncGy9_E{8*e&r(sa( z8xQ5K(wkR7$;Dh4!ULhoE8=Vu98son1#E+qoCq{1*-i23b%wm!gpcsnv&p6*go#$_hYE=zl4&LHEUh|dP4Qz zWpF4Q=gkj;D$nDf%JX!nc5oq7eO(R}|9zgXLbd0w;BYv!&eDnE~T^Os={ z^h=?}gN^DP2ScTEFQ{_P!d>8TQ02P>syyF=O5e9o`7cR0`*ooFb%qLOpw~};2cxfs zO8vd5--Ds@y9-n}Q(*{eq2%vKuRk5Cer|z%;N4L1e*jfJC39VU zcY%s`2e>ty0#z>iL6ytZQ1W*dl>EI3E8tIXD_D_q^V!)@;T{B)t}~$Gy$Y7X7rp&Y za5(x+8(ey4L$!khRQe8viuX*YcrJqq=ViDJEJ-;z+!o5+IH-7MLX}S%sy#1)s+VJ- z+Q(wAzXGaWZiNTI2jH4;blTP1L@4{2Q1udn{oy-M?WR+sEC0?=?WG%3x$gv3j+3DB zQv=mb_lMKq;hsyN(!KRO7w-_L^p1oo-^oz&(*Tu@W~lN!1WF#yfVLk1)t+C4lDp5L z+D}QwrE_!G8+{L`avcxlzY1;(kARBjcBpcD5UL%&2vwdRL$$lrvd(-2RDNbcmDe24 zIw(0!L#6WosB$7MXqoBgS0xFyv zpwe+Cl)q2laQF>WItR^n@-`W&TwraGgXMcc_pXZ>$e+Mf6pLqS>pvs}7 z*~PaZlss<^mCpW9@r;LxeqhTs*y?zo;$+6m`{VMm;F5tgUaWzP;zx9RC!+km5zI$?^Pzd=o0%4*QqbJ&*2C>92trr&3VitlZ&Uka7pwGMQ0 z)diNL?+I1@yFtl8EmZq!fJ*;DxDXxz%V5btt~@HB+TCaoL*?%o&o|+g=)Ztt;U)*W zaei;8{9FW;uIr)d^I@p=^*U7e??ctcw@~qx9OC9ZU12Huec^WSWY`}*3MF6PL#1P_ zLtQy`hKi>GD!n72@;?=7eApK%oku~*;nh&(cN5O^%2B`Grpz?DBRDW=#=Mzxn{IS=U9O2|LgbHU68~{f_<+BMY-$z5G?_{X(FM_I{ zTRb0y`=EaXs(g1m(xra_RQ$U`$#XMQJst~{pNpZ!zpG$h_&nSe{s@(xfk(OhlVNbZ z6679^!Tji>U41_dhocXE>&kZo+!}2RN-mCrD*yXEpM#3`9nZhO$>_g?!{G2^T)2zi zK=jwbBzzC5T}?Z-BzP4zL4~{9ajsvCL8WUUoDT1S{oqE&mju6uW1#BsO}GpE5vo6! z@HK+Q|aq0%`4N-pc5`ukI01$-Q;zP^X5$M9sA&K;rTe+*Q( zdwFJ{;ycpwB&c+q?d{KlA^Mx3^7j%{y}jr4o1Nn1y)RU_1K?M1ER-DXc&a=9n*=3~ zk3p5st5Eh|LCNhJr@8jf8OnS(RJl!qs>c`{1m}7ErBMCZtx(~<0pt<4hOttx)ki29@sTq2&7=sPudUE8uroB>Gd} z{;=!WCBaT`F;qHVf^%T|bKLpyzHk=$?f>BJ3mgw6$6rH*zrndB_T7Tva60-Epv>Qc z>VG?(=gMIRcpUmFDElv<+JCq6UH?@HmF^6b{UI<7uZ7cK_X}M8=3qJcW1#BsRw%iC z+VgcNIr$id@NZD^)cKDk_TKI(Q0{{ZT{*4?6KK1^dGKhcaqkDH^5}JuJExlk*F%3J zRQL}-)z7nVEBHQ?+;4EPtB0O&3i`fK@wGr}r?5Zzlc40_e$U6D+U;|2Tlf;Jh3j16 z!plO*Nek4tu?Q;MQ=s~f^P$|o46XfL>dqObL6zT$a58)sj)Ma)bNc z$`X6;e=w9hTn6Lt4XE%(U*+s~g(|;0pyc&o*Z^0*+J%#aJEPwpHp1JXbH}yBYX;~UB3nUz#lw&URx5Bpw~B9{tn+!r_b*cRgV9C05?{r&rf~nPPlo-bfgFM zaO{qU9SP_j%m<=R6#0J{^%TtB!|nl|>%1LRXTM|6-;U~GAGb5*>;?U$JWDW89;*pM zeL^k%B)bRj==T8rH^bdP*b6GZmzxcC=uhk=XIsp-!TwAh{eFTs`E*G?p69h9{oP*u2>yof zO!fK=@OKB#zC6Fj&wemQy1K%3i_)twzvWpE^XT`JPg|rPihd*ShvCES0X>1`V((xh z%m(9sH=aJYEr(aZZ885n>VM$wai1=Ec@MKwpyXM6Jfjuhrn@|WqcUz;S8Vl$bSX)T`+$Z{sXFi8Hsu^kA5G)2jrjU z2Glp99L}TP!NlDvjC*Dh^_chY+%aY!|di(pm-CLMX#{asQ{{^$B(NE>Ml;=*&3Cm0kDz`IcOUT_gZftd4&YfG`@=B%7@XYv%7*%qRHp zAI0Bxs4L;6FvR^|@gMyXm>2)v#O{6EwO}|B_3PM=LSKu1d-%O~+<|buM85&{J9x9N zasNB?_hCL7w#Ut}-tKM8W}?=3bXrmTx8Y7>>nNUcF<*eY&Y0~1{|Op-J_WG3&S9jF&p?(?{^?MDo2`~jW^lmc{ufcf2&~F}^<56Gl^)kCdfB1cZ z-5K7W^sD;t`(nPkSNFi*g}7NCJyX13wl`;Z59XoXAHK;m6E`<1V*lG5?uva+@BVV^ zXQ8gZ%}{t1`djcBvg&&!zogqz3ldjwB!?DT7Zov;g0cfwx3zj^)%^@G?o@btp03;t5Lzs_8d4o{{X z!6&FS2YlH3{Tx3Zq5sCa5%$LJ2h24m_?AFL}CR_9;&bepZE=SKWyH_C;YHg!$Fp&sgHs?-TT0adR>3g4sSi zhvKgIHw?Q!dNY;)!5p5)(072(!W@1&f;%W{xsZA&Y3(*F?$lde!HVzpXX-$^~G#GsNWixWxe`C?{;nU zKVnynoqkuLp9nYc?(XsK%+mka+1m}mt^?1P_}z%79qQ9@Glo381owbLVO>!eJE49W z|2O)uHbs9b&z_idAdG!6Ka8g*W;^1)5wnN9+g_Nx#B(@$ro(n`uMszc(Z7T{{hr5u zL+pCP26zhQH+VbQkHc&d&rHm2#m&~J^-H3jNLV2FBW6FDsr&OR`q{W24qt`caP&Gn zgoov1@CWz=W>@mu!gDBQ`gJF~kFeW-XBW)=h~4#=A85Aj&wbu)JGA?I^FMgrfZZbe z=+_(d?p}R9;q^s7mS->Q2EypK2)i$EcM;D8m`^1Q(QiwycoH|2JPWWt*N3^YcUSG* zjK*HS?cs%Rs&{t}`X<~?gJ5J_iv8)vl`)sZOkU&b~DWH!n`|v zdV0sdg=>4a({MA$tGnSQ`Yk{)faiS72qM@9H{YS&6ZVjS|Lp?DdjB$d-iJ|-*;w?G zitJ>+m)FmS7xKKz)1Nfd^XPX4`omFI5=T3pQ=M_JkZ|jH{_NciLwz=GXX55$)F+@W z{=Mk+U*Z02EY9Tl+&ehk+Z}@4R;bU#{4LbSc=N~5&*9mNa5sf(@f8315$8cg26J&Y z8NUxg{o*{wqP`fjUbtPGN52;_`_!j@nl~GReovlF(El0xG5G1>(;+{bW4=1}e?uK& z{|wKcu|Lm;b2aJ_-u-Rxbj-)|?1Op&en;|rf%+1jqj?VX{-&bVFM+*&zaiZA@C~Tn zWe&mbaCa?!-tp##dw;88wl~kaxO`Zc_pJJIWRK4wXuzKu~oir*c1zQV2-&&ik#;nD9Tx%K|becaQ%{vhnuL|x^a z2791B#@h`e{9)d`the*=J%s%Q=#PdW{vSnMg*u1Z-Qjw$60`S<{HBW3)wn7CH4=vQ z0`)7$j;+#QbKG}AKMJnGQ-Rs`=7RAFKFpKg8OOsGiH-q+BY4(9uitHiIRbr-X9E6b z@tlMCIWXYa#^>cE?Eiw>fimZ}si)L0VW;0knB4$Jn9lv_4f^ujQRMz$+~3dh1<(G3 zc`hvV_N$`b3HP^SHpm5Gf7d}j1-qMYw}DU7nlOvmmADv=`BS*L8@+y8z-!_5xS5Z7 zI?r#=e~Y`%a2NfK#(YoQ)L=FnwSM1uc7j8T+#Z76tvpX-z6s&%hTR)bzjaaX!_(bq z?e7b?`wsgixP)g-9{o;ou)mw*=OUiy_ZjY=L$kz(JKX!pV0H=5!|3DQ?pgF}c>6a{ zN5A6;uem79%f0){a9fX~1z!I$ZYHDunCEYp4Wb-Myj^?TUX1-2*xiYG6(7$O>_5f) z2zUTy*TCuC4^D&QFVD}j615vNVlR}^Ne%{7iH?MBz{SLy-`aFZt$MAPDyq9N3{EftX36FmL;4|LO zr|7Tr>Qg;$hO=<9Heu-3&il)uzZUf-unhAf;cRdB5Pn`o{|}y>yjcTo*70dP6|)NT zWiW=@w0HBRXDR;n;?eIG>_11n3U*uK|3S<)=D8RBR_I?xy#S8lnT>i4_>}jH*6zM- z4WA>NEwC%W-_xjf#?9)OABp}bxHr!Un2pEoLd^85LSF~JMZYfWkKI$S20nq=+NiJd zZfi073+l%)%c9;G_4}y5LVY9ZEqQ8vx_V-!-zz*jktY4V;A!I70lRH6yB)WE@Uu7S zW}ZgW`t9xz+~mXh5iaHF$nza`9esFmb}`TI3GWsB_T>2^`m1^BadV;%?^X2rjX_^c z7=Plq+ox{_)NAqd$L>7uJ_h&Wslv@Q*xicyI>mwdJi-|Y_4@|1=i!??lZdY$=2K8V zg8S$<0P|-spM%>yc)sV^4E=Gi0qzqygil~r{5yegUc}&zqVU$i&lNn;Zw(ZaiDO;- zeuMdGJiqbweK6kw^BwX36#NHI8Ftgqe}=yoy}MzkPvqGP_kYLi9n`nu_EFSv-2Mi2 z6Fd_0oq6>8EoK9-uftDA)cU=O8~t9#d=Aed^l!o>W?guiaJLwl!)!;) zroasPxjgsceogOYBHWF5g7%^RRaVDR;mBB~I$aYt!=QI*b-F2)>zfVZHHlmzom$o; z8yUqjIIB%3lj-JoX1RvTbDBui$!$|66Hn#lw8UcyWm-H|gGD$l9ZOE@Iqdj*_?X;ns+*5U)gPeW4U=o9dGbU3EvYWwJ)`lMN?RYKY!LCSFIGsEo;G zA{$mG)7f|p_HC=LSk|i34UNfoF5Vq?ZL6o1Ugevuk7cNIRkjMuK%70)%NGjnC1 zNY%vYb8BcsWfWSnw!9{hiB}_}A$e?QN-2;jDUkOsh=|a*0%qZl+pA z9&1R(v)N=z*qq4Kht}`XYFnD?VsL$mZvqSpz+c%v^sYseh zVFhvaOQewVRCPStuSbZ$*Tr)?^_WwINYCw&&q|bqq5WdyC|9p~^T};dC6aCiA=Pqm zxsbw4b$x5YKH0E=F`7zCXR@x3scA^0oJh!MZam&-DOX5gQ=_@bG^JAXzhz-OMbT8p zTW3u}ef6BiSgyWrw#Uwz0;s5~)2W)K>YPimIo|eOuCLrQbN5=aZo`ieMp*W zuA^UUYN)b#f+7iP((!ES?L~`oAvNb(XtwXqI?v*Mxvq;k9P{m_XZiYZ+Ml;klv5hj ztud?yrBgK(aJ^bzSxt+p#i;4mgb5A9t-C?ZwQx0)2_bfx7|Bz%KHaPuM*L`+jC19^ zO9?^&<{NhJQWZj8{8a;a!L=?(5=6;ltuVFBrOlvNoSjt?VMSs?2)?}?9-=(LUtXJKxRT>KI$2UmJU{yx5Ly>d(d`26;12P9C82KX{f+Fd+TWp;EH^OX;tmS*}<@{~L|6NVfbOrOg_y$kZ?4 zeq96Izmb6z9ZOdBxVI9MzOq}}N=*7nZhk8<<^QAh_}>{b|BZ6_Uk;)FMsioIQ~eb- z`V~v~udvClSi*mO4SvPa{hv1XU&Ao8qG?!}!nLAlSc!77qDlBqtNcIjs&%mNKUlT6 zyDhdX)AoyPnd-dr|7_W`Voh>ocHS$Nf|c1&RxAZ8v6-w`0{+uR!l|8(_1x-L2kWu0 zXte*o+?@K?QnE6u{$ESUN)&;AEg}D@C}a@@yNVI>C;lAPy6bn#k%%@6*GN!g>{qVY zraJB{Y0EQKW7h`T?A%n(3;tzK&BWlcQ^kFye>FdS+(kP-pXgH*mA?^N zC_pm^hU*@aio$NdDSNfa81o1w5!^RU={}sjWS~o={;nmn*NR{87hQSOP31!9x)azo zj1fO8Of`wxTJD`PJ@W5cXj&j)vD>2RBXq$qx?o$>GwDihZPCoa>5KYJGpGng=tgI4 zLifFOb=a9CIVUl#>qYJ0MyjzE}>1R&033 z2bbl|wlS8?a%-3CqKRaZyKDI<%(hh=7C?@hqG45n`;%3=wT3H)knHV;qPiyLeDYnEEQ4)xQfM}o9kscrsd7V6mp!;ftV_DO zN}$HfEmPe_v}^yZNC!9$`0H-7P_jFKUWmEUE6Ng^;*3oNeop^!k*wbyhiH@{nMJ zD#!ihf=kh5`2DsQ&CGtfw4DjT?vk!7^jB`vSqoVO_DT-VMQj5-BN zmO7QZ3~LC=G}x`wW|etEY%bzX`;CM!xIo;RshP^>3A4E= zUTN|7&gG_o=A!pu%$bVZoYKmo>q)Llx5o z_z6WtzpCc)n)rMd54X~5;?WezuJfwIwcDtRHYAc)Afk6!;u$7M6dE$JpgNvu%(+tQ z(|SLlj~t}^{dJqtxqdzxG<+>8OM2TRs$dJZsZlM}#)_!%bXVq>+T?RFKmV#^U-#aJ zLeOn&Zicfn5=S-_029Y3h`#FFQz-_XYFb%}POeC!$w02Hq3R*4S2#y7Lo6Sa&M-?N z2DG$3UXoyls;x~_7fDT_<8zXxnuvwl_TN@h0p1oNQC5Rgzm0rpyH&@ypm#2!mwuF! zqE14oZehF7 zi7AvwhE=z%q-l~>A8$4w7nBwOC_zeaVe3WhG#{NNTf87;H$a&IrK=OFSxbqZ^=ssg z^TM6m(?cPNb2s+0k!$HRAybP zvgY2$P4_enQ9{i_oszFo%lAt*lql!wk^P+16@{P6`9h04kVfU8AJ1pBv>Fi5N`vs zY^#AUc>w*$V=4up4)FDxYbVMXKZ=mEP)3KC{ zSk?~-M#ie=+8?Vs0sGui~7B`KVcu#2K1W z=5-7cHZ%8LvB#u|L0*H5{b^NmG7YEer8Z}0GdPOJy@)Pb4NUg3P?eTdu4AX%67<0| z03_JGwe89}7FIRY(IqXg(41FygO^syx+j}!Nyc~TQJqevGeg3j1GgD8u%>#)9&O%8 zWQJf1R`-fd(VSchq(aCxMaXOE8~ozI7J?+KHWO#WE==DF!>fjhOoFvJgQA*=+eXM{ zd2PPcR$TOoWE}%sQ>TQ~hEVeY~2^o}SEYQ;eB3V#35Zm18E49y4vuve9(A!pElm-#R))Tb<@}3B0|k+O$5jDo!qt zEjPf%>i9guzw1vCQp^n530|#ju_=h_H7%yXuu*NL!bEZuV?`!EraGN}YjqTJej64w zV7iq~-YA|*>P1<+6Px>66O8ijosM$vo#ypOpWZ{IrmYzOy#|<(4&)8FQUuh^4jDQfw+JS7v0@ z>}IDlp=e8^&vIH!m2V~GHg`zoTTQ=&HMl-I+gBwRaZPV~AZ#{BMl_~n<8cXgQ;K%r zUW@kMfFMZ?%mi&S}Zxso*M4gTgZX44$K3hvzSziQdy!h!bhJ_HkL^MtnS zbwzE_nJ`36b8kThqt!QOK(@Xr9m~|9%Ej!DiR2Kcbir*=kOw!58i4snFfL+*1Zk zIf^eV9cSynzQJg^NQ|um3nxYUHf{87ink(d*m*>xe30~ssIt{2(*BUf4AhgkGEuMU zP8XtWpze7WF%~pRUABQCBHC7xUSCp*7^)GPE15EG}I{1=Eeme_nl-KX1UwjGja zGn39@enPU$3oU%7DP5!Xn5CZ6)lC|iP43V!JDkiilgSwc<@8JgGc8Pmsanm!!c3yB zUJ_#SR}XjCz%iFr%$!SJv+%PBh87il;k-(HTM3`!-@4!t{X)Vf>Zd@>>Hf^&mFocty%}k@7 z-!w%n&Gc^Ya7x!OrA9vNLj$cdXTe2QMZ%^JrsOw9DG<{~1!CQ^n*rJ1&=yD5g*ZKP zHVynk0;gqxV`o#|;prI_{E{elv8B(U)$b5$qIRHB5M{(4Mw9OJ5aEIFej zY_b)24Ly(vsha~k!y#BIxUqaGrCMXi*tmVug)t+qV!lcm^MSC_OTUC5dB~g*i)X9Zv$6?uK7@506o8l&F$KyRBk7^H8k=MFp zw7QsqO-7?;6Whr&7AGcTiDO(}uPQX@Tt_k1K1~-mFae3i3_d5d95Xioje0xkgRSfg z10oX!JH)eoPhEr->}BDkST>ht8?8)>@UtWr)MVlTz zq-90iTM%kKjXuQgo|Fu0Xw4-k9QS!XGtmZz*VB#WRpseavc+qy{LPDPw_!@>l?kKu z!&s`DzTM4Y{o;5Sj(UIc zOq|#;|np^vl8eM8(g#(|808fqe?1-lrnv>|X zTCl%it0{#unruU^Q~P7P{2n(^XrisV418C{pGZ(()+w8ptP9varc@-ryq1q*i23YlKwF%BB+{`s^Y#T;-ool^$ZDllLE;ga{=e0G3I|5XxAIqb@vB<#Y zzC|uHfyrCToPL+@he@T0NsP&KIAOGDHNA3uW0739I-(78To{SmA}m>r%8G%_V%oZW z=#6ecqnk~Dna1PBW^(j*3{-YtglI^o3nMC0%_VV13DZ^6YkO7SU>6R_LMHyfE_{K< z{vc8=Hm8e5O{a6~9!a&_vsh?01)~;n%*2o3d18LO9H|((CNko>T8ulj6Bj>aGh3zH zMnCVGvtYAswMz86^DYcrc(-|D_BK;)!jqp^M;ms9J$DXVbtfi2*ESs)XtNJr5lk!u zw;VUb-PXQv%p*Jc_Lx5=^x8TbZDiF-&L_rmj8MsRoz}bD_sZrfDu_K%m5D`DS-aja zF%i!-%}+ddeONkC8}`h8HSkVkRcC*q8M0=U7;rDnEz_tJY229uv&<$cgQG;IjGPjw z%>9OReVh$MZAr3p<77N#W2b%ok#90GPtqZy-5Ig7O}nF{AvX$FUbUL9kLK$fx|QKU z69f(wY$MX9Ts3UDaO_U`(B3&j@bSC!P%_H9%+=Q|_uh-Q);GOO@LdX=q>wQ;B(pWa znRwF8c>EDa{`Q>fpLDaLD6FQGyWtUK$PO&+tGNtjtqP2CiY}j##1zU zkj#*V8gnWJXg0fakVHwk8&~W>#gIe}ip+`RRPJ5bvhYdiD1+iC9AmrPy8KtUqWg5V zGiqlqHe_*v*}x>z!g7ttby@BtwV4@Ny<|@_2u57H+^D%v1)CAR56gRZ)#8rBwZGDw zN#xifrz-v0ab+f0BQX~w{yWL#FqT9|=ejC!yR++;Eojvvc&N}@t(Tpxj1zA5p_u_w zJEf3w16k|lA9P_bBW_@Xl@Qc%2sj>OOCuZicx0@kFJJ3Mzuu)Relji0{o1%DV@20J%#kLF z#jf2NlSrcRtdRO>=vSc2+7{()SxbG(S&bT>wru-l|M@mz%Uq|E*F>~aRwxQL7s#Ij z$WtIT{k-OYeXczX!Z<}jyrF-F9 z#x*RGWSeyJd0Pn<>zUfOvbU+e`>b*{n3D0=`jkkWzFnSQSttCeK}SVpXGR|F*8oc7_Qi?OKH1%YJE#qciO_K8E#o*)a3?KlbqWMwqRLS z2!g5U#wM<_Xob^CaInban(CVFzbqS$X;OeqVX0FvjCo7urhSVY)}+IcnOK&EMk!p# z4Z3CAx_Lfj!@|h^MBAQDgEZALR++|D!1>!I)V0bYKgt#_4(vo|svYz2?f+1ld<)qg z7!n2;+W)d*WZ{JYM>(w7;rv*2p5fFqO`xroWIAWj38VE|Zi-1feq+bGVmE_=uhp3b zv~%LTBAj7&q$NMz%2c^Dm*Y^m*`$L>vNN*7f&6BIS+_FM_Bhi%e~!Rg?~6z z($v~fjoT9`T|vVcyTj{9BGMLtX{^K?&U@fqE~5rfb_j=@J-{}=q>uI`?3yU z&*;TO{?h>crwQ6j&`QHKI$mcQTK7`UbXk`vRt%2h^`s63c-3U=NS(+zbp7}6}Bp01!ir+ zDZ<{R(Y!JGe_|px>_=#E%S*LwT=0UQSr8g?C*}{dL)(CLeU3M!_w_0@75^>}dvG$; z?yXAO?yEUig5GYzE<0rzS@*>-G1blcr?Oj zQMf+hoQ6Wg8lIyUWfg^SU8HC7a6p7cvgfem;K9*v4Xarn#(1nTe_Gu-e45 zl^02Hdk%rlawnk#+Id790rXsgpqA$_9+t_2WwTMOYHVWmZFU@ z0jP{~DorB&%Ef6_l6nm+v`Zvt6q?pW8Wyb_bwLTai7J)0rx#&-Wox%XeL+!GyZ2BS z*SIBZ4Ye`48keglgLUm%~7E4R-zlEnS$fj7$hgNAroLMEI3s zr8_F-9kqJeVD})>^L30?H{h8VRO=58f*^m-YrKsXZ7mBqgQjY zzP5U~OgDzpd@t2@6mDbt3nf7yg`Bw+f)CWf(2Aj8Z(W32@%z{CNvL~!Q?=1l)xd>L zV7C@!U{`Y@QkDK9PdG*wJ~ZyIc+kP1?bGPY%)4+mfZRmdCg#gA_Z?pGl_9@znUC3D zBy#V*6lPMb0`s%#tglwrRgez*OxbdeAFWd^?Egeg)#s`>{P)cYD!&Jkx6#f@WfMb} zt|L}9r5h4lvP$sZz3D1rrT^wj>j9STplD|8zY7!nFHg(-A9nb4p+xgFn{`JaYci^M z-M3}(Ri%Rfcbhw?`pyGMcw|Cpu_$@2S#R>KLeS+l7g#1}*;58>x$Q zUi8%-rW%~8bSD@_PKRYI ztC4V|tm6pig?a*WLzM;z_b@w+#&^Dnn6 z9Np=U+NDa>p9Yc&KNDbjS-d?;Sgb6HT)Iry{6^in{+~Mg&ocRca4CDckYXuH=-8a% zbXjuC3&n@ITYVJfAgn%YyQS!BE#75Tvk41@Vx#m`Sj@fNUUZQh`1hRD!Fp{$DUr1| zTLBXxO@PksG?K3A5_=c2o@0~!XpPE+yq&`d>V7CP_uri2sgJf! z=zJtK>0vHW7PNLFU4b)iXe?(X;13|IO3aBhckS5PcRZ|rjJ_{qFF?C~Qc`XeZr!UY zg|{zAxONToKPj?ls{a)=y8I(6Hc;sTHHwh6e12)-*cDD5<4oFHT#7U9wPd@_VcnAJ zR$GmHtUdE*NIGNF%gkE+`|x!POwx3NlwdJr7o5qK{(If&_RhEcrLm`Nssy>+;{NJ0 z9h$kOxNK*}Zj&dNURdAxi4Pf#CE3=qd9rm8{9lgTImzF0bPGd9N_X8xYi3oAydzEv zauwl-WHX=4qhl@CJKJ*4*E+ZZ$-Wj{y7Ql3M3<*^$(kOeEWeIZ7I_aNmMZ5~GgX)M z3yCsKoLPdX^G5)4dM`-ZT~78`Waz)<%(p2UWoj88^=*e}5n5(%w7a@s*r0^#xK>Tq zP4XKsh~^#nH(zz&rc%(0;r7Nj-BCG<1#M2%^ob@TecXSj+h=EjVJu^5Y!?C)vRxrl z1LBqCT6$ZqLsN4_Egbnl&lbwEJ#XRKkydF%BZ5{;Q8UW8|HsvJd2(aTi++gJ7`y8; zrcKl{B$z?E>UGs_MylL;MN`;o>zKF;$}&=06SZ_U+N}vcS(@SAiJ|!ENTb_PE(QL5 zeT5%gbWsq|!AiERIqiv|Y6d5U(W1^*5@!DBJW{mT*qy;E!FKd8!(U-j>EJ7wU`9@3 zkV>1!C}^dDJDKrE6OoPrv|i1L0;S_VaT9HFM0%5IEtp($T<-lm=aqZWPC-T+le)@g z?E_QBw!*avHy}k@I$UaH6pLB}S5tHp={~|{Rivdcn{~V!t+ta%=!->+J%!*%m&Q#R zh(401Z4Ue9qI&_J?vD3j@(sd5bh*}z#|cy2fp+l)v#8>tw+u80YBEKok_#(e%aH%> zk-EhE){LCG?n-G$*->?I%c;=KTi2)h0WcgtebPj=!AY^qTn>&o%_W+QU7gi+puEOz zLz`}@KYue#^nnu7D6i_~^U|cD(h{4|xMZhx=1@I|{@dy3mbDq$n?|Pc6GU>;L|Qb5 zYV$=pOP0;8Rg~sTtSk=MTG~A8vyjzzLmnABdZ?xD7jPkIt&iblW1Cx_WN|Md! zI{FOl5NYDgs7R@6xKgL4lLGr36)Q{Yk@_+O(jofeF8|#~SFEgAm0;WM`X{FcGwjf= za^R3)X0&xPQ#;^#1A-5ZgHLALRH^o&@rsnH&&{|!QO%ld)1xq7b>mZ+rosL)gcDWfLhf!Lv*GC`)P>_z zm5+Tp$%L9~T#TNI%$kd4s9IuMdX&QaNNZgde(hsRZsMl-I2*OR8sH8&>U1AF>gC*b zA#BmeLPk}`9LA=`=EZ*>)TdI*1T{W$PA`$xeAqr~LISw4Vu$tBN|wC>=0~zw2{uXD zNQeb_72T<}CT5WhDnoyxf(T}l8NvjWpARH zV8b=KWzFajeFMy9@5S%FbJP%}gN30VqmckS7w_ivF9Ah< zG`Thb)!Bu;Dp8S-c1GoxIpe2KpITXn+9!+@*p~raA_~E|Xm!>e7!mU>Q zP~NIp6@0nzn6aE0sP=cS@9Bjq|)p&OCVu>y0492AWt(w_ph z`AUz5V)I9TL%|lp)PQUA6tm6ugLbK*aAPf+5ci1QENO0TuBeONOtcxX>xuihH71`o z)u(fEJN0l=;vUFfa;F}tv=(c04|)ym|0(Z$d*nK<^nPFXl|IEK7qUo!-IQcI-W{(b z4>d!P7D)*j%1RUjL=UH@r!_M@gTCFQJ%#~q5@0{TE{q^p#6Tbw{F#`bDs0J$km<>r&r&(YrOm>xylk_ z+E9j?k#Y+|3R-W+PIPQfYbgGN>0yQxfHt#%Yeih?3RY7jCDwCTL+2@A^mL*=ZN$7kx&?lK9IvXuRvVI+fo!BF06v!45J?J)& z7QTT~h%6K}F{ifJ9qMaJ3%pwo+(WJAHdyH%&JsIqn`A2Ije^DP;^qflGnRhaUR~c;n?fQ=``-+HA&5@ouztx$u5~2FyYwj?#WqA#ODFV$ZGUy})y(nU0utRVr z_J!*PQ#rjJ-)+8Pb_7w4bu~qV$Z|>3Te3lFylv4b`Zc4_)pwku7*9ynTI9VoUXOT6 z`%!e_JIveMGxMCah!2tO6edWi=Ek{+()H%4jbRN~|5Fyg$Uv;MJX~0kg)n87 z#LnwdS(*gujHS84M$Nou`U~bj@-kyNhR(w6J5uYeiy%uO+t*lHY<${a&XAJk=wItM zO%+>Yit)xQ1wl9|%5Z?njetjf@GZg#=e9L`_?RlM78e>#5h^1rKBIuIY;gJPunUFF z(opRqg*mxB#x5)E&sM%Wi$2|nvl!=^5+Ol|U#!I9r}+au6Z(p!3cj{}e!r8FdH%ReCpP|>sJ5*K~Pg;u&%mZBt_ zDa*ijr0Z3~Ta2KREMlmDV5~wYyB^9Zk~CuJ`$s_qXL+Mj;OlOh$N$#`{$mZaVj`qKA70}%#0*3nghGs{;kUWbMq=L z7A2eITvbZmsaZS)>2`i;reD2gr54y2)~hv8Ge0S#!U3)D=t@BZO=X;{0|(Bg@=LV6 zJZ-yEwV;wS$FWvLTh3u9+9#3D=gW=aOvXz7C@wQ8yU8tUs@+TLsEM8kCBagpqDI0D z#o%NoDmayXwrmQAQPI@ROS!TC6g;8pC)n@kyJ&spEM2bk<=4x-%awy~i*DnK4O)g- z!p^nKn}7WE zpA+AMK5;GyyCXaDrqf0l}^`BZ@YAZ|q<0-|C=g0lYaP|%ld3ny>L)?{X zwby&hSJ#l7uiU?Tf3qFvoBcOldCwyWdk+XPafXx{c+n) zgThAB+r*6_o9|lv#~gh0%0~y3bU5hUCWrth!sOU~HgCW6BTDk?&fC`}^_92lH?RNb zm4DrPZ+i5UXL~VwYweUR-Rn^;rvCm9|Ku%ZrM;Ox)jq1dd>dc>T7C21is-ZgQHHpm ze*ZhL_;_*?TLhlto5RVYPquE}d+*Wx&8@BV_cyn0?tIP^9`%opidU&m8^oJG_`&yH zsa~n$f4Ab;6i34oyI!@X)AhOhE5qe0lXS@#+3l!g^*V}X$>56X6VN3;N3*(UKoyl{ zctW*%UGz-sN3J!~O%h5;<=(I=Jt}t6)Tdu@;Lh>%^s8NbLqjTZ=)J2SKzBO*szIH( z*h8CR3S;lgiLf3_b`_?!qT{7DtKNRZSz^k1rIbItt>~rOVC5IwqJ+cjWH|MCUHrb{ zu4Z>(0&HP64{$&eg|Uw(oA8DSQE2G8W|QO?gfw^k^PU~X!(>)G$J4%C#5v4|`0Pf* z&YC^ry=mPp@U+7P)NGNLqnNhV)-7NGX`tu_GWJ_$O6Bqq;nT7iOT{OYUZGtkhxB`gQCw#Z=h1YCR!r(ZG6)0Z&}l$FB) zCOLg-fO_KgQ3|vp{3gn5Hq+_rSKsgcwMom32!wD(Q&@&t^AGgD)V8p$T(tYukDT$EV%Hea?4EvAm`wMXu{z6!pk;B3cx*U5 z7!Z_>yHhhu8q)U6owMw1{9{^xB~r*V4N2QpoGP#TbFZbn%3 z1NJ%mZJ#|n*xoz+Vlo<&)4?H3%t|wZVLcsCTvl%D_mKtI6hTB5N@G*5NtSrwJNos9 z+fR@7IMxuajhM+~us7p$2yBmXK|xr2YggvDNR<_IeAwz;$&I!YSC$N#&CMkjTK=+L z`W~~152$R$|KSxJ2!|=Ifum_sj3;$INSo}0(nnMb7>QDfY3z|6ut)W4IDIaZu$>_ejCpQ?OR<5iipLZ`N0baxa~}iL4FS z422btp^DaZ{FU?_NSSAfUy`52_*5X9AE# zaeGLOnrmLyWN^TrHex0~toM4u1w#6EVJM>NU6=$M)_78fRRaMIPQRdp0{+NGpBR9d zK@TP;LsnF8S@%DUuEi{`H{ZoSfqUjhuU_L1y{({I@#(zrJcKA)y<`@{Tx4iRauRnQ z@n1;o;f|mmGFrPY0HX#$o-x!C^SdO7`4QQdoiUV*`e0$Ww#sJUPyPp9w2Y7@)7VUgb<@;sr`d`Wy`+((VUIX+ZbmQ^a!gHMe9(3AvV|dkHYRM5 zEsNO^TKP5%cELB>nc$Cy$Q`Sn^X-~ocFx&T4BjCp@@rf4yL$u*Y$m-Ph65Cuk}XH@ z+5U;@mP!-8R9wjO6QF3Sn3xWyTBNlBoQmcK5Eh?LLF3az zOhXaDI(RZ44G~6|WXg{>%_VKTjv}K4yZZHh`oF|MV_E1fa=9$+#Fkf=7EAhgYhp+i zFbCmT7%fcB#TJn&=Iz3N{VV$a$K?3(Sy+Ng(?!!=tmNJROO$QPGx!rhlM@r6oh|w- zhwO81(#wr{S@thV?aK&%!YR>nXV1r7E{9Vj%0&H~S42-Mrt#C|{0@E*7ca z4TVvwxZ2?uw%NWhk^N%BK6hEab_xDM-|{l}#5XH?oREr1IGb5Ko8^5AKIL5EdYJ-W zKB#Yz$V%8ohrGk?{Y!>x;RuBkUdW|K@X6^Hd!$o5KfPXbTo<$2 zz1#tHvSbz~s#OM_E#F`6u+Ck-f^c5^t;Uy)W^xc(Z{5RYEdr6Cq32wC#ktH!c&LeF zT5zX)!#=ZR4llO%>VN*?IV_mAoRBdS}3nB z`qU_6$tw+lhd0FqUA+gUkVR$e;3xE4Vyr(`<@zForcMw;k$fxBfo0m0F zynyJkBgJ!GZY`R@h_a5wia&cqsyMT&{{Xs+2hSmuw2YTrKPw4vi8pxn_lEm3f}V$; z5B8?D#RN*uwN8Hzb+*`zN_RdGG^^LC1~lC#Hcu1C)#|)bB;B+RW&;k0;9`mOkHwRw zr2mMTT&%F@(Q%BET!M%zyvws}tMH_3u^W_Lc$3-KuTp6D31}?+pIAiP-#_K3!vk_6UAcR zwvhOKwZYUAPby;JYGwY))R-pN^+i7Uiri2?c$;Khqp4ns|Mp zS(-58gnmzTm7-}J;8{*@5>mZe99u$cw#})fsad64E%Mn(YU*uOXVI50P|k$Xo-O;+ zc!Ic=KYZ0!w_DZ9e3UetrZYm&hjjgcmchbRjYK$lrMm)t9K8{-Mgm$lU1v0ezst^X zdr0&z$MWfK^`~mSR+r4?bZ5Y7Fox;y)W`_=l^-3M#c z>0j}@|CcbWB2A!LCzE0i{kY0xKdU~QkEY|@-KLq5EU?C%oYZGzUajw|+FSg?qx${C zzipyZGhrhGyJRr?9DaRL zug^Un!U1jfcB49mhg1wIUbV7)x+pGKG-ei*g;re2(f*xlmajJ)Z;MHkH|~Cvxj=at zu0rlxc?Ghh99}^Db!NK;Jf_>%H$Up5|fvLr1NwZ z0ix=0=hpr4j8hke+9X9UI%If8vC+=FS-OF$vYd65Wtt+q{)=OYtOJ1*e*3GxD!Z?i z=W2OLZ@Z=|6Q&S@4P9Iw=|u?p4wfPT1iscc`~)k&l!Kkvp7tTAT!-~|PxVS^Owrp3 z$t^+*+LaedX7tzkm2LgvZNet87{LF_XV2PAMng{pm=te7o7AOsS^6vrxj+S zzhfHxN92lVc3V!xWc%F*td&W*bRnLFe?ujU@RbXZei~YlQU~Iloz6Y6YD#6=hRTm8 z38U@|jq^E9@}XYjv8TS9if7>i*xv;~BCT5@JtC~m$V&0>tMxqp_5SIX%A!{K8MRBr zzY=3{qngSnkuV}w&48I7Ug|5}u5UmZQchqo7@L)_t985;iG6GpCg1>e0Ei?dPxtJ- z^sMz=?$DFSgcyNzY!GW?@dsA8tDjEH8;H=z^4S4W*d0qt(zcXI7gTrzfP@yDingqh zrX8ID=@=lC2-OG88v@5IK>|M04RC)SY{)+enrI=PBXUm9Cstqc}6ELHSe(Pk} z^~wI}SDa@cFk0Q6C?hX8Q*pg)Br5mRlj?!Cof#9RDp_!VAXgI3cyx{PgAJ=Ny8R*A zoMxW^37QmwiUdF$46YK?-+$x#SV}FYCGZvxQ%sTce9Z%D3+XjO<8hwrqeQ6MazVSC z^kmLz0Ch-1>{mZQh`?o(Etd9lhn=pv4`>s4qS44X1v93;0+V8Sj%e$S-I)d|NWh6m z%CZG001o#Gu(QEJyiZo~-l0u$K>MGjmjwP6x$XcRk(HV89K0(f&xGL(SXItiW1eK`E0eg48S0A;{WV&s$>~?eHfgs+Cw#cn9VN~> z4n@Q;#)1PHRx{C>wNJ^8r1Zo^N!f$bFPTvh`stVA)XnVOnrR_#Q~(azu=Vk33Z|-z zJZl#$EJ>J@g}yWyeOOkX>d|<+rc4Pmt_jFWjV2k|hLse;gBo6maU?-u^26tkRl3U& z1WKJ}M2uBbm6$J|y36WG(}>A5pIEw`v>NdzeHUPQXE?`d6mzH7fq5~#NVrFhYS>rj zeeM*oejU#u8MfnXEKlTnNz}S=1cHPV#9Wy`ZH}ZMMP`{)4W5fMUDG%$YgQSN%*}ik z&Y(TCQ{4i7QL+VOHERa5leOy3>6g=OsE<~Tc=I0=#F4RMcf7CMVDW-z(c2i#U@J|& zV0%9QvRrN-cgk7M_asRTdvVU8z}kQ=wF)Ac!aiW_d#$~onF`zLq#lzT%v7EL>*jOT zU_w=(eWjvv&vgt}y<9vQ-@UC=;i+~y^QkqLfy@*np88A{grQERK=ak~SR$wxi@rMs z36+w$X!1$aX;`58X~uITpMsRy-$TW+YRYo zQ&VV){Na;%NFNy9rO9HWoHZI+*&!XTRqs=fo77x*#GG>yw#apS{bRN)?VjRp~pFA^uWvPNmp%5zgZ$5@i;K~kP`)rAr1s& z(WR2U(Nq}+xamWLBH+4x-pm~A6YN0E?B@r=x36+$ zu8J`I(f8i^;rDhP|LAHBRM>qxSG@+iS%sbJ&5E*mp)m82hFkhJP%BQ9NG;|m4?tX1 z1+nAI6wapfGc(~C^T_4r%h=x9%-L9#Y6pzQv%UGY)!w!`Q9UaZb#oh-q_+R#~{O=!KdpgYS6pY`u4Wcu6fx_>Q>v$`|Ee_J=)rQu(A2^qX+BvHxsav_*>Cr<3k>JkQyOB#C?-( zwBOcLw{l+Ne)(FC5!#lF)E2ZIZ?m12-c>@lH--s>!1fT)uGWw?!$&j-w+Y-(jl@hR z{w*)9Q%)iv%s_lklLIJkhFA1)c@JxVrPLh_eQL9)P3Y#Nv>kG!qIh!mTHdR{2=-xN zSYJCZORNqKIGUb*dHNe>045vFbSyNWk*lI9;jSY~@}PBD9YXxG{JmD)9!$5f9SN#S zBAI#-Kg2ropF_HBt9(=$J@7s;pE1mx^=VPvf|j~`tJ6ADX3+LzrC> zIDmpcRTY)FwgMbpw_oJ}&^T0EamJ~{dk0#v0Rpfe%0v9q&}1T&!mVd4$FZcz6_k0^ zR#piuU0@Mx^PfN;OcZ=eYJ9%uPX!fAKASznccbB9xSDV4^l3NI6*>R>=HsThIg{}O zmxSqds*ZZ1BbzCs~=K-!4A*{4#UMUwzB(0Ia&GZGxDNPm>$$P!iJC)jmmvd zww3t~&WSrbX-qFj-b`YU~XGl0}#bV9fShik2DzuIG3O z{O|=IP`_ur#YSe@K0?mD1q-jU^t1MH`_-omZ9K`(#h4+dL!GN=ugK90@DITZm8k{#ez7s9ZS^? z=T-reWx$MaIPgBgL9k0<6Rry)qM*x4dT@}p30er9j3|7WPqFLZ_%Qx&=- zOw>D06rQ!rMCwWFWOjK|dz%N7$<8!#h&wkG7NSmOamBYqZV)Ia|K2b)HtXGOPiNhD z*ZmlEY~R#Ty4)RWTtyLiYU+^L0y(Q9&B6Oa|5GqM{%UbL#L(3DlIks3y)K@+ioe$JirZ%&{0b${uW2fIy5W7*U~t0IO0Wp)S*J z;vdu2#4Y?P7)ozluu8R>w5vCa$-l_ilTH@45DCN=A9MO29j~vliy|uo;n4K3A{180 z&h^A?%eKqc!g*FSvXYO*@7Qg{72jyZg%E7*75oaSV^@x6RW}?gS2jsLsR4 z1x%y-)gi*mHuprsaDn7P>U8jAh%%#!wq79B+xd#&SU(<|{?DTW%1<8;0GxXHCY*1? z-yt;Rx&er4dkoWl9c)uUPYj94ie{VP`Iob_vG-$e2*{0E;l*r+oq@HZ&M>=#{FCV2o592M&0pOsGvy`jUX+V=gi zubC^hsX=*7D7Z^cu;D~0!382Zit#2Xo&u({K1R*{5A@uE>=l<*$P;uNqFS^oIOv3d zuxlk+ZiNf(24}S*lR3D|b;A}&Ju0f4hR$km_4fSqHwd(YVQX|^ zLRc)8^<5s3e}D)pnY#5t{p4S)^QZrPfM$73f1ZH3eA9oR^KLkBj}2(FYS!KNq5siQ zeT{#|C*JOXVxHitS?N0&Qi=-J`ZFp9DtaJUKR`!rfXP^n(W#!PtA3n4+Z_xpkwpo6RcomAb)X(ksMr>qA|ubg+;8r+)Jd|5d-q z8NRx#|30`2dGZa|Hate8^^s8;HXvfhpvQ5k_~8NJH?mQhCry;QV6W|vUbEg{^%-%v zqg!&)pG-_9Ul|UVDqMePl=VTvy#tK^7Hjj%X5v z);{|UQM5Ct`=T$oi}lBlI*ih=86v23E;AQ}u-rO6f_-8R7);SvGL#b)(hA;@Y^LO!v`Y=364g(o950be?Wxi_X(Ft8jAF(1z#=0vy$h`6`{`lWyuJbz z(NK%N^m-!@!e=s=V1vm>1&O|Ejis`xh5U_DAnb<)9OwjfD|!B@LN!nc@3JK00Vj1{ zv%iJ`UqSJM`aZ>{*&)-x916f%W0|+f`h^mdE+yblT>5FNau-)0T7}@xRhVB_tMx+> zG58M>=QoMc{*Em-D9K}KmL)LjXY&Jl%n7pdtG$_3Co?c&JkleOAk)A;-&3fy!z_z2 zNeXl6KJ+Kb2io3wb?awD$YK)!;VRxGYhTF<-?|cszu6|@H!EcB_V2{ZN+;_}YPTJ( zXth?|*Q@+a>lOzp*mJ^(U?FMOE(_&yI`9y#ygu!v&j>Stsvr^$LWRb@JK1iIf5h=R zSkJbngXzyX=5#XZ00)egv-y+p|M_3_wR@C^oja64sfc1%ycux^!=~18aZRdBvN+h7 z_)Sw??)mO&4=CA{(&XOw2!Kn@vsM?9odezA_U6np&xH9;$9Tz&UL@gb)5Rc9OdZ%XnX7V4%OmdFrzu5&1W8M13EkTi zh^uk805LwU_}&C*tHIf_FIpE;H(|*Niig*s z`heWBrR@U(G1w5yp*@0bib>VX0-8g6)LDmdSD4(kX8>un+suN7LlPgiXYxg4l<0Sx z@Gg(evV9ybZSw;sCf@6Y39*wKKr; zH`xrRVi1vOPYKUL5(NNtRoZq{%1w~9JYL{$5}AKMXofVddq<-qDAxY_0K?75a8T2` zGngOGaDktGRT(I>5qXFiVJ>dr@Ee7>Dgw-92*;Wts>dgm zY)%@sq=-Mcp0zJ2neGQFeKb6ogBkp8Vsd9(X2)3;&a2n(Tu*=QI?F;^9XV?zlpLuI z$22wPtY_*h*{k&VKK=xF3N&^`3-oKBmu?4GL~2ZSa9NZkPDae(meF(Wt(flcgQR!o zo_&J49049{S{Ftcp(nz?yj9Xqm*&?&C&J$qwrK8GZE}sAV|(Rhgs&JSEVc_o2p)?5 zQp4oE%0aN{#xWVrvJn>izeR6d{IBf8XX}fq|rDN^e=XeSX&uFdyyL*ZAkDeBbi(JdhD~ad)Is zc4|dS3N?S@V$HQ^&ZR#eZ%a%jv8bV9`*QWdq9#N zv;f}2xI*3#-%MPI289a-6pmF-Sv$wPqskT}Q&%-ozOOd0CL zopF)uXu`!29g;P~P!c#||5~1={u-$V@lvY8fhzy zi$MRyh&s-|0$>pM;sKf3QqD<4__c)^HW={a5ul0GB6?0NtAGUlg{>9&ljG(}^`X3c zX1`R-nc{%tC=pLU`^E(*d9AbJLs2$UkA5Gx;#}y=)@=Fm8rMDPp!$$`R8j+e31-PO zP&uD0giSgTCa^GfS>lqimF=EPKuj7>DXCB(Qc{Jr@BbmX+yeQTMCU{_!VQf0P^TUa z*a5@IHuA9bo>(kgibXI@gHh$%qTUqDUVS1zfkQ8B$gwF6SPrth9ms9$ZtRd*_0itX8}b?sw2x)NhJ^Ubj)to~#E=3BDA6R3F(J3) z|4vztY{x}vMq}IN1x(v~G#~!of8W%b^C_|5^ZJ@!#Juk8Bifw)4|M&b`qp&N5Nvl1 z3k?5amb0+|53Hx+A=j%d&7gq!B3tdGg{Ug*(-1HxBJ=Ux)}Yhk!ctV8vG_Jju63wb z6u~V;IRk>3qtAHj30X9)|30NBV7wn6o_;aazhpTy$E1LPBu$fMwk?r+pD;0*=2l;I z2eFn$jmO%DMHE@qutY(nm3l4S$Uh2Tl=1RlGjVlN!-pc88$&lGGY6`Zaxy(6JjS>;mAzWAkN;h=-^)=``ve<-ICtoqo z5{*mbjsk!zRj5oW!8bW#Nvts3Q2#h8x8DT2Y;E<-ouBQ7t;pW=pmlw(xE)L#bBJ*m zzu~ye*uGR6QlHGmdW@sS`2_34C71LlIZDS9yHW%(0yqUUfJY;u!7`*70#K%38^txeS zS!c9U;6(#V!F?i0w3{5#t!KUjk1xy zm5o0xJ*vq}+4iT;!B+=+hv3~$Q8eP)fER6No@w9xU4(2#Vko@}9`aAphyEzlm*IHB z>l{#S^4W!d#k)0MoZmG$#n@ZE=uZTG;`KvV=Y}w(Cy%sT-m&me~FW3 zPqx-*2#ufOsb*sUTXCPL0g&F_k)o%8Pv#X*(vI7oDan+h;PoAurNU1L<+40*5ify& zW_k%{#MPREFVmq+`GmzSFz)2K4D@j(X0(3pzJ{0YY{lEtr}Fh;a`9Pw_{T?wr~h^G zzyCvh?c+HpBYc;j5#o7nTP1+V7s*8cNCD*dSQHHmUyoBJ7>rA)R z;Pn}v_VB}pjv0=2cJ`*$Kq?+orQifKG3K=WtN!lb@c2iiG4*|!B&=CvU;5w4vR9=@ zoQS+3g9_bNLF-z1fS3M66%?h2{f-7uRIOw)?#upXuAj*JUVYgQ=sv_fRBWx#jS%E1 z5GNik+r*_U-WCyFo_ml?++^c-B8bzt>;W+Nr-)-ye?SYed~u+yXJU7DPp=b$7$#6w zO0{(r(FZ=srwkRBy{v^R0FcgNFnQYdExHLtz=CKe&0uB_0!#&8Iq=f!Ojx>*l3j6C zlPTo-HZ$Hw+mwEuK441$mMlyD=LwEls|Mwn9#JJ}3#ya*z{^7^fD4I_qE0+)Tb4vh zY>xae%AyT1J}C#sGUY%kOoLURNm#bl1Tjpdba)Iq^9v;?W3TVCW*G6TCv~u?x43h)p6xQ ziCRt5>;?uOhor~nE|_Hb;`8sHE>xT73entbLy=$0zA%wBkeJU);JxG(qC1vM_acP$ z<#ba*S{C084|-7>;lrYsWyzhIEUkgulxvNJ%#*I!eG-K-nfV2au&Iv+c&y&1hK6Di z5a-S&t4&Lw21_faV?5l2pX0ox1xk!%wu}=atd%*hr@dB2eqBMrSsd6+FDjD~LZ!W#O}_*mZoL|biY*-5-9TlF9BjRfQe@2_ z=g{gDWfFfXHYXfFxgp$J_hH}po~+wm2vyH2q|pB{uZWe56LHxcVQFnFmM9EIe!cE_ zO&$eNP3m79ZGYZR=t(^Bm+?6CRd%!3EffSH7JOy4sQxcuaIemxD1}{_XPx^mf;m%g zJxe5FPL?LKzKVMoC6^(wza(plXJ4^rKH!&m^e`vO21{b zp%h8a3FbY}Bmi=VA%);3Y_vqzl0`h9;B7jZpyw(-7 zO{w(xyA=t=OIFggn? zn!N&+dHd=k(oiP*R`?=X1ok(NY*7YRH0>=c`9sLldh9*)r7qzipNVa6P8?@#v#w{K zpp@(nNR@fK_muPlrsleKs?C`4Z9QP|DU~1^Pl+lXxuvGD48e6E84sr)Xc2?xws$8R9r5$X{na>;Ok2^cE1~;s({~ zD7?w<9@L-@ zNJjFcc%I0xs2s*9XG6q^;4{%n7WjxndwTli!7ff63g~e;^b&NMX4bD2i|#lxzSJjy zs8A5^0Xsh2i_(CEP%(1a_{>=;95bOI*S&6$&9BAFhm%R1kQFKtDYb7?5j61{0VQVA z_KFQ5`>G5jH40^lFVj#_-K4>*dKom33JX{OMJ&B9nJvA8yc_kT;{(F{2JEL>d%&CL zxic|wB-hr=X6S~bKlGKn8L;0}KUHpWf>&cYwxeh`>(iQ`D^(oeLbyR&_=$4O#7ss- z=~<&DrdQO+q%bpit>{A3Y_sbaz75qhmh1jS2_XwaFrw0pL1S!jfS<-VGm04mX8vo7 zAM0qYS87bjrpz&8(iy`WV|9P+y2mz=+CtSp(+E~}*9jz0RE$;%QfG4+Ew6lDgw5Oa z(OZt@&@rSUk7^jbpaNy6~@ zp#y(Qz%~PW1^#T>)VA+-Pu zBog=8&5X%Yg5X&`Y7Z+E7Gc^_JhV2H^!K7-f_-aZ(O#NRiZqI+HoV=i9pbF2eh&k} zBf6qai_k1-bQmmq1|$;R_Negy{N$zh2a9o&o14pUgf z!7vTH4pXj&w5rNDJ*NPG$oCf9?E(t?r+m6Z3I8UtPx`Okq!$p|X!XIwSK0tLg9uds z1?jT~v{wZTCB4KyXrj~=voMIF%rpBWa$|&;4T&<@0t4w70k}0hAJ%06H8C*b;eY_b zdJ5jmMiXtZN38?^n;i1qfTGEpdZ3yWj7mxwNY+J?@}uAw5zd&X8n7PPq!e+`FVinC z98cXJoc^Yn4YpmlP#y-}>nbYuErnQ|g@AH}EZwMqqzz#jdYJ9T&_+cOBUCfIjABvl zgen;TjOq3em1a8ZrFfYe!IU68y^C6;LKf6Gq3BZma0(t%jbRXg@ixH_n&l9^TuA8i zBMS8J!KyZ9WypYuz3~Jo{A9TETEdO5Ic|LIoq?TaVPi+d5gp<>rE96z(l+{)v&xjk zRsCe3l{DFcW-^$u6p9B6`O~V_@;Voy((!C;@-t2|5SKt`f;I{M*8hpP*sG8B#mw+PG>cwW zv@+oxM%{%kW)5u!E++g!q;Y*S87-uAPNnN;DRYiPEM=xmdd8Gpi5#1LkLUNk^- zDJoql({-bo_>&NkjoFADgFsn1#S~dw!89=TtJs>Qlnl%1E=5`S61=LR_&eKDU4nWK z8nOHUr4)b$QY4P8uLwj;vy8@s2#le_XC&qOwFT*pBDyEh>(s#Oz_MTyN9Ml)7Vxk=Z91QSi=(_YH)%V4zd8>{Lw{Ki|~W5?M% z^0Z`#8FrQXY`V}yMQvNVw=7K5eD7W`NOPjJ!)*9gyM!9rs}fo;$87X&F?N{hP2#oi zTH}F)qwZWX=eq$v$rE^alGVZFLR9lwQ%w3g7J_HF<)jSPZcZw*-+!I(__27h2oK3`#6Ak1JoTl0ii)Hrx z(%wpi49+kWi+5zO82DdC<#Wu&D<83sO`tRN^J%AWA;#@1m4&a$>3(qF$q&V!20uD@ znD&52{2nsl=r|V@b$hq^R2)!Dzy2IuT(gCGAi%nGhKz)T^hxdns)y@Ob1)D*0mdpk zBfcs=D~*ypmxCar!XCK>jX?$BlFs;ntoR_QgJDV$zSW*Zj9^hk)JC*X$0%E~$q9U< zrl>LTR1ClkG@4j9t$4PPp-2r%d_clY8f4U(fJl;)LTbF}fYb86eU0`DL4*Kx>^s8Q zrkOE9e_;e<2qs&VW)17mC4gfMrh2?TKE{+dX#bM-hg4FIGqz^~M-0t>Z=@Lf^ZhqW z9$SvuHW=OA72vDnRRGX}VG8DX(pE_Mi%R=Mbc1(gqiV5;x%tq^@~e?7JXE?6t`mAJ zO*~0amN=^$oIMq;rVUCUjI#St${Mi?^#J@@mgKiS%Rbm!s2kG9$Y_~Iss-}aI#24uvdNjf`XJ3$LM z#EWBxLLf*R%})cZU`pn?(B=amH}!jWH$Lud{T!3e&l0fe+t;Qbc{51_Xz4+;1+Hce zMdYU5r?8T?X0R~^J)L2@t+}G)+abBen%T39D?^LwIa}#d7WvbsPy3^zBP^ZNdovx( z!*XtVl;PE+geBuWT;t&FtCJ%ljm2lE)G?$y3Ly+v-*GVQro)^5k5_T-*)}sHzm2YG zrAO}rF%|_TKP5{XuGak)=WPredDk9Su(A#)>y6NW0*mP!MDAnXV$!;EWb9tPZkT6! zfjEziu$ZVeDbU~0$RuIkl4A-S;KW*JDWv&2|8UEk+v~9Brh8$qgCV!bG3=4z(r&%6 zRkf}J{?qPU=?D%+g1Czqwp8}n`4?Dfio;c}H{8VN%znoLhAB~^F3SAk__JcAIfE|! z77~<}Jg{Sqq=>;dty3H1`2$Qg(L4p&R^)S0WD&OCZ6YiCYp{R#=g4Mjp%D0NVzN_o zA3RSVo3^}hS{2jTX%+8c1ZKAz zidK!~_=x7b3B_0Y>qd8Oq*$gC?=Rc@0#mpIA()XoiS0rcw3lK^6(2a*Ati-1QB1qp z2uDYQgM2CZ4{S4r+lemu)D~o?kS3q&;x%TrO+3qb(5ynyc;38|CHT|rI)260j$gLQ z6jQ;VY>dsUeQ6GiW-QgoN0Y9jWI4PttOAu6!%VYLKz)qwF*oB5;qm zEyNbYWszOABZAETmlC$vux{irzM@@{?ywi_y~zO=u1HNvY9iPz<)P)}IDZk-t#4NT z6NBcOU>{VokInRFG)zYXBr`^Civ?b0C1$3R!s304fx7``DIhtyC(sGT2ahaL!mOKS z&@>PNPF*$6Hpxz#iRr;%Z9heVhyUn)YqTg#-?mv-MdU=&GQ8I2tkP_1!!u$Luy654 z0bSYs?%#WTdclTXyiAmc)oE5Knw4E(aoy&&7s`T5gcOk-C4y@qgVlGcFo#v}p-Rr` zVvkxJOxma(0_|cFDmGe|RsG@*iPIIm59YJIqiG?G<3cNqJFoG~!p)w5eUp{lI?W7|n%Ge-@sC)jE1~G7%hkV3xWU?8jIaNyB>{Orp4q!QA}^mfyt zhd|(uTKca{y@&^|Hw!-lIarlDc9C`MP1=-E<>RT~Ja$4-8xbMHi*MHxKP}!K5Mkw^ zMl!@o#;~xi7ue(FYcBMPB(K)|Q*cQXkF|p;BCsqV(rier)gXnDfG+|2@Dcnwa-JC9 zcqx5C>$%tbhq^a}3k4U$mJe^7oow`kqz+I-98xj&nR! z?)fFez{035u-e62!pmqO2`CeAJ4}Hd#Gk+|q;D|Ul0TE)VV>pc;*YiICH|zTlKPK- zX#10x Ow_~N\n" "Language-Team: English \n" @@ -297,58 +297,62 @@ msgid "English" msgstr "" #: bookwyrm/settings.py:283 -msgid "Deutsch (German)" +msgid "Català (Catalan)" msgstr "" #: bookwyrm/settings.py:284 -msgid "Español (Spanish)" +msgid "Deutsch (German)" msgstr "" #: bookwyrm/settings.py:285 -msgid "Galego (Galician)" +msgid "Español (Spanish)" msgstr "" #: bookwyrm/settings.py:286 -msgid "Italiano (Italian)" +msgid "Galego (Galician)" msgstr "" #: bookwyrm/settings.py:287 -msgid "Suomi (Finnish)" +msgid "Italiano (Italian)" msgstr "" #: bookwyrm/settings.py:288 -msgid "Français (French)" +msgid "Suomi (Finnish)" msgstr "" #: bookwyrm/settings.py:289 -msgid "Lietuvių (Lithuanian)" +msgid "Français (French)" msgstr "" #: bookwyrm/settings.py:290 -msgid "Norsk (Norwegian)" +msgid "Lietuvių (Lithuanian)" msgstr "" #: bookwyrm/settings.py:291 -msgid "Português do Brasil (Brazilian Portuguese)" +msgid "Norsk (Norwegian)" msgstr "" #: bookwyrm/settings.py:292 -msgid "Português Europeu (European Portuguese)" +msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" #: bookwyrm/settings.py:293 -msgid "Română (Romanian)" +msgid "Português Europeu (European Portuguese)" msgstr "" #: bookwyrm/settings.py:294 -msgid "Svenska (Swedish)" +msgid "Română (Romanian)" msgstr "" #: bookwyrm/settings.py:295 -msgid "简体中文 (Simplified Chinese)" +msgid "Svenska (Swedish)" msgstr "" #: bookwyrm/settings.py:296 +msgid "简体中文 (Simplified Chinese)" +msgstr "" + +#: bookwyrm/settings.py:297 msgid "繁體中文 (Traditional Chinese)" msgstr "" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index 5e6531a518292c858899e396b62b57b686762b9d..4cdcbf8ea2a3ffdeed740317a055f435e5954b7c 100644 GIT binary patch literal 44850 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 S0TOg?KN0&d0;IH0jQ%f4%`RX7 literal 82111 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 DEW2}Q diff --git a/locale/zh_Hant/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo index 8ff2ffda398a4ade3a03d77f70bff7a4ced54b66..f9ca27be9b891b3b13c30e68d084e0cd54184a43 100644 GIT binary patch literal 38839 zcmchg34D~*x&L4Hiu+oZssoCE5hUF_oRYHRJjnwd;md#&19+uPRv_jk_oP9^~q@9pP5A5XsLIp@4*KhJs2 zd1vs~Cm+5j;B&{JLGUT~+Q~uC?XV!2-C3bQ(5rV4Tm&zHr@?z*2bh9q!!NU*kAuD7QLwMY4>Wm*$+ww&57cwz zkYNa_;IZ(23x5b6jXWKyUl*9X(zpRC{R{AT_*Hled=*{-e+5;)6H0^NM0h$>JGwwU zR|551DO5cMLDl0{sB&+ID);kH>8qjg{Ss7vZ?^E?L$&)YsQmr~mCvz#{P>*+mA*Gr zx)@adq@l`r5UQS2;mL3|)VME)O7|7xEAVjSSK(>!b*Os13D1CkhpO+%SNU=}L8b2n z)i0MpwZ9)!zBfSCXBbqyKL?e*5~{!MhnoMB;azYJRJvw3AHD~b-}I}4;3UOE$;+YY zwc6xuQ0?0RRlmJZ<$fP3-LIgY`vX+EKSQPa8&o}x>g(%!2Glr3p!%&FRDCYB`2JA! zxXE}ARDUKceiBqUGoZ?u2Q{DTq3W|9s-Jd1)$3)b{9d*2H!S=usOSC(8S3D~Yl5H$ zycwPcCqnh_6Hw1T4b_j&L*={I^SLg|B1Q1f9TJR3d+RsLqE^bJt;`zBO>d>^X6e+;jHS*ZR!x1VQMsPw&|(v?D$ zca!l>3m*+Nf5t)0&j+FEy8x;^&p?&G87luq<2Q^yu=t-t)wkK?cc9Asz`{@Hk1j(# z3#z`CLA4_R)qfeNc{2rSzAS_)?8&J=;Kt2BsbmMM3 zae!~{1@JuLyFs;Y5Y+s-9Y)~ipvrj&D!(~U^{a>Kr?pV&cSE)FWvG68&EynkL4zBfa-_c@J#q! zsPdbQf42C)L$&+pfj+v|j{2Lw)Pr1S8a|TqsE`)l%C;TkD1}gt2q56F_RQt9-rE7#k;dh|s&DnIK>d^

X;zjxq~@Za!Uc*G#z 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 K+Af^UV*h`HluhUW delta 12810 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