Compare commits
2 Commits
title_scre
...
debug_bogs
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3661285f64 | ||
|
|
9766025231 |
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
||||
4
AndorsTrail/.svnignore
Normal file
@@ -0,0 +1,4 @@
|
||||
gen
|
||||
bin
|
||||
.metadata
|
||||
.git
|
||||
@@ -18,7 +18,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="43"
|
||||
android:versionName="0.7.2dev"
|
||||
android:versionCode="40"
|
||||
android:versionName="0.7.1dev"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
android:minSdkVersion="4"
|
||||
android:targetSdkVersion="21"
|
||||
android:minSdkVersion="4"
|
||||
android:targetSdkVersion="17"
|
||||
/>
|
||||
|
||||
<supports-screens
|
||||
@@ -23,8 +23,6 @@
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.READ_LOGS"/>
|
||||
|
||||
|
||||
<application
|
||||
android:name=".AndorsTrailApplication"
|
||||
@@ -32,7 +30,6 @@
|
||||
android:icon="@drawable/icon"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AndorsTrailTheme_Blue"
|
||||
>
|
||||
<activity
|
||||
android:name=".activity.StartScreenActivity"
|
||||
@@ -46,22 +43,22 @@
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
|
||||
android:theme="@style/Theme.NoBackground"
|
||||
/>
|
||||
<activity android:name=".activity.HeroinfoActivity" />
|
||||
<activity android:name=".activity.MonsterInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ItemInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.LevelUpActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ConversationActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.MonsterInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ItemInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.LevelUpActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ConversationActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ShopActivity" />
|
||||
<activity android:name=".activity.AboutActivity" />
|
||||
<activity android:name=".activity.LoadingActivity" />
|
||||
<activity android:name=".activity.Preferences" />
|
||||
<activity android:name=".activity.LoadSaveActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.BulkSelectionInterface" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.SkillInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.LoadSaveActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.BulkSelectionInterface" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.SkillInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.DisplayWorldMapActivity" />
|
||||
</application>
|
||||
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Andors Trail\n"
|
||||
"POT-Creation-Date: Sun Nov 10 11:14:56 CET 2013\n"
|
||||
"POT-Creation-Date: Tue Jul 23 13:09:25 CEST 2013\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Oskar Wiksten <oskar.wiksten@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: [none]
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
|
||||
#: actorconditions_v0610.json:chaotic_curse
|
||||
msgid "Chaotic curse"
|
||||
msgstr ""
|
||||
@@ -5019,10 +5015,6 @@ msgstr ""
|
||||
msgid "She's always nagging me about how I should move out of what she considers to be HER house, when it in fact is MY house and SHE is the one that should move out so that things can settle down."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_elwyl.json:elwyl_7
|
||||
msgid "Ahem. As I've told you several times, Elwyl, since it's YOU that is causing all the trouble, I think it would be best for both our sake if YOU moved out."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_elwyl.json:elwyl_8
|
||||
msgid "Argh. I am so upset at her!"
|
||||
msgstr ""
|
||||
@@ -10668,7 +10660,7 @@ msgid "Then some people started hearing strange noises coming from below the gro
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_kantya.json:kantya9
|
||||
msgid "Strange noises filled the whole mine, loud rumbles and shrieking noises from within the rock."
|
||||
msgid "Strange noises filled the whole mine, lour rumbles and shrieking noises from within the rock."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_kaori.json:kaori_1
|
||||
@@ -12066,7 +12058,7 @@ msgid "I have discovered that if you mix some ground up claws from a beast calle
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_lodar.json:lodar_spo3_0
|
||||
msgid "Up in the north, I have heard tales of beast called the Arulir. Their skin is thick as bark due to the interesting oily substance that they produce. I have learned that if you extract some of that thick oily substance, and mix it with an infectious claw from some monster, you can make a potion that makes your skin almost as tough as theirs. I will require two of those skins for it to be effective, and I believe you can find the type of claws that I require on monsters that dwell underground and in caves somewhere outside Fallhaven."
|
||||
msgid "Up in the north, I have heard tales of beast called the Arulir. Their skin is thick as bark due to the interesting oily substance that they produce. I have learned that if you extract some of that thick oily substance, and mix it with an infectious claw from some monster, you can make a potion that makes your skin almost as tough as theirs. I will require two of those skins for it to be effective."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_lodar.json:lodar_xul0
|
||||
@@ -26481,7 +26473,7 @@ msgid "Lodar can create a potion of strength if I bring him a dead spider and th
|
||||
msgstr ""
|
||||
|
||||
#: questlist_v070_lodar.json:lodar_pots:43
|
||||
msgid "Lodar can create a potent defensive potion if I bring him two Arulir skins and a claw from some monster. The Arulir beasts can be found somewhere up in the north, and the claws can apparently be found from creatures that dwell underground and in caves somewhere outside Fallhaven."
|
||||
msgid "Lodar can create a potent defensive potion if I bring him two Arulir skins and a claw from some monster."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_v070_lodar.json:xulviir
|
||||
@@ -26563,44 +26555,3 @@ msgstr ""
|
||||
#: questlist_v070_misc.json:antifoodp:40
|
||||
msgid "I can bring him more ingredients if I want him to create more antidote potions in the future."
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::blackwater:prim
|
||||
msgid "Prim"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:charwoodh
|
||||
msgid "Charwood"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:crossglen
|
||||
msgid "Crossglen"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:crossroads
|
||||
msgid "Crossroads Guardhouse"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:fallhaven
|
||||
msgid "Fallhaven"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:flagstone
|
||||
msgid "Flagstone Prison"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:fflask
|
||||
msgid "Foaming Flask Tavern"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:loneford
|
||||
msgid "Loneford"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:remgard
|
||||
msgid "Remgard"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:vilegard
|
||||
msgid "Vilegard"
|
||||
msgstr ""
|
||||
|
||||
|
||||
21247
AndorsTrail/assets/translation/pt-rBR.po
Normal file
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in *.po
|
||||
do
|
||||
echo "$i"
|
||||
msgmerge --no-fuzzy-matching "${i}" english.pot \
|
||||
| msgattrib --translated \
|
||||
| msguniq --no-wrap --sort-by-file >"${i}.tmp1"
|
||||
mv "${i}.tmp1" "$i"
|
||||
done
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-17
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromYDelta="0%"
|
||||
android:toYDelta="-100%"
|
||||
android:duration="300"
|
||||
/>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="100%"
|
||||
android:duration="300"
|
||||
/>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromYDelta="-100%"
|
||||
android:toYDelta="0%"
|
||||
android:duration="300"
|
||||
/>
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"
|
||||
android:duration="300"
|
||||
/>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/ui_blue_palette_text_gray_light"/>
|
||||
<item android:state_enabled="true" android:state_checked="true" android:color="@color/ui_blue_palette_text_gray_light"/>
|
||||
<item android:state_enabled="true" android:color="@color/ui_blue_palette_text_gray_mid"/>
|
||||
<item android:state_enabled="false" android:color="@color/ui_blue_palette_text_gray_darker"/>
|
||||
<item android:color="@color/ui_blue_palette_text_gray_mid"/>
|
||||
</selector>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 734 B |
|
Before Width: | Height: | Size: 786 B |
|
Before Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
|
||||
<item android:drawable="@drawable/loading_anim_00"
|
||||
android:duration="150" />
|
||||
<item android:drawable="@drawable/loading_anim_01"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_02"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_03"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_04"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_05"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_06"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_00"
|
||||
android:duration="150" />
|
||||
|
||||
</animation-list>
|
||||
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 602 B |
|
Before Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 516 B |
|
Before Width: | Height: | Size: 511 B |
|
Before Width: | Height: | Size: 567 B |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 51 KiB |