Plume/po/plume/plume.pot

1005 lines
16 KiB
Plaintext
Raw Normal View History

msgid ""
msgstr ""
"Project-Id-Version: plume\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:105
msgid "{0} commented on your article."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:106
msgid "{0} is subscribed to you."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:107
msgid "{0} liked your article."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:108
msgid "{0} mentioned you."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:109
msgid "{0} boosted your article."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:116
msgid "Your feed"
msgstr ""
# src/template_utils.rs:117
msgid "Local feed"
msgstr ""
# src/template_utils.rs:118
msgid "Federated feed"
msgstr ""
# src/template_utils.rs:154
msgid "{0}'s avatar"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/template_utils.rs:198
msgid "Previous page"
msgstr ""
# src/template_utils.rs:209
msgid "Next page"
msgstr ""
# src/template_utils.rs:363
msgid "Optional"
msgstr ""
# src/routes/blogs.rs:63
msgid "To create a new blog, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:102
Big refactoring of the Inbox (#443) * Big refactoring of the Inbox We now have a type that routes an activity through the registered handlers until one of them matches. Each Actor/Activity/Object combination is represented by an implementation of AsObject These combinations are then registered on the Inbox type, which will try to deserialize the incoming activity in the requested types. Advantages: - nicer syntax: the final API is clearer and more idiomatic - more generic: only two traits (`AsActor` and `AsObject`) instead of one for each kind of activity - it is easier to see which activities we handle and which one we don't * Small fixes - Avoid panics - Don't search for AP ID infinitely - Code style issues * Fix tests * Introduce a new trait: FromId It should be implemented for any AP object. It allows to look for an object in database using its AP ID, or to dereference it if it was not present in database Also moves the inbox code to plume-models to test it (and write a basic test for each activity type we handle) * Use if let instead of match * Don't require PlumeRocket::intl for tests * Return early and remove a forgotten dbg! * Add more tests to try to understand where the issues come from * Also add a test for comment federation * Don't check creation_date is the same for blogs * Make user and blog federation more tolerant to errors/missing fields * Make clippy happy * Use the correct Accept header when dereferencing * Fix follow approval with Mastodon * Add spaces to characters that should not be in usernames And validate blog names too * Smarter dereferencing: only do it once for each actor/object * Forgot some files * Cargo fmt * Delete plume_test * Delete plume_tests * Update get_id docs + Remove useless : Sized * Appease cargo fmt * Remove dbg! + Use as_ref instead of clone when possible + Use and_then instead of map when possible * Remove .po~ * send unfollow to local instance * read cover from update activity * Make sure "cc" and "to" are never empty and fix a typo in a constant name * Cargo fmt
2019-04-17 17:31:47 +00:00
msgid "A blog with the same name already exists."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:140
msgid "Your blog was successfully created!"
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:160
msgid "Your blog was deleted."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:168
msgid "You are not allowed to delete this blog."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:219
msgid "You are not allowed to edit this blog."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:275
msgid "You can't use this media as a blog icon."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:293
msgid "You can't use this media as a blog banner."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/blogs.rs:327
msgid "Your blog information have been updated."
msgstr ""
2019-05-12 19:14:59 +00:00
# src/routes/comments.rs:97
msgid "Your comment has been posted."
msgstr ""
2019-05-12 19:14:59 +00:00
# src/routes/comments.rs:172
msgid "Your comment has been deleted."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/instance.rs:120
msgid "Instance settings have been saved."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/instance.rs:152
msgid "{} has been unblocked."
msgstr ""
# src/routes/instance.rs:154
msgid "{} has been blocked."
msgstr ""
# src/routes/instance.rs:203
msgid "Blocks deleted"
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/instance.rs:218
msgid "Email already blocked"
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/instance.rs:223
msgid "Email Blocked"
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/instance.rs:314
msgid "You can't change your own rights."
msgstr ""
# src/routes/instance.rs:325
msgid "You are not allowed to take this action."
msgstr ""
# src/routes/instance.rs:362
msgid "Done."
msgstr ""
# src/routes/likes.rs:53
msgid "To like a post, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/medias.rs:145
msgid "Your media have been deleted."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/medias.rs:150
msgid "You are not allowed to delete this media."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/medias.rs:167
msgid "Your avatar has been updated."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/medias.rs:172
msgid "You are not allowed to use this media."
msgstr ""
# src/routes/notifications.rs:28
msgid "To see your notifications, you need to be logged in"
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:55
msgid "This post isn't published yet."
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:126
msgid "To write a new post, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:143
msgid "You are not an author of this blog."
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:150
msgid "New post"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:195
msgid "Edit {0}"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:264
msgid "You are not allowed to publish on this blog."
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:356
msgid "Your article has been updated."
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:543
msgid "Your article has been saved."
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:550
msgid "New article"
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:583
msgid "You are not allowed to delete this article."
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:608
msgid "Your article has been deleted."
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:613
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr ""
2021-01-02 20:51:38 +00:00
# src/routes/posts.rs:653
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr ""
2020-12-18 20:56:36 +00:00
# src/routes/reshares.rs:54
msgid "To reshare a post, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/session.rs:88
msgid "You are now connected."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/session.rs:109
msgid "You are now logged off."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/session.rs:154
msgid "Password reset"
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/session.rs:155
msgid "Here is the link to reset your password: {0}"
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/session.rs:217
msgid "Your password was successfully reset."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:142
msgid "To access your dashboard, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:164
msgid "You are no longer following {}."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:181
msgid "You are now following {}."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:261
msgid "To subscribe to someone, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:365
msgid "To edit your profile, you need to be logged in"
2018-06-17 15:26:15 +00:00
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:410
msgid "Your profile has been updated."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:437
msgid "Your account has been deleted."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:443
msgid "You can't delete someone else's account."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:527
msgid "Registrations are closed on this instance."
msgstr ""
2021-01-11 00:15:45 +00:00
# src/routes/user.rs:550
msgid "Your account has been created. Now you just need to log in, before you can use it."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Media upload"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Description"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Useful for visually impaired people, as well as licensing information"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Content warning"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Leave it empty, if none is needed"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "File"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Send"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Your media"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Upload"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "You don't have any media yet."
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Content warning: {0}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Delete"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Details"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Media details"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Go back to the gallery"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Markdown syntax"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Copy it into your articles, to insert this media:"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Use as an avatar"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Plume"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Menu"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Search"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Dashboard"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Notifications"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Log Out"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "My account"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Log In"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Register"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "About this instance"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Privacy policy"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Administration"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Documentation"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Source code"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Matrix room"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Admin"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "It is you"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Edit your profile"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Open on {0}"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Unsubscribe"
2018-06-17 15:26:15 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Subscribe"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Follow {}"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Log in to follow"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Enter your full username handle to follow"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "{0}'s subscribers"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Articles"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Subscribers"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Subscriptions"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Create your account"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Create an account"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Username"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Email"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Password"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Password confirmation"
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
2018-06-17 16:06:47 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "{0}'s subscriptions"
msgstr ""
2018-06-17 20:19:27 +00:00
2020-12-18 20:56:36 +00:00
msgid "Your Dashboard"
2018-06-17 20:19:27 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Your Blogs"
2018-06-17 20:19:27 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "You don't have any blog yet. Create your own, or ask to join one."
2018-06-17 20:19:27 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Start a new blog"
2018-06-17 20:19:27 +00:00
msgstr ""
2018-06-18 15:59:49 +00:00
2020-12-18 20:56:36 +00:00
msgid "Your Drafts"
2018-06-18 15:59:49 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Go to your gallery"
2018-06-18 15:59:49 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Edit your account"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Your Profile"
msgstr ""
2018-06-20 20:05:30 +00:00
2020-12-18 20:56:36 +00:00
msgid "To change your avatar, upload it to your gallery and then select from there."
2018-06-20 20:05:30 +00:00
msgstr ""
2018-06-21 13:40:00 +00:00
2020-12-18 20:56:36 +00:00
msgid "Upload an avatar"
2018-06-21 13:40:00 +00:00
msgstr ""
2018-07-07 20:57:53 +00:00
2020-12-18 20:56:36 +00:00
msgid "Display name"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Summary"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Theme"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Default theme"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Error while loading theme selector."
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Never load blogs custom themes"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Update account"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Danger zone"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Be very careful, any action taken here can't be cancelled."
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Delete your account"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Sorry, but as an admin, you can't leave your own instance."
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Latest articles"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Atom feed"
2018-07-07 20:57:53 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Recently boosted"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Articles tagged \"{0}\""
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "There are currently no articles with such a tag"
2018-07-25 12:41:48 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "The content you sent can't be processed."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Maybe it was too long."
2018-07-25 12:41:48 +00:00
msgstr ""
2018-07-26 13:46:10 +00:00
2020-12-18 20:56:36 +00:00
msgid "Internal server error"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Something broke on our side."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Sorry about that. If you think this is a bug, please report it."
2018-07-27 12:08:39 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Invalid CSRF token"
2018-07-27 12:08:39 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "You are not authorized."
msgstr ""
2018-07-27 18:14:14 +00:00
2020-12-18 20:56:36 +00:00
msgid "Page not found"
2018-07-27 18:14:14 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "We couldn't find this page."
2018-07-27 18:14:14 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "The link that led you here may be broken."
2018-07-27 18:14:14 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Users"
2018-07-27 18:14:14 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Configuration"
2018-07-27 18:14:14 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Instances"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Email blocklist"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Grant admin rights"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Revoke admin rights"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Grant moderator rights"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Revoke moderator rights"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Ban"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Run on selected users"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Moderator"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Moderation"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Home"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Administration of {0}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Unblock"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Block"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Name"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Allow anyone to register here"
msgstr ""
2018-09-01 16:39:40 +00:00
2020-12-18 20:56:36 +00:00
msgid "Short description"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Markdown syntax is supported"
2018-09-01 16:39:40 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Long description"
2018-09-01 16:39:40 +00:00
msgstr ""
2018-09-03 12:28:20 +00:00
2020-12-18 20:56:36 +00:00
msgid "Default article license"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Save these settings"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "If you are browsing this site as a visitor, no data about you is collected."
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Blocklisted Emails"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Email address"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Note"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Notify the user?"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Blocklisting notification"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "The message to be shown when the user attempts to create an account with this email address"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Add blocklisted address"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "There are no blocked emails on your instance"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Delete selected emails"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Email address:"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Blocklisted for:"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Will notify them on account creation with this message:"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "The user will be silently prevented from making an account"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Welcome to {}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "View all"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "About {0}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Runs Plume {0}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Home to <em>{0}</em> people"
2018-09-03 12:28:20 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
2018-09-04 11:26:13 +00:00
2020-12-18 20:56:36 +00:00
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Administred by"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Interact with {}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Log in to interact"
2018-09-04 11:26:13 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Enter your full username to interact"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Publish"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Classic editor (any changes will be lost)"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Title"
msgstr ""
2018-09-05 15:50:54 +00:00
2020-12-18 20:56:36 +00:00
msgid "Subtitle"
2018-09-05 15:50:54 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Content"
2018-09-05 15:50:54 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
2018-09-05 15:50:54 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Upload media"
2018-09-05 15:50:54 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Tags, separated by commas"
2018-09-05 15:50:54 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "License"
2018-09-05 15:50:54 +00:00
msgstr ""
2018-09-05 17:03:02 +00:00
2020-12-18 20:56:36 +00:00
msgid "Illustration"
2018-09-05 17:03:02 +00:00
msgstr ""
2018-09-06 12:06:04 +00:00
2020-12-18 20:56:36 +00:00
msgid "This is a draft, don't publish it yet."
2018-09-06 12:06:04 +00:00
msgstr ""
2018-09-07 17:51:53 +00:00
2020-12-18 20:56:36 +00:00
msgid "Update"
2018-09-07 17:51:53 +00:00
msgstr ""
2018-09-07 19:05:13 +00:00
2020-12-18 20:56:36 +00:00
msgid "Update, or publish"
2018-09-07 19:05:13 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Publish your post"
2018-09-07 19:05:13 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Written by {0}"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "All rights reserved."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "This article is under the {0} license."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgid "I don't like this anymore"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Add yours"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgid "I don't want to boost this anymore"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Boost"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Comments"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Your comment"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Submit comment"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "No comments yet. Be the first to react!"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Are you sure?"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Only you and other authors can edit this article."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Edit"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "I'm from this instance"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Username, or email"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Log in"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "I'm from another instance"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Continue to your instance"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Reset your password"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "New password"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Confirmation"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Update password"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Check your inbox!"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr ""
2019-01-28 12:12:56 +00:00
2020-12-18 20:56:36 +00:00
msgid "Send password reset link"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "This token has expired"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr ""
2019-01-28 12:12:56 +00:00
2020-12-18 20:56:36 +00:00
msgid "New Blog"
msgstr ""
2019-01-28 12:12:56 +00:00
2020-12-18 20:56:36 +00:00
msgid "Create a blog"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Create blog"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Edit \"{}\""
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Upload images"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Blog icon"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Blog banner"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Custom theme"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Update blog"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Permanently delete this blog"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "{}'s icon"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgid "No posts to see here yet."
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Nothing to see here yet."
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Delete this comment"
2019-01-28 12:12:56 +00:00
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
2019-01-28 12:12:56 +00:00
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
2019-01-28 12:12:56 +00:00
msgstr ""
msgid "Read the detailed rules"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "By {0}"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Draft"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Search result(s) for \"{0}\""
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Search result(s)"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "No results for your query"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "No more results for your query"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Advanced search"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Article title matching these words"
2019-01-28 12:12:56 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Subtitle matching these words"
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Content macthing these words"
2019-04-19 12:59:03 +00:00
msgstr ""
2020-12-18 20:56:36 +00:00
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
2019-01-28 12:12:56 +00:00
msgstr ""