1
0
Fork 0
This repository has been archived on 2022-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
DungeonManager/app/src/main/res/values/strings.xml
2015-02-21 16:22:20 +01:00

54 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">DungeonManager</string>
<string name="action_cure">Cure</string>
<string name="action_undo">Undo</string>
<string name="pg">PG</string>
<string name="die">Die</string>
<string name="curative_efforts">Curative efforts</string>
<string name="curative_display_text1">You have</string>
<string name="curative_display_text2">out of</string>
<string name="curative_display_text3">daily curative efforts.</string>
<string name="action_load">Load</string>
<string name="dungeons_and_dragons">Dungeons and Dragons</string>
<string name="action_save">Save</string>
<string name="action_reset">Reset</string>
<string name="message_reset">All the data has been cleared</string>
<string name="reset_confirmation_title">Are you sure?</string>
<string name="reset_confirmation">All data will be lost!</string>
<string name="action_undo_current_pg">Action undone</string>
<string name="action_edit_basics">Edit character</string>
<string name="adventurer_name">Adventurer name</string>
<string name="class_name">Class</string>
<string name="race_name">Race</string>
<string name="cancel">Cancel</string>
<string name="ok">Ok</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="edit_PG_Title">Suffer damage</string>
<string name="message_death">Your character has died</string>
<string name="new_energies1">You have</string>
<string name="new_energies2">curative efforts</string>
<string name="new_energies_title">Use a curative effort?</string>
<string name="title_activity_introduction">Edit character</string>
<string name="action_finish">Done</string>
<string name="level">Level</string>
<string name="max_curative_efforts">Max curative efforts</string>
<string name="max_pg">Max PG</string>
<string name="missing_info_error">You need to fill all the information</string>
<string name="no_curative_efforts_error">You don\'t have any curative efforts left!</string>
<string name="maxed_curative">You have reached your maximum level of PG</string>
<string name="suffer_damage">Input the damage suffered</string>
<string name="suffer_damage_hint">PG lost</string>
<string name="FUE">FUE</string>
<string name="CON">CON</string>
<string name="DES">DES</string>
<string name="INT">INT</string>
<string name="CAR">CAR</string>
<string name="SAB">SAB</string>
</resources>