# Translations template for PROJECT. # Copyright (C) 2024 MCV software # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: TWBlue VERSION\\n" "Report-Msgid-Bugs-To: manuel@manuelcortez.net\\n" "POT-Creation-Date: 2024-05-26 12:00+0000\\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n" "Last-Translator: FULL NAME \\n" "Language-Team: LANGUAGE \\n" "MIME-Version: 1.0\\n" "Content-Type: text/plain; charset=utf-8\\n" "Content-Transfer-Encoding: 8bit\\n" "Generated-By: TWBlue Manual Process\\n" #: src/sessions/atprotosocial/session.py msgid "Invalid handle or app password." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Login failed: {error} - {message}" msgstr "" #: src/sessions/atprotosocial/session.py msgid "An unexpected error occurred during login: {error}" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Enter your Bluesky handle (e.g., username.bsky.social):" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Bluesky Login" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Enter your Bluesky App Password (generate one in Bluesky settings):" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Successfully logged into Bluesky!" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Login Success" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Login failed. Please check your handle and app password." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Login Failed" msgstr "" #: src/sessions/atprotosocial/session.py msgid "ATProtoSocial Authentication Error" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Cannot display login dialogs. Please check application logs." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Bluesky handle is required." msgstr "" #: src/sessions/atprotosocial/session.py msgid "App Password (generate one in Bluesky settings)" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Handle and App Password are required." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Successfully connected and authenticated with Bluesky." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Authentication succeeded but no profile data was returned." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Connection failed: {error_details}" msgstr "" #: src/sessions/atprotosocial/session.py msgid "{author_name} quoted your post" msgstr "" #: src/sessions/atprotosocial/session.py msgid "An unexpected error occurred while fetching notifications." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Session is not active. Please log in or check your connection." msgstr "" #: src/sessions/atprotosocial/session.py msgid "An error occurred while fetching your home timeline." msgstr "" #: src/sessions/atprotosocial/session.py msgid "An error occurred while fetching the user's timeline." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Unsupported File Skipped" msgstr "" #: src/sessions/atprotosocial/session.py msgid "File {filename} has an unsupported type and was not attached." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Media Upload Failed" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Failed to upload {filename}. It will not be attached." msgstr "" #: src/sessions/atprotosocial/session.py msgid "Media Upload Error" msgstr "" #: src/sessions/atprotosocial/session.py msgid "An error occurred while uploading {filename}: {error}" msgstr "" #: src/sessions/atprotosocial/session.py msgid "Failed to send post. The server did not confirm the post creation." msgstr "" #: src/sessions/atprotosocial/session.py msgid "An unexpected error occurred while sending the post: {error}" msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Not connected to ATProtoSocial. Please check your connection settings or log in." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "User identity not found. Cannot create post." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Failed to post: {error} - {message}" msgstr "" #: src/sessions/atprotosocial/utils.py msgid "An unexpected error occurred while posting: {error}" msgstr "" #: src/sessions/atprotosocial/utils.py msgid "You have already reposted this post." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Failed to repost: {error}" msgstr "" #: src/sessions/atprotosocial/utils.py msgid "An unexpected error occurred while reposting." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "You have already liked this post." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Failed to like post: {error}" msgstr "" #: src/sessions/atprotosocial/utils.py msgid "An unexpected error occurred while liking the post." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Could not find the post to repost." msgstr "" #: src/sessions/atprotosocial/utils.py msgid "Could not find the post to like." msgstr "" #: src/controller/atprotosocial/handler.py msgid "&New Post" msgstr "" #: src/controller/atprotosocial/handler.py msgid "&Repost" msgstr "" #: src/controller/atprotosocial/handler.py msgid "&Unlike" msgstr "" #: src/controller/atprotosocial/handler.py msgid "{label} Home" msgstr "" #: src/controller/atprotosocial/handler.py msgid "{label} Notifications" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Session not ready." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Post reposted successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to repost post." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Post liked successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to like post." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Like removed successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to remove like." msgstr "" #: src/controller/atprotosocial/handler.py msgid "An unexpected error occurred while unliking." msgstr "" #: src/controller/atprotosocial/handler.py msgid "ATProtoSocial session is not active or authenticated." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Target user DID not provided." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User followed successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to follow user." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User unfollowed successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to unfollow user." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User muted successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to mute user." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User unmuted successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to unmute user." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User blocked successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to block user." msgstr "" #: src/controller/atprotosocial/handler.py msgid "User unblocked successfully." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to unblock user, or user was not blocked." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Unknown action: {command}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Profile: {handle}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Could not fetch profile for {user_ident}." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Error displaying profile: {error}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Enter user DID or handle:" msgstr "" #: src/controller/atprotosocial/handler.py msgid "View User Timeline" msgstr "" #: src/controller/atprotosocial/handler.py msgid "User {user_ident} not found." msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to open user timeline: {error}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "View Followers" msgstr "" #: src/controller/atprotosocial/handler.py msgid "{user_handle}'s Posts" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Followers of {user_handle}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to open followers list: {error}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "View Following" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Following by {user_handle}" msgstr "" #: src/controller/atprotosocial/handler.py msgid "Failed to open following list: {error}" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Compose Post" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Replying to: {uri_placeholder}" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Media Attachments" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Max: {max_attachments}" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Add Media..." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Quoting Post" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Quoting URI: " msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "None" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Set/Change Quote..." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Remove Quote" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Options" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Sensitive content (CW)" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Content warning text (optional)" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Languages:" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Automatic" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Maximum number of attachments ({max}) reached." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Attachment Limit" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Select Media File" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Enter accessibility description (alt text) for the image:" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Image Description" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Enter the AT-URI of the Bluesky post to quote:" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "You can select a maximum of {num} languages." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Language Selection Limit" msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Cannot send an empty post." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Please select no more than {num} languages." msgstr "" #: src/wxUI/dialogs/composeDialog.py msgid "Language Error" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "User Profile" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Loading profile..." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Profile not found." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Error loading profile." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Profile loaded." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Action failed." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Performing action: {action}..." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Display Name:" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Handle:" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "DID:" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Bio:" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Avatar URL: " msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Banner URL: " msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Follow" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Unfollow" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Unblock" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "User DID not available for this action." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Confirm Action" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Are you sure you want to unfollow @{handle}?" msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Are you sure you want to block @{handle}? This will prevent them from interacting with you and hide their content." msgstr "" #: src/wxUI/dialogs/atprotosocial/showUserProfile.py msgid "Action Error" msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No posts found." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "An unexpected error occurred loading posts." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No more posts to load." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Failed to load more posts or no more posts." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "An unexpected error occurred while loading more users." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Home timeline is empty or failed to load." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Error loading home timeline." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No more posts." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Error loading more posts." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No unread notifications or failed to load initial set." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Error loading notifications." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No more older notifications." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Error loading more notifications." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "No users found in this list." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Error loading user list." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "This list is empty." msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Post Content" msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Action" msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Details" msgstr "" #: src/wxUI/buffers/atprotosocial/panels.py msgid "Refreshing recent notifications. True 'load older' for notifications is not yet fully implemented." msgstr "" #: src/sessionmanager/wxUI.py msgid "ATProtoSocial (Bluesky)" msgstr "" #: src/sessionmanager/wxUI.py msgid "You will be prompted for your ATProtoSocial (Bluesky) data (user handle and App Password) to authorize TWBlue. Would you like to authorize your account now?" msgstr "" #: src/sessionmanager/wxUI.py msgid "ATProtoSocial Authorization" msgstr "" #: src/sessionmanager/sessionManager.py msgid "{handle} (Bluesky)" msgstr ""