diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-08-28 23:07:20 +0200 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-08-28 23:07:20 +0200 |
commit | 30d06f62d928304bc81b1040e2e39760edea8904 (patch) | |
tree | bb76ea46c3af3959d0bb78d798928e5351cf3d1b /core/src/main/res/values | |
parent | e30ef63fbe68e7b96ac2a26cfb1f153813121fad (diff) | |
download | AntennaPod-30d06f62d928304bc81b1040e2e39760edea8904.zip |
Localize option label
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 00bc077e8..c8fb83e46 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -358,6 +358,7 @@ <!-- OPML import and export --> <string name="opml_import_txtv_button_lable">OPML files allow you to move your podcasts from one podcatcher to another.</string> + <string name="opml_import_option">Option %1$d</string> <string name="opml_import_explanation_1">Choose a specific file path from the local filesystem.</string> <string name="opml_import_explanation_2">Use an external applications like Dropbox, Google Drive or your favourite file manager to open an OPML file.</string> <string name="opml_import_explanation_3">Many applications like Google Mail, Dropbox, Google Drive and most file managers can <i>open</i> OPML files <i>with</i> AntennaPod.</string> <string name="start_import_label">Start import</string> |