mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
* Revert "Getting Most Recent Translations" * revert * adding back in .example files * string xml is a little funky * userRepository added * added strings and set up for if user has group challenges * checking challenge/party membership * Just trying to learn flowables * Recognizes user as part of group challenges * Log statements to track code flow * Fixed the code flow * Fixed the timing issue, not super elegant * reverting GroupViewModel to its initial for now * Adding functionality to remove challenges * Added Chloe's guild changes * quick guild fix * Fixed guild modal formatting issue for consistency and added new strings to strings.xml * Fixed an instance of if/else formatting * Update GuildDetailFragment.kt Corrected alert title for leaving a guild while not a member of Guild Challenges. Co-authored-by: Isabel Lally <43449214+ilally93@users.noreply.github.com> Co-authored-by: Isabel Lally <ilally93@gmail.com> Co-authored-by: Isabel Lally <lallyir@g.cofc.edu> Co-authored-by: Phillip Thelen <phillip@habitica.com>
15 lines
825 B
XML
15 lines
825 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="profile_pets_and_mounts">Ljubimci & Jahače životinje</string>
|
|
<string name="profile_pets_found">Ljubimaca pronađeno</string>
|
|
<string name="profile_mounts_tamed">jahačih životinja pripitomljeno</string>
|
|
<string name="profile_loading_data">Učitavanje podataka o članu…</string>
|
|
<string name="profile_send_message_to">Pošalji poruku %s</string>
|
|
<string name="profile_message_sent_to">Poruka poslana %s</string>
|
|
<string name="profile_level">Level:</string>
|
|
<string name="profile_class_bonus">Bonus klase</string>
|
|
<string name="profile_allocated">Raspodijeljeno:</string>
|
|
<string name="profile_private_message">Privatna poruka</string>
|
|
<string name="profile_achievements">Postignuća</string>
|
|
|
|
</resources>
|