cebuano erstellt

This commit is contained in:
Torsten Schulz (local)
2026-05-30 20:21:08 +02:00
parent 88c742de0b
commit 1ca1b45b55
13 changed files with 379 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
<resources>
<string name="label_nick">Please type in your nick for the chat:</string>
<string name="label_gender">Gender:</string>
<string name="label_age">Age:</string>
<string name="label_country">Country:</string>
<string name="button_start_chat">Start chat</string>
<string name="gender_female">Female</string>
<string name="gender_male">Male</string>
<string name="gender_pair">Pair</string>
<string name="gender_trans_mf">Transgender (M-&gt;F)</string>
<string name="gender_trans_fm">Transgender (F-&gt;M)</string>
<string name="tab_search">Search</string>
<string name="tab_inbox">Inbox</string>
<string name="tab_history">History</string>
<string name="button_send">Send</string>
<string name="search_username_includes">Username includes</string>
<string name="search_from_age">From age</string>
<string name="search_to_age">To age</string>
<string name="search_country">Country</string>
<string name="search_genders">Genders</string>
<string name="search_all">All</string>
<string name="search_button">Search</string>
<string name="search_no_results">No results.</string>
<string name="search_min_age_error">Minimum age must be at least as large as or greater than the maximum age.</string>
<string name="history_empty">No previous conversations available.</string>
<string name="block">Block user</string>
<string name="unblock">Unblock user</string>
<string name="button_image">Send an image</string>
</resources>