- Updated the application namespace and ID from "net.ypchat.app" to "de.ypchat.android" for better alignment with branding. - Increased Gradle heap size settings to optimize build performance. - Disabled dependency constraints to simplify dependency management. - Removed obsolete files related to the previous application structure, including MainActivity, YpChatApp, and various core components, streamlining the codebase. These changes collectively enhance the application's configuration and structure, improving maintainability and performance.
100 lines
4.3 KiB
Plaintext
100 lines
4.3 KiB
Plaintext
"app_name" = "YPChat";
|
|
"landing_eyebrow" = "SingleChat";
|
|
"landing_title" = "Directly into chat";
|
|
"landing_copy" = "Compact, fast and without detours. Create your profile and start a conversation right away.";
|
|
"feature_worldwide_chat" = "Worldwide chat";
|
|
"feature_image_exchange" = "Image exchange";
|
|
"feature_compact_controls" = "Compact controls";
|
|
"profile_title" = "Start profile";
|
|
"profile_copy" = "A few details are enough to get started.";
|
|
"label_nick" = "Please enter your chat nickname";
|
|
"label_gender" = "Gender";
|
|
"label_age" = "Age";
|
|
"label_country" = "Country";
|
|
"button_start_chat" = "Start chat";
|
|
"gender_female" = "Female";
|
|
"gender_male" = "Male";
|
|
"gender_pair" = "Couple";
|
|
"gender_trans_mf" = "Transgender (M->F)";
|
|
"gender_trans_fm" = "Transgender (F->M)";
|
|
"socket_connected" = "Socket connected";
|
|
"socket_connecting" = "Connecting socket...";
|
|
"status_online" = "online";
|
|
"status_connecting" = "connecting...";
|
|
"tab_online" = "Online";
|
|
"tab_search" = "Search";
|
|
"tab_inbox" = "Inbox";
|
|
"tab_history" = "History";
|
|
"tab_console" = "Console";
|
|
"tab_more" = "More";
|
|
"logout" = "Logout";
|
|
"timeout_in" = "Timeout in %@";
|
|
"no_users_online" = "No other users online yet.";
|
|
"search_username_includes" = "Username contains";
|
|
"search_from_age" = "From age";
|
|
"search_to_age" = "To age";
|
|
"search_all" = "All";
|
|
"search_button" = "Search";
|
|
"search_no_results" = "No results.";
|
|
"search_min_age_error" = "Minimum age must not be greater than maximum age.";
|
|
"inbox_empty" = "No unread chats.";
|
|
"inbox_new_count" = "%d new";
|
|
"history_empty" = "No history yet.";
|
|
"no_message" = "No message";
|
|
"back" = "Back";
|
|
"block" = "Block";
|
|
"unblock" = "Unblock";
|
|
"message_placeholder" = "Message";
|
|
"button_image" = "Image";
|
|
"button_send" = "Send";
|
|
"button_smileys" = "Smileys";
|
|
"image_message" = "Image message";
|
|
"image_upload_in_progress" = "Uploading image...";
|
|
"image_upload_success" = "Image uploaded.";
|
|
"image_upload_failed" = "Image upload failed.";
|
|
"image_upload_too_large" = "Image is larger than 5 MB.";
|
|
"image_upload_open_failed" = "Image could not be opened.";
|
|
"feedback_created_at" = "Received %@";
|
|
"feedback_meta_separator" = " • ";
|
|
"countries_load_error" = "Country list could not be loaded: %@";
|
|
"user_blocked" = "%@ has been blocked";
|
|
"user_unblocked" = "%@ has been unblocked";
|
|
"feedback_title" = "Feedback";
|
|
"feedback_comment" = "Comment";
|
|
"feedback_send" = "Send feedback";
|
|
"feedback_saved" = "Feedback saved.";
|
|
"feedback_empty" = "No feedback yet.";
|
|
"anonymous" = "Anonymous";
|
|
"feedback_admin_user" = "Admin user";
|
|
"feedback_admin_password" = "Password";
|
|
"feedback_admin_login" = "Admin login";
|
|
"feedback_admin_logout" = "Logout admin";
|
|
"feedback_delete" = "Delete";
|
|
"console_title" = "Console";
|
|
"console_placeholder" = "Enter /command or admin login input";
|
|
"console_send" = "Send";
|
|
"console_empty" = "No console output yet.";
|
|
"more_title" = "More";
|
|
"more_feedback" = "Feedback";
|
|
"more_partners" = "Partners";
|
|
"more_faq" = "FAQ";
|
|
"more_rules" = "Rules";
|
|
"more_safety" = "Safety";
|
|
"more_imprint" = "Imprint";
|
|
"more_back" = "Back to overview";
|
|
"partners_intro" = "Recommended and friendly projects for our community.";
|
|
"faq_intro" = "Answers to common questions about the chat.";
|
|
"rules_intro" = "Basic rules for respectful chatting.";
|
|
"safety_intro" = "Tips for privacy and safer usage.";
|
|
"imprint_intro" = "Legal notice and contact details.";
|
|
"external_link" = "External link";
|
|
"faq_title" = "Frequently Asked Questions";
|
|
"rules_title" = "Chat Rules";
|
|
"safety_title" = "Safety and Privacy";
|
|
"imprint_title" = "Imprint";
|
|
"partners_title" = "Partners";
|
|
"faq_body" = "Choose a nickname, enter your profile details and start chatting. Do not share sensitive data like phone numbers, addresses, passwords or payment information. You can send images, block users and use feedback for serious issues.";
|
|
"rules_body" = "No insults, hate speech, illegal content, spam or unwanted harassment. Only send images you are allowed to share and respect the privacy of others.";
|
|
"safety_body" = "Use a nickname that does not identify you. Do not share private contact or payment data. Be careful with links from strangers and end conversations that feel wrong. Use block and feedback for serious incidents.";
|
|
"imprint_body" = "Torsten Schulz, Friedrich-Stampfer-Str. 21, 60437 Frankfurt. Contact: tsschulz@tsschulz.de. External links are the responsibility of their operators.";
|