diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-01 23:14:29 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-01 23:14:29 +0100 |
commit | 849d4fe168248bbfc322cf46eb1a268368d88dd4 (patch) | |
tree | 42e651a9c28b54044ee21a0f9ccbe061fa541caf /core/src/main/res/values-zh-rTW | |
parent | 609f67ea8adaa5f7e8137ee9bde7fa2425c24132 (diff) | |
download | AntennaPod-849d4fe168248bbfc322cf46eb1a268368d88dd4.zip |
Fix resource directory
Diffstat (limited to 'core/src/main/res/values-zh-rTW')
-rw-r--r-- | core/src/main/res/values-zh-rTW/strings.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/core/src/main/res/values-zh-rTW/strings.xml b/core/src/main/res/values-zh-rTW/strings.xml new file mode 100644 index 000000000..28dfeb6e8 --- /dev/null +++ b/core/src/main/res/values-zh-rTW/strings.xml @@ -0,0 +1,38 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources xmlns:tools="http://schemas.android.com/tools"> + <!--Activitiy and fragment titles--> + <!--Statistics fragment--> + <!--Main activity--> + <!--Webview actions--> + <!--Playback history--> + <!--Other--> + <!--'Add Feed' Activity labels--> + <!--Actions on feeds--> + <!--actions on feeditems--> + <!--Download messages and labels--> + <!--Mediaplayer messages--> + <!--Queue operations--> + <!--Flattr--> + <!--Flattr--> + <!--Variable Speed--> + <!--Empty list labels--> + <!--Preferences--> + <!--Auto-Flattr dialog--> + <!--Search--> + <!--OPML import and export--> + <!--Sleep timer--> + <!--gpodder.net--> + <!--Directory chooser--> + <!--Online feed view--> + <!--Content descriptions for image buttons--> + <!--Feed information screen--> + <!--Progress information--> + <!--AntennaPodSP--> + <!--Episodes apply actions--> + <!--Sort--> + <!--Rating dialog--> + <!--Audio controls--> + <!--proxy settings--> + <!--Casting--> + <!--<string name="cast_failed_to_connect">Could not connect to the device</string>--> +</resources> |