summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2017-10-20 20:39:11 +0200
committerGitHub <noreply@github.com>2017-10-20 20:39:11 +0200
commit7aae71e3bab10d5dff640ac1d85bf6433b6775bf (patch)
tree00e528eafa96a81948cfb659c3545f6df0094294
parent77858ec8dfe0340478daed5a5cc1ab8692bcb30e (diff)
parent3eb637d690ec21cc9b98da1dde324c3ff2f07770 (diff)
downloadAntennaPod-7aae71e3bab10d5dff640ac1d85bf6433b6775bf.zip
Merge branch 'develop' into htmlpatch
-rw-r--r--.tx/config11
-rw-r--r--app/proguard.cfg2
-rw-r--r--app/src/androidTest/java/de/test/antennapod/util/FilenameGeneratorTest.java10
-rw-r--r--app/src/main/AndroidManifest.xml15
-rw-r--r--app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java2
-rw-r--r--app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromIntentActivity.java5
-rw-r--r--app/src/main/java/de/danoeh/antennapod/fragment/ItunesSearchFragment.java3
-rw-r--r--app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java3
-rw-r--r--app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java40
-rw-r--r--app/src/main/java/de/danoeh/antennapod/service/PlayerWidgetService.java4
-rw-r--r--app/src/main/play/ar/listing/fulldescription30
-rw-r--r--app/src/main/play/az/listing/fulldescription30
-rw-r--r--app/src/main/play/ca/listing/fulldescription9
-rw-r--r--app/src/main/play/ca_ES/listing/fulldescription30
-rw-r--r--app/src/main/play/cs_CZ/listing/fulldescription34
-rw-r--r--app/src/main/play/da/listing/fulldescription80
-rw-r--r--app/src/main/play/de/listing/fulldescription28
-rw-r--r--app/src/main/play/el/listing/fulldescription30
-rw-r--r--app/src/main/play/es/listing/fulldescription26
-rw-r--r--app/src/main/play/fa/listing/fulldescription43
-rw-r--r--app/src/main/play/fi/listing/fulldescription30
-rw-r--r--app/src/main/play/gl/listing/fulldescription68
-rw-r--r--app/src/main/play/he_IL/listing/fulldescription32
-rw-r--r--app/src/main/play/hi_IN/listing/fulldescription30
-rw-r--r--app/src/main/play/hu/listing/fulldescription30
-rw-r--r--app/src/main/play/id/listing/fulldescription30
-rw-r--r--app/src/main/play/it/listing/fulldescription34
-rw-r--r--app/src/main/play/ja/listing/fulldescription28
-rw-r--r--app/src/main/play/kn_IN/listing/fulldescription30
-rw-r--r--app/src/main/play/ko/listing/fulldescription30
-rw-r--r--app/src/main/play/ko_KR/listing/fulldescription30
-rw-r--r--app/src/main/play/lt/listing/fulldescription12
-rw-r--r--app/src/main/play/nb/listing/fulldescription30
-rw-r--r--app/src/main/play/nb_NO/listing/fulldescription30
-rw-r--r--app/src/main/play/nl/listing/fulldescription80
-rw-r--r--app/src/main/play/no/listing/fulldescription30
-rw-r--r--app/src/main/play/pl/listing/fulldescription30
-rw-r--r--app/src/main/play/pt/listing/fulldescription30
-rw-r--r--app/src/main/play/pt_BR/listing/fulldescription80
-rw-r--r--app/src/main/play/ro_RO/listing/fulldescription30
-rw-r--r--app/src/main/play/ru_RU/listing/fulldescription2
-rw-r--r--app/src/main/play/sv_SE/listing/fulldescription30
-rw-r--r--app/src/main/play/tr/listing/fulldescription36
-rw-r--r--app/src/main/play/uk_UA/listing/fulldescription24
-rw-r--r--app/src/main/play/vi/listing/fulldescription30
-rw-r--r--app/src/main/play/vi_VN/listing/fulldescription30
-rw-r--r--app/src/main/play/zh/listing/fulldescription43
-rw-r--r--app/src/main/play/zh_CN/listing/fulldescription40
-rw-r--r--app/src/main/play/zh_HK/listing/fulldescription43
-rw-r--r--app/src/main/res/xml/preferences.xml11
-rw-r--r--app/src/main/res/xml/provider_paths.xml4
-rw-r--r--build.gradle1
-rw-r--r--core/build.gradle1
-rw-r--r--core/src/free/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java10
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/preferences/UserPreferences.java11
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/receiver/MediaButtonReceiver.java3
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java50
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java24
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java27
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/storage/DBReader.java1
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java10
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/storage/DownloadRequester.java4
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/util/FileNameGenerator.java29
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java10
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/util/ShareUtils.java19
-rw-r--r--core/src/main/res/values-ca/strings.xml178
-rw-r--r--core/src/main/res/values-da/strings.xml630
-rw-r--r--core/src/main/res/values-es/strings.xml8
-rw-r--r--core/src/main/res/values-fa/strings.xml38
-rw-r--r--core/src/main/res/values-fr/strings.xml56
-rw-r--r--core/src/main/res/values-gl-rES/strings.xml633
-rw-r--r--core/src/main/res/values-is-rIS/strings.xml38
-rw-r--r--core/src/main/res/values-it/strings.xml58
-rw-r--r--core/src/main/res/values-iw-rIL/strings.xml13
-rw-r--r--core/src/main/res/values-ko/strings.xml18
-rw-r--r--core/src/main/res/values-lt/strings.xml328
-rw-r--r--core/src/main/res/values-nl/strings.xml22
-rw-r--r--core/src/main/res/values-pl-rPL/strings.xml18
-rw-r--r--core/src/main/res/values-pt-rBR/strings.xml48
-rw-r--r--core/src/main/res/values-ru/strings.xml31
-rw-r--r--core/src/main/res/values-sw-rKE/strings.xml38
-rw-r--r--core/src/main/res/values-zh-rCN/strings.xml56
-rw-r--r--core/src/main/res/values-zh-rHK/strings.xml38
-rw-r--r--core/src/main/res/values/strings.xml8
-rw-r--r--core/src/play/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java21
85 files changed, 2957 insertions, 973 deletions
diff --git a/.tx/config b/.tx/config
index 2634a90f5..5baf71152 100644
--- a/.tx/config
+++ b/.tx/config
@@ -16,14 +16,17 @@ trans.el = core/src/main/res/values-el/strings.xml
trans.es = core/src/main/res/values-es/strings.xml
trans.es_ES = core/src/main/res/values-es-rES/strings.xml
trans.et = core/src/main/res/values-et/strings.xml
+trans.fa = core/src/main/res/values-fa/strings.xml
trans.fi = core/src/main/res/values-fi/strings.xml
trans.fr = core/src/main/res/values-fr/strings.xml
+trans.gl = core/src/main/res/values-gl-rES/strings.xml
trans.he_IL = core/src/main/res/values-iw-rIL/strings.xml
trans.hi_IN = core/src/main/res/values-hi-rIN/strings.xml
trans.hu = core/src/main/res/values-hu/strings.xml
trans.id = core/src/main/res/values-id/strings.xml
trans.it = core/src/main/res/values-it/strings.xml
trans.it_IT = core/src/main/res/values-it-rIT/strings.xml
+trans.is = core/src/main/res/values-is-rIS/strings.xml
trans.ja = core/src/main/res/values-ja/strings.xml
trans.kn_IN = core/src/main/res/values-kn-rIN/strings.xml
trans.ko = core/src/main/res/values-ko/strings.xml
@@ -41,14 +44,17 @@ trans.ro_RO = core/src/main/res/values-ro-rRO/strings.xml
trans.ru = core/src/main/res/values-ru/strings.xml
trans.ru-RU = core/src/main/res/values-ru/strings.xml
trans.ru_RU = core/src/main/res/values-ru/strings.xml
-trans.uk_UA = core/src/main/res/values-uk-rUA/strings.xml
-trans.zh_CN = core/src/main/res/values-zh-rCN/strings.xml
trans.sv_SE = core/src/main/res/values-sv-rSE/strings.xml
+trans.sw_KE = core/src/main/res/values-sw-rKE/strings.xml
trans.te = core/src/main/res/values-te/strings.xml
trans.tr = core/src/main/res/values-tr/strings.xml
+trans.uk_UA = core/src/main/res/values-uk-rUA/strings.xml
trans.vi = core/src/main/res/values-vi/strings.xml
trans.vi_VN = core/src/main/res/values-vi-rVN/strings.xml
+trans_zh = core/src/main/res/values-zh/strings.xml
+trans.zh_CN = core/src/main/res/values-zh-rCN/strings.xml
trans.zh_TW = core/src/main/res/values-zh-rTW/strings.xml
+trans.zh_HK = core/src/main/res/values-zh-rHK/strings.xml
[antennapod.description]
file_filter = app/src/main/play/<lang>/listing/fulldescription
@@ -64,4 +70,3 @@ source_lang = en
file_filter = app/src/main/play/<lang>/whatsnew
source_file = app/src/main/play/en-US/whatsnew
source_lang = en
-
diff --git a/app/proguard.cfg b/app/proguard.cfg
index 815a89452..769079bd8 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -66,8 +66,10 @@
-keep interface android.support.v4.** { *; }
-keep class !android.support.v7.internal.view.menu.**,android.support.v7.** {*;}
-keep interface android.support.v7.** { *; }
+-keep class com.google.android.wearable.** { *; }
-dontwarn android.support.v4.**
-dontwarn android.support.v7.**
+-dontwarn com.google.android.wearable.**
-keepattributes *Annotation*
diff --git a/app/src/androidTest/java/de/test/antennapod/util/FilenameGeneratorTest.java b/app/src/androidTest/java/de/test/antennapod/util/FilenameGeneratorTest.java
index 6d24fa526..13e8b9582 100644
--- a/app/src/androidTest/java/de/test/antennapod/util/FilenameGeneratorTest.java
+++ b/app/src/androidTest/java/de/test/antennapod/util/FilenameGeneratorTest.java
@@ -34,6 +34,16 @@ public class FilenameGeneratorTest extends AndroidTestCase {
createFiles(result);
}
+ public void testFeedTitleContainsApostrophe() {
+ String result = FileNameGenerator.generateFileName("Feed's Title ...");
+ assertEquals("Feeds Title", result);
+ }
+
+ public void testFeedTitleContainsDash() {
+ String result = FileNameGenerator.generateFileName("Left - Right");
+ assertEquals("Left Right", result);
+ }
+
/**
* Tests if files can be created.
*
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 613f70fd4..e7938682e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.danoeh.antennapod"
- android:versionCode="1060398"
- android:versionName="1.6.3.0">
+ android:installLocation="auto"
+ android:versionCode="1060401"
+ android:versionName="1.6.4.1">
<!--
Version code schema:
"1.2.3-SNAPSHOT" -> 1020300
@@ -370,6 +371,16 @@
android:scheme="package"/>
</intent-filter>
</receiver>
+
+ <provider
+ android:authorities="de.danoeh.antennapod.provider"
+ android:name="android.support.v4.content.FileProvider"
+ android:exported="false"
+ android:grantUriPermissions="true">
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/provider_paths"/>
+ </provider>
<meta-data
android:name="de.danoeh.antennapod.core.glide.ApGlideModule"
diff --git a/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java b/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
index a4e661f62..f6bf11e66 100644
--- a/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
+++ b/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
@@ -146,7 +146,7 @@ public class OnlineFeedViewActivity extends AppCompatActivity {
|| TextUtils.equals(getIntent().getAction(), Intent.ACTION_VIEW)) {
feedUrl = (TextUtils.equals(getIntent().getAction(), Intent.ACTION_SEND))
? getIntent().getStringExtra(Intent.EXTRA_TEXT) : getIntent().getDataString();
- getSupportActionBar().setTitle(R.string.add_new_feed_label);
+ getSupportActionBar().setTitle(R.string.add_feed_label);
} else {
throw new IllegalArgumentException("Activity must be started with feedurl argument!");
}
diff --git a/app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromIntentActivity.java b/app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromIntentActivity.java
index 4c94e2b76..557510808 100644
--- a/app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromIntentActivity.java
+++ b/app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromIntentActivity.java
@@ -24,7 +24,10 @@ public class OpmlImportFromIntentActivity extends OpmlImportBaseActivity {
if (uri != null && uri.toString().startsWith("/")) {
uri = Uri.parse("file://" + uri.toString());
} else {
- uri = Uri.parse(getIntent().getStringExtra(Intent.EXTRA_TEXT));
+ String extraText = getIntent().getStringExtra(Intent.EXTRA_TEXT);
+ if(extraText != null) {
+ uri = Uri.parse(extraText);
+ }
}
importUri(uri);
}
diff --git a/app/src/main/java/de/danoeh/antennapod/fragment/ItunesSearchFragment.java b/app/src/main/java/de/danoeh/antennapod/fragment/ItunesSearchFragment.java
index db88c070d..43dedad25 100644
--- a/app/src/main/java/de/danoeh/antennapod/fragment/ItunesSearchFragment.java
+++ b/app/src/main/java/de/danoeh/antennapod/fragment/ItunesSearchFragment.java
@@ -116,6 +116,9 @@ public class ItunesSearchFragment extends Fragment {
//Show information about the podcast when the list item is clicked
gridView.setOnItemClickListener((parent, view1, position, id) -> {
Podcast podcast = searchResults.get(position);
+ if(podcast.feedUrl == null) {
+ return;
+ }
if (!podcast.feedUrl.contains("itunes.apple.com")) {
Intent intent = new Intent(getActivity(), OnlineFeedViewActivity.class);
intent.putExtra(OnlineFeedViewActivity.ARG_FEEDURL, podcast.feedUrl);
diff --git a/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java b/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
index d7f25c134..fccb86076 100644
--- a/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
+++ b/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
@@ -400,6 +400,9 @@ public class QueueFragment extends Fragment {
int from = viewHolder.getAdapterPosition();
int to = target.getAdapterPosition();
Log.d(TAG, "move(" + from + ", " + to + ")");
+ if(from >= queue.size() || to >= queue.size()) {
+ return false;
+ }
queue.add(to, queue.remove(from));
recyclerAdapter.notifyItemMoved(from, to);
DBWriter.moveQueueItem(from, to, true);
diff --git a/app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java b/app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java
index 6d749a289..1e396b8a8 100644
--- a/app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java
+++ b/app/src/main/java/de/danoeh/antennapod/preferences/PreferenceController.java
@@ -10,6 +10,7 @@ import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
+import android.content.pm.ResolveInfo;
import android.content.res.Resources;
import android.net.Uri;
import android.net.wifi.WifiConfiguration;
@@ -23,6 +24,8 @@ import android.preference.PreferenceManager;
import android.preference.PreferenceScreen;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
+import android.support.v4.content.ContextCompat;
+import android.support.v4.content.FileProvider;
import android.support.v7.app.AlertDialog;
import android.text.Editable;
import android.text.Html;
@@ -58,6 +61,7 @@ import de.danoeh.antennapod.activity.PreferenceActivity;
import de.danoeh.antennapod.activity.PreferenceActivityGingerbread;
import de.danoeh.antennapod.activity.StatisticsActivity;
import de.danoeh.antennapod.asynctask.ExportWorker;
+import de.danoeh.antennapod.core.BuildConfig;
import de.danoeh.antennapod.core.export.ExportWriter;
import de.danoeh.antennapod.core.export.html.HtmlWriter;
import de.danoeh.antennapod.core.export.opml.OpmlWriter;
@@ -156,7 +160,7 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
public void onCreate() {
final Activity activity = ui.getActivity();
- if (android.os.Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN) {
+ if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN) {
// disable expanded notification option on unsupported android versions
ui.findPreference(PreferenceController.PREF_EXPANDED_NOTIFICATION).setEnabled(false);
ui.findPreference(PreferenceController.PREF_EXPANDED_NOTIFICATION).setOnPreferenceClickListener(
@@ -228,8 +232,12 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
.setOnPreferenceChangeListener(
(preference, newValue) -> {
Intent i = new Intent(activity, MainActivity.class);
- i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK
- | Intent.FLAG_ACTIVITY_NEW_TASK);
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK
+ | Intent.FLAG_ACTIVITY_NEW_TASK);
+ } else {
+ i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+ }
activity.finish();
activity.startActivity(i);
return true;
@@ -439,14 +447,25 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
return true;
});
ui.findPreference(PREF_SEND_CRASH_REPORT).setOnPreferenceClickListener(preference -> {
+ Context context = ui.getActivity().getApplicationContext();
Intent emailIntent = new Intent(Intent.ACTION_SEND);
emailIntent.setType("text/plain");
emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[]{"Martin.Fietz@gmail.com"});
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "AntennaPod Crash Report");
emailIntent.putExtra(Intent.EXTRA_TEXT, "Please describe what you were doing when the app crashed");
// the attachment
- emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(CrashReportWriter.getFile()));
+ Uri fileUri = FileProvider.getUriForFile(context, "de.danoeh.antennapod.provider",
+ CrashReportWriter.getFile());
+ emailIntent.putExtra(Intent.EXTRA_STREAM, fileUri);
+ emailIntent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
String intentTitle = ui.getActivity().getString(R.string.send_email);
+ if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.KITKAT) {
+ List<ResolveInfo> resInfoList = context.getPackageManager().queryIntentActivities(emailIntent, PackageManager.MATCH_DEFAULT_ONLY);
+ for (ResolveInfo resolveInfo : resInfoList) {
+ String packageName = resolveInfo.activityInfo.packageName;
+ context.grantUriPermission(packageName, fileUri, Intent.FLAG_GRANT_READ_URI_PERMISSION);
+ }
+ }
ui.getActivity().startActivity(Intent.createChooser(emailIntent, intentTitle));
return true;
});
@@ -473,12 +492,21 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
String message = context.getString(R.string.opml_export_success_sum) + output.toString();
alert.setMessage(message);
alert.setPositiveButton(R.string.send_label, (dialog, which) -> {
- Uri outputUri = Uri.fromFile(output);
+ Uri fileUri = FileProvider.getUriForFile(context.getApplicationContext(),
+ "de.danoeh.antennapod.provider", output);
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_SUBJECT,
context.getResources().getText(R.string.opml_export_label));
- sendIntent.putExtra(Intent.EXTRA_STREAM, outputUri);
+ sendIntent.putExtra(Intent.EXTRA_STREAM, fileUri);
sendIntent.setType("text/plain");
+ sendIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+ if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.KITKAT) {
+ List<ResolveInfo> resInfoList = context.getPackageManager().queryIntentActivities(sendIntent, PackageManager.MATCH_DEFAULT_ONLY);
+ for (ResolveInfo resolveInfo : resInfoList) {
+ String packageName = resolveInfo.activityInfo.packageName;
+ context.grantUriPermission(packageName, fileUri, Intent.FLAG_GRANT_READ_URI_PERMISSION);
+ }
+ }
context.startActivity(Intent.createChooser(sendIntent,
context.getResources().getText(R.string.send_label)));
});
diff --git a/app/src/main/java/de/danoeh/antennapod/service/PlayerWidgetService.java b/app/src/main/java/de/danoeh/antennapod/service/PlayerWidgetService.java
index 007a4d744..b5bfb1ae4 100644
--- a/app/src/main/java/de/danoeh/antennapod/service/PlayerWidgetService.java
+++ b/app/src/main/java/de/danoeh/antennapod/service/PlayerWidgetService.java
@@ -17,6 +17,7 @@ import de.danoeh.antennapod.R;
import de.danoeh.antennapod.activity.MainActivity;
import de.danoeh.antennapod.core.feed.FeedItem;
import de.danoeh.antennapod.core.feed.FeedMedia;
+import de.danoeh.antennapod.core.preferences.UserPreferences;
import de.danoeh.antennapod.core.receiver.MediaButtonReceiver;
import de.danoeh.antennapod.core.service.playback.PlaybackService;
import de.danoeh.antennapod.core.service.playback.PlayerStatus;
@@ -69,7 +70,8 @@ public class PlayerWidgetService extends Service {
DBWriter.markItemPlayed(item, FeedItem.PLAYED, false);
DBWriter.removeQueueItem(this, item, false);
DBWriter.addItemToPlaybackHistory(media);
- if (item.getFeed().getPreferences().getCurrentAutoDelete()) {
+ if (item.getFeed().getPreferences().getCurrentAutoDelete() &&
+ (!item.isTagged(FeedItem.TAG_FAVORITE) || !UserPreferences.shouldFavoriteKeepEpisode())) {
Log.d(TAG, "Delete " + media.toString());
DBWriter.deleteFeedMediaOfItem(this, media.getId());
}
diff --git a/app/src/main/play/ar/listing/fulldescription b/app/src/main/play/ar/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/ar/listing/fulldescription
+++ b/app/src/main/play/ar/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/az/listing/fulldescription b/app/src/main/play/az/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/az/listing/fulldescription
+++ b/app/src/main/play/az/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ca/listing/fulldescription b/app/src/main/play/ca/listing/fulldescription
index 8e4a0df80..87b477fdc 100644
--- a/app/src/main/play/ca/listing/fulldescription
+++ b/app/src/main/play/ca/listing/fulldescription
@@ -28,13 +28,16 @@ CONTROL THE SYSTEM<br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
GitHub is the place to go for feature requests, bug reports and code contributions:<br>
-www.github.com/AntennaPod/AntennaPod
+https://www.github.com/AntennaPod/AntennaPod
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
+
Transifex is the place to help with translations:<br>
-www.transifex.com/antennapod/antennapod
+https://www.transifex.com/antennapod/antennapod
Check out our Beta Testing programme to get the latest features first:<br>
-www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ca_ES/listing/fulldescription b/app/src/main/play/ca_ES/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/ca_ES/listing/fulldescription
+++ b/app/src/main/play/ca_ES/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/cs_CZ/listing/fulldescription b/app/src/main/play/cs_CZ/listing/fulldescription
index 46dce8df5..4e15342ee 100644
--- a/app/src/main/play/cs_CZ/listing/fulldescription
+++ b/app/src/main/play/cs_CZ/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Používejte AntennaPod ve vlastním jazyce (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
-AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
+<b>Přidejte se ke komunitě AntennaPod!</b><br>
+AntennaPod je aktivně vyvíjen dobrovolníky. Můžete přispět také svým kódem nebo komentáři!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Máte dotaz nebo chcete poslat svůj názor?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Překlady jsou spravovány pomocí služby Transifex:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/da/listing/fulldescription b/app/src/main/play/da/listing/fulldescription
index 46dce8df5..241066fd4 100644
--- a/app/src/main/play/da/listing/fulldescription
+++ b/app/src/main/play/da/listing/fulldescription
@@ -1,45 +1,43 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
-But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
-
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-
-<b>All features:</b><br>
-IMPORT, ORGANIZE AND PLAY<br>
-&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
-&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
-&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
-&#8226; Access password-protected feeds and episodes<br>
-&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
-
-KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
-&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
-&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
-&#8226; Support content creators with Flattr integration including automatic flattring
-
-CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
-&#8226; Adapt to your environment using the light and dark theme<br>
-&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-
-<b>Join the AntennaPod community!</b>
-AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
-
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+AntennaPod er en app til håndtering og afspilning af podcasts. Den giver dig øjeblikkelig adgang til millioner af gratis og betalte podcasts, fra uafhængige podcastere til store udgivere som BBC, NPR, CNN og DR. Tilføj, importer og eksporter deres feeds problemfrit ved hjælp af iTunes-podcastdatabasen, OPML-filer eller enkle RSS-webadresser. Spar kræfter, batteristrøm og mobilt dataforbrug med kraftfulde automatiske styringsværktøjer til at hente udsendelser (angiv tidspunkter, tidsintervaller og udvalgte wi-fi-netværk) og sletning af episoder (baseret på dine foretrukne udsendelser og forsinkelsesindstillinger).<br>
+Men vigtigst af alt: Hent, stream eller sæt udsendelser i kø og nyd dem på den måde du kan lide med justerbare hastigheder, kapitelunderstøttelse og en søvntimer. Du kan endda vise din påskønnelse over for indholdsskaberne med vores Flattr-integration.
+
+AntennaPod er lavet af en podcast-entusiast og er gratis og fri i alle betydninger: open source, ingen udgifter, ingen reklamer.
+
+<b>Alle funktioner:</b><br>
+IMPORTER, ORGANISER OG AFSPIL<br>
+&#8226; Tilføj og importer feeds via iTunes- og gpodder.net-oversigterne, OPML-filer og RSS- eller Atom-links<br>
+&#8226; Håndter afspilning fra hvor som helst: widget på startskærmen, systemnotifikation, samt hovedtelefon- og bluetooth-styring<br>
+&#8226; Lyt på din egen måde med justerbar afspilningshastighed, kapitelunderstøttelse (MP3, VorbisComment og Podlove), erindring af afspilningsposition og en avanceret søvntimer (ryst for at nulstille, sænke lydstyrken og afspille langsommere)<br>
+&#8226; Tilgå feeds og udsendelser beskyttet med adgangskode<br>
+&#8226; Brug sideinddelte feeds (www.podlove.org/paged-feeds)
+
+HOLD STYR PÅ, DEL OG ANERKEND<br>
+&#8226; Hold styr på det bedste af det bedste ved at markere udsendelser som foretrukne<br>
+&#8226; Find en bestemt udsendelse via afspilningshistorikken eller ved at søge (titler og beskrivelser)<br>
+&#8226; Del udsendelser og feeds via avancerede valgmuligheder for sociale medier, gpodder.net-tjenesterne og OPML-eksport<br>
+&#8226; Støt indholdsskabere med Flattr-integration, inklusive automatisk flattring
+
+STYR SYSTEMET<br>
+&#8226; Tag styring over automatiseret hentning: vælg feeds, udeluk mobile netværk, vælg specifikke wi-fi-netvæk, kræv at telefonen oplader og indstil tidspunkter eller tidsintervaller
+&#8226; Håndter lagerforbruget ved at indstille antallet af udsendelser, der skal gemmes, smart sletning (baseret på dine foretrukne og afspilningsstatus) og ved at vælge den lagerplacering, du foretrækker<br>
+&#8226; Brug AntennaPod på dit eget sprog (EN, DE, DA, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Tilpas appen til dit miljø med det lyse og mørke tema<br>
+&#8226; Sikkerhedskopier dine abonnementer med gpodder.net-integrationen og OPML-eksport
+
+<b>Bliv en del af AntennaPod-fællesskabet!</b><br>
+AntennaPod er under aktiv udvikling af frivillige. Du kan også bidrage, med kode eller kommentarer!
+
+GitHub er stedet for forslag tli ny funktionalitet, fejlrapporter og kodebidrag:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Vores Google-gruppe er stedet til at dele dine ideer, foretrukne podcast-øjeblikke og taknemmelighed til alle de frivillige:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Har du et spørgsmål eller vil du give os en tilbagemelding?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex er stedet, hvis du vil hjælpe med oversættelser:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Prøv vores beta-testprogram for at få de nyeste funktioner først:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/de/listing/fulldescription b/app/src/main/play/de/listing/fulldescription
index 84f6c388b..e5d7ec72a 100644
--- a/app/src/main/play/de/listing/fulldescription
+++ b/app/src/main/play/de/listing/fulldescription
@@ -1,6 +1,4 @@
-Einfach zu benutzender und anpassbarer Open-Source Podcast-Manager
-
-AntennaPod ist ein Podcast-Manager und -Player, der dir unmittelbar Zugriff auf Millionen von freien und bezahlten Podcasts ermöglicht, angefangen von unabhängigen Podcastern zu großen Rundfunkanstalten oder Hörfunksendern wie BBC, NPR und CNN. Abonniere, importiere und exportiere deine Feeds mühelos mit Hilfe des iTunes-Verzeichnisses, OPML-Dateien oder einfachen RSS-URLs. Reduziere Aufwand, Stromverbrauch und Datenverbrauch durch die Kontrolle der Downloads (bestimmte Uhrzeiten, Intervalle, WiFi-Netze) und des Löschens (basierend auf deinen Favoriten und weiteren Einstellungen).
+AntennaPod ist ein Podcast-Manager und -Player, der Dir unmittelbar Zugriff auf Millionen von freien und bezahlten Podcasts ermöglicht, angefangen von unabhängigen Podcastern zu großen Rundfunkanstalten oder Hörfunksendern wie BBC, NPR und CNN. Abonniere, importiere und exportiere deine Feeds mühelos mit Hilfe des iTunes-Verzeichnisses, OPML-Dateien oder einfachen RSS-URLs. Reduziere Aufwand, Stromverbrauch und Datenverbrauch durch die Kontrolle der Downloads (bestimmte Uhrzeiten, Intervalle, WiFi-Netze) und des Löschens von Episoden (basierend auf deinen Favoriten und weiteren Einstellungen).<br>
Aber am wichtigsten: Downloade, streame oder füge Episoden zur Abspielliste hinzu und genieße sie mit einstellbarer Abspielgeschwindigkeit, Unterstützung von Kapiteln und Schlummerfunktion. Mit Flattr kannst du den Podcastern sogar deine Wertschätzung zeigen.
AntennaPod ist, von Podcast-Enthusiasten gemacht, frei im Sinne des Wortes: Open Source, keine Kosten, keine Werbung.
@@ -14,32 +12,32 @@ IMPORTIERE, ORGANISIERE UND HÖRE<br>
&#8226; Nutze den Vorteil von Paged Feeds (http://www.podlove.org/paged-feeds)
ORDNE, TEILE & GENIEßE
-&#8226; Behalten den Überblück über die Besten der Besten, indem du Episoden als Favoriten markierst
+&#8226; Bleib an den Besten der Besten dran, indem Du Episoden als Favoriten markierst<br>
&#8226; Finde Episoden durch die Liste zuletzt gespielter Episoden oder durch Suche in Titel und Shownotes
&#8226; Teile Episoden and Feeds über soziale Medien, E-Mail, den gPodder.net-Dienst oder als OPML-Export
&#8226; Unterstütze die Autoren von Inhalten mit Flattr (inklusive automatischem Flattren)
STEUER DAS SYSTEM<br>
-&#8226; Kontrolliere automatisches Herunterladen: Wähle Feeds aus, filtere Episodes durch Schlüsselwörter, schließe mobile Netze aus, suche bestimmte WiFi-Netze aus, setze voraus, dass das Smartphone geladen wird und lege Zeitpunkt oder Intervalle fest<br>
+&#8226; Kontrolliere automatisches Herunterladen: Wähle Feeds aus, schließe mobile Netze aus, suche bestimmte WiFi-Netze aus, setze voraus, dass das Smartphone geladen wird und lege Zeitpunkte oder Intervalle fest<br>
&#8226; Verwalte deinen Speicherplatz durch das Festlegen der Anzahl gespeicherter Episoden, schlaues Löschen und durch Auswahl des Speicherortes<br>
&#8226; Benutze AntennaPod in deiner Sprache (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Passe das Aussehen mit dem hellen oder dunklen Theme an<br>
&#8226; Sichere deine Abonnements mit gPodder.net oder über den OPML-Export
-<b>Trete der AntennaPod-Community bei!</b>
+<b>Trete der AntennaPod-Community bei!</b><br>
AntennaPod wird aktiv von Freiwilligen weiterentwickelt. Auch du kannst bei der Entwicklung mit Quellcode oder Kommentaren mitwirken!
-Stelle uns über Twitter Fragen oder gebe uns Feedback:
-https://twitter.com/@AntennaPod
+Wir verwenden GitHub für Funktionswünsche (Feature Requests), Fehlerberichte (Bug Reports) und zum Beisteuern von Code (Code Contributions).
+https://www.github.com/AntennaPod/AntennaPod
-Teile deine Idee und Lieblingspodcastmomente und äußere deine Dankbarkeit gegenüber allen Freiwilligen in unserer Google Group:
+Teile deine Idee und Lieblingspodcastmomente und äußere Deine Dankbarkeit gegenüber allen Freiwilligen in unserer Google Group:<br>
https://groups.google.com/forum/#!forum/antennapod (Englisch)
-Helfe auf Transifex, die App in deine Muttersprache zu übersetzen:
-https://www.transifex.com/antennapod/antennapod
+Du hast eine Frage oder willst uns Feedback geben?
+https://twitter.com/@AntennaPod
-Probiere unser Beta-Testing-Programm aus, um die neusten Funktionen als Erster zu erhalten:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Mit Transifex kannst du uns beim Übersetzen helfen:<br>
+https://www.transifex.com/antennapod/antennapod
-Wir verwenden GitHub für Funktionswünsche (Feature Requests), Fehlerberichte und zur Beteiligung an der Entwicklung.
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Probiere unser Beta-Testing-Programm aus, um die neusten Funktionen als Erster zu erhalten:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/el/listing/fulldescription b/app/src/main/play/el/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/el/listing/fulldescription
+++ b/app/src/main/play/el/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/es/listing/fulldescription b/app/src/main/play/es/listing/fulldescription
index 53244f38f..2f1c8861a 100644
--- a/app/src/main/play/es/listing/fulldescription
+++ b/app/src/main/play/es/listing/fulldescription
@@ -1,6 +1,4 @@
-Reproductor y gestor de podcast de código abierto, flexible y fácil de usar
-
-AntennaPod is un gestor y reproductor de podcast que te da acceso instantáneo a millones de podcast gratuitos y de pago, desde podcasters independientes a grandes estaciones como la BBC, NPR y CNN. Agrega, importa y exporta las fuentes de manera sencilla usando el listado de iTunes, archivos OPML o las URL de tipo RSS. Ahorra esfuerzo, batería y datos con los controles de descarga (filtros de episodios, a horas o intervalos específicos, o redes WiFi) y de borrado de episodios (basado en favoritos y ajustes de tiempo).<br>
+AntennaPod is un gestor y reproductor de podcast que te da acceso instantáneo a millones de podcast gratuitos y de pago, desde podcasters independientes a grandes estaciones como la BBC, NPR y CNN. Agrega, importa y exporta las fuentes de manera sencilla usando el listado de iTunes, archivos OPML o las URL de tipo RSS. Ahorra esfuerzo, batería y datos con los controles de descarga (a horas o intervalos específicos, o redes WiFi) y de borrado de episodios (basado en favoritos y ajustes de tiempo).<br>
Y lo más importante: descarga, escucha en stream y disfrutalos como quieras con velocidad de reproducción variable, soporte para capítulos y temporizador de sueño. Incluso puedes mostrar tu gratitud a los creadores de contenido mediante Flattr.
Hecho por entusiastas del podcasting, AntennaPod es libre, gratuito y sin publicidad.
@@ -20,26 +18,26 @@ RECUERDA, COMPARTE Y APRECIA
&#8226; Ayuda a los creadores de contenido con la integración Flatter, siendo posible hacer Flattr automático
CONTROLA EL SISTEMA<br>
-&#8226; Toma el control de la descarga automática: elige los feeds, filtra episodios según palabras clave, excluye las redes móviles, elige redes WiFi específicas, hazlo sólo si el teléfono está cargando o a ciertas horas o intervalos<br>
+&#8226; Toma el control de la descarga automática: elige los feeds, excluye las redes móviles, elige redes WiFi específicas, hazlo sólo si el teléfono está cargando o a ciertas horas o intervalos<br>
&#8226; Gestiona el almacenamiento configurando la cantidad de episodios en caché, configura borrado inteligente (basado en favoritos y el estado de reproducción) y eligiendo tu ubicación favorita<br>
&#8226; Usa AntennaPod en tu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adáptate a tu entorno usando el tema claro u oscuro<br>
&#8226; Haz backup de tus suscripciones usando gPodder.net o exportando a OPML
-<b>¡Únete a la comunidad AntennaPod!</b>
+<b>¡Únete a la comunidad AntennaPod!</b><br>
AntennaPod está en continuo desarrollo por voluntarios. ¡Tú también puedes contribuir, con tu código o con tus comentarios!
-Haz tu pregunta o danos tu opinión vía Twitter:
-https://twitter.com/@AntennaPod
+GitHub es el sitio que debes visitar para solicitar características nuevas, reportar fallos y contribuir con código<br>
+https://www.github.com/AntennaPod/AntennaPod
-Comparte tus ideas, tus momentos favoritos de podcasting y tu gratitud a los voluntarios en nuestro Grupo de Google:
+Nuestro Grupo de Google es el sitio para compartir tus ideas, tus momentos favoritos de podcasting y tu gratitud a los voluntarios:<br>
https://groups.google.com/forum/#!forum/antennapod
-Ayuda a traducir la app a tu idioma en Transifex:
-https://www.transifex.com/antennapod/antennapod
+¿Tienes una pregunta o quieres darnos tu opinión?
+https://twitter.com/@AntennaPod
-Echa un vistazo a nuestro programa de Beta Testing para ser el primero en usar las nuevas características:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex es el sitio para ayudar con las traducciones:<br>
+https://www.transifex.com/antennapod/antennapod
-Visita GitHub para enviar sugerencias, informes de fallos y aportes de código:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Echa un vistazo a nuestro programa de Beta Testing para ser el primero en usar las nuevas características:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/fa/listing/fulldescription b/app/src/main/play/fa/listing/fulldescription
new file mode 100644
index 000000000..87b477fdc
--- /dev/null
+++ b/app/src/main/play/fa/listing/fulldescription
@@ -0,0 +1,43 @@
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
+But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
+
+Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
+
+<b>All features:</b><br>
+IMPORT, ORGANIZE AND PLAY<br>
+&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
+&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
+&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
+&#8226; Access password-protected feeds and episodes<br>
+&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
+
+KEEP TRACK, SHARE & APPRECIATE<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
+&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
+&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
+&#8226; Support content creators with Flattr integration including automatic flattring
+
+CONTROL THE SYSTEM<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Adapt to your environment using the light and dark theme<br>
+&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
+
+<b>Join the AntennaPod community!</b><br>
+AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
+
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
+https://groups.google.com/forum/#!forum/antennapod
+
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
+
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
+
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/fi/listing/fulldescription b/app/src/main/play/fi/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/fi/listing/fulldescription
+++ b/app/src/main/play/fi/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/gl/listing/fulldescription b/app/src/main/play/gl/listing/fulldescription
index 87b477fdc..c26d4078c 100644
--- a/app/src/main/play/gl/listing/fulldescription
+++ b/app/src/main/play/gl/listing/fulldescription
@@ -1,43 +1,43 @@
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
-But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
-
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-
-<b>All features:</b><br>
-IMPORT, ORGANIZE AND PLAY<br>
-&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
-&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
-&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
-&#8226; Access password-protected feeds and episodes<br>
-&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
-
-KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favourites<br>
-&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
-&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
-&#8226; Support content creators with Flattr integration including automatic flattring
-
-CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
-&#8226; Adapt to your environment using the light and dark theme<br>
-&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-
-<b>Join the AntennaPod community!</b><br>
-AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-
-GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+AntennaPod é un xestor e repordutor de podcast que lle permite acceder a millóns de podcast gratuítos e de pago, desde emisións independentes a grandes produtores como BBC, NPR e CNN. Engadir, importar e exportar as súas fontes sen problemas utilizando a base de datos de iTunes, fiecheiros OPML o simples URLs de RSS. Aforre esforzos, consumo de batería e datos móbiles con un control total e automático das descargas de episodios (indique horarios, intervalos e redes WIFI) e eliminación de episodios (basándose nas preferencias de favoritos e retardo).<br>
+Mais o máis importante: Descargue, envíe ou poña na cola os episodios e disfrúteos do xeito en que máis lle conveña, axustando a velocidade de reprodución, xestión de capítulos e apagado automático. Poderá tamén mostrarlle aos creadores canto lle gustan os seus contidos gracias a integración con Flattr.
+
+Escrito por namorados dos podcast, AntennaPod é gratuíto e libre: open source, sen custos, sen publicidade.
+
+<b>Características:</b><br>
+IMPORTAR, ORGANIZAR E REPRODUCIR<br>
+&#8226; Engada e importe fontes a través dos directorios de iTunes e gPodder.net, ficheiros OPML e RSS ou ligazóns Atom<br>
+&#8226; Xestione as opcións de reprodución desde calquer lugar: widget na pantalla de inicio, barra de notificacións e tamén desde os controis de auriculares e bluetooth<br>
+&#8226; Goce escoitando ao seu xeito coa velocidade de reprodución axustable, soporte de capítulos (MP3, VorbisComment e Podlove), recordo da posición de reprodución e apagado configurable (axitar para reiniciar, baixar volume e diminuir velocidade de reprodución)<br>
+&#8226; Acceso protexido con contrasinal a episodios e fontes<br>
+&#8226; Benefíciese das fontes paxinadas (www.podlove.org/paged-feeds)
+
+SIGA, COMPARTA E VALORE <br>
+&#8226; Garde o melloriño de cada casa marcando episodios como favoritos<br>
+&#8226; Atope ese episodio especial no historial de reprodución ou buscando (títulos e notas do episodio)<br>
+&#8226; Comparta episodios e fontes a través das opcións de redes sociais e correro electrónico, os servizos de gPodder.net e exportando a OPML<br>
+&#8226; Axude aos creadores de contido coa integración con Flattr incluíndo o flattring automático
+
+CONTROL DO SISTEMA <br>
+&#8226; Tome control sobre as descargas automáticas: escolla fontes, exclúa redes móbiles, redes WIFI concretas, requerir que o móbil esté a cargar e horarios e intervalos<br>
+&#8226; Xestione o almacenamento establecendo o volume almacenado de episodios, borrado intelixente (baseándose nos favoritos e situación de reprodución) e selecionando a localización preferida<br>
+&#8226; Utilice AntennaPod no seu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH, GL)<br>
+&#8226; Adápteo a contorna utilizando o decorado claro ou oscuro<br>
+&#8226; Respalde as súas suscricións coa integración en gPodder.net e exportando a OPML
+
+<b>Únase a comunidade AntennaPod!</b><br>
+AntennaPod está baixo continuo desenvolvemento grazas a voluntarios. Vostede tamén pode contribuir, con código ou con comentarios!
+
+En GitHub pode solicitar novas características, informar de erros e contribuir ao código:<br>
https://www.github.com/AntennaPod/AntennaPod
-Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
+No noso Google Group pode compartir ideas, momentos favoritos dos podcast e agradecer o traballo dos voluntarios:<br>
https://groups.google.com/forum/#!forum/antennapod
-Have a question or want to give us feedback?
+Ten algunha pregunta ou quere facernos algún comentario?
https://twitter.com/@AntennaPod
-Transifex is the place to help with translations:<br>
+Para axudar na tradución vaia a Transifex:<br>
https://www.transifex.com/antennapod/antennapod
-Check out our Beta Testing programme to get the latest features first:<br>
+Mire o noso programa Beta de Probas para ter os últimos avances:<br>
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/he_IL/listing/fulldescription b/app/src/main/play/he_IL/listing/fulldescription
index 46dce8df5..b4ac8ca6c 100644
--- a/app/src/main/play/he_IL/listing/fulldescription
+++ b/app/src/main/play/he_IL/listing/fulldescription
@@ -1,9 +1,7 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
+מיוצרת על ידי חובבי פודקאסטים, אנטנהפוד הינה תוכנה חינמית בכל מובן המילה: קוד פתוח, ללא עלות וללא פרסומות.
<b>All features:</b><br>
IMPORT, ORGANIZE AND PLAY<br>
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/hi_IN/listing/fulldescription b/app/src/main/play/hi_IN/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/hi_IN/listing/fulldescription
+++ b/app/src/main/play/hi_IN/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/hu/listing/fulldescription b/app/src/main/play/hu/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/hu/listing/fulldescription
+++ b/app/src/main/play/hu/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/id/listing/fulldescription b/app/src/main/play/id/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/id/listing/fulldescription
+++ b/app/src/main/play/id/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/it/listing/fulldescription b/app/src/main/play/it/listing/fulldescription
index 3df960146..307f86117 100644
--- a/app/src/main/play/it/listing/fulldescription
+++ b/app/src/main/play/it/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -10,36 +8,36 @@ IMPORTA, ORGANIZZA E RIPRODUCI<br>
&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
-&#8226; Access password-protected feeds and episodes<br>
+&#8226; Accedi a feed ed episodi protetti da password<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
TIENI TRACCIA, CONDIVIDI & APPREZZA<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROLLA IL SISTEMA<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Utilizza AntennaPod nella tua lingua (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Unisciti alla comunità di AntennaPod!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Hai una domanda o vuoi fornirci un feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex è il posto in cui aiutare con le traduzioni:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Dai un'occhiata al nostro programma di beta testing per ricevere per primo le funzioni più recenti:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ja/listing/fulldescription b/app/src/main/play/ja/listing/fulldescription
index 8d84248ae..b85f6787e 100644
--- a/app/src/main/play/ja/listing/fulldescription
+++ b/app/src/main/play/ja/listing/fulldescription
@@ -1,6 +1,4 @@
-使いやすくて柔軟な、オープンソース ポッドキャスト マネージャー/プレイヤーです。
-
-AntennaPodは、独自のポッドキャスターから、BBC、NPR、CNNなどの大規模な放送まで、数百万の無料や有料ポッドキャストに瞬時にアクセスすることができる、ポッドキャストマネージャーおよびプレーヤーです。フィードは手間のかからないiTunesのPodcastのデータベース、OPMLファイルや簡単なRSSのURLを使用して追加、インポート、エクスポートします。エピソードのダウンロード (エピソードのフィルター、時間、間隔およびWiFiネットワークを指定) とエピソードの削除 (お気に入りと遅延設定に基づいて) をする強力な自動コントロールで、手間、バッテリ消費、モバイルデータ使用量を節約します。<br>
+AntennaPodは、独自のポッドキャスターから、BBC、NPR、CNNなどの大規模な放送まで、数百万の無料や有料ポッドキャストに瞬時にアクセスすることができる、ポッドキャストマネージャーおよびプレーヤーです。フィードは手間のかからないiTunesのPodcastのデータベース、OPMLファイルや簡単なRSSのURLを使用して追加、インポート、エクスポートします。エピソードのダウンロード (時間、間隔およびWiFiネットワークを指定) とエピソードの削除 (お気に入りと遅延設定に基づいて) をするために強力な自動コントロールで、手間、バッテリ消費、モバイルデータ使用量を節約します。<br>
しかし最も重要なこと: エピソードをダウンロード、ストリーム再生、またはキューに入れて、そして再生速度の調整、チャプターのサポート、スリープタイマーで好きなように楽しんでください。Flattr統合でコンテンツ作成者にあなたの愛を示すことができます。
ポッドキャスト愛好家が作成した AntennaPod はすべての意味でフリー自由です: オープンソース、コスト不要、広告はありません。
@@ -14,32 +12,32 @@ AntennaPodは、独自のポッドキャスターから、BBC、NPR、CNNなど
&#8226; ページフィードをご利用ください (www.podlove.org/paged-feeds)
記録、共有 & 感謝<br>
-&#8226; エピソードをお気に入りとしてマークして、一番の中の一番を記録してください<br>
+&#8226; エピソードをお気に入りとしてマークして、一番の中の一番を保存してください<br>
&#8226; 再生履歴から、または検索 (タイトルとショーノート) して目的のエピソードを見つけてください<br>
&#8226; 高度なソーシャルメディアとメールオプション、gPodder.netサービス、OPMLエクスポートからエピソードやフィードを共有してください<br>
&#8226; 自動Flattrを含むFlattrの統合でコンテンツクリエイターをサポートします
システムのコントロール
-&#8226; 自動ダウンロードの制御: フィードを選択、キーワードに基づいてエピソードをフィルター、モバイルネットワークを除外、特定のWiFiネットワークを選択、電話を充電する必要性、時間や間隔を設定<br>
+&#8226; 自動ダウンロードの制御: フィードを選択、モバイルネットワークを除外、特定のWiFiネットワークを選択、電話を充電する必要、時間や間隔を設定<br>
&#8226; キャッシュされるエピソードの量の設定、スマート削除 (お気に入りやプレイ状況に基づいて) と、お好みの場所を選択して、ストレージを管理します<br>
&#8226; AntennaPod をあなたの言語でご利用ください (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; ライトとダーク テーマを使用して環境に適応します<br>
&#8226; gPodder.net統合とOPMLのエクスポートで、購読をバックアップします
-<b>AntennaPod のコミュニティに参加してください!</b>
+<b>AntennaPod のコミュニティに参加してください!</b><br>
AntennaPod はボランティアによって活発に開発中です。コードやコメントで、あなたもも貢献することができます!
-Twitterで質問や、フィードバックをしてください:
-https://twitter.com/@AntennaPod
+GitHubは、機能のリクエスト、バグの報告、コードの貢献のための場所です:<br>
+https://www.github.com/AntennaPod/AntennaPod
-私たちのGoogleグループで、あなたのアイデア、お気に入りのポッドキャスティングモーメント、感謝を、すべてのボランティアと共有してください:
+私たちのGoogleグループは、あなたのアイデア、お気に入りのポッドキャスティングモーメント、感謝を、すべてのボランティアと共有するための場所です:<br>
https://groups.google.com/forum/#!forum/antennapod
-Transifexであなたの母国語へのアプリの翻訳を手伝ってください:
-https://www.transifex.com/antennapod/antennapod
+質問や、私たちへのフィードバックがありませんか?
+https://twitter.com/@AntennaPod
-私たちのベータテストプログラムをチェックして、最新機能を最初に入手してください:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifexは翻訳を支援するための場所です:<br>
+https://www.transifex.com/antennapod/antennapod
-GitHubを訪問して、機能のリクエスト、バグの報告、コードの貢献をしてください:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+私たちのベータテストプログラムをチェックして、最新機能を最初に入手してください:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/kn_IN/listing/fulldescription b/app/src/main/play/kn_IN/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/kn_IN/listing/fulldescription
+++ b/app/src/main/play/kn_IN/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ko/listing/fulldescription b/app/src/main/play/ko/listing/fulldescription
index a061e2899..65f20d943 100644
--- a/app/src/main/play/ko/listing/fulldescription
+++ b/app/src/main/play/ko/listing/fulldescription
@@ -1,6 +1,4 @@
-사용하기 쉽고 유연하고 오픈소스인 팟캐스트 관리 및 플레이어
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+안테나팟을 사용해 소규모 독립 제작자들부터 BBC, NPR, CNN 등의 대형 언론사까지 수많은 무료 및 유료 팟캐스트에 접근할 수 있습니다. iTunes 팟캐스트 데이터베이스, OPML 파일, RSS 주소를 사용해 팟캐스트 피드를 간편하게 추가하고 내보내고 가져올 수 있습니다. 강력한 자동 다운로드 제어(특정 시간 간격 및 Wi-Fi 네트워크 지정)와 삭제 제어(즐겨찾기 및 지연 설정에 기반한)를 통해 편리하게 배터리와 모바일 데이터 사용량을 줄이세요.<br>
하지만 가장 중요한 기능은: 에피소드를 다운로드하거나 스트리밍하거나 대기열을 만들고, 재생 속도 조절, 챕터 지원, 취침 타이머를 통해 원하는대로 즐길 수 있다는 점입니다. 내장된 Flattr 지원을 통해 팟캐스트 제작자들에게 호응을 보낼 수도 있습니다.
팟캐스트 애호가에 의해 만들어진, 안테나팟은 모든 면에서 자유롭습니다: 소스 코드가 공개되어 있고, 무료인데다가 광고도 없습니다.
@@ -14,32 +12,32 @@ AntennaPod is a podcast manager and player that gives you instant access to mill
&#8226; 페이지로 구분된 피드 활용 (www.podlove.org/paged-feeds)
기록하고, 공유하고, 호응하기<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; 가장 좋아하는 팟캐스트 에피소드를 즐겨찾기로 저장<br>
&#8226; 에피소드를 재생 기록 또는 검색(제목 및 노트)으로 찾기<br>
&#8226; 에피소드와 피드를 SNS, 이메일, gPodder.net, OPML 내보내기로 공유<br>
&#8226; 자동으로 Flattr하기 등의 Flattr 기능으로 팟캐스트 제작자 지원
시스템 컨트롤
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; 자동 다운로드를 제어하세요: 피드를 고르고, 모바일 네트워크를 제외시키고, 특정 Wi-Fi 네트워크를 선택하고, 기기가 충전중일때만 다운로드하게 하고, 시간과 간격을 정하세요<br>
+&#8226; 에피소드 캐시 용량, 똑똑한 삭제(즐겨찾기와 재생 상태에 기반), 선호하는 저장 위치 등으로 저장소를 관리하세요<br>
&#8226; 여러가지 언어로 안테나팟을 사용하세요 (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; 밝음 및 어두움 테마로 환경에 맞춰 사용하세요<br>
&#8226; gPodder.net과 OPML 내보내기 기능으로 구독한 팟캐스트를 백업하세요
-<b>Join the AntennaPod community!</b>
+<b>안테나팟 커뮤니티에 참여하세요!</b><br>
안테나팟은 지원자들에 의해 활발히 개발되고 있습니다. 당신도 제작을 돕거나 제안을 해서 참여할 수 있습니다!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub에서 새로운 기능 제안, 버그 보고, 그리고 코드 기여를 할 수 있습니다.:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+구글 그룹에서 아이디어와 좋은 팟캐스트를 공유하고 모든 지원자들에게 감사할 수 있습니다:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+질문이 있으신가요? 아니면 의견이 있으신가요?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex에서 번역을 도울 수 있습니다:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+베타 테스트 프로그램을 통해 최신 기능을 가장 먼저 확인해보세요:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ko_KR/listing/fulldescription b/app/src/main/play/ko_KR/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/ko_KR/listing/fulldescription
+++ b/app/src/main/play/ko_KR/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/lt/listing/fulldescription b/app/src/main/play/lt/listing/fulldescription
index 6b17a60c8..3f9f50a90 100644
--- a/app/src/main/play/lt/listing/fulldescription
+++ b/app/src/main/play/lt/listing/fulldescription
@@ -1,4 +1,4 @@
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
+„AntennaPod“ yra tinklalaidžių tvarkytuvė ir leistuvė, įgalinanti momentinę prieigą prie milijonų nemokamų bei mokamų tinklalaidžių, nuo nepriklausomų tinklalaidžių kūrėjų iki didžiųjų leidyklų, tokių kaip „BBC“, „NPR“ ir „CNN“. Be vargo pridėkite, importuokite ir eksportuokite jų sklaidos kanalus naudodamiesi „iTunes“ tinklalaidžių duomenų baze, OPML failais ar tiesiogiai iš RSS kanalo adreso. Sutaupykite laiko, baterijos energijos ir suvartojamų mobiliųjų duomenų išnaudodami galingas automatinio epizodų atsiuntimo priemones (nurodykite atsiuntimo metą, laiko intervalą ir belaidžius tinklus) ir ištrindami epizodus (remiantis mėgiamųjų sąrašu ir laikymo nustatymais).<br>
Bet svarbiausia: atsisiųskite, klausykitės iš karto ar pridėkite epizodus į eilę ir mėgaukitės jais pasirinkdami atkūrimo spartą, naudodamiesi skyrių palaikymu bei miego laikmačiu. Jūs netgi galite išreikšti savo meilę turinio kūrėjams naudodamiesi mūsų „Flattr“ integracija.
Sukurtas tinklalaidžių entuziasto, „AntennaPod“ yra laisvas visomis šio žodžio prasmėmis: atvirojo kodo, jokių mokesčių, jokių reklamų.
@@ -6,20 +6,20 @@ Sukurtas tinklalaidžių entuziasto, „AntennaPod“ yra laisvas visomis šio
<b>Visos funkcijos:</b><br>
IMPORTUOKITE, TVARKYKITE BEI KLAUSYKITĖS<br>
&#8226; Pridėkite bei importuokite sklaidos kanalus iš „iTunes“ bei „gPodder.net“ paslaugų, OPML failų ir RSS ar Atom nuorodų<br>
-&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
-&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
+&#8226; Valdykite atkūrimą bet kur: pradžios ekrano valdyklyje, programos pranešimuose, ausinių ar „Bluetooth“ valdikliu<br>
+&#8226; Mėgaukitės klausydamiesi taip, kaip Jums patinka, naudodamiesi derinama atkūrimo sparta, skyrių palaikymu (MP3, „VorbisComment“ ir „Podlove“), išsaugota paskutinio atkūrimo pozicija ir miego laikmačiu (mažinamas garsis bei lėtinama atkūrimo sparta, pakračius nustatomas iš naujo)<br>
&#8226; Pasiekite slaptažodžiu apsaugotus sklaidos kanalus bei epizodus<br>
&#8226; Išnaudokite puslapiuotus sklaidos kanalus (www.podlove.org/paged-feeds)
STEBĖKITE, DALINKITĖS IR MĖGAUKITĖS<br>
&#8226; Kaupkite geriausius iš geriausiųjų pažymėdami epizodus kaip mėgstamiausius<br>
-&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
+&#8226; Raskite tą vienintelį epizodą naudodamiesi atkūrimo istorija arba paieška (pavadinimuose ir laidų užrašuose)<br>
&#8226; Dalinkitės epizodais bei sklaidos kanalais per socialinius tinklus, el. paštu, „gPodder.net“ paslaugą bei eksportuotus OPML failus<br>
&#8226; Remkite turinio kūrėjus naudodamiesi „Flattr“ integracija bei automatiniu rėmimu
VALDYKITE SISTEMĄ<br>
-&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Valdykite automatinį atsiuntimą: pasirinkite sklaidos kanalus, neleiskite atsiuntimų mobiliuoju duomenų ryšiu, apibrėžkite leidžiamus belaidžio ryšio tinklus, reikalaukite, jog atsiuntimai būtų vykdomi telefono įkrovos metu ir nurodykite atsiuntimų dienos metą ar intervalą<br>
+&#8226; Valdykite atmintinės naudojimą nurodydami podėlyje laikomų epizodų kiekį, išmanų ištrynimą (remiantis atkūrimo būsena bei mėgiamųjų sąrašu) ir nurodykite saugojimo vietą<br>
&#8226; Naudokitės „AntennaPod“ savo kalba (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH, LT)<br>
&#8226; Pritaikykite savo aplinkai pasirinkdami šviesią arba tamsią temą<br>
&#8226; Sukurkite savo prenumeratų atsarginę kopiją pasinaudodami „gPodder.net“ integracija arba OPML eksportu
diff --git a/app/src/main/play/nb/listing/fulldescription b/app/src/main/play/nb/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/nb/listing/fulldescription
+++ b/app/src/main/play/nb/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/nb_NO/listing/fulldescription b/app/src/main/play/nb_NO/listing/fulldescription
index b6dd3d096..11bc6fd9f 100644
--- a/app/src/main/play/nb_NO/listing/fulldescription
+++ b/app/src/main/play/nb_NO/listing/fulldescription
@@ -1,6 +1,4 @@
-En podcast-behandler for Android basert på åpen kildekode.
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
Men viktigst av alt: Last ned, strøm eller legg episoder i kø og nyt dem slik du ønsker med regulerbar avspillingshasitghet, kapittelstøtte og en tidtaker for automatisk avslåing. Du kan til og med vise din takknemlighet til innholdets skapere med vår Flattr-integrasjon.
Laget av podkast-entusiaster er AntennaPod gratis i ordets rette forstand: åpen kildekode, ingen kostnader, ingen reklame.
@@ -14,32 +12,32 @@ IMPORTER, ORGANISER OG SPILL AV<br>
&#8226; Støtte for &#171;paged feeds&#187; (www.podlove.org/paged-feeds)
FØLG MED, DEL OG SETT PRIS PÅ<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find den ene episoden gjennom avspillingshistorien eller ved å søke (titler og shownotater)<br>
&#8226; Del episoder og strømmer gjennom avanserte sosiale medier- og e-postinstillinger, gPodder.net-tjenester og via OPML-eksportering<br>
&#8226; Støtt innholdsskapere med Flattr-integrasjon gjennom automatisk &#171;flattring&#187;
KONTROLLER SYSTEMET<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Bruk AntennaPod i ditt språk (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Tilpass appens stil ved å bruke det mørke eller lyse temaet<br>
&#8226; Lag back-up av dine abonnement med gPodder.net-integrasjon og OPML-eksport
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod er under aktiv utvikling av frivillige. Du kan også bidra, med kode eller kommentarer!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/nl/listing/fulldescription b/app/src/main/play/nl/listing/fulldescription
index c581f8fa8..736a3f3a5 100644
--- a/app/src/main/play/nl/listing/fulldescription
+++ b/app/src/main/play/nl/listing/fulldescription
@@ -1,45 +1,43 @@
-Gemakkelijk te gebruiken, flexibele en open-source podcast manager en speler
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
-But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
-
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-
-<b>All features:</b><br>
-IMPORT, ORGANIZE AND PLAY<br>
-&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
-&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
-&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
-&#8226; Access password-protected feeds and episodes<br>
-&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
-
-KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
-&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
-&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
-&#8226; Support content creators with Flattr integration including automatic flattring
-
-CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
-&#8226; Adapt to your environment using the light and dark theme<br>
-&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-
-<b>Join the AntennaPod community!</b>
-AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
-
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Met AntennaPod speel en beheer je al je podcasts en krijg je directe toegang tot duizenden gratis en betaalde podcasts - van onafhankelijke makers tot grote merken zoals BBC, CNN en NPO. Via de iTunes database, OPML-bestanden en simpele RSS-linkjes voeg je deze podcasts makkelijk toe. Dankzij simpele maar slimme automatische controle van het downloaden en verwijderen van afleveringen spaar je je batterij, hoef je je favoriete podcast niet meer handmatig te volgen en verbruik je geen onnodig mobiele data.<br>
+Maar belangrijker: Met een handige wachtrij, aanpasbare afspeelsnelheden, ondersteuning van hoofdstukken en een slaap timer luister je naar podcasts op de manier die jij prettig vindt. Je kunt zelfs je liefde voor de makers uiten met onze Flattr-integratie.
+
+Gemaakt door podcast-enthousiastelingen, AntennaPod is vrij in de breedste zin van het woord: vrij van advertenties, open source en gratis.
+
+<b>Alle features:</b><br>
+IMPORTEREN, ORGANISEREN, AFSPELEN<br>
+&#8226; Voeg feeds toe via iTunes and gPodder.net database, OPML-bestanden and RSS of Atom linkjes<br>
+&#8226; Beheer het afspelen overal: met een homescreen widget, in je Android meldingen en de knoppen op je koptelefoon en bluetooth-apparaat<br>
+&#8226; Bepaal zelf hoe je luistert met aanpasbare afspeelsnelheden, ondersteuning van hoofdstukken (MP3, VorbisComment en Podlove), afspeelpositie voor elke aflevering en een handige 'slaap timer' (schudden om te resetten, volume langzaam zachter en herstel naar normale afspeelsnelheid)<br>
+&#8226; Toegang tot wachtwoord-beveiligde podcasts en afleveringen<br>
+&#8226; Doe je voordeel met 'paged feeds' (www.podlove.org/paged-feeds)
+
+DEEL & WAARDEER<br>
+&#8226; Hou het beste van het beste bij door afleveringen als favoriet te markeren<br>
+&#8226; Vindt die ene aflevering terug in de afspeelgeschiedenis of door te zoeken (in titels, shownotes en makers)<br>
+&#8226; Deel podcasts en afleveringen via uitgebreide opties voor sociale media, WhatsApp, email en gPodder.net<br>
+&#8226; Steun makers met Flattr-integratie, inclusief auto-Flattr
+
+HOUD DE CONTROLE
+&#8226; Beheer automatische downloads: kies je podcasts, sluit mobiele netwerken uit, selecteer specifieke WiFi-verbindingen, eis dat de telefoon wordt opgeladen and bepaal tijden of intervals<br>
+&#8226; Controleer geheugengebruik: stel een maximumaantal gedownloade afleveringen in, laat afleveringen automatisch verwijderen (maar sluit je favorieten en niet-afgespeelde afleveringen uit) en selecteer zelf je opslaglocatie<br>
+&#8226; Gebruik AntennaPod in jouw taal: Nederlands! (Of in het Engels, Zweeds, Frans, Duits, Spaans, enz)<br>
+&#8226; Voel je een kameleon: kies voor een licht of donker uiterlijk<br>
+&#8226; Back-up je abonnementen via gPodder.net en geëxporteerde OPML-bestanden
+
+<b>Doe mee met de AntennaPod gemeenschap!</b><br>
+AntennaPod wordt regelmatig geüpdatet door vrijwilligers. En jij kan ook helpen, met code of commentaar!
+
+GitHub is de beste plek voor foutmeldingen, verzoekjes voor nieuwe functies en bijdragen aan de code:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Onze Google Group is de beste plek om je ideeën, favoriete podcast-momenten en waardering naar alle vrijwilligers te delen:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Heb je een vraag of wil je feedback geven?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is de beste plek om te helpen met vertalen:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check het Beta Testprogramma om de laatste features als eerst te krijgen:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/no/listing/fulldescription b/app/src/main/play/no/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/no/listing/fulldescription
+++ b/app/src/main/play/no/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/pl/listing/fulldescription b/app/src/main/play/pl/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/pl/listing/fulldescription
+++ b/app/src/main/play/pl/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/pt/listing/fulldescription b/app/src/main/play/pt/listing/fulldescription
index 3a24b8884..58d88eb24 100644
--- a/app/src/main/play/pt/listing/fulldescription
+++ b/app/src/main/play/pt/listing/fulldescription
@@ -1,6 +1,4 @@
-Gestor e reprodutor de podcasts simples, flexível e open souce
-
-O AntennaPod é um gestor e reprodutor de podcasts que lhe permite aceder a milhões de podcasts gratuitos ou pagos, a partir de fontes independentes ou de grandes editoras, tais como as estações BBC, NPR e CNN. Adicione, importe e exporte as fontes facilmente através das base de dados iTunes, ficheiros OPML ou fontes RSS. Poupe tempo, economize bateria e dados móveis através dos mecanismos de controlo de descarga de episódios (possibilidade de especificar intervalos ou horas e redes Wi-Fi) e de eliminação de episódios (de acordo com as suas preferências).<br>
+O AntennaPod é um gestor de podcasts que lhe permite aceder a milhões de podcasts, gratuitos ou pagos, a partir de diversas fontes tais como as estações BBC, NPR e CNN. A adição de fontes é muito fácil através das base de dados iTunes ou gPodder, ficheiros OPML ou fontes RSS. Poupe tempo, economize bateria e dados móveis através dos mecanismos de controlo de descargas de episódios (possibilidade de especificar intervalos ou horas para as descargas e redes WiFi) e de eliminação de episódios (de acordo com as suas preferências).<br>
Mas ainda mais importante: pode descarregar, emitir ou colocar episódios na lista de reprodução ao seu gosto, pode utilizar velocidades variáveis de reprodução, tem suporte a capítulos e um temporizador. Pode também mostrar o seu apreço aos criadores dos episódios através do serviço Flattr.
Criado por entusiastas de podcasts, o AntennaPod é livre em todos os sentidos da palavra: open source, gratuito e sem publicidade.
@@ -14,32 +12,32 @@ Importação, organização e reprodução<br>
&#8226; Possibilidade de subscrever fontes paginadas (www.podlove.org/paged-feeds)
Monitorização, partilha e suporte<br>
-&#8226; Monitorize os seus episódio preferidos marcando-os como favoritos<br>
+&#8226; Monitorize os seus podcasts preferidos marcando-os como favoritos<br>
&#8226; Localize um episódio através do histórico de reprodução ou através de uma pesquisa (títulos e notas)<br>
&#8226; Partilhe episódios e fontes nas redes sociais, por e-mail, no diretório gPodder.net ou através de ficheiros OPML<br>
&#8226; Ajude os criadores de conteúdos através do serviço Flattr
Controlo do sistema<br>
-&#8226; Controle as descargas automáticas: escolha as fontes, filtre episódios com base em palavras-chave, exclua redes móveis, selecione redes Wi-Fi, indique se o dispositivo deve estar a ser carregado e defina as horas ou intervalos das descargas<br>
-&#8226; Faça a gestão do armazenamento através da cache de episódios, da eliminação inteligente (de acordo com os seus favoritos e estado de reprodução) e selecionando a localização dos dados<br>
+&#8226; Controle todas as descargas automáticas: escolha as fontes, exclua redes móveis, especifique as redes Wi-Fi, indique se o telefone deve estar a ser carregado e defina as horas ou intervalos das descargas<br>
+&#8226; Faça a gestão do armazenamento através da cache de episódios, da eliminação inteligente (de acordo com os seus favoritos e estado de reprodução) e selecionado a localização de armazenamento<br>
&#8226; Utilize o AntennaPod no seu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapte-se ao seu ambiente através dos temas claro ou escuro<br>
&#8226; Salvaguarde as suas subscrições com a integração gPodder.net ou através da exportação OPML
-<b>Junte-se à comunidade do AntennaPod!</b>
+<b>Integre a comunidade do AntennaPod!</b><br>
O AntennaPod é desenvolvido por voluntários. Você também pode contribuir na programação ou reportando os erros encontrados!
-Coloque uma questão ou dê a sua opinião através do Twitter:
-https://twitter.com/@AntennaPod
+O GitHub é o local certo para os pedidos de funcionalidades, relatórios de erros e contributos:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Partilhe as suas ideias e os seus momentos favoritos nos podcasts com todos os voluntários do nosso grupo Google:
+O nosso grupo Google é o local certo para partilhar ideias e agradecer aos nossos voluntários:<br>
https://groups.google.com/forum/#!forum/antennapod
-Ajude a traduzir a aplicação para o seu idioma no Transifex:
-https://www.transifex.com/antennapod/antennapod
+Tem alguma questão ou comentário a fazer?
+https://twitter.com/@AntennaPod
-Junte-se ao nosso programa de testes para obter as funcionalidades mais recentes:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+O Transifex é o local no qual pode ajudar a traduzir a aplicação:<br>
+https://www.transifex.com/antennapod/antennapod
-Visite o GitHub para submeter pedidos de funcionalidades, relatórios de erros e contribuições de programação:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Junte-se ao nosso programa Beta para obter as funcionalidades mais recentes:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/pt_BR/listing/fulldescription b/app/src/main/play/pt_BR/listing/fulldescription
index 46dce8df5..e40d3f450 100644
--- a/app/src/main/play/pt_BR/listing/fulldescription
+++ b/app/src/main/play/pt_BR/listing/fulldescription
@@ -1,45 +1,43 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
-But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
-
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-
-<b>All features:</b><br>
-IMPORT, ORGANIZE AND PLAY<br>
-&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
-&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
-&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
-&#8226; Access password-protected feeds and episodes<br>
-&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
-
-KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
-&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
-&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
-&#8226; Support content creators with Flattr integration including automatic flattring
-
-CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
-&#8226; Adapt to your environment using the light and dark theme<br>
-&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-
-<b>Join the AntennaPod community!</b>
-AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
-
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+AntennaPod é um gerenciador e reprodutor de <i>podcasts</i> que te dá acesso instantâneo a milhões de <i>podcasts</i> gratuitos e pagos, desde <i>podcasters</i> independentes até grandes editores como BBC, NPR e CNN. Adicione, importe e exporte seus <i>feeds</i> sem complicações utilizando a base de dados do iTunes, arquivos OPML ou simples URLs RSS. Economize esforços, bateria e uso de dados móveis com poderosos controles de automação para baixar episódios (especifique horários, intervalos e redes WiFi) e excluir episódios (baseado nos seus favoritos e configurações de adiamento).<br>
+Mas o mais importante: Baixe, realize <i>streaming</i> ou enfilere episódios e desfrute deles da maneira que quiser com velocidades de reprodução ajustáveis, suporte para capítulos e cronômetro. Você pode até mostrar o seu apreço aos criadores de conteúdo com a integração com o Flattr.
+
+Desenvolvido por fãs de podcasts, AntennaPod é livre em todos os sentidos da palavra; <i>open source</i>, sem custos, sem propagandas.
+
+<b>Recursos disponíveis:</b><br>
+IMPORTE, ORGANIZE E TOQUE <br>
+&#8226; Adicione and importe feeds pelo iTunes e diretorios gPodder.net, arquivos OPML e links RSS ou Atom<br>
+&#8226; Gerencie suas reproduções de qualquer lugar: widget da tela inicial, notificações de sistema e fone de ouvido e controles bluetooth<br>
+&#8226; Ouça do seu jeito com velocidade de reprodução ajustável, suporte a capítulos (MP3, VorbisComment e Podlove), marcador da posição de reprodução e um despertador avançado (chacoalhe para reiniciar, volume reduzido e reprodução desacelerada)<br>
+&#8226; Acesse feeds e episódios protegidos por senha
+&#8226; Faça uso de <i>feeds</i> paginados (www.podlove.org/paged-feeds)
+
+MANTENHA-SE ATUALIZADO, COMPARTILHE E APRECIE<br>
+&#8226; Guarde o melhor do melhor marcando episódios como favoritos<br>
+&#8226; Encontre aquele episódio específico através do histórico de execução ou pelo sistema de busca (através de títulos e anotações)<br>
+&#8226; Compartilhe episódios e <i>feeds</i> através de opções em redes sociais, email, os serviços da gPodder.net e exportação OPML<br>
+&#8226; Apoie os criadores de conteúdo com a integração com o Flattr
+
+CONTROLE O SISTEMA
+&#8226; Tenha controle sobre a automação dos <i>downloads</i>: escolha <i>feeds</i>, exclua redes móveis, selecione redes específicas de WiFi, exija que o telefone esteja sendo carregado e defina horários ou intervalos<br>
+&#8226; Gerencie o armazenamento configurando a quantidade de episódios em cache, exclusão inteligente dos episódios (baseada nos seus favoritos e status de reprodução)<br>
+&#8226; Use o AntennaPod no seu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Adapte-se ao ambiente utilizando os temas claro ou escuro<br>
+&#8226; Faça <i>backup</i> das suas inscrições com a integração ao gPodder.net e exportação de OPML
+
+<b>Junte-se à comunidade AntennaPod!</b><br>
+O AntennaPod está sob constante desenvolvimento através de voluntários. Você também pode contribuir, com código ou um comentário!
+
+Vá ao GitHub para solicitar funcionalidades, reportar bugs e contribuir com código:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Nosso grupo no Google é o lugar para compartilhar suas idéias, momentos de podcasts favoritos e agradecer aos voluntários:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Tem uma dúvida ou um comentário?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex é o lugar para ajudar com as traduções:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Cheque nosso programa de beta testing para receber as atualizações mais recentes primeiro:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ro_RO/listing/fulldescription b/app/src/main/play/ro_RO/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/ro_RO/listing/fulldescription
+++ b/app/src/main/play/ro_RO/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/ru_RU/listing/fulldescription b/app/src/main/play/ru_RU/listing/fulldescription
index 7fa9a820f..9b68a06c0 100644
--- a/app/src/main/play/ru_RU/listing/fulldescription
+++ b/app/src/main/play/ru_RU/listing/fulldescription
@@ -9,7 +9,7 @@ AntennaPod — менеджер и проигрыватель подкастов
&#8226; Всевозможное управление воспроизведением: виджетом, системным уведомлением и кнопками проводных и беспроводных гарнитур<br>
&#8226; Приятное, по вашему вкусу, прослушивание применяя регулировку скорости воспроизведения, оглавления (MP3, VorbisComment и Podlove), запоминание места воспроизведения и продвинутый таймер сна (сброс при встряхивание, снижение громкости и замедление воспроизведения)<br>
&#8226; Доступ к каналам и выпускам защищенным паролем<br>
-&#8226; Использует преимущества листаемых каналов (www.podlove.org/paged-feeds)
+&#8226; Использует преимущества постраничных лент (www.podlove.org/paged-feeds)
Отслеживайте, делитесь и благодарите<br>
&#8226; Отслеживайте лучших из лучших, помещая выпуски в избранное<br>
diff --git a/app/src/main/play/sv_SE/listing/fulldescription b/app/src/main/play/sv_SE/listing/fulldescription
index 613e50477..84b7d9681 100644
--- a/app/src/main/play/sv_SE/listing/fulldescription
+++ b/app/src/main/play/sv_SE/listing/fulldescription
@@ -1,6 +1,4 @@
-Användarvänlig och flexibel podcasthanterare och spelare med öppen källkod
-
-AntennaPod är en podcasthanterare och spelare som ger dig omedelbar tillgång till miljoner av gratis och betalpodcasts, från oberoende podcastare till stora publiceringshus som BBC, NPR och CNN. Lägg till, importera och exportera deras flöden utan krångel med iTunes podcastdatabas, OPML-filer eller enkla RSS URL:er. Spara kraft, batteri och mobildata med kraftfulla automatiseringskontroller för nedladdning av episoder (episodfiltrering, ange tider, intervall och WiFi nätverk) och episodborttagning (med hänsyn till dina favoriter och fördröjningsinställningar).<br>
+AntennaPod är en podcasthanterare och spelare som ger dig omedelbar tillgång till millioner av gratis och betalda podcasts, allt ifrån oberoende podcasters till publiceringsjättar som BBC, NPR och CNN. Lägg till, importera och exportera enkelt deras flöden med hjälp av iTunes podcastdatabas, OPML filer eller enkla RSS URL:er. Spara tid, batterikraft och mobildata med kraftfull automatisering för nedladdning (specifiera tider, intervall och WiFi-nätverk) och borttagning av episoder (baserat på dina favoriter och fördröjningsinställningar).<br>
Men viktigast: Ladda ner, strömma eller köa episoder och avnjut dem på ditt sätt med justerbar uppspelningshastighet, kapitelstöd och en sovtimer. Du kan till och med visa din uppskattning av innehållsskaparna med vår integrering av Flattr.
Gjord av podcastenthusiaster, AntennaPod är fri i alla ordets bemärkelser: öppen källkod, inga kostnader, ingen reklam.
@@ -14,32 +12,32 @@ IMPORTERA, ORGANISERA OCH SPELA<br>
&#8226; Dra nytta av siduppdelade flöden (www.podlove.ord/paged-feeds)
SPÅRA, DELA & UPPSKATTA<br>
-&#8226; Håll ordning på de bästa av de bästa med favoritmarkering av episder<br>
+&#8226; Håll ordning på de bästa av de bästa med favoritmarkering av episoder<br>
&#8226; Hitta just den där episoden i uppspelningshistoriken eller genom sökning (titel och shownotes)<br>
&#8226; Dela episoder och flöden med avancerade vald för social media och och email, tjänsten gPodder.net och via OPML export<br>
&#8226; Stöd innehållsskaparna via integrering av Flattr och automatisk flattring
KONTROLLERA SYSTEMET<br>
-&#8226; Ta kontrollen över automatisk nedladdning: välj flöden, filtrera episoder baserat på nyckelord, exkludera mobila nätverk, välj specifika WiFi nätverk, kräv att telefonen är på laddning och bestäm tider eller intervall<br>
-&#8226; Hantera lagring med inställningar för antalet episoder i cachen, smart borttagning (med hänsyn till dina favoriter och uppspelningsstatus) och välj din föredragna plats<br>
+&#8226; Ta kontroll över automatisk nedladdning: välj flöden, exkludera mobilnätverk, välj specifika WiFi nätverk, kräv att telefonen är inkopplad för laddning och sätt tider eller intervall för körning<br>
+&#8226; Hantera lagringsutrymme genom att välja antalet cachade episoder, smart borttagning (baserat på dina favoriter och uppspelningsstatus) och välj den lagringsplats du föredrar<br>
&#8226; Använd AntennaPod på ditt språk (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Anpassa till din omgivning med det ljusa och mörka temat<br>
&#8226; Ta backup av dina prenumerationer med integreringen av gPodder.net och OPML exportering
-<b>Gå med i AntennaPods gemenskap!</b>
+<b>Gå med i AntennaPods gemenskap!</b><br>
AntennaPod är under aktiv utveckling av volontärer. Du kan också bidra, med kod eller kommentarer!
-Ställ dina frågor eller ge feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub är platsen att gå till för att be om funktioner, skapa buggrapporter eller bidra med kod:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Dela dina idéer, favorit-podcastögonblick och din tacksamhet med alla frivilliga i vår Google grupp:
+Vår Google Group är platsen för att dela idéer, dina favoritögonblick med podcasting och din uppskattning till volontärerna:<br>
https://groups.google.com/forum/#!forum/antennapod
-Hjälp till att översätta appen till ditt modersmål på Transifex:
-https://www.transifex.com/antennapod/antennapod
+Har du frågor eller vill ge feedback?
+https://twitter.com/@AntennaPod
-Kolla in vårt Beta Test program för att få de senaste förbättringarna först:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex är platsen att gå till för att hjälpa till med översättningen:<br>
+https://www.transifex.com/antennapod/antennapod
-Besök GitHub för att skicka in funktionsförslag, buggrapporter och kodförbättringar:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Kolla in vårat Beta Testing program för att få de senaste funktionerna först:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/tr/listing/fulldescription b/app/src/main/play/tr/listing/fulldescription
index 46dce8df5..90bda48af 100644
--- a/app/src/main/play/tr/listing/fulldescription
+++ b/app/src/main/play/tr/listing/fulldescription
@@ -1,11 +1,9 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-<b>All features:</b><br>
+<b>Tüm özellikler:</b><br>
IMPORT, ORGANIZE AND PLAY<br>
&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
-CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
-&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+SİSTEMİ KONTROL ET<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; AntennaPod'u kendi dilinizde kullanın (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>AntennaPod topluluğuna katılın!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Bir sorunuz mu var veya bize geri bildirim bırakmak mı istiyorsunuz?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Tercümelere yardım etmenin yeri Transifex:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+En son özellikleri ilk önce almak isterseniz Beta Testing programımıza katılın:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/uk_UA/listing/fulldescription b/app/src/main/play/uk_UA/listing/fulldescription
index 1c769b355..ae8ac2c20 100644
--- a/app/src/main/play/uk_UA/listing/fulldescription
+++ b/app/src/main/play/uk_UA/listing/fulldescription
@@ -1,5 +1,3 @@
-Легкий у використанні та гнучкий плейер та менеджер подкастів з відкритим сирцевим кодом
-
AntennaPod це менеджер подкастів та плейер що дає доступ до мільйонів безкоштовних та комерційних подкастів від незалежних подкастерів та великих корпорацій таких як BBC, NPR та CNN. Є можливість додавати, імпортувати та експортувати канали за допомогою бази даних подкастів iTunes, файлів OPML або простих посилань на RSS. Зберігайте зусилля, живлення та мобільний трафік за допомогою автоматичного завантаження епізодів (зазначивши час, інтервали та мережі WiFi) та видалення епізодів (з урахуванням ваших побажань та налаштувань).<br>
Але найважливіше: завантажуйте, слухайте або додавайте до черги епізоди так, як вам подобається з налаштуванням швидкості програвання, підтримкою розділів та таймера сну. Можливо навіть фінансово заохочувати авторів за допомогою інтергації з сервісом Flattr.
@@ -20,26 +18,26 @@ AntennaPod це менеджер подкастів та плейер що да
&#8226; Підтримуйте авторів за допомогою інтегрованого сервіса Flattr з можливістю автоматичной підтримки
КЕРУЙТЕ СИСТЕМОЙ<br>
-&#8226; Керуйте автоматичним завантаженням: вибирайте канали, мобільні мережі, мережі WiFi, фільтруйте епізоди за ключовими словами, завантажуйте тільки під час зарядки або у встановлений час і інтервали<br>
+&#8226; Керуйте автоматичним завантаженням: вибирайте канали, мобільні мережі, мережі WiFi, завантажуйте тільки під час зарядки або у встановлений час і інтервали<br>
&#8226; Керуйте збереженням, встановлюйте ліміт на кеш епізодів, налагоджуйте розумне видалення (з урахуванням улюблених епізодів і статуса програвання) та вибирайте місце зберігання<br>
&#8226; Користуйтесь AntennaPod вашою мовою (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Пристосовуйтесь до ваших умов, користуйтесь світлой або темной темами<br>
&#8226; Зберігайте ваші підписки на gPodder.net або експортуйте в файл OPML
-<b>Долучайтесь до спільноти AntennaPod!</b>
+<b>Долучайтесь до спільноти AntennaPod!</b><br>
AntennaPod швидко розвивається волонтерами. Ви також маєте змогу допомогти, кодом або зауваженнями!
-Запитуйте, та спілкуйтесь за допомогую твітера:
-https://twitter.com/@AntennaPod
+Долучитись до проекта, повідомити про ваші побажання та про помилки можна на GitHub:<br>
+https://www.github.com/AntennaPod/AntennaPod
-В нашій групі на Google можна поділитись ідеями, улюбленими моментами з подкастінга та добрими побажаннями волонтерам:
+В нашій групі на Google можна поділитись ідеями, улюбленими моментами з подкастінга та добрими побажаннями волонтерам:<br>
https://groups.google.com/forum/#!forum/antennapod
-Допоможіть з перекладом на рідну мову на Transifex:
-https://www.transifex.com/antennapod/antennapod
+Маєте питання або повідомлення для нас?
+https://twitter.com/@AntennaPod
-Зверніть увагу на нашу програму для бета тестування якщо бажаєте отримувати найновіші версії в першу чергу:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Допомагайте з перекладом на Transifex:<br>
+https://www.transifex.com/antennapod/antennapod
-Долучитись до проекта, повідомити про ваші побажання та про помилки можна на GitHub:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Зверніть увагу на нашу програму для бета тестування якщо бажаєте получати найновіші версії в першу чергу:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/vi/listing/fulldescription b/app/src/main/play/vi/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/vi/listing/fulldescription
+++ b/app/src/main/play/vi/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/vi_VN/listing/fulldescription b/app/src/main/play/vi_VN/listing/fulldescription
index 46dce8df5..87b477fdc 100644
--- a/app/src/main/play/vi_VN/listing/fulldescription
+++ b/app/src/main/play/vi_VN/listing/fulldescription
@@ -1,6 +1,4 @@
-Easy-to-use, flexible and open-source podcast manager and player
-
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
@@ -14,32 +12,32 @@ IMPORT, ORGANIZE AND PLAY<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/zh/listing/fulldescription b/app/src/main/play/zh/listing/fulldescription
new file mode 100644
index 000000000..87b477fdc
--- /dev/null
+++ b/app/src/main/play/zh/listing/fulldescription
@@ -0,0 +1,43 @@
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
+But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
+
+Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
+
+<b>All features:</b><br>
+IMPORT, ORGANIZE AND PLAY<br>
+&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
+&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
+&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
+&#8226; Access password-protected feeds and episodes<br>
+&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
+
+KEEP TRACK, SHARE & APPRECIATE<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
+&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
+&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
+&#8226; Support content creators with Flattr integration including automatic flattring
+
+CONTROL THE SYSTEM<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Adapt to your environment using the light and dark theme<br>
+&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
+
+<b>Join the AntennaPod community!</b><br>
+AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
+
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
+https://groups.google.com/forum/#!forum/antennapod
+
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
+
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
+
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/zh_CN/listing/fulldescription b/app/src/main/play/zh_CN/listing/fulldescription
index 46dce8df5..6f2a6209e 100644
--- a/app/src/main/play/zh_CN/listing/fulldescription
+++ b/app/src/main/play/zh_CN/listing/fulldescription
@@ -1,45 +1,43 @@
-Easy-to-use, flexible and open-source podcast manager and player
+AntennaPod 是播客管理和播放工具,使得你即刻收听到数百万来自从个人播客制作者到类似BBC、NPR和CNN等大型出版机构的免费或付费播客。通过 iTunes 数据库、OPML 文件或简单的 RSS 地址,你可以自由地添加、导入和导出播客订阅流。通过指定次数、间隔时间和 WIFI 网络的下载以及基于个人喜好和延迟删除的设置,功能强大的智能控制做到了省力、省电和省流量。<br>
+但最重要的在于,你可以选择下载、串流或加入队列等方式收听节目,并使用调节回放速度、章节跳转和定时睡眠的辅助功能。你甚至可以通过 Flattr 集成功能向内容创作者表达你衷心的感谢。
-AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
-But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
+AntennaPod 是一个由播客爱好者开发,在多种意义下“自由”的软件——开源、免费并且没有广告。
-Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
-
-<b>All features:</b><br>
-IMPORT, ORGANIZE AND PLAY<br>
-&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
+<b>特性包括:</b><br>
+导入,组织和播放<br>
+&#8226; 通过 iTunes,gPodder.net,OPML文件,RSS或Atom链接添加和导入订阅
&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
&#8226; Access password-protected feeds and episodes<br>
&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
KEEP TRACK, SHARE & APPRECIATE<br>
-&#8226; Keep track of the best of the best by marking episodes as favorites<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
&#8226; Support content creators with Flattr integration including automatic flattring
CONTROL THE SYSTEM<br>
-&#8226; Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
-&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
&#8226; Adapt to your environment using the light and dark theme<br>
&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
-<b>Join the AntennaPod community!</b>
+<b>Join the AntennaPod community!</b><br>
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
-Ask your question or give feedback via Twitter:
-https://twitter.com/@AntennaPod
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
-Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
https://groups.google.com/forum/#!forum/antennapod
-Help translate the app to your mother tongue on Transifex:
-https://www.transifex.com/antennapod/antennapod
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
-Check out our Beta Testing programme to get the latest features first:
-https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
-Visit GitHub to submit feature requests, bug reports and code contributions:
-https://www.github.com/AntennaPod/AntennaPod \ No newline at end of file
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/play/zh_HK/listing/fulldescription b/app/src/main/play/zh_HK/listing/fulldescription
new file mode 100644
index 000000000..87b477fdc
--- /dev/null
+++ b/app/src/main/play/zh_HK/listing/fulldescription
@@ -0,0 +1,43 @@
+AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
+But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
+
+Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
+
+<b>All features:</b><br>
+IMPORT, ORGANIZE AND PLAY<br>
+&#8226; Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
+&#8226; Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
+&#8226; Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
+&#8226; Access password-protected feeds and episodes<br>
+&#8226; Take advantage of paged feeds (www.podlove.org/paged-feeds)
+
+KEEP TRACK, SHARE & APPRECIATE<br>
+&#8226; Keep track of the best of the best by marking episodes as favourites<br>
+&#8226; Find that one episode through the playback history or by searching (titles and shownotes)<br>
+&#8226; Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
+&#8226; Support content creators with Flattr integration including automatic flattring
+
+CONTROL THE SYSTEM<br>
+&#8226; Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
+&#8226; Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
+&#8226; Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
+&#8226; Adapt to your environment using the light and dark theme<br>
+&#8226; Back-up your subscriptions with the gPodder.net integration and OPML export
+
+<b>Join the AntennaPod community!</b><br>
+AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
+
+GitHub is the place to go for feature requests, bug reports and code contributions:<br>
+https://www.github.com/AntennaPod/AntennaPod
+
+Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
+https://groups.google.com/forum/#!forum/antennapod
+
+Have a question or want to give us feedback?
+https://twitter.com/@AntennaPod
+
+Transifex is the place to help with translations:<br>
+https://www.transifex.com/antennapod/antennapod
+
+Check out our Beta Testing programme to get the latest features first:<br>
+https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod \ No newline at end of file
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 0f1175ca3..e81115627 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -136,6 +136,12 @@
android:summary="@string/pref_skip_keeps_episodes_sum"
android:title="@string/pref_skip_keeps_episodes_title"/>
<de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:defaultValue="true"
+ android:enabled="true"
+ android:key="prefFavoriteKeepsEpisode"
+ android:summary="@string/pref_favorite_keeps_episodes_sum"
+ android:title="@string/pref_favorite_keeps_episodes_title"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
android:defaultValue="false"
android:enabled="true"
android:key="prefAutoDelete"
@@ -219,6 +225,11 @@
android:summary="@string/pref_automatic_download_on_battery_sum"
android:defaultValue="true"/>
<de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:key="prefEnableAutoDownloadOnMobile"
+ android:title="@string/pref_autodl_allow_on_mobile_title"
+ android:summary="@string/pref_autodl_allow_on_mobile_sum"
+ android:defaultValue="false"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
android:key="prefEnableAutoDownloadWifiFilter"
android:title="@string/pref_autodl_wifi_filter_title"
android:summary="@string/pref_autodl_wifi_filter_sum"/>
diff --git a/app/src/main/res/xml/provider_paths.xml b/app/src/main/res/xml/provider_paths.xml
new file mode 100644
index 000000000..4ff893110
--- /dev/null
+++ b/app/src/main/res/xml/provider_paths.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<paths xmlns:android="http://schemas.android.com/apk/res/android">
+ <external-path name="external_files" path="."/>
+</paths>
diff --git a/build.gradle b/build.gradle
index a1bd4b115..d0fee89c9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,6 +65,7 @@ project.ext {
castCompanionLibVer = "2.9.1"
playServicesVersion = "8.4.0"
+ wearableSupportVersion = "2.0.3"
}
task wrapper(type: Wrapper) {
diff --git a/core/build.gradle b/core/build.gradle
index c2ddd24da..f70083ec1 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -72,6 +72,7 @@ dependencies {
playCompile "com.google.android.libraries.cast.companionlibrary:ccl:$castCompanionLibVer"
compile "com.android.support:mediarouter-v7:$supportVersion"
playCompile "com.google.android.gms:play-services-cast:$playServicesVersion"
+ compile "com.google.android.support:wearable:$wearableSupportVersion"
} else {
System.out.println("core: free build hack, skipping some dependencies")
}
diff --git a/core/src/free/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java b/core/src/free/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
index 6bc3ed7c5..4e6482fda 100644
--- a/core/src/free/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
+++ b/core/src/free/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
@@ -2,6 +2,8 @@ package de.danoeh.antennapod.core.service.playback;
import android.content.Context;
import android.support.annotation.StringRes;
+import android.support.v4.media.session.MediaSessionCompat;
+import android.support.v4.media.session.PlaybackStateCompat;
/**
* Class intended to work along PlaybackService and provide support for different flavors.
@@ -41,4 +43,12 @@ public class PlaybackServiceFlavorHelper {
boolean onSharedPreference(String key) {
return false;
}
+
+ void sessionStateAddActionForWear(PlaybackStateCompat.Builder sessionState, String actionName, CharSequence name, int icon) {
+ // no-op
+ }
+
+ void mediaSessionSetExtraForWear(MediaSessionCompat mediaSession) {
+ // no-op
+ }
}
diff --git a/core/src/main/java/de/danoeh/antennapod/core/preferences/UserPreferences.java b/core/src/main/java/de/danoeh/antennapod/core/preferences/UserPreferences.java
index 042298e28..20a349055 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/preferences/UserPreferences.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/preferences/UserPreferences.java
@@ -67,6 +67,7 @@ public class UserPreferences {
public static final String PREF_HARDWARE_PREVIOUS_BUTTON_RESTARTS = "prefHardwarePreviousButtonRestarts";
public static final String PREF_FOLLOW_QUEUE = "prefFollowQueue";
public static final String PREF_SKIP_KEEPS_EPISODE = "prefSkipKeepsEpisode";
+ public static final String PREF_FAVORITE_KEEPS_EPISODE = "prefFavoriteKeepsEpisode";
public static final String PREF_AUTO_DELETE = "prefAutoDelete";
public static final String PREF_SMART_MARK_AS_PLAYED_SECS = "prefSmartMarkAsPlayedSecs";
public static final String PREF_PLAYBACK_SPEED_ARRAY = "prefPlaybackSpeedArray";
@@ -83,6 +84,7 @@ public class UserPreferences {
public static final String PREF_ENABLE_AUTODL = "prefEnableAutoDl";
public static final String PREF_ENABLE_AUTODL_ON_BATTERY = "prefEnableAutoDownloadOnBattery";
public static final String PREF_ENABLE_AUTODL_WIFI_FILTER = "prefEnableAutoDownloadWifiFilter";
+ public static final String PREF_ENABLE_AUTODL_ON_MOBILE = "prefEnableAutoDownloadOnMobile";
public static final String PREF_AUTODL_SELECTED_NETWORKS = "prefAutodownloadSelectedNetworks";
public static final String PREF_PROXY_TYPE = "prefProxyType";
public static final String PREF_PROXY_HOST = "prefProxyHost";
@@ -295,6 +297,10 @@ public class UserPreferences {
public static boolean shouldSkipKeepEpisode() { return prefs.getBoolean(PREF_SKIP_KEEPS_EPISODE, true); }
+ public static boolean shouldFavoriteKeepEpisode() {
+ return prefs.getBoolean(PREF_FAVORITE_KEEPS_EPISODE, true);
+ }
+
public static boolean isAutoDelete() {
return prefs.getBoolean(PREF_AUTO_DELETE, false);
}
@@ -396,6 +402,11 @@ public class UserPreferences {
return prefs.getBoolean(PREF_ENABLE_AUTODL_WIFI_FILTER, false);
}
+ public static boolean isEnableAutodownloadOnMobile() {
+ return prefs.getBoolean(PREF_ENABLE_AUTODL_ON_MOBILE, false);
+ }
+
+
public static int getImageCacheSize() {
String cacheSizeString = prefs.getString(PREF_IMAGE_CACHE_SIZE, IMAGE_CACHE_DEFAULT_VALUE);
int cacheSizeInt = Integer.parseInt(cacheSizeString);
diff --git a/core/src/main/java/de/danoeh/antennapod/core/receiver/MediaButtonReceiver.java b/core/src/main/java/de/danoeh/antennapod/core/receiver/MediaButtonReceiver.java
index 0bfeb1150..9b4b91151 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/receiver/MediaButtonReceiver.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/receiver/MediaButtonReceiver.java
@@ -20,6 +20,9 @@ public class MediaButtonReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
Log.d(TAG, "Received intent");
+ if (intent == null || intent.getExtras() == null) {
+ return;
+ }
KeyEvent event = (KeyEvent) intent.getExtras().get(Intent.EXTRA_KEY_EVENT);
if (event != null && event.getAction() == KeyEvent.ACTION_DOWN && event.getRepeatCount()==0) {
ClientConfig.initialize(context);
diff --git a/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java b/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
index 64f6ec774..6eefc296f 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
@@ -11,6 +11,7 @@ import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.MediaMetadataRetriever;
import android.os.Binder;
+import android.os.Build;
import android.os.Handler;
import android.os.IBinder;
import android.support.annotation.NonNull;
@@ -156,7 +157,7 @@ public class DownloadService extends Service {
private final IBinder mBinder = new LocalBinder();
- public class LocalBinder extends Binder {
+ private class LocalBinder extends Binder {
public DownloadService getService() {
return DownloadService.this;
}
@@ -345,8 +346,10 @@ public class DownloadService extends Service {
.setOngoing(true)
.setContentIntent(ClientConfig.downloadServiceCallbacks.getNotificationContentIntent(this))
.setLargeIcon(icon)
- .setSmallIcon(R.drawable.stat_notify_sync)
- .setVisibility(Notification.VISIBILITY_PUBLIC);
+ .setSmallIcon(R.drawable.stat_notify_sync);
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
+ notificationCompatBuilder.setVisibility(Notification.VISIBILITY_PUBLIC);
+ }
Log.d(TAG, "Notification set up");
}
@@ -498,7 +501,7 @@ public class DownloadService extends Service {
if (createReport) {
Log.d(TAG, "Creating report");
// create notification object
- Notification notification = new NotificationCompat.Builder(this)
+ NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
.setTicker(getString(R.string.download_report_title))
.setContentTitle(getString(R.string.download_report_content_title))
.setContentText(
@@ -514,11 +517,12 @@ public class DownloadService extends Service {
.setContentIntent(
ClientConfig.downloadServiceCallbacks.getReportNotificationContentIntent(this)
)
- .setAutoCancel(true)
- .setVisibility(Notification.VISIBILITY_PUBLIC)
- .build();
+ .setAutoCancel(true);
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
+ builder.setVisibility(Notification.VISIBILITY_PUBLIC);
+ }
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
- nm.notify(REPORT_ID, notification);
+ nm.notify(REPORT_ID, builder.build());
} else {
Log.d(TAG, "No report is created");
}
@@ -562,11 +566,12 @@ public class DownloadService extends Service {
.setSmallIcon(R.drawable.ic_stat_authentication)
.setLargeIcon(BitmapFactory.decodeResource(getResources(), R.drawable.ic_stat_authentication))
.setAutoCancel(true)
- .setContentIntent(ClientConfig.downloadServiceCallbacks.getAuthentificationNotificationContentIntent(DownloadService.this, downloadRequest))
- .setVisibility(Notification.VISIBILITY_PUBLIC);
- Notification n = builder.build();
+ .setContentIntent(ClientConfig.downloadServiceCallbacks.getAuthentificationNotificationContentIntent(DownloadService.this, downloadRequest));
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
+ builder.setVisibility(Notification.VISIBILITY_PUBLIC);
+ }
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
- nm.notify(downloadRequest.getSource().hashCode(), n);
+ nm.notify(downloadRequest.getSource().hashCode(), builder.build());
});
}
@@ -595,7 +600,7 @@ public class DownloadService extends Service {
* Takes a single Feed, parses the corresponding file and refreshes
* information in the manager
*/
- class FeedSyncThread extends Thread {
+ private class FeedSyncThread extends Thread {
private static final String TAG = "FeedSyncThread";
private BlockingQueue<DownloadRequest> completedRequests = new LinkedBlockingDeque<>();
@@ -891,7 +896,7 @@ public class DownloadService extends Service {
}
}
- public void submitCompletedDownload(DownloadRequest request) {
+ void submitCompletedDownload(DownloadRequest request) {
completedRequests.offer(request);
if (isCollectingRequests) {
interrupt();
@@ -908,7 +913,7 @@ public class DownloadService extends Service {
* <p/>
* Currently, this handler only handles FeedMedia objects, because Feeds and FeedImages are deleted if the download fails.
*/
- class FailedDownloadHandler implements Runnable {
+ private class FailedDownloadHandler implements Runnable {
private DownloadRequest request;
private DownloadStatus status;
@@ -929,6 +934,9 @@ public class DownloadService extends Service {
if (dest.exists() && request.getFeedfileType() == FeedMedia.FEEDFILETYPE_FEEDMEDIA) {
Log.d(TAG, "File has been partially downloaded. Writing file url");
FeedMedia media = DBReader.getFeedMedia(request.getFeedfileId());
+ if (media == null) {
+ return;
+ }
media.setFile_url(request.getDestination());
try {
DBWriter.setFeedMedia(media).get();
@@ -945,13 +953,13 @@ public class DownloadService extends Service {
/**
* Handles a completed media download.
*/
- class MediaHandlerThread implements Runnable {
+ private class MediaHandlerThread implements Runnable {
private DownloadRequest request;
private DownloadStatus status;
- public MediaHandlerThread(@NonNull DownloadStatus status,
- @NonNull DownloadRequest request) {
+ MediaHandlerThread(@NonNull DownloadStatus status,
+ @NonNull DownloadRequest request) {
this.status = status;
this.request = request;
}
@@ -980,7 +988,7 @@ public class DownloadService extends Service {
Log.d(TAG, "Duration of file is " + media.getDuration());
} catch (NumberFormatException e) {
Log.d(TAG, "Invalid file duration: " + durationStr);
- } catch(Exception e) {
+ } catch (Exception e) {
Log.e(TAG, "Get duration failed", e);
} finally {
mmr.release();
@@ -1086,7 +1094,7 @@ public class DownloadService extends Service {
*/
@VisibleForTesting
public static void removeDuplicateImages(Feed feed) {
- Set<String> known = new HashSet<String>();
+ Set<String> known = new HashSet<>();
for (FeedItem item : feed.getItems()) {
String url = item.hasItemImage() ? item.getImage().getDownload_url() : null;
if (url != null) {
@@ -1123,6 +1131,6 @@ public class DownloadService extends Service {
}
lines.add(line.toString());
}
- return StringUtils.join(lines, '\n');
+ return TextUtils.join("\n", lines);
}
}
diff --git a/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java b/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java
index f395dfb32..11cd21db5 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java
@@ -300,7 +300,7 @@ public class LocalPSMP extends PlaybackServiceMediaPlayer {
/**
* Called after media player has been prepared. This method is executed on the caller's thread.
*/
- void onPrepared(final boolean startWhenPrepared) {
+ private void onPrepared(final boolean startWhenPrepared) {
playerLock.lock();
if (playerStatus != PlayerStatus.PREPARING) {
@@ -688,18 +688,22 @@ public class LocalPSMP extends PlaybackServiceMediaPlayer {
media = playable;
}
- private IPlayer createMediaPlayer() {
+ private void createMediaPlayer() {
if (mediaPlayer != null) {
mediaPlayer.release();
}
- if (media == null || media.getMediaType() == MediaType.VIDEO) {
+ if(media == null) {
+ mediaPlayer = null;
+ return;
+ }
+ if (media.getMediaType() == MediaType.VIDEO) {
mediaPlayer = new VideoPlayer();
} else {
mediaPlayer = new AudioPlayer(context);
}
mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
mediaPlayer.setWakeMode(context, PowerManager.PARTIAL_WAKE_LOCK);
- return setMediaPlayerListeners(mediaPlayer);
+ setMediaPlayerListeners(mediaPlayer);
}
private final AudioManager.OnAudioFocusChangeListener audioFocusChangeListener = new AudioManager.OnAudioFocusChangeListener() {
@@ -855,14 +859,20 @@ public class LocalPSMP extends PlaybackServiceMediaPlayer {
if (mp == null || media == null) {
return mp;
}
- if (media.getMediaType() == MediaType.VIDEO) {
+ if (mp instanceof VideoPlayer) {
+ if (media.getMediaType() != MediaType.VIDEO) {
+ Log.w(TAG, "video player, but media type is " + media.getMediaType());
+ }
VideoPlayer vp = (VideoPlayer) mp;
vp.setOnCompletionListener(videoCompletionListener);
vp.setOnSeekCompleteListener(videoSeekCompleteListener);
vp.setOnErrorListener(videoErrorListener);
vp.setOnBufferingUpdateListener(videoBufferingUpdateListener);
vp.setOnInfoListener(videoInfoListener);
- } else {
+ } else if (mp instanceof AudioPlayer) {
+ if (media.getMediaType() != MediaType.AUDIO) {
+ Log.w(TAG, "audio player, but media type is " + media.getMediaType());
+ }
AudioPlayer ap = (AudioPlayer) mp;
ap.setOnCompletionListener(audioCompletionListener);
ap.setOnSeekCompleteListener(audioSeekCompleteListener);
@@ -870,6 +880,8 @@ public class LocalPSMP extends PlaybackServiceMediaPlayer {
ap.setOnBufferingUpdateListener(audioBufferingUpdateListener);
ap.setOnInfoListener(audioInfoListener);
ap.setOnSpeedAdjustmentAvailableChangedListener(audioSetSpeedAbilityListener);
+ } else {
+ Log.w(TAG, "Unknown media player: " + mp);
}
return mp;
}
diff --git a/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java b/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java
index c3e6b55ba..1661cc843 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java
@@ -133,6 +133,12 @@ public class PlaybackService extends MediaBrowserServiceCompat {
*/
public static final String ACTION_RESUME_PLAY_CURRENT_EPISODE = "action.de.danoeh.antennapod.core.service.resumePlayCurrentEpisode";
+ /**
+ * Custom action used by Android Wear
+ */
+ private static final String CUSTOM_ACTION_FAST_FORWARD = "action.de.danoeh.antennapod.core.service.fastForward";
+ private static final String CUSTOM_ACTION_REWIND = "action.de.danoeh.antennapod.core.service.rewind";
+
/**
* Used in NOTIFICATION_TYPE_RELOAD.
@@ -886,7 +892,8 @@ public class PlaybackService extends MediaBrowserServiceCompat {
// isInQueue remains false
}
// Delete episode if enabled
- if (item.getFeed().getPreferences().getCurrentAutoDelete()) {
+ if (item.getFeed().getPreferences().getCurrentAutoDelete() &&
+ (!item.isTagged(FeedItem.TAG_FAVORITE) || !UserPreferences.shouldFavoriteKeepEpisode())) {
DBWriter.deleteFeedMediaOfItem(PlaybackService.this, media.getId());
Log.d(TAG, "Episode Deleted");
}
@@ -1083,6 +1090,14 @@ public class PlaybackService extends MediaBrowserServiceCompat {
}
sessionState.setActions(capabilities);
+
+ flavorHelper.sessionStateAddActionForWear(sessionState,
+ CUSTOM_ACTION_REWIND, getString(R.string.rewind_label), android.R.drawable.ic_media_rew);
+ flavorHelper.sessionStateAddActionForWear(sessionState,
+ CUSTOM_ACTION_FAST_FORWARD, getString(R.string.fast_forward_label), android.R.drawable.ic_media_ff);
+
+ flavorHelper.mediaSessionSetExtraForWear(mediaSession);
+
mediaSession.setPlaybackState(sessionState.build());
}
@@ -1761,6 +1776,16 @@ public class PlaybackService extends MediaBrowserServiceCompat {
}
return false;
}
+
+ @Override
+ public void onCustomAction(String action, Bundle extra) {
+ Log.d(TAG, "onCustomAction(" + action + ")");
+ if (CUSTOM_ACTION_FAST_FORWARD.equals(action)) {
+ onFastForward();
+ } else if (CUSTOM_ACTION_REWIND.equals(action)) {
+ onRewind();
+ }
+ }
};
private SharedPreferences.OnSharedPreferenceChangeListener prefListener =
diff --git a/core/src/main/java/de/danoeh/antennapod/core/storage/DBReader.java b/core/src/main/java/de/danoeh/antennapod/core/storage/DBReader.java
index 4bec03d7e..a2ecd0a52 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/storage/DBReader.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/storage/DBReader.java
@@ -905,6 +905,7 @@ public final class DBReader {
Cursor cursor = adapter.getImageCursor(ids);
int imageCount = cursor.getCount();
if (imageCount == 0) {
+ cursor.close();
return Collections.emptyMap();
}
Map<Long, FeedImage> result = new ArrayMap<>(imageCount);
diff --git a/core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java b/core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
index 563d80da0..49ec07004 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
@@ -7,6 +7,8 @@ import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.util.Log;
+import de.danoeh.antennapod.core.R;
+import de.danoeh.antennapod.core.event.MessageEvent;
import org.shredzone.flattr4j.model.Flattr;
import java.io.File;
@@ -84,12 +86,13 @@ public class DBWriter {
if (media != null) {
Log.i(TAG, String.format("Requested to delete FeedMedia [id=%d, title=%s, downloaded=%s",
media.getId(), media.getEpisodeTitle(), String.valueOf(media.isDownloaded())));
- boolean result = false;
if (media.isDownloaded()) {
// delete downloaded media file
File mediaFile = new File(media.getFile_url());
- if (mediaFile.exists()) {
- result = mediaFile.delete();
+ if (mediaFile.exists() && !mediaFile.delete()) {
+ MessageEvent evt = new MessageEvent(context.getString(R.string.delete_failed));
+ EventBus.getDefault().post(evt);
+ return;
}
media.setDownloaded(false);
media.setFile_url(null);
@@ -129,7 +132,6 @@ public class DBWriter {
GpodnetPreferences.enqueueEpisodeAction(action);
}
}
- Log.d(TAG, "Deleting File. Result: " + result);
EventBus.getDefault().post(FeedItemEvent.deletedMedia(Collections.singletonList(media.getItem())));
EventDistributor.getInstance().sendUnreadItemsUpdateBroadcast();
}
diff --git a/core/src/main/java/de/danoeh/antennapod/core/storage/DownloadRequester.java b/core/src/main/java/de/danoeh/antennapod/core/storage/DownloadRequester.java
index 04afc504b..7051d7f4d 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/storage/DownloadRequester.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/storage/DownloadRequester.java
@@ -345,9 +345,7 @@ public class DownloadRequester {
// Try to generate the filename by the item title
if (media.getItem() != null && media.getItem().getTitle() != null) {
String title = media.getItem().getTitle();
- // Delete reserved characters
- titleBaseFilename = title.replaceAll("[^a-zA-Z0-9 ._()-]", "");
- titleBaseFilename = titleBaseFilename.trim();
+ titleBaseFilename = FileNameGenerator.generateFileName(title);
}
String URLBaseFilename = URLUtil.guessFileName(media.getDownload_url(),
diff --git a/core/src/main/java/de/danoeh/antennapod/core/util/FileNameGenerator.java b/core/src/main/java/de/danoeh/antennapod/core/util/FileNameGenerator.java
index 30c2e62f2..8da176c82 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/util/FileNameGenerator.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/util/FileNameGenerator.java
@@ -1,18 +1,21 @@
package de.danoeh.antennapod.core.util;
+import org.apache.commons.lang3.ArrayUtils;
+
import java.util.Arrays;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
/** Generates valid filenames for a given string. */
public class FileNameGenerator {
- private static final char[] ILLEGAL_CHARACTERS = { '/', '\\', '?', '%',
- '*', ':', '|', '"', '<', '>', '\n' };
- static {
- Arrays.sort(ILLEGAL_CHARACTERS);
- }
+ private static final char[] validChars = (
+ "abcdefghijklmnopqrstuvwxyz" +
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
+ "0123456789" +
+ " _-").toCharArray();
private FileNameGenerator() {
-
}
/**
@@ -20,17 +23,17 @@ public class FileNameGenerator {
* characters of the given string.
*/
public static String generateFileName(String string) {
- StringBuilder builder = new StringBuilder();
+ StringBuilder buf = new StringBuilder();
for (int i = 0; i < string.length(); i++) {
char c = string.charAt(i);
- if (Arrays.binarySearch(ILLEGAL_CHARACTERS, c) < 0) {
- builder.append(c);
+ if(Character.isSpaceChar(c) && (buf.length() == 0 || Character.isSpaceChar(buf.charAt(buf.length()-1)))) {
+ continue;
+ }
+ if (ArrayUtils.contains(validChars, c)) {
+ buf.append(c);
}
}
- return builder.toString().replaceFirst(" *$","");
+ return buf.toString().trim();
}
- public static long generateLong(final String str) {
- return str.hashCode();
- }
}
diff --git a/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java b/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java
index 1717bde0e..c73d6f6e3 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java
@@ -66,6 +66,16 @@ public class NetworkUtils {
}
}
}
+ } else {
+ if (!UserPreferences.isEnableAutodownloadOnMobile()) {
+ Log.d(TAG, "Auto Download not enabled on Mobile");
+ return false;
+ }
+ if (networkInfo.isRoaming()) {
+ Log.d(TAG, "Roaming on foreign network");
+ return false;
+ }
+ return true;
}
}
Log.d(TAG, "Network for auto-dl is not available");
diff --git a/core/src/main/java/de/danoeh/antennapod/core/util/ShareUtils.java b/core/src/main/java/de/danoeh/antennapod/core/util/ShareUtils.java
index 887c0055c..343b4dc3b 100644
--- a/core/src/main/java/de/danoeh/antennapod/core/util/ShareUtils.java
+++ b/core/src/main/java/de/danoeh/antennapod/core/util/ShareUtils.java
@@ -3,13 +3,20 @@ package de.danoeh.antennapod.core.util;
import android.content.Context;
import android.content.Intent;
+import android.content.pm.PackageManager;
+import android.content.pm.ResolveInfo;
import android.net.Uri;
+import android.os.Build;
+import android.support.v4.content.FileProvider;
+import android.util.Log;
+
import de.danoeh.antennapod.core.R;
import de.danoeh.antennapod.core.feed.Feed;
import de.danoeh.antennapod.core.feed.FeedItem;
import de.danoeh.antennapod.core.feed.FeedMedia;
import java.io.File;
+import java.util.List;
/** Utility methods for sharing data */
public class ShareUtils {
@@ -65,8 +72,18 @@ public class ShareUtils {
public static void shareFeedItemFile(Context context, FeedMedia media) {
Intent i = new Intent(Intent.ACTION_SEND);
i.setType(media.getMime_type());
- i.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File(media.getLocalMediaUrl())));
+ Uri fileUri = FileProvider.getUriForFile(context, "de.danoeh.antennapod.provider",
+ new File(media.getLocalMediaUrl()));
+ i.putExtra(Intent.EXTRA_STREAM, fileUri);
i.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+ if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.KITKAT) {
+ List<ResolveInfo> resInfoList = context.getPackageManager().queryIntentActivities(i, PackageManager.MATCH_DEFAULT_ONLY);
+ for (ResolveInfo resolveInfo : resInfoList) {
+ String packageName = resolveInfo.activityInfo.packageName;
+ context.grantUriPermission(packageName, fileUri, Intent.FLAG_GRANT_READ_URI_PERMISSION);
+ }
+ }
context.startActivity(Intent.createChooser(i, context.getString(R.string.share_file_label)));
+ Log.e(TAG, "Foo");
}
}
diff --git a/core/src/main/res/values-ca/strings.xml b/core/src/main/res/values-ca/strings.xml
index 68b2b42d8..349dde72c 100644
--- a/core/src/main/res/values-ca/strings.xml
+++ b/core/src/main/res/values-ca/strings.xml
@@ -2,6 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--Activitiy and fragment titles-->
<string name="feeds_label">Canals</string>
+ <string name="statistics_label">Estadístiques</string>
<string name="add_feed_label">Afegeix podcast</string>
<string name="episodes_label">Episodis</string>
<string name="all_episodes_short_label">Tot</string>
@@ -13,14 +14,22 @@
<string name="downloads_running_label">En execució</string>
<string name="downloads_completed_label">Completat</string>
<string name="downloads_log_label">Registre</string>
+ <string name="subscriptions_label">Subscripcions</string>
+ <string name="subscriptions_list_label">Llista de subscripcions</string>
<string name="cancel_download_label">Cancel·la la baixada</string>
<string name="playback_history_label">Historial de reproducció</string>
<string name="gpodnet_main_label">gpodder.net</string>
<string name="gpodnet_auth_label">Inici de sessió a gpodder.net</string>
- <string name="free_space_label">%1$s lliures</string>
+ <string name="free_space_label">%1$s lliure</string>
<string name="episode_cache_full_title">Caché d\'episodi completa</string>
<string name="episode_cache_full_message">S\'ha arribat al límit de la caché. Pots incrementar la capacitat de la caché a les Opcions</string>
<!--Statistics fragment-->
+ <string name="total_time_listened_to_podcasts">Temps total de podcasts reproduïts</string>
+ <string name="statistics_details_dialog">%1$d de %2$depisodis començats.\n\nReproduïts %3$s de %4$s.</string>
+ <string name="statistics_mode">Mode d\'estadístiques</string>
+ <string name="statistics_mode_normal">Calcula el temps que realment s\'ha reproduït. La reproducció repetida es comptarà repetides vegades, mentre que no es tindrà en compte si s\'ha marcat com a reproduït. </string>
+ <string name="statistics_mode_count_all">Suma tots els podcasts marcats com a reproduïts</string>
+ <string name="statistics_speed_not_counted">Avís: la velocitat de reproducció mai no es té en compte.</string>
<!--Main activity-->
<string name="drawer_open">Obre menú</string>
<string name="drawer_close">Tanca menú</string>
@@ -28,9 +37,11 @@
<string name="drawer_feed_order_unplayed_episodes">Ordre per durada</string>
<string name="drawer_feed_order_alphabetical">Ordre alfabètic</string>
<string name="drawer_feed_order_last_update">Ordre per data de publicació</string>
+ <string name="drawer_feed_order_most_played">Ordre per número d\'episodis reproduïts</string>
<string name="drawer_feed_counter_new_unplayed">Número d\'episodis nous i per reproduir</string>
<string name="drawer_feed_counter_new">Número de episodis nous</string>
<string name="drawer_feed_counter_unplayed">Número de episodis per reproduir</string>
+ <string name="drawer_feed_counter_downloaded">Número d\'episodis descarregats</string>
<string name="drawer_feed_counter_none">Cap</string>
<!--Webview actions-->
<string name="open_in_browser_label">Obre en un navegador</string>
@@ -45,6 +56,7 @@
<string name="cancel_label">Cancel·la</string>
<string name="yes">Sí</string>
<string name="no">No</string>
+ <string name="reset">Reiniciar</string>
<string name="author_label">Autor</string>
<string name="language_label">Llengua</string>
<string name="url_label">Adreça web</string>
@@ -55,6 +67,7 @@
<string name="refresh_label">Actualitza</string>
<string name="external_storage_error_msg">L\'emmagatzemament extern no està disponible. Assegureu-vos que està muntat per què l\'aplicació funcioni correctament.</string>
<string name="chapters_label">Capítols</string>
+ <string name="chapter_duration">Durada: %1$s</string>
<string name="shownotes_label">Notes del programa</string>
<string name="description_label">Descripció</string>
<string name="most_recent_prefix">Episodi més recent: \u0020</string>
@@ -69,8 +82,9 @@
<string name="auto_download_label">Inclou a baixades automàtiques</string>
<string name="auto_download_apply_to_items_title">Aplica als episodis previs</string>
<string name="auto_download_apply_to_items_message">El nou ajustament de <i>baixada automàtica</i> s\'aplicarà als nous episodis.\nVols que també sigui aplicat als episodis publicats prèviament?</string>
- <string name="auto_delete_label">Esborrar episodi automàticament</string>
+ <string name="auto_delete_label">Esborra episodi automàticament</string>
<string name="parallel_downloads_suffix">\u0020baixades paral·leles</string>
+ <string name="feed_auto_download_global">Valor predeterminat global</string>
<string name="feed_auto_download_always">Sempre</string>
<string name="feed_auto_download_never">Mai</string>
<string name="send_label">Enviar...</string>
@@ -86,6 +100,7 @@
<string name="etxtFeedurlHint">URL, canal o lloc web</string>
<string name="txtvfeedurl_label">Afegeix podcast amb l\'URL</string>
<string name="podcastdirectories_label">Cerca podcast al directori</string>
+ <string name="podcastdirectories_descr">Per trobar podcasts nous, podeu cercar a iTunes o fyyd, o bé navegar per gpodder.net per nom, categoria o popularitat.</string>
<string name="browse_gpoddernet_label">Navega gpodder.net</string>
<!--Actions on feeds-->
<string name="mark_all_read_label">Marca-ho tot com a llegit</string>
@@ -104,6 +119,7 @@
<string name="share_feed_url_label">Comparteix adreça del canal</string>
<string name="share_item_url_label">Comparteix adreça del fitxer del canal</string>
<string name="share_item_url_with_position_label">Comparteix adreça del fitxer del canal amb posició</string>
+ <string name="feed_delete_confirmation_msg">Confirmeu que voleu suprimir el canal \"%1$s\" i TOTS els episodis que n\'heu descarregat.</string>
<string name="feed_remover_msg">S\'està esborrant el canal</string>
<string name="load_complete_feed">S\'ha actualitzat el canal</string>
<string name="hide_episodes_title">Amaga Episodis</string>
@@ -187,8 +203,8 @@
<string name="authentication_notification_title">Cal autenticar-se</string>
<string name="authentication_notification_msg">Es necessita un usuari i una contrasenya per accedir al recurs</string>
<string name="confirm_mobile_download_dialog_title">Confirma baixada mòvil</string>
- <string name="confirm_mobile_download_dialog_message_not_in_queue">La baixada amb conexió de dades mòvils està desactivada.\n\nPots escollir ja sigui només afegir l\'episodi a la cua o pot permetre la descàrrega de forma temporal.\n\n<small>La seva elecció serà recordada durant 10 minuts.</small></string>
- <string name="confirm_mobile_download_dialog_message">La baixada amb conexió de dades mòvils està desactivada.\n\nVols permetre la descàrrega de forma temporal?\n\n<small>La seva elecció serà recordada durant 10 minuts.</small></string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">La baixada amb connexió de dades mòbils està desactivada.\n\nPots escollir entre afegir l\'episodi a la cua, o permetre la descàrrega de forma temporal.\n\n<small>La teva tria es recordarà durant 10 minuts.</small></string>
+ <string name="confirm_mobile_download_dialog_message">La baixada amb connexió de dades mòbils està desactivada.\n\nVols permetre la descàrrega de forma temporal?\n\n<small>La teva tria es recordarà durant 10 minuts.</small></string>
<string name="confirm_mobile_download_dialog_only_add_to_queue">En cua</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">Permetre temporalment</string>
<!--Mediaplayer messages-->
@@ -220,7 +236,7 @@
<string name="feed_title">Títol del feed</string>
<string name="ascending">Ascendent</string>
<string name="descending">Descendent</string>
- <string name="clear_queue_confirmation_msg">Si us plau confirma que vols suprimir tots els episodis de la cua</string>
+ <string name="clear_queue_confirmation_msg">Si us plau, confirma que vols suprimir tots els episodis de la cua</string>
<!--Flattr-->
<string name="flattr_auth_label">Inici de sessió a Flattr</string>
<string name="flattr_auth_explanation">Premeu el botó per iniciar el procés d\'autenticació. Quan s\'obri la pantalla d\'inici de sessió de Flattr al vostre navegador, introduïu les vostres credencials i concediu a AntennaPod els permisos de compartir mitjançant Flattr. En finalitzar el procés, tornareu automàticament a aquesta pantalla.</string>
@@ -250,36 +266,43 @@
<!--Variable Speed-->
<string name="download_plugin_label">Baixa el connector</string>
<string name="no_playback_plugin_title">Connector no instal·lat</string>
- <string name="no_playback_plugin_or_sonic_msg">Per a què funcioni la velocitat de reproducció variable, recomanem activar el Sonic Media Player integrat [Android 4.1+].\n\nPer una altra banda, pots baixar el plugin de tercers <i>Prestissimo</i> de la Play Store.\nQualsevol problema amb Prestissimo no és responsabilitat d\'AntennaPod i no haurà de ser reportat al seu propietari.</string>
+ <string name="no_playback_plugin_or_sonic_msg">Per a què funcioni la velocitat de reproducció variable, recomanem activar el Sonic Media Player integrat [Android 4.1+].\n\nAltra opció és baixar el connector de tercers <i>Prestissimo</i> de la Play Store.\nQualsevol problema amb Prestissimo no és responsabilitat d\'AntennaPod i haurà d\'informar-ne al seu propietari.</string>
<string name="set_playback_speed_label">Velocitats de reproducció</string>
<string name="enable_sonic">Activa Sonic</string>
<!--Empty list labels-->
<string name="no_items_label">No hi ha elements a la llista.</string>
<string name="no_feeds_label">No us heu subscrit a cap canal.</string>
<string name="no_chapters_label">Aquest episodi no té capítols</string>
+ <string name="no_shownotes_label">Aquest episodi no té notes.</string>
<!--Preferences-->
+ <string name="storage_pref">Emmagatzematge</string>
+ <string name="project_pref">Projecte</string>
<string name="other_pref">Altres</string>
<string name="about_pref">Quant a</string>
<string name="queue_label">Cua</string>
<string name="services_label">Serveis</string>
<string name="flattr_label">Flattr</string>
<string name="pref_episode_cleanup_title">Neteja l\'episodi</string>
- <string name="pref_episode_cleanup_summary">Episodis que no es troben a la cua i no són favorits haurien de ser candidats per ser esborrats si Auto Descàrrega necessita espai per nous episodis</string>
+ <string name="pref_episode_cleanup_summary">Els episodis que no es troben a la cua i no són favorits haurien de ser candidats a ser esborrats si l\'Auto Descàrrega necessita espai per a nous episodis</string>
<string name="pref_pauseOnDisconnect_sum">Pausa la reproducció en desconnectar els auriculars o el bluetooth</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Continua la reproducció en connectar novament els auriculars</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Continua la reproducció en connectar novament el bluetooth</string>
- <string name="pref_hardwareForwardButtonSkips_sum">Al prémer el botó de hardware \'Endavant\' passar al següent episodi en comptes d\'avançar a la reproducció</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Endavant per saltar</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">En prémer el botó físic d\'Endavant, passar al següent episodi en comptes d\'avançar a la reproducció</string>
+ <string name="pref_hardwarePreviousButtonRestarts_title">Endarrere per reiniciar</string>
+ <string name="pref_hardwarePreviousButtonRestarts_sum">En prémer un botó físic, reinicieu l\'episodi actual en lloc de rebobinar-lo</string>
<string name="pref_followQueue_sum">Salta al següent element de la cua en acabar la reproducció</string>
<string name="pref_auto_delete_sum">Suprimeix l\'episodi quan s\'acabi de reproduir</string>
<string name="pref_auto_delete_title">Esborrat automàtic</string>
<string name="pref_smart_mark_as_played_sum">Marca episodis com com reproduits, encara que quedi menys d\'una certa quantitat de segons de temps</string>
+ <string name="pref_smart_mark_as_played_title">Marca intel·ligent com a reproduït</string>
<string name="pref_skip_keeps_episodes_sum">Mantenir episodis quan són passats de llarg</string>
<string name="pref_skip_keeps_episodes_title">Mantenir els episodis passats de llarg</string>
<string name="playback_pref">Reproducció</string>
<string name="network_pref">Xarxa</string>
<string name="pref_autoUpdateIntervallOrTime_title">Actualitza interval o horari del dia</string>
- <string name="pref_autoUpdateIntervallOrTime_sum">Especifica un interval o una hora específica del dia per refrescar els canals de forma automàtica</string>
- <string name="pref_autoUpdateIntervallOrTime_message">Pots establir un <i>interval</i> com \"cada 2 hores\", establir una <i>hora del dia</i> com \"7:00 AM\" o <i>disactiva</i> l\'actualització automàtica del conjunt.\n\n<small>Pren nota: Les actualitzacions de vegades són inexactes. Es pot trobar una breu demora.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_sum">Especifica un interval o una hora concreta del dia per actualitzar els canals de forma automàtica</string>
+ <string name="pref_autoUpdateIntervallOrTime_message">Pots establir un <i>interval</i> com ara \"cada 2 hores\", establir una <i>hora del dia</i> com ara \"7:00 AM\" o <i>disactiva</i> l\'actualització automàtica del conjunt.\n\n<small>Tingues en compte que les actualitzacions no són exactes i pot donar-se una breu demora.</small></string>
<string name="pref_autoUpdateIntervallOrTime_Disable">Desactivar</string>
<string name="pref_autoUpdateIntervallOrTime_Interval">Establir interval</string>
<string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Establir hora del dia</string>
@@ -297,22 +320,22 @@
<string name="flattr_settings_label">Configuració de Flattr</string>
<string name="pref_flattr_auth_title">Inici de sessió Flattr</string>
<string name="pref_flattr_auth_sum">Inicieu sessió al vostre compte Flattr per compartir continguts directament des de l\'aplicació.</string>
- <string name="pref_flattr_this_app_title">Compartiu aquesta aplicació amb Flattr</string>
+ <string name="pref_flattr_this_app_title">Recolza aquesta aplicació amb Flattr</string>
<string name="pref_flattr_this_app_sum">Doneu suport al desenvolupament d\'AntennaPod compartint l\'aplicació a través de Flattr. Gràcies!</string>
<string name="pref_revokeAccess_title">Revoca l\'accés</string>
<string name="pref_revokeAccess_sum">Revoqueu el permís d\'accés d\'aquesta aplicació al vostre compte Flattr.</string>
<string name="pref_auto_flattr_title">Flattr automàtic</string>
<string name="pref_auto_flattr_sum">Configura la compartició automàtica per Flattr</string>
<string name="user_interface_label">Interfície d\'usuari</string>
- <string name="pref_set_theme_title">Selecció de tema</string>
- <string name="pref_nav_drawer_title">Personalitzar navegació del calaix</string>
+ <string name="pref_set_theme_title">Selecciona el tema</string>
+ <string name="pref_nav_drawer_title">Personalitza el calaix de navegació</string>
<string name="pref_nav_drawer_sum">Personalitza l\'aparença del calaix de navegació.</string>
- <string name="pref_nav_drawer_items_title">Establir els elements del calaix de navegació</string>
- <string name="pref_nav_drawer_items_sum">Canviar els elements que apareixen al calaix de navegació.</string>
- <string name="pref_nav_drawer_feed_order_title">Establir ordre de subscripció</string>
- <string name="pref_nav_drawer_feed_order_sum">Canviar l\'ordre de les subscripcions</string>
- <string name="pref_nav_drawer_feed_counter_title">Establir contador de subscripció</string>
- <string name="pref_nav_drawer_feed_counter_sum">Canviar la informació mostrada pel comptador de subscripció</string>
+ <string name="pref_nav_drawer_items_title">Estableix els elements del calaix de navegació</string>
+ <string name="pref_nav_drawer_items_sum">Canvia els elements que apareixen al calaix de navegació.</string>
+ <string name="pref_nav_drawer_feed_order_title">Estableix l\'ordre de les subscripcions</string>
+ <string name="pref_nav_drawer_feed_order_sum">Canvia l\'ordre de les subscripcions</string>
+ <string name="pref_nav_drawer_feed_counter_title">Estableix el comptador de les subscripcions</string>
+ <string name="pref_nav_drawer_feed_counter_sum">Canvia la informació mostrada pel comptador de les subscripcions</string>
<string name="pref_set_theme_sum">Canvieu l\'aparença d\'AntennaPod.</string>
<string name="pref_automatic_download_title">Baixada automàtica</string>
<string name="pref_automatic_download_sum">Configureu la baixada automàtica d\'episodis.</string>
@@ -334,56 +357,93 @@
<string name="pref_gpodnet_logout_toast">Heu sortit de la sessió</string>
<string name="pref_gpodnet_setlogin_information_title">Dades d\'inici de sessió</string>
<string name="pref_gpodnet_setlogin_information_sum">Canvia les dades d\'inici de sessió del vostre compte de gpodder.net</string>
+ <string name="pref_gpodnet_sync_changes_title">Sincronitza els canvis ara</string>
+ <string name="pref_gpodnet_sync_changes_sum">Sincronitza amb gpodder.net les subscripcions i els estats dels episodis.</string>
+ <string name="pref_gpodnet_full_sync_title">Sincronitza per complet ara mateix</string>
+ <string name="pref_gpodnet_full_sync_sum">Sincronitza amb gpodder.net totes les subscripcions i els estats dels episodis.</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">Darrer intent de sincronització: %1$s (%2$s)</string>
+ <string name="pref_gpodnet_sync_started">Sincronització en marxa</string>
+ <string name="pref_gpodnet_full_sync_started">Sincronització completa en marxa</string>
+ <string name="pref_gpodnet_login_status"><![CDATA[Connectat com a <i>%1$s</i> amb el dispositiu <i>%2$s</i>]]></string>
+ <string name="pref_gpodnet_notifications_title">Notifica els errors de sincronització</string>
+ <string name="pref_gpodnet_notifications_sum">Aquest paràmetre no s\'aplica als errors d\'autenticació. </string>
<string name="pref_playback_speed_title">Velocitats de reproducció</string>
<string name="pref_playback_speed_sum">Personalitzeu les velocitats disponibles per a una velocitat de reproducció d\'àudio variable</string>
+ <string name="pref_fast_forward">Temps de salt de l\'Avanç ràpid</string>
+ <string name="pref_fast_forward_sum">Personalitzar el nombre de segons del salt endavant quan es prem el botó d\'Avanç ràpid.</string>
+ <string name="pref_rewind">Temps de salt del Rebobinat</string>
+ <string name="pref_rewind_sum">Personalitza el nombre de segons del salt endarrere quan es prem el botó de Rebobinat</string>
<string name="pref_gpodnet_sethostname_title">Definex nom del servidor</string>
<string name="pref_gpodnet_sethostname_use_default_host">Utilitza el servidor per defecte</string>
<string name="pref_expandNotify_title">Amplia la notificació</string>
<string name="pref_expandNotify_sum">Amplia sempre les notificacions per mostrar els botons de reproducció.</string>
<string name="pref_persistNotify_title">Botons de reproducció persistents</string>
- <string name="pref_persistNotify_sum">Mantén els controls a l\'àrea de notificacions i pantalla de bloqueig quan la reproducció estigui aturada</string>
- <string name="pref_lockscreen_background_title">Establir fons de la pantalla de bloqueig</string>
- <string name="pref_lockscreen_background_sum">Establir el fons de pantalla de bloqueig a la imatge de l\'episodi actual. Com efecte secundari, això també mostrarà la imatge en aplicacions de tercers.</string>
+ <string name="pref_persistNotify_sum">Manté els controls a l\'àrea de notificacions i pantalla de bloqueig quan la reproducció estigui aturada</string>
+ <string name="pref_compact_notification_buttons_title">Estableix els botons del bloqueig de pantalla</string>
+ <string name="pref_compact_notification_buttons_sum">Canvia els botons de reproducció al bloqueig de pantalla. Els de pausa i reproducció sempre estan inclosos. </string>
+ <string name="pref_compact_notification_buttons_dialog_title">Selecciona un màxim de %1$d elements.</string>
+ <string name="pref_compact_notification_buttons_dialog_error">Només pots seleccionar un màxim de %1$d elements.</string>
+ <string name="pref_lockscreen_background_title">Estableix el fons del bloqueig de pantalla</string>
+ <string name="pref_lockscreen_background_sum">Estableix el fons del bloqueig de pantalla a la imatge de l\'episodi actual. Com a efecte secundari, això també mostrarà la imatge en aplicacions de tercers.</string>
<string name="pref_showDownloadReport_title">Mostra informació de baixades</string>
- <string name="pref_showDownloadReport_sum">Si les descàrregues fallen, genera un informe que mostra els detalls de la falla.</string>
+ <string name="pref_showDownloadReport_sum">Si les descàrregues fallen, genera un informe que mostra els detalls de la fallada.</string>
<string name="pref_expand_notify_unsupport_toast">Les versions d\'Android anteriors a la 4.1 no suporten les notificacions ampliades.</string>
- <string name="pref_queueAddToFront_sum">Afegir nous episodis a la part davantera de la cua.</string>
- <string name="pref_queueAddToFront_title">Cua al davant</string>
- <string name="pref_smart_mark_as_played_disabled">Desactivar</string>
+ <string name="pref_queueAddToFront_sum">Afegeix nous episodis al principi de la cua.</string>
+ <string name="pref_queueAddToFront_title">Posa en cua al davant</string>
+ <string name="pref_smart_mark_as_played_disabled">Desactivat</string>
<string name="pref_image_cache_size_title">Mida de la memòria cau de les imatges</string>
<string name="pref_image_cache_size_sum">Mida de la memòria cau en el disc de les imatges.</string>
- <string name="crash_report_title">Reportar tancament abrupte</string>
- <string name="crash_report_sum">Enviar l\'últim report de tancament abrupte per e-mail</string>
+ <string name="crash_report_title">Informa d\'un tancament abrupte</string>
+ <string name="crash_report_sum">Envia l\'últim informe de tancament abrupte per e-mail</string>
<string name="send_email">Envia e-mail</string>
<string name="experimental_pref">Experimental</string>
- <string name="pref_sonic_message">Fer servir el reproductor Sonic Media integrat en comptes del reproductor natiu d\'Android i Prestissimo</string>
+ <string name="pref_sonic_title">Reproductor Sonic Media Player</string>
+ <string name="pref_sonic_message">Fes servir el reproductor Sonic Media Player integrat en comptes del reproductor natiu d\'Android i Prestissimo</string>
<string name="pref_current_value">Valor actual: %1$s</string>
+ <string name="pref_proxy_title">Servidor intermediari</string>
+ <string name="pref_proxy_sum">Estableix un servidor intermediari</string>
+ <string name="pref_faq">PMF</string>
+ <string name="pref_known_issues">Problemes coneguts</string>
+ <string name="pref_no_browser_found">No s\'ha trobat cap navegador web.</string>
+ <string name="pref_cast_title">Suport per a Chromecast</string>
+ <string name="pref_cast_message_play_flavor">Habilita el suport per la reproducció remota en dispositius de difusió (com ara Chromecast, Audio Speakers o Android TV). </string>
+ <string name="pref_cast_message_free_flavor">Chromecast requereix de llibreries propietàries de terceres parts que estan inhabilitades en aquesta versió d\'AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Posa a la cua els descarregats</string>
+ <string name="pref_enqueue_downloaded_summary">Afegeix els episodis descarregats a la cua</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Activa la compartició automàtica per Flattr</string>
<string name="auto_flattr_after_percent">Comparteix per Flattr l\'episodi en haver-ne reproduït el %d per cent</string>
<string name="auto_flattr_ater_beginning">Comparteix per Flattr l\'episodi en haver-ne iniciat la reproducció</string>
<string name="auto_flattr_ater_end">Comparteix per Flattr l\'episodi en acabar-se\'n la reproducció</string>
<!--Search-->
+ <string name="search_hint">Cerca episodis</string>
+ <string name="found_in_shownotes_label">Troba a les notes dels canals</string>
<string name="found_in_chapters_label">Trobat als capítols</string>
+ <string name="found_in_authors_label">Troba als autors</string>
+ <string name="found_in_feeds_label">Troba als canals</string>
<string name="search_status_no_results">No s\'ha trobat cap resultat</string>
<string name="search_label">Cerca</string>
<string name="found_in_title_label">Trobat al títol</string>
+ <string name="no_results_for_query">No s\'han trobat resultats per \"%1$s\"</string>
<!--OPML import and export-->
<string name="opml_import_txtv_button_lable">Els fitxers OPML us permeten moure els podcasts d\'un gestor de podcasts a un altre.</string>
<string name="opml_import_option">Opció %1$d</string>
- <string name="opml_import_explanation_1">Trieu una ruta de fitxer específic del sistema de fitxers local.</string>
- <string name="opml_import_explanation_2">Utilitzeu una aplicació externa com Dropbox, Google Drive o el seu gestor de fitxers preferit per obrir un fitxer OPML.</string>
+ <string name="opml_import_explanation_1">Tria una ruta de fitxer específic del sistema de fitxers local.</string>
+ <string name="opml_import_explanation_2">Utilitza una aplicació externa com Dropbox, Google Drive o el seu gestor de fitxers preferit per obrir un fitxer OPML.</string>
<string name="opml_import_explanation_3">Algunes aplicacions com Google Mail, Dropbox, Google Drive i la majoria dels administradors d\'arxius pot <i>obrir</i> arxius OPML <i>amb</i> AntennaPod.</string>
<string name="start_import_label">Inicia la importació</string>
- <string name="opml_import_label">Importació OPML</string>
+ <string name="opml_import_label">Importació d\'OPML</string>
<string name="opml_directory_error">Error!</string>
<string name="reading_opml_label">S\'està llegint el fitxer OPML</string>
+ <string name="opml_reader_error">S\'ha produït un error en llegir el document OPML: </string>
+ <string name="opml_import_error_no_file">Cap fitxer seleccionat!</string>
<string name="select_all_label">Selecciona-ho tot</string>
<string name="deselect_all_label">Deselecciona-ho tot</string>
<string name="select_options_label">Selecciona...</string>
<string name="choose_file_from_filesystem">Des de sistema d\'arxius local</string>
<string name="choose_file_from_external_application">Utilitza aplicació externa</string>
<string name="opml_export_label">Exportació OPML</string>
+ <string name="html_export_label">Exporta HTML</string>
<string name="exporting_label">Exportant...</string>
<string name="export_error_label">Error d\'exportació</string>
<string name="opml_export_success_title">S\'ha exportat l\'OPML correctament.</string>
@@ -397,8 +457,8 @@
<string name="time_left_label">Temps restant:\u0020</string>
<string name="time_dialog_invalid_input">L\'entrada no és vàlida, ja que el temps ha de ser un nombre i no ho és</string>
<string name="timer_about_to_expire_label"><b>Quan el temporitzador està a punt d\'expirar:</b></string>
- <string name="shake_to_reset_label">Agitar per reiniciar el temporitzador</string>
- <string name="timer_vibration_label">Vibrar</string>
+ <string name="shake_to_reset_label">Agita per reiniciar el temporitzador</string>
+ <string name="timer_vibration_label">Vibra</string>
<string name="time_seconds">segons</string>
<string name="time_minutes">minuts</string>
<string name="time_hours">hores</string>
@@ -414,6 +474,9 @@
<item quantity="one">1 hora</item>
<item quantity="other">%d hores</item>
</plurals>
+ <string name="auto_enable_label">Autohabilita</string>
+ <string name="sleep_timer_enabled_label">Temporitzador habilitat</string>
+ <string name="sleep_timer_disabled_label">Temporitzador deshabilitat</string>
<!--gpodder.net-->
<string name="gpodnet_taglist_header">CATEGORIES</string>
<string name="gpodnet_toplist_header">TOP PODCASTS</string>
@@ -433,6 +496,7 @@
<string name="gpodnetauth_device_chooseExistingDevice">Seleccioneu un dispositiu existent:</string>
<string name="gpodnetauth_device_errorEmpty">L\'ID de dispositiu no pot ser buit</string>
<string name="gpodnetauth_device_errorAlreadyUsed">L\'ID de dispositiu ja existeix</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">El títol no pot estar buit </string>
<string name="gpodnetauth_device_butChoose">Selecciona</string>
<string name="gpodnetauth_finish_title">Heu iniciat la sessió!</string>
<string name="gpodnetauth_finish_descr">Felicitats! El vostre compte de gpodder.net s\'ha enllaçat amb el dispositiu. D\'ara endavant, AntennaPod sincronitzarà automàticament les subscripcions del dispositiu al vostre compte.</string>
@@ -442,6 +506,8 @@
<string name="gpodnetsync_auth_error_descr">Nom d\'usuari o contrasenya incorrectes</string>
<string name="gpodnetsync_error_title">Error de sincronització a gpodder.net</string>
<string name="gpodnetsync_error_descr">S\'ha produït un error durant la sincronització:\u0020</string>
+ <string name="gpodnetsync_pref_report_successful">Correcte</string>
+ <string name="gpodnetsync_pref_report_failed">Ha fallat</string>
<!--Directory chooser-->
<string name="selected_folder_label">Carpeta seleccionada:</string>
<string name="create_folder_label">Crea una carpeta</string>
@@ -461,8 +527,8 @@
<string name="set_to_default_folder">Selecciona la carpeta per defecte</string>
<string name="pref_pausePlaybackForFocusLoss_sum">Pausa la reproducció en lloc de baixar el volum quan una altra app necessiti reproduir sons</string>
<string name="pref_pausePlaybackForFocusLoss_title">Pausa en interrompre</string>
- <string name="pref_resumeAfterCall_sum">Reprendre la reproducció després d\'una trucada telefònica</string>
- <string name="pref_resumeAfterCall_title">Reprendre després d\'una trucada</string>
+ <string name="pref_resumeAfterCall_sum">Reprén la reproducció després d\'una trucada telefònica</string>
+ <string name="pref_resumeAfterCall_title">Reprén després d\'una trucada</string>
<string name="pref_restart_required">AntennaPod s\'ha de reiniciar perquè aquest canvi tingui efecte.</string>
<!--Online feed view-->
<string name="subscribe_label">Subscriu</string>
@@ -484,16 +550,17 @@
<string name="auto_download_settings_label">Opcions d\'Auto Descàrrega</string>
<string name="episode_filters_label">Filtre d\'episodis</string>
<string name="episode_filters_description">Llistat de termes usats per decidir si un episodi s\'ha d\'incloure o excloure en descarregar automàticament</string>
- <string name="episode_filters_include">Incloure</string>
- <string name="episode_filters_exclude">Excloure</string>
+ <string name="episode_filters_include">Inclou</string>
+ <string name="episode_filters_exclude">Exclou</string>
<string name="episode_filters_hint">Una paraula \n\"Diverses paraules\"</string>
- <string name="keep_updated">Mantenir actualitzat</string>
+ <string name="keep_updated">Manté actualitzat</string>
<!--Progress information-->
- <string name="progress_upgrading_database">Actualització de la base de dades</string>
+ <string name="progress_upgrading_database">Actualitzant la base de dades</string>
<!--AntennaPodSP-->
<string name="sp_apps_importing_feeds_msg">S\'estan important les subscripcions des de les apps de propòsit únic...</string>
<string name="search_itunes_label">Cerca a iTunes</string>
- <string name="filter">Filtrar</string>
+ <string name="filter">Filtra</string>
+ <string name="search_fyyd_label">Cerca a fyyd</string>
<!--Episodes apply actions-->
<string name="all_label">Tot</string>
<string name="selected_all_label">Selecciona tots els episodis</string>
@@ -501,7 +568,7 @@
<string name="deselected_all_label">Deselecciona tots els episodis</string>
<string name="played_label">Reproduit</string>
<string name="selected_played_label">Selecciona episodis reproduits</string>
- <string name="unplayed_label">Per reproduir</string>
+ <string name="unplayed_label">No reproduïts</string>
<string name="selected_unplayed_label">Selecciona episodis sense reproduir</string>
<string name="downloaded_label">Baixat</string>
<string name="selected_downloaded_label">Selecciona episodis descarregats</string>
@@ -509,8 +576,10 @@
<string name="selected_not_downloaded_label">Selecciona episodis sense descarregar</string>
<string name="queued_label">En cua</string>
<string name="selected_queued_label">Episodis en cua seleccionats</string>
- <string name="not_queued_label">No a la cua</string>
+ <string name="not_queued_label">No encuat</string>
<string name="selected_not_queued_label">Episodis seleccionats i no a la cua</string>
+ <string name="has_media">Té mitjans</string>
+ <string name="selected_has_media_label">Episodis amb mitjans seleccionats</string>
<!--Sort-->
<string name="sort_title_a_z">Títol (A \u2192 Z)</string>
<string name="sort_title_z_a">Títol (Z \u2192 A)</string>
@@ -534,10 +603,31 @@
<string name="stereo_to_mono">Downmix: D\'estereo a mono</string>
<string name="sonic_only">Només Sonic</string>
<!--proxy settings-->
+ <string name="proxy_type_label">Tipus</string>
+ <string name="host_label">Host</string>
+ <string name="port_label">Port</string>
+ <string name="optional_hint">(Opcional)</string>
+ <string name="proxy_test_label">Test</string>
+ <string name="proxy_checking">Comprovant...</string>
+ <string name="proxy_test_successful">Test correcte</string>
+ <string name="proxy_test_failed">Test fallit</string>
+ <string name="proxy_host_empty_error">El host no pot estar buit</string>
+ <string name="proxy_host_invalid_error">El host no és una adreça IP o domini vàlid</string>
+ <string name="proxy_port_invalid_error">El port no és vàlid</string>
<!--Casting-->
+ <string name="cast_media_route_menu_title">Reproduir a...</string>
+ <string name="cast_disconnect_label">Desconnectar la sessió de difusió </string>
+ <string name="cast_not_castable">Els mitjans seleccionats no són compatibles amb el dispositiu de difusió</string>
<string name="cast_failed_to_play">Error en començar la reproducció del medi</string>
<string name="cast_failed_to_stop">Error en aturar la reproducció del medi</string>
<string name="cast_failed_to_pause">Error en pausar la reproducció del medi</string>
<!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
- <string name="cast_failed_setting_volume">Error al establir el volum</string>
+ <string name="cast_failed_setting_volume">Error en establir el volum</string>
+ <string name="cast_failed_no_connection">No hi ha cap connexió amb el dispositiu de difusió </string>
+ <string name="cast_failed_no_connection_trans">S\'ha perdut la connexió amb el dispositiu de difusió. L\'aplicació està tractant de restablir la connexió, si això és possible. Espereu uns segons i torneu-ho a provar.</string>
+ <string name="cast_failed_perform_action">No s\'ha pogut dur a terme l\'acció</string>
+ <string name="cast_failed_status_request">No s\'ha pogut sincronitzar amb el dispositiu de difusió</string>
+ <string name="cast_failed_seek">No s\'ha pogut cercar la nova posició al dispositiu de difusió</string>
+ <string name="cast_failed_receiver_player_error">El reproductor receptor ha trobat un error greu</string>
+ <string name="cast_failed_media_error_skipping">Error en la reproducció. Saltant...</string>
</resources>
diff --git a/core/src/main/res/values-da/strings.xml b/core/src/main/res/values-da/strings.xml
index d553f1ddb..f1eb85f7a 100644
--- a/core/src/main/res/values-da/strings.xml
+++ b/core/src/main/res/values-da/strings.xml
@@ -2,325 +2,633 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--Activitiy and fragment titles-->
<string name="feeds_label">Feeds</string>
+ <string name="statistics_label">Statistik</string>
<string name="add_feed_label">Tilføj podcast</string>
- <string name="new_label">Nye</string>
+ <string name="episodes_label">Udsendelser</string>
+ <string name="all_episodes_short_label">Alle</string>
+ <string name="favorite_episodes_label">Foretrukne</string>
+ <string name="new_label">Ny(e)</string>
<string name="settings_label">Indstillinger</string>
<string name="add_new_feed_label">Tilføj podcast</string>
- <string name="downloads_label">Downloads</string>
- <string name="downloads_running_label">Kører</string>
- <string name="downloads_completed_label">Fuldført</string>
+ <string name="downloads_label">Overførsler</string>
+ <string name="downloads_running_label">I gang</string>
+ <string name="downloads_completed_label">Færdige</string>
<string name="downloads_log_label">Log</string>
- <string name="cancel_download_label">Annuller Download</string>
+ <string name="subscriptions_label">Abonnementer</string>
+ <string name="subscriptions_list_label">Liste over abonnementer</string>
+ <string name="cancel_download_label">Annuller\noverførsel</string>
<string name="playback_history_label">Afspilningshistorik</string>
<string name="gpodnet_main_label">gpodder.net</string>
- <string name="gpodnet_auth_label">gpodder.net login</string>
+ <string name="gpodnet_auth_label">Login til gpodder.net</string>
+ <string name="free_space_label">%1$s ledig</string>
+ <string name="episode_cache_full_title">Mellemlageret for udsendelser er fuldt</string>
+ <string name="episode_cache_full_message">Grænsen for størrelsen på udsendelsesmellemlageret er nået. Du kan øge størrelsen på mellemlageret i Indstillinger.</string>
<!--Statistics fragment-->
+ <string name="total_time_listened_to_podcasts">Samlet varighed for afspillede podcasts:</string>
+ <string name="statistics_details_dialog">%1$d af %2$d udsendelser startet.\n\nAfspillet %3$s af %4$s.</string>
+ <string name="statistics_mode">Statistiktilstand</string>
+ <string name="statistics_mode_normal">Beregn den varighed som faktisk blev afspillet. Afspilning af en udsendelse to gange tæller dobbelt, mens en markering som værende afspillet ikke tælles med.</string>
+ <string name="statistics_mode_count_all">Opsummer alle podcasts markeret som afspillet</string>
+ <string name="statistics_speed_not_counted">Bemærk: Afspilningshastigheden har ingen betydning</string>
<!--Main activity-->
- <string name="drawer_open">Åben menu</string>
+ <string name="drawer_open">Åbn menu</string>
<string name="drawer_close">Luk menu</string>
+ <string name="drawer_preferences">Indstillinger for panel</string>
+ <string name="drawer_feed_order_unplayed_episodes">Sorter efter tæller</string>
+ <string name="drawer_feed_order_alphabetical">Sorter alfabetisk</string>
+ <string name="drawer_feed_order_last_update">Sorter efter udgivelsesdato</string>
+ <string name="drawer_feed_order_most_played">Sorter efter antal afspillede udsendelser</string>
+ <string name="drawer_feed_counter_new_unplayed">Antal nye og uafspillede udsendelser</string>
+ <string name="drawer_feed_counter_new">Antal nye udsendelser</string>
+ <string name="drawer_feed_counter_unplayed">Antal uafspillede udsendelser</string>
+ <string name="drawer_feed_counter_downloaded">Antal overførte udsendelser</string>
+ <string name="drawer_feed_counter_none">Ingen</string>
<!--Webview actions-->
- <string name="open_in_browser_label">Åben i browser</string>
- <string name="copy_url_label">Kopier URL</string>
- <string name="share_url_label">Del URL</string>
- <string name="copied_url_msg">URL kopieret til udklipsholderen.</string>
+ <string name="open_in_browser_label">Åbn i browser</string>
+ <string name="copy_url_label">Kopier webadresse</string>
+ <string name="share_url_label">Del webadresse</string>
+ <string name="copied_url_msg">Webadresse kopieret til udklipsholderen</string>
<string name="go_to_position_label">Gå til denne position</string>
<!--Playback history-->
<string name="clear_history_label">Fjern historik</string>
<!--Other-->
<string name="confirm_label">Bekræft</string>
<string name="cancel_label">Annuller</string>
+ <string name="yes">Ja</string>
+ <string name="no">Nej</string>
+ <string name="reset">Nulstil</string>
<string name="author_label">Forfatter</string>
<string name="language_label">Sprog</string>
+ <string name="url_label">Webadresse</string>
<string name="podcast_settings_label">Indstillinger </string>
- <string name="cover_label">Billed</string>
+ <string name="cover_label">Billede</string>
<string name="error_label">Fejl</string>
<string name="error_msg_prefix">En fejl er opstået:</string>
<string name="refresh_label">Opdater</string>
<string name="external_storage_error_msg">Ingen ekstern harddisk er tilgængelig. Vær venlig at sørge for at den eksterne hukommelse er monteret så app\'en kan fungere korrekt.</string>
<string name="chapters_label">Kapitler</string>
- <string name="shownotes_label">Afsnitsnoter</string>
+ <string name="chapter_duration">Varighed: %1$s</string>
+ <string name="shownotes_label">Beskrivelse</string>
<string name="description_label">Beskrivelse</string>
- <string name="most_recent_prefix">Seneste episoder:\u0020</string>
- <string name="episodes_suffix">\u0020episoder</string>
+ <string name="most_recent_prefix">Seneste udsendelse:\u0020</string>
+ <string name="episodes_suffix">\u0020udsendelser</string>
<string name="length_prefix">Længde:\u0020</string>
<string name="size_prefix">Størrelse:\u0020</string>
<string name="processing_label">Behandler</string>
- <string name="save_username_password_label">Gem brugernavn og kodeord</string>
+ <string name="loading_label">Indlæser...</string>
+ <string name="save_username_password_label">Gem brugernavn og adgangskode</string>
<string name="close_label">Luk</string>
<string name="retry_label">Prøv igen</string>
- <string name="auto_download_label">Inkluder i automatiske downloads</string>
+ <string name="auto_download_label">Inkluder i Automatisk overførsel</string>
+ <string name="auto_download_apply_to_items_title">Anvend på tidligere udsendelser</string>
+ <string name="auto_download_apply_to_items_message">Den nye <i>Automatisk overførsel</i>-indstilling vil automatisk blive anvendt på nye udsendelser.\nVil du også anvende den på tidligere udsendelser?</string>
+ <string name="auto_delete_label">Slet udsendelser automatisk</string>
+ <string name="parallel_downloads_suffix">\u0020parallelle overførsler</string>
+ <string name="feed_auto_download_global">Global standard</string>
+ <string name="feed_auto_download_always">Altid</string>
+ <string name="feed_auto_download_never">Aldrig</string>
+ <string name="send_label">Send…</string>
+ <string name="episode_cleanup_never">Aldrig</string>
+ <string name="episode_cleanup_queue_removal">Når ikke i kø</string>
+ <string name="episode_cleanup_after_listening">Efter færdig afspilning</string>
+ <plurals name="episode_cleanup_days_after_listening">
+ <item quantity="one">1 dag efter færdig afspilning</item>
+ <item quantity="other">%d dage efter færdig afspilning</item>
+ </plurals>
<!--'Add Feed' Activity labels-->
- <string name="feedurl_label">Feed URL</string>
- <string name="etxtFeedurlHint">URL af feed eller webside</string>
- <string name="txtvfeedurl_label">Tilføj Podcast med URL</string>
- <string name="podcastdirectories_label">Find podcast i mappen</string>
+ <string name="feedurl_label">Webadresse for feed</string>
+ <string name="etxtFeedurlHint">www.example.com/feed</string>
+ <string name="txtvfeedurl_label">Tilføj podcast via webadresse</string>
+ <string name="podcastdirectories_label">Find podcast i mappe</string>
+ <string name="podcastdirectories_descr">For at finde nye podcasts kan du søge på iTunes eller fyyd, eller du kan bladre på gpodder.net efter navn, kategori eller popularitet.</string>
<string name="browse_gpoddernet_label">Gennemse gpodder.net</string>
<!--Actions on feeds-->
- <string name="mark_all_read_label">Marker alle som læst</string>
- <string name="mark_all_read_msg">Marker alle episoder som læst</string>
+ <string name="mark_all_read_label">Marker alle som afspillet</string>
+ <string name="mark_all_read_msg">Marker alle udsendelser som afspillet</string>
+ <string name="mark_all_read_confirmation_msg">Bekræft venligst at du ønsker at markere alle udsendelser som værende afspillet.</string>
+ <string name="mark_all_read_feed_confirmation_msg">Bekræft venligst at du ønsker at markere alle udsendelser i denne feed som værende afspillet.</string>
+ <string name="mark_all_seen_label">Marker alle som set</string>
+ <string name="mark_all_seen_msg">Markerede alle udsendelser som set</string>
+ <string name="mark_all_seen_confirmation_msg">Bekræft venligst at du ønsker at markere alle udsendelser som set.</string>
<string name="show_info_label">Vis information</string>
+ <string name="rename_feed_label">Omdøb podcast</string>
<string name="remove_feed_label">Fjern podcast</string>
- <string name="share_link_label">Del webside link</string>
+ <string name="share_label">Del…</string>
+ <string name="share_link_label">Del link</string>
+ <string name="share_link_with_position_label">Del link med position</string>
+ <string name="share_feed_url_label">Del webadresse for feedet</string>
+ <string name="share_item_url_label">Del webadresse for udsendelsen</string>
+ <string name="share_item_url_with_position_label">Del webadresse for udsendelsen med position</string>
+ <string name="feed_delete_confirmation_msg">Bekræft venligst at du ønsker at slette feedet \"%1$s\" og ALLE overførte udsendelser i dette feed.</string>
<string name="feed_remover_msg">Fjerner feed</string>
- <string name="load_complete_feed">Opdater hele feed\'et</string>
+ <string name="load_complete_feed">Opdater hele feedet</string>
+ <string name="hide_episodes_title">Skjul udsendelser</string>
+ <string name="episode_actions">Anvend handlinger</string>
+ <string name="hide_unplayed_episodes_label">Uafspillede</string>
+ <string name="hide_paused_episodes_label">Sat på pause</string>
+ <string name="hide_played_episodes_label">Afspillede</string>
+ <string name="hide_queued_episodes_label">Sat i kø</string>
+ <string name="hide_not_queued_episodes_label">Ikke sat i kø</string>
+ <string name="hide_downloaded_episodes_label">Overførte</string>
+ <string name="hide_not_downloaded_episodes_label">Ikke overførte</string>
+ <string name="hide_has_media_label">Har medier</string>
+ <string name="filtered_label">Filtrerede</string>
+ <string name="refresh_failed_msg">{fa-exclamation-circle} Sidste opdatering fejlede</string>
+ <string name="open_podcast">Åbn podcast</string>
<!--actions on feeditems-->
<string name="download_label">Hent</string>
<string name="play_label">Afspil</string>
- <string name="pause_label">Pause</string>
+ <string name="pause_label">Sæt på pause</string>
<string name="stop_label">Stop</string>
<string name="stream_label">Stream</string>
<string name="remove_label">Fjern</string>
- <string name="remove_episode_lable">Fjern episode</string>
+ <string name="delete_label">Slet</string>
+ <string name="remove_episode_lable">Fjern udsendelse</string>
+ <string name="marked_as_seen_label">Markeret som set</string>
<string name="mark_read_label">Marker som læst</string>
- <string name="mark_unread_label">Marker som ulæst</string>
- <string name="add_to_queue_label">Tilføj til kø</string>
+ <string name="marked_as_read_label">Markeret som afspillet</string>
+ <string name="mark_unread_label">Marker som uafspillet</string>
+ <string name="add_to_queue_label">Føj til kø</string>
+ <string name="added_to_queue_label">Føjet til kø</string>
<string name="remove_from_queue_label">Fjern fra kø</string>
+ <string name="add_to_favorite_label">Føj til foretrukne</string>
+ <string name="added_to_favorites">Føjet til foretrukne</string>
+ <string name="remove_from_favorite_label">Fjern fra foretrukne</string>
+ <string name="removed_from_favorites">Fjernet fra foretrukne</string>
<string name="visit_website_label">Besøg webside</string>
<string name="support_label">Flattr dette</string>
- <string name="skip_episode_label">Spring episode over</string>
+ <string name="skip_episode_label">Spring udsendelse over</string>
+ <string name="activate_auto_download">Slå Automatisk overførsel til</string>
+ <string name="deactivate_auto_download">Slå Automatisk overførsel fra</string>
+ <string name="reset_position">Nulstil afspilningsposition</string>
+ <string name="removed_item">Element fjernet</string>
<!--Download messages and labels-->
- <string name="download_successful">succesfuld</string>
- <string name="download_failed">fejlet</string>
- <string name="download_pending">Download afventer</string>
- <string name="download_running">Download kører</string>
- <string name="download_error_device_not_found">Kan ikke finde lager-enhed</string>
+ <string name="download_successful">lykkedes</string>
+ <string name="download_failed">fejlede</string>
+ <string name="download_pending">Afventer overførsel</string>
+ <string name="download_running">Overfører</string>
+ <string name="download_error_device_not_found">Kan ikke finde lagerenhed</string>
<string name="download_error_insufficient_space">Ikke nok plads</string>
- <string name="download_error_file_error">Fil fejl</string>
- <string name="download_error_http_data_error">HTTP data fejl</string>
+ <string name="download_error_file_error">Filfejl</string>
+ <string name="download_error_http_data_error">HTTP-datafejl</string>
<string name="download_error_error_unknown">Ukendt fejl</string>
- <string name="download_error_parser_exception">Parser undtagelse</string>
- <string name="download_error_unsupported_type">Feed type er ikke understøttet</string>
+ <string name="download_error_parser_exception">Parser-undtagelse</string>
+ <string name="download_error_unsupported_type">Feedets type er ikke understøttet</string>
<string name="download_error_connection_error">Forbindelsesfejl</string>
<string name="download_error_unknown_host">Ukendt vært</string>
- <string name="download_error_unauthorized">Godkendelses fejl</string>
- <string name="cancel_all_downloads_label">Annuller alle downloads</string>
- <string name="download_canceled_msg">Download afbrudt</string>
- <string name="download_report_title">Downloads afsluttet</string>
- <string name="download_error_malformed_url">Misdannet URL</string>
- <string name="download_error_io_error">IO fejl</string>
- <string name="download_error_request_error">Anmode fejl</string>
- <string name="download_error_db_access">Adgangsfejl i database</string>
- <string name="downloads_processing">Bearbejder downloads</string>
- <string name="download_notification_title">Downloader podcast data</string>
- <string name="download_report_content">%1$d downloads lykkedes, %2$d fejlet</string>
+ <string name="download_error_unauthorized">Godkendelsesfejl</string>
+ <string name="download_error_file_type_type">Filtypefejl</string>
+ <string name="download_error_forbidden">Adgang nægtet</string>
+ <string name="cancel_all_downloads_label">Annuller alle overførsler</string>
+ <string name="download_canceled_msg">Overførsel annulleret</string>
+ <string name="download_canceled_autodownload_enabled_msg">Overførsel annulleret\n<i>Automatisk overførsel</i> blev slået fra for dette element</string>
+ <string name="download_report_title">Overførsler afsluttet med fejl</string>
+ <string name="download_report_content_title">Rapport over overførsler</string>
+ <string name="download_error_malformed_url">Webadresse er forkert udformet</string>
+ <string name="download_error_io_error">Læse- eller skrivefejl</string>
+ <string name="download_error_request_error">Fejl i anmodning</string>
+ <string name="download_error_db_access">Databaseadgangsfejl</string>
+ <plurals name="downloads_left">
+ <item quantity="one">%d overførsel mangler</item>
+ <item quantity="other">%d overførsler mangler</item>
+ </plurals>
+ <string name="downloads_processing">Bearbejder overførte data</string>
+ <string name="download_notification_title">Henter podcast-data</string>
+ <string name="download_report_content">%1$d overførsler lykkedes, %2$d fejlede</string>
<string name="download_log_title_unknown">Ukendt titel</string>
<string name="download_type_feed">Feed</string>
- <string name="download_type_media">Medie fil</string>
+ <string name="download_type_media">Mediefil</string>
<string name="download_type_image">Billede</string>
- <string name="download_request_error_dialog_message_prefix">En fejl opstod under download af filen:\u0020</string>
- <string name="authentication_notification_title">Godkendelses krævet</string>
- <string name="authentication_notification_msg">Den ressource du efterspurgte kræver et brugernavn og et password</string>
+ <string name="download_request_error_dialog_message_prefix">En fejl opstod ved overførsel af filen:\u0020</string>
+ <string name="authentication_notification_title">Godkendelse kræves</string>
+ <string name="authentication_notification_msg">Ressourcen du efterspurgte kræver brugernavn og adgangskode</string>
+ <string name="confirm_mobile_download_dialog_title">Bekræft brug af mobildata</string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">Overførsel over mobil dataforbindelse er slået fra i indstillingerne.\n\nDu kan vælge blot at føje udsendelsen til køen eller du kan tillade overførsel midlertidigt.\n\n<small>Dit valg vil blive husket i 10 minutter.</small></string>
+ <string name="confirm_mobile_download_dialog_message">Overførsel over mobil dataforbindelse er slået fra i indstillingerne.\n\nVil du tillade overførsel midlertidigt?\n\n<small>Dit valg vil blive husket i 10 minutter.</small></string>
+ <string name="confirm_mobile_download_dialog_only_add_to_queue">Sæt i kø</string>
+ <string name="confirm_mobile_download_dialog_enable_temporarily">Tillad midlertidigt</string>
<!--Mediaplayer messages-->
<string name="player_error_msg">Fejl!</string>
- <string name="player_stopped_msg">Ingen medier afspiller</string>
+ <string name="player_stopped_msg">Ingen medier afspilles</string>
<string name="player_preparing_msg">Forbereder</string>
<string name="player_ready_msg">Klar</string>
<string name="player_seeking_msg">Søger</string>
<string name="playback_error_server_died">Server døde</string>
<string name="playback_error_unknown">Ukendt fejl</string>
<string name="no_media_playing_label">Ingen medier afspiller</string>
- <string name="player_buffering_msg">Buffering</string>
+ <string name="player_buffering_msg">Henter data til buffer</string>
<string name="playbackservice_notification_title">Afspiller podcast</string>
- <string name="unknown_media_key">AntennaPod - ukendt medie nøgle: %1$d</string>
+ <string name="unknown_media_key">AntennaPod - Ukendt medienøgle: %1$d</string>
<!--Queue operations-->
- <string name="clear_queue_label">Fjern kø</string>
+ <string name="lock_queue">Lås kø</string>
+ <string name="unlock_queue">Lås kø op</string>
+ <string name="queue_locked">Kø låst</string>
+ <string name="queue_unlocked">Kø låst op</string>
+ <string name="clear_queue_label">Ryd kø</string>
<string name="undo">Fortryd</string>
- <string name="removed_from_queue">Emne slettet</string>
+ <string name="removed_from_queue">Element slettet</string>
<string name="move_to_top_label">Flyt til toppen</string>
<string name="move_to_bottom_label">Flyt til bunden</string>
<string name="sort">Sorter</string>
<string name="date">Dato</string>
<string name="duration">Varighed</string>
+ <string name="episode_title">Titel på udsendelse</string>
+ <string name="feed_title">Titel på feed</string>
<string name="ascending">Stigende</string>
<string name="descending">Faldende</string>
+ <string name="clear_queue_confirmation_msg">Bekræft venligst at du vil rydde ALLE udsendelser fra køen</string>
<!--Flattr-->
- <string name="flattr_auth_label">Flattr log ind</string>
- <string name="flattr_auth_explanation">Tryk på knappen nedenfor for at starte godkendelsesprocessen. Du vil blive ført til flattr log ind siden i din browser og bedt om at give AntennaPod tilladelse til at flattr emner. Efter at du har givet tilladelsen vil du automatisk vende tilbage til denne side.</string>
- <string name="authenticate_label">Godkender</string>
- <string name="return_home_label">Retuner hjem</string>
- <string name="flattr_auth_success">Godkendelse lykkedes! Du kan nu flattr emner inde i app\'en.</string>
- <string name="no_flattr_token_title">Ingen flattr polet fundet</string>
- <string name="no_flattr_token_notification_msg">Din flattr konto ser ikke ud til at være forbundet med AntennaPod. Tryk her for at forbinde.</string>
- <string name="no_flattr_token_msg">Din flattr konto er vidst ikke forbundet til AntennaPod. Du kan forbinde din konto til AntennaPod for at flattr emner inde i app\'en, eller besøge websiden af mediet for at flattr det der.</string>
- <string name="authenticate_now_label">Godkender</string>
- <string name="action_forbidden_title">Forbudt handling</string>
- <string name="action_forbidden_msg">AntennaPod har ikke tilladelse til denne handling. Årsagen kunne være at adgangspoletten for AntennaPod til din konto er blevet tilbagekaldt. Du kan enten godkende den igen eller besøge websiden for mediet istedet.</string>
+ <string name="flattr_auth_label">Log ind på Flattr</string>
+ <string name="flattr_auth_explanation">Tryk på knappen nedenfor for at starte godkendelsesprocessen. Du vil blive ført til flattr\'s log ind-side i din browser og bedt om at give AntennaPod tilladelse til at flattre emner. Efter at du har givet tilladelsen, vil du automatisk vende tilbage til denne side.</string>
+ <string name="authenticate_label">Godkend</string>
+ <string name="return_home_label">Gå tilbage hjem</string>
+ <string name="flattr_auth_success">Godkendelse lykkedes! Du kan nu flattre ting inde fra appen.</string>
+ <string name="no_flattr_token_title">Ingen flattr-polet (token) fundet</string>
+ <string name="no_flattr_token_notification_msg">Din flattr-konto ser ikke ud til at være forbundet med AntennaPod. Tryk her for at forbinde.</string>
+ <string name="no_flattr_token_msg">Din flattr konto ser ikke ud til at være forbundet til AntennaPod. Du kan enten forbinde din konto til AntennaPod for at flattre emner inde fra appen, eller du kan besøge websiden for det du vil flattre for at gøre det dér.</string>
+ <string name="authenticate_now_label">Godkend</string>
+ <string name="action_forbidden_title">Handling ikke tilladt</string>
+ <string name="action_forbidden_msg">AntennaPod har ikke tilladelse til denne handling. Årsagen kunne være at adgangspoletten for AntennaPod til din konto er blevet tilbagekaldt. Du kan enten godkende igen eller alternativt besøge websiden for det du vil flattre.</string>
<string name="access_revoked_title">Adgang tilbagekaldt</string>
- <string name="access_revoked_info">Du har succesfuldt tilbagekaldt AntennaPods adgangs polet til din konto. For at fuldføre processen skal du fjerne denne app fra listen af godkendte applikationer i din kontos indstillinger på flattr\'s hjemmeside.</string>
+ <string name="access_revoked_info">Du har nu tilbagekaldt AntennaPods adgangspolet (\'access token\') til din konto. For at fuldføre processen skal du fjerne denne app fra listen over godkendte applikationer i dine kontoindstillinger på flattr\'s hjemmeside.</string>
<!--Flattr-->
- <string name="flattr_click_success">Flattr\'et en ting!</string>
- <string name="flattr_click_success_count">Flattr\'et %d ting!</string>
+ <string name="flattr_click_success">Flattret en ting!</string>
+ <string name="flattr_click_success_count">Flattret %d ting!</string>
<string name="flattr_click_success_queue">Flattr\'et: %s.</string>
- <string name="flattr_click_failure_count">Det mislykkedes at flattr %d ting!</string>
+ <string name="flattr_click_failure_count">Det lykkedes ikke at flattre %d ting!</string>
<string name="flattr_click_failure">Ikke flattr\'et: %s.</string>
- <string name="flattr_click_enqueued">Ting vil blive flattr\'et senere</string>
+ <string name="flattr_click_enqueued">Tingen vil blive flattret senere</string>
<string name="flattring_thing">Flattr\'er %s</string>
- <string name="flattring_label">AntennaPod flatttr\'er</string>
+ <string name="flattring_label">AntennaPod flattrer</string>
<string name="flattrd_label">AntennaPod har flattr\'et</string>
- <string name="flattrd_failed_label">AntennaPod flattr mislykkedes</string>
- <string name="flattr_retrieving_status">Hent flatt\'rede ting</string>
+ <string name="flattrd_failed_label">AntennaPod-flattring mislykkedes</string>
+ <string name="flattr_retrieving_status">Henter flattrede ting</string>
<!--Variable Speed-->
- <string name="download_plugin_label">Hent Plugin</string>
+ <string name="download_plugin_label">Hent plugin</string>
<string name="no_playback_plugin_title">Plugin er ikke installeret</string>
+ <string name="no_playback_plugin_or_sonic_msg">For at afspilning med variabel hastighed skal fungere, anbefaler vi at slå den indbyggede Sonic-medieafspiller til (Android 4.1+).\n\nAlternativt kan du hente tredjeparts-pluginnet <i>Prestissimo</i> fra Play Store.\nProblemer med Prestissimo er ikke AntennaPods ansvar og skal rapporteres til pluginnets ejer.</string>
<string name="set_playback_speed_label">Afspilningshastigheder</string>
+ <string name="enable_sonic">Slå Sonic til</string>
<!--Empty list labels-->
- <string name="no_items_label">Der er ingen emner i denne liste.</string>
- <string name="no_feeds_label">Du har endnu ikke abonneret til nogle feeds.</string>
+ <string name="no_items_label">Der er ingen elementer i denne liste.</string>
+ <string name="no_feeds_label">Du har endnu ikke abonneret på nogen feeds.</string>
+ <string name="no_chapters_label">Denne udsendelse har ingen kapitler.</string>
+ <string name="no_shownotes_label">Denne udsendelse har ingen beskrivelse.</string>
<!--Preferences-->
+ <string name="storage_pref">Lagring</string>
+ <string name="project_pref">Projekt</string>
<string name="other_pref">Andre</string>
<string name="about_pref">Om</string>
<string name="queue_label">Kø</string>
<string name="services_label">Tjenester</string>
<string name="flattr_label">Flattr</string>
- <string name="pref_unpauseOnHeadsetReconnect_sum">Genoptag afspilning når hovedtelefoner tilsluttes igen</string>
- <string name="pref_followQueue_sum">Hop til næste medie i køen når afspilning er færdig</string>
- <string name="pref_auto_delete_sum">Slet episode når afspilningen er færdig</string>
- <string name="pref_auto_delete_title">Slet Automatisk</string>
+ <string name="pref_episode_cleanup_title">Oprydning i udsendelser</string>
+ <string name="pref_episode_cleanup_summary">Tillad at udsendelser, som ikke er i køen og som ikke er markeret som foretrukne, kan fjernes, hvis Automatisk overførsel har brug for plads til nye udsendelser</string>
+ <string name="pref_pauseOnDisconnect_sum">Sæt afspilning på pause, hvis hovedtelefoner eller bluetooth afkobles</string>
+ <string name="pref_unpauseOnHeadsetReconnect_sum">Genoptag afspilning når hovedtelefonerne tilsluttes igen</string>
+ <string name="pref_unpauseOnBluetoothReconnect_sum">Genoptag afspilning når bluetooth forbinder igen</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Fremadknap springer over</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">Når der trykkes på en fysisk fremadknap, skal der springes til den næste udsendelse i stedet for at spoles fremad.</string>
+ <string name="pref_hardwarePreviousButtonRestarts_title">Tilbageknap genstarter</string>
+ <string name="pref_hardwarePreviousButtonRestarts_sum">Når der trykkes på en fysisk tilbageknap, skal den aktuelle udsendelse afspilles forfra i stedet for at der spoles tilbage.</string>
+ <string name="pref_followQueue_sum">Spring til næste element i køen når afspilningen er færdig</string>
+ <string name="pref_auto_delete_sum">Slet udsendelsen når afspilningen er færdig</string>
+ <string name="pref_auto_delete_title">Slet automatisk</string>
+ <string name="pref_smart_mark_as_played_sum">Marker udsendelser som værende afspillet, selv om op til et angivet antal sekunders spilletid stadig mangler</string>
+ <string name="pref_smart_mark_as_played_title">Smart markering af afspillet</string>
+ <string name="pref_skip_keeps_episodes_sum">Behold udsendelser når de bliver sprunget over</string>
+ <string name="pref_skip_keeps_episodes_title">Behold oversprungne udsendelser</string>
<string name="playback_pref">Afspilning</string>
<string name="network_pref">Netværk</string>
- <string name="pref_downloadMediaOnWifiOnly_sum">Download kun medie filer over WiFi</string>
+ <string name="pref_autoUpdateIntervallOrTime_title">Opdateringsinterval eller -klokkeslæt</string>
+ <string name="pref_autoUpdateIntervallOrTime_sum">Angiv et tidsinterval eller et bestemt klokkeslæt hvor feedene skal opdateres automatisk</string>
+ <string name="pref_autoUpdateIntervallOrTime_message">Du kan indstille et <i>interval</i> som \"hver anden time\", indstille et bestemt <i>klokkeslæt</i> som \"7:00\", eller <i>slå</i> automatiske opdateringer helt <i>fra</i>.\n\n<small>Bemærk: Opdateringstider er ikke eksakte. Du kan opleve en kort forsinkelse.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_Disable">Slå fra</string>
+ <string name="pref_autoUpdateIntervallOrTime_Interval">Indstil interval</string>
+ <string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Indstil klokkeslæt</string>
+ <string name="pref_autoUpdateIntervallOrTime_every">hver %1$s</string>
+ <string name="pref_autoUpdateIntervallOrTime_at">kl. %1$s</string>
+ <string name="pref_downloadMediaOnWifiOnly_sum">Overfør mediefiler kun via wi-fi</string>
<string name="pref_followQueue_title">Kontinuerlig afspilning</string>
- <string name="pref_downloadMediaOnWifiOnly_title">WiFi medie download</string>
- <string name="pref_pauseOnHeadsetDisconnect_title">Hovedtelefoner afbrudt</string>
- <string name="pref_unpauseOnHeadsetReconnect_title">Hovedtelefoner tilsluttes igen</string>
+ <string name="pref_downloadMediaOnWifiOnly_title">Overførsel af mediefiler over wi-fi</string>
+ <string name="pref_pauseOnHeadsetDisconnect_title">Afbrydelse af hovedtelefoner</string>
+ <string name="pref_unpauseOnHeadsetReconnect_title">Tilslutning af hovedtelefoner igen</string>
+ <string name="pref_unpauseOnBluetoothReconnect_title">Bluetooth forbundet igen</string>
<string name="pref_mobileUpdate_title">Mobile opdateringer</string>
- <string name="pref_mobileUpdate_sum">Tillad opdateringer over mobil data forbindelse</string>
+ <string name="pref_mobileUpdate_sum">Tillad opdateringer over mobildataforbindelsen</string>
<string name="refreshing_label">Opdaterer</string>
- <string name="flattr_settings_label">Flattr indstillinger</string>
- <string name="pref_flattr_auth_title">Flattr log ind</string>
- <string name="pref_flattr_auth_sum">Log ind til din flattr konto for at flattr emner direkte fra app\'en</string>
+ <string name="flattr_settings_label">Flattr-indstillinger</string>
+ <string name="pref_flattr_auth_title">Log ind på Flattr</string>
+ <string name="pref_flattr_auth_sum">Log ind på din flattr-konto for at flattre emner direkte fra appen.</string>
<string name="pref_flattr_this_app_title">Flattr denne app</string>
- <string name="pref_flattr_this_app_sum">Støt udviklingen af AntennaPod ved at flattr den. Tak!</string>
+ <string name="pref_flattr_this_app_sum">Støt udviklingen af AntennaPod ved at flattre den. Tak!</string>
<string name="pref_revokeAccess_title">Tilbagekald adgang</string>
- <string name="pref_revokeAccess_sum">Tilbagekald adgangen til din flattr konto fra denne app.</string>
- <string name="pref_auto_flattr_title">Flattr\'er automatisk</string>
- <string name="pref_auto_flattr_sum">Konfigurer automatisk flattering</string>
- <string name="user_interface_label">Brugerflade</string>
+ <string name="pref_revokeAccess_sum">Tilbagekald adgangstilladelsen til din flattr-konto fra denne app.</string>
+ <string name="pref_auto_flattr_title">Automatisk flattring</string>
+ <string name="pref_auto_flattr_sum">Konfigurer automatisk flattring</string>
+ <string name="user_interface_label">Brugergrænseflade</string>
<string name="pref_set_theme_title">Vælg tema</string>
- <string name="pref_set_theme_sum">Skift AntennaPods udseende.</string>
- <string name="pref_automatic_download_title">Download automatisk</string>
- <string name="pref_automatic_download_sum">Konfigurer automatisk download af episoder</string>
- <string name="pref_autodl_wifi_filter_title">Sæt Wi-Fi filter til</string>
- <string name="pref_autodl_wifi_filter_sum">Tillad kun automatisk download for de valgte Wi-Fi netværk</string>
- <string name="pref_automatic_download_on_battery_title">Download når der ikke oplades</string>
- <string name="pref_automatic_download_on_battery_sum">Tillad automatisk download når batteriet ikke oplades</string>
- <string name="pref_episode_cache_title">Episode cache</string>
+ <string name="pref_nav_drawer_title">Tilpas navigationspanel</string>
+ <string name="pref_nav_drawer_sum">Tilpas udseendet af navigationspanelet</string>
+ <string name="pref_nav_drawer_items_title">Vælg elementer i navigationspanelet</string>
+ <string name="pref_nav_drawer_items_sum">Vælg hvilke elementer, der skal vises i navigationspanelet.</string>
+ <string name="pref_nav_drawer_feed_order_title">Vælg abonnementsorden</string>
+ <string name="pref_nav_drawer_feed_order_sum">Ændr rækkefølgen af dine abonnementer</string>
+ <string name="pref_nav_drawer_feed_counter_title">Indstil abonnementstæller</string>
+ <string name="pref_nav_drawer_feed_counter_sum">Vælg den information, som abonnementstælleren viser</string>
+ <string name="pref_set_theme_sum">Ændr AntennaPods udseende.</string>
+ <string name="pref_automatic_download_title">Automatisk overførsel</string>
+ <string name="pref_automatic_download_sum">Konfigurer automatisk overførsel af udsendelser</string>
+ <string name="pref_autodl_wifi_filter_title">Slå wi-fi-filter til</string>
+ <string name="pref_autodl_wifi_filter_sum">Tillad automatisk overførsel kun på de valgte wi-fi-netværk</string>
+ <string name="pref_automatic_download_on_battery_title">Tillad overførsel ved batteridrift</string>
+ <string name="pref_automatic_download_on_battery_sum">Tillad automatisk overførsel, når batteriet ikke oplades</string>
+ <string name="pref_parallel_downloads_title">Parallelle overførsler</string>
+ <string name="pref_episode_cache_title">Mellemlager for udsendelser</string>
<string name="pref_theme_title_light">Lys</string>
<string name="pref_theme_title_dark">Mørk</string>
- <string name="pref_episode_cache_unlimited">Uendelig</string>
+ <string name="pref_episode_cache_unlimited">Ubegrænset</string>
<string name="pref_update_interval_hours_plural">timer</string>
<string name="pref_update_interval_hours_singular">time</string>
<string name="pref_update_interval_hours_manual">Manuelt</string>
<string name="pref_gpodnet_authenticate_title">Log ind</string>
- <string name="pref_gpodnet_authenticate_sum">Log ind med din gpodder.net konto for at synkronisere dine abonnementer.</string>
+ <string name="pref_gpodnet_authenticate_sum">Log ind på din gpodder.net-konto for at synkronisere dine abonnementer.</string>
<string name="pref_gpodnet_logout_title">Log ud</string>
- <string name="pref_gpodnet_logout_toast">Logget ud</string>
- <string name="pref_gpodnet_setlogin_information_title">Skift login information</string>
- <string name="pref_gpodnet_setlogin_information_sum">Skift din gpodder.net kontos login information.</string>
+ <string name="pref_gpodnet_logout_toast">Loggede ud</string>
+ <string name="pref_gpodnet_setlogin_information_title">Ændr loginoplysninger</string>
+ <string name="pref_gpodnet_setlogin_information_sum">Ændr din gpodder.net-kontos loginoplysninger.</string>
+ <string name="pref_gpodnet_sync_changes_title">Synkroniser ændringer nu</string>
+ <string name="pref_gpodnet_sync_changes_sum">Synkroniser tilstandsændringer for abonnementer og udsendelser med gpodder.net.</string>
+ <string name="pref_gpodnet_full_sync_title">Fuld synkronisering nu</string>
+ <string name="pref_gpodnet_full_sync_sum">Synkroniser tilstande for alle abonnementer og udsendelser med gpodder.net.</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">Sidste synkroniseringsforsøg: %1$s (%2$s)</string>
+ <string name="pref_gpodnet_sync_started">Synkronisering startet</string>
+ <string name="pref_gpodnet_full_sync_started">Fuld synkronisering startet</string>
+ <string name="pref_gpodnet_login_status"><![CDATA[Logget ind som <i>%1$s</i> med enheden <i>%2$s</i>]]></string>
+ <string name="pref_gpodnet_notifications_title">Vis notifikationer med synkroniseringsfejl</string>
+ <string name="pref_gpodnet_notifications_sum">Denne indstilling vedrører ikke godkendelsesfejl.</string>
<string name="pref_playback_speed_title">Afspilningshastigheder</string>
- <string name="pref_playback_speed_sum">Tilpas tilgængelige hastigheder for variabelt afspilningshastigheds plugin</string>
+ <string name="pref_playback_speed_sum">Tilpas tilgængelige hastigheder for lydafspilning med variabel hastighed</string>
+ <string name="pref_fast_forward">Tidshop for fremadspoling</string>
+ <string name="pref_fast_forward_sum">Indstil antallet af sekunder, der skal springes fremad, når der trykkes på fremadspolingsknappen</string>
+ <string name="pref_rewind">Tidshop for tilbagespoling</string>
+ <string name="pref_rewind_sum">Indstil antallet af sekunder, der skal springes tilbage, når der trykkes på tilbagespolingsknappen</string>
<string name="pref_gpodnet_sethostname_title">Indstil værtsnavn</string>
<string name="pref_gpodnet_sethostname_use_default_host">Brug standard vært</string>
- <string name="pref_expandNotify_title">Udvid notifikation</string>
- <string name="pref_expandNotify_sum">Altid udvid notifikationen for at vise afspilningsknapper.</string>
- <string name="pref_persistNotify_title">Afspilningskontrol forbliver altid</string>
- <string name="pref_persistNotify_sum">Behold notifikation og låseskærmskontrol når afspilningen pauses.</string>
- <string name="pref_expand_notify_unsupport_toast">Android versioner før 4.1 understøtter ikke udvidede notifikationer.</string>
+ <string name="pref_expandNotify_title">Udvidelse af notifikation</string>
+ <string name="pref_expandNotify_sum">Udvid altid notifikationen for at vise afspilningsknapper.</string>
+ <string name="pref_persistNotify_title">Vedholdende afspilningsknapper</string>
+ <string name="pref_persistNotify_sum">Behold notifikation og knapper på låseskærmen, når afspilningen sættes på pause.</string>
+ <string name="pref_compact_notification_buttons_title">Indstil knapper på låseskærm</string>
+ <string name="pref_compact_notification_buttons_sum">Vælg afspilningsknapper på låseskærmen. Afspil/pause-knappen medtages altid.</string>
+ <string name="pref_compact_notification_buttons_dialog_title">Vælg højst %1$d knapper</string>
+ <string name="pref_compact_notification_buttons_dialog_error">Du kan højst vælge %1$d knapper.</string>
+ <string name="pref_lockscreen_background_title">Indstil baggrund på låseskærmen</string>
+ <string name="pref_lockscreen_background_sum">Sæt baggrunden på låseskærmen til billedet for den aktuelle udsendelse. Som en sidevirkning vil det også vise billedet i tredjepartsapps.</string>
+ <string name="pref_showDownloadReport_title">Vis rapport over overførsler</string>
+ <string name="pref_showDownloadReport_sum">Lav en rapport, som viser detaljer om fejlene, hvis overførsler fejler</string>
+ <string name="pref_expand_notify_unsupport_toast">Android-versioner før 4.1 understøtter ikke udvidede notifikationer.</string>
+ <string name="pref_queueAddToFront_sum">Føj nye udsendelser til starten af køen.</string>
+ <string name="pref_queueAddToFront_title">Føj til starten af køen</string>
+ <string name="pref_smart_mark_as_played_disabled">Slået fra</string>
+ <string name="pref_image_cache_size_title">Størrelse på mellemlager (cache) for billeder</string>
+ <string name="pref_image_cache_size_sum">Størrelse på diskmellemlageret (disk cache) for billeder</string>
+ <string name="crash_report_title">Nedbrudsrapport</string>
+ <string name="crash_report_sum">Send den seneste nedbrudsrapport via e-mail</string>
+ <string name="send_email">Send e-mail</string>
+ <string name="experimental_pref">Eksperimentelt</string>
+ <string name="pref_sonic_title">Sonic-medieafspiller</string>
+ <string name="pref_sonic_message">Brug indbygget Sonic-medieafspiller i stedet for Androids indbyggede medieafspiller og Prestissimo</string>
+ <string name="pref_current_value">Nuværende værdi: %1$s</string>
+ <string name="pref_proxy_title">Proxy</string>
+ <string name="pref_proxy_sum">Indstil en netværksproxy</string>
+ <string name="pref_faq">Ofte spurgte spørgsmål</string>
+ <string name="pref_known_issues">Kendte problemer</string>
+ <string name="pref_no_browser_found">Ingen webbrowser fundet</string>
+ <string name="pref_cast_title">Chromecast-understøttelse</string>
+ <string name="pref_cast_message_play_flavor">Aktiver understøttelse af fjernafspilning på Cast-enheder (såsom Chromecast, højttalere med indbygget Chromecast, eller Android TV)</string>
+ <string name="pref_cast_message_free_flavor">Chromecast kræver tredjeparts proprietære biblioteker, som er slået fra i denne version af AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Sæt overførte udsendelser i kø</string>
+ <string name="pref_enqueue_downloaded_summary">Føj udsendelser til køen, så snart de er overført</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Aktiver automatisk flattring</string>
- <string name="auto_flattr_after_percent">Flattr episoder så snart %d procent er blevet afspillet</string>
- <string name="auto_flattr_ater_beginning">Flattr episoder når afspilning starter</string>
- <string name="auto_flattr_ater_end">Flattr episoder når afspilning slutter</string>
+ <string name="auto_flattr_after_percent">Flattr udsendelser så snart %d procent er blevet afspillet</string>
+ <string name="auto_flattr_ater_beginning">Flattr udsendelse når afspilning starter</string>
+ <string name="auto_flattr_ater_end">Flattr udsendelse når afspilning slutter</string>
<!--Search-->
+ <string name="search_hint">Søg efter udsendelser</string>
+ <string name="found_in_shownotes_label">Fundet i beskrivelse</string>
<string name="found_in_chapters_label">Fundet i kapitler</string>
+ <string name="found_in_authors_label">Fundet i forfattere</string>
+ <string name="found_in_feeds_label">Fundet i feeds</string>
<string name="search_status_no_results">Fandt ingen resultater</string>
<string name="search_label">Søg</string>
<string name="found_in_title_label">Fundet i titel</string>
+ <string name="no_results_for_query">Ingen resultater fundet for \"%1$s\"</string>
<!--OPML import and export-->
- <string name="opml_import_txtv_button_lable">OPML filer lader dig flytte dine podcasts fra en podcastafspiller til en anden.</string>
+ <string name="opml_import_txtv_button_lable">OPML-filer lader dig flytte dine podcasts fra én podcastafspiller til en anden.</string>
+ <string name="opml_import_option">Valgmulighed %1$d</string>
+ <string name="opml_import_explanation_1">Vælg en bestemt filsti fra det lokale filsystem.</string>
+ <string name="opml_import_explanation_2">Brug en ekstern app som Dropbox, Google Drive eller dit foretrukne filhåndteringsprogram til at åbne en OPML-fil.</string>
+ <string name="opml_import_explanation_3">Mange apps som Gmail, Dropbox, Google Drive og de fleste filhåndteringsprogrammer kan <i>åbne</i> OPML-filer <i>med</i> AntennaPod.</string>
<string name="start_import_label">Start import</string>
- <string name="opml_import_label">OPML import</string>
+ <string name="opml_import_label">OPML-import</string>
<string name="opml_directory_error">FEJL!</string>
- <string name="reading_opml_label">Indlæser OPML fil</string>
- <string name="select_all_label">Vælg alt</string>
- <string name="deselect_all_label">Fravælg alt</string>
+ <string name="reading_opml_label">Indlæser OPML-fil</string>
+ <string name="opml_reader_error">Der opstod en fejl, da OPML-dokumentet blev forsøgt indlæst</string>
+ <string name="opml_import_error_no_file">Ingen fil valgt!</string>
+ <string name="select_all_label">Vælg alle</string>
+ <string name="deselect_all_label">Fravælg alle</string>
+ <string name="select_options_label">Vælg…</string>
+ <string name="choose_file_from_filesystem">Fra lokalt filsystem</string>
+ <string name="choose_file_from_external_application">Brug ekstern app</string>
<string name="opml_export_label">OPML eksport</string>
- <string name="export_error_label">Eksport fejl</string>
- <string name="opml_export_success_title">Opml eksport lykkedes.</string>
- <string name="opml_export_success_sum">.opml filen var skrevet til:\u0020</string>
+ <string name="html_export_label">HTML-eksport</string>
+ <string name="exporting_label">Eksporterer…</string>
+ <string name="export_error_label">Eksportfejl</string>
+ <string name="opml_export_success_title">OPML-eksport lykkedes.</string>
+ <string name="opml_export_success_sum">.opml-filen blev skrevet til:\u0020</string>
+ <string name="opml_import_ask_read_permission">Adgang til eksternt lager er påkrævet for at læse OPML-filen</string>
<!--Sleep timer-->
- <string name="set_sleeptimer_label">Sæt søvn timer</string>
- <string name="disable_sleeptimer_label">Fjern søvn timer</string>
- <string name="enter_time_here_label">Indtast tid</string>
+ <string name="set_sleeptimer_label">Indstil søvntimer</string>
+ <string name="disable_sleeptimer_label">Slå søvntimer fra</string>
+ <string name="enter_time_here_label">Vælg tid</string>
<string name="sleep_timer_label">Søvn timer</string>
<string name="time_left_label">Tid tilbage:\u0020</string>
- <string name="time_dialog_invalid_input">Ugyldig indtastning, tid skal være et heltal</string>
+ <string name="time_dialog_invalid_input">Ugyldig indtastning: tid skal være et heltal</string>
+ <string name="timer_about_to_expire_label"><b>Når timeren er ved at udløbe:</b></string>
+ <string name="shake_to_reset_label">Ryst for at nulstille timer</string>
+ <string name="timer_vibration_label">Vibrer</string>
+ <string name="time_seconds">sekunder</string>
+ <string name="time_minutes">minutter</string>
+ <string name="time_hours">timer</string>
+ <plurals name="time_seconds_quantified">
+ <item quantity="one">1 sekund</item>
+ <item quantity="other">%d sekunder</item>
+ </plurals>
+ <plurals name="time_minutes_quantified">
+ <item quantity="one">1 minut</item>
+ <item quantity="other">%d minutter</item>
+ </plurals>
+ <plurals name="time_hours_quantified">
+ <item quantity="one">1 time</item>
+ <item quantity="other">%d timer</item>
+ </plurals>
+ <string name="auto_enable_label">Slå automatisk til</string>
+ <string name="sleep_timer_enabled_label">Søvntimer slået til</string>
+ <string name="sleep_timer_disabled_label">Søvntimer slået fra</string>
<!--gpodder.net-->
- <string name="gpodnet_taglist_header">KATEGORIER </string>
- <string name="gpodnet_toplist_header">TOP PODCASTS</string>
+ <string name="gpodnet_taglist_header">KATEGORIER</string>
+ <string name="gpodnet_toplist_header">TOP-PODCASTS</string>
<string name="gpodnet_suggestions_header">FORSLAG</string>
<string name="gpodnet_search_hint">Søg på gpodder.net</string>
<string name="gpodnetauth_login_title">Log ind</string>
- <string name="gpodnetauth_login_descr">Velkommen til gpodder.nets login proces. Indsæt dine login informationer:</string>
+ <string name="gpodnetauth_login_descr">Velkommen til gpodder.nets loginproces. Skriv først dine loginoplysninger:</string>
<string name="gpodnetauth_login_butLabel">Log ind</string>
- <string name="gpodnetauth_login_register">Hvis du ikke har en konto endnu, så kan du oprette en her:\nhttps://gpodder.net/register/</string>
+ <string name="gpodnetauth_login_register">Hvis du ikke har en konto endnu, kan du oprette en her:\nhttps://gpodder.net/register/</string>
<string name="username_label">Brugernavn</string>
- <string name="password_label">Kodeord</string>
- <string name="gpodnetauth_device_title">Enheds valg</string>
- <string name="gpodnetauth_device_descr">Tilføj en ny enhed for at bruge din gpodder.net konto eller vælg en eksisterende:</string>
- <string name="gpodnetauth_device_deviceID">Enhed ID:\u0020</string>
- <string name="gpodnetauth_device_caption">Billedtekst</string>
+ <string name="password_label">Adgangskode</string>
+ <string name="gpodnetauth_device_title">Valg af enhed</string>
+ <string name="gpodnetauth_device_descr">Opret en ny enhed til at bruge med din gpodder.net-konto eller vælg en eksisterende:</string>
+ <string name="gpodnetauth_device_deviceID">Enheds-id:\u0020</string>
+ <string name="gpodnetauth_device_caption">Enhedsnavn</string>
<string name="gpodnetauth_device_butCreateNewDevice">Opret en ny enhed</string>
<string name="gpodnetauth_device_chooseExistingDevice">Vælg en eksisterende enhed:</string>
- <string name="gpodnetauth_device_errorEmpty">Enheds ID må ikke være tomt</string>
- <string name="gpodnetauth_device_errorAlreadyUsed">Enheds ID er allerede i brug</string>
+ <string name="gpodnetauth_device_errorEmpty">Enheds-id må ikke være tomt</string>
+ <string name="gpodnetauth_device_errorAlreadyUsed">Enheds-id er allerede i brug</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">Enhedsnavn må ikke være tomt</string>
<string name="gpodnetauth_device_butChoose">Vælg</string>
<string name="gpodnetauth_finish_title">Login lykkedes!</string>
- <string name="gpodnetauth_finish_descr">Tillykke! Din gpodder.net konto er nu forbundet med din enhed. AntennaPod vil fra nu af automatisk synkronisere dine abonnementer på din enhed med din gpodder.net konto.</string>
+ <string name="gpodnetauth_finish_descr">Tillykke! Din gpodder.net-konto er nu forbundet med din enhed. AntennaPod vil fra nu af automatisk synkronisere dine abonnementer på din enhed med din gpodder.net-konto.</string>
<string name="gpodnetauth_finish_butsyncnow">Start synkronisering nu</string>
<string name="gpodnetauth_finish_butgomainscreen">Gå til hovedskærmen</string>
- <string name="gpodnetsync_auth_error_title">gpodder.net autentificeringfejl</string>
- <string name="gpodnetsync_auth_error_descr">Forkert brugernavn eller kodeord</string>
- <string name="gpodnetsync_error_title">gpodder.net synkroniseringsfejl</string>
+ <string name="gpodnetsync_auth_error_title">gpodder.net-autentificeringfejl</string>
+ <string name="gpodnetsync_auth_error_descr">Forkert brugernavn eller adgangskode</string>
+ <string name="gpodnetsync_error_title">gpodder.net-synkroniseringsfejl</string>
<string name="gpodnetsync_error_descr">En fejl opstod under synkronisering:\u0020</string>
+ <string name="gpodnetsync_pref_report_successful">Lykkedes</string>
+ <string name="gpodnetsync_pref_report_failed">Fejlede</string>
<!--Directory chooser-->
- <string name="selected_folder_label">Valgte mappe:</string>
+ <string name="selected_folder_label">Valgt mappe:</string>
<string name="create_folder_label">Opret mappe</string>
- <string name="choose_data_directory">Vælg data mappe</string>
+ <string name="choose_data_directory">Vælg datamappe</string>
+ <string name="choose_data_directory_message">Vælg venligst roden af din datamappe. AntennaPod vil oprette passende undermapper.</string>
+ <string name="choose_data_directory_permission_rationale">Adgang til eksternt lager er kræver for at ændre datamappen</string>
<string name="create_folder_msg">Opret en ny mappe med navnet \"%1$s\"?</string>
- <string name="create_folder_success">Opret en ny mappe</string>
+ <string name="create_folder_success">Oprettede ny mappe</string>
<string name="create_folder_error_no_write_access">Kan ikke skrive til denne mappe</string>
<string name="create_folder_error_already_exists">Mappen eksisterer allerede</string>
- <string name="create_folder_error">Kunne ikke oprette ny mappe</string>
+ <string name="create_folder_error">Kunne ikke oprette mappe</string>
+ <string name="folder_does_not_exist_error">\"%1$s\" findes ikke</string>
+ <string name="folder_not_readable_error">\"%1$s\" er ikke læsbar</string>
+ <string name="folder_not_writable_error">\"%1$s\" er ikke skrivbar</string>
<string name="folder_not_empty_dialog_title">Mappen er ikke tom</string>
- <string name="folder_not_empty_dialog_msg">Mappen du har valgt er ikke tom. Medie downloads og andre filer vil blive placeret i denne mappe. Forsæt alligevel?</string>
- <string name="set_to_default_folder">Vælg standard mappe</string>
- <string name="pref_pausePlaybackForFocusLoss_sum">Sæt afspilning på pause i stedet for at sænke lydniveauet når en anden app vil afspille lyde</string>
- <string name="pref_pausePlaybackForFocusLoss_title">Pause for afbrydelser</string>
+ <string name="folder_not_empty_dialog_msg">Mappen du har valgt er ikke tom. Overførte medier og andre filer vil blive placeret direkte i denne mappe. Fortsæt alligevel?</string>
+ <string name="set_to_default_folder">Vælg standardmappe</string>
+ <string name="pref_pausePlaybackForFocusLoss_sum">Sæt afspilning på pause i stedet for at sænke lydniveauet, når en anden app vil afspille lyde</string>
+ <string name="pref_pausePlaybackForFocusLoss_title">Sæt på pause ved afbrydelser</string>
+ <string name="pref_resumeAfterCall_sum">Genoptag afspilning når et telefonkald afsluttes</string>
+ <string name="pref_resumeAfterCall_title">Genoptag efter opkald</string>
+ <string name="pref_restart_required">AntennaPod skal genstartes for at denne indstilling kan træde i kraft</string>
<!--Online feed view-->
<string name="subscribe_label">Abonner</string>
<string name="subscribed_label">Abonneret</string>
+ <string name="downloading_label">Overfører…</string>
<!--Content descriptions for image buttons-->
<string name="rewind_label">Spol tilbage</string>
- <string name="fast_forward_label">Hurtigt fremad</string>
+ <string name="fast_forward_label">Spol frem</string>
<string name="media_type_audio_label">Lyd</string>
<string name="media_type_video_label">Video</string>
<string name="navigate_upwards_label">Naviger opad</string>
- <string name="status_downloading_label">Episode downloades</string>
- <string name="in_queue_label">Episode er i køen</string>
- <string name="drag_handle_content_description">Træk for at skifte denne tings position</string>
+ <string name="status_downloading_label">Udsendelse overføres</string>
+ <string name="in_queue_label">Udsendelse er i køen</string>
+ <string name="drag_handle_content_description">Træk for at ændre dette elements placering</string>
<string name="load_next_page_label">Indlæs næste side</string>
<!--Feed information screen-->
<string name="authentication_label">Godkendelse</string>
- <string name="authentication_descr">Skift dit brugernavn og kodeord for denne podcast og dets episoder.</string>
+ <string name="authentication_descr">Ændr dit brugernavn og adgangskode for denne podcast og dets udsendelser.</string>
+ <string name="auto_download_settings_label">Indstillinger for Automatisk overførsel</string>
+ <string name="episode_filters_label">Udsendelsesfilter</string>
+ <string name="episode_filters_description">Liste af ord, der bliver brugt til at beslutte, om en udsendelse skal medtages eller udelades ved automatisk overførsel</string>
+ <string name="episode_filters_include">Medtag</string>
+ <string name="episode_filters_exclude">Udelad</string>
+ <string name="episode_filters_hint">Enkeltord \n
+\"Flere ord\"</string>
+ <string name="keep_updated">Hold opdateret</string>
<!--Progress information-->
+ <string name="progress_upgrading_database">Opgraderer databasen</string>
<!--AntennaPodSP-->
- <string name="sp_apps_importing_feeds_msg">Importerer abonnementer fra single-purpose apps…</string>
+ <string name="sp_apps_importing_feeds_msg">Importerer abonnementer fra enkeltformålsapps…</string>
+ <string name="search_itunes_label">Søg i iTunes</string>
+ <string name="filter">Filtrér</string>
+ <string name="search_fyyd_label">Søg i fyyd</string>
<!--Episodes apply actions-->
+ <string name="all_label">Alle</string>
+ <string name="selected_all_label">Markerede alle udsendelser</string>
+ <string name="none_label">Ingen</string>
+ <string name="deselected_all_label">Afmarkerede alle udsendelser</string>
+ <string name="played_label">Afspillede</string>
+ <string name="selected_played_label">Markerede afspillede udsendelser</string>
+ <string name="unplayed_label">Uafspillede</string>
+ <string name="selected_unplayed_label">Markerede uafspillede udsendelser</string>
+ <string name="downloaded_label">Overførte</string>
+ <string name="selected_downloaded_label">Markerede overførte udsendelser</string>
+ <string name="not_downloaded_label">Ikke-overførte</string>
+ <string name="selected_not_downloaded_label">Markerede ikke-overførte udsendelser</string>
+ <string name="queued_label">Sat i kø</string>
+ <string name="selected_queued_label">Markerede udsendelser, der er sat i kø</string>
+ <string name="not_queued_label">Ikke sat i kø</string>
+ <string name="selected_not_queued_label">Markerede udsendelser, der ikke er sat i kø</string>
+ <string name="has_media">Har medier</string>
+ <string name="selected_has_media_label">Markerede udsendelser med medier</string>
<!--Sort-->
+ <string name="sort_title_a_z">Titel (A \u2192 Å)</string>
+ <string name="sort_title_z_a">Titel (Å \u2192 A)</string>
+ <string name="sort_date_new_old">Dato (ny \u2192 gammel)</string>
+ <string name="sort_date_old_new">Dato (gammel \u2192 ny)</string>
+ <string name="sort_duration_short_long">Varighed (kort \u2192 lang)</string>
+ <string name="sort_duration_long_short">Varighed (lang \u2192 kort)</string>
<!--Rating dialog-->
+ <string name="rating_title">Kan du lide AntennaPod?</string>
+ <string name="rating_message">Vi vil sætte pris på, hvis du vil bedømme AntennaPod.</string>
+ <string name="rating_never_label">Lad mig være</string>
+ <string name="rating_later_label">Påmind mig senere</string>
+ <string name="rating_now_label">Klart, lad os gøre det!</string>
<!--Audio controls-->
+ <string name="audio_controls">Lydknapper</string>
+ <string name="playback_speed">Afspilningshastighed</string>
+ <string name="volume">Lydstyrke</string>
+ <string name="left_short">V</string>
+ <string name="right_short">H</string>
+ <string name="audio_effects">Lydeffekter</string>
+ <string name="stereo_to_mono">Gør stereo til mono</string>
+ <string name="sonic_only">Kun Sonic</string>
<!--proxy settings-->
+ <string name="proxy_type_label">Type</string>
+ <string name="host_label">Vært</string>
+ <string name="port_label">Port</string>
+ <string name="optional_hint">(Valgfrit)</string>
+ <string name="proxy_test_label">Afprøv</string>
+ <string name="proxy_checking">Kontrollerer…</string>
+ <string name="proxy_test_successful">Afprøvning lykkedes</string>
+ <string name="proxy_test_failed">Afprøvning fejlede</string>
+ <string name="proxy_host_empty_error">Vært kan ikke være tom</string>
+ <string name="proxy_host_invalid_error">Vært er ikke en gyldig IP-adresse eller et gyldigt domæne</string>
+ <string name="proxy_port_invalid_error">Port ikke gyldig</string>
<!--Casting-->
+ <string name="cast_media_route_menu_title">Afspil på …</string>
+ <string name="cast_disconnect_label">Afbryd cast-sessionen</string>
+ <string name="cast_not_castable">Det valgte medie er ikke kompatibelt med cast-enheden</string>
+ <string name="cast_failed_to_play">Kunne ikke starte afspilning af medie</string>
+ <string name="cast_failed_to_stop">Kunne ikke stoppe afspilning af medie</string>
+ <string name="cast_failed_to_pause">Kunne ikke sætte afspilning af medie på pause</string>
<!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
+ <string name="cast_failed_setting_volume">Kunne ikke indstille lydstyrken</string>
+ <string name="cast_failed_no_connection">Der er ingen forbindelse til cast-enheden</string>
+ <string name="cast_failed_no_connection_trans">Forbindelsen til cast-enheden er mistet. Appen forsøger at genskabe forbindelsen, om muligt. Vent venligst et par sekunder og prøv igen.</string>
+ <string name="cast_failed_perform_action">Det lykkedes ikke at udføre handlingen</string>
+ <string name="cast_failed_status_request">Det lykkedes ikke at synkronisere med cast-enheden</string>
+ <string name="cast_failed_seek">Det lykkedes ikke at søge til den nye position på cast-enheden</string>
+ <string name="cast_failed_receiver_player_error">Modtagerafspilleren er stødt på en alvorlig fejl</string>
+ <string name="cast_failed_media_error_skipping">Fejl ved afspilning af medie. Springer over…</string>
</resources>
diff --git a/core/src/main/res/values-es/strings.xml b/core/src/main/res/values-es/strings.xml
index a40157756..eb2343f28 100644
--- a/core/src/main/res/values-es/strings.xml
+++ b/core/src/main/res/values-es/strings.xml
@@ -26,6 +26,8 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Tiempo total reproducido:</string>
<string name="statistics_details_dialog">Empezados %1$d episodios de %2$d.\n\nReproducidos %3$s de %4$s.</string>
+ <string name="statistics_mode">Modo de estadísticas</string>
+ <string name="statistics_mode_count_all">Resumir todos los podcasts marcados como reproducidos</string>
<!--Main activity-->
<string name="drawer_open">Abrir menú</string>
<string name="drawer_close">Cerrar menú</string>
@@ -33,6 +35,7 @@
<string name="drawer_feed_order_unplayed_episodes">Ordenar por cuenta</string>
<string name="drawer_feed_order_alphabetical">Ordenar alfabéticamente</string>
<string name="drawer_feed_order_last_update">Ordenar por fecha de publicación</string>
+ <string name="drawer_feed_order_most_played">Ordenar por número de episodios reproducidos</string>
<string name="drawer_feed_counter_new_unplayed">Cantidad de episodios nuevos y no escuchados</string>
<string name="drawer_feed_counter_new">Cantidad de episodios nuevos</string>
<string name="drawer_feed_counter_unplayed">Cantidad de episodios no escuchados</string>
@@ -62,6 +65,7 @@
<string name="refresh_label">Actualizar</string>
<string name="external_storage_error_msg">No se encuentra un almacenamiento externo. Asegúrese de que su almacenamiento externo esté montado para que la aplicación funcione correctamente.</string>
<string name="chapters_label">Capítulos</string>
+ <string name="chapter_duration">Duración: %1$s</string>
<string name="shownotes_label">Notas del programa</string>
<string name="description_label">Descripción</string>
<string name="most_recent_prefix">Episodio más reciente:\u0020</string>
@@ -384,6 +388,7 @@
<string name="crash_report_sum">Enviar el último informe de fallo por e-mail</string>
<string name="send_email">Enviar e-mail</string>
<string name="experimental_pref">Experimental</string>
+ <string name="pref_sonic_title">Sonic media player</string>
<string name="pref_sonic_message">Usar el reproductor Sonic Media incorporado en lugar del reproductor multimedia de Android y Prestissimo</string>
<string name="pref_current_value">Valor actual: %1$s</string>
<string name="pref_proxy_title">Proxy</string>
@@ -394,6 +399,8 @@
<string name="pref_cast_title">Soporte para Chromecast</string>
<string name="pref_cast_message_play_flavor">Habilitar soporte para reproducción remota en dispositivos Cast (como Chromecast, altavoces o Android TV)</string>
<string name="pref_cast_message_free_flavor">Chromecast requiere librerías propietarias de terceros que están deshabilitadas en esta versión de AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Descargados en cola</string>
+ <string name="pref_enqueue_downloaded_summary">Agregar episodios descargados a la cola</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Habilitar Flattr automático</string>
<string name="auto_flattr_after_percent">Hacer Flattr del episodio en cuanto se haya reproducido el %d por ciento</string>
@@ -403,6 +410,7 @@
<string name="search_hint">Buscar episodios</string>
<string name="found_in_shownotes_label">Encontrado en las notas del show</string>
<string name="found_in_chapters_label">Encontrado en los capítulos</string>
+ <string name="found_in_authors_label">Encontrado en los autores</string>
<string name="search_status_no_results">No se han encontrado resultados</string>
<string name="search_label">Buscar</string>
<string name="found_in_title_label">Encontrado en el título</string>
diff --git a/core/src/main/res/values-fa/strings.xml b/core/src/main/res/values-fa/strings.xml
new file mode 100644
index 000000000..28dfeb6e8
--- /dev/null
+++ b/core/src/main/res/values-fa/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>
diff --git a/core/src/main/res/values-fr/strings.xml b/core/src/main/res/values-fr/strings.xml
index 8ab6f39fa..4b17fed06 100644
--- a/core/src/main/res/values-fr/strings.xml
+++ b/core/src/main/res/values-fr/strings.xml
@@ -89,7 +89,7 @@
<string name="feed_auto_download_never">Jamais</string>
<string name="send_label">Envoyer...</string>
<string name="episode_cleanup_never">Jamais</string>
- <string name="episode_cleanup_queue_removal">Quand l’épisode n\'est pas dans la liste</string>
+ <string name="episode_cleanup_queue_removal">Quand l’épisode n\'est pas dans la liste de lecture</string>
<string name="episode_cleanup_after_listening">Après avoir terminé</string>
<plurals name="episode_cleanup_days_after_listening">
<item quantity="one">1 jour après avoir été écouté</item>
@@ -107,9 +107,9 @@
<string name="mark_all_read_msg">Tous les épisodes ont été marqués comme lus</string>
<string name="mark_all_read_confirmation_msg">Confirmer le marquage de tous les épisode comme lus</string>
<string name="mark_all_read_feed_confirmation_msg">Confirmer le marquage de tous les épisode de ce flux comme lus</string>
- <string name="mark_all_seen_label">Marquer tout les épisodes comme vus</string>
+ <string name="mark_all_seen_label">Marquer tous les épisodes comme vus</string>
<string name="mark_all_seen_msg">Tous les épisodes ont été marqués vus</string>
- <string name="mark_all_seen_confirmation_msg">Merci de confirmer que vous voulez marquer tous les épisodes vus.</string>
+ <string name="mark_all_seen_confirmation_msg">Merci de confirmer que vous voulez marquer tous les épisodes comme vus.</string>
<string name="show_info_label">Voir les détails</string>
<string name="rename_feed_label">Renommer le podcast</string>
<string name="remove_feed_label">Supprimer le podcast</string>
@@ -127,8 +127,8 @@
<string name="hide_unplayed_episodes_label">Non joués</string>
<string name="hide_paused_episodes_label">En pause</string>
<string name="hide_played_episodes_label">Joués</string>
- <string name="hide_queued_episodes_label">Rajouté à la liste d\'attente</string>
- <string name="hide_not_queued_episodes_label">Non rajouté à la liste d\'attente</string>
+ <string name="hide_queued_episodes_label">Rajouté à la liste de lecture</string>
+ <string name="hide_not_queued_episodes_label">Non rajouté à la liste de lecture</string>
<string name="hide_downloaded_episodes_label">Téléchargé</string>
<string name="hide_not_downloaded_episodes_label">Non téléchargé</string>
<string name="hide_has_media_label">À des médias</string>
@@ -148,9 +148,9 @@
<string name="mark_read_label">Marquer comme lu</string>
<string name="marked_as_read_label">Les épisodes ont été marqués comme lus</string>
<string name="mark_unread_label">Marquer comme non lu</string>
- <string name="add_to_queue_label">Ajouter à la liste</string>
- <string name="added_to_queue_label">Ajouté à la liste</string>
- <string name="remove_from_queue_label">Supprimer de la liste</string>
+ <string name="add_to_queue_label">Ajouter à la liste de lecture</string>
+ <string name="added_to_queue_label">Ajouté à la liste de lecture</string>
+ <string name="remove_from_queue_label">Supprimer de la liste de lecture</string>
<string name="add_to_favorite_label">Ajouter aux Favoris</string>
<string name="added_to_favorites">Ajouté aux Favoris</string>
<string name="remove_from_favorite_label">Supprimer des Favoris</string>
@@ -160,7 +160,7 @@
<string name="skip_episode_label">Passer cet épisode</string>
<string name="activate_auto_download">Activer téléchargement automatique</string>
<string name="deactivate_auto_download">Désactiver téléchargement automatique</string>
- <string name="reset_position">Remettre a zéro la position de lecture actuelle</string>
+ <string name="reset_position">Réinitialiser la position de lecture</string>
<string name="removed_item">Élément retiré</string>
<!--Download messages and labels-->
<string name="download_successful">terminé</string>
@@ -203,9 +203,9 @@
<string name="authentication_notification_title">Authentification requise</string>
<string name="authentication_notification_msg">La ressource que vous avez demandé nécessite un nom d\'utilisateur et un mot de passe</string>
<string name="confirm_mobile_download_dialog_title">Confirmer le téléchargement mobile</string>
- <string name="confirm_mobile_download_dialog_message_not_in_queue">Le téléchargement sur la connexion mobile est désactivé dans les options.\n\nVous pouvez choisir d\'ajouter seulement l\'épisode à la liste ou vous pouvez autoriser temporairement le téléchargement.\n\n<small>Votre choix sera retenu pour les 10 prochaines minutes.</small></string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">Le téléchargement sur la connexion mobile est désactivé dans les options.\n\nVous pouvez choisir d\'ajouter seulement l\'épisode à la liste de lecture ou vous pouvez autoriser temporairement le téléchargement.\n\n<small>Votre choix sera retenu pour les 10 prochaines minutes.</small></string>
<string name="confirm_mobile_download_dialog_message">Le téléchargement sur la connexion mobile est désactivé dans les options.\n\nVoulez-vous autoriser temporairement le téléchargement?\n\n<small>Votre choix sera retenu pour les 10 prochaines minutes.</small></string>
- <string name="confirm_mobile_download_dialog_only_add_to_queue">Rajouter à la liste</string>
+ <string name="confirm_mobile_download_dialog_only_add_to_queue">Rajouter à la liste de lecture</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">Autoriser temporairement</string>
<!--Mediaplayer messages-->
<string name="player_error_msg">Erreur !</string>
@@ -220,15 +220,15 @@
<string name="playbackservice_notification_title">Lecture de podcast en cours</string>
<string name="unknown_media_key">AntennaPod - Touche média inconnue : %1$d</string>
<!--Queue operations-->
- <string name="lock_queue">Bloquer la liste</string>
- <string name="unlock_queue">Débloquer la liste</string>
+ <string name="lock_queue">Bloquer la liste de lecture</string>
+ <string name="unlock_queue">Débloquer la liste de lecture</string>
<string name="queue_locked">Liste de lecture verrouillée</string>
<string name="queue_unlocked">Liste de lecture déverrouillée</string>
- <string name="clear_queue_label">Effacer la liste</string>
+ <string name="clear_queue_label">Effacer la liste de lecture</string>
<string name="undo">Annuler</string>
<string name="removed_from_queue">Élément retiré</string>
- <string name="move_to_top_label">Déplacer vers le haut de la liste</string>
- <string name="move_to_bottom_label">Déplacer vers le bas de la liste</string>
+ <string name="move_to_top_label">Déplacer en haut de la liste</string>
+ <string name="move_to_bottom_label">Déplacer en bas de la liste</string>
<string name="sort">Trier</string>
<string name="date">Date</string>
<string name="duration">Durée</string>
@@ -236,7 +236,7 @@
<string name="feed_title">Nom du flux</string>
<string name="ascending">Ordre croissant</string>
<string name="descending">Ordre décroissant</string>
- <string name="clear_queue_confirmation_msg">Veuillez confirmer que vous voulez bien supprimer TOUS les épisodes de la file d\'attente</string>
+ <string name="clear_queue_confirmation_msg">Veuillez confirmer que vous voulez bien supprimer TOUS les épisodes de la liste de lecture</string>
<!--Flattr-->
<string name="flattr_auth_label">Connecter à Flattr</string>
<string name="flattr_auth_explanation">Appuyez sur le bouton ci-dessous pour vous authentifier. Voter navigateur va s\'ouvrir et vous serez envoyés vers l\'écran de connexion Flattr afin de donner à AntennaPod la permission de flattr. Une fois fait, vous reviendrez automatiquement à cet écran.</string>
@@ -288,7 +288,7 @@
<string name="pref_unpauseOnHeadsetReconnect_sum">Reprendre la lecture quand les écouteurs sont reconnectés</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Reprendre la lecture quand le Bluetooth se reconnecte</string>
<string name="pref_hardwareForwardButtonSkips_title">Le bouton \"saut avant\" saute l\'épisode</string>
- <string name="pref_hardwareForwardButtonSkips_sum">Passer à l\'épisode suivant au lieu de faire un saut avant quand un bouton physique \\"saut avant\\" est pressé</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">Passer à l\'épisode suivant au lieu de faire un saut avant quand un bouton physique \"saut avant\" est pressé</string>
<string name="pref_hardwarePreviousButtonRestarts_title">Le bouton \"saut arrière\" redémarre l\'épisode</string>
<string name="pref_hardwarePreviousButtonRestarts_sum">Repartir de zéro au lieu de faire un saut arrière quand un bouton physique \"saut arrière\" est pressé</string>
<string name="pref_followQueue_sum">Après la fin d\'un épisode, passer au suivant</string>
@@ -302,7 +302,7 @@
<string name="network_pref">Réseau</string>
<string name="pref_autoUpdateIntervallOrTime_title">Mettre à jour l’intervalle ou l\'heure</string>
<string name="pref_autoUpdateIntervallOrTime_sum">Indiquer un intervalle ou une heure spécifique de mise à jour des flux</string>
- <string name="pref_autoUpdateIntervallOrTime_message">Vous pouvez mettre en place un <i>intervalle</i> comme \\"toutes les 2 heures\\", une <i>heure précise</i> comme \\"7:00\\" ou désactiver les mises à jours automatique.\n\n<small>Note: Il est possible qu\'il y ait un délai car l\'heure de mise à jour peut être inexacte.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_message">Vous pouvez mettre en place un <i>intervalle</i> comme \"toutes les 2 heures\", une <i>heure précise</i> comme \"7:00\" ou désactiver les mises à jours automatique.\n\n<small>Note: Il est possible qu\'il y ait un délai car l\'heure de mise à jour peut être inexacte.</small></string>
<string name="pref_autoUpdateIntervallOrTime_Disable">Désactiver</string>
<string name="pref_autoUpdateIntervallOrTime_Interval">Définir intervalle</string>
<string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Régler l\'heure</string>
@@ -384,12 +384,12 @@
<string name="pref_compact_notification_buttons_dialog_title">Choisir un maximum de %1$d éléments</string>
<string name="pref_compact_notification_buttons_dialog_error">Vous ne pouvez pas choisir plus de %1$d éléments.</string>
<string name="pref_lockscreen_background_title">Changer l’arrière plan de l\'écran de déverrouillage</string>
- <string name="pref_lockscreen_background_sum">Placer l\'image de l’épisode en arrière plan de l\'écran de déverrouillage. Cela a pour effet secondaire de montrer l\'image dans les apps tierces.</string>
+ <string name="pref_lockscreen_background_sum">Placer l\'image de l’épisode en arrière plan de l\'écran de déverrouillage. Cela aura aussi pour effet de montrer l\'image dans les autres applications.</string>
<string name="pref_showDownloadReport_title">Afficher le rapport de téléchargements</string>
- <string name="pref_showDownloadReport_sum">Si les téléchargements échouent, générer un rapport des détails des échecs.</string>
+ <string name="pref_showDownloadReport_sum">Si les téléchargements échouent, générer un rapport détaillé des échecs.</string>
<string name="pref_expand_notify_unsupport_toast">Les versions d\'Android antérieures à 4.1 ne sont pas compatibles avec les notifications élargies</string>
<string name="pref_queueAddToFront_sum">Ajouter les nouveaux épisodes au début de la liste de lecture.</string>
- <string name="pref_queueAddToFront_title">Mettre au début de la file d\'attente</string>
+ <string name="pref_queueAddToFront_title">Mettre au début de la liste de lecture</string>
<string name="pref_smart_mark_as_played_disabled">Désactivé</string>
<string name="pref_image_cache_size_title">Taille du cache de l\'image</string>
<string name="pref_image_cache_size_sum">Taille de l’espace de stockage temporaire des images.</string>
@@ -407,9 +407,9 @@
<string name="pref_no_browser_found">Aucun navigateur trouvé.</string>
<string name="pref_cast_title">Support Chromecast</string>
<string name="pref_cast_message_play_flavor">Activer la lecture à distance sur les appareils Cast (comme Chromecast, Audio Speaker ou Android TV)</string>
- <string name="pref_cast_message_free_flavor">Chromecast nécessite des bibiliothèques tierces qui sont désactivées dans cette version d\'AntennaPod</string>
- <string name="pref_enqueue_downloaded_title">File d\'attente après téléchargement</string>
- <string name="pref_enqueue_downloaded_summary">Mettre en file d\'attente après téléchargement</string>
+ <string name="pref_cast_message_free_flavor">Chromecast nécessite des bibliothèques tierces qui sont désactivées dans cette version d\'AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Ajouter à la liste après téléchargement</string>
+ <string name="pref_enqueue_downloaded_summary">Mettre les épisodes dans la la liste de lecture après téléchargement</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Activer le paiement flattr automatique</string>
<string name="auto_flattr_after_percent">Lancer un paiement flattr pour un épisode dès que %d de l\'épisode a été joué</string>
@@ -450,7 +450,7 @@
<string name="opml_export_success_sum">Le fichier .opml a été écrit ici :\u0020</string>
<string name="opml_import_ask_read_permission">L\'accès au stockage externe est requis pour lire le fichier OPML</string>
<!--Sleep timer-->
- <string name="set_sleeptimer_label">Activer le minuteur d\'arrêt</string>
+ <string name="set_sleeptimer_label">Activation du minuteur d\'arrêt</string>
<string name="disable_sleeptimer_label">Désactiver le minuteur d\'arrêt</string>
<string name="enter_time_here_label">Entrer l\'heure</string>
<string name="sleep_timer_label">Minuteur d\'arrêt</string>
@@ -541,7 +541,7 @@
<string name="media_type_video_label">Vidéo</string>
<string name="navigate_upwards_label">Naviguer vers le haut</string>
<string name="status_downloading_label">L\'épisode est en train d\'être téléchargé</string>
- <string name="in_queue_label">L\'épisode est dans la liste</string>
+ <string name="in_queue_label">L\'épisode est dans la liste de lecture</string>
<string name="drag_handle_content_description">Faire glisser pour changer la position de cet élément</string>
<string name="load_next_page_label">Charger la page suivante</string>
<!--Feed information screen-->
@@ -576,7 +576,7 @@
<string name="selected_not_downloaded_label">Épisodes non téléchargés sélectionnés</string>
<string name="queued_label">Dans liste de lecture</string>
<string name="selected_queued_label">Episodes présents dans la liste de lecture sélectionnés</string>
- <string name="not_queued_label">Hors liste de lecture</string>
+ <string name="not_queued_label">En dehors de la liste de lecture</string>
<string name="selected_not_queued_label">Episodes absents de la liste de lecture sélectionnés</string>
<string name="has_media">À des médias</string>
<string name="selected_has_media_label">Sélectionner les épisodes avec des médias</string>
diff --git a/core/src/main/res/values-gl-rES/strings.xml b/core/src/main/res/values-gl-rES/strings.xml
new file mode 100644
index 000000000..995687fa2
--- /dev/null
+++ b/core/src/main/res/values-gl-rES/strings.xml
@@ -0,0 +1,633 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <!--Activitiy and fragment titles-->
+ <string name="feeds_label">Fontes</string>
+ <string name="statistics_label">Estatísticas</string>
+ <string name="add_feed_label">Engadir Podcast</string>
+ <string name="episodes_label">Episodios</string>
+ <string name="all_episodes_short_label">Todo</string>
+ <string name="favorite_episodes_label">Favoritos</string>
+ <string name="new_label">Novo</string>
+ <string name="settings_label">Axustes</string>
+ <string name="add_new_feed_label">Engadir Podcast</string>
+ <string name="downloads_label">Descargas</string>
+ <string name="downloads_running_label">Descargando</string>
+ <string name="downloads_completed_label">Completado</string>
+ <string name="downloads_log_label">Rexistro</string>
+ <string name="subscriptions_label">Suscricións</string>
+ <string name="subscriptions_list_label">Lista de suscricións</string>
+ <string name="cancel_download_label">Cancelar\nDescarga</string>
+ <string name="playback_history_label">Historial de reprodución</string>
+ <string name="gpodnet_main_label">gpodder.net</string>
+ <string name="gpodnet_auth_label">gpodder.net Conexión</string>
+ <string name="free_space_label">%1$s gratis</string>
+ <string name="episode_cache_full_title">Caché de episodios chea</string>
+ <string name="episode_cache_full_message">Acadouse o límite de espazo na caché de episodios. Pode incrementalo nos Axustes do tamaño da caché.</string>
+ <!--Statistics fragment-->
+ <string name="total_time_listened_to_podcasts">Tempo total dos podcast reproducidos:</string>
+ <string name="statistics_details_dialog">%1$d de %2$d episodios iniciados.\n\nReproducidos %3$s de %4$s.</string>
+ <string name="statistics_mode">Modo de estatísticas</string>
+ <string name="statistics_mode_normal">Calcular a duración que foi realmente reproducida. Reproducir dúas veces conta dobre, mentras que marcar como lido non conta</string>
+ <string name="statistics_mode_count_all">Sumar todos os podcast marcados como reproducidos</string>
+ <string name="statistics_speed_not_counted">Aviso: A velocidade de reprodución non se ten en conta en ningún caso.</string>
+ <!--Main activity-->
+ <string name="drawer_open">Abrir menú</string>
+ <string name="drawer_close">Pechar menú</string>
+ <string name="drawer_preferences">Preferencias da caixa</string>
+ <string name="drawer_feed_order_unplayed_episodes">Ordenar polo contador</string>
+ <string name="drawer_feed_order_alphabetical">Ordenar alfabéticamente</string>
+ <string name="drawer_feed_order_last_update">Ordenar por data de publicación</string>
+ <string name="drawer_feed_order_most_played">Ordenar por número de episodios reproducidos</string>
+ <string name="drawer_feed_counter_new_unplayed">Número de episodios novos e non reproducidos</string>
+ <string name="drawer_feed_counter_new">Número de episodios novos</string>
+ <string name="drawer_feed_counter_unplayed">Número de episodios non reproducidos</string>
+ <string name="drawer_feed_counter_downloaded">Número de episodios descargados</string>
+ <string name="drawer_feed_counter_none">Ningún</string>
+ <!--Webview actions-->
+ <string name="open_in_browser_label">Abrir en navegador</string>
+ <string name="copy_url_label">Copiar URL</string>
+ <string name="share_url_label">Compartir URL</string>
+ <string name="copied_url_msg">Copiar URL ao portapapeis</string>
+ <string name="go_to_position_label">Ir a esta posición</string>
+ <!--Playback history-->
+ <string name="clear_history_label">Limpar historial</string>
+ <!--Other-->
+ <string name="confirm_label">Confirmar</string>
+ <string name="cancel_label">Cancelar</string>
+ <string name="yes">Si</string>
+ <string name="no">Non</string>
+ <string name="reset">Restablecer</string>
+ <string name="author_label">Autor</string>
+ <string name="language_label">Idioma</string>
+ <string name="url_label">URL</string>
+ <string name="podcast_settings_label">Axustes</string>
+ <string name="cover_label">Imaxe</string>
+ <string name="error_label">Fallo</string>
+ <string name="error_msg_prefix">Houbo un fallo:</string>
+ <string name="refresh_label">Actualizar</string>
+ <string name="external_storage_error_msg">Non se dispón de almacenamento externo. Por favor asegúrese de que o almacenamento externo está montado e así o app poderá funcionar correctamente.</string>
+ <string name="chapters_label">Capítulos</string>
+ <string name="chapter_duration">Duración: %1$s</string>
+ <string name="shownotes_label">Notas do episodio</string>
+ <string name="description_label">Descrición</string>
+ <string name="most_recent_prefix">Episodio máis recente:\u0020</string>
+ <string name="episodes_suffix">\u0020episodios</string>
+ <string name="length_prefix">Duración:\u0020</string>
+ <string name="size_prefix">Tamaño:\u0020</string>
+ <string name="processing_label">Procesando</string>
+ <string name="loading_label">Cargando...</string>
+ <string name="save_username_password_label">Gardar nome de usuario e contrasinal</string>
+ <string name="close_label">Pechar</string>
+ <string name="retry_label">Reintentar</string>
+ <string name="auto_download_label">Incluír en descargas automáticas</string>
+ <string name="auto_download_apply_to_items_title">Aplicar a episodios previos</string>
+ <string name="auto_download_apply_to_items_message">A nova función <i>Descarga automática</i> aplicarase automáticamente aos novos episodios.\nQuere que tamén se aplique aos episodios publicados con anterioridade?</string>
+ <string name="auto_delete_label">Borrado automático do episodio</string>
+ <string name="parallel_downloads_suffix">\u0020descargas paralelas</string>
+ <string name="feed_auto_download_global">Valor xeral por omisión</string>
+ <string name="feed_auto_download_always">Sempre</string>
+ <string name="feed_auto_download_never">Nunca</string>
+ <string name="send_label">Enviar...</string>
+ <string name="episode_cleanup_never">Nunca</string>
+ <string name="episode_cleanup_queue_removal">Cando non esté na cola</string>
+ <string name="episode_cleanup_after_listening">Tras rematar</string>
+ <plurals name="episode_cleanup_days_after_listening">
+ <item quantity="one">1 día despois de rematar</item>
+ <item quantity="other">%d días despois de rematar</item>
+ </plurals>
+ <!--'Add Feed' Activity labels-->
+ <string name="feedurl_label">URL da fonte</string>
+ <string name="etxtFeedurlHint">www.example.com/feed</string>
+ <string name="txtvfeedurl_label">Engadir Podcast por URL</string>
+ <string name="podcastdirectories_label">Buscar Podcast nun directorio</string>
+ <string name="podcastdirectories_descr">Para novos podcasts, pode buscar en iTunes ou fyyd, ou tamén en gpodder.net por nome, categoría ou popularidade.</string>
+ <string name="browse_gpoddernet_label">Buscar en gpodder.net</string>
+ <!--Actions on feeds-->
+ <string name="mark_all_read_label">Marcar todo como reproducido</string>
+ <string name="mark_all_read_msg">Marcáronse todos como reproducidos</string>
+ <string name="mark_all_read_confirmation_msg">Por favor confirme que quere marcar todos os episodios como reproducidos.</string>
+ <string name="mark_all_read_feed_confirmation_msg">Por favor confirme que quere marcar todos os episodios de esta fonte como reproducidos.</string>
+ <string name="mark_all_seen_label">Marcar como visto</string>
+ <string name="mark_all_seen_msg">Marcáronse todos os episodios como vistos</string>
+ <string name="mark_all_seen_confirmation_msg">Por favor confirme que quere marcar todos os episodios como vistos.</string>
+ <string name="show_info_label">Mostrar información</string>
+ <string name="rename_feed_label">Mudar nome do podcast</string>
+ <string name="remove_feed_label">Quitar podcast</string>
+ <string name="share_label">Compartir...</string>
+ <string name="share_link_label">Compartir ligazón</string>
+ <string name="share_link_with_position_label">Compartir ligazón con posición</string>
+ <string name="share_feed_url_label">Compartir URL da fonte</string>
+ <string name="share_item_url_label">Compartir a URL do ficheiro do episodio</string>
+ <string name="share_item_url_with_position_label">Compartir a URL do ficheiro do episodio con posición</string>
+ <string name="feed_delete_confirmation_msg">Por favor confirme que quere eliminar a fonte \"%1$s\" e TODOS os episodios de esta fonte anteriormente descargados.</string>
+ <string name="feed_remover_msg">Eliminando a fonte</string>
+ <string name="load_complete_feed">Actualizar completamente a fonte</string>
+ <string name="hide_episodes_title">Ocultar episodios</string>
+ <string name="episode_actions">Aplicar accións</string>
+ <string name="hide_unplayed_episodes_label">Non reproducido</string>
+ <string name="hide_paused_episodes_label">En pausa</string>
+ <string name="hide_played_episodes_label">Reproducido</string>
+ <string name="hide_queued_episodes_label">Na cola</string>
+ <string name="hide_not_queued_episodes_label">Fora da cola</string>
+ <string name="hide_downloaded_episodes_label">Descargado</string>
+ <string name="hide_not_downloaded_episodes_label">Non descargado</string>
+ <string name="hide_has_media_label">Ten medios</string>
+ <string name="filtered_label">Filtrado</string>
+ <string name="refresh_failed_msg">{fa-exclamation-circle} Erro na última actualización</string>
+ <string name="open_podcast">Abrir podcast</string>
+ <!--actions on feeditems-->
+ <string name="download_label">Descargar</string>
+ <string name="play_label">Reproducir</string>
+ <string name="pause_label">Pausar</string>
+ <string name="stop_label">Parar</string>
+ <string name="stream_label">Enviar</string>
+ <string name="remove_label">Eliminar</string>
+ <string name="delete_label">Borrar</string>
+ <string name="remove_episode_lable">Eliminar episodio</string>
+ <string name="marked_as_seen_label">Marcar como visto</string>
+ <string name="mark_read_label">Marcar como reproducido</string>
+ <string name="marked_as_read_label">Marcado como reproducido</string>
+ <string name="mark_unread_label">Marcar como non reproducido</string>
+ <string name="add_to_queue_label">Engadir a cola</string>
+ <string name="added_to_queue_label">Engadido a cola</string>
+ <string name="remove_from_queue_label">Quitar da cola</string>
+ <string name="add_to_favorite_label">Engadir a favoritos</string>
+ <string name="added_to_favorites">Engadido a favoritos</string>
+ <string name="remove_from_favorite_label">Quitar dos favoritos</string>
+ <string name="removed_from_favorites">Eliminado dos favoritos</string>
+ <string name="visit_website_label">Visitar sitio web</string>
+ <string name="support_label">Publicar en Flattr</string>
+ <string name="skip_episode_label">Saltar episodio</string>
+ <string name="activate_auto_download">Activar a descarga automática</string>
+ <string name="deactivate_auto_download">Desactivar a descarga automática</string>
+ <string name="reset_position">Reiniciar a posición de reprodución</string>
+ <string name="removed_item">Elmento eleminado</string>
+ <!--Download messages and labels-->
+ <string name="download_successful">exitoso</string>
+ <string name="download_failed">fallou</string>
+ <string name="download_pending">Descarga pendente</string>
+ <string name="download_running">Descarga en proceso</string>
+ <string name="download_error_device_not_found">Non se atopou dispositivo de almacenamento</string>
+ <string name="download_error_insufficient_space">Non hai suficiente espacio</string>
+ <string name="download_error_file_error">Fallo de ficheiro</string>
+ <string name="download_error_http_data_error">Fallo de datos HTTP</string>
+ <string name="download_error_error_unknown">Fallo descoñecido</string>
+ <string name="download_error_parser_exception">Excepción no procesador</string>
+ <string name="download_error_unsupported_type">Tipo de fonte non admitida</string>
+ <string name="download_error_connection_error">Fallo na conexión</string>
+ <string name="download_error_unknown_host">Servidor descoñecido</string>
+ <string name="download_error_unauthorized">Fallo na autenticación</string>
+ <string name="download_error_file_type_type">Fallo no tipo de ficheiro</string>
+ <string name="download_error_forbidden">Non admitido</string>
+ <string name="cancel_all_downloads_label">Cancelar todas as descargas</string>
+ <string name="download_canceled_msg">Descarga cancelada</string>
+ <string name="download_canceled_autodownload_enabled_msg">Descarga cancelada\nDeshabilitouse <i>Descarga automática</i> para este elemento</string>
+ <string name="download_report_title">Descargas completadas con erro(s)</string>
+ <string name="download_report_content_title">Informe da descarga</string>
+ <string name="download_error_malformed_url">URL mal formada</string>
+ <string name="download_error_io_error">Fallo IO</string>
+ <string name="download_error_request_error">Fallo na petición</string>
+ <string name="download_error_db_access">Fallo no acceso a base de datos</string>
+ <plurals name="downloads_left">
+ <item quantity="one">%d descarga restante</item>
+ <item quantity="other">%d descargas restantes</item>
+ </plurals>
+ <string name="downloads_processing">Procesando as descargas</string>
+ <string name="download_notification_title">Descargando datos do podcast</string>
+ <string name="download_report_content">%1$ddescargas exitosas, %2$d fallaron</string>
+ <string name="download_log_title_unknown">Título descoñecido</string>
+ <string name="download_type_feed">Fonte</string>
+ <string name="download_type_media">Ficheiro de medios</string>
+ <string name="download_type_image">Imaxe</string>
+ <string name="download_request_error_dialog_message_prefix">Houbo un fallo intentando descargar o ficheiro:\u0020</string>
+ <string name="authentication_notification_title">Precísase autenticación</string>
+ <string name="authentication_notification_msg">O recurso solicitado require un usuario e contrasinal</string>
+ <string name="confirm_mobile_download_dialog_title">Confirme a descarga con datos do móbil</string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">Descargar coa conexión de datos do móbil está deshabilitada nos axustes.\n\nPode escoller ben só engadir o episodio a cola ou pode permitir a descarga temporalmente.\n\n<small> A súa elección lembrarase durante 10 minutos.</small></string>
+ <string name="confirm_mobile_download_dialog_message">A descarga con datos móbiles está deshabilitada nos axustes.\n\nQuere permitir a descarga temporalmente?\n\n <small>A súa decisión lembrarase durante 10 minutos.</small></string>
+ <string name="confirm_mobile_download_dialog_only_add_to_queue">Engadir a cola</string>
+ <string name="confirm_mobile_download_dialog_enable_temporarily">Permitir temporalmente</string>
+ <!--Mediaplayer messages-->
+ <string name="player_error_msg">Fallo!</string>
+ <string name="player_stopped_msg">Non está a reproducir</string>
+ <string name="player_preparing_msg">Preparando</string>
+ <string name="player_ready_msg">Listo</string>
+ <string name="player_seeking_msg">Buscando</string>
+ <string name="playback_error_server_died">Servidor desconectado</string>
+ <string name="playback_error_unknown">Fallo descoñecido</string>
+ <string name="no_media_playing_label">Non reproducindo</string>
+ <string name="player_buffering_msg">Almacenando</string>
+ <string name="playbackservice_notification_title">Reproducindo podcast</string>
+ <string name="unknown_media_key">AntennaPod - chave de medios descoñecida: %1$d</string>
+ <!--Queue operations-->
+ <string name="lock_queue">Pechar a cola</string>
+ <string name="unlock_queue">Despechar a cola</string>
+ <string name="queue_locked">Cola pechada</string>
+ <string name="queue_unlocked">Cola despechada</string>
+ <string name="clear_queue_label">Limpar cola</string>
+ <string name="undo">Desfacer</string>
+ <string name="removed_from_queue">Elemento eliminado</string>
+ <string name="move_to_top_label">Mover arriba</string>
+ <string name="move_to_bottom_label">Mover abaixo</string>
+ <string name="sort">Ordenar</string>
+ <string name="date">Data</string>
+ <string name="duration">Duración</string>
+ <string name="episode_title">Título do episodio</string>
+ <string name="feed_title">Título da fonte</string>
+ <string name="ascending">Ascendente</string>
+ <string name="descending">Descendente</string>
+ <string name="clear_queue_confirmation_msg">Por favor confirme que quere limpar a cola e TODOS os episodios nela</string>
+ <!--Flattr-->
+ <string name="flattr_auth_label">conectar Flattr</string>
+ <string name="flattr_auth_explanation">Pulse o botón inferior para iniciar o proceso de autenticación. Será redireccionado a pantalla de conexión en Flattr no seu navegador e pediralle permiso para que AntennaPod poida acceder. Despois de dar permiso, voltará a esta pantalla de xeito automático.</string>
+ <string name="authenticate_label">Autenticar</string>
+ <string name="return_home_label">Voltar ao inicio</string>
+ <string name="flattr_auth_success">Autenticouse correctamente! Xa pode enviar valoracións a Flattr desde o app.</string>
+ <string name="no_flattr_token_title">Non se atopou o testemuño de Flattr</string>
+ <string name="no_flattr_token_notification_msg">A súa conta de Flattr non semella estar conectada a AntennaPod. Toque aquí para autenticarse.</string>
+ <string name="no_flattr_token_msg">A súa conta de Flattr non semella estar conectada a AntennaPod. Ben pode conectar a súa conta a AntennaPod para interactuar en Flattr desde o app ou ben pode visitar o sitio web do elemento e darlle ao flattr desde alí.</string>
+ <string name="authenticate_now_label">Autenticar</string>
+ <string name="action_forbidden_title">Acción non permitida</string>
+ <string name="action_forbidden_msg">AntennaPod non ten permiso para esta acción. A razón podería ser que o testemuño de acceso de AntennaPod ou a súa conta fosen rexeitados. Pode voltar a autenticarse ou visitar o sitio web do elemento.</string>
+ <string name="access_revoked_title">Acceso rexeitado</string>
+ <string name="access_revoked_info">Eliminou correctamente o testemuño de acceso de AntennaPod a súa conta. Para completar o proceso deberá eliminar este aplicativo da lista de aplicativos autorizados nos axustes da súa conta na web de Flattr.</string>
+ <!--Flattr-->
+ <string name="flattr_click_success">Flateraches algo!</string>
+ <string name="flattr_click_success_count">Flateraches %d cousas!</string>
+ <string name="flattr_click_success_queue">Flattr\'ed: %s.</string>
+ <string name="flattr_click_failure_count">Failed to flattr %d things!</string>
+ <string name="flattr_click_failure">Not flattr\'ed: %s.</string>
+ <string name="flattr_click_enqueued">A cousa esta será flaterada máis tarde</string>
+ <string name="flattring_thing">Flattring %s</string>
+ <string name="flattring_label">AntennaPod está enviando a Flattr</string>
+ <string name="flattrd_label">AntennaPod enviou a Flattr</string>
+ <string name="flattrd_failed_label">Fallou o envío a Flattr</string>
+ <string name="flattr_retrieving_status">Obtendo cousas de Flattr</string>
+ <!--Variable Speed-->
+ <string name="download_plugin_label">Descargar engadido</string>
+ <string name="no_playback_plugin_title">Engadido non instalado</string>
+ <string name="no_playback_plugin_or_sonic_msg">Para que funcione a velocidade de reprodución variable recomendamos utilizar o reproductor Sonic incluído[Android 4.1+].\n\nAlternativamente tamén pode descargar o engadido de terceiros de nome <i>Prestissimo</i>desde a Play Store.\nCalquer problema con Prestissimo non é responsabilidade de AntennaPod e debería informar ao responsable do engadido.</string>
+ <string name="set_playback_speed_label">Velocidade de reproducións</string>
+ <string name="enable_sonic">Habilitar Sonic</string>
+ <!--Empty list labels-->
+ <string name="no_items_label">Non hai elementos na lista.</string>
+ <string name="no_feeds_label">Aínda non está suscrito a ningunha fonte.</string>
+ <string name="no_chapters_label">Este episodio non ten capítulos.</string>
+ <string name="no_shownotes_label">Este episodio non ten notas de episodio.</string>
+ <!--Preferences-->
+ <string name="storage_pref">Almacenamento</string>
+ <string name="project_pref">Proxecto</string>
+ <string name="other_pref">Outro</string>
+ <string name="about_pref">Sobre</string>
+ <string name="queue_label">Cola</string>
+ <string name="services_label">Servizos</string>
+ <string name="flattr_label">Flattr</string>
+ <string name="pref_episode_cleanup_title">Limpeza de episodios</string>
+ <string name="pref_episode_cleanup_summary">Os episodios que non están na cola e tampouco son favoritos deberían poder ser candidatos a ser eliminados si a función Descarga Automática precisa espazo para novos episodios.</string>
+ <string name="pref_pauseOnDisconnect_sum">Deter a reprodución cando se desconectan os auriculares ou bluetooth</string>
+ <string name="pref_unpauseOnHeadsetReconnect_sum">Retomar a reprodución cando se conectan os auriculares</string>
+ <string name="pref_unpauseOnBluetoothReconnect_sum">Retomar a reprodución cando se reconecta o bluetooth</string>
+ <string name="pref_hardwareForwardButtonSkips_title">O botón Adiante salta</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">Cando se presiona o botón Adiante no dispositivo salta ao seguinte episodio en lugar de reproducir de xeito acelerado</string>
+ <string name="pref_hardwarePreviousButtonRestarts_title">O botón Anterior reinicia</string>
+ <string name="pref_hardwarePreviousButtonRestarts_sum">Cando se presiona Anterior no dispositivo reinicia o episodio no lugar de ir cara atrás</string>
+ <string name="pref_followQueue_sum">Saltar ao seguinte elemento na cola cando remata o episodio</string>
+ <string name="pref_auto_delete_sum">Eliminar o episodio cando remata a súa reprodución</string>
+ <string name="pref_auto_delete_title">Borrado automático</string>
+ <string name="pref_smart_mark_as_played_sum">Marcar episodios como reproducidos si aínda quedan un determinado número de segundos por reproducir</string>
+ <string name="pref_smart_mark_as_played_title">Marcar como Reproducido automático</string>
+ <string name="pref_skip_keeps_episodes_sum">Manter os episodios cando son saltados</string>
+ <string name="pref_skip_keeps_episodes_title">Manter episodios saltados</string>
+ <string name="playback_pref">Reprodución</string>
+ <string name="network_pref">Rede</string>
+ <string name="pref_autoUpdateIntervallOrTime_title">Intervalo de actualización ou Hora do día</string>
+ <string name="pref_autoUpdateIntervallOrTime_sum">Indicar un intervalo ou unha hora en concreto para actualizar automáticamente as fontes</string>
+ <string name="pref_autoUpdateIntervallOrTime_message">Pode establecer un <i>intervalo</i> como \"2 horas\", unha <i>hora do día</i> en concreto como \"7:00 AM\" ou <i>deshabilitar</i>totalmente a actualización automática.\n\n<small>Aviso: indicar que pode haber un lixeiro retardo do momento da actualización.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_Disable">Deshabilitar</string>
+ <string name="pref_autoUpdateIntervallOrTime_Interval">Establecer intervalo</string>
+ <string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Establecer hora do día</string>
+ <string name="pref_autoUpdateIntervallOrTime_every">cada %1$s</string>
+ <string name="pref_autoUpdateIntervallOrTime_at">as %1$s</string>
+ <string name="pref_downloadMediaOnWifiOnly_sum">Descargar ficheiros de medios so cando rede WiFi</string>
+ <string name="pref_followQueue_title">Reprodución continua</string>
+ <string name="pref_downloadMediaOnWifiOnly_title">Descarga de medios WiFi</string>
+ <string name="pref_pauseOnHeadsetDisconnect_title">Desconexión de auriculares</string>
+ <string name="pref_unpauseOnHeadsetReconnect_title">Reconexión de auriculares</string>
+ <string name="pref_unpauseOnBluetoothReconnect_title">Reconexión bluetooth</string>
+ <string name="pref_mobileUpdate_title">Actualizacións Móbil</string>
+ <string name="pref_mobileUpdate_sum">Permitir actualizacións sobre a rede de datos do móbil</string>
+ <string name="refreshing_label">Actualizando</string>
+ <string name="flattr_settings_label">Axustes Flattr</string>
+ <string name="pref_flattr_auth_title">Conexión Flattr</string>
+ <string name="pref_flattr_auth_sum">Conéctese a súa conta Flattr para interactuar desde o aplicativo.</string>
+ <string name="pref_flattr_this_app_title">Flattr este aplicativo</string>
+ <string name="pref_flattr_this_app_sum">Axude ao desenvolvemento de AntennaPod comentandoo en Flattr. Grazas!</string>
+ <string name="pref_revokeAccess_title">Retirar acceso</string>
+ <string name="pref_revokeAccess_sum">Retirar o permiso de acceso a súa conta Flattr en este aplicativo.</string>
+ <string name="pref_auto_flattr_title">Flattr automático</string>
+ <string name="pref_auto_flattr_sum">Configure o flattr automático</string>
+ <string name="user_interface_label">Interface de usuaria</string>
+ <string name="pref_set_theme_title">Escolla o decorado</string>
+ <string name="pref_nav_drawer_title">Personalice a Caixa de navegación</string>
+ <string name="pref_nav_drawer_sum">Personalice o aspecto da caixa de navegación</string>
+ <string name="pref_nav_drawer_items_title">Estableza os elementos da Caixa de navegación</string>
+ <string name="pref_nav_drawer_items_sum">Cambie os elementos que aparecerán na Caixa de navegación</string>
+ <string name="pref_nav_drawer_feed_order_title">Estableza a orde de suscrición</string>
+ <string name="pref_nav_drawer_feed_order_sum">Cambie a orde das súas suscricións</string>
+ <string name="pref_nav_drawer_feed_counter_title">Establecer o contador de suscricións</string>
+ <string name="pref_nav_drawer_feed_counter_sum">Cambie a información mostrada polo contador de suscricións</string>
+ <string name="pref_set_theme_sum">Cambiar o aspecto de AntennaPod.</string>
+ <string name="pref_automatic_download_title">Descarga automática</string>
+ <string name="pref_automatic_download_sum">Axuste a descarga automática de episodios.</string>
+ <string name="pref_autodl_wifi_filter_title">Habilitar o filtro WiFi</string>
+ <string name="pref_autodl_wifi_filter_sum">Permitir a descarga automática só en redes WiFi selecionadas.</string>
+ <string name="pref_automatic_download_on_battery_title">Descargar elementos cando non esté cargando</string>
+ <string name="pref_automatic_download_on_battery_sum">Permitir a descarga automática cando a batería non está a cargar</string>
+ <string name="pref_parallel_downloads_title">Descargas simultáneas</string>
+ <string name="pref_episode_cache_title">Caché de episodios</string>
+ <string name="pref_theme_title_light">Claro</string>
+ <string name="pref_theme_title_dark">Oscuro</string>
+ <string name="pref_episode_cache_unlimited">Ilimitado</string>
+ <string name="pref_update_interval_hours_plural">horas</string>
+ <string name="pref_update_interval_hours_singular">hora</string>
+ <string name="pref_update_interval_hours_manual">Manual</string>
+ <string name="pref_gpodnet_authenticate_title">Conexión</string>
+ <string name="pref_gpodnet_authenticate_sum">Conectar coa súa conta gpodder.net para sincronizar as súas suscricións.</string>
+ <string name="pref_gpodnet_logout_title">Desconectar</string>
+ <string name="pref_gpodnet_logout_toast">Desconectouse correctamente</string>
+ <string name="pref_gpodnet_setlogin_information_title">Cambiar a información de conexión</string>
+ <string name="pref_gpodnet_setlogin_information_sum">Cambiar a información de conexión da súa conta gpodder.net</string>
+ <string name="pref_gpodnet_sync_changes_title">Sincronizar os cambios agora</string>
+ <string name="pref_gpodnet_sync_changes_sum">Sincronizar os datos de suscrición e estado dos episodios con gpodder.net</string>
+ <string name="pref_gpodnet_full_sync_title">Sincronice todo agora</string>
+ <string name="pref_gpodnet_full_sync_sum">Sincronizar todas as suscricións e estados de episodios con gpodder.net</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">Último intento de sincronización: %1$s (%2$s)</string>
+ <string name="pref_gpodnet_sync_started">Sincronización iniciada</string>
+ <string name="pref_gpodnet_full_sync_started">Sincronización completa iniciada</string>
+ <string name="pref_gpodnet_login_status"><![CDATA[Conectada como <i>%1$s</i> co dispositivo <i>%2$s</i>]]></string>
+ <string name="pref_gpodnet_notifications_title">Mostrar notificacións de erros na sincronización.</string>
+ <string name="pref_gpodnet_notifications_sum">Esta preferencia non se aplica a fallos na autenticación.</string>
+ <string name="pref_playback_speed_title">Velocidades de reprodución</string>
+ <string name="pref_playback_speed_sum">Personalice a velocidade variable de reprodución de audio</string>
+ <string name="pref_fast_forward">Avance rápido Salta tempo</string>
+ <string name="pref_fast_forward_sum">Personalice o número de segundos a avanzar cando o se pulsa o botón de avance rápido</string>
+ <string name="pref_rewind">Retroceso Salta tempo</string>
+ <string name="pref_rewind_sum">Personalice o número de segundos que se retrocede na reprodución cando se pulsa o botón retroceso</string>
+ <string name="pref_gpodnet_sethostname_title">Establecer servidor</string>
+ <string name="pref_gpodnet_sethostname_use_default_host">Utilizar servidor por omisión</string>
+ <string name="pref_expandNotify_title">Expandir notificación</string>
+ <string name="pref_expandNotify_sum">Expandir sempre a notificación para mostrar os botóns de reprodución</string>
+ <string name="pref_persistNotify_title">Controles persistentes de reprodución</string>
+ <string name="pref_persistNotify_sum">Manter notificación e controles na pantalla de bloqueo cando a reprodución está pausada.</string>
+ <string name="pref_compact_notification_buttons_title">Establecer botóns de pantalla de bloqueo</string>
+ <string name="pref_compact_notification_buttons_sum">Cambiar os botóns de reprodución na pantalla de bloqueo. O botón reproducir/pausa sempre se inclúe.</string>
+ <string name="pref_compact_notification_buttons_dialog_title">Escolla un máximo de %1$d elementos</string>
+ <string name="pref_compact_notification_buttons_dialog_error">Só pode selecionar un máximo de %1$d elementos.</string>
+ <string name="pref_lockscreen_background_title">Establecer fondo da pantalla de bloqueo</string>
+ <string name="pref_lockscreen_background_sum">Establecer o fondo de pantalla de bloqueo coa imaxe do episodio actual. Como consecuencia, esto tamén mostrará a imaxe en aplicativos de terceiros.</string>
+ <string name="pref_showDownloadReport_title">Mostrar informe de descarga</string>
+ <string name="pref_showDownloadReport_sum">Si falla a descarga, xerar un informe que informe dos detalles do fallo.</string>
+ <string name="pref_expand_notify_unsupport_toast">As versións de Android anteriores a 4.1 non teñen soporte para notificacións expandidas.</string>
+ <string name="pref_queueAddToFront_sum">Engadir os novos episodios ao inicio da cola.</string>
+ <string name="pref_queueAddToFront_title">Por no inicio da cola</string>
+ <string name="pref_smart_mark_as_played_disabled">Deshabilitado</string>
+ <string name="pref_image_cache_size_title">Tamaño da caché de imaxes</string>
+ <string name="pref_image_cache_size_sum">Tamaño da caché en disco para as imaxes.</string>
+ <string name="crash_report_title">Informe de Desgracias</string>
+ <string name="crash_report_sum">Enviar por email o informe de fallo xeral no aplicativo</string>
+ <string name="send_email">Enviar email</string>
+ <string name="experimental_pref">En probas</string>
+ <string name="pref_sonic_title">Sonic Media Player</string>
+ <string name="pref_sonic_message">Utilizar o sonic media player incluído no lugar do reprodutor nativo de Android e Prestissimo</string>
+ <string name="pref_current_value">Valor actual: %1$s</string>
+ <string name="pref_proxy_title">Proxy</string>
+ <string name="pref_proxy_sum">Establecer un proxy para a rede</string>
+ <string name="pref_faq">PMF</string>
+ <string name="pref_known_issues">Problemas coñecidos</string>
+ <string name="pref_no_browser_found">Non se atopou un navegador web</string>
+ <string name="pref_cast_title">Soporte Chromecast</string>
+ <string name="pref_cast_message_play_flavor">Habilitar o soporte de reprodución remota nun dispositivo Cast (como o Chromecast, Altofalantes ou Android TV)</string>
+ <string name="pref_cast_message_free_flavor">Chromecast precisa software propietario de terceiras partes que están deshabilitadas en esta versión de AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Descargas engadidas a cola</string>
+ <string name="pref_enqueue_downloaded_summary">Engadir os episodios descargados a cola</string>
+ <!--Auto-Flattr dialog-->
+ <string name="auto_flattr_enable">Hablitar o flattring automático</string>
+ <string name="auto_flattr_after_percent">Flattr o episodio tan pronto como o %d por cento foi reproducido</string>
+ <string name="auto_flattr_ater_beginning">Flattr o episodio cando se inicia a reprodución</string>
+ <string name="auto_flattr_ater_end">Flattr o episodio cando remata a reprodución</string>
+ <!--Search-->
+ <string name="search_hint">Buscar episodios</string>
+ <string name="found_in_shownotes_label">Atopado nas notas do episodio</string>
+ <string name="found_in_chapters_label">Atopado en capítulos</string>
+ <string name="found_in_authors_label">Atopado en autores</string>
+ <string name="found_in_feeds_label">Atopado en fontes</string>
+ <string name="search_status_no_results">Non se atoparon resultados</string>
+ <string name="search_label">Buscar</string>
+ <string name="found_in_title_label">Atopado no título</string>
+ <string name="no_results_for_query">Non hai resultados para \"%1$s\"</string>
+ <!--OPML import and export-->
+ <string name="opml_import_txtv_button_lable">Os ficheiros OPML permítenlle mover os seus podcast de un xestor a outro.</string>
+ <string name="opml_import_option">Opción %1$d</string>
+ <string name="opml_import_explanation_1">Escolla unha ruta de ficheiro concreta no sistema de ficheiros local.</string>
+ <string name="opml_import_explanation_2">Utilice unha aplicación externa como Dropbox, Google Drive ou o seu xestor de ficheiros para abrir un ficheiro OPML.</string>
+ <string name="opml_import_explanation_3">Moitos aplicativos como Google Mail, Dropbox, Google Drive e a maioría dos xestores de ficheiros poden <i>abrir</i> ficheiros OPML <i>con</i> AntennaPod.</string>
+ <string name="start_import_label">Iniciar a importación</string>
+ <string name="opml_import_label">Importar OPML</string>
+ <string name="opml_directory_error">FALLO!</string>
+ <string name="reading_opml_label">Lendo ficheiro OPML</string>
+ <string name="opml_reader_error">Houbo un fallo ao ler o documento OPML:</string>
+ <string name="opml_import_error_no_file">Non hai ficheiro seleccionado!</string>
+ <string name="select_all_label">Seleccionar todo</string>
+ <string name="deselect_all_label">Deseleccionar todo</string>
+ <string name="select_options_label">Seleccionar...</string>
+ <string name="choose_file_from_filesystem">Desde sistema local de ficheiros</string>
+ <string name="choose_file_from_external_application">Utilizar aplicativo externo</string>
+ <string name="opml_export_label">Exportar OPML</string>
+ <string name="html_export_label">Exportar HTML</string>
+ <string name="exporting_label">Exportando...</string>
+ <string name="export_error_label">Fallo ao exportar</string>
+ <string name="opml_export_success_title">Exportación OPML exitosa.</string>
+ <string name="opml_export_success_sum">O ficheiro .opml foi gardado en:\u0020</string>
+ <string name="opml_import_ask_read_permission">Precísase acceso ao almacenamento externo para ler o ficheiro OPML</string>
+ <!--Sleep timer-->
+ <string name="set_sleeptimer_label">Establecer apagado automático</string>
+ <string name="disable_sleeptimer_label">Deshabilitar o apagado automático</string>
+ <string name="enter_time_here_label">Introducir tempo</string>
+ <string name="sleep_timer_label">Apagado automático</string>
+ <string name="time_left_label">Tempo restante:\u0020</string>
+ <string name="time_dialog_invalid_input">Entrada incorrecta, o tempo ten que ser un número enteiro</string>
+ <string name="timer_about_to_expire_label"><b>Cando está a piques de rematar o temporizador:</b></string>
+ <string name="shake_to_reset_label">Axitar para reiniciar o temporizador</string>
+ <string name="timer_vibration_label">Vibrar</string>
+ <string name="time_seconds">segundos</string>
+ <string name="time_minutes">minutos</string>
+ <string name="time_hours">horas</string>
+ <plurals name="time_seconds_quantified">
+ <item quantity="one">1 segundo</item>
+ <item quantity="other">%d segundos</item>
+ </plurals>
+ <plurals name="time_minutes_quantified">
+ <item quantity="one">1 minuto</item>
+ <item quantity="other">%d minutos</item>
+ </plurals>
+ <plurals name="time_hours_quantified">
+ <item quantity="one">1 hora</item>
+ <item quantity="other">%d horas</item>
+ </plurals>
+ <string name="auto_enable_label">Habilitar automáticamente</string>
+ <string name="sleep_timer_enabled_label">Apagado automático habilitado</string>
+ <string name="sleep_timer_disabled_label">Apagado automático deshabilitado</string>
+ <!--gpodder.net-->
+ <string name="gpodnet_taglist_header">CATEGORÍAS</string>
+ <string name="gpodnet_toplist_header">PODCASTS TOP</string>
+ <string name="gpodnet_suggestions_header">SUXESTIÓNS</string>
+ <string name="gpodnet_search_hint">Buscar en gpodder.net</string>
+ <string name="gpodnetauth_login_title">Conexión</string>
+ <string name="gpodnetauth_login_descr">Benvida ao proceso de conexión a gpodder.net. Primeiro, escriba os seus datos de conexión:</string>
+ <string name="gpodnetauth_login_butLabel">Conexión</string>
+ <string name="gpodnetauth_login_register">Se aínda non ten unha conta, pode crear unha aquí:\nhttps://gpodder.net/register/</string>
+ <string name="username_label">Nome de usuaria</string>
+ <string name="password_label">Contrasinal</string>
+ <string name="gpodnetauth_device_title">Selección de dispositivo</string>
+ <string name="gpodnetauth_device_descr">Crear un novo dispositivo para usar coa sua conta gpodder.net ou escoller un existente:</string>
+ <string name="gpodnetauth_device_deviceID">ID de dispositivo:\u0020</string>
+ <string name="gpodnetauth_device_caption">Título</string>
+ <string name="gpodnetauth_device_butCreateNewDevice">Crear un novo dispositivo</string>
+ <string name="gpodnetauth_device_chooseExistingDevice">Escolle un novo dispositivo:</string>
+ <string name="gpodnetauth_device_errorEmpty">O ID do dispositivo non pode quedar baldeiro</string>
+ <string name="gpodnetauth_device_errorAlreadyUsed">ID de dispositivo xa en uso</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">Non pode quedar baldeiro o titulo</string>
+ <string name="gpodnetauth_device_butChoose">Escoller</string>
+ <string name="gpodnetauth_finish_title">Conexión correcta!</string>
+ <string name="gpodnetauth_finish_descr">Parabéns! A súa conta gpodder.net está conectada ao dispositivo. AntennaPod poderá agora sincronizar automáticamente as súas suscricións no dispositivo na conta de gpodder.net</string>
+ <string name="gpodnetauth_finish_butsyncnow">Iniciar a sincronización</string>
+ <string name="gpodnetauth_finish_butgomainscreen">Ir a pantalla principal</string>
+ <string name="gpodnetsync_auth_error_title">fallo na autenticación en gpodder.net</string>
+ <string name="gpodnetsync_auth_error_descr">Nome de usuaria o contrasinal incorrectos</string>
+ <string name="gpodnetsync_error_title">fallo na sincronización con gpodder.net</string>
+ <string name="gpodnetsync_error_descr">Houbo un fallo durante a sincronización:\u0020</string>
+ <string name="gpodnetsync_pref_report_successful">Con éxito</string>
+ <string name="gpodnetsync_pref_report_failed">Fallou</string>
+ <!--Directory chooser-->
+ <string name="selected_folder_label">Cartafol escollido:</string>
+ <string name="create_folder_label">Crear cartafol</string>
+ <string name="choose_data_directory">Escoller cartafol de datos</string>
+ <string name="choose_data_directory_message">Por favor escolla a base do cartafol dos seus datos. AntennaPod creará os subcartafoles axeitados.</string>
+ <string name="choose_data_directory_permission_rationale">Precísase o acceso ao almacenamento externo para mudar o cartafol de datos</string>
+ <string name="create_folder_msg">Crear un novo cartafol de nome \"%1$s\"?</string>
+ <string name="create_folder_success">Novo cartafol creado</string>
+ <string name="create_folder_error_no_write_access">Non se pode escribir en este cartafol</string>
+ <string name="create_folder_error_already_exists">O cartafol xa existe</string>
+ <string name="create_folder_error">Non se creou o cartafol</string>
+ <string name="folder_does_not_exist_error">\"%1$s\" non existe</string>
+ <string name="folder_not_readable_error">\"%1$s\" non se pode ler</string>
+ <string name="folder_not_writable_error">non se pode escribir en \"%1$s\"</string>
+ <string name="folder_not_empty_dialog_title">O cartafol non está baldeiro</string>
+ <string name="folder_not_empty_dialog_msg">O cartafol escollido non está baldeiro. As descargas de medios e outros ficheiros situaranse directamente en este cartafol. Proceder de todos xeitos?</string>
+ <string name="set_to_default_folder">Escolla o cartafol por omisión</string>
+ <string name="pref_pausePlaybackForFocusLoss_sum">Pausar a reprodución en lugar de baixar o volume cando outro app quere reproducir un son.</string>
+ <string name="pref_pausePlaybackForFocusLoss_title">Pausa para interrupcións</string>
+ <string name="pref_resumeAfterCall_sum">Retomar a reprodución despois de rematar a chamada telefónica</string>
+ <string name="pref_resumeAfterCall_title">Retomar despois da chamada</string>
+ <string name="pref_restart_required">AntennaPod debe reiniciarse para que esta opción se aplique.</string>
+ <!--Online feed view-->
+ <string name="subscribe_label">Suscribir</string>
+ <string name="subscribed_label">Suscrito</string>
+ <string name="downloading_label">Descargando...</string>
+ <!--Content descriptions for image buttons-->
+ <string name="rewind_label">Rebobinar</string>
+ <string name="fast_forward_label">Avance rápido</string>
+ <string name="media_type_audio_label">Son</string>
+ <string name="media_type_video_label">Vídeo</string>
+ <string name="navigate_upwards_label">Navegar hacia arriba</string>
+ <string name="status_downloading_label">Estase a descargar o episodio</string>
+ <string name="in_queue_label">O episodio está na cola</string>
+ <string name="drag_handle_content_description">Arrastre para mudar a posición de este elemento</string>
+ <string name="load_next_page_label">Cargar a seguinte páxina</string>
+ <!--Feed information screen-->
+ <string name="authentication_label">Autenticación</string>
+ <string name="authentication_descr">Cambiar o seu nome de usuaria e contrasinal para este podcast e os seus episodios.</string>
+ <string name="auto_download_settings_label">Axustes de descarga automática</string>
+ <string name="episode_filters_label">Fitro de episodios</string>
+ <string name="episode_filters_description">Lista dos termos utilizados para decidir si un episodio debe ser incluído ou excluído das descargas automáticas</string>
+ <string name="episode_filters_include">Incluír</string>
+ <string name="episode_filters_exclude">Excluír</string>
+ <string name="episode_filters_hint">Palabras simples \n\"Varias palabras\"</string>
+ <string name="keep_updated">Manter actualizado</string>
+ <!--Progress information-->
+ <string name="progress_upgrading_database">Actualizando a base de datos</string>
+ <!--AntennaPodSP-->
+ <string name="sp_apps_importing_feeds_msg">Importando as suscricións desde apps de propósito único...</string>
+ <string name="search_itunes_label">Buscar en iTunes</string>
+ <string name="filter">Filtrado</string>
+ <string name="search_fyyd_label">Buscar fyyd</string>
+ <!--Episodes apply actions-->
+ <string name="all_label">Todo</string>
+ <string name="selected_all_label">Seleccionar todos os episodios</string>
+ <string name="none_label">Ningún</string>
+ <string name="deselected_all_label">Todos os episodios deseleccionados</string>
+ <string name="played_label">Reproducidos</string>
+ <string name="selected_played_label">Episodios reproducidos seleccionados</string>
+ <string name="unplayed_label">Non reproducidos</string>
+ <string name="selected_unplayed_label">Episodios non reproducidos seleccionados</string>
+ <string name="downloaded_label">Descargados</string>
+ <string name="selected_downloaded_label">Episodios descargados seleccionados</string>
+ <string name="not_downloaded_label">Non descargados</string>
+ <string name="selected_not_downloaded_label">Episodios non descargados seleccionados</string>
+ <string name="queued_label">Na cola</string>
+ <string name="selected_queued_label">Seleccionados os episodios na cola</string>
+ <string name="not_queued_label">Fora da cola</string>
+ <string name="selected_not_queued_label">Seleccionados os episodios fora da cola</string>
+ <string name="has_media">Teñen medios</string>
+ <string name="selected_has_media_label">Seleccionados episodios que inclúen medios</string>
+ <!--Sort-->
+ <string name="sort_title_a_z">Título (A \u2192 Z)</string>
+ <string name="sort_title_z_a">Título (Z \u2192 A)</string>
+ <string name="sort_date_new_old">Data (Novo \u2192 Vello)</string>
+ <string name="sort_date_old_new">Data (Vello \u2192 Novo)</string>
+ <string name="sort_duration_short_long">Duración (Curto \u2192 Longo)</string>
+ <string name="sort_duration_long_short">Duración (Longo \u2192 Curto)</string>
+ <!--Rating dialog-->
+ <string name="rating_title">Gosta de AntennaPod?</string>
+ <string name="rating_message">Agradeceríamos que dedicase un intre a valorar AntennaPod.</string>
+ <string name="rating_never_label">Pasa de min oh!</string>
+ <string name="rating_later_label">Lembrar máis tarde</string>
+ <string name="rating_now_label">Trato, fagámolo!</string>
+ <!--Audio controls-->
+ <string name="audio_controls">Controis de audio</string>
+ <string name="playback_speed">Velocidade de reprodución</string>
+ <string name="volume">Volume</string>
+ <string name="left_short">L</string>
+ <string name="right_short">R</string>
+ <string name="audio_effects">Efectos de son</string>
+ <string name="stereo_to_mono">Comprimir: stereo a mono</string>
+ <string name="sonic_only">Só Sonic</string>
+ <!--proxy settings-->
+ <string name="proxy_type_label">Tipo</string>
+ <string name="host_label">Servidor</string>
+ <string name="port_label">Porto</string>
+ <string name="optional_hint">(Optativo)</string>
+ <string name="proxy_test_label">Proba</string>
+ <string name="proxy_checking">Comprobando...</string>
+ <string name="proxy_test_successful">Proba exitosa</string>
+ <string name="proxy_test_failed">Fallo na proba</string>
+ <string name="proxy_host_empty_error">Servidor non pode quedar baldeiro</string>
+ <string name="proxy_host_invalid_error">O servidor indicado non é un dominio ou IP válidos</string>
+ <string name="proxy_port_invalid_error">Porto non válido</string>
+ <!--Casting-->
+ <string name="cast_media_route_menu_title">Reproducir en...</string>
+ <string name="cast_disconnect_label">Desconectar a sesión de emisión</string>
+ <string name="cast_not_castable">O medio seleccionado non é compatible co dispositivo de emisión</string>
+ <string name="cast_failed_to_play">Fallo no inicio da reprodución de medios</string>
+ <string name="cast_failed_to_stop">Non se puido deter a reprodución de medios</string>
+ <string name="cast_failed_to_pause">Non se puido pausar a reprodución de medios</string>
+ <!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
+ <string name="cast_failed_setting_volume">Non se puido establecer o volume</string>
+ <string name="cast_failed_no_connection">Non hai conexión ao dispositivo de emisión</string>
+ <string name="cast_failed_no_connection_trans">Perdeuse a conexión ao dispositivo de emisión. O aplicativo está a intentar restablecela se fose posible. Por favor, agarde uns segundos e inténteo de novo.</string>
+ <string name="cast_failed_perform_action">Non se puido completar a acción</string>
+ <string name="cast_failed_status_request">Fallo de sincronización co dispositivo de emisión</string>
+ <string name="cast_failed_seek">Non se puido cambiar a posición no dispositivo de emisión</string>
+ <string name="cast_failed_receiver_player_error">O reprodutor receptor atopou un fallo grave</string>
+ <string name="cast_failed_media_error_skipping">Fallo na reprodución de medios. Saltando...</string>
+</resources>
diff --git a/core/src/main/res/values-is-rIS/strings.xml b/core/src/main/res/values-is-rIS/strings.xml
new file mode 100644
index 000000000..28dfeb6e8
--- /dev/null
+++ b/core/src/main/res/values-is-rIS/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>
diff --git a/core/src/main/res/values-it/strings.xml b/core/src/main/res/values-it/strings.xml
index 5e74e5c57..2549a5bac 100644
--- a/core/src/main/res/values-it/strings.xml
+++ b/core/src/main/res/values-it/strings.xml
@@ -2,6 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--Activitiy and fragment titles-->
<string name="feeds_label">Feed</string>
+ <string name="statistics_label">Statistiche</string>
<string name="add_feed_label">Aggiungi un podcast</string>
<string name="episodes_label">Episodi</string>
<string name="all_episodes_short_label">Tutto</string>
@@ -13,10 +14,13 @@
<string name="downloads_running_label">In corso</string>
<string name="downloads_completed_label">Completati</string>
<string name="downloads_log_label">Registro</string>
+ <string name="subscriptions_label">Sottoscrizioni</string>
+ <string name="subscriptions_list_label">Elenco delle sottoscrizioni</string>
<string name="cancel_download_label">Annulla\nil download</string>
<string name="playback_history_label">Cronologia delle riproduzioni</string>
<string name="gpodnet_main_label">gpodder.net</string>
<string name="gpodnet_auth_label">Accesso a gpodder.net</string>
+ <string name="free_space_label">%1$s liberi</string>
<!--Statistics fragment-->
<!--Main activity-->
<string name="drawer_open">Apri il menù</string>
@@ -29,7 +33,9 @@
<string name="open_in_browser_label">Apri nel browser</string>
<string name="copy_url_label">Copia l\'URL</string>
<string name="share_url_label">Condividi l\'URL</string>
+ <string name="go_to_position_label">Vai a questa posizione</string>
<!--Playback history-->
+ <string name="clear_history_label">Pulisci la cronologia</string>
<!--Other-->
<string name="confirm_label">Conferma</string>
<string name="cancel_label">Annulla</string>
@@ -44,11 +50,13 @@
<string name="error_msg_prefix">È avvenuto un errore:</string>
<string name="refresh_label">Ricarica</string>
<string name="chapters_label">Capitoli</string>
+ <string name="chapter_duration">Durata: %1$s</string>
<string name="description_label">Descrizione</string>
<string name="episodes_suffix">\u0020episodi</string>
<string name="length_prefix">Lunghezza:\u0020</string>
<string name="size_prefix">Dimensione:\u0020</string>
<string name="processing_label">Processando</string>
+ <string name="loading_label">Caricamento in corso...</string>
<string name="save_username_password_label">Salva il nome utente e la password</string>
<string name="close_label">Chiudi</string>
<string name="retry_label">Riprova</string>
@@ -57,6 +65,7 @@
<string name="parallel_downloads_suffix">\u0020download paralleli</string>
<string name="feed_auto_download_always">Sempre</string>
<string name="feed_auto_download_never">Mai</string>
+ <string name="send_label">Invia...</string>
<string name="episode_cleanup_never">Mai</string>
<string name="episode_cleanup_after_listening">Dopo il completamento</string>
<plurals name="episode_cleanup_days_after_listening">
@@ -210,6 +219,19 @@
<string name="sleep_timer_label">Timer per lo spegnimento</string>
<string name="time_left_label">Tempo rimasto:\u0020</string>
<string name="time_dialog_invalid_input">Input non valido, il tempo deve essere un numero intero</string>
+ <plurals name="time_seconds_quantified">
+ <item quantity="one">1 secondo</item>
+ <item quantity="other">%d secondi</item>
+ </plurals>
+ <plurals name="time_minutes_quantified">
+ <item quantity="one">1 minuto</item>
+ <item quantity="other">%d minuti</item>
+ </plurals>
+ <plurals name="time_hours_quantified">
+ <item quantity="one">1 ora</item>
+ <item quantity="other">%d ore</item>
+ </plurals>
+ <string name="auto_enable_label">Abilita automaticamente</string>
<!--gpodder.net-->
<string name="gpodnet_taglist_header">CATEGORIE</string>
<string name="gpodnet_toplist_header">PODCAST PIÙ POPOLARI</string>
@@ -243,11 +265,15 @@
<string name="create_folder_error_no_write_access">Non è possibile scrivere in questa cartella</string>
<string name="create_folder_error_already_exists">La cartella esiste già</string>
<string name="create_folder_error">Non è stato possibile creare la cartella</string>
+ <string name="folder_does_not_exist_error">\"%1$s\" non esiste</string>
+ <string name="folder_not_readable_error">\"%1$s\" non è leggibile</string>
+ <string name="folder_not_writable_error">\"%1$s\" non è scrivibile</string>
<string name="folder_not_empty_dialog_title">La cartella non è vuota</string>
<string name="set_to_default_folder">Scegli la cartella predefinita</string>
<!--Online feed view-->
<string name="subscribe_label">Abbonati</string>
<string name="subscribed_label">Abbonato</string>
+ <string name="downloading_label">Download in corso...</string>
<!--Content descriptions for image buttons-->
<string name="rewind_label">Riavvolgi</string>
<string name="fast_forward_label">Avanti veloce</string>
@@ -258,15 +284,47 @@
<string name="load_next_page_label">Carica la pagina successiva</string>
<!--Feed information screen-->
<string name="authentication_label">Autenticazione</string>
+ <string name="episode_filters_include">Includi</string>
+ <string name="episode_filters_exclude">Escludi</string>
+ <string name="keep_updated">Tieni aggiornato</string>
<!--Progress information-->
<!--AntennaPodSP-->
<string name="search_itunes_label">Cerca su iTunes</string>
<!--Episodes apply actions-->
<string name="all_label">Tutto</string>
+ <string name="none_label">Nessuno</string>
+ <string name="deselected_all_label">De-seleziona tutti gli episodi</string>
+ <string name="played_label">Riprodotti</string>
+ <string name="selected_played_label">Selezionati gli episodi riprodotti</string>
+ <string name="unplayed_label">Non riprodotti</string>
+ <string name="selected_unplayed_label">Selezionati gli episodi non riprodotti</string>
+ <string name="downloaded_label">Scaricati</string>
+ <string name="selected_downloaded_label">Selezionati gli episodi scaricati</string>
+ <string name="not_downloaded_label">Non scaricati</string>
+ <string name="selected_not_downloaded_label">Selezionati gli episodi non scaricati</string>
+ <string name="queued_label">In coda</string>
+ <string name="selected_queued_label">Selezionati gli episodi in coda</string>
+ <string name="not_queued_label">Non in coda</string>
+ <string name="selected_not_queued_label">Selezionati gli episodi non in coda</string>
+ <string name="selected_has_media_label">Selezionati gli episodi con elementi multimediali</string>
<!--Sort-->
+ <string name="sort_title_a_z">Titolo (A \u2192 Z)</string>
+ <string name="sort_title_z_a">Titolo (Z \u2192 A)</string>
+ <string name="sort_date_new_old">Data (Nuovi \u2192 Vecchi)</string>
+ <string name="sort_date_old_new">Data (Vecchi \u2192 Nuovi)</string>
<!--Rating dialog-->
+ <string name="rating_title">Ti piace AntennaPod?</string>
+ <string name="rating_later_label">Ricordamelo più tardi</string>
<!--Audio controls-->
+ <string name="audio_controls">Controlli audio</string>
+ <string name="playback_speed">Velocità di riproduzione</string>
+ <string name="volume">Volume</string>
<!--proxy settings-->
+ <string name="proxy_type_label">Tipo</string>
+ <string name="proxy_test_label">Test</string>
+ <string name="proxy_checking">Controllo in corso...</string>
+ <string name="proxy_test_successful">Test avvenuto con successo</string>
+ <string name="proxy_test_failed">Test fallito</string>
<!--Casting-->
<!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
</resources>
diff --git a/core/src/main/res/values-iw-rIL/strings.xml b/core/src/main/res/values-iw-rIL/strings.xml
index bdfd00a2e..9a835b9f0 100644
--- a/core/src/main/res/values-iw-rIL/strings.xml
+++ b/core/src/main/res/values-iw-rIL/strings.xml
@@ -24,6 +24,7 @@
<string name="drawer_close">סגור תפריט</string>
<string name="drawer_feed_order_alphabetical">מיין בסדר אלפביתי</string>
<string name="drawer_feed_order_last_update">מיין לפי תאריך פרסום</string>
+ <string name="drawer_feed_order_most_played">מיין לפי מספר פרקים שהושמעו </string>
<!--Webview actions-->
<string name="open_in_browser_label">פתח בדפדפן</string>
<string name="copy_url_label">העתק כתובת אתר</string>
@@ -62,7 +63,13 @@
<string name="parallel_downloads_suffix">\u0020הורדות במקביל</string>
<string name="feed_auto_download_always">תמיד</string>
<string name="feed_auto_download_never">אף פעם</string>
+ <string name="send_label">שלח...</string>
<string name="episode_cleanup_never">אף פעם</string>
+ <string name="episode_cleanup_after_listening">אחרי סיום</string>
+ <plurals name="episode_cleanup_days_after_listening">
+ <item quantity="one">יום אחרי סיום</item>
+ <item quantity="other">%d ימים לאחר סיום </item>
+ </plurals>
<!--'Add Feed' Activity labels-->
<string name="feedurl_label">כתובת הזנה</string>
<string name="etxtFeedurlHint">כתובת של הזנה או אתר אינטרנט</string>
@@ -74,11 +81,17 @@
<string name="mark_all_read_msg">סמן את כל הפרקים כנקרא</string>
<string name="mark_all_read_confirmation_msg">אנא אשר שאתה רוצה לסמן את כל פרקים כנקראים.</string>
<string name="mark_all_read_feed_confirmation_msg">אנא אשר שאתה רוצה לסמן את כל פרקים בהזנה זו כנקראים.</string>
+ <string name="mark_all_seen_label">סמן את כולם כנראו</string>
+ <string name="mark_all_seen_msg">סמן את כל הפרקים כנראו</string>
+ <string name="mark_all_seen_confirmation_msg">אנא אשר שאתה רוצה לסמן את כל פרקים כנראו.</string>
<string name="show_info_label">הצג מידע</string>
+ <string name="rename_feed_label">שנה שם פודקאסט</string>
<string name="remove_feed_label">הסר פודקאסט</string>
+ <string name="share_label">שתף...</string>
<string name="share_link_label">שתף קישור אתר</string>
<string name="feed_remover_msg">הסר הזנה</string>
<string name="load_complete_feed">רענן את כל ההזנה</string>
+ <string name="hide_episodes_title">הסתר פרקים</string>
<!--actions on feeditems-->
<string name="download_label">הורד</string>
<string name="play_label">נגן</string>
diff --git a/core/src/main/res/values-ko/strings.xml b/core/src/main/res/values-ko/strings.xml
index fc8f59be7..b472db1a7 100644
--- a/core/src/main/res/values-ko/strings.xml
+++ b/core/src/main/res/values-ko/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">재생한 팟캐스트의 전체 시간</string>
<string name="statistics_details_dialog">에피소드 %1$d개 (전체 %2$d개) 시작.\n\n%3$s개 재생 (전체 %4$s개).</string>
+ <string name="statistics_mode">통계 모드</string>
+ <string name="statistics_mode_normal">실제 재생한 시간을 계산합니다. 두 번 재생하면 두 번 계산되고, 재생한 것으로 표시하면 계산에 안 들어갑니다.</string>
+ <string name="statistics_mode_count_all">재생한 것으로 표시한 모든 팟캐스트 합계</string>
+ <string name="statistics_speed_not_counted">주의: 재생 속도는 고려하지 않습니다</string>
<!--Main activity-->
<string name="drawer_open">메뉴 열기</string>
<string name="drawer_close">메뉴 닫기</string>
@@ -33,6 +37,7 @@
<string name="drawer_feed_order_unplayed_episodes">카운터로 정렬</string>
<string name="drawer_feed_order_alphabetical">사전 순서로 정렬</string>
<string name="drawer_feed_order_last_update">배포 날짜 순서대로 정렬</string>
+ <string name="drawer_feed_order_most_played">재생한 에피소드 개수에 따라 정렬</string>
<string name="drawer_feed_counter_new_unplayed">새로운 에피소드와 재생하지 않은 에피소드 수</string>
<string name="drawer_feed_counter_new">새로운 에피소드 수</string>
<string name="drawer_feed_counter_unplayed">재생하지 않은 에피소드 수</string>
@@ -62,6 +67,7 @@
<string name="refresh_label">새로 고침</string>
<string name="external_storage_error_msg">외부 저장 장치가 없습니다. 앱이 제대로 동작하려면 외부 저장장치를 마운트하십시오.</string>
<string name="chapters_label">챕터</string>
+ <string name="chapter_duration">길이: %1$s</string>
<string name="shownotes_label">프로그램 메모</string>
<string name="description_label">설명</string>
<string name="most_recent_prefix">가장 최근 에피소드:\u0020</string>
@@ -112,6 +118,7 @@
<string name="share_feed_url_label">피드 URL 공유</string>
<string name="share_item_url_label">에피소드 파일 URL 공유</string>
<string name="share_item_url_with_position_label">에피소드 파일 URL과 재생 위치 공유</string>
+ <string name="feed_delete_confirmation_msg">확인하면 \"%1$s\" 피드를 삭제하고 이 피드에서 다운로드한 모든 에피소드를 삭제합니다.</string>
<string name="feed_remover_msg">피드 삭제하는 중</string>
<string name="load_complete_feed">전체 피드 새로고침</string>
<string name="hide_episodes_title">에피소드 감추기</string>
@@ -278,6 +285,7 @@
<string name="pref_pauseOnDisconnect_sum">헤드폰이나 블루투스가 연결 해제되었을 경우 일시정지합니다.</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">헤드폰 다시 연결할 때 재생을 계속합니다.</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">블루투스가 다시 연결되면 재생을 계속합니다.</string>
+ <string name="pref_hardwareForwardButtonSkips_title">빠르게 감기 버튼 건너뛰기</string>
<string name="pref_hardwareForwardButtonSkips_sum">빨리감기 하드웨어 버튼을 눌렀을 경우 빨리감기 대신 다음 에피소드로 넘깁니다.</string>
<string name="pref_hardwarePreviousButtonRestarts_title">이전 버튼을 누르면 재시작</string>
<string name="pref_hardwarePreviousButtonRestarts_sum">하드웨어 이전 버튼을 누르면 뒤로감기 대신 현재 에피소드를 재시작합니다</string>
@@ -285,6 +293,7 @@
<string name="pref_auto_delete_sum">재생이 끝나면 에피소드를 삭제합니다.</string>
<string name="pref_auto_delete_title">자동 삭제</string>
<string name="pref_smart_mark_as_played_sum">재생이 일정한 시간보다 (초 단위) 적게 남으면 에피소드를 재생한 것으로 표시</string>
+ <string name="pref_smart_mark_as_played_title">똑똑하게 재생한 것으로 표시</string>
<string name="pref_skip_keeps_episodes_sum">에피소드를 넘겼을 경우에도 유지합니다.</string>
<string name="pref_skip_keeps_episodes_title">넘긴 에피소드 유지 보관</string>
<string name="playback_pref">재생</string>
@@ -358,6 +367,10 @@
<string name="pref_gpodnet_notifications_sum">이 설정은 인증 오류에는 적용되지 않습니다.</string>
<string name="pref_playback_speed_title">재생 속도</string>
<string name="pref_playback_speed_sum">여러가지 오디오 재생 속도 직접 설정</string>
+ <string name="pref_fast_forward">빠르게 감기 건너뛰기 시간</string>
+ <string name="pref_fast_forward_sum">앞으로 감기 버튼을 눌렀을 때 앞으로 넘어갈 초를 지정합니다.</string>
+ <string name="pref_rewind">뒤로 건너뛰기 시간</string>
+ <string name="pref_rewind_sum">뒤로 감기 버튼을 눌렀을 때 뒤로 넘어갈 초를 지정합니다.</string>
<string name="pref_gpodnet_sethostname_title">호스트 이름 설정</string>
<string name="pref_gpodnet_sethostname_use_default_host">기본 호스트 사용</string>
<string name="pref_expandNotify_title">알림 확장</string>
@@ -382,6 +395,7 @@
<string name="crash_report_sum">최근의 이상 종료 보고서를 이메일로 보냅니다.</string>
<string name="send_email">이메일 보내기</string>
<string name="experimental_pref">실험적 기능</string>
+ <string name="pref_sonic_title">소닉 미디어 플레이어</string>
<string name="pref_sonic_message">내장 소닉 미디어 플레이어를 안드로이드 고유 미디어 플레이어와 Prestissimo 대신 사용합니다.</string>
<string name="pref_current_value">현재 값: %1$s</string>
<string name="pref_proxy_title">프록시</string>
@@ -392,6 +406,8 @@
<string name="pref_cast_title">크롬캐스트 지원</string>
<string name="pref_cast_message_play_flavor">캐스트 장치의 원격 미디어 재생 기능 사용 (예: 크롬캐스트, 안드로이드 TV의 오디오 스피커)</string>
<string name="pref_cast_message_free_flavor">크롬캐스트는 서드파티 라이브러리가 필요하지만, 이 버전의 안테나팟에서는 사용하지 않게 되어 있습니다.</string>
+ <string name="pref_enqueue_downloaded_title">다운로드 항목 대기열 넣기</string>
+ <string name="pref_enqueue_downloaded_summary">다운로드한 에피소드를 대기열에 추가</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">자동 flattr 사용</string>
<string name="auto_flattr_after_percent">%d 퍼센트를 재생하면 에피소드에 flattr합니다</string>
@@ -401,6 +417,8 @@
<string name="search_hint">에피소드 검색</string>
<string name="found_in_shownotes_label">프로그램 메모에서 </string>
<string name="found_in_chapters_label">챕터에서 발견</string>
+ <string name="found_in_authors_label">작성자에서 발견</string>
+ <string name="found_in_feeds_label">피드에서 발견</string>
<string name="search_status_no_results">검색 결과가 없습니다</string>
<string name="search_label">검색</string>
<string name="found_in_title_label">제목에서 발견</string>
diff --git a/core/src/main/res/values-lt/strings.xml b/core/src/main/res/values-lt/strings.xml
index 7595d23e7..73d1d90a8 100644
--- a/core/src/main/res/values-lt/strings.xml
+++ b/core/src/main/res/values-lt/strings.xml
@@ -6,7 +6,7 @@
<string name="add_feed_label">Pridėti tinklalaidę</string>
<string name="episodes_label">Epizodai</string>
<string name="all_episodes_short_label">Visi</string>
- <string name="favorite_episodes_label">Mėgstamiausi</string>
+ <string name="favorite_episodes_label">Mėgiami</string>
<string name="new_label">Nauji</string>
<string name="settings_label">Nustatymai</string>
<string name="add_new_feed_label">Pridėti tinklalaidę</string>
@@ -22,13 +22,18 @@
<string name="gpodnet_auth_label">gpodder.net prisijungimas</string>
<string name="free_space_label">%1$s laisva</string>
<string name="episode_cache_full_title">Epizodų podėlis pilnas</string>
+ <string name="episode_cache_full_message">Pasiektas epizodų podėlio dydžio limitas. Nustatymuose galite padidinti podėlio dydį.</string>
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Bendra perklausytų tinklalaidžių trukmė:</string>
+ <string name="statistics_details_dialog">Paleisti %1$d iš %2$d epizodų.\n\nPerklausyta %3$s iš %4$s.</string>
<string name="statistics_mode">Statistikos režimas</string>
+ <string name="statistics_mode_normal">Apskaičiuoti tikrąją atkūrimo trukmę. Perklausa dukart skaičiuojama dvigubai, o pažymėjimas perklausytu neskaičiuojamas</string>
+ <string name="statistics_mode_count_all">Sumuoti visas tinklalaides, pažymėtas kaip perklausytas</string>
+ <string name="statistics_speed_not_counted">Atkreipkite dėmesį: į atkūrimo spartą neatsižvelgiama.</string>
<!--Main activity-->
<string name="drawer_open">Atverti meniu</string>
<string name="drawer_close">Uždaryti meniu</string>
- <string name="drawer_preferences">Stalčiuko parinktys</string>
+ <string name="drawer_preferences">Stalčiaus parinktys</string>
<string name="drawer_feed_order_unplayed_episodes">Rikiuoti pagal skaitliuko reikšmę</string>
<string name="drawer_feed_order_alphabetical">Rikiuoti pagal abėcėlę</string>
<string name="drawer_feed_order_last_update">Rikiuoti pagal publikavimo datą</string>
@@ -37,7 +42,7 @@
<string name="drawer_feed_counter_new">Naujų epizodų skaičius</string>
<string name="drawer_feed_counter_unplayed">Neperklausytų epizodų skaičius</string>
<string name="drawer_feed_counter_downloaded">Atsisiųstų epizodų skaičius</string>
- <string name="drawer_feed_counter_none">Nėra</string>
+ <string name="drawer_feed_counter_none">Nieko</string>
<!--Webview actions-->
<string name="open_in_browser_label">Atverti naršyklėje</string>
<string name="copy_url_label">Kopijuoti URL</string>
@@ -60,6 +65,7 @@
<string name="error_label">Klaida</string>
<string name="error_msg_prefix">Įvyko klaida:</string>
<string name="refresh_label">Atnaujinti</string>
+ <string name="external_storage_error_msg">Nėra prieinamų išorinių atmintinių. Patikrinkite, jog išorinės atmintinės yra prijungtos, kad programėlė tinkamai veiktų.</string>
<string name="chapters_label">Skyriai</string>
<string name="chapter_duration">Trukmė: %1$s</string>
<string name="shownotes_label">Laidos užrašai</string>
@@ -73,7 +79,12 @@
<string name="save_username_password_label">Išsaugoti vartotojo vardą ir slaptažodį</string>
<string name="close_label">Užverti</string>
<string name="retry_label">Bandyti vėl</string>
+ <string name="auto_download_label">Įtraukti į automatinius atsiuntimus</string>
+ <string name="auto_download_apply_to_items_title">Pritaikyti ankstesniems epizodams</string>
+ <string name="auto_download_apply_to_items_message">Naujieji <i>Automatinio atsiuntimo</i> nustatymai bus automatiškai pritaikyti naujiems epizodams.\nAr norite šiuos nustatymus taip pat pritaikyti ir anksčiau išleistiems epizodams?</string>
<string name="auto_delete_label">Automatiškai trinti epizodus</string>
+ <string name="parallel_downloads_suffix">\u0020lygiagretūs atsiuntimai</string>
+ <string name="feed_auto_download_global">Globali numatytoji</string>
<string name="feed_auto_download_always">Visada</string>
<string name="feed_auto_download_never">Niekada</string>
<string name="send_label">Siųsti...</string>
@@ -81,19 +92,22 @@
<string name="episode_cleanup_queue_removal">Jei nėra eilėje</string>
<string name="episode_cleanup_after_listening">Pabaigus klausyti</string>
<plurals name="episode_cleanup_days_after_listening">
- <item quantity="one">Praėjus dienai nuo perklausymo</item>
+ <item quantity="one">Praėjus 1 dienai nuo perklausymo</item>
<item quantity="few">Praėjus %d dienoms nuo perklausymo</item>
- <item quantity="other">Praėjus %d dienoms nuo perklausymo</item>
+ <item quantity="other">Praėjus %d dienų nuo perklausymo</item>
</plurals>
<!--'Add Feed' Activity labels-->
<string name="feedurl_label">Sklaidos kanalo URL</string>
<string name="etxtFeedurlHint">www.example.com/feed</string>
<string name="txtvfeedurl_label">Pridėti tinklalaidę pagal URL adresą</string>
+ <string name="podcastdirectories_label">Rasti tinklalaidę aplanke</string>
+ <string name="podcastdirectories_descr">Naujų tinklalaidžių atrasti galite ieškodami „iTunes“ ar „fyyd“ arba naršydami „gpodder.net“ kataloge pagal pavadinimą, kategoriją ar populiarumą.</string>
<string name="browse_gpoddernet_label">Naršyti gpodder.net svetainėje</string>
<!--Actions on feeds-->
<string name="mark_all_read_label">Pažymėti visus kaip perklausytus</string>
<string name="mark_all_read_msg">Visi epizodai pažymėti kaip perklausyti</string>
<string name="mark_all_read_confirmation_msg">Patvirtinkite, jog norite pažymėti visus epizodus kaip perklausytus.</string>
+ <string name="mark_all_read_feed_confirmation_msg">Patvirtinkite, jog norite pažymėti visus šio sklaidos kanalo epizodus kaip perklausytus.</string>
<string name="mark_all_seen_label">Pažymėti visus kaip matytus</string>
<string name="mark_all_seen_msg">Visi epizodai pažymėti kaip matyti</string>
<string name="mark_all_seen_confirmation_msg">Patvirtinkite, jog norite pažymėti visus epizodus kaip matytus.</string>
@@ -102,8 +116,11 @@
<string name="remove_feed_label">Pašalinti tinklalaidę</string>
<string name="share_label">Dalintis...</string>
<string name="share_link_label">Dalintis nuoroda</string>
+ <string name="share_link_with_position_label">Dalintis nuoroda su pozicija</string>
<string name="share_feed_url_label">Dalintis sklaidos kanalo URL</string>
<string name="share_item_url_label">Dalintis epizodo failo URL</string>
+ <string name="share_item_url_with_position_label">Dalintis epizodo failo adresu su pozicija</string>
+ <string name="feed_delete_confirmation_msg">Patvirtinkite, jog norite ištrinti sklaidos kanalą „%1$s“ bei VISUS atsisiųstus šio sklaidos kanalo epizodus.</string>
<string name="feed_remover_msg">Šalinamas sklaidos kanalas</string>
<string name="load_complete_feed">Atnaujinti visą sklaidos kanalą</string>
<string name="hide_episodes_title">Slėpti epizodus</string>
@@ -116,6 +133,7 @@
<string name="hide_downloaded_episodes_label">Atsiųsti</string>
<string name="hide_not_downloaded_episodes_label">Neatsiųsti</string>
<string name="hide_has_media_label">Turintys medijos failų</string>
+ <string name="filtered_label">Filtruota</string>
<string name="refresh_failed_msg">{fa-exclamation-circle} Paskutinis atnaujinimas nepavyko</string>
<string name="open_podcast">Atverti tinklalaidę</string>
<!--actions on feeditems-->
@@ -123,53 +141,72 @@
<string name="play_label">Atkurti</string>
<string name="pause_label">Pristabdyti</string>
<string name="stop_label">Sustabdyti</string>
+ <string name="stream_label">Klausytis tiesiogiai</string>
<string name="remove_label">Pašalinti</string>
<string name="delete_label">Ištrinti</string>
<string name="remove_episode_lable">Pašalinti epizodą</string>
+ <string name="marked_as_seen_label">Pažymėtas kaip matytas</string>
<string name="mark_read_label">Pažymėti kaip perklausytą</string>
<string name="marked_as_read_label">Pažymėtas kaip perklausytas</string>
<string name="mark_unread_label">Pažymėti kaip neperklausytą</string>
<string name="add_to_queue_label">Pridėti į eilę</string>
<string name="added_to_queue_label">Pridėtas į eilę</string>
<string name="remove_from_queue_label">Pašalinti iš eilės</string>
- <string name="add_to_favorite_label">Pridėti prie mėgstamiausių</string>
- <string name="added_to_favorites">Pridėtas prie mėgstamiausių</string>
- <string name="remove_from_favorite_label">Pašalinti iš mėgstamiausių</string>
- <string name="removed_from_favorites">Pašalintas iš mėgstamiausių</string>
+ <string name="add_to_favorite_label">Pridėti prie mėgiamų</string>
+ <string name="added_to_favorites">Pridėtas prie mėgiamų</string>
+ <string name="remove_from_favorite_label">Pašalinti iš mėgiamų</string>
+ <string name="removed_from_favorites">Pašalintas iš mėgiamų</string>
<string name="visit_website_label">Aplankyti svetainę</string>
+ <string name="support_label">Paremti „Flattr“</string>
<string name="skip_episode_label">Praleisti epizodą</string>
<string name="activate_auto_download">Įjungti automatinį atsiuntimą</string>
<string name="deactivate_auto_download">Išjungti automatinį atsiuntimą</string>
<string name="reset_position">Nustatyti atkūrimo poziciją iš naujo</string>
+ <string name="removed_item">Elementas pašalintas</string>
<!--Download messages and labels-->
<string name="download_successful">sėkmingi</string>
<string name="download_failed">nepavyko</string>
+ <string name="download_pending">Laukia atsiuntimo</string>
<string name="download_running">Atsiuntimas vyksta</string>
+ <string name="download_error_device_not_found">Nerastas atmintinės įrenginys</string>
<string name="download_error_insufficient_space">Trūksta laisvos vietos</string>
<string name="download_error_file_error">Failo klaida</string>
<string name="download_error_http_data_error">HTTP duomenų klaida</string>
<string name="download_error_error_unknown">Nežinoma klaida</string>
+ <string name="download_error_parser_exception">Išimtinė situacija analizatoriuje</string>
<string name="download_error_unsupported_type">Nepalaikomas sklaidos kanalo tipas</string>
<string name="download_error_connection_error">Susijungimo klaida</string>
- <string name="download_error_unauthorized">Autentifikacijos klaida</string>
+ <string name="download_error_unknown_host">Nežinomas serveris</string>
+ <string name="download_error_unauthorized">Tapatumo nustatymo klaida</string>
<string name="download_error_file_type_type">Failo tipo klaida</string>
<string name="download_error_forbidden">Uždrausta</string>
<string name="cancel_all_downloads_label">Atšaukti visus atsiuntimus</string>
<string name="download_canceled_msg">Atsiuntimas atšauktas</string>
+ <string name="download_canceled_autodownload_enabled_msg">Atsiuntimas atšauktas\n<i>Automatinis atsiuntimas</i> šiam elementui išjungtas</string>
+ <string name="download_report_title">Atsiuntimai užbaigti su klaida (-omis)</string>
<string name="download_report_content_title">Atsiuntimų ataskaita</string>
<string name="download_error_malformed_url">Netvarkingas URL</string>
<string name="download_error_io_error">Įvesties/išvesties klaida</string>
<string name="download_error_request_error">Užklausos klaida</string>
<string name="download_error_db_access">Duomenų bazės prieigos klaida</string>
+ <plurals name="downloads_left">
+ <item quantity="one">Liko %d atsiuntimas</item>
+ <item quantity="few">Liko %d atsiuntimai</item>
+ <item quantity="other">Liko %d atsiuntimų</item>
+ </plurals>
<string name="downloads_processing">Apdorojami atsiuntimai</string>
<string name="download_notification_title">Atsiunčiami tinklalaidės duomenys</string>
+ <string name="download_report_content">%1$d atsiuntimai sėkmingi, %2$d nepavyko</string>
<string name="download_log_title_unknown">Nežinomas pavadinimas</string>
<string name="download_type_feed">Sklaidos kanalas</string>
<string name="download_type_media">Medijos failas</string>
<string name="download_type_image">Paveikslėlis</string>
<string name="download_request_error_dialog_message_prefix">Įvyko klaida bandant atsisiųsti failą:\u0020</string>
- <string name="authentication_notification_title">Reikalinga autentifikacija</string>
+ <string name="authentication_notification_title">Reikalingas tapatumo nustatymas</string>
<string name="authentication_notification_msg">Šis išteklius reikalauja vartotojo vardo bei slaptažodžio</string>
+ <string name="confirm_mobile_download_dialog_title">Patvirtinkite atsiuntimą mobiliuoju internetu</string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">Atsiuntimas mobiliuoju internetu išjungtas nustatymuose.\n\nGalite pasirinkti tik pridėti epizodą į eilę arba laikinai leisti atsiuntimą.\n\n<small>Jūsų pasirinkimas bus prisimenamas 10 minučių.</small></string>
+ <string name="confirm_mobile_download_dialog_message">Atsiuntimas mobiliuoju internetu išjungtas nustatymuose.\n\nAr norite laikinai leisti atsiuntimą?\n\n<small>Jūsų pasirinkimas bus prisimenamas 10 minučių.</small></string>
<string name="confirm_mobile_download_dialog_only_add_to_queue">Pridėti į eilę</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">Laikinai leisti</string>
<!--Mediaplayer messages-->
@@ -177,10 +214,13 @@
<string name="player_stopped_msg">Atkūrimas nevyksta</string>
<string name="player_preparing_msg">Ruošiamasi</string>
<string name="player_ready_msg">Pasiruošęs</string>
+ <string name="player_seeking_msg">Ieškoma</string>
+ <string name="playback_error_server_died">Serveris nepasiekiamas</string>
<string name="playback_error_unknown">Nežinoma klaida</string>
<string name="no_media_playing_label">Atkūrimas nevyksta</string>
<string name="player_buffering_msg">Buferizuojama</string>
<string name="playbackservice_notification_title">Atkuriama tinklalaidė</string>
+ <string name="unknown_media_key">„AntennaPod“ – nežinomas medijos klavišas: %1$d</string>
<!--Queue operations-->
<string name="lock_queue">Užrakinti eilę</string>
<string name="unlock_queue">Atrakinti eilę</string>
@@ -198,18 +238,46 @@
<string name="feed_title">Sklaidos kanalo pavadinimas</string>
<string name="ascending">Didėjančia tvarka</string>
<string name="descending">Mažėjančia tvarka</string>
+ <string name="clear_queue_confirmation_msg">Patvirtinkite, jog norite pašalinti VISUS epizodus iš perklausos eilės</string>
<!--Flattr-->
+ <string name="flattr_auth_label">„Flattr“ prisijungimas</string>
+ <string name="flattr_auth_explanation">Jei norite pradėti tapatumo nustatymo procesą, paspauskite žemiau esantį mygtuką. Būsite nukreipti į „Flattr“ prisijungimo langą naršyklėje ir paprašyti suteikti „AntennaPod“ programėlei leidimą paremti turinį. Kai suteiksite leidimą, būsite automatiškai sugrąžinti į šį ekraną.</string>
+ <string name="authenticate_label">Nustatyti tapatumą</string>
+ <string name="return_home_label">Grįžti atgal</string>
+ <string name="flattr_auth_success">Tapatumas patvirtintas! Nuo šiol programėlėje galėsite paremti epizodus naudodami „Flattr“ paslaugą.</string>
+ <string name="no_flattr_token_title">Nerastas „Flattr“ žetonas</string>
+ <string name="no_flattr_token_notification_msg">Panašu, jog Jūsų „Flattr“ paskyra nesusieta su „AntennaPod“. Spustelėkite čia, jei norite nustatyti tapatybę.</string>
+ <string name="no_flattr_token_msg">Panašu, jog Jūsų „Flattr“ paskyra nėra susieta su „AntennaPod“. Galite susieti savo paskyrą su „AntennaPod“, jei norite paremti turinį naudodamiesi programėle, arba paremkite elementą apsilankę jo svetainėje.</string>
+ <string name="authenticate_now_label">Tikrinti tapatumą</string>
<string name="action_forbidden_title">Veiksmas uždraustas</string>
+ <string name="action_forbidden_msg">„AntennaPod“ neturi leidimo šiam veiksmui atlikti. Gali būti, jog „AntennaPod“ prieigos žetono galiojimas buvo sustabdytas. Galite iš naujo patvirtinti tapatybę arba aplankyti elemento svetainę.</string>
+ <string name="access_revoked_title">Prieiga panaikinta</string>
+ <string name="access_revoked_info">Sėkmingai sustabdėte „AntennaPod“ prieigos prie Jūsų paskyros žetono galiojimą. Jei norite užbaigti šį procesą, pašalinkite šią programėlę iš patvirtintų programėlių sąrašo paskyros nustatymuose „Flattr“ svetainėje.</string>
<!--Flattr-->
+ <string name="flattr_click_success">Vienas elementas paremtas „Flattr“!</string>
+ <string name="flattr_click_success_count">%d elementai paremti „Flattr“!</string>
+ <string name="flattr_click_success_queue">Paremta „Flattr“: %s.</string>
+ <string name="flattr_click_failure_count">„Flattr“ nepavyko paremti %d elementų!</string>
+ <string name="flattr_click_failure">„Flattr“ neparemta: %s.</string>
+ <string name="flattr_click_enqueued">Šis elementas bus paremtas „Flattr“ vėliau</string>
+ <string name="flattring_thing">Remiama „Flattr“: %s</string>
+ <string name="flattring_label">„AntennaPod“ šiuo metu paremia „Flattr“</string>
+ <string name="flattrd_label">„AntennaPod“ parama „Flattr“ pavyko</string>
+ <string name="flattrd_failed_label">„AntennaPod“ parama „Flattr“ nepavyko</string>
+ <string name="flattr_retrieving_status">Nuskaitomi „Flattr“ paremti elementai</string>
<!--Variable Speed-->
<string name="download_plugin_label">Atsiųsti įskiepį</string>
<string name="no_playback_plugin_title">Įskiepis neįdiegtas</string>
+ <string name="no_playback_plugin_or_sonic_msg">Jei norite, jog kintamos atkūrimo spartos funkcija veiktų, patartina įjungti įtaisytąją „Sonic“ medijos leistuvę [„Android“ 4.1+].\n\nKaip pakaitalą, naudodamiesi „Play Store“, galite atsisiųsti trečiųjų šalių įskiepį <i>Prestissimo</i>.\nBet kokie nesklandumai dėl „Prestissimo“ veikimo yra ne „AntennaPod“ atsakomybė, todėl apie juos reikėtų pranešti įskiepio autoriams.</string>
<string name="set_playback_speed_label">Atkūrimo spartos</string>
+ <string name="enable_sonic">Įjungti „Sonic“</string>
<!--Empty list labels-->
<string name="no_items_label">Šiame sąraše nėra elementų.</string>
- <string name="no_feeds_label">Kol kas nesate užsiprenumeravę jokio sklaidos kanalo.</string>
+ <string name="no_feeds_label">Kol kas neprenumeruojate jokio sklaidos kanalo.</string>
+ <string name="no_chapters_label">Šis epizodas neturi skyrių.</string>
<string name="no_shownotes_label">Šis epizodas neturi užrašų.</string>
<!--Preferences-->
+ <string name="storage_pref">Atmintinė</string>
<string name="project_pref">Projektas</string>
<string name="other_pref">Kita</string>
<string name="about_pref">Apie</string>
@@ -217,59 +285,154 @@
<string name="services_label">Paslaugos</string>
<string name="flattr_label">Flattr</string>
<string name="pref_episode_cleanup_title">Epizodų valymas</string>
- <string name="pref_episode_cleanup_summary">Epizodai, nesantys eilėje ar tarp mėgstamiausiųjų, gali būti ištrinti automatinio atsiuntimo metu pritrūkus laisvos vietos naujiems epizodams </string>
+ <string name="pref_episode_cleanup_summary">Epizodai, nesantys eilėje ar tarp mėgiamųjų, gali būti ištrinti automatinio atsiuntimo metu pritrūkus laisvos vietos naujiems epizodams </string>
<string name="pref_pauseOnDisconnect_sum">Pristabdyti atkūrimą, kai atjungiamos ausinės ar „Bluetooth“</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Pratęsti atkūrimą, kai ausinės pakartotinai prijungiamos</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Pratęsti atkūrimą, kai pakartotinai prisijungiama prie „Bluetooth“</string>
- <string name="pref_auto_delete_title">Automatinis trynimas</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Mygtukas „pirmyn“ peršoka epizodą</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">Paspaudus aparatinį mygtuką „pirmyn“ peršokti į kitą epizodą vietoje greito persukimo į priekį.</string>
+ <string name="pref_hardwarePreviousButtonRestarts_title">Mygtukas „ankstesnis“ paleidžia iš naujo</string>
+ <string name="pref_hardwarePreviousButtonRestarts_sum">Paspaudus aparatinį mygtuką „ankstesnis“ paleisti dabartinį epizodą nuo pradžių vietoj epizodo peršokimo</string>
+ <string name="pref_followQueue_sum">Atkūrimui pasibaigus peršokti į kitą eilės elementą</string>
+ <string name="pref_auto_delete_sum">Ištrinti epizodą pasibaigus atkūrimui</string>
+ <string name="pref_auto_delete_title">Automatinis ištrynimas</string>
+ <string name="pref_smart_mark_as_played_sum">Žymėti epizodus kaip perklausytus iki pilnos perklausos likus nurodytam sekundžių kiekiui.</string>
+ <string name="pref_smart_mark_as_played_title">Išmanus perklausų žymėjimas</string>
<string name="pref_skip_keeps_episodes_sum">Palikti epizodus, kai šie praleidžiami</string>
<string name="pref_skip_keeps_episodes_title">Palikti praleistus epizodus</string>
<string name="playback_pref">Atkūrimas</string>
<string name="network_pref">Tinklas</string>
+ <string name="pref_autoUpdateIntervallOrTime_title">Atnaujinimų intervalas ar dienos metas</string>
+ <string name="pref_autoUpdateIntervallOrTime_sum">Apibrėžkite automatinio sklaidos kanalų atnaujinimo laiko intervalą ar tikslų dienos metą.</string>
+ <string name="pref_autoUpdateIntervallOrTime_message">Galite nustatyti <i>intervalą</i>, pvz. „kas 2 valandas“, nurodyti tikslų <i>dienos metą</i>, pvz. „07:00“ arba visiškai <i>išjungti</i> automatinius atnaujinimus.\n\n<small>Atkreipkite dėmesį: atnaujinimo laikas nėra tikslus, galimas trumpas uždelsimas.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_Disable">Išjungti</string>
+ <string name="pref_autoUpdateIntervallOrTime_Interval">Nustatyti intervalą</string>
+ <string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Nustatyti dienos metą</string>
+ <string name="pref_autoUpdateIntervallOrTime_every">kas %1$s</string>
+ <string name="pref_autoUpdateIntervallOrTime_at">lygiai %1$s</string>
+ <string name="pref_downloadMediaOnWifiOnly_sum">Medijos failus atsiųsti tik naudojantis belaidžiu tinklu</string>
+ <string name="pref_followQueue_title">Nenutrūkstamas atkūrimas</string>
+ <string name="pref_downloadMediaOnWifiOnly_title">Atsisiųsti tik belaidžiu tinklu</string>
<string name="pref_pauseOnHeadsetDisconnect_title">Ausinių atjungimas</string>
<string name="pref_unpauseOnHeadsetReconnect_title">Pakartotinai prijungus ausines</string>
<string name="pref_unpauseOnBluetoothReconnect_title">Pakartotinai prisijungus prie „Bluetooth“</string>
+ <string name="pref_mobileUpdate_title">Atnaujinimai mobiliuoju internetu</string>
+ <string name="pref_mobileUpdate_sum">Leisti atnaujinimus mobiliuoju internetu</string>
<string name="refreshing_label">Atnaujinama</string>
+ <string name="flattr_settings_label">„Flattr“ nustatymai</string>
+ <string name="pref_flattr_auth_title">„Flattr“ prisijungimas</string>
+ <string name="pref_flattr_auth_sum">Prisijunkite prie savo „Flattr“ paskyros ir remkite turinį tiesiai iš programėlės</string>
+ <string name="pref_flattr_this_app_title">Paremti šią programėlę per „Flattr“</string>
+ <string name="pref_flattr_this_app_sum">Paskatinkite „AntennaPod“ tobulinimą paremdami ją per „Flattr“. Ačiū!</string>
+ <string name="pref_revokeAccess_title">Panaikinti prieigą</string>
+ <string name="pref_revokeAccess_sum">Panaikinti šios programėlės prieigos prie Jūsų „Flattr“ paskyros leidimą. </string>
+ <string name="pref_auto_flattr_title">Automatinis rėmimas per „Flattr“</string>
+ <string name="pref_auto_flattr_sum">Konfigūruoti automatinį rėmimą per „Flattr“</string>
<string name="user_interface_label">Vartotojo sąsaja</string>
<string name="pref_set_theme_title">Pasirinkti temą</string>
+ <string name="pref_nav_drawer_title">Derinti naršymo stalčių</string>
+ <string name="pref_nav_drawer_sum">Derinti naršymo stalčiaus išvaizdą.</string>
+ <string name="pref_nav_drawer_items_title">Nustatyti naršymo stalčiaus elementus</string>
+ <string name="pref_nav_drawer_items_sum">Keisti naršymo stalčiuje rodomus elementus.</string>
+ <string name="pref_nav_drawer_feed_order_title">Nustatyti prenumeratų tvarką</string>
+ <string name="pref_nav_drawer_feed_order_sum">Keiskite prenumeratų tvarką</string>
+ <string name="pref_nav_drawer_feed_counter_title">Nustatyti prenumeratų skaitliuką</string>
+ <string name="pref_nav_drawer_feed_counter_sum">Keisti prenumeratų skaitliuko rodomą informaciją</string>
<string name="pref_set_theme_sum">Keisti AntennaPod išvaizdą.</string>
<string name="pref_automatic_download_title">Automatinis atsiuntimas</string>
+ <string name="pref_automatic_download_sum">Konfigūruoti automatinį epizodų atsiuntimą.</string>
+ <string name="pref_autodl_wifi_filter_title">Įjungti belaidžių tinklų filtrą</string>
+ <string name="pref_autodl_wifi_filter_sum">Leisti automatinį atsiuntimą tik prisijungus prie nurodytų belaidžių tinklų.</string>
+ <string name="pref_automatic_download_on_battery_title">Atsiuntimas ne įkrovimo metu</string>
+ <string name="pref_automatic_download_on_battery_sum">Leisti automatinį atsiuntimą kai baterija nėra įkraunama</string>
<string name="pref_parallel_downloads_title">Lygiagretūs atsiuntimai</string>
<string name="pref_episode_cache_title">Epizodų podėlis</string>
<string name="pref_theme_title_light">Šviesi</string>
<string name="pref_theme_title_dark">Tamsi</string>
+ <string name="pref_episode_cache_unlimited">Neribojamas</string>
<string name="pref_update_interval_hours_plural">valandos</string>
<string name="pref_update_interval_hours_singular">valanda</string>
<string name="pref_update_interval_hours_manual">Rankinis</string>
+ <string name="pref_gpodnet_authenticate_title">Prisijungimas</string>
+ <string name="pref_gpodnet_authenticate_sum">Norėdami sinchronizuoti prenumeratas, prisijunkite prie savo „gpodder.net“ paskyros.</string>
<string name="pref_gpodnet_logout_title">Atsijungti</string>
<string name="pref_gpodnet_logout_toast">Sėkmingai atsijungta</string>
<string name="pref_gpodnet_setlogin_information_title">Keisti prisijungimo duomenis</string>
+ <string name="pref_gpodnet_setlogin_information_sum">Keisti prisijungimo prie „gpodder.net“ paskyros duomenis.</string>
<string name="pref_gpodnet_sync_changes_title">Sinchronizuoti pakeitimus dabar</string>
+ <string name="pref_gpodnet_sync_changes_sum">Sinchronizuoti prenumeratų bei epizodų būsenų pasikeitimus su „gpodder.net“.</string>
+ <string name="pref_gpodnet_full_sync_title">Pradėti pilną sinchronizavimą dabar</string>
+ <string name="pref_gpodnet_full_sync_sum">Sinchronizuoti visas prenumeratas bei epizodų būsenas su „gpodder.net“.</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">Paskutinis sinchronizavimo bandymas: %1$s (%2$s)</string>
<string name="pref_gpodnet_sync_started">Pradėtas sinchronizavimas</string>
+ <string name="pref_gpodnet_full_sync_started">Pradėtas pilnas sinchronizavimas</string>
+ <string name="pref_gpodnet_login_status"><![CDATA[Prisijungta kaip <i>%1$s</i> naudojant įrenginį <i>%2$s</i>]]></string>
<string name="pref_gpodnet_notifications_title">Rodyti sinchronizavimo klaidų pranešimus</string>
- <string name="pref_gpodnet_notifications_sum">Šis nustatymas negalioja autentifikacijos klaidoms.</string>
+ <string name="pref_gpodnet_notifications_sum">Šis nustatymas negalioja tapatumo nustatymo klaidoms.</string>
<string name="pref_playback_speed_title">Atkūrimo sparta</string>
- <string name="pref_playback_speed_sum">Pasirinkite prieinamas garso atkūrimo spartas</string>
+ <string name="pref_playback_speed_sum">Derinkite prieinamas garso atkūrimo spartas</string>
+ <string name="pref_fast_forward">Persukimo į priekį trukmė</string>
+ <string name="pref_fast_forward_sum">Derinkite, per kiek sekundžių šoktelėti į priekį kai paspaudžiamas persukimo į priekį mygtukas</string>
+ <string name="pref_rewind">Atsukimo atgal trukmė</string>
+ <string name="pref_rewind_sum">Derinkite, per kiek sekundžių šoktelėti atgal kai paspaudžiamas atsukimo atgal mygtukas</string>
+ <string name="pref_gpodnet_sethostname_title">Nustatyti serverį</string>
+ <string name="pref_gpodnet_sethostname_use_default_host">Naudoti numatytąjį serverį</string>
+ <string name="pref_expandNotify_title">Išplėsti pranešimus</string>
+ <string name="pref_expandNotify_sum">Išplėsti programos pranešimus, kad būtų atvaizduojami atkūrimo valdymo mygtukai.</string>
+ <string name="pref_persistNotify_title">Pastovūs atkūrimo valdikliai</string>
<string name="pref_persistNotify_sum">Pristabdžius atkūrimą palikti valdiklius ekrano užrakte bei programų pranešimuose. </string>
<string name="pref_compact_notification_buttons_title">Nustatyti ekrano užrakto mygtukus</string>
<string name="pref_compact_notification_buttons_sum">Keisti ekrano užrakte matomus atkūrimo valdymo mygtukus. Atkūrimo/pristabdymo mygtukas matomas visada.</string>
+ <string name="pref_compact_notification_buttons_dialog_title">Pasirinkite daugiausiai %1$d elementus</string>
+ <string name="pref_compact_notification_buttons_dialog_error">Galite pasirinkti daugiausiai %1$d elementus.</string>
<string name="pref_lockscreen_background_title">Nustatyti ekrano užrakto foną</string>
<string name="pref_lockscreen_background_sum">Atkuriamo epizodo paveikslėlį naudoti kaip ekrano užrakto foną. Paveikslėlis taip pat bus matomas trečiųjų šalių programėlėse.</string>
<string name="pref_showDownloadReport_title">Rodyti atsiuntimų ataskaitą</string>
+ <string name="pref_showDownloadReport_sum">Atsiuntimui nepavykus, sukurti ataskaitą su išsamiu klaidų aprašymu.</string>
+ <string name="pref_expand_notify_unsupport_toast">Ankstesnės nei 4.1 „Android“ versijos nepalaiko išplėstų programos pranešimų.</string>
<string name="pref_queueAddToFront_sum">Naujus epizodus dėti į eilės priekį.</string>
<string name="pref_queueAddToFront_title">Dėti į eilės priekį</string>
<string name="pref_smart_mark_as_played_disabled">Išjungtas</string>
<string name="pref_image_cache_size_title">Paveikslėlių podėlio dydis</string>
<string name="pref_image_cache_size_sum">Paveikslėlių podėlio diske dydis.</string>
+ <string name="crash_report_title">Strigties pranešimas</string>
+ <string name="crash_report_sum">Siųsti paskiausios strigties pranešimą el. paštu</string>
<string name="send_email">Siųsti el. laišką</string>
+ <string name="experimental_pref">Eksperimentinis</string>
+ <string name="pref_sonic_title">„Sonic“ medijos leistuvė</string>
+ <string name="pref_sonic_message">Naudoti įtaisytąją „Sonic“ medijos leistuvę vietoje savosios „Android“ medijos leistuvės ir „Prestissimo“ </string>
<string name="pref_current_value">Dabartinė reikšmė: %1$s</string>
+ <string name="pref_proxy_title">Įgaliotasis serveris</string>
+ <string name="pref_proxy_sum">Nustatyti įgaliotąjį tinklo serverį</string>
<string name="pref_faq">DUK</string>
<string name="pref_known_issues">Žinomos problemos</string>
<string name="pref_no_browser_found">Nerasta jokia interneto naršyklė.</string>
<string name="pref_cast_title">„Chromecast“ palaikymas</string>
+ <string name="pref_cast_message_play_flavor">Įjungti nuotolinio medijos atkūrimo „Cast“ įrenginiuose (pvz. „Chromecast“, garso kolonėlės ar „Android TV“) palaikymą</string>
+ <string name="pref_cast_message_free_flavor">„Chromecast“ palaikymui reikalingos nuosavybinės trečiųjų šalių bibliotekos, kurios yra negalimos šioje „AntennaPod“ versijoje.</string>
+ <string name="pref_enqueue_downloaded_title">Atsiuntimus pridėti į eilę</string>
+ <string name="pref_enqueue_downloaded_summary">Parsiuntus epizodus, pridėti juos į eilę</string>
<!--Auto-Flattr dialog-->
+ <string name="auto_flattr_enable">Įjungti automatinį rėmimą „Flattr“</string>
+ <string name="auto_flattr_after_percent">Paremti epizodą „Flattr“ perklausius %d procentus jo trukmės</string>
+ <string name="auto_flattr_ater_beginning">Paremti epizodą „Flattr“ atkūrimui prasidėjus</string>
+ <string name="auto_flattr_ater_end">Paremti epizodą „Flattr“ atkūrimui pasibaigus</string>
<!--Search-->
+ <string name="search_hint">Ieškoti epizodų</string>
+ <string name="found_in_shownotes_label">Rasta laidos užrašuose</string>
+ <string name="found_in_chapters_label">Rasta skyriuose</string>
+ <string name="found_in_authors_label">Rasta autoriuose</string>
+ <string name="found_in_feeds_label">Rasta sklaidos kanaluose</string>
+ <string name="search_status_no_results">Nieko nerasta</string>
+ <string name="search_label">Paieška</string>
+ <string name="found_in_title_label">Rasta pavadinime</string>
+ <string name="no_results_for_query">Rezultatų paieškai \"%1$s\" nėra.</string>
<!--OPML import and export-->
+ <string name="opml_import_txtv_button_lable">OPML failai leidžia perkelti tinklalaides iš vienos tvarkytuvės į kitą.</string>
+ <string name="opml_import_option">Parinktis %1$d</string>
+ <string name="opml_import_explanation_1">Pasirinkite tikslų kelią iki failo vietinėje failų sistemoje.</string>
+ <string name="opml_import_explanation_2">Naudokite išorinę programėlę, pvz. „Dropbox“, „Google Drive“ ar mėgiamą failų tvarkytuvę OPML failui atverti.</string>
+ <string name="opml_import_explanation_3">Dauguma programėlių, pvz. „Google Mail“, „Dropbox“, „Google Drive“ ir dauguma failų tvarkytuvių leidžia <i>atverti</i> OPML failus <i>naudojant</i> „AntennaPod“.</string>
<string name="start_import_label">Pradėti importą</string>
<string name="opml_import_label">OPML importas</string>
<string name="opml_directory_error">KLAIDA!</string>
@@ -279,59 +442,149 @@
<string name="select_all_label">Pažymėti visus</string>
<string name="deselect_all_label">Nepažymėti nieko</string>
<string name="select_options_label">Pasirinkti...</string>
+ <string name="choose_file_from_filesystem">Iš vietinės failų sistemos</string>
+ <string name="choose_file_from_external_application">Naudoti išorinę programėlę</string>
<string name="opml_export_label">OPML eksportas</string>
<string name="html_export_label">HTML eksportas</string>
<string name="exporting_label">Eksportuojama...</string>
<string name="export_error_label">Eksporto klaida</string>
+ <string name="opml_export_success_title">OPML eksportas sėkmingas.</string>
+ <string name="opml_export_success_sum">.opml failas išsaugotas į:\u0020</string>
+ <string name="opml_import_ask_read_permission">Norint nuskaityti OPML failą reikalinga prieiga prie nešiojamos atmintinės</string>
<!--Sleep timer-->
<string name="set_sleeptimer_label">Nustatyti miego laikmatį</string>
<string name="disable_sleeptimer_label">Išjungti miego laikmatį</string>
+ <string name="enter_time_here_label">Įveskite laiką</string>
<string name="sleep_timer_label">Miego laikmatis</string>
+ <string name="time_left_label">Liko laiko:\u0020</string>
+ <string name="time_dialog_invalid_input">Netinkama įvestis, laikas turi būti sveikasis skaičius</string>
+ <string name="timer_about_to_expire_label"><b>Prieš pat laikmačiui pasibaigiant:</b></string>
+ <string name="shake_to_reset_label">Pakračius nustatyti laikmatį iš naujo</string>
+ <string name="timer_vibration_label">Vibruoti</string>
+ <string name="time_seconds">sekundės</string>
+ <string name="time_minutes">minutės</string>
+ <string name="time_hours">valandos</string>
+ <plurals name="time_seconds_quantified">
+ <item quantity="one">1 sekundė</item>
+ <item quantity="few">%d sekundės</item>
+ <item quantity="other">%d sekundžių</item>
+ </plurals>
+ <plurals name="time_minutes_quantified">
+ <item quantity="one">1 minutė</item>
+ <item quantity="few">%d minutės</item>
+ <item quantity="other">%d minučių</item>
+ </plurals>
+ <plurals name="time_hours_quantified">
+ <item quantity="one">1 valanda</item>
+ <item quantity="few">%d valandos</item>
+ <item quantity="other">%d valandų</item>
+ </plurals>
+ <string name="auto_enable_label">Įjungti automatiškai</string>
<string name="sleep_timer_enabled_label">Miego laikmatis įjungtas</string>
<string name="sleep_timer_disabled_label">Miego laikmatis išjungtas</string>
<!--gpodder.net-->
- <string name="gpodnet_search_hint">Ieškoti gpodder.net svetainėje</string>
+ <string name="gpodnet_taglist_header">KATEGORIJOS</string>
+ <string name="gpodnet_toplist_header">POPULIARIAUSIOS TINKLALAIDĖS</string>
+ <string name="gpodnet_suggestions_header">PASIŪLYMAI</string>
+ <string name="gpodnet_search_hint">Ieškoti „gpodder.net“ svetainėje</string>
+ <string name="gpodnetauth_login_title">Prisijungti</string>
+ <string name="gpodnetauth_login_descr">Sveiki! Tai prisijungimo prie „gpodder.net“ vedlys. Visų pirma, įveskite savo prisijungimo duomenis:</string>
<string name="gpodnetauth_login_butLabel">Prisijungti</string>
+ <string name="gpodnetauth_login_register">Jei dar neturite paskyros, galite susikurti ją čia:\nhttps://gpodder.net/register/</string>
<string name="username_label">Vartotojo vardas</string>
<string name="password_label">Slaptažodis</string>
+ <string name="gpodnetauth_device_title">Įrenginio pasirinkimas</string>
+ <string name="gpodnetauth_device_descr">Sukurkite naują įrenginį savo „gpodder.net“ paskyrai arba pasirinkite esamą:</string>
+ <string name="gpodnetauth_device_deviceID">Įrenginio ID:\u0020</string>
+ <string name="gpodnetauth_device_caption">Pavadinimas</string>
+ <string name="gpodnetauth_device_butCreateNewDevice">Sukurti naują įrenginį</string>
+ <string name="gpodnetauth_device_chooseExistingDevice">Pasirinkti esamą įrenginį:</string>
+ <string name="gpodnetauth_device_errorEmpty">Įrenginio ID laukelis negali būti tuščias</string>
+ <string name="gpodnetauth_device_errorAlreadyUsed">Toks įrenginio ID jau naudojamas</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">Pavadinimas negali būti tuščias</string>
+ <string name="gpodnetauth_device_butChoose">Pasirinkti</string>
<string name="gpodnetauth_finish_title">Sėkmingai prisijungta!</string>
+ <string name="gpodnetauth_finish_descr">Sveikiname! Jūsų „gpodder.net“ paskyra susieta su šiuo įrenginiu. Nuo šiol „AntennaPod“ automatiškai sinchronizuos prenumeratas šiame įrenginyje su Jūsų „gpodder.net“ paskyra.</string>
+ <string name="gpodnetauth_finish_butsyncnow">Pradėti sinchronizavimą dabar</string>
+ <string name="gpodnetauth_finish_butgomainscreen">Eiti į pagrindinį ekraną</string>
+ <string name="gpodnetsync_auth_error_title">„gpodder.net“ tapatumo nustatymo klaida</string>
<string name="gpodnetsync_auth_error_descr">Neteisingas vartotojo vardas ar slaptažodis</string>
+ <string name="gpodnetsync_error_title">„gpodder.net“ sinchronizavimo klaida</string>
+ <string name="gpodnetsync_error_descr">Sinchronizavimo metu įvyko klaida:\u0020</string>
+ <string name="gpodnetsync_pref_report_successful">Pavyko</string>
+ <string name="gpodnetsync_pref_report_failed">Nepavyko</string>
<!--Directory chooser-->
<string name="selected_folder_label">Pasirinktas aplankas:</string>
<string name="create_folder_label">Sukurti aplanką</string>
<string name="choose_data_directory">Pasirinkite duomenų aplanką</string>
<string name="choose_data_directory_message">Prašome pasirinkti pamatinį duomenų aplanką. „AntennaPod“ sukurs reikiamus poaplankius.</string>
- <string name="choose_data_directory_permission_rationale">Norinti pakeisti duomenų aplanką reikalinga prieiga prie nešiojamos duomenų saugyklos</string>
+ <string name="choose_data_directory_permission_rationale">Norinti pakeisti duomenų aplanką reikalinga prieiga prie nešiojamos atmintinės</string>
<string name="create_folder_msg">Sukurti naują aplanką pavadinimu \"%1$s\"?</string>
<string name="create_folder_success">Sukurtas naujas aplankas</string>
<string name="create_folder_error_no_write_access">Nepavyksta rašyti šiame aplanke</string>
<string name="create_folder_error_already_exists">Aplankas jau egzistuoja</string>
<string name="create_folder_error">Nepavyko sukurti aplanko</string>
+ <string name="folder_does_not_exist_error">„%1$s“ neegzistuoja</string>
+ <string name="folder_not_readable_error">„%1$s“ negalima skaityti</string>
+ <string name="folder_not_writable_error">Į „%1$s“ negalima rašyti</string>
<string name="folder_not_empty_dialog_title">Aplankas nėra tuščias</string>
- <string name="folder_not_empty_dialog_msg">Jūsų pasirinktas aplankas nėra tuščias. Medijų atsisiuntimai bei kiti failai bus saugomi būtent šiame aplanke. Ar norite tęsti?</string>
+ <string name="folder_not_empty_dialog_msg">Jūsų pasirinktas aplankas nėra tuščias. Atsiųsti medijos ir kiti failai bus saugomi būtent šiame aplanke. Ar norite tęsti?</string>
<string name="set_to_default_folder">Pasirinkite numatytąjį aplanką</string>
+ <string name="pref_pausePlaybackForFocusLoss_sum">Kai kita programėlė nori atkurti garsus, pristabdyti atkūrimą vietoje garsio sumažinimo</string>
+ <string name="pref_pausePlaybackForFocusLoss_title">Pristabdyti pertraukus</string>
<string name="pref_resumeAfterCall_sum">Pratęsti atkūrimą užbaigus pokalbį telefonu</string>
<string name="pref_resumeAfterCall_title">Pratęsti po skambučio</string>
+ <string name="pref_restart_required">Kad pakeitimas įsigaliotų, reikia paleisti „AntennaPod“ iš naujo.</string>
<!--Online feed view-->
<string name="subscribe_label">Prenumeruoti</string>
+ <string name="subscribed_label">Prenumeruojama</string>
<string name="downloading_label">Atsiunčiama...</string>
<!--Content descriptions for image buttons-->
+ <string name="rewind_label">Atsukti</string>
+ <string name="fast_forward_label">Persukti į priekį</string>
+ <string name="media_type_audio_label">Garsas</string>
+ <string name="media_type_video_label">Vaizdas</string>
+ <string name="navigate_upwards_label">Eiti aukštyn</string>
+ <string name="status_downloading_label">Epizodas atsiunčiamas</string>
<string name="in_queue_label">Epizodas yra eilėje</string>
+ <string name="drag_handle_content_description">Tempkite norėdami pakeisti šio elemento poziciją</string>
<string name="load_next_page_label">Įkelti kitą puslapį</string>
<!--Feed information screen-->
- <string name="authentication_label">Autentifikacija</string>
+ <string name="authentication_label">Tapatumo nustatymas</string>
+ <string name="authentication_descr">Keisti vartotojo vardą ir slaptažodį šiai tinklalaidei ir jos epizodams.</string>
+ <string name="auto_download_settings_label">Automatinio atsiuntimo nustatymai</string>
<string name="episode_filters_label">Epizodų filtras</string>
+ <string name="episode_filters_description">Žodžių ar frazių sąrašas, kuriuo remiantis sprendžiama, ar epizodas turėtų būti įtrauktas ar išbrauktas iš automatiškai atsiunčiamų epizodų</string>
+ <string name="episode_filters_include">Įtraukti</string>
+ <string name="episode_filters_exclude">Išbraukti</string>
+ <string name="episode_filters_hint">Pavieniai žodžiai\n\"frazės kabutėse\"</string>
<string name="keep_updated">Pastoviai atnaujinti</string>
<!--Progress information-->
+ <string name="progress_upgrading_database">Atnaujinama duomenų bazė</string>
<!--AntennaPodSP-->
+ <string name="sp_apps_importing_feeds_msg">Įkeliamos prenumeratos iš specializuotų programėlių...</string>
+ <string name="search_itunes_label">Ieškoti „iTunes“</string>
+ <string name="filter">Filtruoti</string>
+ <string name="search_fyyd_label">Ieškoti „fyyd“</string>
<!--Episodes apply actions-->
- <string name="all_label">Visus</string>
- <string name="none_label">Jokių</string>
- <string name="played_label">Perklausytas</string>
- <string name="unplayed_label">Neperklausytas</string>
- <string name="downloaded_label">Atsiųstas</string>
+ <string name="all_label">Visi</string>
+ <string name="selected_all_label">Pažymėti visi epizodai</string>
+ <string name="none_label">Jokie</string>
+ <string name="deselected_all_label">Panaikintas visų epizodų žymėjimas</string>
+ <string name="played_label">Perklausyti</string>
+ <string name="selected_played_label">Pažymėti perklausyti epizodai</string>
+ <string name="unplayed_label">Neperklausyti</string>
+ <string name="selected_unplayed_label">Pažymėti neperklausyti epizodai</string>
+ <string name="downloaded_label">Atsiųsti</string>
+ <string name="selected_downloaded_label">Pažymėti atsiųsti epizodai</string>
+ <string name="not_downloaded_label">Neatsiųsti</string>
+ <string name="selected_not_downloaded_label">Pažymėti neatsiųsti epizodai</string>
<string name="queued_label">Eilėje</string>
+ <string name="selected_queued_label">Pažymėti epizodai, esantys eilėje</string>
<string name="not_queued_label">Ne eilėje</string>
+ <string name="selected_not_queued_label">Pažymėti epizodai, nesantys eilėje</string>
+ <string name="has_media">Turintys medijos failų</string>
+ <string name="selected_has_media_label">Pažymėti epizodai, turintys medijos failų</string>
<!--Sort-->
<string name="sort_title_a_z">Pavadinimas (A \u2192 Z)</string>
<string name="sort_title_z_a">Pavadinimas (Z \u2192 A)</string>
@@ -340,21 +593,46 @@
<string name="sort_duration_short_long">Trukmė (Trumpi \u2192 Ilgi)</string>
<string name="sort_duration_long_short">Trukmė (Ilgi \u2192 Trumpi)</string>
<!--Rating dialog-->
+ <string name="rating_title">Patinka „AntennaPod“?</string>
+ <string name="rating_message">Būtume dėkingi, jei skirtumėte laiko įvertinti „AntennaPod“.</string>
<string name="rating_never_label">Palikite mane ramybėje</string>
<string name="rating_later_label">Priminti vėliau</string>
<string name="rating_now_label">Žinoma, padarykime tai!</string>
<!--Audio controls-->
+ <string name="audio_controls">Garso valdikliai</string>
<string name="playback_speed">Atkūrimo sparta</string>
+ <string name="volume">Garsis</string>
<string name="left_short">K</string>
<string name="right_short">D</string>
<string name="audio_effects">Garso efektai</string>
+ <string name="stereo_to_mono">Kanalų mažinimas: iš stereo į mono</string>
+ <string name="sonic_only">Tik „Sonic“</string>
<!--proxy settings-->
+ <string name="proxy_type_label">Tipas</string>
+ <string name="host_label">Serveris</string>
<string name="port_label">Prievadas</string>
+ <string name="optional_hint">(neprivalomas)</string>
+ <string name="proxy_test_label">Išbandyti</string>
<string name="proxy_checking">Tikrinama...</string>
+ <string name="proxy_test_successful">Bandymas sėkmingas</string>
+ <string name="proxy_test_failed">Bandymas nesėkmingas</string>
+ <string name="proxy_host_empty_error">Serverio laukelis negali būti tuščias</string>
+ <string name="proxy_host_invalid_error">Serverio laukelyje nurodytas netaisyklingas IP adresas ar sritis</string>
+ <string name="proxy_port_invalid_error">Netinkamas prievadas</string>
<!--Casting-->
+ <string name="cast_media_route_menu_title">Atkurti naudojant...</string>
+ <string name="cast_disconnect_label">Atjungti „Chromecast“ sesiją</string>
+ <string name="cast_not_castable">Pasirinktas medijos failas nesuderinamas su „Chromecast“ įrenginiu</string>
<string name="cast_failed_to_play">Nepavyko pradėti medijos atkūrimo</string>
<string name="cast_failed_to_stop">Nepavyko sustabdyti medijos atkūrimo</string>
<string name="cast_failed_to_pause">Nepavyko pristabdyti medijos atkūrimo</string>
<!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
+ <string name="cast_failed_setting_volume">Nepavyko nustatyti garsio</string>
+ <string name="cast_failed_no_connection">Nėra ryšio su „Chromecast“ įrenginiu</string>
+ <string name="cast_failed_no_connection_trans">Prarastas ryšys su „Chromecast“ įrenginiu. Jei įmanoma, programėlė pabandys atkurti ryšį. Palaukite keletą sekundžių ir pabandykite dar kartą.</string>
+ <string name="cast_failed_perform_action">Nepavyko atlikti veiksmo.</string>
+ <string name="cast_failed_status_request">Sinchronizavimas su „Chromecast“ įrenginiu nepavyko</string>
+ <string name="cast_failed_seek">Peršokti į naują poziciją „Chromecast“ įrenginyje nepavyko</string>
+ <string name="cast_failed_receiver_player_error">Imtuvo leistuvę ištiko rimta klaida</string>
<string name="cast_failed_media_error_skipping">Įvyko medijos atkūrimo klaida. Praleidžiama...</string>
</resources>
diff --git a/core/src/main/res/values-nl/strings.xml b/core/src/main/res/values-nl/strings.xml
index 80755fc8b..ce80569e4 100644
--- a/core/src/main/res/values-nl/strings.xml
+++ b/core/src/main/res/values-nl/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Totale duur van afgespeelde podcasts:</string>
<string name="statistics_details_dialog">%1$d van de %2$d afleveringen gestart.\n\n%3$s van de %4$s afgespeeld.</string>
+ <string name="statistics_mode">Rekenmethode</string>
+ <string name="statistics_mode_normal">Bereken de daadwerkelijke speeltijd. Tweemaal afspelen wordt twee keer gerekend; als \'afgespeeld\' markeren wordt niet meegeteld.</string>
+ <string name="statistics_mode_count_all">Duur van de podcasts optelle die als \'afgespeeld\' zijn gemarkeerd.</string>
+ <string name="statistics_speed_not_counted">Let op: Met de afspeelsnelheid wordt geen rekening gehouden.</string>
<!--Main activity-->
<string name="drawer_open">Menu openen</string>
<string name="drawer_close">Menu sluiten</string>
@@ -33,6 +37,7 @@
<string name="drawer_feed_order_unplayed_episodes">Op aantal afleveringen</string>
<string name="drawer_feed_order_alphabetical">Op alfabetische volgorde</string>
<string name="drawer_feed_order_last_update">Op datum van publicatie</string>
+ <string name="drawer_feed_order_most_played">Op aantal afgespeelde afleveringen</string>
<string name="drawer_feed_counter_new_unplayed">Aantal nieuwe plus onbeluisterde afleveringen</string>
<string name="drawer_feed_counter_new">Aantal nieuwe afleveringen</string>
<string name="drawer_feed_counter_unplayed">Aantal onbeluisterde afleveringen</string>
@@ -62,6 +67,7 @@
<string name="refresh_label">Verversen</string>
<string name="external_storage_error_msg">Geen externe opslag beschikbaar. Zorg ervoor dat de externe opslag gemonteerd is, zodat de app goed kan werken.</string>
<string name="chapters_label">Hoofdstukken</string>
+ <string name="chapter_duration">Duur: %1$s</string>
<string name="shownotes_label">Shownotes</string>
<string name="description_label">Beschrijving</string>
<string name="most_recent_prefix">Meest recente aflevering:\u0020</string>
@@ -113,6 +119,7 @@
<string name="share_feed_url_label">URL van de feed delen</string>
<string name="share_item_url_label">URL van het mediabestand delen</string>
<string name="share_item_url_with_position_label">URL van mediabestand met tijdstip delen</string>
+ <string name="feed_delete_confirmation_msg">Bevestig dat u de feed <i>%1$s</i> en ALLE (ook gedownloade) afleveringen van deze podcast wilt verwijderen.</string>
<string name="feed_remover_msg">Feed verwijderen</string>
<string name="load_complete_feed">Hele feed vernieuwen</string>
<string name="hide_episodes_title">Afleveringen verbergen</string>
@@ -280,6 +287,7 @@
<string name="pref_pauseOnDisconnect_sum">Afspelen pauzeren wanneer de koptelefoon wordt losgekoppeld of de bluetooth verbinding wordt verbroken</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Afspelen hervatten wanneer de koptelefoon opnieuw wordt aangesloten</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Afspelen hervatten wanneer de bluetooth verbinding hervat wordt</string>
+ <string name="pref_hardwareForwardButtonSkips_title">\'Volgende\' knop voor overslaan</string>
<string name="pref_hardwareForwardButtonSkips_sum">Aflevering overslaan ipv vooruitspoelen wanneer op een fysieke \'volgende\' knop wordt gedrukt</string>
<string name="pref_hardwarePreviousButtonRestarts_title">Vorige voor opnieuw afspelen</string>
<string name="pref_hardwarePreviousButtonRestarts_sum">Aflevering afspelen vanaf het begin ipv terugspoelen wanneer op een fysieke \'vorige\' knop wordt gedrukt</string>
@@ -287,13 +295,14 @@
<string name="pref_auto_delete_sum">Afleveringen verwijderen als ze zijn afgespeeld</string>
<string name="pref_auto_delete_title">Automatisch verwijderen</string>
<string name="pref_smart_mark_as_played_sum">Afleveringen als afgespeeld markeren wanneer deze nog maar een bepaald aantal seconden duurt</string>
+ <string name="pref_smart_mark_as_played_title">Slimme afgespeeld markering</string>
<string name="pref_skip_keeps_episodes_sum">Afleveringen bewaren en in de wachtrij houden als u op \'overslaan\' klikt</string>
<string name="pref_skip_keeps_episodes_title">Overgeslagen afleveringen bewaren</string>
<string name="playback_pref">Afspelen</string>
<string name="network_pref">Netwerk</string>
<string name="pref_autoUpdateIntervallOrTime_title">Feed update interval of tijdstip</string>
<string name="pref_autoUpdateIntervallOrTime_sum">Specificeer een interval of tijdstip waarop feeds automatisch vernieuwd moeten worden</string>
- <string name="pref_autoUpdateIntervallOrTime_message">U kunt een <i>interval</i> zoals \'elke twee uur\' of een specifiek <i>tijdstip</i> zoals \'07:00 uur\' instellen, of het automatisch verversen van feeds uitzetten.\n\n<small>Nota bene: tijdstippen voor updates zijn niet precies. Er kan een kleine vertraging plaatsvinden.</small></string>
+ <string name="pref_autoUpdateIntervallOrTime_message">U kunt een <i>interval</i> zoals \'elke twee uur\' of een specifiek <i>tijdstip</i> zoals \'07:00 uur\' instellen, of het automatisch verversen van feeds uitzetten.\n\n<small>Let op: tijdstippen voor updates zijn niet precies. Er kan een kleine vertraging plaatsvinden.</small></string>
<string name="pref_autoUpdateIntervallOrTime_Disable">Uitschakelen</string>
<string name="pref_autoUpdateIntervallOrTime_Interval">Interval instellen</string>
<string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Tijdstip instellen</string>
@@ -360,6 +369,10 @@
<string name="pref_gpodnet_notifications_sum">Deze instelling is niet van toepassing op inlogfouten.</string>
<string name="pref_playback_speed_title">Afspeelsnelheden</string>
<string name="pref_playback_speed_sum">Pas de beschikbare snelheden aan voor de variabele audio afspeelsnelheid</string>
+ <string name="pref_fast_forward">Snelheid van vooruitspoelen</string>
+ <string name="pref_fast_forward_sum">Pas het aantal seconden aan waarmee wordt vooruitgespoeld per klik op de knop</string>
+ <string name="pref_rewind">Snelheid terugspoelen</string>
+ <string name="pref_rewind_sum">Pas het aantal seconden aan waarmee wordt teruggespoeld per klik op de knop</string>
<string name="pref_gpodnet_sethostname_title">Definieer hostname</string>
<string name="pref_gpodnet_sethostname_use_default_host">Gebruik standaard host</string>
<string name="pref_expandNotify_title">Bedienen via melding</string>
@@ -384,6 +397,7 @@
<string name="crash_report_sum">Verstuur laatste crashreport via email</string>
<string name="send_email">Verstuur email</string>
<string name="experimental_pref">Experimentele functie</string>
+ <string name="pref_sonic_title">Sonic mediaspeler</string>
<string name="pref_sonic_message">Gebruik AntennaPod\'s ingebouwde Sonic mediaspeler als een alternatief voor Prestissimo en de mediaspeler van Android.</string>
<string name="pref_current_value">Huidige instelling: %1$s</string>
<string name="pref_proxy_title">Proxy</string>
@@ -394,6 +408,8 @@
<string name="pref_cast_title">Chromecast</string>
<string name="pref_cast_message_play_flavor">Ondersteuning activeren voor draadloos afspelen via Cast apparaten (zoals Chromecast, Audio speakers en Android TV)</string>
<string name="pref_cast_message_free_flavor">Voor Chromecast is software van derden vereist die niet beschikbaar zijn in deze versie van AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Downloads in de wachtrij</string>
+ <string name="pref_enqueue_downloaded_summary">Voeg gedownloade afleveringen toe aan de wachtrij</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Automatisch flattr\'en aanzetten</string>
<string name="auto_flattr_after_percent">Flattr een aflevering zodra %d procent is afgespeeld</string>
@@ -402,7 +418,9 @@
<!--Search-->
<string name="search_hint">Zoeken naar afleveringen</string>
<string name="found_in_shownotes_label">Gevonden in de shownotes</string>
- <string name="found_in_chapters_label">Gevonden in hoofdstukken</string>
+ <string name="found_in_chapters_label">Gevonden in de hoofdstukken</string>
+ <string name="found_in_authors_label">Gevonden in de makers</string>
+ <string name="found_in_feeds_label">Gevonden in de feeds</string>
<string name="search_status_no_results">Er zijn geen resultaten gevonden</string>
<string name="search_label">Zoeken</string>
<string name="found_in_title_label">Gevonden in de titel</string>
diff --git a/core/src/main/res/values-pl-rPL/strings.xml b/core/src/main/res/values-pl-rPL/strings.xml
index 901d84b83..194f387bd 100644
--- a/core/src/main/res/values-pl-rPL/strings.xml
+++ b/core/src/main/res/values-pl-rPL/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Całkowity czas trwania podcastów:</string>
<string name="statistics_details_dialog">%1$d z %2$d odcinków rozpoczęto.\n\nZagrano %3$s z %4$s.</string>
+ <string name="statistics_mode">Tryb statystyk</string>
+ <string name="statistics_mode_normal">Oblicz łączny czas rzeczywistego odtwarzania. Dwukrotne odtworzenie będzie policzone ale zaznaczenie jako odtworzone nie będzie policzone.</string>
+ <string name="statistics_mode_count_all">Podsumuj wszystkie podcasty oznaczone jako odtworzone</string>
+ <string name="statistics_speed_not_counted">Powiadomienie: Prędkość odtwarzania nigdy nie jest uwzględniana.</string>
<!--Main activity-->
<string name="drawer_open">Otwórz menu</string>
<string name="drawer_close">Zamknij menu</string>
@@ -33,6 +37,7 @@
<string name="drawer_feed_order_unplayed_episodes">Sortuj wg liczby</string>
<string name="drawer_feed_order_alphabetical">Sortuj alfabetycznie</string>
<string name="drawer_feed_order_last_update">Sortuj wg daty publikacji</string>
+ <string name="drawer_feed_order_most_played">Sortuj po liczbie odtworzonych odcinków</string>
<string name="drawer_feed_counter_new_unplayed">Liczba nowych i nieodtworzonych odcinków</string>
<string name="drawer_feed_counter_new">Liczba nowych odcinków</string>
<string name="drawer_feed_counter_unplayed">Liczba nieodtworzonych odcinków</string>
@@ -62,6 +67,7 @@
<string name="refresh_label">Odśwież</string>
<string name="external_storage_error_msg">Brak zewnętrznej pamięci. Sprawdź czy jest ona podłączona żeby aplikacja mogła pracować poprawnie.</string>
<string name="chapters_label">Rozdziały</string>
+ <string name="chapter_duration">Czas trwania: %1$s</string>
<string name="shownotes_label">Opis odcinka</string>
<string name="description_label">Opis</string>
<string name="most_recent_prefix">Najnowszy odcinek:\u0020</string>
@@ -115,6 +121,7 @@
<string name="share_feed_url_label">Udostępnij adres kanału</string>
<string name="share_item_url_label">Udostępnij plik URL odcinka</string>
<string name="share_item_url_with_position_label">Udostępnik plik URL odcinka z pozycją</string>
+ <string name="feed_delete_confirmation_msg">Potwierdź chęć usunięcia kanału \"%1$s\" wraz ze WSZYSTKIMI odcinkami, które zostały pobrane.</string>
<string name="feed_remover_msg">Usuwanie kanału</string>
<string name="load_complete_feed">Odśwież cały kanał</string>
<string name="hide_episodes_title">Ukryj odcinki</string>
@@ -284,6 +291,7 @@
<string name="pref_pauseOnDisconnect_sum">Wstrzymaj odtwarzanie po rozłączeniu słuchawek lub Bluetooth</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Wznów odtwarzanie kiedy słuchawki zostaną podłączone ponownie</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Wznów odtwarzanie po przywróceniu połączenia Bluetooth</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Przycisk \'Do przodu\' pomija odcinek</string>
<string name="pref_hardwareForwardButtonSkips_sum">Przyciśnięcie fizycznego przycisku \'Do przodu\' przeskakuje do następnego odcinka zamiast przewijania</string>
<string name="pref_hardwarePreviousButtonRestarts_title">Przycisk wstecz restartuje</string>
<string name="pref_hardwarePreviousButtonRestarts_sum">Podczas odtwarzania przycisk wstecz restartuje zamiast przewijać</string>
@@ -291,6 +299,7 @@
<string name="pref_auto_delete_sum">Usuń odcinek kiedy jego odtwarzanie zostanie zakończone</string>
<string name="pref_auto_delete_title">Automatyczne usuwanie</string>
<string name="pref_smart_mark_as_played_sum">Oznacz odcinek jako odtworzony, jeśli do końca pozostało mniej niż określona ilość czasu</string>
+ <string name="pref_smart_mark_as_played_title">Inteligentnie oznacz jako odtworzone</string>
<string name="pref_skip_keeps_episodes_sum">Zachowuje pominięte odcinki w kolejce</string>
<string name="pref_skip_keeps_episodes_title">Zachowaj pominięte odcinki</string>
<string name="playback_pref">Odtwarzanie</string>
@@ -364,6 +373,10 @@
<string name="pref_gpodnet_notifications_sum">To ustawienie nie dotyczy błędów autoryzacji.</string>
<string name="pref_playback_speed_title">Prędkość odtwarzania</string>
<string name="pref_playback_speed_sum">Dostosuj prędkości dostępne dla odtwarzania audio o zmiennej prędkości</string>
+ <string name="pref_fast_forward">Szybkie przewijanie do przodu</string>
+ <string name="pref_fast_forward_sum">Dostosuj liczbę sekund do przeskoczenia przy kliknięciu szybkiego przewijania do przodu</string>
+ <string name="pref_rewind">Przewijanie do tyłu</string>
+ <string name="pref_rewind_sum">Dostosuj liczbę sekund do przeskoczenia przy kliknięciu przewijania do tyłu</string>
<string name="pref_gpodnet_sethostname_title">Ustaw nazwę hosta</string>
<string name="pref_gpodnet_sethostname_use_default_host">Użyj domyślnego hosta</string>
<string name="pref_expandNotify_title">Rozwiń Powiadomienia</string>
@@ -388,6 +401,7 @@
<string name="crash_report_sum">Wyślij ostatni raport o błędach przez e-mail</string>
<string name="send_email">Wyślij e-mail</string>
<string name="experimental_pref">Eksperymentalne</string>
+ <string name="pref_sonic_title">Odtwarzacz mediów Sonic</string>
<string name="pref_sonic_message">Użyj wbudowanego odtwarzacza Sonic jako oprogramowanie zastępcze do natywnego odtwarzacza Android i Prestissimo</string>
<string name="pref_current_value">Aktualna wartość: %1$s</string>
<string name="pref_proxy_title">Proxy</string>
@@ -398,6 +412,8 @@
<string name="pref_cast_title">Obsługa Chromecast</string>
<string name="pref_cast_message_play_flavor">Uruchom obsługę dla zdalnego odtwarzania mediów na innych urządzeniach (takich jak Chromecast, Audio Speakers albo Android TV)</string>
<string name="pref_cast_message_free_flavor">Chromecast wymagadodatkowych bibliotek, które są zablokowane w tej wersji AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Rzeczy z kolejki zostały pobrane</string>
+ <string name="pref_enqueue_downloaded_summary">Dodaj pobrane odcinki do kolejki</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Włącz automatyczne wspieranie na flattr.</string>
<string name="auto_flattr_after_percent">Z-flattr-uj odcinki odegrane %d procentach.</string>
@@ -407,6 +423,8 @@
<string name="search_hint">Szukaj odcinków</string>
<string name="found_in_shownotes_label">Znalezione w notatkach dotyczących show</string>
<string name="found_in_chapters_label">Znaleziono w rozdziałach</string>
+ <string name="found_in_authors_label">Znaleziono wśród autorów</string>
+ <string name="found_in_feeds_label">Znaleziono wśród kanałów</string>
<string name="search_status_no_results">Brak wyników</string>
<string name="search_label">Szukaj</string>
<string name="found_in_title_label">Znaleziono w tytułach</string>
diff --git a/core/src/main/res/values-pt-rBR/strings.xml b/core/src/main/res/values-pt-rBR/strings.xml
index 5156fd3cc..7606f99f3 100644
--- a/core/src/main/res/values-pt-rBR/strings.xml
+++ b/core/src/main/res/values-pt-rBR/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Tempo total de podcasts reproduzidos:</string>
<string name="statistics_details_dialog">%1$d de %2$d episódios iniciados.\n\nReproduzidos %3$s de %4$s.</string>
+ <string name="statistics_mode">Modo Estatística</string>
+ <string name="statistics_mode_normal">Calcular a duração que já foi tocada. Tocar das vezes é contado o dobro, enquanto marcar como tocada não é contado</string>
+ <string name="statistics_mode_count_all">Somar todos os podcasts marcados como tocados</string>
+ <string name="statistics_speed_not_counted">Nota: A velocidade de reprodução nunca é levada em conta.</string>
<!--Main activity-->
<string name="drawer_open">Abrir menu</string>
<string name="drawer_close">Fechar menu</string>
@@ -33,9 +37,11 @@
<string name="drawer_feed_order_unplayed_episodes">Ordenar por contador</string>
<string name="drawer_feed_order_alphabetical">Ordenar alfabeticamente</string>
<string name="drawer_feed_order_last_update">Ordenar por data de publicação</string>
+ <string name="drawer_feed_order_most_played">Ordenar pelo número de episódios reproduzidos</string>
<string name="drawer_feed_counter_new_unplayed">Número de episódios novos e não reproduzidos</string>
<string name="drawer_feed_counter_new">Numero de novos episódios</string>
<string name="drawer_feed_counter_unplayed">Número de episódios não reproduzidos</string>
+ <string name="drawer_feed_counter_downloaded">Número de episódios baixados</string>
<string name="drawer_feed_counter_none">Nenhum</string>
<!--Webview actions-->
<string name="open_in_browser_label">Abrir no navegador</string>
@@ -50,6 +56,7 @@
<string name="cancel_label">Cancelar</string>
<string name="yes">Sim</string>
<string name="no">Não</string>
+ <string name="reset">Resetar</string>
<string name="author_label">Autor</string>
<string name="language_label">Idioma</string>
<string name="url_label">URL</string>
@@ -60,6 +67,7 @@
<string name="refresh_label">Atualizar</string>
<string name="external_storage_error_msg">Não há dispositivos de armazenamento externo disponíveis. Por favor, certifique-se de que um dispositivo de armazenamento externo está montado para que o aplicativo possa funcionar adequadamente.</string>
<string name="chapters_label">Capítulos</string>
+ <string name="chapter_duration">Duração: %1$s</string>
<string name="shownotes_label">Notas do podcast</string>
<string name="description_label">Descrição</string>
<string name="most_recent_prefix">Episódio mais recente:\u0020</string>
@@ -92,6 +100,7 @@
<string name="etxtFeedurlHint">www.exemplo.com/feed</string>
<string name="txtvfeedurl_label">Adicionar podcast por URL</string>
<string name="podcastdirectories_label">Procurar Podcast na Pasta</string>
+ <string name="podcastdirectories_descr">Você pode procurar novos episódios no iTunes ou fyyd, ou buscar no gpodder.net pelo nome, categoria ou popularidade.</string>
<string name="browse_gpoddernet_label">Pesquisar no gpodder.net</string>
<!--Actions on feeds-->
<string name="mark_all_read_label">Marcar todos como reproduzidos</string>
@@ -99,7 +108,10 @@
<string name="mark_all_read_confirmation_msg">Por favor, confirme que você deseja marcar todos os episódios como já reproduzidos.</string>
<string name="mark_all_read_feed_confirmation_msg">Por favor confirme se você deseja marcar todos os episódios deste feed como já reproduzidos.</string>
<string name="mark_all_seen_label">Marcar todos como vistos</string>
+ <string name="mark_all_seen_msg">Todos os episódios marcados como vistos</string>
+ <string name="mark_all_seen_confirmation_msg">Confirme se deseja marcar todos os episódios como vistos.</string>
<string name="show_info_label">Mostrar informação</string>
+ <string name="rename_feed_label">Renomear o Podcast</string>
<string name="remove_feed_label">Remover Podcast</string>
<string name="share_label">Compartilhar...</string>
<string name="share_link_label">Compartilhar Link</string>
@@ -107,6 +119,7 @@
<string name="share_feed_url_label">Compartilhar Link do Feed</string>
<string name="share_item_url_label">Compartilhar URL do arquivo do episódio</string>
<string name="share_item_url_with_position_label">Compartilhar URL do arquivo do episódio com posição</string>
+ <string name="feed_delete_confirmation_msg">Confirme se deseja deletar o feed \"%1$s\" e todos os episódios baixados desse feed.</string>
<string name="feed_remover_msg">Removendo feed</string>
<string name="load_complete_feed">Atualizar feed completamente</string>
<string name="hide_episodes_title">Ocultar Episódios</string>
@@ -118,6 +131,7 @@
<string name="hide_not_queued_episodes_label">Não enfileirado</string>
<string name="hide_downloaded_episodes_label">Baixado</string>
<string name="hide_not_downloaded_episodes_label">Não baixado</string>
+ <string name="hide_has_media_label">Possui mídia</string>
<string name="filtered_label">Filtrado</string>
<string name="refresh_failed_msg">{fa-exclamation-circle} Última Atualização falhou</string>
<string name="open_podcast">Abrir Podcast</string>
@@ -128,6 +142,7 @@
<string name="stop_label">Parar</string>
<string name="stream_label">Stream</string>
<string name="remove_label">Remover</string>
+ <string name="delete_label">Deletar</string>
<string name="remove_episode_lable">Remover Episódio</string>
<string name="marked_as_seen_label">Marcar como visto</string>
<string name="mark_read_label">Marcar como reproduzido</string>
@@ -272,11 +287,15 @@
<string name="pref_pauseOnDisconnect_sum">Pausar a reprodução quando o fone de ouvido ou bluetooth forem disconectados</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Continuar a reprodução quando os fones de ouvido forem reconectados</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Continuar a reprodução quando o bluetooth reconectar</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Botão avançar pula</string>
<string name="pref_hardwareForwardButtonSkips_sum">Quando pressionar um botão físico, avançar para o próximo episódio ao invés de avançar a reprodução</string>
+ <string name="pref_hardwarePreviousButtonRestarts_title">Botão anterior reinicia</string>
+ <string name="pref_hardwarePreviousButtonRestarts_sum">Reinicia a reprodução atual ao pressionar o botão físico anterior ao invés de retroceder</string>
<string name="pref_followQueue_sum">Pular para próximo item da fila quando a reprodução terminar</string>
<string name="pref_auto_delete_sum">Apagar os episódios quando a reprodução for concluída</string>
<string name="pref_auto_delete_title">Deletar automaticamente</string>
<string name="pref_smart_mark_as_played_sum">Marcar episódios como reproduzidos mesmo que restem alguns segundos de reprodução</string>
+ <string name="pref_smart_mark_as_played_title">Marcar automaticamente como reproduzido</string>
<string name="pref_skip_keeps_episodes_sum">Manter os episódios quando eles forem avançados</string>
<string name="pref_skip_keeps_episodes_title">Manter episódios avançados</string>
<string name="playback_pref">Reprodução</string>
@@ -338,10 +357,22 @@
<string name="pref_gpodnet_logout_toast">Saiu com sucesso</string>
<string name="pref_gpodnet_setlogin_information_title">Alterar informações de login</string>
<string name="pref_gpodnet_setlogin_information_sum">Alterar informações de login da sua conta gpodder.net</string>
+ <string name="pref_gpodnet_sync_changes_title">Sincronizar alterações agora</string>
+ <string name="pref_gpodnet_sync_changes_sum">Sincronizar as alterações de estado da inscrição e de episódios com o gpodder.net.</string>
+ <string name="pref_gpodnet_full_sync_title">Sincronização total agora</string>
+ <string name="pref_gpodnet_full_sync_sum">Sincronizar os estados das inscrições e episódios com o gpodder.net.</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">Última tentativa de sincronização: %1$s (%2$s)</string>
<string name="pref_gpodnet_sync_started">Sincronização iniciada</string>
+ <string name="pref_gpodnet_full_sync_started">Sincronização total iniciada</string>
<string name="pref_gpodnet_login_status"><![CDATA[Entrou como <i>%1$s</i> com o dispositivo <i>%2$s</i>]]></string>
+ <string name="pref_gpodnet_notifications_title">Exibir notificações de erros de sincronismo</string>
+ <string name="pref_gpodnet_notifications_sum">Essa configuração não se aplica a erros de autenticação.</string>
<string name="pref_playback_speed_title">Velocidades de Reprodução</string>
<string name="pref_playback_speed_sum">Personalize as velocidades variáveis de reprodução de áudio.</string>
+ <string name="pref_fast_forward">Tempo de avanço rápido</string>
+ <string name="pref_fast_forward_sum">Personalize os segundos para avançar quando o botão avanço rápido for clicado</string>
+ <string name="pref_rewind">Tempo de retroceder</string>
+ <string name="pref_rewind_sum">Personalize os segundos para voltar quando o botão retroceder for clicado</string>
<string name="pref_gpodnet_sethostname_title">Configurar hostname</string>
<string name="pref_gpodnet_sethostname_use_default_host">Usar host padrão</string>
<string name="pref_expandNotify_title">Expandir Notificação</string>
@@ -366,6 +397,7 @@
<string name="crash_report_sum">Enviar o relatório da última falha por e-mail</string>
<string name="send_email">Enviar e-mail</string>
<string name="experimental_pref">Experimental</string>
+ <string name="pref_sonic_title">Sonic Media Player</string>
<string name="pref_sonic_message">Utilizar o reprodutor de mídia Sonic no lugar do reprodutor de mídia nativo do Android e do Prestissimo</string>
<string name="pref_current_value">Valor atual: %1$s</string>
<string name="pref_proxy_title">Proxy</string>
@@ -376,16 +408,23 @@
<string name="pref_cast_title">Suporte ao Chromecast</string>
<string name="pref_cast_message_play_flavor">Habilitar o suporte para reprodução remota de mídia em dispositivos Cast (como Chromecast, Caixa de som ou Android TV)</string>
<string name="pref_cast_message_free_flavor">O Chromecast necessita de bibliotecas proprietárias de terceiros que estão desativadas nesta versão do AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Adicionar baixado à fila</string>
+ <string name="pref_enqueue_downloaded_summary">Adicionar episódios baixados à fila</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Abilitar automaticamente o flattr</string>
<string name="auto_flattr_after_percent">Episódio Flattr assim que %d porcento for tocado</string>
<string name="auto_flattr_ater_beginning">Episódio Flattr quando a repodução iniciar</string>
<string name="auto_flattr_ater_end">Episódio Flattr quando a reprodução finalizar</string>
<!--Search-->
+ <string name="search_hint">Buscar por episódios</string>
+ <string name="found_in_shownotes_label">Encontrados em exibir descrição</string>
<string name="found_in_chapters_label">Encontrado nos capítulos</string>
+ <string name="found_in_authors_label">Encontrados em autores</string>
+ <string name="found_in_feeds_label">Encontrados em feeds</string>
<string name="search_status_no_results">Nenhum resultado encontrado</string>
<string name="search_label">Pesquisar</string>
<string name="found_in_title_label">Encontrado no título</string>
+ <string name="no_results_for_query">Nenhum resultado para \"%1$s\"</string>
<!--OPML import and export-->
<string name="opml_import_txtv_button_lable">Arquivos OPML permitem que você mova seus podcasts de um programa de podcasts para outro.</string>
<string name="opml_import_option">Opção %1$d</string>
@@ -404,6 +443,7 @@
<string name="choose_file_from_filesystem">Dos arquivos locais do sistema</string>
<string name="choose_file_from_external_application">Utilizar aplicação externa</string>
<string name="opml_export_label">Exportar OPML</string>
+ <string name="html_export_label">Exportar HTML</string>
<string name="exporting_label">Exportando...</string>
<string name="export_error_label">Erro na exportação</string>
<string name="opml_export_success_title">Exportação do OPML realizada com sucesso.</string>
@@ -434,6 +474,9 @@
<item quantity="one">1 hora</item>
<item quantity="other">%d horas</item>
</plurals>
+ <string name="auto_enable_label">Auto habilitar</string>
+ <string name="sleep_timer_enabled_label">Temporizador habilitado</string>
+ <string name="sleep_timer_disabled_label">Temporizador desabilitado</string>
<!--gpodder.net-->
<string name="gpodnet_taglist_header">CATEGORIAS</string>
<string name="gpodnet_toplist_header">TOP PODCASTS</string>
@@ -463,6 +506,8 @@
<string name="gpodnetsync_auth_error_descr">Nome do usuário ou senha incorreta</string>
<string name="gpodnetsync_error_title">gpodder.net: erro de sincronização</string>
<string name="gpodnetsync_error_descr">Ocorreu um erro durante a sincronização:\u0020</string>
+ <string name="gpodnetsync_pref_report_successful">Sucesso</string>
+ <string name="gpodnetsync_pref_report_failed">Falhou</string>
<!--Directory chooser-->
<string name="selected_folder_label">Selecionar pasta:</string>
<string name="create_folder_label">Criar pasta</string>
@@ -515,6 +560,7 @@
<string name="sp_apps_importing_feeds_msg">Importando assinaturas de aplicativos de finalidade única...</string>
<string name="search_itunes_label">Procurar no iTunes</string>
<string name="filter">Filtrar</string>
+ <string name="search_fyyd_label">Pesquisar em fyyd</string>
<!--Episodes apply actions-->
<string name="all_label">Todos</string>
<string name="selected_all_label">Selecionar todos Episódios</string>
@@ -532,6 +578,8 @@
<string name="selected_queued_label">Episódios enfileirados selecionados</string>
<string name="not_queued_label">Não enfileirado</string>
<string name="selected_not_queued_label">Episódios não enfileirados selecionados</string>
+ <string name="has_media">Possui mídia</string>
+ <string name="selected_has_media_label">Episódios selecionados com mídia</string>
<!--Sort-->
<string name="sort_title_a_z">Título (A \u2192 Z)</string>
<string name="sort_title_z_a">Título (Z \u2192 A)</string>
diff --git a/core/src/main/res/values-ru/strings.xml b/core/src/main/res/values-ru/strings.xml
index db11eb90e..57a801304 100644
--- a/core/src/main/res/values-ru/strings.xml
+++ b/core/src/main/res/values-ru/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">Общее время прослушивания подкастов:</string>
<string name="statistics_details_dialog">%1$d из %2$d выпусков начато.\n\nПрослушано %3$s из %4$s.</string>
+ <string name="statistics_mode">Режим подсчёта статистики</string>
+ <string name="statistics_mode_normal">Рассчитывать длительность воспроизведённого на самом деле. Повторное воспроизведение засчитывается, а отметка о прослушивании — нет</string>
+ <string name="statistics_mode_count_all">Прибавлять также все подкасты, отмеченные как прослушанные</string>
+ <string name="statistics_speed_not_counted">Замечание: Скорость воспроизведения не учитывается никогда.</string>
<!--Main activity-->
<string name="drawer_open">Открыть меню</string>
<string name="drawer_close">Закрыть меню</string>
@@ -63,7 +67,7 @@
<string name="refresh_label">Обновить</string>
<string name="external_storage_error_msg">Внешний носитель недоступен. Убедитесь что внешний носитель установлен, иначе приложение не сможет нормально работать.</string>
<string name="chapters_label">Главы</string>
- <string name="chapter_duration">Продолжительность: %1$s</string>
+ <string name="chapter_duration">Длительность: %1$s</string>
<string name="shownotes_label">Примечания к выпуску</string>
<string name="description_label">Описание</string>
<string name="most_recent_prefix">Последний выпуск:\u0020</string>
@@ -106,7 +110,7 @@
<string name="mark_all_read_confirmation_msg">Подтвердите, что хотите пометить все эпизоды как прослушанные.</string>
<string name="mark_all_read_feed_confirmation_msg">Подтвердите, что хотите пометить все эпизоды в этом канале как прослушанные.</string>
<string name="mark_all_seen_label">Отметить все как просмотренное</string>
- <string name="mark_all_seen_msg">Все эпизоды отмечены как просмотренные</string>
+ <string name="mark_all_seen_msg">Все выпуски отмечены как просмотренные</string>
<string name="mark_all_seen_confirmation_msg">Пожалуйста, подтвердите намерение отметить все выпуски как просмотренные.</string>
<string name="show_info_label">Показать информацию</string>
<string name="rename_feed_label">Переименовать подкаст</string>
@@ -286,7 +290,8 @@
<string name="pref_episode_cleanup_summary">Выпуски, которые не стоят в очереди и не отмечены как избранные могут быть удалены для освобождения места под Автозагрузку.</string>
<string name="pref_pauseOnDisconnect_sum">Приостановить воспроизведение, когда наушники или bluetooth отключены</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Продолжать воспроизведение после подключения наушников</string>
- <string name="pref_unpauseOnBluetoothReconnect_sum">Продолжать воспроизведение после подключения наушников или восстановления bluetooth-соединения</string>
+ <string name="pref_unpauseOnBluetoothReconnect_sum">Продолжать воспроизведение после восстановления bluetooth-соединения</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Пропускать кнопкой перемотки вперёд</string>
<string name="pref_hardwareForwardButtonSkips_sum">При нажатии на физическую кнопку перемотки вперёд переходить к следующему выпуску вместо перемотки</string>
<string name="pref_hardwarePreviousButtonRestarts_title">В начало кнопкой перемотки назад</string>
<string name="pref_hardwarePreviousButtonRestarts_sum">При нажатии на физическую кнопку перемотки назад переходить к началу выпуска вместо перемотки назад</string>
@@ -294,6 +299,7 @@
<string name="pref_auto_delete_sum">Удалять эпизод после завершения воспроизведения</string>
<string name="pref_auto_delete_title">Автоматическое удаление</string>
<string name="pref_smart_mark_as_played_sum">Отмечать выпуски как прослушанные, даже если до завершения остаётся некоторое время</string>
+ <string name="pref_smart_mark_as_played_title">Предварительная отметка \"прослушано\"</string>
<string name="pref_skip_keeps_episodes_sum">Сохранять выпуски, помеченные как пропущенные</string>
<string name="pref_skip_keeps_episodes_title">Сохранять пропущенные выпуски</string>
<string name="playback_pref">Воспроизведение</string>
@@ -329,8 +335,8 @@
<string name="pref_nav_drawer_title">Настроить боковую панель</string>
<string name="pref_nav_drawer_sum">Настроить вид боковой панели</string>
<string name="pref_nav_drawer_items_title">Выбрать пункты боковой панели</string>
- <string name="pref_nav_drawer_items_sum">Изменение отображения пунктов в меню боковой панели</string>
- <string name="pref_nav_drawer_feed_order_title">Порядок подписок</string>
+ <string name="pref_nav_drawer_items_sum">Изменение отображения пунктов меню боковой панели</string>
+ <string name="pref_nav_drawer_feed_order_title">Упорядочить подписки</string>
<string name="pref_nav_drawer_feed_order_sum">Выбрать порядок отображения подписок</string>
<string name="pref_nav_drawer_feed_counter_title">Выбрать счётчик подписок</string>
<string name="pref_nav_drawer_feed_counter_sum">Выбрать какую информацию показывать в счётчике подписок</string>
@@ -367,6 +373,10 @@
<string name="pref_gpodnet_notifications_sum">Не затрагивает ошибки авторизации.</string>
<string name="pref_playback_speed_title">Скорость воспроизведения</string>
<string name="pref_playback_speed_sum">Настроить скорости воспроизведения</string>
+ <string name="pref_fast_forward">Интервал быстрой перемотки вперед</string>
+ <string name="pref_fast_forward_sum">Настройте длину шага в секундах при нажатии кнопки перемотки вперёд</string>
+ <string name="pref_rewind">Интервал быстрой перемотки назад</string>
+ <string name="pref_rewind_sum">Настройте длину шага в секундах при нажатии кнопки перемотки назад</string>
<string name="pref_gpodnet_sethostname_title">Задать имя узла</string>
<string name="pref_gpodnet_sethostname_use_default_host">Использовать узел по умолчанию</string>
<string name="pref_expandNotify_title">Развёрнутое уведомление</string>
@@ -377,7 +387,7 @@
<string name="pref_compact_notification_buttons_sum">Поменять кнопки управления на экране блокировки. Кнопка воспроизведения/паузы присутствует постоянно.</string>
<string name="pref_compact_notification_buttons_dialog_title">Выберите не более %1$d элементов</string>
<string name="pref_compact_notification_buttons_dialog_error">Нельзя выбрать больше %1$d элементов.</string>
- <string name="pref_lockscreen_background_title">Выбрать фон экрана блокировки</string>
+ <string name="pref_lockscreen_background_title">Менять фон экрана блокировки</string>
<string name="pref_lockscreen_background_sum">Изменяет фон экрана блокировки на обложку выпуска. Кроме того показывает обложку в сторонних приложениях.</string>
<string name="pref_showDownloadReport_title">Показывать отчёт о загрузках</string>
<string name="pref_showDownloadReport_sum">Если загрузка не удаётся, показывать отчёт с подробностями об ошибке.</string>
@@ -391,6 +401,7 @@
<string name="crash_report_sum">Отослать последний отчёт о сбое по e-mail</string>
<string name="send_email">Отправить Email</string>
<string name="experimental_pref">Экспериментальные настройки</string>
+ <string name="pref_sonic_title">Проигрывать через Sonic</string>
<string name="pref_sonic_message">Задействовать встроенный медиа проигрыватель Sonic вместо стандартного из ОС Android и Prestissimo</string>
<string name="pref_current_value">Текущее значение: %1$s</string>
<string name="pref_proxy_title">Прокси</string>
@@ -401,6 +412,8 @@
<string name="pref_cast_title">Поддержка Chromecast</string>
<string name="pref_cast_message_play_flavor">Включить поддержку удалённого воспроизведения на устройствах с Google Cast (таких как Chromecast, динамики или ТВ на ОС Android)</string>
<string name="pref_cast_message_free_flavor">Для работы Chromecast требуются собственнические библиотеки третьей стороны, которые не включены в данную версию AntennaPod</string>
+ <string name="pref_enqueue_downloaded_title">Добавлять загруженные в очередь</string>
+ <string name="pref_enqueue_downloaded_summary">Добавлять загруженные выпуски в очередь</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">Включить автоматическую поддержку через Flattr</string>
<string name="auto_flattr_after_percent">Поддерживать через Flattr эпизоды, прослушанные на %d процентов</string>
@@ -524,9 +537,9 @@
<string name="set_to_default_folder">Выберите папку по умолчанию</string>
<string name="pref_pausePlaybackForFocusLoss_sum">Пауза вместо уменьшения громкости, когда другое приложение проигрывает звуки</string>
<string name="pref_pausePlaybackForFocusLoss_title">Пауза при прерывании</string>
- <string name="pref_resumeAfterCall_sum">Продолжение воспроизведения после завершения звонка</string>
- <string name="pref_resumeAfterCall_title">Включать после звонка</string>
- <string name="pref_restart_required">AntennaPod нужно перезапустить для применения настроек.</string>
+ <string name="pref_resumeAfterCall_sum">Продолжать воспроизведение после завершения звонка</string>
+ <string name="pref_resumeAfterCall_title">Продолжать после вызова</string>
+ <string name="pref_restart_required">Следует перезапустить AntennaPod для применения настроек.</string>
<!--Online feed view-->
<string name="subscribe_label">Подписаться</string>
<string name="subscribed_label">Подписка оформлена</string>
diff --git a/core/src/main/res/values-sw-rKE/strings.xml b/core/src/main/res/values-sw-rKE/strings.xml
new file mode 100644
index 000000000..28dfeb6e8
--- /dev/null
+++ b/core/src/main/res/values-sw-rKE/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>
diff --git a/core/src/main/res/values-zh-rCN/strings.xml b/core/src/main/res/values-zh-rCN/strings.xml
index c09ec4b42..bdf9f3484 100644
--- a/core/src/main/res/values-zh-rCN/strings.xml
+++ b/core/src/main/res/values-zh-rCN/strings.xml
@@ -26,6 +26,10 @@
<!--Statistics fragment-->
<string name="total_time_listened_to_podcasts">总播放时长:</string>
<string name="statistics_details_dialog">%1$d out of %2$d episodes started.\n\nPlayed %3$s out of %4$s.</string>
+ <string name="statistics_mode">统计模式</string>
+ <string name="statistics_mode_normal">计算实际播放时长。播放两次的情况被正确识别为两次,但是被标记为未播放状态的都没有被正确识别收听次数。</string>
+ <string name="statistics_mode_count_all">统计所有带有已播放播客标记的数量</string>
+ <string name="statistics_speed_not_counted">注意:回放速度不在考虑范围之内。</string>
<!--Main activity-->
<string name="drawer_open">打开菜单</string>
<string name="drawer_close">关闭菜单</string>
@@ -33,9 +37,11 @@
<string name="drawer_feed_order_unplayed_episodes">按数量排序</string>
<string name="drawer_feed_order_alphabetical">按名称排序</string>
<string name="drawer_feed_order_last_update">按出版日期排序</string>
+ <string name="drawer_feed_order_most_played">根据已播放曲目的数量排序</string>
<string name="drawer_feed_counter_new_unplayed">新曲目和播放曲目数</string>
<string name="drawer_feed_counter_new">新曲目数</string>
<string name="drawer_feed_counter_unplayed">未播曲目数</string>
+ <string name="drawer_feed_counter_downloaded">已下载曲目数量</string>
<string name="drawer_feed_counter_none">无</string>
<!--Webview actions-->
<string name="open_in_browser_label">在浏览器打开</string>
@@ -50,6 +56,7 @@
<string name="cancel_label">取消</string>
<string name="yes">是</string>
<string name="no">否</string>
+ <string name="reset">重置</string>
<string name="author_label">作者</string>
<string name="language_label">语言</string>
<string name="url_label">链接地址</string>
@@ -60,6 +67,7 @@
<string name="refresh_label">刷新</string>
<string name="external_storage_error_msg">没有可用的外部存储. 请确保安装外部存储器, 这样本应用才可以正常工作.</string>
<string name="chapters_label">章节</string>
+ <string name="chapter_duration">按时长: %1$s</string>
<string name="shownotes_label">笔记</string>
<string name="description_label">描述</string>
<string name="most_recent_prefix">最近曲目:\u0020</string>
@@ -73,6 +81,7 @@
<string name="retry_label">重试</string>
<string name="auto_download_label">包含到自动下载</string>
<string name="auto_download_apply_to_items_title"> 应用到之前的曲目中</string>
+ <string name="auto_download_apply_to_items_message">新的 <i>自动下载</i> 的设定将会自动应用到新曲目中。\n你想应用到之前的曲目吗?</string>
<string name="auto_delete_label">自动删除剧集</string>
<string name="parallel_downloads_suffix">\u0020 并行下载</string>
<string name="feed_auto_download_global">全局默认</string>
@@ -90,6 +99,7 @@
<string name="etxtFeedurlHint">www.example.com/feed</string>
<string name="txtvfeedurl_label">添加播客 URL</string>
<string name="podcastdirectories_label">从目录中寻找播客</string>
+ <string name="podcastdirectories_descr">您可以在 gpodder.net 通过名称、类别或热门来搜索新播客</string>
<string name="browse_gpoddernet_label">浏览 gpodder.net</string>
<!--Actions on feeds-->
<string name="mark_all_read_label">全部标识已读</string>
@@ -97,7 +107,10 @@
<string name="mark_all_read_confirmation_msg">请确认您要将所有曲目标为已播放</string>
<string name="mark_all_read_feed_confirmation_msg">请确认您要将该订阅下的所有曲目标为已播放</string>
<string name="mark_all_seen_label">所有可见</string>
+ <string name="mark_all_seen_msg">将所有曲目标记为已读</string>
+ <string name="mark_all_seen_confirmation_msg">请确认您要将所有曲目标记为已读。</string>
<string name="show_info_label">查看信息</string>
+ <string name="rename_feed_label">重命名播客</string>
<string name="remove_feed_label">删除播客</string>
<string name="share_label">分享</string>
<string name="share_link_label">分享网站链接</string>
@@ -105,6 +118,7 @@
<string name="share_feed_url_label">分享订阅地址</string>
<string name="share_item_url_label">分享剧集文件URL</string>
<string name="share_item_url_with_position_label">分享剧集文件URL及其状态</string>
+ <string name="feed_delete_confirmation_msg">请确认您要删除订阅 \"%1$s\" 包括 所有 此订阅中的已下载曲目。</string>
<string name="feed_remover_msg">删除订阅</string>
<string name="load_complete_feed">刷新全部订阅</string>
<string name="hide_episodes_title">隐藏曲目</string>
@@ -126,6 +140,7 @@
<string name="stop_label">停止</string>
<string name="stream_label">流媒体</string>
<string name="remove_label">删除</string>
+ <string name="delete_label">删除</string>
<string name="remove_episode_lable">移除曲目</string>
<string name="marked_as_seen_label">标记为已读</string>
<string name="mark_read_label">标记已播放</string>
@@ -185,6 +200,8 @@
<string name="authentication_notification_title">需要认证</string>
<string name="authentication_notification_msg">您所请求的资源需要用户名和密码</string>
<string name="confirm_mobile_download_dialog_title">确认手机下载</string>
+ <string name="confirm_mobile_download_dialog_message_not_in_queue">移动数据连接下载已于设置中被关闭。\n\n您可以选择仅加入下载队列或者暂时允许下载。\n\n<small>您的决定将会在10分钟后被遗忘。</small></string>
+ <string name="confirm_mobile_download_dialog_message">移动数据连接下载已于设置中被关闭。\n\n您要暂时允许下载吗?。<small>\n\n您的决定将会在10分钟后被遗忘。</small></string>
<string name="confirm_mobile_download_dialog_only_add_to_queue">队列</string>
<string name="confirm_mobile_download_dialog_enable_temporarily">暂时允许</string>
<!--Mediaplayer messages-->
@@ -269,9 +286,11 @@
<string name="pref_auto_delete_sum">当播放完成后删除曲目</string>
<string name="pref_auto_delete_title">自动删除</string>
<string name="pref_smart_mark_as_played_sum">当曲目的剩余未播放时间小于一个确定值时将其表为已播放</string>
+ <string name="pref_smart_mark_as_played_title">智能标记为已播放</string>
<string name="playback_pref">播放</string>
<string name="network_pref">网络</string>
<string name="pref_autoUpdateIntervallOrTime_title">定时更新</string>
+ <string name="pref_autoUpdateIntervallOrTime_sum">指定自动刷新订阅的间隔或每日特定时间</string>
<string name="pref_autoUpdateIntervallOrTime_message">可以设置更新 <i>间隔</i>,比如“2 小时”;或着每天特定的 <i>时间</i> ,比如\"上午 7:00\";或者 <i>禁用</i> 自动更新。\n\n<small>请注意:更新时间不是严格的,可能会有少许的延时。</small></string>
<string name="pref_autoUpdateIntervallOrTime_Disable">禁用</string>
<string name="pref_autoUpdateIntervallOrTime_Interval">设置间隔</string>
@@ -328,9 +347,18 @@
<string name="pref_gpodnet_logout_toast">注销成功</string>
<string name="pref_gpodnet_setlogin_information_title">改变登录信息</string>
<string name="pref_gpodnet_setlogin_information_sum">改变 gpodder.net 账户登录信息.</string>
+ <string name="pref_gpodnet_sync_changes_title">立即同步改动</string>
+ <string name="pref_gpodnet_full_sync_title">立即完整同步</string>
+ <string name="pref_gpodnet_sync_sum_last_sync_line">最后同步尝试于:%1$s(%2$s)</string>
<string name="pref_gpodnet_sync_started">已开始同步</string>
+ <string name="pref_gpodnet_full_sync_started">完整同步以开始</string>
+ <string name="pref_gpodnet_login_status"><![CDATA[在设备 <i>%2$s</i> 上以 <i>%1$s</i> 身份登录]]></string>
+ <string name="pref_gpodnet_notifications_title">显示同步失败的提示信息</string>
+ <string name="pref_gpodnet_notifications_sum">该设置无法适用于验证错误。</string>
<string name="pref_playback_speed_title">播放速度</string>
<string name="pref_playback_speed_sum">自定义音频播放速度</string>
+ <string name="pref_fast_forward_sum">自定义每次快进节目的秒数</string>
+ <string name="pref_rewind_sum">自定义每次倒回节目的秒数</string>
<string name="pref_gpodnet_sethostname_title">设置主机名</string>
<string name="pref_gpodnet_sethostname_use_default_host">使用默认主机</string>
<string name="pref_expandNotify_title">扩展通知</string>
@@ -338,9 +366,11 @@
<string name="pref_persistNotify_title">保持播放控制</string>
<string name="pref_persistNotify_sum">在暂停时保持通知和锁屏界面的控制。</string>
<string name="pref_compact_notification_buttons_title">设置锁屏按钮</string>
+ <string name="pref_compact_notification_buttons_sum">修改锁屏界面上的回放按钮(同样会影响播放/暂停按钮)。</string>
<string name="pref_compact_notification_buttons_dialog_title">选择%1$d中的最大值</string>
<string name="pref_compact_notification_buttons_dialog_error">你只能选择%1$d中的最大值</string>
<string name="pref_lockscreen_background_title">设置锁屏背景</string>
+ <string name="pref_lockscreen_background_sum">将锁屏背景设置为当前播放节目的封面图(潜在的副作用是图片可能会在出现在第三方应用中)。</string>
<string name="pref_showDownloadReport_title">显示下载报告</string>
<string name="pref_showDownloadReport_sum">如果下载失败,生成一份显示详细失败信息的报告。</string>
<string name="pref_expand_notify_unsupport_toast">Android 4.1 之前不支持扩展通知。</string>
@@ -352,6 +382,9 @@
<string name="crash_report_title">崩溃报告</string>
<string name="crash_report_sum">通过 E-mail 发送最后崩溃报告</string>
<string name="send_email">发送 E-mail</string>
+ <string name="experimental_pref">实验性</string>
+ <string name="pref_sonic_title">音频媒体播放器</string>
+ <string name="pref_sonic_message">使用内置音频媒体播放器代替 Android 原生媒体播放器</string>
<string name="pref_current_value">当前值:%1$s</string>
<string name="pref_proxy_title">代理</string>
<string name="pref_proxy_sum">选择一个网络代理</string>
@@ -359,16 +392,23 @@
<string name="pref_known_issues">已知问题</string>
<string name="pref_no_browser_found">无网络浏览器</string>
<string name="pref_cast_title">Chromecast 支持</string>
+ <string name="pref_cast_message_play_flavor">启用在 Cast 设备(例如 Chromecast 、 Audio Speakers 和 Android TV )上对于远端媒体回放的支持</string>
+ <string name="pref_cast_message_free_flavor">Chromecast 所需要的第三方库文件在这个版本的 AntennaPod 中被禁用</string>
+ <string name="pref_enqueue_downloaded_title">队列任务下载完毕</string>
+ <string name="pref_enqueue_downloaded_summary">向队列添加已下载的节目</string>
<!--Auto-Flattr dialog-->
<string name="auto_flattr_enable">启用自动 flattring</string>
<string name="auto_flattr_after_percent">当播放到百分之%d时Flattr改曲目</string>
<string name="auto_flattr_ater_beginning">当播放开始时Flattr改曲目</string>
<string name="auto_flattr_ater_end">当播放结束时Flattr改曲目</string>
<!--Search-->
+ <string name="search_hint">查找节目</string>
<string name="found_in_chapters_label">章节中查找</string>
+ <string name="found_in_feeds_label">Feeds 中查找</string>
<string name="search_status_no_results">没有找到任何结果</string>
<string name="search_label">搜索</string>
<string name="found_in_title_label">标题中查找</string>
+ <string name="no_results_for_query">未找到关于 \"%1$s\" 的结果</string>
<!--OPML import and export-->
<string name="opml_import_txtv_button_lable">OPML 文件可以方便的从别的播客转移数据过来。</string>
<string name="opml_import_option">设置 %1$d</string>
@@ -379,7 +419,7 @@
<string name="opml_import_label">OPML 导入</string>
<string name="opml_directory_error">错误!</string>
<string name="reading_opml_label">OPML 文件读取中</string>
- <string name="opml_reader_error">读取OPML文档时发生错误</string>
+ <string name="opml_reader_error">读取 OPML 文档时发生错误</string>
<string name="opml_import_error_no_file">没有选择文件!</string>
<string name="select_all_label">全选</string>
<string name="deselect_all_label">取消所有选择</string>
@@ -387,11 +427,12 @@
<string name="choose_file_from_filesystem">来自本地文件系统</string>
<string name="choose_file_from_external_application">使用外部应用</string>
<string name="opml_export_label">OPML 导出</string>
+ <string name="html_export_label">导出为 HTML 文件</string>
<string name="exporting_label">正在导出</string>
<string name="export_error_label">导出出错</string>
<string name="opml_export_success_title">OPML 导出成功.</string>
<string name="opml_export_success_sum">.opml 文件已保存到:\u0020</string>
- <string name="opml_import_ask_read_permission">访问外部存储需要读取OPML文件</string>
+ <string name="opml_import_ask_read_permission">读取 OPML 文件需要访问外部存储的权限</string>
<!--Sleep timer-->
<string name="set_sleeptimer_label">设置休眠计时器</string>
<string name="disable_sleeptimer_label">禁用休眠计时器</string>
@@ -414,6 +455,9 @@
<plurals name="time_hours_quantified">
<item quantity="other">%d 小时</item>
</plurals>
+ <string name="auto_enable_label">自动启用</string>
+ <string name="sleep_timer_enabled_label">睡眠计时器已启用</string>
+ <string name="sleep_timer_disabled_label">睡眠计时器已禁用</string>
<!--gpodder.net-->
<string name="gpodnet_taglist_header">目录</string>
<string name="gpodnet_toplist_header">头条播客</string>
@@ -433,6 +477,7 @@
<string name="gpodnetauth_device_chooseExistingDevice">选择已存在设备</string>
<string name="gpodnetauth_device_errorEmpty">设备编号必须填写</string>
<string name="gpodnetauth_device_errorAlreadyUsed">设备编号已被使用</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">标题不能为空</string>
<string name="gpodnetauth_device_butChoose">选择</string>
<string name="gpodnetauth_finish_title">登录成功!</string>
<string name="gpodnetauth_finish_descr">恭喜! 你的 gpodder.net 帐户与设备已连结完成. 现在开始 AntennaPod 将自动同步你 gpodder.net 帐户内的订阅信息到设备上.</string>
@@ -442,10 +487,13 @@
<string name="gpodnetsync_auth_error_descr">错误的用户名或者密码</string>
<string name="gpodnetsync_error_title">gpodder.net 同步错误</string>
<string name="gpodnetsync_error_descr">同步过程中发生错误: \u0020</string>
+ <string name="gpodnetsync_pref_report_successful">成功了</string>
+ <string name="gpodnetsync_pref_report_failed">失败了</string>
<!--Directory chooser-->
<string name="selected_folder_label">已选文件夹:</string>
<string name="create_folder_label">穿件文件夹</string>
<string name="choose_data_directory">选择数据文件夹</string>
+ <string name="choose_data_directory_message">请选择用于 AntennaPod 的数据根目录, AntennaPod 将会创建合适的子目录。</string>
<string name="choose_data_directory_permission_rationale">访问外部存储需要</string>
<string name="create_folder_msg">确实创建 \"%1$s\" 文件夹?</string>
<string name="create_folder_success">创建新文件夹</string>
@@ -491,6 +539,7 @@
<string name="sp_apps_importing_feeds_msg">正在从选定的应用中导入订阅...</string>
<string name="search_itunes_label">搜索 iTunes</string>
<string name="filter">过滤器</string>
+ <string name="search_fyyd_label">在 fyyd 上搜索</string>
<!--Episodes apply actions-->
<string name="all_label">全部</string>
<string name="selected_all_label">全选</string>
@@ -542,6 +591,9 @@
<string name="proxy_host_invalid_error">主机地址为无效的IP地址或域名</string>
<string name="proxy_port_invalid_error">端口不可用</string>
<!--Casting-->
+ <string name="cast_failed_to_play">媒体回放开始失败</string>
+ <string name="cast_failed_to_stop">媒体回放停止失败</string>
+ <string name="cast_failed_to_pause">媒体回放暂停失败</string>
<!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
<string name="cast_failed_setting_volume">音量设置失败</string>
<string name="cast_failed_media_error_skipping">媒体播放出错.跳转中...</string>
diff --git a/core/src/main/res/values-zh-rHK/strings.xml b/core/src/main/res/values-zh-rHK/strings.xml
new file mode 100644
index 000000000..28dfeb6e8
--- /dev/null
+++ b/core/src/main/res/values-zh-rHK/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>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 86cff515f..7648f8867 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -13,7 +13,6 @@
<string name="favorite_episodes_label">Favorites</string>
<string name="new_label">New</string>
<string name="settings_label">Settings</string>
- <string name="add_new_feed_label">Add Podcast</string>
<string name="downloads_label">Downloads</string>
<string name="downloads_running_label">Running</string>
<string name="downloads_completed_label">Completed</string>
@@ -156,6 +155,7 @@
<string name="stream_label">Stream</string>
<string name="remove_label">Remove</string>
<string name="delete_label">Delete</string>
+ <string name="delete_failed">Unable to delete file. Rebooting the device could help.</string>
<string name="remove_episode_lable">Remove Episode</string>
<string name="marked_as_seen_label">Marked as seen</string>
<string name="mark_read_label">Mark as played</string>
@@ -320,6 +320,8 @@
<string name="pref_smart_mark_as_played_title">Smart Mark as Played</string>
<string name="pref_skip_keeps_episodes_sum">Keep episodes when they are skipped</string>
<string name="pref_skip_keeps_episodes_title">Keep Skipped Episodes</string>
+ <string name="pref_favorite_keeps_episodes_sum">Keep episodes when they are marked Favorite</string>
+ <string name="pref_favorite_keeps_episodes_title">Keep Favorite Episodes</string>
<string name="playback_pref">Playback</string>
<string name="network_pref">Network</string>
<string name="pref_autoUpdateIntervallOrTime_title">Update Interval or Time of Day</string>
@@ -363,6 +365,8 @@
<string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string>
<string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string>
<string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string>
+ <string name="pref_autodl_allow_on_mobile_title">Download on mobile connection</string>
+ <string name="pref_autodl_allow_on_mobile_sum">Allow automatic download over the mobile data connection.</string>
<string name="pref_automatic_download_on_battery_title">Download when not charging</string>
<string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string>
<string name="pref_parallel_downloads_title">Parallel Downloads</string>
@@ -430,7 +434,7 @@
<string name="pref_cast_title">Chromecast support</string>
<string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
<string name="pref_cast_message_free_flavor">Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod</string>
- <string name="pref_enqueue_downloaded_title">Enqueue Dowloaded</string>
+ <string name="pref_enqueue_downloaded_title">Enqueue Downloaded</string>
<string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string>
<!-- Auto-Flattr dialog -->
diff --git a/core/src/play/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java b/core/src/play/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
index 0f493e63e..0cca2ffa4 100644
--- a/core/src/play/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
+++ b/core/src/play/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceFlavorHelper.java
@@ -6,9 +6,13 @@ import android.content.Intent;
import android.content.IntentFilter;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
+import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.StringRes;
+import android.support.v4.media.session.MediaSessionCompat;
+import android.support.v4.media.session.PlaybackStateCompat;
import android.support.v7.media.MediaRouter;
+import android.support.wearable.media.MediaControlConstants;
import android.util.Log;
import android.widget.Toast;
@@ -255,4 +259,21 @@ public class PlaybackServiceFlavorHelper {
}
return false;
}
+
+ void sessionStateAddActionForWear(PlaybackStateCompat.Builder sessionState, String actionName, CharSequence name, int icon) {
+ PlaybackStateCompat.CustomAction.Builder actionBuilder =
+ new PlaybackStateCompat.CustomAction.Builder(actionName, name, icon);
+ Bundle actionExtras = new Bundle();
+ actionExtras.putBoolean(MediaControlConstants.EXTRA_CUSTOM_ACTION_SHOW_ON_WEAR, true);
+ actionBuilder.setExtras(actionExtras);
+
+ sessionState.addCustomAction(actionBuilder.build());
+ }
+
+ void mediaSessionSetExtraForWear(MediaSessionCompat mediaSession) {
+ Bundle sessionExtras = new Bundle();
+ sessionExtras.putBoolean(MediaControlConstants.EXTRA_RESERVE_SLOT_SKIP_TO_PREVIOUS, true);
+ sessionExtras.putBoolean(MediaControlConstants.EXTRA_RESERVE_SLOT_SKIP_TO_NEXT, true);
+ mediaSession.setExtras(sessionExtras);
+ }
}