This commit is contained in:
h4h13 2018-09-23 15:34:43 +05:30
parent a8dfe106bb
commit 3d7ba2afc6
193 changed files with 3667 additions and 2662 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="@android:integer/config_mediumAnimTime"
android:fromXDelta="50%p"
android:toXDelta="0" />
<alpha
android:duration="@android:integer/config_mediumAnimTime"
android:fromAlpha="0.0"
android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="@android:integer/config_mediumAnimTime"
android:fromXDelta="50%p"
android:toXDelta="0" />
<alpha
android:duration="@android:integer/config_mediumAnimTime"
android:fromAlpha="0.0"
android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="@android:integer/config_mediumAnimTime"
android:fromXDelta="0"
android:toXDelta="-50%p" />
<alpha
android:duration="@android:integer/config_mediumAnimTime"
android:fromAlpha="1.0"
android:toAlpha="0.0" />
</set>

View file

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#346EF3" />
<solid android:color="@color/md_blue_500A12" />
</shape>

View file

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#DF2B29" />
<solid android:color="@color/md_red_500A12" />
</shape>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#2E9C42"/>
<solid android:color="@color/md_green_500A12" />
</shape>

View file

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#F8B10C"/>
<solid android:color="@color/md_deep_purple_500A12" />
</shape>

View file

@ -20,7 +20,7 @@
android:right="0dp"
android:top="0dp" />
<solid android:color="#55d4d4d4" />
<corners android:radius="@dimen/card_elevation" />
<corners android:radius="6dp" />
</shape>
</item>
<item>
@ -31,14 +31,14 @@
android:right="0dp"
android:top="0dp" />
<solid android:color="#55dddddd" />
<corners android:radius="@dimen/card_elevation" />
<corners android:radius="6dp" />
</shape>
</item>
<item>
<shape>
<solid android:color="@android:color/white" />
<corners android:radius="@dimen/card_elevation" />
<corners android:radius="6dp" />
</shape>
</item>
</layer-list>

View file

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <corners android:radius="8dp" /> <solid android:color="#80448AFF" /> </shape>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="#209cff"
android:startColor="#faaca8"/>
</shape>

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="@color/md_blue_A400"
android:startColor="@color/md_deep_purple_A700" />
</shape>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="#0acffe"
android:startColor="#495aff"/>
</shape>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="@color/md_green_A700"
android:startColor="@color/md_blue_A200"/>
</shape>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="@color/md_indigo_500"
android:startColor="@color/md_blue_500" />
</shape>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="135"
android:endColor="@color/md_red_500"
android:startColor="@color/md_pink_500" />
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/md_white_1000"
android:pathData="M14,6H4C3.45,6 3,6.45 3,7v0c0,0.55 0.45,1 1,1h10c0.55,0 1,-0.45 1,-1v0C15,6.45 14.55,6 14,6zM14,10H4c-0.55,0 -1,0.45 -1,1v0c0,0.55 0.45,1 1,1h10c0.55,0 1,-0.45 1,-1v0C15,10.45 14.55,10 14,10zM4,16h6c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v0C3,15.55 3.45,16 4,16zM19,6c-1.1,0 -2,0.9 -2,2v6.18C16.69,14.07 16.35,14 16,14c-1.84,0 -3.28,1.64 -2.95,3.54c0.21,1.21 1.2,2.2 2.41,2.41C17.36,20.28 19,18.84 19,17V8h2c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H19z"/>
<path
android:fillColor="@color/md_white_1000"
android:pathData="M14,6H4C3.45,6 3,6.45 3,7v0c0,0.55 0.45,1 1,1h10c0.55,0 1,-0.45 1,-1v0C15,6.45 14.55,6 14,6zM14,10H4c-0.55,0 -1,0.45 -1,1v0c0,0.55 0.45,1 1,1h10c0.55,0 1,-0.45 1,-1v0C15,10.45 14.55,10 14,10zM4,16h6c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v0C3,15.55 3.45,16 4,16zM19,6c-1.1,0 -2,0.9 -2,2v6.18C16.69,14.07 16.35,14 16,14c-1.84,0 -3.28,1.64 -2.95,3.54c0.21,1.21 1.2,2.2 2.41,2.41C17.36,20.28 19,18.84 19,17V8h2c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H19z" />
</vector>

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V9c0,-1.1 -0.9,-2 -2,-2H8C6.9,7 6,7.9 6,9V19zM18,4h-2.5l-0.71,-0.71C14.61,3.11 14.35,3 14.09,3H9.91C9.65,3 9.39,3.11 9.21,3.29L8.5,4H6C5.45,4 5,4.45 5,5v0c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v0C19,4.45 18.55,4 18,4z"/>
</vector>

View file

@ -2,8 +2,8 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/icon_notification_dimen"
android:height="@dimen/icon_notification_dimen"
android:viewportHeight="24"
android:viewportWidth="24">
android:viewportWidth="24"
android:viewportHeight="24">
<path android:pathData="M0,0h24v24H0V0z" />
<path

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
android:shape="rectangle">
<gradient
android:angle="270"
android:centerColor="#30000000"
android:endColor="#88000000"
android:startColor="#00000000"/>
android:startColor="#00000000" />
</shape>

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s" />
/>
<View
android:id="@+id/mask"

View file

@ -32,7 +32,7 @@
app:srcCompat="@drawable/ic_play_arrow_white_24dp" />
</androidx.cardview.widget.CardView>
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -45,7 +45,7 @@
tools:ignore="MissingPrefix"
tools:text="My top tracks" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/title"
fontPath="@string/circular_std_black"
android:layout_width="match_parent"

View file

@ -0,0 +1,174 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="20dp"
app:cardUseCompatPadding="true">
<FrameLayout
android:id="@+id/search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/search_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="14dp"
android:paddingTop="10dp"
android:paddingEnd="12dp"
android:paddingBottom="10dp"
app:srcCompat="@drawable/ic_search_white_24dp"
app:tint="?colorAccent" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/search_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:hint="@string/search_hint"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Subhead" />
</FrameLayout>
</com.google.android.material.card.MaterialCardView>
<androidx.appcompat.widget.AppCompatTextView
style="@style/SubTitleTextAppearance"
android:text="@string/for_you" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/history"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/abs_history_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_access_time_white_24dp"
app:tint="@color/md_blue_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
android:text="@string/history"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/last_added"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/abs_last_added_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_library_add_white_24dp"
app:tint="@color/md_red_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
android:text="@string/last_added"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/top_played"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/abs_top_tracks_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_trending_up_white_24dp"
app:tint="@color/md_deep_purple_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
android:text="@string/my_top_tracks"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/action_shuffle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/abs_shuffle"
android:padding="12dp"
app:srcCompat="@drawable/ic_shuffle_white_24dp"
app:tint="@color/md_green_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
android:text="@string/shuffle"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_margin="12dp"
android:background="?attr/dividerColor" />
</LinearLayout>

View file

@ -25,13 +25,20 @@
app:srcCompat="@drawable/ic_keyboard_arrow_up_24dp"
tools:ignore="ContentDescription" />
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/mini_player_title"
android:layout_width="0dp"
android:gravity="center"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:singleLine="true" />
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:gravity="center"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true" />
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_prev"
@ -49,6 +56,7 @@
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:scaleType="center"
app:srcCompat="@drawable/ic_pause_white_24dp"
tools:ignore="ContentDescription" />
<code.name.monkey.retromusic.views.IconImageView
@ -60,6 +68,16 @@
android:background="?roundSelector"
android:padding="8dp"
app:srcCompat="@drawable/ic_skip_next_white_24dp" />
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_playing_queue"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:padding="6dp"
app:srcCompat="@drawable/ic_playlist_play_white_24dp" />
</LinearLayout>
<me.zhanghai.android.materialprogressbar.MaterialProgressBar

View file

@ -20,7 +20,7 @@
android:layout_alignParentEnd="true"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s"/>
/>
<ImageView
android:id="@+id/foregroundImage"

View file

@ -19,7 +19,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s"/>
/>
<ImageView
android:id="@+id/foregroundImage"

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s" />
/>
<View
android:id="@+id/mask"

View file

@ -48,8 +48,7 @@
android:id="@+id/album_cover_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
tools:background="@drawable/gradient_1">
android:layout_weight="0">
<fragment
android:id="@+id/player_album_cover_fragment"

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s"/>
/>
<View
android:id="@+id/mask"

View file

@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="24dp"
android:paddingEnd="24dp">
<com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
android:id="@+id/recycler_view"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:scrollbars="none"/>
<TextView
android:id="@android:id/empty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif-light"
android:text="@string/empty"
android:textColor="?android:textColorSecondary"
android:visibility="gone"/>
android:paddingStart="24dp"
android:paddingEnd="24dp">
<com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:scrollbars="none" />
<TextView
android:id="@android:id/empty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif-light"
android:text="@string/empty"
android:textColor="?android:textColorSecondary"
android:visibility="gone" />
</FrameLayout>

View file

@ -16,7 +16,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:civ_border="false"
tools:src="@drawable/hemanth_s" />
/>
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<androidx.appcompat.widget.AppCompatTextView

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
@ -9,44 +8,42 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="8dp"
app:cardElevation="4dp"
app:cardCornerRadius="20dp"
app:cardUseCompatPadding="true">
<LinearLayout
<FrameLayout
android:id="@+id/search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical">
<code.name.monkey.retromusic.views.IconImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/search_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:padding="12dp"
app:srcCompat="@drawable/ic_search_white_24dp" />
android:paddingStart="14dp"
android:paddingTop="10dp"
android:paddingEnd="12dp"
android:paddingBottom="10dp"
app:srcCompat="@drawable/ic_search_white_24dp"
app:tint="?colorAccent" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center"
android:gravity="center"
android:hint="@string/search_hint"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Subhead" />
</LinearLayout>
</FrameLayout>
</com.google.android.material.card.MaterialCardView>
<androidx.appcompat.widget.AppCompatTextView xmlns:tools="http://schemas.android.com/tools"
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/for_you"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix" />
<androidx.appcompat.widget.AppCompatTextView
style="@style/SubTitleTextAppearance"
android:text="@string/for_you" />
<LinearLayout
android:layout_width="match_parent"
@ -69,7 +66,7 @@
android:background="@drawable/abs_history_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_access_time_white_24dp"
app:tint="@color/md_white_1000" />
app:tint="@color/md_blue_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
@ -95,7 +92,7 @@
android:background="@drawable/abs_last_added_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_library_add_white_24dp"
app:tint="@color/md_white_1000" />
app:tint="@color/md_red_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
@ -121,7 +118,7 @@
android:background="@drawable/abs_top_tracks_playlist"
android:padding="12dp"
app:srcCompat="@drawable/ic_trending_up_white_24dp"
app:tint="@color/md_white_1000" />
app:tint="@color/md_deep_purple_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
@ -147,7 +144,7 @@
android:background="@drawable/abs_shuffle"
android:padding="12dp"
app:srcCompat="@drawable/ic_shuffle_white_24dp"
app:tint="@color/md_white_1000" />
app:tint="@color/md_green_A700" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"

View file

@ -29,7 +29,7 @@
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:transitionName="@string/transition_album_art"
tools:src="@drawable/hemanth_s" />
/>
<View
android:layout_width="match_parent"

View file

@ -95,7 +95,7 @@
android:layout_gravity="center"
android:scaleType="centerCrop"
android:transitionName="@string/transition_album_art"
tools:src="@drawable/hemanth_s" />
/>
</androidx.cardview.widget.CardView>
<LinearLayout

View file

@ -79,7 +79,6 @@
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif"
android:gravity="start"
android:paddingLeft="16dp"
android:text="@string/loading_products"
@ -107,11 +106,10 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/gradient_5"
android:gravity="center_horizontal"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -121,7 +119,7 @@
android:textColor="@color/md_white_1000"
tools:ignore="MissingPrefix" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="16dp"
@ -132,12 +130,12 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/donate"
app:backgroundTint="?colorAccent"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:text="@string/donate"
android:textColor="@color/md_white_1000" />
android:text="@string/donate"/>
</LinearLayout>
</androidx.cardview.widget.CardView>

View file

@ -90,5 +90,6 @@
android:layout_margin="16dp"
android:src="@drawable/ic_shuffle_white_24dp"
app:layout_behavior="code.name.monkey.retromusic.misc.ScrollAwareFABBehavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</LinearLayout>

View file

@ -16,7 +16,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_3"
android:orientation="vertical">
<LinearLayout
@ -25,14 +24,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_format_color_fill" />
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -48,14 +47,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_theme_palette_white_24dp" />
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -71,14 +70,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_view_carousel_black_24dp" />
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -93,14 +92,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_rounded_corner" />
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -116,14 +115,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_favorite_white_24dp" />
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -140,16 +139,16 @@
android:paddingTop="8dp">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/restore_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:paddingBottom="16dp"
android:paddingEnd="24dp"
android:paddingStart="24dp"
android:paddingTop="16dp"
android:paddingEnd="24dp"
android:paddingBottom="16dp"
android:text="@string/restore"
android:textColor="@color/md_white_1000" />
@ -161,17 +160,17 @@
app:cardCornerRadius="25dp"
app:cardUseCompatPadding="true">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/purchase_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:backgroundTint="#80ffffff"
android:gravity="center"
android:paddingBottom="16dp"
android:paddingEnd="24dp"
android:paddingStart="24dp"
android:paddingTop="16dp"
android:paddingEnd="24dp"
android:paddingBottom="16dp"
android:text="@string/purchase"
android:textColor="@color/md_white_1000" />
</androidx.cardview.widget.CardView>

View file

@ -18,11 +18,11 @@
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.cardview.widget.CardView
<com.google.android.material.card.MaterialCardView
android:id="@+id/search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="8dp"
app:cardCornerRadius="25dp"
app:cardUseCompatPadding="true">
<LinearLayout
@ -53,10 +53,10 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:background="?roundSelector"
android:padding="8dp"
android:padding="12dp"
app:srcCompat="@drawable/ic_mic_white_24dp" />
</LinearLayout>
</androidx.cardview.widget.CardView>
</com.google.android.material.card.MaterialCardView>
<FrameLayout
android:layout_width="match_parent"

View file

@ -118,7 +118,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif"
android:gravity="center_vertical"
android:hint="@string/artist"
android:inputType="text|textCapWords"
@ -136,7 +135,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif"
android:gravity="center_vertical"
android:hint="@string/album_artist"
android:inputType="text|textCapWords"
@ -198,7 +196,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif"
android:gravity="center_vertical"
android:hint="@string/track_hint"
android:inputType="text|number"
@ -216,7 +213,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="sans-serif"
android:gravity="center_vertical"
android:hint="@string/lyrics"
android:inputType="textMultiLine"

View file

@ -50,19 +50,19 @@
android:layout_height="match_parent">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/image"
android:id="@+id/banner_image"
android:layout_width="match_parent"
android:layout_height="128dp"
android:scaleType="centerCrop"
app:srcCompat="@drawable/material_design_default" />
<View
android:id="@+id/banner_select"
android:layout_width="match_parent"
android:layout_height="128dp"
android:background="@color/twenty_percent_black_overlay" />
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/banner_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
@ -36,7 +36,7 @@
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/ate_primary_text_light"
tools:text="Title"/>
tools:text="Title" />
<LinearLayout
android:layout_width="match_parent"
@ -45,37 +45,14 @@
android:orientation="horizontal">
<TextView
android:id="@+id/artist"
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/ate_secondary_text_light"
tools:text="Artist"/>
<TextView
android:id="@+id/text_separator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:paddingLeft="4dp"
android:paddingRight="4dp"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/ate_secondary_text_light"
tools:ignore="HardcodedText"
tools:text="•"/>
<TextView
android:id="@+id/album"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/ate_secondary_text_light"
tools:text="Album"/>
tools:text="Album" />
</LinearLayout>
@ -100,7 +77,7 @@
android:background="@drawable/widget_selector_light"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_skip_previous_white_24dp"
tools:tint="@color/ate_secondary_text_light"/>
tools:tint="@color/ate_secondary_text_light" />
<ImageButton
android:id="@+id/button_toggle_play_pause"
@ -110,7 +87,7 @@
android:background="@drawable/widget_selector_light"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_play_arrow_white_24dp"
tools:tint="@color/ate_secondary_text_light"/>
tools:tint="@color/ate_secondary_text_light" />
<ImageButton
android:id="@+id/button_next"
@ -120,7 +97,7 @@
android:background="@drawable/widget_selector_light"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_skip_next_white_24dp"
tools:tint="@color/ate_secondary_text_light"/>
tools:tint="@color/ate_secondary_text_light" />
</LinearLayout>

View file

@ -9,17 +9,16 @@
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="12dp"
app:cardCornerRadius="8dp"
app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_1"
android:orientation="vertical">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -4,18 +4,17 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="12dp"
app:cardCornerRadius="8dp"
app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_3"
android:orientation="vertical"
android:padding="8dp">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -33,21 +32,21 @@
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/changelog"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
@ -63,21 +62,21 @@
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/pref_title_open_source_licences"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
@ -92,21 +91,21 @@
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/version"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/app_version"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="12dp"
app:cardCornerRadius="8dp"
app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="true">
@ -12,11 +12,9 @@
android:id="@+id/app_support"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_6"
android:orientation="vertical"
android:padding="8dp">
android:orientation="vertical">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -33,12 +31,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -50,25 +47,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/git_hub"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/git_hub_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/git_hub_summary" />
</LinearLayout>
</LinearLayout>
@ -79,12 +74,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -96,25 +90,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/translate"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/translate_community"
android:textColor="@color/md_white_1000" />
android:text="@string/translate_community" />
</LinearLayout>
</LinearLayout>
@ -125,12 +117,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -142,25 +133,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/rate_app"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/rate_on_google_play_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/rate_on_google_play_summary" />
</LinearLayout>
</LinearLayout>
@ -171,12 +160,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -188,25 +176,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/donate"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/donate_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/donate_summary" />
</LinearLayout>
</LinearLayout>
@ -217,12 +203,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -234,13 +219,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_share"
@ -257,12 +242,11 @@
android:background="?attr/rectSelector"
android:clickable="true"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="@dimen/md_listitem_height"
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -274,13 +258,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/faq"

View file

@ -4,19 +4,17 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="12dp"
app:cardCornerRadius="8dp"
app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_8"
android:orientation="vertical"
android:padding="8dp">
android:orientation="vertical">
<TextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -37,7 +35,7 @@
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
@ -48,25 +46,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/instagram_page"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/instagram_page_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/instagram_page_summary" />
</LinearLayout>
</LinearLayout>
@ -81,7 +77,7 @@
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
@ -92,25 +88,22 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/twitter_page"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/twitter_page_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/twitter_page_summary" />
</LinearLayout>
</LinearLayout>
@ -125,7 +118,7 @@
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
@ -136,24 +129,22 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/discord_page"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/discord_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/discord_summary" />
</LinearLayout>
</LinearLayout>
@ -168,7 +159,7 @@
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
@ -179,24 +170,22 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/telegram_group"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/telegram_group_summary"
android:textColor="@color/md_white_1000" />
android:text="@string/telegram_group_summary" />
</LinearLayout>
</LinearLayout>
@ -211,7 +200,7 @@
android:orientation="horizontal"
tools:ignore="PrivateResource">
<androidx.appcompat.widget.AppCompatImageView
<code.name.monkey.retromusic.views.IconImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/social_buttons"
@ -223,25 +212,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingStart="12dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/google_plus"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:text="@string/google_plus_community"
android:textColor="@color/md_white_1000" />
android:text="@string/google_plus_community" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View file

@ -20,9 +20,9 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingEnd="12dp"
android:gravity="end"
android:paddingStart="0dp"
android:gravity="end">
android:paddingEnd="12dp">
<com.google.android.material.button.MaterialButton
android:id="@+id/action_cancel"

View file

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/gradient_4"
android:background="@color/md_blue_A200"
android:padding="16dp">
<LinearLayout
@ -25,8 +25,8 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="32dp"
android:paddingTop="32dp">
android:paddingTop="32dp"
android:paddingBottom="32dp">
<TextView
android:layout_width="wrap_content"
@ -48,12 +48,12 @@
</LinearLayout>
<TextView
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/title_container"
android:layout_centerHorizontal="true"
android:text="Buy pro version now offer ends soon*"
android:gravity="center"
android:text="Buy pro version now. Offer ends soon"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Title"
android:textColor="@android:color/white" />
</RelativeLayout>

View file

@ -68,7 +68,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@color/md_white_1000"
android:elevation="@dimen/card_elevation"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<LinearLayout

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s" />
/>
<View
android:layout_width="match_parent"

View file

@ -17,7 +17,7 @@
android:id="@+id/mask"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shadow_up_strong" />
android:background="#20000000" />
<include layout="@layout/shadow_statusbar_toolbar" />

View file

@ -5,9 +5,9 @@
android:id="@+id/playback_controls"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="32dp"
android:paddingStart="32dp"
android:paddingEnd="32dp"
android:paddingStart="32dp">
android:paddingBottom="32dp">
<LinearLayout
android:layout_width="match_parent"
@ -149,8 +149,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingEnd="12dp"
android:paddingStart="12dp">
android:paddingStart="12dp"
android:paddingEnd="12dp">
<TextView
@ -158,8 +158,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingEnd="8dp"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:textColor="?android:attr/textColorSecondary"
android:textSize="12sp"
android:textStyle="bold"
@ -171,8 +171,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:paddingEnd="8dp"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:textColor="?android:attr/textColorSecondary"
android:textSize="12sp"
android:textStyle="bold"
@ -183,10 +183,11 @@
android:id="@+id/player_progress_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingEnd="20dp"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:progressTint="@color/md_white_1000"
android:splitTrack="false"
android:thumb="@null"
android:thumbTint="@color/md_white_1000"
tools:progress="20" />

View file

@ -74,7 +74,6 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@color/md_white_1000"
android:elevation="@dimen/card_elevation"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -13,68 +13,6 @@
android:paddingEnd="8dp"
tools:ignore="MissingPrefix">
<LinearLayout
android:id="@+id/user_info_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="8dp"
android:paddingTop="16dp"
android:paddingEnd="8dp"
android:paddingBottom="16dp">
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/user_image_bottom"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_weight="0"
app:civ_border="false"
tools:src="@drawable/hemanth_s" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical"
android:paddingBottom="8dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/title_welcome"
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="2"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textStyle="bold"
tools:ignore="MissingPrefix" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.75"
android:ellipsize="end"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:text="@string/lets_play_something" />
</LinearLayout>
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_settings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?roundSelector"
android:gravity="center_vertical"
android:padding="12dp"
android:textAllCaps="false"
app:srcCompat="@drawable/ic_settings_white_24dp" />
</LinearLayout>
<com.google.android.material.button.MaterialButton
android:id="@+id/action_folders"
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
@ -89,6 +27,20 @@
app:iconTint="?iconColor"
app:rippleColor="?iconColor" />
<com.google.android.material.button.MaterialButton
android:id="@+id/action_settings"
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:text="@string/action_settings"
android:textAllCaps="false"
android:textColor="?android:attr/textColorPrimary"
app:icon="@drawable/ic_settings_white_24dp"
app:iconPadding="12dp"
app:iconTint="?iconColor"
app:rippleColor="?iconColor" />
<com.google.android.material.button.MaterialButton
android:id="@+id/action_sleep_timer"

View file

@ -12,12 +12,60 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:id="@+id/user_info_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="12dp"
android:paddingTop="12dp"
android:paddingEnd="8dp"
android:paddingBottom="12dp">
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/user_image_bottom"
android:layout_width="38dp"
android:layout_height="38dp"
android:layout_weight="0"
app:civ_border="false" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical"
android:paddingStart="18dp"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/title_welcome"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="@string/general_settings_title"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/lets_play_something"
android:textSize="@dimen/ate_default_textsize_body"
tools:text="Summary" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/general_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -32,23 +80,21 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/general_settings_title"
android:textSize="@dimen/ate_default_textsize_subheading" />
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/general_settings_summary"
android:textSize="@dimen/ate_default_textsize_body"
@ -63,7 +109,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -78,14 +123,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/now_playing"
android:textSize="@dimen/ate_default_textsize_subheading" />
@ -94,7 +138,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/now_playing_summary"
android:textSize="@dimen/ate_default_textsize_body" />
@ -107,7 +150,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -122,14 +164,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/pref_header_audio"
android:textSize="@dimen/ate_default_textsize_subheading" />
@ -138,7 +179,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/audio_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
@ -151,7 +191,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -166,14 +205,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/personalize"
android:textSize="@dimen/ate_default_textsize_subheading" />
@ -182,7 +220,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/personalize_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
@ -194,7 +231,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -209,14 +245,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/pref_header_images"
android:textSize="@dimen/ate_default_textsize_subheading" />
@ -225,7 +260,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/image_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
@ -237,7 +271,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
@ -252,14 +285,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/notification"
android:textSize="@dimen/ate_default_textsize_subheading" />
@ -268,7 +300,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:fontFamily="sans-serif"
android:maxLines="4"
android:text="@string/notification_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
@ -281,7 +312,6 @@
android:layout_height="wrap_content"
android:background="?rectSelector"
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
<code.name.monkey.retromusic.views.IconImageView
@ -294,15 +324,16 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:orientation="vertical"
android:padding="16dp">
android:padding="12dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:fontFamily="sans-serif"
android:singleLine="true"
android:text="@string/others"
android:textSize="@dimen/ate_default_textsize_subheading" />

View file

@ -72,8 +72,8 @@
android:freezesText="true"
android:gravity="center"
android:marqueeRepeatLimit="marquee_forever"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingEnd="12dp"
android:paddingStart="12dp"
android:scrollHorizontally="true"
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
@ -89,8 +89,8 @@
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingEnd="12dp"
android:paddingStart="12dp"
android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>

View file

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:clickable="true"
android:focusable="false"
@ -15,7 +15,7 @@
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingStart="0dp"
android:paddingEnd="16dp">
android:paddingEnd="14dp">
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/mini_player_image"
@ -27,18 +27,26 @@
app:srcCompat="@drawable/ic_keyboard_arrow_up_24dp"
tools:ignore="ContentDescription" />
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/mini_player_title"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:gravity="center"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true" />
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_prev"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:padding="6dp"
@ -46,8 +54,8 @@
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/mini_player_play_pause_button"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:padding="6dp"
@ -57,13 +65,22 @@
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_next"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:padding="6dp"
app:srcCompat="@drawable/ic_skip_next_white_24dp" />
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/action_playing_queue"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?roundSelector"
android:padding="6dp"
app:srcCompat="@drawable/ic_playlist_play_white_24dp" />
</LinearLayout>
<me.zhanghai.android.materialprogressbar.MaterialProgressBar

View file

@ -11,17 +11,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
android:visibility="gone"
tools:visibility="visible">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/recent_artists"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix" />
style="@style/SubTitleTextAppearance"
android:text="@string/recent_artists" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
@ -32,7 +27,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_margin="12dp"
android:layout_margin="8dp"
android:background="?attr/dividerColor" />
</LinearLayout>
@ -44,14 +39,8 @@
android:visibility="gone">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/recent_albums"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix" />
style="@style/SubTitleTextAppearance"
android:text="@string/recent_albums" />
<code.name.monkey.retromusic.views.MetalRecyclerViewPager
android:id="@+id/recent_album"
@ -63,7 +52,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_margin="12dp"
android:layout_margin="8dp"
android:background="?attr/dividerColor" />
</LinearLayout>
@ -75,14 +64,8 @@
android:visibility="gone">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/top_artists"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix" />
style="@style/SubTitleTextAppearance"
android:text="@string/top_artists" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/top_artist"
@ -93,7 +76,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_margin="12dp"
android:layout_margin="8dp"
android:background="?attr/dividerColor" />
</LinearLayout>
@ -105,14 +88,8 @@
android:visibility="gone">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/top_albums"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix" />
style="@style/SubTitleTextAppearance"
android:text="@string/top_albums" />
<code.name.monkey.retromusic.views.MetalRecyclerViewPager
android:id="@+id/top_album"
@ -124,7 +101,25 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_margin="12dp"
android:layout_margin="8dp"
android:background="?attr/dividerColor" />
</LinearLayout>
<LinearLayout
android:id="@+id/genre_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
style="@style/SubTitleTextAppearance"
android:text="@string/genres" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/genres"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false" />
</LinearLayout>
</LinearLayout>

View file

@ -1,33 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="112dp"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:orientation="vertical">
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
app:civ_border="false"
tools:src="@drawable/hemanth_s"/>
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="112dp"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:textColor="?android:attr/textColorPrimary"/>
android:layout_margin="8dp"
android:orientation="vertical">
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
app:civ_border="false"
/>
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:paddingTop="12dp" />
</LinearLayout>

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardElevation="4dp"
app:cardCornerRadius="6dp"
app:cardUseCompatPadding="true">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/image"
android:layout_width="104dp"
android:layout_height="128dp"
android:scaleType="centerCrop"
/>
<FrameLayout
android:id="@+id/palette_color_container"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:padding="8dp"
android:textColor="?android:attr/textColorPrimary"
tools:text="@string/home" />
</FrameLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>

View file

@ -28,18 +28,16 @@
android:paddingEnd="16dp"
android:paddingBottom="8dp">
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
android:textColor="@color/md_white_1000" />
android:alpha="0.85" />
</LinearLayout>
</LinearLayout>

View file

@ -53,7 +53,6 @@
android:id="@+id/image_text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:fontFamily="sans-serif"
android:gravity="center"
android:maxLines="1"
tools:text="1"

View file

@ -1,157 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:ignore="ContentDescription">
<RelativeLayout
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignBottom="@+id/content"
android:layout_alignParentEnd="true">
<ImageView
android:id="@+id/largeIcon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s"/>
<ImageView
android:id="@+id/foregroundImage"
android:layout_width="96dp"
android:layout_height="match_parent"
android:layout_alignStart="@id/largeIcon"
android:src="@drawable/background_image"
tools:tint="@color/md_black_1000"/>
</RelativeLayout>
<LinearLayout
android:id="@+id/app"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginEnd="48dp"
android:paddingTop="6dp"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+id/smallIcon"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginStart="8dp"
tools:src="@drawable/ic_audiotrack_black_24dp"
tools:tint="@color/md_black_1000"/>
<TextView
android:id="@+id/appName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:ellipsize="end"
android:lines="1"
android:singleLine="true"
android:textSize="12sp"
tools:text="@string/app_name"/>
<ImageView
android:id="@+id/arrow"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginStart="2dp"
android:scaleType="centerInside"
android:src="@drawable/ic_keyboard_arrow_down_black_24dp"
android:tint="@color/md_black_1000"
tools:ignore="VectorDrawableCompat"/>
</LinearLayout>
<LinearLayout
android:id="@+id/content"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_below="@id/app"
android:layout_toStartOf="@id/actions"
android:paddingBottom="12dp"
android:paddingStart="0dp"
android:paddingEnd="12dp"
android:orientation="vertical">
tools:ignore="ContentDescription">
<TextView
android:id="@+id/title"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="0dp"
android:ellipsize="end"
android:lines="1"
android:singleLine="true"
tools:text="@string/title_dashboard"/>
<RelativeLayout
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignBottom="@+id/content"
android:layout_alignParentEnd="true">
<TextView
android:id="@+id/subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="0dp"
android:ellipsize="end"
android:lines="1"
android:singleLine="true"
tools:text="@string/title_dashboard"/>
<ImageView
android:id="@+id/largeIcon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:adjustViewBounds="true"
android:scaleType="centerCrop" />
</LinearLayout>
<ImageView
android:id="@+id/foregroundImage"
android:layout_width="96dp"
android:layout_height="match_parent"
android:layout_alignStart="@id/largeIcon"
android:src="@drawable/background_image"
tools:tint="@color/md_black_1000" />
<LinearLayout
android:id="@+id/actions"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:layout_alignBottom="@id/content"
android:layout_alignParentEnd="true"
android:layout_alignTop="@id/content"
android:layout_gravity="bottom"
android:orientation="horizontal">
</RelativeLayout>
<ImageView
android:id="@+id/action_prev"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"/>
<LinearLayout
android:id="@+id/app"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:layout_marginBottom="4dp"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingStart="8dp"
android:paddingTop="6dp"
android:paddingEnd="8dp">
<ImageView
android:id="@+id/action_play_pause"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"/>
<ImageView
android:id="@+id/smallIcon"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginStart="8dp"
tools:src="@drawable/ic_audiotrack_black_24dp"
tools:tint="@color/md_black_1000" />
<ImageView
android:id="@+id/action_next"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"/>
<TextView
android:id="@+id/appName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:ellipsize="end"
android:lines="1"
android:singleLine="true"
android:textSize="12sp"
tools:text="@string/app_name" />
<ImageView
android:id="@+id/action_quit"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"
android:visibility="gone"/>
<ImageView
android:id="@+id/arrow"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginStart="2dp"
android:scaleType="centerInside"
android:src="@drawable/ic_keyboard_arrow_down_black_24dp"
android:tint="@color/md_black_1000"
tools:ignore="VectorDrawableCompat" />
<ImageView
android:id="@+id/fifth"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/app"
android:layout_alignParentStart="true"
android:layout_toStartOf="@id/actions"
android:orientation="vertical"
android:paddingStart="0dp"
android:paddingEnd="12dp"
android:paddingBottom="12dp">
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:lines="1"
android:paddingStart="16dp"
android:paddingEnd="0dp"
android:singleLine="true"
android:textStyle="bold"
tools:text="@string/title_dashboard" />
<TextView
android:id="@+id/subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:lines="1"
android:paddingStart="16dp"
android:paddingEnd="0dp"
android:singleLine="true"
tools:text="@string/title_dashboard" />
</LinearLayout>
<LinearLayout
android:id="@+id/actions"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/content"
android:layout_alignBottom="@id/content"
android:layout_alignParentEnd="true"
android:layout_gravity="bottom"
android:layout_marginEnd="48dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/action_prev"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside" />
<ImageView
android:id="@+id/action_play_pause"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside" />
<ImageView
android:id="@+id/action_next"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside" />
<ImageView
android:id="@+id/action_quit"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside"
android:visibility="gone" />
<ImageView
android:id="@+id/fifth"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerInside" />
</LinearLayout>
</RelativeLayout>

View file

@ -19,7 +19,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
tools:src="@drawable/hemanth_s"/>
/>
<ImageView
android:id="@+id/foregroundImage"

View file

@ -32,20 +32,19 @@
app:srcCompat="@drawable/ic_play_arrow_white_24dp" />
</androidx.cardview.widget.CardView>
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
android:maxLines="1"
android:paddingStart="8dp"
android:paddingTop="8dp"
android:paddingTop="6dp"
android:paddingEnd="8dp"
android:textColor="?android:attr/textColorSecondary"
tools:ignore="MissingPrefix"
tools:text="My top tracks" />
<androidx.appcompat.widget.AppCompatTextView
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/title"
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
@ -53,8 +52,7 @@
android:ellipsize="end"
android:maxLines="1"
android:padding="8dp"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"
tools:ignore="MissingPrefix"
tools:text="My top tracks" />

View file

@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/title" tools:ignore="MissingPrefix"
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="Recent albums"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?android:attr/textColorPrimary"
/>
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/title"
style="@style/SubTitleTextAppearance"
android:layout_gravity="start"
android:gravity="start"/>

View file

@ -1,120 +1,142 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">Akzentfarbe</string>
<string name="accent_color_desc">Die standartfarbe des Akzentthemas ist grün.</string>
<string name="accent_color_desc">Die Akzentfarbe, standardmäßig auf Grün gestellt</string>
<string name="action_about">Über</string>
<string name="action_add_to_favorites">Zu Favoriten hinzufügen</string>
<string name="action_add_to_playing_queue">Zur Warteschlange hinzufügen</string>
<string name="action_add_to_playlist">Zu Playlist hinzufügen</string>
<string name="action_clear_playing_queue">Warteschlange leeren</string>
<string name="action_clear_playlist">Lösche Playlist</string>
<string name="action_add_to_playing_queue">Zur Warteschleife hinzufügen</string>
<string name="action_add_to_playlist">Zur Wiedergabeliste hinzufügen</string>
<string name="action_clear_playing_queue">Warteschleife leeren</string>
<string name="action_clear_playlist">Wiedergabeliste leeren</string>
<string name="action_delete">Löschen</string>
<string name="action_delete_from_device">Vom Gerät löschen</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Gehe zum Album</string>
<string name="action_go_to_artist">Gehe zum Künstler</string>
<string name="action_go_to_start_directory">zum Startverzeichnis gehen</string>
<string name="action_go_to_album">Zum Album</string>
<string name="action_go_to_artist">Zum Interpreten</string>
<string name="action_go_to_genre">Zu Genre gehen</string>
<string name="action_go_to_start_directory">Zu Startverzeichnis</string>
<string name="action_grant">Gewähren</string>
<string name="action_grid_size">Rastergröße</string>
<string name="action_grid_size_land">Gittergröße (Querformat)</string>
<string name="action_next">Nächste</string>
<string name="action_grid_size_land">Rastergröße (Land)</string>
<string name="action_next">Nächster</string>
<string name="action_play">Abspielen</string>
<string name="action_play_next">Als nächstes spielen</string>
<string name="action_play_next">Als nächstes abspielen</string>
<string name="action_play_pause">Abspielen/Pausieren</string>
<string name="action_previous">Zurück</string>
<string name="action_previous">Vorheriger</string>
<string name="action_remove_from_favorites">Von Favoriten entfernen</string>
<string name="action_remove_from_playing_queue">Von der Warteschlange entfernen</string>
<string name="action_remove_from_playlist">Von Playlist entfernen</string>
<string name="action_remove_from_playing_queue">Von Warteschlange entfernen</string>
<string name="action_remove_from_playlist">Von Wiedergabeliste entfernen</string>
<string name="action_rename">Umbenennen</string>
<string name="action_save_playing_queue">Warteschlange speichern</string>
<string name="action_scan">Durchsuchen</string>
<string name="action_save_playing_queue">Warteschleife abspeichern</string>
<string name="action_scan">Scannen</string>
<string name="action_scan_directory">Verzeichnis scannen</string>
<string name="action_search">Suchen</string>
<string name="action_set">Einstellen</string>
<string name="action_set_as_ringtone">Als Klingelton setzen</string>
<string name="action_set_as_start_directory">Als Start-Verzeichnis festlegen</string>
<string name="action_set_as_start_directory">Als Startverzeichnis setzen</string>
<string name="action_settings">"Einstellungen"</string>
<string name="action_share">Teilen</string>
<string name="action_shuffle_all">Alle zufällig wiedergeben</string>
<string name="action_shuffle_playlist">Playlistinhalt zufällig wiedergeben</string>
<string name="action_sleep_timer">Schlaf-Timer</string>
<string name="action_tag_editor">Tag Editor</string>
<string name="action_shuffle_all">Alles shufflen</string>
<string name="action_shuffle_playlist">Wiedergabeliste shufflen</string>
<string name="action_sleep_timer">Schlaftimer</string>
<string name="action_sort_order">Sortierreihenfolge</string>
<string name="action_tag_editor">Tags bearbeiten</string>
<string name="adaptive">Adaptiv</string>
<string name="add_action">Hinzufügen</string>
<string name="add_photo">Foto hinzufügen</string>
<string name="add_playlist_title">"Zu Playlist hinzufügen"</string>
<string name="added_title_to_playing_queue">"1 Titel wurde zur Warteschlange hinzugefügt"</string>
<string name="added_x_titles_to_playing_queue">%1$d Titel wurden zur Warteschlange hinzugefügt</string>
<string name="add_photo">Bild hinzufügen</string>
<string name="add_playlist_title">"Zu Wiedergabeliste hinzufügen"</string>
<string name="added_title_to_playing_queue">"Ein Titel wurde zur Warteschlange hinzugefügt."</string>
<string name="added_x_titles_to_playing_queue">%1$d Titel zur Warteschleife hinzugefügt.</string>
<string name="album">Album</string>
<string name="album_artist">Album Künstler</string>
<string name="album_or_artist_empty">Der Titel oder der Künstler ist leer.</string>
<string name="album_artist">Albuminterpret</string>
<string name="album_or_artist_empty">Titel oder Interpret ist leer.</string>
<string name="albums">Alben</string>
<!-- Android Auto -->
<string name="always">Immer</string>
<string name="app_share">Hey, probier diesen coolen Musik Player aus: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_share">Hey, schau\' dir diese coole Musikapp an: https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">@string/last_added</string>
<string name="app_shortcut_last_added_short">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long">@string/action_shuffle_all</string>
<string name="app_shortcut_shuffle_all_short">Zufällig</string>
<string name="app_shortcut_shuffle_all_short">Shufflen</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Top Lieder</string>
<string name="app_widget_big_name">Retro music - Groß</string>
<string name="app_widget_card_name">Retro music - Karte</string>
<string name="app_widget_classic_name">Retro music - Klassisch</string>
<string name="app_widget_small_name">Retro music - Klein</string>
<string name="artist">Künstler</string>
<string name="artists">Künstler</string>
<string name="audio_focus_denied">Audio Fokus abgelehnt</string>
<string name="audio_settings_summary">Sound und Equalizer Einstellungen ändern</string>
<string name="app_shortcut_top_tracks_short">Top Songs</string>
<string name="app_widget_big_name">Retro Music - Groß</string>
<string name="app_widget_card_name">Retro Music - Karte</string>
<string name="app_widget_classic_name">Retro Music - Klassisch</string>
<string name="app_widget_small_name">Retro Music - Klein</string>
<string name="artist">Interpret</string>
<string name="artists">Interpreten</string>
<string name="audio_focus_denied">Audiofokus nicht möglich.</string>
<string name="audio_settings_summary">Sound- und Equalizer-Optionen einstellen</string>
<string name="bass_boost">Bassboost</string>
<string name="biography">Biografie</string>
<string name="black_theme_name">Schwarz</string>
<string name="black_theme_name">Einfach Schwarz</string>
<string name="blacklist">Schwarze Liste</string>
<string name="blur">Weichgezeichnet</string>
<string name="blur_card">Verschwommene Karte</string>
<string name="buy_retromusic_pro">Kaufe RetroMusic Pro</string>
<string name="cancel_current_timer">Aktuellen Timer stoppen</string>
<string name="blur">Unschärfe</string>
<string name="blur_card">Karte (Unschärfe)</string>
<string name="pref_keep_screen_on_title">Bildschirm anlassen</string>
<string name="pref_keep_screen_on_summary">Beachte, dass diese Funktion sich auf die Akkulaufzeit auswirkt.</string>
<string name="pref_blur_amount_title">Unschärfe</string>
<string name="pref_blur_amount_summary">Geringere Unschärfe benötigt weniger Rechenleistung.</string>
<string name="buy_retromusic_pro">Retro Music Pro kaufen</string>
<string name="cancel_current_timer">Abbrechen</string>
<string name="card">Karte</string>
<string name="changelog">Änderungsprotokoll</string>
<string name="changelog_summary">Das Änderungsprotokoll wird in Telegram geführt</string>
<string name="card_color_style">Karte (Farbe)</string>
<string name="card_circular_style">Rund</string>
<string name="image">Bild</string>
<string name="card_style">Karte</string>
<string name="cast">Übertragen</string>
<string name="changelog">Änderungen</string>
<string name="changelog_summary">Änderungsprotokoll im Telegram-Channel</string>
<string name="clear_action">Leeren</string>
<string name="clear_blacklist">Schwarze Liste leeren</string>
<string name="clear_playlist_title">Playlist löschen</string>
<string name="clear_playlist_x"><![CDATA[Die <b>%1$s</b> Playlist leeren? Dies kann nicht r\u00fcckg\u00e4ngig gemacht werden!]]></string>
<string name="clear_playlist_title">Wiedergabeliste leeren</string>
<string name="clear_playlist_x"><![CDATA[Die Wiedergabeliste <b>%1$s</b> leeren? Dies kann nicht r\u00fcckg\u00e4ngig gemacht werden!]]></string>
<string name="close_notification">Schließen</string>
<string name="color">Farbe</string>
<string name="color_theme_name">Farbe</string>
<string name="colors">Farben</string>
<string name="could_not_create_playlist">Playlist konnte nicht erstellt werden</string>
<string name="could_not_download_album_cover">"Konnte kein passendes Albumcover herunterladen"</string>
<string name="could_not_restore_purchase">"Konnte die Einkäufe nicht wiederhergestellen. "</string>
<string name="could_not_scan_files">Kann %d Dateien nicht scannen</string>
<string name="could_not_create_playlist">Wiedergabeliste konnte nicht erstellt werden.</string>
<string name="could_not_download_album_cover">"Passendes Albumcover konnte nicht gefunden werden."</string>
<string name="could_not_restore_purchase">Kauf konnte nicht wiederhergestellt werden.</string>
<string name="could_not_scan_files">%d Dateien konnten nicht gescannt werden.</string>
<string name="create_action">Erstellen</string>
<string name="created_playlist_x">Playlist %1$s wurde erstellt</string>
<string name="currently_listening_to_x_by_x">Aktuell läuft %1$s von %2$s</string>
<string name="dark_theme_name">Irgendwie dunkel</string>
<string name="default_hint">Kein Liedtext</string>
<string name="delete_playlist_title">Playlist löschen</string>
<string name="delete_playlist_x"><![CDATA[Playlist<b>%1$s</b> löschen?]]></string>
<string name="delete_playlists_title">Playlist\'s löschen</string>
<string name="delete_song_x"><![CDATA[Lied <b>%1$s</b> löschen?]]></string>
<string name="delete_x_playlists"><![CDATA[Playlist\'s <b>%1$d</b> löschen?]]></string>
<string name="delete_x_songs"><![CDATA[Lieder <b>%1$d</b> löschen?]]></string>
<string name="deleted_x_songs">%1$d Lieder wurden gelöscht</string>
<string name="do_you_want_to_clear_the_blacklist">Schwarze Liste löschen?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Möchtest du <b>%1$s</b> von der Schwarzen Liste löschen?]]></string>
<string name="created_playlist_x">Wiedergabeliste %1$s wurde erstellt.</string>
<string name="credit_title">Helfende Hände</string>
<string name="currently_listening_to_x_by_x">Du hörst gerade %1$s von %2$s.</string>
<string name="dark_theme_name">Ziemlich Dunkel</string>
<string name="default_hint">Kein Songtext</string>
<string name="delete_playlist_title">Wiedergabeliste löschen</string>
<string name="delete_playlist_x"><![CDATA[Soll die Wiedergabeliste <b>%1$s</b> gelöscht werden?]]></string>
<string name="delete_playlists_title">Wiedergabelisten löschen</string>
<string name="delete_song_x"><![CDATA[Soll der Song <b>%1$s</b> gelöscht werden?]]></string>
<string name="delete_x_playlists"><![CDATA[Sollen die Wiedergabelisten <b>%1$d</b> gelöscht werden?]]></string>
<string name="delete_x_songs"><![CDATA[Sollen die Songs <b>%1$d</b> gelöscht werden?]]></string>
<string name="deleted_x_songs">%1$d Song(s) wurden gelöscht.</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">Trete dem Discord-Server bei und erhalte Neuigkeiten schneller</string>
<string name="do_you_want_to_clear_the_blacklist">Möchtest du die schwarze Liste leeren?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Möchtest du <b>%1$s</b> von der schwarzen Liste entfernen?]]></string>
<string name="donate">Spenden</string>
<string name="donate_summary">Wenn Sie denken, ich hätte einen Lohn für meine Arbeit verdient, können Sie mir hier etwas spenden</string>
<string name="donation_header">Kauf mir ein</string>
<string name="donate_summary">Wenn du denkst, dass mein Werk Geld wert ist, kannst du mir hier gerne ein paar Euros lassen.</string>
<string name="donation_header">Kauf\' mir:</string>
<string name="download_from_last_fm">Von Last.fm herunterladen</string>
<string name="edit_cover">Cover bearbeiten</string>
<string name="empty">Leer</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favoriten</string>
<string name="flat">Flach</string>
<string name="folders">Ordner</string>
<string name="for_you">Für dich</string>
<string name="full">Voll</string>
<string name="general_settings_summary">Allgemeine Farbe ändern</string>
<string name="general_settings_title">Aussehen und Gefühl</string>
<string name="general_settings_summary">Allgemeine Farben der App ändern</string>
<string name="general_settings_title">Aussehen</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Projekt von GitHub forken</string>
<string name="google_plus_community">Tritt\' der Google Plus-Community bei, um nach Hilfe zu fragen oder Updates zu Retro Music zu erhalten</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -124,182 +146,238 @@
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="history">Verlauf</string>
<string name="home">Home</string>
<string name="inserted_x_songs_into_playlist_x">%1$d Lieder wurden zur Playlist %2$s hinzugefügt</string>
<string name="home">Zuhause</string>
<string name="image_settings_summary">Download-Verhalten für Interpretenbilder ändern</string>
<string name="inserted_x_songs_into_playlist_x">%1$d Songs in die Wiedergabeliste %2$s hinzugefügt.</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Teile dein Retro Music-Design auf Instagram</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</string>
<string name="label_file_format">Formattieren</string>
<string name="label_file_name">Dateiname</string>
<string name="label_file_path">Dateipfad</string>
<string name="label_file_size">Größe</string>
<string name="label_sampling_rate">Abtastrate</string>
<string name="label_sampling_rate">Sampling-Rate</string>
<string name="label_track_length">Länge</string>
<string name="last_added">Zuletzt hinzugefügt</string>
<string name="lets_play_something">Lass uns etwas spielen</string>
<string name="last_added">Neu</string>
<string name="lets_play_something">Lass\' uns Musik spielen!</string>
<string name="library">Bibliothek</string>
<string name="licenses">Lizenzen</string>
<string name="light_theme_name">Weiß</string>
<string name="listing_files">Gelistete Dateien</string>
<string name="loading_products">Lade Produkte...</string>
<string name="lyrics">Songtexte</string>
<string name="light_theme_name">Ganz Weiß</string>
<string name="listing_files">Dateien auflisten</string>
<string name="loading_products">Produkte werden geladen...</string>
<string name="lyrics">Songtext</string>
<string name="material">Material</string>
<string name="my_name">Mein Name</string>
<string name="my_top_tracks">Meine Top Lieder</string>
<string name="never">Nie</string>
<string name="new_playlist_title">Neue Playlist</string>
<string name="new_start_directory">%s ist das neue Startverzeichnis</string>
<string name="my_top_tracks">Top Songs</string>
<string name="never">Niemals</string>
<string name="new_banner_photo">Neues Banner-Foto</string>
<string name="new_playlist_title">Neue Wiedergabeliste</string>
<string name="new_profile_photo">Neues Profilbild</string>
<string name="new_start_directory">%s ist das neue Startverzeichnis.</string>
<string name="no_albums">Keine Alben</string>
<string name="no_artists">Keine Künstler</string>
<string name="no_audio_ID">"Spiele zuerst ein Leid und versuche es dann erneut"</string>
<string name="no_equalizer">Kein Equalizer gefunden</string>
<string name="no_artists">Keine Interpreten</string>
<string name="no_audio_ID">"Spiele zuerst einen Song, dann versuche es erneut."</string>
<string name="no_equalizer">Kein Equalizer gefunden.</string>
<string name="no_genres">Keine Genres</string>
<string name="no_lyrics_found">Keine Liedtexte gefunden</string>
<string name="no_playlists">Keine Playlist\'s</string>
<string name="no_purchase_found">"Kein Kauf gefunden "</string>
<string name="no_lyrics_found">Kein Songtext gefunden</string>
<string name="no_playlists">Keine Wiedergabelisten</string>
<string name="no_purchase_found">Kein Kauf gefunden.</string>
<string name="no_results">Keine Ergebnisse</string>
<string name="no_songs">Keine Lieder</string>
<string name="no_songs">Keine Songs</string>
<string name="normal">Normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> ist nicht im Medienspeicher aufgeführt]]></string>
<string name="nothing_to_scan">Nichts zu scannen</string>
<string name="normal_lyrics">Normaler Songtext</string>
<string name="normal_style">Normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> ist nicht im Medienspeicher aufgelistet.]]></string>
<string name="nothing_to_scan">Nichts zu scannen.</string>
<string name="notification">Benachrichtigung</string>
<string name="notification_settings_summary">Benachrichtigungsstil anpassen</string>
<string name="now_playing">Aktuelle Wiedergabe</string>
<string name="now_playing_queue">Warteschlange</string>
<string name="only_on_wifi">Nur im WLAN</string>
<string name="notification_settings_summary">Benachrichtigungen bearbeiten</string>
<string name="now_playing">Derzeit gespielt</string>
<string name="now_playing_queue">Derzeit abgespielte Warteschleife</string>
<string name="only_on_wifi">Nur über WLAN</string>
<string name="others">Anderes</string>
<string name="past_three_months">Letzte 3 Monate</string>
<string name="past_three_months">Vergangene 3 Monate</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me ist eine einfache Möglichkeit, uns Geld zu spenden. Wenn Sie nur eine Debit- oder Kreditkarte verbunden haben, beträgt die Gebühr in den USA 2,9% der Spende plus 0,30 USD, ansonsten fallen keine Gebühren an.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">more</a></string>
<string name="permission_external_storage_denied">Berechtigung zum Zugriff auf externen Speicher verweigert</string>
<string name="permissions_denied">Berechtigung verweigert</string>
<string name="paypal_summary">PayPal.me ist eine einfache Möglichkeit, Geld zu spenden. Es werden lediglich geringe Gebühren für den Währungswechsel erhoben. <a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">Hier mehr.</a></string>
<string name="permission_external_storage_denied">Zugriff auf externen Speicher wurde verweigert.</string>
<string name="permissions_denied">Zugriff verweigert.</string>
<string name="personalize">Personalisieren</string>
<string name="personalize_settings_summary">\"Aktuelle Wiedergabe\" UI anpassen</string>
<string name="pick_from_local_storage">Wählen Sie aus dem lokalen Speicher</string>
<string name="personalize_settings_summary">Abspiel-Bildschirm und Interface bearbeiten</string>
<string name="pick_from_local_storage">Vom lokalen Speicher wählen</string>
<string name="plain">Einfach</string>
<string name="playing_notification_description">Die Wiedergabebenachrichtigung enthält Aktionen zum Abspielen / Pausieren usw.</string>
<string name="playing_notification_name">Wiedergabebenachrichtigung</string>
<string name="playlist_empty_text">Leere Playlist</string>
<string name="playlist_is_empty">Playlist ist leer</string>
<string name="playlist_name_empty">Playlist Name</string>
<string name="playlists">Playlist\'s</string>
<string name="playing_notification_description">Die Medienbenachrichtigung bietet schnellen Zugriff auf Funktionen wie Abspielen/Pausieren etc.</string>
<string name="playing_notification_name">Medienbenachrichtigung</string>
<string name="playlist_empty_text">Leere Wiedergabeliste</string>
<string name="playlist_is_empty">Wiedergabeliste ist leer</string>
<string name="playlist_name_empty">Name der Wiedergabeliste</string>
<string name="playlists">Wiedergabelisten</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_general">Allgemein</string>
<string name="pref_header_images">Bilder</string>
<string name="pref_header_lockscreen">Sperrbildschirm</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_only_lollipop">"Nur auf Lollipop verfügbar"</string>
<string name="pref_summary_album_art_on_lockscreen">Benutzt das aktuelle Albumcover des Liedes als Sperrbildschirm-Hintergrund</string>
<string name="pref_summary_audio_ducking">Benachrichtigungen, Navigation usw.</string>
<string name="pref_summary_blurred_album_art">Verunschärft das Albumcover auf dem Sperrbildschirm. Kann Probleme mit Drittanbieter-Apps und Widgets verursachen</string>
<string name="pref_summary_carousel_effect">Ein Karussell artiger Effekt wird auf die Albumcover angewendet</string>
<string name="pref_summary_classic_notification">Nutze das klassische Benachrichtigung\'s Design</string>
<string name="pref_summary_colored_app">Hintergrund und Bedienelemente ändern ihre Farbe der Albumgrafik entsprechend</string>
<string name="pref_summary_colored_app_shortcuts">Färbt die App-Shortcuts in der Akzentfarbe. Jedes Mal, wenn du die Farbe geändert hast, lege diesen Schalter um, um den Effekt anzuwenden</string>
<string name="pref_summary_colored_navigation_bar">Färbt die Navigationsleiste in der primären Farbe</string>
<string name="pref_summary_colored_notification">"F\u00e4rbt die Benachrichtigung in der prim\u00e4ren Farbe des Albumcovers"</string>
<string name="pref_summary_dominant_color">Die dominanteste Farbe wird von dem Album- oder Künstlerbild ausgewählt</string>
<string name="pref_summary_gapless_playback">"Kann Wiedergabeprobleme auf manchen Geräten verursachen"</string>
<string name="pref_summary_ignore_media_store_artwork">Verbessert die Qualität des Albumcovers, kann aber längere Bild-Ladezeiten verursachen. Nur aktivieren, wenn Probleme mit schlechter Auflösung bestehen</string>
<string name="pref_summary_lock_screen">Zeigt Sperrbildschirm-Steuerelemente für Retro Music</string>
<string name="pref_summary_open_source_licences">Lizenz Details für Open Source Software</string>
<string name="pref_summary_round_corners">Abgerundete Ecken für z.B. Albumgrafiken</string>
<string name="pref_summary_tab_titles">Tab-Namen am unteren Rand anzeigen/ausblenden</string>
<string name="pref_summary_toggle_full_screen">Aktivieren Sie dies für den Immersiv-Modus</string>
<string name="pref_summary_toggle_headset">Abspielen beim Anschließen der Kopfhörer</string>
<string name="pref_summary_toggle_volume">Wenn auf dem \"Jetzt spielt\" Bildschirm noch Platz ist, aktiviere den Lautstärkeregler</string>
<string name="pref_title_album_art_on_lockscreen">Albumcover anzeigen</string>
<string name="pref_title_app_shortcuts">Farbige Appverknüpfungen</string>
<string name="pref_title_audio_ducking">Verringert die Lautstärke kurz bei Benachrichtigungen und der Gleichen</string>
<string name="pref_title_auto_download_artist_images">Künstler-Bild automatisch herunterladen</string>
<string name="pref_title_blurred_album_art">Albumcover weichzeichnen</string>
<string name="pref_title_classic_notification">Klassisches Benachrichtigung\'s Design</string>
<string name="pref_title_colored_app">Automatische Farben</string>
<string name="pref_title_colored_notification">Farbige Benachrichtigungen</string>
<string name="pref_title_gapless_playback">Pausen/lückenlose Wiedergabe</string>
<string name="pref_title_general_theme">Allgemeines Thema</string>
<string name="pref_title_ignore_media_store_artwork">Ignoriere die Medienspeicher Cover</string>
<string name="pref_title_last_added_interval">Zeitspanne für die \"Zuletzt hinzugefügt\"-Playlist</string>
<string name="pref_title_lock_screen">Vollbild-Steuerelemente</string>
<string name="pref_header_playlists">Wiedergabelisten</string>
<string name="pref_only_lollipop">"Nur auf Lollipop verfügbar."</string>
<string name="pref_summary_album_art_on_lockscreen">Nutzt das Albumcover des derzeitigen Songs als Sperrbildschirmhintergrund.</string>
<string name="pref_summary_audio_ducking">Benachrichtigungen, Navigation etc.</string>
<string name="pref_summary_blurred_album_art">Stellt das Albumcover auf dem Sperrbildschirm unscharf. Dies kann Probleme mit Apps von Drittanbietern und Widgets verursachen.</string>
<string name="pref_summary_carousel_effect">Karusselleffekt beim Albumcover auf dem Abspiel-Bildschirm. Die Designs Karte und Karte (Unschärfe) unterstützen diese Funktion nicht.</string>
<string name="pref_summary_classic_notification">Nutze das klassische Benachrichtigungsdesign</string>
<string name="pref_summary_colored_app">Hintergrund und Steuerungsflächen ändern ihre Farbe basierend auf dem Albumcover</string>
<string name="pref_summary_colored_app_shortcuts">Färbt App-Schaltflächen in der gewählten Akzentfarbe. Wenn du die Akzentfarbe geändert hast, schalte diesen Effekt bitte aus und wieder ein.</string>
<string name="pref_summary_colored_navigation_bar">Färbt die Navigationsleiste in die primäre Farbe.</string>
<string name="pref_summary_colored_notification">"F\u00e4rbt die Benachrichtigung basierend auf der dominierenden Farbe des Albumcovers."</string>
<string name="pref_summary_dominant_color">Dominierende Farbe wird vom Album- oder Interpretencover gewählt.</string>
<string name="pref_summary_gapless_playback">"Kann Wiedergabeprobleme auf einigen Geräten verursachen."</string>
<string name="pref_summary_ignore_media_store_artwork">Kann die Qualität des Albumcovers erhöhen, bringt aber langsamere Bildladezeiten mit. Schalte dies nur ein, wenn du Probleme mit Albencovern von niedriger Auflösung hast.</string>
<string name="pref_summary_lock_screen">Sperrbildschirmbedienungen für Retro Music.</string>
<string name="pref_summary_open_source_licences">Lizenzdetails für Open Source-Software</string>
<string name="pref_summary_round_corners">Gerundete Ecken für Fenster, Albumcover etc.</string>
<string name="pref_summary_tab_titles">Kategorienbezeichnungen in Navigationsleiste ein/ausschalten.</string>
<string name="pref_summary_toggle_full_screen">Vollbildschirmmodus</string>
<string name="pref_summary_toggle_headset">Mit Wiedergabe starten, sobald Kopfhörer verbunden sind.</string>
<string name="pref_summary_toggle_shuffle">Shufflemodus wird ausgeschaltet, sobald neue Wiedergabe gestartet wird</string>
<string name="pref_summary_toggle_volume">Falls Platz vorhanden ist, Lautstärkeregler auf Derzeit gespielt-Bildschirm zeigen</string>
<string name="pref_summary_extra_controls">Zusätzliche Schaltflächen für den Mini-Player</string>
<string name="pref_summary_genre_toggle">Genre-Tab</string>
<string name="pref_summary_home_banner">Home-Banner</string>
<string name="pref_title_album_art_on_lockscreen">Albumcover zeigen</string>
<string name="pref_title_album_grid_style">Album-Rasteransicht</string>
<string name="pref_title_app_shortcuts">Gefärbte App-Schaltflächen</string>
<string name="pref_title_artist_grid_style">Interpreten-Rasteransicht</string>
<string name="pref_title_audio_ducking">Reduziere Lautstärke bei Fokusverlust</string>
<string name="pref_title_auto_download_artist_images">Lade Interpretenbild automatisch herunter</string>
<string name="pref_title_blurred_album_art">Albumcover unscharf stellen</string>
<string name="pref_title_choose_equalizer">Equalizer wählen</string>
<string name="pref_title_classic_notification">Klassisches Benachrichtigungsdesign</string>
<string name="pref_title_colored_app">Adaptive Farbe</string>
<string name="pref_title_colored_notification">Farbige Benachrichtigung</string>
<string name="pref_title_gapless_playback">Lückenlose Wiedergabe</string>
<string name="pref_title_general_theme">Allgemeines Design</string>
<string name="pref_title_ignore_media_store_artwork">Ignoriere Cover im Medienspeicher</string>
<string name="pref_title_last_added_interval">Zuletzt hinzugefügt-Playlistintervall</string>
<string name="pref_title_lock_screen">Vollbildschirmsteuerung</string>
<string name="pref_title_navigation_bar">Farbige Navigationsleiste</string>
<string name="pref_title_now_playing_screen_appearance">Aussehen</string>
<string name="pref_title_open_source_licences">Open Source Lizenzen</string>
<string name="pref_title_round_corners">Abgerundete Ecken</string>
<string name="pref_title_open_source_licences">Open Source-Lizenzen</string>
<string name="pref_title_round_corners">Gerundete Ecken</string>
<string name="pref_title_toggle_carousel_effect">Karussell-Effekt</string>
<string name="pref_title_toggle_dominant_color">Dominierende Farbe</string>
<string name="pref_title_toggle_full_screen">Vollbild-App</string>
<string name="pref_title_toggle_tab_titles">Tab-Namen</string>
<string name="pref_title_toggle_toggle_headset">Automatisches Abspielen</string>
<string name="pref_title_toggle_volume">Lautstärke Regler</string>
<string name="pref_title_user_info">Benutzerinfo\'s</string>
<string name="primary_color">Primäre Farbe</string>
<string name="primary_color_desc">Die primäre Themenfarbe ist standardmäßig weiß</string>
<string name="purchase">Kaufe</string>
<string name="queue">Warteschlange</string>
<string name="pref_title_toggle_dominant_color">Dominante Farbe</string>
<string name="pref_title_toggle_full_screen">Vollbildschirm-Modus</string>
<string name="pref_title_toggle_tab_titles">Navigationsleistentitel</string>
<string name="pref_title_toggle_toggle_headset">Automatische Wiedergabe</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle-Modus</string>
<string name="pref_title_toggle_volume">Lautstärkesteuerung</string>
<string name="pref_title_user_info">Nutzerinfo</string>
<string name="pref_title_extra_controls">Zusätzliche Schaltflächen</string>
<string name="pref_title_home_banner">Home-Banner</string>
<string name="pref_title_genre_toggle">Genre-Tab anzeigen</string>
<string name="primary_color">Primärfarbe</string>
<string name="primary_color_desc">Die Primärfarbe, standardmäßig blau/grau, funktioniert nun auch mit dunklen Farben</string>
<string name="purchase">Kaufen</string>
<string name="purchase_summary">*Denke vor dem Kauf nach, frage nicht nach einer Rückerstattung.</string>
<string name="queue">Warteschleife</string>
<string name="rate_app">App bewerten</string>
<string name="rate_on_google_play_summary">Du liebst diese App? Lass und das im Google Play Store wissen, damit wir dir auch in Zukunft eine gute Nutzererfahrung bieten können</string>
<string name="recent_albums">Neue Albums</string>
<string name="recent_artists">Neue Künstler</string>
<string name="rate_on_google_play_summary">Gefällt dir die App? Lass\' es uns im Google Play Store wissen, um die Gesamterfahrung für alle zu verbessern!</string>
<string name="recent_albums">Kürzlich gespielte Alben</string>
<string name="recent_artists">Kürzlich gehörte Interpreten</string>
<string name="remove_action">Entfernen</string>
<string name="remove_banner_photo">Banner-Foto entfernen</string>
<string name="remove_cover">Cover entfernen</string>
<string name="remove_from_blacklist">Von der Schwarzen Liste entfernen</string>
<string name="remove_song_from_playlist_title">Lied von der Playlist entfernen</string>
<string name="remove_song_x_from_playlist"><![CDATA[<b>%1$s</b> von der Playlist entfernen?]]></string>
<string name="remove_songs_from_playlist_title">Lieder aus der Playlist entfernen</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Entferne <b>%1$d</b> Lieder von der Playlist?]]></string>
<string name="rename_playlist_title">Playlist umbenennen</string>
<string name="reset_artist_image">Künstlerbild zurücksetzen</string>
<string name="remove_from_blacklist">Von schwarzer Liste entfernen</string>
<string name="remove_profile_photo">Profilbild entfernen</string>
<string name="remove_song_from_playlist_title">Song von Wiedergabeliste entfernen</string>
<string name="remove_song_x_from_playlist"><![CDATA[Den Song <b>%1$s</b> von der Wiedergabeliste entfernen?]]></string>
<string name="remove_songs_from_playlist_title">Entferne Songs von Wiedergabeliste</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Entferne <b>%1$d</b> Songs von der Wiedergabeliste?]]></string>
<string name="rename_playlist_title">Wiedergabeliste umbenennen</string>
<string name="reset_artist_image">Interpretenbild zurücksetzen</string>
<string name="restore">Wiederherstellen</string>
<string name="restored_previous_purchase_please_restart">"Vorherigen Einkauf wiederhergestellt. Bitte starten Sie die App neu damit sie all unsere Features problemlos wieder nutzen können. "</string>
<string name="restored_previous_purchases">Vorherige Käufe wiederhergestellt</string>
<string name="restoring_purchase">"Stellen Einkäufe wieder her. "</string>
<string name="retro_equalizer">Retro Equalizer</string>
<string name="restored_previous_purchase_please_restart">Vorherigen Kauf wiederherstellen. Starte die App bitte neu, um den Vorgang abzuschließen.</string>
<string name="restored_previous_purchases">Vorherige Käufe wiederhergestellt.</string>
<string name="restoring_purchase">Kauf wird wiederhergestellt...</string>
<string name="retro_equalizer">Retro Music-Equalizer</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Als Datei speichern</string>
<string name="saved_playlist_to">Playlist gespeichert in %s</string>
<string name="saving_changes">Änderungen speichern</string>
<string name="scanned_files">%1$d von %2$d Dateien Gescannt</string>
<string name="search_hint">Suche in der Bibliothek...</string>
<string name="set_artist_image">Künstlerbild setzten</string>
<string name="shuffle">Zufällig</string>
<string name="save_playlists_title">Als Dateien speichern</string>
<string name="saved_playlist_to">Wiedergabeliste als %s gespeichert</string>
<string name="saving_changes">Änderungen werden gespeichert</string>
<string name="scan_media">Medien scannen</string>
<string name="scanned_files">%1$d von %2$d Dateien gescannt.</string>
<string name="search_hint">Durchsuche deine Bibliothek...</string>
<string name="select_all">Alle auswählen</string>
<string name="select_banner_photo">Banner-Foto auswählen</string>
<string name="set_artist_image">Wähle ein Interpretenbild</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Einfach</string>
<string name="sleep_timer_canceled">Schlaf-Timer abgebrochen</string>
<string name="sleep_timer_set">Schlaf-Timer für %d Minuten von jetzt an eingestellt.</string>
<string name="song">Lied</string>
<string name="song_duration">Lieddauer</string>
<string name="songs">Lieder</string>
<string name="sleep_timer_canceled">Schlaftimer abgebrochen</string>
<string name="sleep_timer_set">Schlaftimer gesetzt für %d Minuten.</string>
<string name="social">Sozial</string>
<string name="song">Song</string>
<string name="song_duration">Songlänge</string>
<string name="songs">Songs</string>
<string name="sort_order">Sortierreihenfolge</string>
<string name="speech_not_supported">Entschuldigung! Dein Gerät unterstützt leider keine Spracheingabe</string>
<string name="speech_prompt">Durchsuche Bibliothek</string>
<string name="summary_user_info">Nur zum Anzeigen deines Namens auf dem Homebildschirm</string>
<string name="sort_order_a_z">Aufsteigend</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Künstler</string>
<string name="sort_order_date">Datum</string>
<string name="sort_order_year">Jahr</string>
<string name="sort_order_z_a">Absteigend</string>
<string name="speech_not_supported">Tut uns leid, aber dein Gerät unterstützt keine Spracheingabe!</string>
<string name="speech_prompt">Durchsuche deine Bibliothek</string>
<string name="summary_user_info">Zeige deinen Namen auf dem Startbildschirm</string>
<string name="support_development">Unterstütze die Entwicklung</string>
<string name="synced_lyrics">Synchronisierter Songtext</string>
<string name="system_equalizer">System-Equalizer</string>
<!-- Message displayed when tag editing fails -->
<string name="thank_you">Vielen Dank</string>
<string name="the_audio_file">Die Audio-Datei</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Trete der Telegram-Gruppe bei, um mit deinem Setup zu protzen oder Vorschläge zu machen</string>
<string name="thank_you">Vielen Dank!</string>
<string name="the_audio_file">Die Audiodatei</string>
<string name="this_month">Diesen Monat</string>
<string name="this_week">Diese Woche</string>
<string name="this_year">Dieses Jahr</string>
<string name="tiny">Sehr klein</string>
<string name="title_dashboard">Dashboard</string>
<string name="title_good_afternoon">Guten Nachmittag</string>
<string name="title_good_day">Schönen Tag</string>
<string name="title_good_evening">Guten Abend</string>
<string name="title_good_morning">Guten Morgen</string>
<string name="title_good_night">Gute Nacht</string>
<string name="title_user_info">Wie heißt du?</string>
<string name="tiny">Winzig</string>
<string name="title_dashboard">Bedienfläche</string>
<string name="title_good_afternoon">Guten Nachmittag!</string>
<string name="title_good_day">Guten Tag!</string>
<string name="title_good_evening">Einen schönen Abend!</string>
<string name="title_good_morning">Guten Morgen!</string>
<string name="title_good_night">Gute Nacht!</string>
<string name="title_user_info">Wie lautet dein Name?</string>
<string name="today">Heute</string>
<string name="top_albums">Die besten Alben</string>
<string name="top_artists">Die besten Künstler</string>
<string name="track_hint">"Track (2 für Track 2 oder 3004 für CD3 Track 4)"</string>
<string name="track_list">Titelnummer</string>
<string name="top_albums">Top Alben</string>
<string name="top_artists">Top Interpreten</string>
<string name="track_hint">"Songnummer (2 für Song 2 oder 3004 für CD3 Song 4)"</string>
<string name="track_list">Songnummer</string>
<string name="translate">Übersetzen</string>
<string name="unplayable_file">Konnte Titel nicht abspielen</string>
<string name="translate_community">Hilf\' uns, die App in deine Sprache zu übersetzen!</string>
<string name="twitter_page">Twitter-Seite</string>
<string name="twitter_page_summary">Teile dein Design mit RetroMusicApp</string>
<string name="unplayable_file">Song konnte nicht gespielt werden.</string>
<string name="up_next">Als nächstes</string>
<string name="update_image">Bild aktualisieren</string>
<string name="updating">Aktualisiere...</string>
<string name="updating">Aktualisieren...</string>
<string name="version">Version</string>
<string name="web_search">Internet-Suche</string>
<string name="what_do_you_want_to_share">Was möchtest du Teilen?</string>
<string name="virtualizer">Surroundsound</string>
<string name="web_search">Websuche</string>
<string name="what_do_you_want_to_share">Was möchtest du teilen?</string>
<string name="window">Fenster</string>
<string name="x_has_been_set_as_ringtone">Setze %1$s als Klingelton</string>
<string name="x_has_been_set_as_ringtone">Stelle %1$s als deinen Klingelton ein.</string>
<string name="x_selected">%1$d ausgewählt</string>
<string name="year">Jahr</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="clear_app_data">App-Daten zurücksetzen</string>
<string name="bug_report_summary">Sorry! Ein unerwarteter Fehler ist aufgetreten. Die App-Daten zurückzusetzen, könnte helfen.</string>
<string name="error">Fehler</string>
<string name="base_color_theme">Grundfarbe</string>
<string name="now_playing_themes">Mehr als 10 Abspiel-Themes</string>
<string name="carousal_effect_on_now_playing_screen">Karussell-Effekt auf dem Abspielbildschirm</string>
<string name="window_corner_edges">Runde Ecken</string>
<string name="pref_title_album_cover_style">Aussehen des Albumcovers</string>
<string name="circular">Rund</string>
<string name="carousal">Karussell</string>
<string name="now_playing_summary">Passe den Abspielbildschirm an</string>
<string name="full_card">Karte (Voll)</string>
<string name="profile">Profil</string>
<string name="bio">Beschreibung</string>
</resources>

View file

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">"Hello there "</string>
<string name="accent_color_desc">El color de énfasis, verde por defecto</string>
<string name="action_about">Acerca de</string>
<string name="action_add_to_favorites">Agregar a favoritos</string>
<string name="action_add_to_playing_queue">Agregar a cola de reproducción</string>
<string name="action_add_to_playlist">Agregar a lista de reproducción</string>
<string name="accent_color">Color de énfasis</string>
<string name="accent_color_desc">El color de énfasis del tema, por defecto es verde azulado</string>
<string name="action_about">Acerca de Retro Music Player</string>
<string name="action_add_to_favorites">Añadir a favoritos</string>
<string name="action_add_to_playing_queue">Añadir a la cola de reproducción</string>
<string name="action_add_to_playlist">Añadir a lista...</string>
<string name="action_clear_playing_queue">Borrar cola de reproducción</string>
<string name="action_clear_playlist">Limpiar lista de reproducción</string>
<string name="action_clear_playlist">Limpiar lista</string>
<string name="action_delete">Eliminar</string>
<string name="action_delete_from_device">Eliminar del dispositivo</string>
<string name="action_details">Detalles</string>
<string name="action_go_to_album">Ir al álbum</string>
<string name="action_go_to_artist">Ir al artista</string>
<string name="action_go_to_start_directory">Ir al directorio de inicio</string>
<string name="action_go_to_genre">Ir a género</string>
<string name="action_go_to_start_directory">Ir al inicio</string>
<string name="action_grant">Permitir</string>
<string name="action_grid_size">Tamaño de cuadrícula</string>
<string name="action_grid_size_land">Tamaño de cuadrícula (horizontal)</string>
@ -24,36 +25,39 @@
<string name="action_previous">Anterior</string>
<string name="action_remove_from_favorites">Borrar de favoritos</string>
<string name="action_remove_from_playing_queue">Borrar de la cola de reproducción</string>
<string name="action_remove_from_playlist">Borrar de la lista de reproducción</string>
<string name="action_remove_from_playlist">Remover de la lista de reproducción</string>
<string name="action_rename">Renombrar</string>
<string name="action_save_playing_queue">Guardar cola de reproducción</string>
<string name="action_scan">Escanear</string>
<string name="action_scan_directory">Escanear directorio</string>
<string name="action_search">Buscar</string>
<string name="action_set">Establecer</string>
<string name="action_set">Iniciar</string>
<string name="action_set_as_ringtone">Establecer como tono de llamada</string>
<string name="action_set_as_start_directory">Establecer como directorio de inicio</string>
<string name="action_settings">"Ajustes"</string>
<string name="action_share">Compartir</string>
<string name="action_shuffle_all">Todo Aleatorio</string>
<string name="action_shuffle_playlist">Reproducción aleatoria de listas</string>
<string name="action_shuffle_all">Aleatorio</string>
<string name="action_shuffle_playlist">Reproducción aleatoria de lista</string>
<string name="action_sleep_timer">Temporizador de apagado</string>
<string name="action_sort_order">Ordenar por</string>
<string name="action_tag_editor">Editor de etiquetas</string>
<string name="adaptive">Adaptativo</string>
<string name="add_action">Agregar</string>
<string name="add_photo">Agregar \nfoto</string>
<string name="add_playlist_title">"Agregar a la lista de reproducción"</string>
<string name="added_title_to_playing_queue">"Se agregó 1 canción a la lista de reproducción"</string>
<string name="added_x_titles_to_playing_queue">Se agregaron %1$d canciones a la cola de reproducción</string>
<string name="add_playlist_title">"Agregar a la lista"</string>
<string name="added_title_to_playing_queue">"Se agregó 1 canción a la lista"</string>
<string name="added_x_titles_to_playing_queue">%1$d canciones añadidas a la cola de reproducción.</string>
<string name="album">Álbum</string>
<string name="album_artist">Artista del álbum</string>
<string name="album_or_artist_empty">El título o artista está vacío</string>
<string name="album_or_artist_empty">El título o artista está vacío.</string>
<string name="albums">Álbumes</string>
<!-- Android Auto -->
<string name="always">Siempre</string>
<string name="app_share">Echa un vistazo a este reproductor de música en: https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">Últimos Añadidos</string>
<string name="app_shortcut_last_added_short">Últimos Añadidos</string>
<string name="app_shortcut_shuffle_all_long">Aleatorio</string>
<string name="app_shortcut_last_added_long">Añadidas recientemente</string>
<string name="app_shortcut_last_added_short">Recientes</string>
<string name="app_shortcut_shuffle_all_long">Mezclar todo</string>
<string name="app_shortcut_shuffle_all_short">Aleatorio</string>
<string name="app_shortcut_top_tracks_long">Más Reproducidas</string>
<string name="app_shortcut_top_tracks_short">Más Reproducidas</string>
@ -65,56 +69,74 @@
<string name="artists">Artistas</string>
<string name="audio_focus_denied">Enfoque de audio denegado</string>
<string name="audio_settings_summary">Modificar los ajustes de sonido y los controles del ecualizador</string>
<string name="bass_boost">Refuerzo de Graves</string>
<string name="biography">Biografía</string>
<string name="black_theme_name">Negro</string>
<string name="blacklist">Lista negra</string>
<string name="blacklist">Lista Negra</string>
<string name="blur">Desenfoque</string>
<string name="blur_card">Tarjeta con desenfoque</string>
<string name="buy_retromusic_pro">Comprar RetroMusic Pro</string>
<string name="cancel_current_timer">Cancelar el temporizador actual</string>
<string name="pref_keep_screen_on_title">Mantener la pantalla encendida</string>
<string name="pref_keep_screen_on_summary">Tenga en cuenta que habilitar esta función puede afectar la duración de la batería</string>
<string name="pref_blur_amount_title">Cantidad de desenfoque</string>
<string name="pref_blur_amount_summary">Cantidad de desenfoque aplicado a los temas de desenfoque, más bajo es más rápido</string>
<string name="buy_retromusic_pro">Comprar Retro Music Pro</string>
<string name="cancel_current_timer">Cancelar</string>
<string name="card">Tarjeta</string>
<string name="card_color_style">Tarjeta coloreada</string>
<string name="card_circular_style">Circular</string>
<string name="image">Imagen</string>
<string name="card_style">Tarjeta</string>
<string name="cast">Emitir</string>
<string name="changelog">Lista de cambios</string>
<string name="changelog_summary">Lista de cambios disponible en Telegram</string>
<string name="changelog_summary">La lista de cambios se encuentra disponible en el canal de Telegram</string>
<string name="clear_action">Limpiar</string>
<string name="clear_blacklist">Limpiar lista negra</string>
<string name="clear_playlist_title">Limpiar lista de reproducción</string>
<string name="clear_playlist_x"><![CDATA[\u00bfLimpiar la lista de reproducci\u00f3n <b>%1$s</b>? \u00a1Esto no se puede deshacer!]]></string>
<string name="clear_playlist_title">Limpiar lista</string>
<string name="clear_playlist_x"><![CDATA[\u00bfLimpiar la lista <b>%1$s</b>? \u00a1Esto no se puede deshacer!]]></string>
<string name="close_notification">Cerrar</string>
<string name="color">Color</string>
<string name="color_theme_name">Color</string>
<string name="colors">Colores</string>
<string name="could_not_create_playlist">No se pudo crear la lista de reproducci\u00f3n</string>
<string name="could_not_download_album_cover">"No se puede descargar una portada de \u00e1lbum coincidente"</string>
<string name="could_not_restore_purchase">No se puede restaurar la compra.</string>
<string name="could_not_create_playlist">No se pudo crear la lista</string>
<string name="could_not_download_album_cover">"No se pudo descargar una portada de \u00e1lbum coincidente"</string>
<string name="could_not_restore_purchase">No se pudo restaurar la compra</string>
<string name="could_not_scan_files">No se pudieron escanear %d archivos</string>
<string name="create_action">Crear</string>
<string name="created_playlist_x">Se creó la lista reproducción %1$s</string>
<string name="credit_title">Miembros y contribuidores</string>
<string name="currently_listening_to_x_by_x">Estás escuchando %1$s de %2$s</string>
<string name="dark_theme_name">Oscuro</string>
<string name="default_hint">No hay letras</string>
<string name="delete_playlist_title">Eliminar lista de reproducción</string>
<string name="delete_playlist_x"><![CDATA[¿Eliminar la lista de reproducción <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Eliminar listas de reproducción</string>
<string name="delete_playlist_title">Eliminar lista</string>
<string name="delete_playlist_x"><![CDATA[¿Eliminar la lista <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Eliminar listas</string>
<string name="delete_song_x"><![CDATA[¿Eliminar la canción <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[¿Eliminar <b>%1$d</b> listas de reproducción?]]></string>
<string name="delete_x_playlists"><![CDATA[¿Eliminar <b>%1$d</b> listas?]]></string>
<string name="delete_x_songs"><![CDATA[¿Eliminar <b>%1$d</b> canciones?]]></string>
<string name="deleted_x_songs">Se eliminaron %1$d canciones</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">Únete al servidor de Discord para mantenerte al día con las últimas noticias</string>
<string name="do_you_want_to_clear_the_blacklist">¿Deseas limpiar la lista negra?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[¿Deseas eliminar <b>%1$s</b> de la lista negra?]]></string>
<string name="donate">Donar</string>
<string name="donate_summary">Si consideras que merezco ser pagado por mi trabajo, puedes dejarme un par de dólares aquí</string>
<string name="donation_header">Cómprame una</string>
<string name="download_from_last_fm">Descargar de Last.fm</string>
<string name="donate_summary">Si crees que merezco que me paguen por mi trabajo, puedes dejar algo de dinero aquí</string>
<string name="donation_header">Cómprame:</string>
<string name="download_from_last_fm">Descargar desde Last.fm</string>
<string name="edit_cover">Editar portada</string>
<string name="empty">Vacío</string>
<string name="equalizer">Ecualizador</string>
<string name="faq">Preguntas más frecuentes</string>
<string name="favorites">Favoritos</string>
<string name="flat">Plano</string>
<string name="folders">Carpetas</string>
<string name="for_you">Para ti</string>
<string name="full">Completo</string>
<string name="general_settings_summary">Cambiar los colores generales de la aplicación</string>
<string name="general_settings_summary">Cambia el tema y colores de la aplicación</string>
<string name="general_settings_title">Apariencia</string>
<string name="genre">Género</string>
<string name="genres">Géneros</string>
<string name="git_hub_summary">Bifurca el proyecto en GitHub</string>
<string name="google_plus_community">Únete a nuestra comunidad de Google Plus, donde puedes pedir ayuda o seguir las actualizaciones de Retro Music</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -125,13 +147,16 @@
<string name="grid_size_8">8</string>
<string name="history">Historial</string>
<string name="home">Inicio</string>
<string name="inserted_x_songs_into_playlist_x">Añadiste %1$d canciones a la lista de reproducción %2$s</string>
<string name="label_bit_rate">Velocidad de bits</string>
<string name="image_settings_summary">Cambia la configuración de descarga de imágenes de artistas</string>
<string name="inserted_x_songs_into_playlist_x">Añadiste %1$d canciones a la lista %2$s</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Comparte tu configuración de Retro Music para exhibirlo en Instagram</string>
<string name="label_bit_rate">Tasa de bits</string>
<string name="label_file_format">Formato</string>
<string name="label_file_name">Nombre del archivo</string>
<string name="label_file_path">Ruta del archivo</string>
<string name="label_file_path">Ruta de archivo</string>
<string name="label_file_size">Tamaño</string>
<string name="label_sampling_rate">Tasa de muestreo</string>
<string name="label_sampling_rate">Frecuencia de muestreo</string>
<string name="label_track_length">Duración</string>
<string name="last_added">Agregados recientemente</string>
<string name="lets_play_something">Vamos a reproducir algo</string>
@ -141,165 +166,225 @@
<string name="listing_files">Listado de archivos</string>
<string name="loading_products">Cargando productos...</string>
<string name="lyrics">Letras</string>
<string name="my_name">Mi nombre</string>
<string name="my_top_tracks">Mis canciones más reproducidas</string>
<string name="material">Material</string>
<string name="my_name">Mi Nombre</string>
<string name="my_top_tracks">Más reproducidas</string>
<string name="never">Nunca</string>
<string name="new_playlist_title">Nueva lista de reproducción</string>
<string name="new_banner_photo">Nueva foto de portada</string>
<string name="new_playlist_title">Nueva lista</string>
<string name="new_profile_photo">Nueva foto de perfil</string>
<string name="new_start_directory">%s es el nuevo directorio de inicio</string>
<string name="no_albums">No hay álbumes</string>
<string name="no_artists">No hay artistas</string>
<string name="no_audio_ID">"Reproduce una canción primero e intenta de nuevo"</string>
<string name="no_equalizer">No se encontró ningún ecualizador</string>
<string name="no_genres">Sin géneros</string>
<string name="no_equalizer">No se encontró ecualizador</string>
<string name="no_genres">No hay géneros</string>
<string name="no_lyrics_found">No se encontraron letras</string>
<string name="no_playlists">No hay listas de reproducción</string>
<string name="no_purchase_found">No se encontraron compras previas.</string>
<string name="no_playlists">No hay listas</string>
<string name="no_purchase_found">No se encontraron compras previas</string>
<string name="no_results">Sin resultados</string>
<string name="no_songs">No hay canciones</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Letras normales</string>
<string name="normal_style">Normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> no se encuentra listado en los medios almacenados]]></string>
<string name="nothing_to_scan">Nada para escanear</string>
<string name="notification">Notificación</string>
<string name="notification_settings_summary">Personalizar el estilo de las notificaciones</string>
<string name="notification">Notificaciones</string>
<string name="notification_settings_summary">Personaliza el estilo de la notificación</string>
<string name="now_playing">Reproduciendo ahora</string>
<string name="now_playing_queue">Cola de reproducción</string>
<string name="only_on_wifi">Sólo con Wi-Fi</string>
<string name="others">Otros</string>
<string name="now_playing_queue">Cola de reproducción actual</string>
<string name="only_on_wifi">Solo con Wi-Fi</string>
<string name="others">Otro</string>
<string name="past_three_months">Últimos 3 meses</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me es una forma fácil de donarnos dinero. En caso que solo enlazaras una tarjeta de débito o crédito, la tarifa en los EE.UU es el 2.9% de la donación más $0.30 USD, de lo contrario no hay tarifa.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">más</a></string>
<string name="paypal_summary">PayPal.me es una forma fácil de donarnos dinero. En caso que solo enlazaras una tarjeta de débito o crédito, la comisión en los EE.UU es el 2.9% de la donación más $0.30 USD. De lo contrario no hay comisión.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">más</a></string>
<string name="permission_external_storage_denied">Permiso para acceder al almacenamiento externo denegado</string>
<string name="permissions_denied">Permisos denegados</string>
<string name="personalize">Personalizar</string>
<string name="personalize_settings_summary">Personalizar la ventana de reproducción actual y la interfaz de usuario</string>
<string name="personalize_settings_summary">Personaliza la ventana de reproducción y controles de interfaz de usuario</string>
<string name="pick_from_local_storage">Seleccionar del almacenamiento interno</string>
<string name="plain">Sencillo</string>
<string name="playing_notification_description">La notificación de reproducción proporciona acciones para reproducir/pausar etc</string>
<string name="playing_notification_description">La notificación de reproducción proporciona acciones para reproducir/pausar, etc.</string>
<string name="playing_notification_name">Notificación de reproducción</string>
<string name="playlist_empty_text">Lista de reproducción vacía</string>
<string name="playlist_is_empty">La lista de reproducción está vacía</string>
<string name="playlist_name_empty">Nombre de la lista de reproducción</string>
<string name="playlist_name_empty">Nombre de la lista</string>
<string name="playlists">Listas</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_general">General</string>
<string name="pref_header_general">Tema</string>
<string name="pref_header_images">Imágenes</string>
<string name="pref_header_lockscreen">Pantalla de bloqueo</string>
<string name="pref_header_playlists">Listas de reproducción</string>
<string name="pref_only_lollipop">"Sólo disponible en Lollipop"</string>
<string name="pref_summary_album_art_on_lockscreen">Utiliza la portada del álbum que se reproduce como fondo de pantalla de bloqueo</string>
<string name="pref_summary_audio_ducking">Notificaciones, navegación, etc</string>
<string name="pref_summary_album_art_on_lockscreen">Utiliza la portada del álbum de la canción que se reproduce como fondo de pantalla de bloqueo</string>
<string name="pref_summary_audio_ducking">Baja el volumen cuando se reproduzca un sonido del sistema o se reciba una notificación</string>
<string name="pref_summary_blurred_album_art">Desenfoca la portada del álbum en la pantalla de bloqueo. Puede causar problemas con aplicaciones y widgets de terceros</string>
<string name="pref_summary_carousel_effect">Efecto carrusel en la portada del álbum en pantalla</string>
<string name="pref_summary_classic_notification">Utiliza el diseño de notificación clásico</string>
<string name="pref_summary_colored_app">El color del fondo y del botón de control cambia de acuerdo con la portada del álbum en la pantalla de reproducción</string>
<string name="pref_summary_colored_app_shortcuts">Colorea los accesos directos de la aplicación en el color de énfasis. Cada vez que cambies de color, por favor activa esta opción</string>
<string name="pref_summary_carousel_effect">Efecto carrusel en la portada del álbum en la ventana de reproducción. No funciona en los temas \"Desenfoque\" y \"Tarjeta con desenfoque\"</string>
<string name="pref_summary_classic_notification">Utiliza el diseño clásico de notificación</string>
<string name="pref_summary_colored_app">Los colores del fondo y de los botones de control cambian de acuerdo con la portada del álbum en la ventana de reproducción</string>
<string name="pref_summary_colored_app_shortcuts">Colorea los accesos directos de la aplicación con el color de énfasis. Cada vez que cambies de color, por favor activa esta opción</string>
<string name="pref_summary_colored_navigation_bar">Colorea la barra de navegación con el color principal</string>
<string name="pref_summary_colored_notification">"Colorea la notificaci\u00f3n con el color vibrante de la portada del \u00e1lbum"</string>
<string name="pref_summary_dominant_color">El color dominante se elegirá de la imagen del álbum o artista</string>
<string name="pref_summary_gapless_playback">"Puede causar problemas de reproducción en algunos dispositivos"</string>
<string name="pref_summary_ignore_media_store_artwork">Puede aumentar la calidad de la portada del álbum, pero a veces puede tardar en cargar. Solo actívalo si tienes problemas con portadas de baja resolución</string>
<string name="pref_summary_lock_screen">Habilitar controles en la pantalla de bloqueo para Retro music</string>
<string name="pref_summary_ignore_media_store_artwork">Puede aumentar la calidad de la portada del álbum, pero a veces puede tardar en cargar. Actívalo solo si tienes problemas con portadas de baja resolución</string>
<string name="pref_summary_lock_screen">Utiliza los controles de pantalla de bloqueo personalizados de Retro Music</string>
<string name="pref_summary_open_source_licences">Detalles de la licencia para software de código abierto</string>
<string name="pref_summary_round_corners">Redondea esquinas en la ventana principal, portada de álbum, etc</string>
<string name="pref_summary_tab_titles">Mostrar/Ocultar títulos de pestañas inferiores</string>
<string name="pref_summary_toggle_full_screen">Habilitar esto para el modo inmersivo</string>
<string name="pref_summary_toggle_headset">Empezar a reproducir cuando se conecten los auriculares</string>
<string name="pref_summary_toggle_volume">Si tienes espacio en la pantalla de reproducción, activa los controles de volumen</string>
<string name="pref_summary_round_corners">Redondea las esquinas de la aplicación</string>
<string name="pref_summary_tab_titles">Mostrar/Ocultar títulos para las pestañas de la barra de navegación inferior</string>
<string name="pref_summary_toggle_full_screen">Modo inmersivo</string>
<string name="pref_summary_toggle_headset">Empezar a reproducir inmediatamente después de conectar los auriculares</string>
<string name="pref_summary_toggle_shuffle">El modo aleatorio se desactivará cuando se reproduzca una nueva lista de canciones</string>
<string name="pref_summary_toggle_volume">Muestra los controles de volumen en la ventana de reproducción, si hay suficiente espacio disponible</string>
<string name="pref_summary_extra_controls">"Añadir controles extra al minireproductor "</string>
<string name="pref_summary_genre_toggle">Mostrar/Ocultar pestaña de géneros</string>
<string name="pref_summary_home_banner">Mostar/Ocultar banner de inicio</string>
<string name="pref_title_album_art_on_lockscreen">Mostrar portada del álbum</string>
<string name="pref_title_tab_text_mode">Modo de títulos de pestañas</string>
<string name="pref_title_album_grid_style">Cuadrícula del álbum</string>
<string name="pref_title_app_shortcuts">Accesos directos coloreados</string>
<string name="pref_title_artist_grid_style">Cuadrícula de artistas</string>
<string name="pref_title_audio_ducking">Reducir volumen al recibir notificaciones</string>
<string name="pref_title_auto_download_artist_images">Descarga automática de imágenes de artistas</string>
<string name="pref_title_blurred_album_art">Desenfocar portada del álbum</string>
<string name="pref_title_choose_equalizer">Elegir ecualizador</string>
<string name="pref_title_classic_notification">Diseño clásico de notificación</string>
<string name="pref_title_colored_app">Color adaptativo</string>
<string name="pref_title_colored_notification">Notificación coloreada</string>
<string name="pref_title_gapless_playback">Reproducción sin pausas</string>
<string name="pref_title_general_theme">Tema general</string>
<string name="pref_title_general_theme">Tema de la aplicación</string>
<string name="pref_title_ignore_media_store_artwork">Ignorar las portadas de la biblioteca de medios</string>
<string name="pref_title_last_added_interval">Última lista de reproducción agregada</string>
<string name="pref_title_last_added_interval">Intervalo de la lista \"Añadidos Recientemente\"</string>
<string name="pref_title_lock_screen">Controles a pantalla completa</string>
<string name="pref_title_navigation_bar">Barra de navegación coloreada</string>
<string name="pref_title_now_playing_screen_appearance">Apariencia</string>
<string name="pref_title_now_playing_screen_appearance">Tema de la ventana de reproducción</string>
<string name="pref_title_open_source_licences">Licencias de código abierto</string>
<string name="pref_title_round_corners">Esquinas redondeadas</string>
<string name="pref_title_toggle_carousel_effect">Efecto Carrusel</string>
<string name="pref_title_toggle_carousel_effect">Efecto carrusel</string>
<string name="pref_title_toggle_dominant_color">Color dominante</string>
<string name="pref_title_toggle_full_screen">App a pantalla completa</string>
<string name="pref_title_toggle_tab_titles">Títulos de pestañas</string>
<string name="pref_title_toggle_toggle_headset">Reproducción automática</string>
<string name="pref_title_toggle_toggle_shuffle">Aleatorio</string>
<string name="pref_title_toggle_volume">Controles de volumen</string>
<string name="pref_title_user_info">Información de usuario</string>
<string name="pref_title_extra_controls">Controles extra</string>
<string name="pref_title_home_banner">Banner de inicio</string>
<string name="pref_title_genre_toggle">Mostrar pestaña de géneros</string>
<string name="pref_title_home_artist_grid_style">Cuadrícula de artista en inicio</string>
<string name="cascading">En cascada</string>
<string name="primary_color">Color principal</string>
<string name="primary_color_desc">Tema de color principal, blanco por defecto</string>
<string name="primary_color_desc">El color principal del tema -por defecto es azul grisáceo- temporalmente funciona con colores oscuros</string>
<string name="purchase">Comprar</string>
<string name="purchase_summary">*Piensa antes de comprar, no pidas un reembolso</string>
<string name="queue">Cola</string>
<string name="rate_app">Calificar app</string>
<string name="rate_on_google_play_summary">Deja una calificación positiva en Google Play si te gusta Retro Music</string>
<string name="rate_on_google_play_summary">Te gusta la aplicación? Haznos saber en Google Play Store cómo podemos hacerla aún mejor</string>
<string name="recent_albums">Álbumes recientes</string>
<string name="recent_artists">Artistas recientes</string>
<string name="remove_action">Eliminar</string>
<string name="remove_banner_photo">Eliminar foto del banner</string>
<string name="remove_cover">Eliminar portada</string>
<string name="remove_from_blacklist">Eliminar de la lista negra</string>
<string name="remove_song_from_playlist_title">Eliminar canción de la lista de reproducción</string>
<string name="remove_song_x_from_playlist"><![CDATA[¿Eliminar la canción </b>%1$s<b> de la lista de reproducción?]]></string>
<string name="remove_songs_from_playlist_title">Eliminar canciones de la lista de reproducción</string>
<string name="remove_x_songs_from_playlist"><![CDATA[¿Eliminar </b>%1$d<b> canciones de la lista de reproducción?]]></string>
<string name="rename_playlist_title">Renombrar lista de reproducción</string>
<string name="remove_profile_photo">Eliminar foto de perfil</string>
<string name="remove_song_from_playlist_title">Eliminar canción de la lista</string>
<string name="remove_song_x_from_playlist"><![CDATA[¿Eliminar la canción </b>%1$s<b> de la lista?]]></string>
<string name="remove_songs_from_playlist_title">Eliminar canciones de la lista</string>
<string name="remove_x_songs_from_playlist"><![CDATA[¿Eliminar </b>%1$d<b> canciones de la lista?]]></string>
<string name="rename_playlist_title">Renombrar lista</string>
<string name="reset_artist_image">Restablecer imagen de artista</string>
<string name="restore">Restaurar</string>
<string name="restored_previous_purchase_please_restart">Compras previas restauradas. Por favor, reinicia la aplicación para hacer uso de todas las funciones.</string>
<string name="restored_previous_purchases">Compras anteriores restauradas</string>
<string name="restored_previous_purchase_please_restart">Compras previas restauradas. Por favor, reinicia la aplicación para hacer uso de todas las funciones</string>
<string name="restored_previous_purchases">Compras previas restauradas</string>
<string name="restoring_purchase">Restaurando compra...</string>
<string name="retro_equalizer">Ecualizador Retro</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Guardar como archivo</string>
<string name="saved_playlist_to">Lista de reproducción guardada en %s</string>
<string name="save_playlists_title">Guardar como archivos</string>
<string name="saved_playlist_to">Guardar lista de reproducción a %s</string>
<string name="saving_changes">Guardando cambios</string>
<string name="scanned_files">%1$d de %2$d archivos escaneados</string>
<string name="search_hint">Buscar en la biblioteca...</string>
<string name="scan_media">Escanear medios</string>
<string name="scanned_files">Escaneados %1$d de %2$d archivos</string>
<string name="search_hint">Busca en tu biblioteca...</string>
<string name="select_all">Seleccionar todos</string>
<string name="select_banner_photo">Seleccionar foto del banner</string>
<string name="set_artist_image">Establecer imagen de artista</string>
<string name="shuffle">Aleatorio</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Temporizador cancelado</string>
<string name="sleep_timer_set">La música se detendrá dentro de %d minuto(s) a partir de ahora</string>
<string name="sleep_timer_canceled">Temporizador apagado</string>
<string name="sleep_timer_set">Temporizador establecido para %d minutos desde ahora</string>
<string name="social">Social</string>
<string name="song">Canción</string>
<string name="song_duration">Duración de la canción</string>
<string name="songs">Canciones</string>
<string name="sort_order">Orden de clasificación</string>
<string name="speech_not_supported">¡Lo siento! Tu dispositivo no admite la entrada de voz</string>
<string name="speech_prompt">Buscar en tu biblioteca</string>
<string name="sort_order">Ordenar por</string>
<string name="sort_order_a_z">Ascendente</string>
<string name="sort_order_album">Álbum</string>
<string name="sort_order_artist">Artista</string>
<string name="sort_order_date">Fecha</string>
<string name="sort_order_year">Año</string>
<string name="sort_order_z_a">Descendente</string>
<string name="speech_not_supported">¡Lo sentimos! Su dispositivo no soporta la entrada de voz</string>
<string name="speech_prompt">Busca en tu biblioteca</string>
<string name="summary_user_info">Muestra tu nombre en la pantalla de inicio</string>
<string name="support_development">Apoyar el desarrollo</string>
<string name="support_development">Soporte de desarrollo</string>
<string name="synced_lyrics">Letras Sincronizadas</string>
<string name="system_equalizer">Ecualizador del Sistema</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Únete al grupo de Telegram para discutir los errores y hacer sugerencias</string>
<string name="thank_you">¡Gracias!</string>
<string name="the_audio_file">El archivo de audio</string>
<string name="this_month">Este mes</string>
<string name="this_week">Esta semana</string>
<string name="this_year">Este año</string>
<string name="tiny">Pequeño</string>
<string name="title_dashboard">Interfaz</string>
<string name="title_good_afternoon">Buenas tardes</string>
<string name="title_good_day">Buen día</string>
<string name="title_good_evening">Buenas tardes</string>
<string name="title_good_morning">Buenos días</string>
<string name="title_dashboard">"Tablero "</string>
<string name="title_good_afternoon">¡Buenas Tardes!</string>
<string name="title_good_day">¡Buen Día!</string>
<string name="title_good_evening">¡Buenas Tardes!</string>
<string name="title_good_morning">¡Buenos días!</string>
<string name="title_good_night">Buenas noches</string>
<string name="title_user_info">¿Cuál es tu nombre?</string>
<string name="title_user_info">Cuál es tu nombre</string>
<string name="today">Hoy</string>
<string name="top_albums">Álbumes más reproducidos</string>
<string name="top_albums">"Top álbumes "</string>
<string name="top_artists">Artistas más reproducidos</string>
<string name="track_hint">"Pista (2 para pista 2 o 3004 para CD3 pista 4)"</string>
<string name="track_list">Número de pista</string>
<string name="translate">Traducir</string>
<string name="translate_community">Ayúdanos a traducir la aplicación a tu idioma</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Comparte tu diseño con Retro Music</string>
<string name="unplayable_file">No se pudo reproducir esta canci\u00f3n</string>
<string name="up_next">A continuación</string>
<string name="update_image">Actualizar imagen</string>
<string name="updating">Actualizando...</string>
<string name="version">Versión</string>
<string name="web_search">Buscar en Internet</string>
<string name="what_do_you_want_to_share">¿Qué es lo que deseas compartir?</string>
<string name="virtualizer">Virtualizador</string>
<string name="web_search">Búsqueda web</string>
<string name="what_do_you_want_to_share">¿Qué quieres compartir?</string>
<string name="window">Ventana</string>
<string name="x_has_been_set_as_ringtone">Establecer %1$s como tono de llamada</string>
<string name="x_selected">%1$d seleccionado(s)</string>
<string name="x_selected">%1$d seleccionado</string>
<string name="year">Año</string>
<string name="made_with_love">Hecho con ❤️ en India</string>
<string name="clear_app_data">Borrar datos de la aplicación</string>
<string name="bug_report_summary">Ocurrió un error inesperado. Lamento que hayas encontrado este error, si sigue fallando, borra los datos de la aplicación</string>
<string name="error">Error</string>
<string name="base_color_theme">Color base del tema</string>
<string name="now_playing_themes">Más de 9 temas para la ventana de reproducción</string>
<string name="carousal_effect_on_now_playing_screen">Efecto carrusel en la ventana de reproducción</string>
<string name="window_corner_edges">Esquinas redondeadas</string>
<string name="pref_title_album_cover_style">Tema de la portada del álbum</string>
<string name="circular">Circular</string>
<string name="carousal">Carrusel</string>
<string name="now_playing_summary">Personalizar la ventana de reproducción</string>
<string name="full_card">Tarjeta completa</string>
<string name="profile">Perfil</string>
<string name="bio">Biografía</string>
<string name="auto">Automático</string>
<string name="labeled">Etiquetado</string>
<string name="unlabeled">No etiquetado</string>
<string name="selected">Seleccionado</string>
</resources>

View file

@ -1,299 +1,319 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">Naglašena boja</string>
<string name="accent_color_desc">Naglašena boja teme, zadana je zelena.</string>
<string name="action_about">O aplikaciji</string>
<string name="action_add_to_favorites">Dodaj u favorite</string>
<string name="action_add_to_playing_queue">Dodaj na red čekanja</string>
<string name="action_add_to_playlist">Dodaj na listu...</string>
<string name="action_clear_playing_queue">Očisti red čekanja</string>
<string name="action_clear_playlist">Očisti listu</string>
<string name="accent_color">Prikazni sadržaj</string>
<string name="accent_color_desc">Dominantna boja teme, početno postavljena kao zelena</string>
<string name="action_about">O nama</string>
<string name="action_add_to_favorites">Dodaj u omiljene</string>
<string name="action_add_to_playing_queue">Dodaj u red čekanja</string>
<string name="action_add_to_playlist">Dodaj u listu...</string>
<string name="action_clear_playing_queue">Obriši red čekanja</string>
<string name="action_clear_playlist">Obriši listu</string>
<string name="action_delete">Izbriši</string>
<string name="action_delete_from_device">Izbriši sa uređaja</string>
<string name="action_delete_from_device">Izbriši s uređaja</string>
<string name="action_details">Detalji</string>
<string name="action_go_to_album">Idi na album</string>
<string name="action_go_to_artist">Idi na izvođača</string>
<string name="action_go_to_start_directory">Idi na početni direktorij</string>
<string name="action_go_to_album">Odi na album</string>
<string name="action_go_to_artist">Odi na izvođača</string>
<string name="action_go_to_start_directory">Odi na početni direktorij</string>
<string name="action_grant">Dopusti</string>
<string name="action_grid_size">Veličina mreže</string>
<string name="action_grid_size_land">Veličina mreže (vodoravno)</string>
<string name="action_next">Sljedeće</string>
<string name="action_play">Sviraj</string>
<string name="action_play_next">Sviraj sljedeće</string>
<string name="action_play_pause">Sviraj/Stani</string>
<string name="action_grid_size">Veličina rešetke</string>
<string name="action_grid_size_land">Veličina rešetke (polja)</string>
<string name="action_next">Dalje</string>
<string name="action_play">Pusti</string>
<string name="action_play_next">Pusti sljedeće</string>
<string name="action_play_pause">Pusti/Pauziraj</string>
<string name="action_previous">Prethodno</string>
<string name="action_remove_from_favorites">Ukloni iz favorita</string>
<string name="action_remove_from_playing_queue">Ukloni sa reda čekanja</string>
<string name="action_remove_from_playlist">Ukloni s liste</string>
<string name="action_remove_from_favorites">Makni iz favorita</string>
<string name="action_remove_from_playing_queue">Makni iz reda reprodukcije</string>
<string name="action_remove_from_playlist">Makni iz playliste</string>
<string name="action_rename">Preimenuj</string>
<string name="action_save_playing_queue">Spremi red čekanja</string>
<string name="action_scan">Skenijraj</string>
<string name="action_save_playing_queue">Spremi red reproduciranja</string>
<string name="action_scan">Skeniraj</string>
<string name="action_search">Traži</string>
<string name="action_set">Postavi</string>
<string name="action_set_as_ringtone">Postavi kao zvonjavu</string>
<string name="action_set_as_ringtone">Postavi kao zvuk zvona</string>
<string name="action_set_as_start_directory">Postavi kao početni direktorij</string>
<string name="action_settings">"Postavke"</string>
<string name="action_share">Dijeli</string>
<string name="action_shuffle_all">Izmiješaj sve</string>
<string name="action_shuffle_playlist">Izmiješaj listu</string>
<string name="action_sleep_timer">Brojač za spavanje</string>
<string name="action_shuffle_all">Izmješaj sve</string>
<string name="action_shuffle_playlist">Izmješaj playlistu</string>
<string name="action_sleep_timer">Brojač spavanja</string>
<string name="action_tag_editor">Uređivač oznaka</string>
<string name="add_action">Dodaj</string>
<string name="add_photo">Dodaj\nfotografiju</string>
<string name="add_playlist_title">"Dodaj na listu"</string>
<string name="added_title_to_playing_queue">"Jedan naslov dodan na red čekanja"</string>
<string name="added_x_titles_to_playing_queue">U red čekanja je dodano %1$d pjesama.</string>
<string name="add_photo">Dodaj\nsliku</string>
<string name="add_playlist_title">"Dodaj na playlistu"</string>
<string name="added_title_to_playing_queue">"Dodana 1 pjesma na red reprodukcije."</string>
<string name="added_x_titles_to_playing_queue">Dodano %1$d pjesama na red reprodukcije.</string>
<string name="album">Album</string>
<string name="album_artist">Autor albuma</string>
<string name="album_or_artist_empty">Polje naslova ili autora je prazno</string>
<string name="album_artist">Izvođač albuma</string>
<string name="album_or_artist_empty">Naziv ili izvođač su prazni.</string>
<string name="albums">Albumi</string>
<!-- Android Auto -->
<string name="always">Uvijek</string>
<string name="app_share">Hej, vidi ovaj kul svirač glazbe na: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_share">Hej vidi ovaj cool svirač glazbe: https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">@string/last_added</string>
<string name="app_shortcut_last_added_short">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long">@string/action_shuffle_all</string>
<string name="app_shortcut_shuffle_all_short">Miješaj</string>
<string name="app_shortcut_shuffle_all_short">Mješaj</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Najslušanije pjesme</string>
<string name="app_widget_big_name">Retro glazba - Velik</string>
<string name="app_widget_card_name">Retro glazba - Kartica</string>
<string name="app_widget_classic_name">Retro glazba - Klasičan</string>
<string name="app_widget_small_name">Retro glazba - Malen</string>
<string name="artist">Autor</string>
<string name="artists">Autori</string>
<string name="app_widget_big_name">Retro Music - Velik</string>
<string name="app_widget_card_name">Retro Music - Kartica</string>
<string name="app_widget_classic_name">Retro Music - Klasičan</string>
<string name="app_widget_small_name">Retro Music - Malen</string>
<string name="artist">Izvođač</string>
<string name="artists">Izvođači</string>
<string name="audio_focus_denied">Fokus zvuka odbijen.</string>
<string name="audio_settings_summary">Podesi postavke zvuka i kontrole ekvilajzera</string>
<string name="bass_boost">Pojačalo Bassa</string>
<string name="biography">Biografija</string>
<string name="black_theme_name">Jednostavno crna</string>
<string name="black_theme_name">Samo crna</string>
<string name="blacklist">Crna lista</string>
<string name="blur">Zamagljenje</string>
<string name="blur_card">Kartično Zamagljenje</string>
<string name="buy_retromusic_pro">Kupi RetroMusic Pro</string>
<string name="blur">Zamagljena</string>
<string name="blur_card">Zamagljena Kartica</string>
<string name="buy_retromusic_pro">Kupi Retro Music Pro</string>
<string name="cancel_current_timer">Otkaži trenutni brojač</string>
<string name="card">Kartica</string>
<string name="changelog">Popis promjena</string>
<string name="changelog_summary">Popis promjena se održava na Telegramu</string>
<string name="changelog_summary">Popis promjena održavan na Telegram-u</string>
<string name="clear_action">Očisti</string>
<string name="clear_blacklist">Očisti crnu listu</string>
<string name="clear_playlist_title">Očisti listu</string>
<string name="clear_playlist_x"><![CDATA[Da o\u010distim listu <b>%1$s</b>? Ovo se ne mo\u017ee poni\u0161titi!]]></string>
<string name="clear_playlist_title">Očisti playlistu</string>
<string name="clear_playlist_x"><![CDATA[O\u010disti playlistu <b>%1$s</b>? Ovo nije povratna akcija!]]></string>
<string name="color">Boja</string>
<string name="color_theme_name">Boja</string>
<string name="colors">Boje</string>
<string name="could_not_create_playlist">Nije mogu\u0107e stvoriti listu.</string>
<string name="could_not_download_album_cover">"Nije mogu\u0107e preuzeti pripadaju\u0107i omot albuma."</string>
<string name="could_not_restore_purchase">Nije moguće povratiti kupnju.</string>
<string name="could_not_scan_files">Nije moguće skenirati %d datoteka.</string>
<string name="could_not_create_playlist">Stvaranje playliste nije uspjelo.</string>
<string name="could_not_download_album_cover">"Preuzimanje odgovaraju\u0107e prevlake albuma nije uspjelo."</string>
<string name="could_not_restore_purchase">Vraćanje kupnje nije uspjelo.</string>
<string name="could_not_scan_files">Skeniranje %d datoteke nije uspjelo.</string>
<string name="create_action">Stvori</string>
<string name="created_playlist_x">Lista %1$s je stvorena.</string>
<string name="currently_listening_to_x_by_x">Upravo slušate %1$ od autora %2$</string>
<string name="dark_theme_name">Ponešto Tamna</string>
<string name="default_hint">Nema teksta</string>
<string name="delete_playlist_title">Izbriši listu</string>
<string name="delete_playlist_x"><![CDATA[Izbrisati <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Izbriši liste</string>
<string name="delete_song_x"><![CDATA[Izbrisati <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Da obrišem <b>%1$d</b> lista?]]></string>
<string name="delete_x_songs"><![CDATA[Izbrisati <b>%1$d</b> pjesama?]]></string>
<string name="deleted_x_songs">%1$d pjesama je izbrisano.</string>
<string name="do_you_want_to_clear_the_blacklist">Želite li očistiti crnu listu?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Želite li ukloniti <b>%1$s</b> sa crne liste?]]></string>
<string name="created_playlist_x">Stvorena playlista %1$s.</string>
<string name="currently_listening_to_x_by_x">Trenutno slušaš %1$s od %2$s.</string>
<string name="dark_theme_name">Otprilike Mračna</string>
<string name="default_hint">Nema Teksta</string>
<string name="delete_playlist_title">Izbriši playlistu</string>
<string name="delete_playlist_x"><![CDATA[Izbriši playlistu <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Izbriši playliste</string>
<string name="delete_song_x"><![CDATA[Izbriši pjesmu <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Izbriši <b>%1$d</b> playlista?]]></string>
<string name="delete_x_songs"><![CDATA[Izbriši <b>%1$d</b> pjesama?]]></string>
<string name="deleted_x_songs">Izbrisano %1$d pjesama.</string>
<string name="do_you_want_to_clear_the_blacklist">Želiš li očistiti crnu listu?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Želiš li maknuti <b>%1$s</b> sa crne liste?]]></string>
<string name="donate">Doniraj</string>
<string name="donate_summary">Ako misliš da zaslužujem plaću za svoj rad, možeš mi ostaviti par dolara.</string>
<string name="donate_summary">Ako misliš da zaslužujem biti plaćen za svoj posao, ovdje mi možeš ostaviti par dolara.</string>
<string name="donation_header">Kupi mi</string>
<string name="download_from_last_fm">Preuzmi sa Last.fm</string>
<string name="download_from_last_fm">Preuzmi sa Last.fm-a</string>
<string name="empty">Prazno</string>
<string name="equalizer">Ekvilizator</string>
<string name="equalizer">Ekvilajzer</string>
<string name="favorites">Favoriti</string>
<string name="flat">Ravno</string>
<string name="folders">Mape</string>
<string name="for_you">Za tebe</string>
<string name="full">Puno</string>
<string name="general_settings_summary">Promjeni cjelokupne boje aplikacije</string>
<string name="general_settings_title">Izgled i osjećaj</string>
<string name="genre">Žanr</string>
<string name="genres">Žanrovi</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="genres">Žanri</string>
<string name="git_hub_summary">Račvaj projekt na github-u</string>
<string name="google_plus_community">Pridruži se Google plus zajednici, gdje možeš pitati za pomoć ili pratiti ažuriranje RetroMusicApp-a</string>
<string name="history">Povijest</string>
<string name="home">Početna stranica</string>
<string name="inserted_x_songs_into_playlist_x">Umetnuto %1$d pjesama u listu %2$s.</string>
<string name="label_bit_rate">Bitrata</string>
<string name="home">Početno</string>
<string name="image_settings_summary">Promjeni ponašanje preuzimanja slike izvođača</string>
<string name="inserted_x_songs_into_playlist_x">Umetnuto %1$d pjesama u playlistu %2$s.</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Podjeli svoju RetroMusic postavu za pokazivanje na instagram-u</string>
<string name="label_bit_rate">Brzina Prijenosa</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">Naziv datoteke</string>
<string name="label_file_path">Put datoteke</string>
<string name="label_file_name">Ime datoteke</string>
<string name="label_file_path">Put do datoteke</string>
<string name="label_file_size">Veličina</string>
<string name="label_sampling_rate">Rata sampliranja</string>
<string name="label_track_length">Duljina</string>
<string name="last_added">Posljednje dodano</string>
<string name="lets_play_something">Reproducirajmo nešto</string>
<string name="library">Istraži</string>
<string name="label_sampling_rate">Brzina Sampliranja</string>
<string name="label_track_length">Dužina</string>
<string name="last_added">Zadnje dodano</string>
<string name="lets_play_something">Svirajmo malo glazbe</string>
<string name="library">Biblioteka</string>
<string name="licenses">Licence</string>
<string name="light_theme_name">Logično bijela</string>
<string name="listing_files">Ispisivanje datoteka</string>
<string name="loading_products">Učitavanje proizvoda..</string>
<string name="lyrics">Riječi</string>
<string name="my_name">Moje ime</string>
<string name="light_theme_name">Očito Bijela</string>
<string name="listing_files">Popisivanje datoteka</string>
<string name="loading_products">Učitavanje proizvoda...</string>
<string name="lyrics">Tekst</string>
<string name="my_name">Moje Ime</string>
<string name="my_top_tracks">Najslušanije pjesme</string>
<string name="never">Nikad</string>
<string name="new_playlist_title">Novi lista</string>
<string name="new_playlist_title">Nova playlista</string>
<string name="new_profile_photo">Nova slika profila</string>
<string name="new_start_directory">%s je novi početni direktorij.</string>
<string name="no_albums">Nema albuma</string>
<string name="no_artists">Nema autora</string>
<string name="no_audio_ID">"Prvo pusti pjesmu, a onda probaj ponovo."</string>
<string name="no_equalizer">Pojačivač nije pronađen.</string>
<string name="no_artists">Nema izvođača</string>
<string name="no_audio_ID">"Prvo pusti pjesmu pa pokušaj ponovo."</string>
<string name="no_equalizer">Ekvilajzer nije pronađen.</string>
<string name="no_genres">Nema žanrova</string>
<string name="no_lyrics_found">Tekst nije pronađen</string>
<string name="no_playlists">Nema lista</string>
<string name="no_playlists">Nema playlista</string>
<string name="no_purchase_found">Kupnja nije pronađena.</string>
<string name="no_results">Nema rezultata.</string>
<string name="no_results">Nema rezultata</string>
<string name="no_songs">Nema pjesama</string>
<string name="normal">Normalno</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nije upisan na spremniku medija]]></string>
<string name="nothing_to_scan">Nema ničega za skeniranje.</string>
<string name="normal_lyrics">Normalni tekst</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nije na popisu medijske pohrane.]]></string>
<string name="nothing_to_scan">Nema stavki za skeniranje.</string>
<string name="notification">Obavijest</string>
<string name="now_playing">Trenutno se svira</string>
<string name="now_playing_queue">Red čekanja</string>
<string name="notification_settings_summary">Promjeni stil obavijesti</string>
<string name="now_playing">Trenutno svira</string>
<string name="now_playing_queue">Red reprodukcije</string>
<string name="only_on_wifi">Samo na Wi-Fi-u</string>
<string name="past_three_months">Posljednja 3 mjeseca</string>
<string name="others">Ostali</string>
<string name="past_three_months">Prošla 3 mjeseca</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me je jednostavan načinda nam donirate novac. U slučaju da ste povezali samo debitnu ili kreditnu karticu, porez u SAD je 2.9% od donacije plus 0.30$, inače poreza nema.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">više</a></string>
<string name="permission_external_storage_denied">Zahtjev za pristup eksternoj memoriji odbijen.</string>
<string name="permissions_denied">Zahtjevi odbijeni.</string>
<string name="personalize">Prilagodi</string>
<string name="pick_from_local_storage">Odaberi iz lokalne memorije</string>
<string name="paypal_summary">PayPal.me je jednostavan način da nam doniraš novac. U slučaju da si spojio samo debitnu ili kreditnu karticu provizija u SAD-u je 2.9% donacije plus $0.30, inače nema provizije.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">više</a></string>
<string name="permission_external_storage_denied">Dopuštenje za pristup eksternoj memoriji odbijeno.</string>
<string name="permissions_denied">Dopuštenja odbijena.</string>
<string name="personalize">Personaliziraj</string>
<string name="personalize_settings_summary">Prilagodi sučelje</string>
<string name="pick_from_local_storage">Odaberi sa lokalne pohrane</string>
<string name="plain">Obično</string>
<string name="playing_notification_description">Obavijest za sviranje pruža akcije za puštanje/zaustavljanje itd.</string>
<string name="playing_notification_name">Obavijest za sviranje</string>
<string name="playlist_empty_text">Prazna lista</string>
<string name="playlist_is_empty">Lista je prazna</string>
<string name="playlist_name_empty">Ime liste</string>
<string name="playlists">Lista</string>
<string name="playing_notification_description">Obavijest sviranja pruža mogućnosti puštanja/pauziranja itd.</string>
<string name="playing_notification_name">Obavijest sviranja</string>
<string name="playlist_empty_text">Prazna playlista</string>
<string name="playlist_is_empty">Playlista je prazna</string>
<string name="playlist_name_empty">Ime playliste</string>
<string name="playlists">Playliste</string>
<string name="pref_header_audio">Zvuk</string>
<string name="pref_header_general">Generalno</string>
<string name="pref_header_images">Slike</string>
<string name="pref_header_lockscreen">Zaključani zaslon</string>
<string name="pref_header_playlists">Liste</string>
<string name="pref_header_playlists">Playliste</string>
<string name="pref_only_lollipop">"Dostupno samo na Lollipop-u."</string>
<string name="pref_summary_album_art_on_lockscreen">Koristi trenutne prekrivače albuma kao pozadinu zaključanog zaslona.</string>
<string name="pref_summary_album_art_on_lockscreen">Koristi prevlaku albuma trenutne pjesme kao pozadinu zaključanog zaslona.</string>
<string name="pref_summary_audio_ducking">Obavijesti, navigacija itd.</string>
<string name="pref_summary_blurred_album_art">Zamagljuje prekrivač albuma na zaključanom zaslonu. Može uzrokovati problema sa aplikacijama treće strane i widgetima.</string>
<string name="pref_summary_carousel_effect">Efekt ringišpila na trenutno svirajućem zaslonu slike albuma. Teme Kartica i Zamagljena Kartica neće raditi</string>
<string name="pref_summary_blurred_album_art">Zamagljuje prevlaku albuma na zaključanom zaslonu. Može uzrokovati probleme sa aplikacijama treće strane i widgetima.</string>
<string name="pref_summary_carousel_effect">Efekt ringišpila na slici albuma na zaslonu za trenutno sviranje. Upamti da teme Kartica i Zamagljena Kartica ne rade s ovom značajkom</string>
<string name="pref_summary_classic_notification">Koristi klasični dizajn obavijesti.</string>
<string name="pref_summary_colored_app">Pozadina i Kontrolna tipka mijenja boju prema stilu albuma sa početne kartice</string>
<string name="pref_summary_colored_app_shortcuts">Oboji prečace aplikacije u naglašenu boju. Svaki put kada promijeniš boju molim te uključi/isključi ovo da bi se primjenilo</string>
<string name="pref_summary_colored_navigation_bar">Oboji navigacijsku traku u glavnu boju.</string>
<string name="pref_summary_colored_notification">"Boja obavijest u boje omota albuma."</string>
<string name="pref_summary_dominant_color">Najdominantnija boja bit će odabrana iz slike albuma ili autora.</string>
<string name="pref_summary_gapless_playback">"Može uzrokovati probleme u reprodukciji na nekim uređajima."</string>
<string name="pref_summary_ignore_media_store_artwork">Može povećati kvalitetu slike albuma, ali može uzrokovati sporije učitavanje slike. Uključi ovo samo ako imaš problema sa slikama niske rezolucije.</string>
<string name="pref_summary_lock_screen">Prikazuje kontrole na zaključanom zaslonu.</string>
<string name="pref_summary_open_source_licences">Detalji licence za softver otvorenog koda</string>
<string name="pref_summary_round_corners">Zaobljeni rubovi za prozor, albumski poklopac, itd.</string>
<string name="pref_summary_tab_titles">Uključi/Isključi nazive na donjim karticama.</string>
<string name="pref_summary_colored_app">Boja pozadine i kontrolnog gumba se mijenja po slici albuma na ekranu sviranja</string>
<string name="pref_summary_colored_app_shortcuts">Oboji prečace aplikacije u naglašenu boju. Svaki put kad promjeniš boju, molim te da ugasiš i ponovno upališ ovu opciju</string>
<string name="pref_summary_colored_navigation_bar">Oboji navigacijsku traku u primarnu boju.</string>
<string name="pref_summary_colored_notification">"Oboji obavijest u vibrantnu boju prevlake albuma."</string>
<string name="pref_summary_dominant_color">Najdominantnija boja bit će odabrana sa prevlake albuma ili izvođača.</string>
<string name="pref_summary_gapless_playback">"Može uzrokovati probleme sa sviranjem na nekim uređajima."</string>
<string name="pref_summary_ignore_media_store_artwork">Može povećati kvalitetu prevlake albuma, ali uzrokuje sporije učitavanje slika. Uključi ovo samo ako imaš problema sa slikama niske rezolucije.</string>
<string name="pref_summary_lock_screen">Kontrole zaključanog zaslona za Retro Music.</string>
<string name="pref_summary_open_source_licences">Detalji o licenci za softver otvorenog koda</string>
<string name="pref_summary_round_corners">Rubovi uglova za prozor, sliku albuma itd.</string>
<string name="pref_summary_tab_titles">Uključi/Isključi nazive kartica pri dnu.</string>
<string name="pref_summary_toggle_full_screen">Uvjerljiv način</string>
<string name="pref_summary_toggle_headset">Počni svirati odmah nakon priključenja slušalica.</string>
<string name="pref_summary_toggle_volume">Uključi kontrole zvuka ako ima prostora u trenutno svirajućem zaslonu</string>
<string name="pref_title_album_art_on_lockscreen">Pokaži sliku albuma</string>
<string name="pref_title_app_shortcuts">Obojani prečaci aplikacije</string>
<string name="pref_title_audio_ducking">Smanji zvuk na gubitku fokusa</string>
<string name="pref_title_auto_download_artist_images">Automatski preuzmi slike autora</string>
<string name="pref_title_blurred_album_art">Zamagli sliku albuma</string>
<string name="pref_summary_toggle_headset">Počni svirati odmah nakon prikapčanja slušalica.</string>
<string name="pref_summary_toggle_shuffle">Način mješanja će se ugasiti prilikom sviranja nove liste pjesama</string>
<string name="pref_summary_toggle_volume">Ako ima prostora u zaslonu za trenutno sviranje, uključi kontrole zvuka</string>
<string name="pref_title_album_art_on_lockscreen">Pokaži prevlaku albuma</string>
<string name="pref_title_album_grid_style">Stil rešetke albuma</string>
<string name="pref_title_app_shortcuts">Obojeni prečaci aplikacije</string>
<string name="pref_title_artist_grid_style">Stil rešetke izvođača</string>
<string name="pref_title_audio_ducking">Stišaj zvuk pri gubljenju fokusa</string>
<string name="pref_title_auto_download_artist_images">Automatsko preuzimanje slika izvođača</string>
<string name="pref_title_blurred_album_art">Zamagli prevlaku albuma</string>
<string name="pref_title_choose_equalizer">Odaberi ekvilajzer</string>
<string name="pref_title_classic_notification">Klasični dizajn obavijesti</string>
<string name="pref_title_colored_app">Prilagodljiva boja</string>
<string name="pref_title_colored_notification">Obojana obavijest</string>
<string name="pref_title_gapless_playback">Puštanje bez razmaka</string>
<string name="pref_title_colored_notification">Obojena obavijest</string>
<string name="pref_title_gapless_playback">Sviranje bez praznina</string>
<string name="pref_title_general_theme">Generalna tema</string>
<string name="pref_title_ignore_media_store_artwork">Ignoriraj slike Medijskog Spremnika</string>
<string name="pref_title_last_added_interval">Zadnje dodan interval liste</string>
<string name="pref_title_lock_screen">Kontrole punog zaslona</string>
<string name="pref_title_navigation_bar">Obojana navigacijska traka</string>
<string name="pref_title_ignore_media_store_artwork">Ignoriraj prevlake Medijske Pohrane</string>
<string name="pref_title_last_added_interval">Interval zadnje dodanih playlista</string>
<string name="pref_title_lock_screen">Kontrole preko cjelog zaslona</string>
<string name="pref_title_navigation_bar">Obojena navigacijska traka</string>
<string name="pref_title_now_playing_screen_appearance">Izgled</string>
<string name="pref_title_open_source_licences">Licence Otvorenog Koda</string>
<string name="pref_title_round_corners">Rubovi kutova</string>
<string name="pref_title_open_source_licences">Licence otvorenog koda</string>
<string name="pref_title_round_corners">Rubovi uglova</string>
<string name="pref_title_toggle_carousel_effect">Efekt ringišpila</string>
<string name="pref_title_toggle_dominant_color">Dominantna boja</string>
<string name="pref_title_toggle_full_screen">Aplikacija u punom zaslonu</string>
<string name="pref_title_toggle_tab_titles">Imena kartica</string>
<string name="pref_title_toggle_full_screen">Aplikacija u punom prikazu</string>
<string name="pref_title_toggle_tab_titles">Nazivi kartica</string>
<string name="pref_title_toggle_toggle_headset">Automatsko sviranje</string>
<string name="pref_title_toggle_toggle_shuffle">Način mješanja</string>
<string name="pref_title_toggle_volume">Kontrole zvuka</string>
<string name="pref_title_user_info">Informacije o korisniku</string>
<string name="primary_color">Glavna boja</string>
<string name="primary_color_desc">Glavna boja teme, zadano je plavo-siva, zasad funkcionira sa tamnim bojama</string>
<string name="pref_title_user_info">Informacije o Korisniku</string>
<string name="primary_color">Primarna boja</string>
<string name="primary_color_desc">Primarna boja teme, zadano je plavo-siva, zasad radi s tamnim bojama</string>
<string name="purchase">Kupi</string>
<string name="queue">Red čekanja</string>
<string name="rate_app">Ocijeni aplikaciju</string>
<string name="rate_on_google_play_summary">Ako voliš ovu aplikaciju, obavijesti nas u Google Play trgovini za bolje iskustvo</string>
<string name="purchase_summary">*Razmisli prije kupnje, ne pitaj za povrat novca.</string>
<string name="queue">Red</string>
<string name="rate_app">Ocjeni aplikaciju</string>
<string name="rate_on_google_play_summary">Voliš ovu aplikaciju? Daj nam na znanje u Google play trgovini da bismo poboljšali iskustvo</string>
<string name="recent_albums">Nedavni albumi</string>
<string name="recent_artists">Nedavni autori</string>
<string name="recent_artists">Nedavni izvođači</string>
<string name="remove_action">Makni</string>
<string name="remove_cover">Makni pokrivač</string>
<string name="remove_cover">Makni prevlaku</string>
<string name="remove_from_blacklist">Makni sa crne liste</string>
<string name="remove_song_from_playlist_title">Makni pjesmu sa liste</string>
<string name="remove_song_x_from_playlist"><![CDATA[Da maknem pjesmu <b>%1$s</b> sa liste?]]></string>
<string name="remove_songs_from_playlist_title">Makni pjesme sa liste</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Da maknem <b>%1$d</b> pjesme sa liste?]]></string>
<string name="rename_playlist_title">Promijeni ime listi</string>
<string name="reset_artist_image">Resetiraj sliku autora</string>
<string name="remove_profile_photo">Makni profilnu sliku</string>
<string name="remove_song_from_playlist_title">Makni pjesmu s playliste</string>
<string name="remove_song_x_from_playlist"><![CDATA[Makni pjesmu <b>%1$s</b> sa playliste?]]></string>
<string name="remove_songs_from_playlist_title">Makni pjesme sa playliste</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Makni <b>%1$d</b> pjesama sa playliste?]]></string>
<string name="rename_playlist_title">Preimenuj playlistu</string>
<string name="reset_artist_image">Resetiraj sliku izvođača</string>
<string name="restore">Vrati</string>
<string name="restored_previous_purchase_please_restart">Vraćena prošla kupnja. Molim te ponovo pokreni aplikaciju da bi koristio sve usluge.</string>
<string name="restored_previous_purchases">Vraćene prijašnje kupnje.</string>
<string name="restoring_purchase">Vraćam kupnju...</string>
<string name="retro_equalizer">Retri Pojačivač</string>
<string name="restored_previous_purchase_please_restart">Vrati bivšu kupnju. Molim te ponovno pokreni aplikaciju da bi koristio sve značajke.</string>
<string name="restored_previous_purchases">Bivše kupnje vraćene.</string>
<string name="restoring_purchase">Vraćanje kupnje...</string>
<string name="retro_equalizer">Retro Music Ekvilajzer</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Spremi kao datoteku</string>
<string name="saved_playlist_to">Spremljena lista na %s.</string>
<string name="saved_playlist_to">Spremljena playlista u %s.</string>
<string name="saving_changes">Spremanje promjena</string>
<string name="scanned_files">Skenirano %1$d od %2$d datoteka.</string>
<string name="search_hint">Pretraži svoju biblioteku...</string>
<string name="set_artist_image">Postavi sliku autora</string>
<string name="shuffle">Izmješaj</string>
<string name="set_artist_image">Postavi sliku izvođača</string>
<string name="shuffle">Mješaj</string>
<string name="simple">Jednostavno</string>
<string name="sleep_timer_canceled">Brojač sna otkazan.</string>
<string name="sleep_timer_set">Brojač sna postavljen na %d minuta od sad.</string>
<string name="sleep_timer_set">Brojač sna postavljen za %d minuta od sad.</string>
<string name="social">Socialno</string>
<string name="song">Pjesma</string>
<string name="song_duration">Trajanje pjesme</string>
<string name="songs">Pjesme</string>
<string name="sort_order">Način poredavanja</string>
<string name="speech_not_supported">Žao nam je! Vaš uređaj ne podržava unos govorom</string>
<string name="speech_prompt">Pretražite svoju biblioteku</string>
<string name="summary_user_info">Pokaži samo svoje ime na početnom zaslonu</string>
<string name="support_development">Podrži razvoj</string>
<string name="sort_order">Red sortiranja</string>
<string name="speech_not_supported">Žao mi je! Tvoj uređaj ne podržava unos govora</string>
<string name="speech_prompt">Pretraži scoju biblioteku</string>
<string name="summary_user_info">Pokaži samo svoje ime na početnoj stranici</string>
<string name="support_development">Podrži razvijanje</string>
<string name="synced_lyrics">Sinkroniziran tekst</string>
<string name="system_equalizer">Sustavski Ekvilajzer</string>
<!-- Message displayed when tag editing fails -->
<string name="thank_you">Hvala ti!</string>
<string name="the_audio_file">Zvučna datoteka</string>
<string name="the_audio_file">Zvukovna datoteka</string>
<string name="this_month">Ovaj mjesec</string>
<string name="this_week">Ovaj tjedan</string>
<string name="this_year">Ova godina</string>
<string name="this_year">Ove godine</string>
<string name="tiny">Sitno</string>
<string name="title_dashboard">Kontrolna ploča</string>
<string name="title_good_afternoon">Dobra večer</string>
<string name="title_good_afternoon">Dobar dan</string>
<string name="title_good_day">Dobar dan</string>
<string name="title_good_evening">Dobra večer</string>
<string name="title_good_morning">Dobro jutro</string>
<string name="title_good_night">Laku noć</string>
<string name="title_user_info">Koje ti je ime</string>
<string name="title_user_info">Kako se zoveš</string>
<string name="today">Danas</string>
<string name="top_albums">Top albumi</string>
<string name="top_artists">Top autori</string>
<string name="track_hint">"Traka (2 za traku 2 ili 3004 za CF3 traku 4"</string>
<string name="top_albums">Najslušaniji albumi</string>
<string name="top_artists">Najslušaniji izvođači</string>
<string name="track_hint">"Pjesma (2 za 2. pjesmu ili 3004 za 3. CD 4. pjesmu)"</string>
<string name="track_list">Broj pjesme</string>
<string name="translate">Prevedi</string>
<string name="unplayable_file">Ne mo\u017eemo reproducirati ovu pesmu.</string>
<string name="translate_community">Pomozi nam prevesti našu aplikaciju na svoj jezik</string>
<string name="twitter_page">Twitter Stranica</string>
<string name="twitter_page_summary">Podjeli svoj dizajn sa RetroMusicApp-om</string>
<string name="unplayable_file">Nije mogu\u0107e svirati ovu pjesmu.</string>
<string name="up_next">Sljedeće</string>
<string name="update_image">Ažuriraj sliku</string>
<string name="updating">Ažuriranje...</string>
<string name="version">Verzija</string>
<string name="web_search">Web pretraga</string>
<string name="what_do_you_want_to_share">Što želiš podijeliti?</string>
<string name="virtualizer">Virtualizator</string>
<string name="web_search">Web pretraživanje</string>
<string name="what_do_you_want_to_share">Što želiš podjeliti?</string>
<string name="window">Prozor</string>
<string name="x_has_been_set_as_ringtone">Postavi %1$ kao tvoju zvonjavu</string>
<string name="x_has_been_set_as_ringtone">Postavi %1$s kao zvuk zvonjave.</string>
<string name="x_selected">%1$d odabran</string>
<string name="year">Godina</string>
</resources>

View file

@ -1,113 +1,114 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">Másodlagos szín</string>
<string name="accent_color_desc">A másodlagos szín, alapértelmezetten zöld.</string>
<string name="action_about">Névjegy</string>
<string name="action_add_to_favorites">Hozzáadás a kedvencekhez</string>
<string name="action_add_to_playing_queue">Hozzáadás a lejátszási sorhoz</string>
<string name="action_add_to_playlist">Hozzáadás a lejátszási listához...</string>
<string name="action_clear_playing_queue">Lejátszási lista törlése</string>
<string name="action_clear_playlist">Lejátszási lista törlése</string>
<string name="accent_color">A hangsúly színe</string>
<string name="accent_color_desc">Az akcentus téma színe alapértelmezés szerint zöld.</string>
<string name="action_about">Rólunk</string>
<string name="action_add_to_favorites">Add hozzá a kedvencekhez</string>
<string name="action_add_to_playing_queue">Add a lejátszási sorhoz</string>
<string name="action_add_to_playlist">Lejátszási listához adni…</string>
<string name="action_clear_playing_queue">Lejátszási sor törlése</string>
<string name="action_clear_playlist">Lejátszási listát törlése</string>
<string name="action_delete">Törlés</string>
<string name="action_delete_from_device">Törlés az eszközről</string>
<string name="action_delete_from_device">Törlés eszközről</string>
<string name="action_details">Részletek</string>
<string name="action_go_to_album">Ugrás az albumhoz</string>
<string name="action_go_to_artist">Ugrás az előadóhoz</string>
<string name="action_go_to_start_directory">Ugrás a kezdő könyvtárra</string>
<string name="action_go_to_start_directory">Ugrás a könyvtár indításához</string>
<string name="action_grant">Engedélyezés</string>
<string name="action_grid_size">Rácsméret</string>
<string name="action_grid_size_land">Rácsméret</string>
<string name="action_grid_size_land">Rácsméret (Forditott)</string>
<string name="action_next">Következő</string>
<string name="action_play">Lejátszás</string>
<string name="action_play_next">Lejátszás következőnek</string>
<string name="action_play_pause">Lejátszás/Szünet</string>
<string name="action_play_pause">Lejátszás / Szünet</string>
<string name="action_previous">Előző</string>
<string name="action_remove_from_favorites">Eltávolítás a kedvencekből</string>
<string name="action_remove_from_playing_queue">Eltávolítás a lejátszási sorból</string>
<string name="action_remove_from_playlist">Eltávolítás a lejátszási listából</string>
<string name="action_rename">Átnevezés</string>
<string name="action_remove_from_playlist">Eltávolítás a lejátszási listáról</string>
<string name="action_rename">Átnevezése</string>
<string name="action_save_playing_queue">Lejátszási sor mentése</string>
<string name="action_scan">Beolvasás</string>
<string name="action_scan">Letapogatás</string>
<string name="action_search">Keresés</string>
<string name="action_set">Beállítás</string>
<string name="action_set_as_ringtone">Beállítás csengőhangként</string>
<string name="action_set_as_start_directory">Beállítás kezdő könyvtárként</string>
<string name="action_set_as_start_directory">Beállítás kezdőkönyvtárként</string>
<string name="action_settings">"Beállítások"</string>
<string name="action_share">Megosztás</string>
<string name="action_share">Ossza meg</string>
<string name="action_shuffle_all">Összes keverése</string>
<string name="action_shuffle_playlist">Lejátszási lista keverése</string>
<string name="action_sleep_timer">Elalvás időzítő</string>
<string name="action_sleep_timer">Ébresztő óra</string>
<string name="action_tag_editor">Címkeszerkesztő</string>
<string name="add_action">Hozzáad</string>
<string name="add_photo">Hozzáadás</string>
<string name="add_playlist_title">"Hozzáadás a lejátszási listához"</string>
<string name="added_title_to_playing_queue">"1 dal hozzáadva a lejátszási sorhoz."</string>
<string name="added_x_titles_to_playing_queue">%1$d dal hozzáadva a lejátszási sorhoz.</string>
<string name="add_photo">Fénykép\nhozzáadása</string>
<string name="add_playlist_title">"Lejátszási listához adni"</string>
<string name="added_title_to_playing_queue">"1 cím lett hozzáadva a lejátszási sorhoz."</string>
<string name="added_x_titles_to_playing_queue">%1$d címsort hozzáadott a lejátszási sorhoz.</string>
<string name="album">Album</string>
<string name="album_artist">Album előadó</string>
<string name="album_or_artist_empty">A cím vagy az előadó üres.</string>
<string name="albums">Albumok</string>
<!-- Android Auto -->
<string name="always">Mindig</string>
<string name="app_share">Hé, nézd meg ezt a hűvös zenelejátszót: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_share">Hé, nézd meg ezt a Retro Zenelejátszót: https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">@string/last_added</string>
<string name="app_shortcut_last_added_short">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long">@string/action_shuffle_all</string>
<string name="app_shortcut_shuffle_all_short">Keverés</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Top Dalok</string>
<string name="app_widget_big_name">Retro Music - Nagy</string>
<string name="app_shortcut_top_tracks_short">Legjobb zeneszámok</string>
<string name="app_widget_big_name">Retro music - Nagy</string>
<string name="app_widget_card_name">Retro music - Kártya</string>
<string name="app_widget_classic_name">Retro Music - klasszikus</string>
<string name="app_widget_small_name">Retro Music - Kicsi</string>
<string name="app_widget_classic_name">Retro music - Klasszikus</string>
<string name="app_widget_small_name">Retro music - Kicsi</string>
<string name="artist">Előadó</string>
<string name="artists">Előadók</string>
<string name="audio_focus_denied">Audiofókusz megtagadva.</string>
<string name="audio_settings_summary">Állítsa be a hangbeállításokat és a hangsínszbályzott</string>
<string name="audio_focus_denied">Az audiofókusz megtagadva.</string>
<string name="audio_settings_summary">Állítsa be a hangbeállításokat és a hangszínszabályzókat</string>
<string name="bass_boost">Basszuskiemelés</string>
<string name="biography">Életrajz</string>
<string name="black_theme_name">Csak fekete</string>
<string name="blacklist">Feketlista</string>
<string name="blacklist">Feketelista</string>
<string name="blur">Elhomályosít</string>
<string name="blur_card">elhomályosított kártya</string>
<string name="buy_retromusic_pro">Vásárolja meg a RetroMusic Pro-t</string>
<string name="blur_card">Elhomályosított Kártya</string>
<string name="buy_retromusic_pro">Vedd meg a Retro Music Pro-t</string>
<string name="cancel_current_timer">Az aktuális időzítő törlése</string>
<string name="card">Kártya</string>
<string name="changelog">Változások</string>
<string name="changelog">Változási napló</string>
<string name="changelog_summary">A Telegram alkalmazás által fenntartott naplófájl módosítása</string>
<string name="clear_action">Kiürítés</string>
<string name="clear_blacklist">Feketelista tisztitása</string>
<string name="clear_playlist_title">Lejátszási lista kiürítése</string>
<string name="clear_playlist_x"><![CDATA[Biztosan t\u00f6rli a(z) <b>%1$s</b> lej\u00e1tsz\u00e1si lista tartalm\u00e1t? Ez a m\u0171velet nem visszavonhat\u00f3!]]></string>
<string name="clear_action">Tisztitás</string>
<string name="clear_blacklist">Törölje a feketelistát</string>
<string name="clear_playlist_title">Törölje a lejátszási listát</string>
<string name="clear_playlist_x"><![CDATA[T\u00f6r\u00f6li a <b>%1$s</b> lej\u00e1tsz\u00e1si list\u00e1t? Ezt nem lehet visszavonni!]]></string>
<string name="color">Szín</string>
<string name="color_theme_name">Szín</string>
<string name="colors">Színek</string>
<string name="could_not_create_playlist">Nem siker\u00fclt l\u00e9trehozni a lej\u00e1tsz\u00e1si list\u00e1t.</string>
<string name="could_not_download_album_cover">"Nem siker\u00fclt let\u00f6lteni a megfelel\u0151 albumbor\u00edt\u00f3t."</string>
<string name="could_not_create_playlist">Lej\u00e1tsz\u00e1si lista l\u00e9trehoz\u00e1sa nem siker\u00fclt.</string>
<string name="could_not_download_album_cover">"Nem siker\u00fclt lek\u00e9rni a megfelel\u0151 albumbor\u00edt\u00f3t."</string>
<string name="could_not_restore_purchase">A vásárlást nem sikerült visszaállítani.</string>
<string name="could_not_scan_files">%d fájl beolvasása nem sikerült.</string>
<string name="could_not_scan_files">Nem sikerült beolvasni %d fájlt.</string>
<string name="create_action">Létrehozás</string>
<string name="created_playlist_x">%1$s lejátszási lista létrehozva.</string>
<string name="currently_listening_to_x_by_x">Jelenleg a(z) %1$s-t hallgatja %2$s-tól.</string>
<string name="dark_theme_name">Kinda sötét</string>
<string name="created_playlist_x">Létrehozott lejátszási lista %1$s</string>
<string name="currently_listening_to_x_by_x">Jelenleg hallgat %1$s által %2$s</string>
<string name="dark_theme_name">Kinda Sötét</string>
<string name="default_hint">Nincs dalszöveg</string>
<string name="delete_playlist_title">Lejátszási lista törlése</string>
<string name="delete_playlist_x"><![CDATA[Biztosan törli a(z) <b>%1$s</b> lejátszási listát?]]></string>
<string name="delete_playlists_title">Lejátszási lista törlése</string>
<string name="delete_song_x"><![CDATA[Biztosan törli a(z) <b>%1$s</b> dalt?]]></string>
<string name="delete_x_playlists"><![CDATA[Biztosan töröl <b>%1$d</b> lejátszási listát?]]></string>
<string name="delete_x_songs"><![CDATA[Biztosan töröl <b>%1$d</b> dalt?]]></string>
<string name="deleted_x_songs">%1$d dal törölve.</string>
<string name="delete_playlist_x"><![CDATA[Törli a <b>%1$s</b> lejátszási listát?]]></string>
<string name="delete_playlists_title">Lejátszási listák törlése</string>
<string name="delete_song_x"><![CDATA[Törli a <b>%1$s</b> dalt?]]></string>
<string name="delete_x_playlists"><![CDATA[Törli a <b>%1$d</b> lejátszási listát?]]></string>
<string name="delete_x_songs"><![CDATA[Törli a <b>%1$d</b> zenét?]]></string>
<string name="deleted_x_songs">Törölte a %1$d zenét.</string>
<string name="do_you_want_to_clear_the_blacklist">Szeretné törölni a feketelistát?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Szeretné eltávolítani <b>%1$s</b> a feketelistáról?]]></string>
<string name="donate">Adományozás</string>
<string name="donate_summary">Ha ön szerint megéri a munkám, itt adományozhat egy csekély összeget.</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Szeretné eltávolítani a <b>%1$s</b> a feketelistáról?]]></string>
<string name="donate">Támogatás</string>
<string name="donate_summary">Ha úgy gondolja, hogy megérdemlem fizetni a munkámért, itt hagyhatsz néhány dollárt.</string>
<string name="donation_header">Vegyél nekem egy</string>
<string name="download_from_last_fm">Letöltés a Last.fm-ről</string>
<string name="empty">Üres</string>
<string name="equalizer">Hangszínszabályzó</string>
<string name="favorites">Kedvencek</string>
<string name="flat">Sima</string>
<string name="flat">Lapos</string>
<string name="folders">Mappák</string>
<string name="for_you">Neked</string>
<string name="full">Teljes</string>
@ -115,67 +116,66 @@
<string name="general_settings_title">Nézz és élvezd</string>
<string name="genre">Műfaj</string>
<string name="genres">Műfajok</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="history">Előzmények</string>
<string name="home">Kezdőlap</string>
<string name="inserted_x_songs_into_playlist_x">%1$d dal hozzáadva a(z) %2$s lejátszási listához.</string>
<string name="label_bit_rate">Bitráta</string>
<string name="git_hub_summary">Szerezd meg a projektet a githubban</string>
<string name="google_plus_community">Csatlakozzon a Google Plus közösséghez, ahol segítséget kérhet, vagy követheti a Retro Zene Alkalmazás frissítéseit</string>
<string name="history">Előzmény</string>
<string name="home">Krzdőlap</string>
<string name="image_settings_summary">A művészképek letöltésének megváltoztatása</string>
<string name="inserted_x_songs_into_playlist_x">%1$d dalt betett a %2$s lejátszási listába.</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Ossza meg a Retro Zene beállításait az Instagram példányban</string>
<string name="label_bit_rate">Bitrát</string>
<string name="label_file_format">Formátum</string>
<string name="label_file_name">Fájlnév</string>
<string name="label_file_path">Útvonal</string>
<string name="label_file_name">Fájl név</string>
<string name="label_file_path">Fájl elérési út</string>
<string name="label_file_size">Méret</string>
<string name="label_sampling_rate">Mintavételezés</string>
<string name="label_sampling_rate">Mintavételi arány</string>
<string name="label_track_length">Hossz</string>
<string name="last_added">Legfrissebb dalok</string>
<string name="lets_play_something">Játsszunk valamit</string>
<string name="last_added">Utoljára hozzáadva</string>
<string name="lets_play_something">Játsszunk le egy zenét</string>
<string name="library">Könyvtár</string>
<string name="licenses">Licencek</string>
<string name="light_theme_name">Világos fehér</string>
<string name="listing_files">Fájlok betöltése</string>
<string name="loading_products">Termékek betöltése...</string>
<string name="listing_files">Listázási fájlok</string>
<string name="loading_products">A termékek betöltése ...</string>
<string name="lyrics">Dalszöveg</string>
<string name="my_name">Nevem</string>
<string name="my_top_tracks">Toplista</string>
<string name="my_top_tracks">Legjobb számok</string>
<string name="never">Soha</string>
<string name="new_playlist_title">Új lejátszási lista</string>
<string name="new_start_directory">Az új kezdő könyvtár: %s</string>
<string name="new_profile_photo">Új profilfotó</string>
<string name="new_start_directory">%s az új indítókönyvtár.</string>
<string name="no_albums">Nincsenek albumok</string>
<string name="no_artists">Nincsenek előadók</string>
<string name="no_audio_ID">"Először játsszon le egy dalt, majd próbálja újra."</string>
<string name="no_equalizer">Nem található hangszínszabályzó.</string>
<string name="no_genres">Nincsnek műfajok</string>
<string name="no_lyrics_found">Nincs talált dalszöveget</string>
<string name="no_playlists">Nincsenek lejátszási listák</string>
<string name="no_artists">Nincs előadó</string>
<string name="no_audio_ID">"Először játssz le egy dalt, majd próbálkozzon újra."</string>
<string name="no_equalizer">Nem találtunk hangszínszabályzott.</string>
<string name="no_genres">Nincsenek műfajok</string>
<string name="no_lyrics_found">Nem található dalszöveg</string>
<string name="no_playlists">Nincs lejátszási lista</string>
<string name="no_purchase_found">Nincs vásárlás.</string>
<string name="no_results">Nincs találat</string>
<string name="no_songs">Nincsenek dalok</string>
<string name="no_results">Nincs eredmény</string>
<string name="no_songs">Nincs dal</string>
<string name="normal">Normál</string>
<string name="not_listed_in_media_store"><![CDATA[A(z) <b>%s</b> nem szerepel a médiatárban.]]></string>
<string name="nothing_to_scan">Nincs mit beolvasni.</string>
<string name="notification">"Értesítés "</string>
<string name="normal_lyrics">Normál dalszövegek</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nem szerepel a médiában.]]></string>
<string name="nothing_to_scan">Nincs szkennelve.</string>
<string name="notification">Értesítés</string>
<string name="notification_settings_summary">Értesítési stílus testreszabása</string>
<string name="now_playing">Most lejátszott</string>
<string name="now_playing_queue">Most játszott sorban</string>
<string name="only_on_wifi">Csak WIFI-n keresztül</string>
<string name="now_playing_queue">Sorban áll</string>
<string name="only_on_wifi">Csak Wi-Fi-n</string>
<string name="others">Egyéb</string>
<string name="past_three_months">Elmúlt 3 hónap</string>
<string name="past_three_months">3 hónapnál túl</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">A PayPal.me lehetővé teszi számunkra, hogy másodpercben küldjünk pénzt, ha hitelkártyájával a PayPal az adományok 3% -át veszi igénybe, és a standard díj 0,30 $ <a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">több</a></string>
<string name="permission_external_storage_denied">Hozzáférés megtagadva a külső tárhelyhez.</string>
<string name="permissions_denied">Jogosultságok megtagadva.</string>
<string name="personalize">megszemélyesít</string>
<string name="personalize_settings_summary">A most játszott és felhasználói felület testreszabása</string>
<string name="pick_from_local_storage">Kiválasztás az eszközről</string>
<string name="paypal_summary">A PayPal.me egy egyszerű módja annak, hogy pénzt adjon nekünk. Abban az esetben, ha csak terhelési vagy hitelkártyát vehet fel, az Egyesült Államokban az összeg az adomány 2.9% -a, plusz $ 0.30 USD, ellenkező esetben nincs díj.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">több</a></string>
<string name="permission_external_storage_denied">A külső tárolási hozzáférés engedélyezése tiltva.</string>
<string name="permissions_denied">Engedélyek megtagadva.</string>
<string name="personalize">Megszemélyesít</string>
<string name="personalize_settings_summary">A most lejátszott és felhasználói felület testreszabása</string>
<string name="pick_from_local_storage">Válasszon a helyi tárolóból</string>
<string name="plain">Egyszerű</string>
<string name="playing_notification_description">A lejátszási értesítés lejátszási / szüneteltetési intézkedéseket tartalmaz.</string>
<string name="playing_notification_name">Lejátszás értesítés</string>
<string name="playing_notification_description">A lejátszási értesítés lejátszási/szüneteltetési intézkedéseket tartalmaz.</string>
<string name="playing_notification_name">Értesítés lejátszása</string>
<string name="playlist_empty_text">Üres lejátszási lista</string>
<string name="playlist_is_empty">A lejátszási lista üres</string>
<string name="playlist_name_empty">Lejátszási lista neve</string>
@ -184,54 +184,60 @@
<string name="pref_header_general">Általános</string>
<string name="pref_header_images">Képek</string>
<string name="pref_header_lockscreen">Zárképernyő</string>
<string name="pref_header_playlists">" lejátszási lista"</string>
<string name="pref_only_lollipop">"Csak Android 5.0-tól (Lollipop) érhető el."</string>
<string name="pref_summary_album_art_on_lockscreen">Jelenlegi dal albumborítójának használata a zárképernyő háttérképeként.</string>
<string name="pref_summary_audio_ducking">Beérkező értesítéskor a lejátszás hangereje lecsökken, majd az értesítés végén visszaáll az eredeti hangerőre.</string>
<string name="pref_summary_blurred_album_art">Albumborító elhomályosítása a zárképernyőn. Ez problémákat okozhat a harmadik féltől származó alkalmazásoknál és widgeteknél.</string>
<string name="pref_summary_carousel_effect">Körhinta effektus mostantól a képernyőn megjelenő albumlemezen. Ne feledje, hogy a kártya és a Blur Card téma nem fog működni</string>
<string name="pref_header_playlists">Lejátszási listák</string>
<string name="pref_only_lollipop">"Csak a Lollipopon elérhető."</string>
<string name="pref_summary_album_art_on_lockscreen">A jelenlegi zeneszámok albumborítóját zárolt háttérképként használja.</string>
<string name="pref_summary_audio_ducking">Értesítések, navigáció stb.</string>
<string name="pref_summary_blurred_album_art">Blokkolja az album borítóját a zárolás képernyőjén. Problémákat okozhat harmadik féltől származó alkalmazásokkal és kütyükkel.</string>
<string name="pref_summary_carousel_effect">Carousel effektus mostantól a képernyőn megjelenő albumlemezen. Ne feledje, hogy a kártya és a Homályosított Kártya téma nem fog működni</string>
<string name="pref_summary_classic_notification">Használja a klasszikus értesítési tervet.</string>
<string name="pref_summary_colored_app">Háttér, A vezérlőgomb színe a lejátszók képernyőjén megjelenő albumminták szerint változik</string>
<string name="pref_summary_colored_app_shortcuts">Színek az alkalmazás parancsikonjai az akcentus színében. Minden alkalommal, amikor megváltoztatta a színét, kérjük, kapcsolja be ezt a hatást</string>
<string name="pref_summary_colored_navigation_bar">Navigációs sáv színezése az alapértelmezett színnel.</string>
<string name="pref_summary_colored_notification">"\u00c9rtes\u00edt\u00e9sek sz\u00ednez\u00e9se az albumbor\u00edt\u00f3 sz\u00edn\u00e9vel."</string>
<string name="pref_summary_colored_navigation_bar">Színezi a navigációs sávot az elsődleges színben.</string>
<string name="pref_summary_colored_notification">"Sz\u00ednek az \u00e9rtes\u00edt\u00e9st az albumbor\u00edt\u00f3 \u00e9l\u00e9nk sz\u00edn\u00e9ben."</string>
<string name="pref_summary_dominant_color">A legtöbb domináns színt az album vagy az előadó borítója veszi fel.</string>
<string name="pref_summary_gapless_playback">"Lejátszási problémákat okozhat néhány eszközön."</string>
<string name="pref_summary_ignore_media_store_artwork">Növelheti az albumborítók minőségét, de lassabban tölti be a képeket. Csak akkor engedélyezze, ha az albumborítók rossz minőségben jelennek meg.</string>
<string name="pref_summary_lock_screen">Retro zene zárolása a képernyőn.</string>
<string name="pref_summary_gapless_playback">"Egyes eszközökön lejátszási problémákat okozhat."</string>
<string name="pref_summary_ignore_media_store_artwork">Növelheti az album borításminőségét, de lassabb kép betöltési időt eredményez. Csak akkor engedélyezze ezt, ha problémái vannak az alacsony felbontású művekkel kapcsolatban.</string>
<string name="pref_summary_lock_screen">Retro zeneszámok zárolása a képernyőn.</string>
<string name="pref_summary_open_source_licences">A nyílt forráskódú szoftverek licence részletei</string>
<string name="pref_summary_round_corners">Sarokszegélyek az ablakhoz, albumművészethez stb.</string>
<string name="pref_summary_tab_titles">Az alsó fül címének engedélyezése / tiltása.</string>
<string name="pref_summary_toggle_full_screen">immersív mód</string>
<string name="pref_summary_toggle_full_screen">Kiterjesztett üzemmód</string>
<string name="pref_summary_toggle_headset">Indítsa el a lejátszást, amikor a fejhallgató csatlakoztatva van.</string>
<string name="pref_summary_toggle_shuffle">A véletlen sorrendű mód kikapcsol, ha új számlistát játszik le</string>
<string name="pref_summary_toggle_volume">Ha van szabad hely a képernyőn engedélyezett hangerőszabályzókkal</string>
<string name="pref_title_album_art_on_lockscreen">Az albumborító megjelenítés</string>
<string name="pref_title_app_shortcuts">Színezett alkalmazás hivatkozások</string>
<string name="pref_title_audio_ducking">Hangerő csökkentése</string>
<string name="pref_title_auto_download_artist_images">Előadó képének automatikus letöltése</string>
<string name="pref_title_blurred_album_art">Albumborító elhomályosítása</string>
<string name="pref_title_album_art_on_lockscreen">Az album borítójának megjelenítése</string>
<string name="pref_title_album_grid_style">Album rács stílusa</string>
<string name="pref_title_app_shortcuts">Színes alkalmazás parancsikonok</string>
<string name="pref_title_artist_grid_style">Előadói rács stílusa</string>
<string name="pref_title_audio_ducking">Csökkentse a fókuszvesztés hangerejét</string>
<string name="pref_title_auto_download_artist_images">Automatikus letölti képeket</string>
<string name="pref_title_blurred_album_art">Elhomályosított albumborító</string>
<string name="pref_title_choose_equalizer">Válasszon Hangszínszabélyzott</string>
<string name="pref_title_classic_notification">Klasszikus értesítési terv</string>
<string name="pref_title_colored_app">Adaptív szín</string>
<string name="pref_title_colored_notification">Színezett értesítés</string>
<string name="pref_title_gapless_playback">Áttűnéses lejátszás</string>
<string name="pref_title_colored_notification">Színes értesítés</string>
<string name="pref_title_gapless_playback">Gapless lejátszás</string>
<string name="pref_title_general_theme">Általános téma</string>
<string name="pref_title_ignore_media_store_artwork">A médiatár albumborítók figyelmen kívül hagyása</string>
<string name="pref_title_last_added_interval">Utoljára hozzáadott lejátszási lista intervalluma</string>
<string name="pref_title_lock_screen">Teljesképernyős Kezelőszervek</string>
<string name="pref_title_navigation_bar">Színezett navigációs sáv</string>
<string name="pref_title_now_playing_screen_appearance">Bevezető</string>
<string name="pref_title_ignore_media_store_artwork">Figyelmen kívül hagyja a médiatárolók fedelét</string>
<string name="pref_title_last_added_interval">Utoljára hozzáadott lejátszási lista intervallum</string>
<string name="pref_title_lock_screen">Teljes képernyős vezérlők</string>
<string name="pref_title_navigation_bar">Színes navigációs sáv</string>
<string name="pref_title_now_playing_screen_appearance">Megjelenés</string>
<string name="pref_title_open_source_licences">Nyílt forráskódú licencek</string>
<string name="pref_title_round_corners">Sarokélek</string>
<string name="pref_title_toggle_carousel_effect">Körhinta hatás</string>
<string name="pref_title_toggle_carousel_effect">Carousel hatás</string>
<string name="pref_title_toggle_dominant_color">Domináns szín</string>
<string name="pref_title_toggle_full_screen">Teljesképernyős alkalmazás</string>
<string name="pref_title_toggle_tab_titles">Fülek címei</string>
<string name="pref_title_toggle_full_screen">Teljes képernyős alkalmazás</string>
<string name="pref_title_toggle_tab_titles">Alcímek</string>
<string name="pref_title_toggle_toggle_headset">Automatikus lejátszás</string>
<string name="pref_title_toggle_toggle_shuffle">Kevert mód</string>
<string name="pref_title_toggle_volume">Hangerőszabályzók</string>
<string name="pref_title_user_info">Felhasználói adatok</string>
<string name="primary_color">Elsődleges szín</string>
<string name="primary_color_desc">Az elsődleges téma színe, alapértelmezés szerint kék szürke, jelenleg sötét színekkel működik</string>
<string name="purchase">Vásárlás</string>
<string name="purchase_summary">*Gondolja vásárolása előtt, ne kérjen visszatérítést.</string>
<string name="queue">Sorban áll</string>
<string name="rate_app">Értékeld az alkalmazást</string>
<string name="rate_on_google_play_summary">Szereted ezt az app-ot a Google Play áruházban, hogy jobb élményt nyújtsunk</string>
@ -239,67 +245,75 @@
<string name="recent_artists">Legújabb előadók</string>
<string name="remove_action">Eltávolítás</string>
<string name="remove_cover">Borító eltávolítása</string>
<string name="remove_from_blacklist">Eltávolítás a fekete listából</string>
<string name="remove_song_from_playlist_title">Dal eltávolítása a lejátszási listából</string>
<string name="remove_song_x_from_playlist"><![CDATA[Biztosan eltávolítja a(z) <b>%1$s</b> dalt a lejátszási listából?]]></string>
<string name="remove_songs_from_playlist_title">Dalok eltávolítása a lejátszási listából</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Biztosan eltávolít <b>%1$d</b> dalt a lejátszási listából?]]></string>
<string name="remove_from_blacklist">Eltávolítás a feketelistáról</string>
<string name="remove_profile_photo">Profilfotó eltávolítása</string>
<string name="remove_song_from_playlist_title">Távolítsa el a dalt a lejátszási listáról</string>
<string name="remove_song_x_from_playlist"><![CDATA[Eltávolítja a <b>%1$s</b> dalt a lejátszási listából?]]></string>
<string name="remove_songs_from_playlist_title">A dalok eltávolítása a lejátszási listáról</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Eltávolítja a <b>%1$d</b> dalt a lejátszási listából?]]></string>
<string name="rename_playlist_title">Lejátszási lista átnevezése</string>
<string name="reset_artist_image">Az előadó képének visszaállítása</string>
<string name="restore">Visszaállítás</string>
<string name="restored_previous_purchase_please_restart">Az előző vásárlás helyreállítása. Kérjük, indítsa újra az alkalmazást az összes funkció használatához.</string>
<string name="restored_previous_purchases">Korábbi vásárlások visszaállítva.</string>
<string name="restoring_purchase">A vásárlás visszaállítása...</string>
<string name="retro_equalizer">Retro Hangszínszabályzó</string>
<string name="restored_previous_purchases">Korábbi vásárlások visszaállítása.</string>
<string name="restoring_purchase">A vásárlás visszaállítása ...</string>
<string name="retro_equalizer">Retro Zene Hangszínszabályzó</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Mentés fájlként</string>
<string name="saved_playlist_to">Lejátszási lista mentve ide: %s.</string>
<string name="saving_changes">Változások mentése</string>
<string name="scanned_files">%1$d/%2$d fájl beolvasva.</string>
<string name="search_hint">Keresés a könyvtárban...</string>
<string name="saved_playlist_to">Mentett lejátszási lista a következőhöz: %s</string>
<string name="saving_changes">A változtatások mentése</string>
<string name="scanned_files">%2$d fájlt %1$d szkennelt.</string>
<string name="search_hint">Keresés a könyvtárban ...</string>
<string name="set_artist_image">Állítsa be az előadó képét</string>
<string name="shuffle">Keverés</string>
<string name="simple">Egyszerű</string>
<string name="sleep_timer_canceled">Elalvás időzítő törölve.</string>
<string name="sleep_timer_set">Elalvás időzítő beállítva, mostantól számított %d percre.</string>
<string name="sleep_timer_canceled">Az elalváskapcsoló kikapcsolva.</string>
<string name="sleep_timer_set">Az elalvási időzítő beállítása %d perc múlva.</string>
<string name="social">Közösségi</string>
<string name="song">Dal</string>
<string name="song_duration">Dal hossza</string>
<string name="song_duration">A dal időtartama</string>
<string name="songs">Dalok</string>
<string name="sort_order">Sorrend</string>
<string name="speech_not_supported">Sajnálom! A készülék nem támogatja a beszédet</string>
<string name="speech_prompt">Keresés a könyvtárban</string>
<string name="summary_user_info">Csak mutassa meg a nevét a kezdőképernyőn</string>
<string name="support_development">Fejlesztés támogatás</string>
<string name="support_development">Támogatás fejlesztése</string>
<string name="synced_lyrics">Szinkronizált dalszövegek</string>
<string name="system_equalizer">Rendszer kiegyenlítő</string>
<!-- Message displayed when tag editing fails -->
<string name="thank_you">Köszönöm!</string>
<string name="the_audio_file">A hangfájlt</string>
<string name="this_month">Ez a hónap</string>
<string name="this_week">Ez a hét</string>
<string name="this_year">Ez az év</string>
<string name="tiny">Tiny</string>
<string name="title_dashboard">Műszerfal</string>
<string name="the_audio_file">Az audio fájl</string>
<string name="this_month">Ebben a hónapban</string>
<string name="this_week">Ezen a héten</string>
<string name="this_year">Egy éve</string>
<string name="tiny">Apró</string>
<string name="title_dashboard">Irányítópult</string>
<string name="title_good_afternoon">Jó napot</string>
<string name="title_good_day">Jó nap</string>
<string name="title_good_evening">Jó estét</string>
<string name="title_good_morning">Jó reggelt</string>
<string name="title_good_night">Jó éjszakát</string>
<string name="title_user_info">Mi a neved</string>
<string name="title_user_info">Mi a neved?</string>
<string name="today">Ma</string>
<string name="top_albums">Legjobb albumok</string>
<string name="top_artists">Legjobb előadók</string>
<string name="track_hint">"Dal sorszáma az albumban"</string>
<string name="track_list">Sáv szám</string>
<string name="top_artists">Legjobb előadok</string>
<string name="track_hint">"Sáv (2 a 2. vagy a 3004-es számhoz a CD3 4. sávjához)"</string>
<string name="track_list">Sáv száma</string>
<string name="translate">Fordítás</string>
<string name="unplayable_file">Nem lehet lej\u00e1tszani ezt a dalt.</string>
<string name="translate_community">Segítsen nekünk az alkalmazás nyelvének fordításához</string>
<string name="twitter_page">Twitter oldal</string>
<string name="twitter_page_summary">Ossza meg tervét a RetroMusicApp segítségével</string>
<string name="unplayable_file">Nem lehetett j\u00e1tszani ezt a dalt.</string>
<string name="up_next">A következő</string>
<string name="update_image">Kép frissítése</string>
<string name="updating">Frissítés...</string>
<string name="version">Verzió</string>
<string name="web_search">Internetes keresés</string>
<string name="virtualizer">Virtualizáló</string>
<string name="web_search">Webes keresés</string>
<string name="what_do_you_want_to_share">Mit szeretne megosztani?</string>
<string name="window">Ablak</string>
<string name="x_has_been_set_as_ringtone">A(z) %1$s be lett állítva csengőhangnak.</string>
<string name="x_selected">%1$d kiválasztva</string>
<string name="x_has_been_set_as_ringtone">Állítsa be a (z) %1$s csengőhangot.</string>
<string name="x_selected">%1$d kiválasztása</string>
<string name="year">Év</string>
</resources>

View file

@ -1,297 +1,318 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">Warna aksen</string>
<string name="accent_color_desc">Warna tema bawaan adalah hijau</string>
<string name="accent_color">Warna Aksen</string>
<string name="accent_color_desc">Warna tema aksen, Default adalah hijau</string>
<string name="action_about">Tentang</string>
<string name="action_add_to_favorites">Tambahkan ke favorit</string>
<string name="action_add_to_playing_queue">Tambahkan ke daftar putar</string>
<string name="action_add_to_playlist">Tambahkan ke daftar putar...</string>
<string name="action_clear_playing_queue">Bersihkan antrian memainkan</string>
<string name="action_add_to_playing_queue">Tambahkan ke antrean pemutar</string>
<string name="action_add_to_playlist">Tambahkan ke daftar putar</string>
<string name="action_clear_playing_queue">Bersihkan antrian pemutar</string>
<string name="action_clear_playlist">Bersihkan daftar putar</string>
<string name="action_delete">Hapus</string>
<string name="action_delete_from_device">Hapus dari perangkat</string>
<string name="action_details">Rincian</string>
<string name="action_go_to_album">Lihat album</string>
<string name="action_go_to_artist">Lihat artis</string>
<string name="action_go_to_start_directory">Lihat direktori awal</string>
<string name="action_grant">Izinkan</string>
<string name="action_grid_size">Ukuran kotak</string>
<string name="action_grid_size_land">Ukuran kotak (landscape)</string>
<string name="action_go_to_album">Pergi ke album</string>
<string name="action_go_to_artist">Pergi ke artis</string>
<string name="action_go_to_start_directory">Pergi ke direktori awal</string>
<string name="action_grant">Ijinkan</string>
<string name="action_grid_size">Jumlah kotak</string>
<string name="action_grid_size_land">Ukuran kisi (lanskap)</string>
<string name="action_next">Selanjutnya</string>
<string name="action_play">Mainkan</string>
<string name="action_play_next">Mainkan selanjutnya</string>
<string name="action_play_pause">Mainkan/Jeda</string>
<string name="action_play">Putar</string>
<string name="action_play_next">Putar selanjutnya</string>
<string name="action_play_pause">Putar/jeda</string>
<string name="action_previous">Sebelumnya</string>
<string name="action_remove_from_favorites">Hapus dari favorit</string>
<string name="action_remove_from_playing_queue">Hapus dari antrian memainkan</string>
<string name="action_remove_from_playing_queue">Hapus dari antrean pemutar</string>
<string name="action_remove_from_playlist">Hapus dari daftar putar</string>
<string name="action_rename">Ubah nama</string>
<string name="action_save_playing_queue">Simpan antrian</string>
<string name="action_rename">Ganti nama</string>
<string name="action_save_playing_queue">Simpan antrean pemutar</string>
<string name="action_scan">Pindai</string>
<string name="action_search">Cari</string>
<string name="action_set">Tetapkan</string>
<string name="action_set_as_ringtone">Tetapkan sebagai nada dering</string>
<string name="action_set_as_start_directory">Tetapkan sebagai direktori awal</string>
<string name="action_set">Setel</string>
<string name="action_set_as_ringtone">Setel sebagai nada dering</string>
<string name="action_set_as_start_directory">Setel sebagai direktori awal</string>
<string name="action_settings">"Pengaturan"</string>
<string name="action_share">Bagikan</string>
<string name="action_shuffle_all">Acak semua</string>
<string name="action_shuffle_playlist">Acak daftar putar</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_tag_editor">Sunting Tag</string>
<string name="add_action">Tambahkan</string>
<string name="add_photo">Tambahkan foto</string>
<string name="action_sleep_timer">Pengatur waktu tidur</string>
<string name="action_tag_editor">Editor tag</string>
<string name="add_action">Tambah</string>
<string name="add_photo">Tambah\nFoto</string>
<string name="add_playlist_title">"Tambahkan ke daftar putar"</string>
<string name="added_title_to_playing_queue">"1 judul di tambahkan ke antrian putar"</string>
<string name="added_x_titles_to_playing_queue">%1$s judul ditambahkan ke antrian memainkan.</string>
<string name="added_title_to_playing_queue">"1 judul ditambahkan ke antrian pemutar"</string>
<string name="added_x_titles_to_playing_queue">%1$d ditambahkan ke antrean putar</string>
<string name="album">Album</string>
<string name="album_artist">Artis album</string>
<string name="album_or_artist_empty">Judul atau artis kosong.</string>
<string name="album_artist">Album artis</string>
<string name="album_or_artist_empty">Judul atau artis kosong</string>
<string name="albums">Album</string>
<!-- Android Auto -->
<string name="always">Selalu</string>
<string name="app_share">Hai, temukan pemutar musik keren ini di</string>
<string name="app_shortcut_last_added_long">\@string/last_added</string>
<string name="app_shortcut_last_added_short">\@string/last_added</string>
<string name="app_share">Hei lihat pemutar musik keren ini di:
https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_shuffle_all_long">\@string/action_shuffle_all</string>
<string name="app_shortcut_shuffle_all_short">Acak</string>
<string name="app_shortcut_top_tracks_long">\@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Trek teratas</string>
<string name="app_widget_big_name">Retro music - Besar</string>
<string name="app_shortcut_top_tracks_short">Lagu teratas</string>
<string name="app_widget_big_name">Retro Musik - Besar</string>
<string name="app_widget_card_name">Retro music - Kartu</string>
<string name="app_widget_classic_name">Retro music - Klasik</string>
<string name="app_widget_small_name">Retro music - Kecil</string>
<string name="app_widget_classic_name">Retro music - klasik</string>
<string name="app_widget_small_name">Retro music - kecil</string>
<string name="artist">Artis</string>
<string name="artists">Artis</string>
<string name="audio_focus_denied">Fokus suara ditolak.</string>
<string name="audio_focus_denied">Fokus audio ditolak</string>
<string name="audio_settings_summary">Atur pengaturan suara dan kontrol equalizer</string>
<string name="bass_boost">Bass boost</string>
<string name="biography">Biografi</string>
<string name="black_theme_name">Hitam</string>
<string name="black_theme_name">Hanya hitam</string>
<string name="blacklist">Daftar hitam</string>
<string name="blur">Buram</string>
<string name="buy_retromusic_pro">Beli Retro Music Pro</string>
<string name="cancel_current_timer">Batalkan timer</string>
<string name="blur">Blur</string>
<string name="blur_card">Kartu blur</string>
<string name="buy_retromusic_pro">Beli RetroMusic Pro</string>
<string name="cancel_current_timer">Batalkan timer saat ini</string>
<string name="card">Kartu</string>
<string name="changelog">Catatan perubahan</string>
<string name="changelog_summary">Catatan perubahan didapatkan dari Telegram</string>
<string name="changelog_summary">Catatan perubahan ada di aplikasi Telegram</string>
<string name="clear_action">Bersihkan</string>
<string name="clear_blacklist">Bersihkan daftar hitam</string>
<string name="clear_playlist_title">Bersihkan daftar putar</string>
<string name="clear_playlist_x"><![CDATA[Hapus daftar putar <b>%1$s</b>? Tindakan ini tidak dapat dibatalkan!]]></string>
<string name="clear_playlist_x"><![CDATA[Bersihkan daftar putar <b>%1$s</b>? Ini tidak bisa dibatalkan]]></string>
<string name="color">Warna</string>
<string name="color_theme_name">Warna</string>
<string name="colors">Warna</string>
<string name="could_not_create_playlist">Tidak dapat menambahkan daftar putar.</string>
<string name="could_not_download_album_cover">"Tidak dapat mengunduh sampul album yang sesuai."</string>
<string name="could_not_restore_purchase">tidak dapat mengembalikan pembelian</string>
<string name="could_not_scan_files">Tidak dapat memindai berkas %d.</string>
<string name="create_action">Buat baru</string>
<string name="created_playlist_x">Daftar putar %1$s telah dibuat</string>
<string name="currently_listening_to_x_by_x">Sedang mendengarkan %1$s oleh %2$s.</string>
<string name="dark_theme_name">Gelap</string>
<string name="could_not_create_playlist">Tidak dapat membuat daftar putar</string>
<string name="could_not_download_album_cover">"Tidak dapat mengunduh sampul album yang Cocok"</string>
<string name="could_not_restore_purchase">Tidak dapat mengembalikan pembelian</string>
<string name="could_not_scan_files">Tidak dapat memindai %d file</string>
<string name="create_action">Buat</string>
<string name="created_playlist_x">Daftar putar %1$s dibuat</string>
<string name="currently_listening_to_x_by_x">Sedang mendengarkan</string>
<string name="dark_theme_name">Agak gelap</string>
<string name="default_hint">Tidak ada lirik</string>
<string name="delete_playlist_title">Hapus daftar putar</string>
<string name="delete_playlist_x"><![CDATA[Hapus daftar putar <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Hapus daftar putar</string>
<string name="delete_song_x"><![CDATA[Hapus lagu <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Hapus daftar putar <b>%1$d</b>?]]></string>
<string name="delete_x_songs"><![CDATA[Hapus lagu<b>%1$d</b>?]]></string>
<string name="deleted_x_songs">Lagu %1$d dihapus.</string>
<string name="do_you_want_to_clear_the_blacklist">Ingin membersihkan daftar putar?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[ingin menghapus <b>%1$s</b> dari daftar putar?]]></string>
<string name="delete_song_x"><![CDATA[Hapus <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Hapus <b>%1$d</b> daftar putar?]]></string>
<string name="delete_x_songs"><![CDATA[Hapus <b>%1$d</b> lagu?]]></string>
<string name="deleted_x_songs">Lagu %1$d dihapus</string>
<string name="do_you_want_to_clear_the_blacklist">Bersihkan daftar hitam?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Hapus <b>%1$s</b> dari
Daftar hitam?]]></string>
<string name="donate">Donasi</string>
<string name="donate_summary">Jika Anda ingin mensuport developer, Anda bisa menyumbangkan sedikit donasi disini</string>
<string name="donation_header">Belikan saya sebuah</string>
<string name="donate_summary">Jika anda rasa saya berhak dibayar untuk karya saya,
anda dapat berdonasi disini</string>
<string name="donation_header">Belikan saya</string>
<string name="download_from_last_fm">Unduh dari Last.fm</string>
<string name="empty">Kosong</string>
<string name="equalizer">Equalizer</string>
<string name="favorites">Favorit</string>
<string name="flat">Datar</string>
<string name="folders">Direktori</string>
<string name="for_you">Hanya untukmu</string>
<string name="flat">Flat</string>
<string name="folders">Folder</string>
<string name="for_you">Untuk anda</string>
<string name="full">Penuh</string>
<string name="genre">Aliran</string>
<string name="genres">Aliran</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="general_settings_summary">Ubah keseluruhan warna aplikasi</string>
<string name="general_settings_title">Tampilan</string>
<string name="genre">Genre</string>
<string name="genres">Genre</string>
<string name="git_hub_summary">Fork the project in github</string>
<string name="google_plus_community">Gabung di komunitas Google plus, anda dapat mengikuti pembaruan aplikasi RetroMusic</string>
<string name="history">Riwayat</string>
<string name="home">Beranda</string>
<string name="inserted_x_songs_into_playlist_x">Lagu %1$d dimasukkan ke daftar putar %2$s.</string>
<string name="image_settings_summary">Ubah tindakan pengunduhan gambar artis</string>
<string name="inserted_x_songs_into_playlist_x">Lagu %1$d dimasukan ke daftar putar %2$s</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Bagikan pengaturan RetroMusic mu di Instagram untuk menunjukannya</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">Nama berkas</string>
<string name="label_file_path">Lokasi berkas</string>
<string name="label_file_path">Direktori berkas</string>
<string name="label_file_size">Ukuran</string>
<string name="label_sampling_rate">Contoh rate</string>
<string name="label_sampling_rate">Tingkat pengambilan sampel</string>
<string name="label_track_length">Durasi</string>
<string name="last_added">Terakhir ditambahkan</string>
<string name="lets_play_something">Putarin lagu, yuk!</string>
<string name="lets_play_something">Mari putar sebuah lagu</string>
<string name="library">Pustaka</string>
<string name="licenses">Lisensi</string>
<string name="light_theme_name">Putih</string>
<string name="listing_files">Daftar berkas</string>
<string name="light_theme_name">Putih jelas</string>
<string name="listing_files">Pengurutan berkas</string>
<string name="loading_products">Memuat produk...</string>
<string name="lyrics">Lirik</string>
<string name="my_name">Namaku</string>
<string name="my_name">Nama saya</string>
<string name="my_top_tracks">Lagu teratas</string>
<string name="never">Tidak pernah</string>
<string name="new_playlist_title">Daftar putar baru...</string>
<string name="new_start_directory">%s adalah direktori awal</string>
<string name="never">Jangan pernah</string>
<string name="new_playlist_title">Daftar putar baru</string>
<string name="new_profile_photo">Foto profil baru</string>
<string name="new_start_directory">%s adalah direktori awal yang baru.</string>
<string name="no_albums">Tidak ada album</string>
<string name="no_artists">Tidak ada artis</string>
<string name="no_audio_ID">"Putar lagu dahulu, lalu coba lagi."</string>
<string name="no_equalizer">Tidak ada equalizer yang ditemukan.</string>
<string name="no_audio_ID">"Putar lagu lebih dahulu, lalu coba lagi"</string>
<string name="no_equalizer">Equalizer tidak ditemukan</string>
<string name="no_genres">Tidak ada genre</string>
<string name="no_lyrics_found">Lirik tidak ditemukan</string>
<string name="no_playlists">Tidak ada daftar putar</string>
<string name="no_purchase_found">Tidak ada catatan pembelian</string>
<string name="no_purchase_found">Pembelian tidak ditemukan</string>
<string name="no_results">Tidak ada hasil</string>
<string name="no_songs">Tidak ada lagu</string>
<string name="normal">Normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> tidak terdaftar di media store.]]></string>
<string name="nothing_to_scan">Tidak ada apa-apa untuk dipindai.</string>
<string name="normal_lyrics">Lirik normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> tidak ada di daftar media]]></string>
<string name="nothing_to_scan">Tak ada apapun untuk dipindai</string>
<string name="notification">Pemberitahuan</string>
<string name="now_playing">Sedang memutar</string>
<string name="now_playing_queue">Antrian daftar putar saat ini</string>
<string name="only_on_wifi">Hanya lewat Wi-Fi</string>
<string name="past_three_months">3 bulan belakangan</string>
<string name="notification_settings_summary">Sesuaikan gaya pemberitahuan</string>
<string name="now_playing">Sedang diputar</string>
<string name="now_playing_queue">Sedang memutar antrean</string>
<string name="only_on_wifi">Hanya melalui Wi-Fi</string>
<string name="others">Lainnya</string>
<string name="past_three_months">3 bulan lalu</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">Paypal adalah cara paling mudah untuk donasi.kamu hanya perlu menautkan kartu debit atau kartu kredit, biaya di A.S. adalah 2,9% dari sumbangan ditambah $ 0,30 USD, jika tidak, tidak ada biaya.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">lanjutkan</a></string>
<string name="paypal_summary">PayPal.me is an easy way to donate us money. In case you only linked a debit or credit card the fee in the U.S. is 2.9% of the donation plus $0.30 USD, otherwise there is no fee.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">more</a></string>
<string name="permission_external_storage_denied">Izin untuk mengakses penyimpanan eksternal ditolak.</string>
<string name="permissions_denied">Izin ditolak.</string>
<string name="personalize">Personalisasikan</string>
<string name="personalize">Personalisasi</string>
<string name="personalize_settings_summary">Sesuaikan antarmuka dan sedang diputar</string>
<string name="pick_from_local_storage">Pilih dari penyimpanan lokal</string>
<string name="plain">Polos</string>
<string name="playing_notification_description">Notifikasi pemutaran memungkinkan untuk memutar, menunda, dll.</string>
<string name="playing_notification_name">Notifikasi pemutaran</string>
<string name="playlist_empty_text">Daftar putar kosong</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">Notifikasi pemutar menyediakan tindakan untuk mainkan/jeda, dll.</string>
<string name="playing_notification_name">Notifikasi pemutar</string>
<string name="playlist_empty_text">Kosongkan daftar putar</string>
<string name="playlist_is_empty">Daftar putar kosong</string>
<string name="playlist_name_empty">Nama daftar putar</string>
<string name="playlists">Daftar putar</string>
<string name="pref_header_audio">Suara</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_general">Umum</string>
<string name="pref_header_images">Gambar</string>
<string name="pref_header_lockscreen">Layar kunci</string>
<string name="pref_header_playlists">Daftar putar</string>
<string name="pref_only_lollipop">"Hanya tersedia pada versi Lollipop."</string>
<string name="pref_summary_album_art_on_lockscreen">Gunakan sampul album lagu yang sedang di mainkan sebagai wallpaper layar kunci.</string>
<string name="pref_summary_audio_ducking">Pemberitahuan, navigasi, dll.</string>
<string name="pref_summary_blurred_album_art">Buramkan sampul album pada layar kunci. Karena dapat menyebabkan masalah pada aplikasi pihak ketiga dan widget.</string>
<string name="pref_summary_carousel_effect">Efek Carousel pada sampul pemutar musik. Sebagai catatan pada Tema Card dan Blur Card tidak bekerja</string>
<string name="pref_summary_classic_notification">Gunakan desain notifikasi lama.</string>
<string name="pref_summary_colored_app">Latar belakang, warna tombol kontrol berubah sesuai warna sampul album dari layar pemutar</string>
<string name="pref_summary_colored_app_shortcuts">Warnai pintasan aplikasi dengan warna aksen. Setiap Anda mengubah warna, aktifkan ini untuk menerapkan efek.</string>
<string name="pref_summary_colored_navigation_bar">Warnai bilah navigasi dengan warna utama.</string>
<string name="pref_summary_colored_notification">"Warna pemberitahuan mengikuti warna cerah dari warna sampul album."</string>
<string name="pref_summary_dominant_color">warna dominan akan di ambil dari sampul album dan artis.</string>
<string name="pref_summary_gapless_playback">"Dapat menyebabkan masalah pada beberapa perangkat."</string>
<string name="pref_summary_ignore_media_store_artwork">Dapat meningkatkan kualitas sampul album tetapi menyebabkan waktu lebih lama memuat. Aktifkan jika memiliki masalah dengan kualitas sampul album yang beresolusi rendah.</string>
<string name="pref_summary_lock_screen">Kontrol layar kunci.</string>
<string name="pref_summary_open_source_licences">Detail lisensi untuk software terbuka</string>
<string name="pref_summary_round_corners">Lengkungan pada pojok jendela, sampul album, dll.</string>
<string name="pref_summary_tab_titles">Hidupkan / matikan tulisan di tab bawah</string>
<string name="pref_summary_toggle_full_screen">Mode mendalam</string>
<string name="pref_summary_toggle_headset">Langsung putar ketika headphone terhubung.</string>
<string name="pref_summary_toggle_volume">Jika ruang pemutaran cukup, aktifkan kontrol volume</string>
<string name="pref_only_lollipop">"Hanya tersedia di Lollipop"</string>
<string name="pref_summary_album_art_on_lockscreen">Menggunakan sampul album lagu yang sedang diputar sebagai wallpaper layar kunci</string>
<string name="pref_summary_audio_ducking">Notifikasi, navigasi dll.</string>
<string name="pref_summary_blurred_album_art">Blur sampul album di layar kunci. Dapat menyebabkan masalah dengan aplikasi pihak ketiga dan widget.</string>
<string name="pref_summary_carousel_effect">Efek carousel di sampul album yang sedang diputar. Ingat bahwa Kartu dan Kartu Blur takkan bekerja.</string>
<string name="pref_summary_classic_notification">Gunakan desain notifikasi klasik.</string>
<string name="pref_summary_colored_app">Latar belakang, Warna tombol kontrol berubah sesuai sampul album lagu yang diputar</string>
<string name="pref_summary_colored_app_shortcuts">Warna pintasan aplikasi dalam warna aksen. Setiap kali anda mengubahnya, restart aplikasi untuk menerapkan efek</string>
<string name="pref_summary_colored_navigation_bar">Warna bar navigasi primer</string>
<string name="pref_summary_colored_notification">"Warna notifikasi berdasarkan warna dominan sampul album"</string>
<string name="pref_summary_dominant_color">Warna paling dominan akan dipilih sampul album atau artis.</string>
<string name="pref_summary_gapless_playback">"Dapat menyebabkan masalah pemutaran pada beberapa perangkat."</string>
<string name="pref_summary_ignore_media_store_artwork">Dapat meningkatkan kualitas sampul album tetapi menyebabkan waktu pemuatan gambar lebih lambat. Hanya aktifkan ini jika Anda memiliki masalah dengan gambar resolusi rendah.</string>
<string name="pref_summary_lock_screen">Kontrol layar kunci Retro Music.</string>
<string name="pref_summary_open_source_licences">Rincian Lisensi untuk sumber terbuka aplikasi</string>
<string name="pref_summary_round_corners">Tepi pojok untuk jendela, album seni dll.</string>
<string name="pref_summary_tab_titles">Aktifkan/Non-Aktifkan tab judul di bawah.</string>
<string name="pref_summary_toggle_full_screen">Mode immersif</string>
<string name="pref_summary_toggle_headset">Putar segera setelah headphones terhubung.</string>
<string name="pref_summary_toggle_shuffle">Mode acak akan non-aktif ketika memutar lagu baru dari daftar</string>
<string name="pref_summary_toggle_volume">Jika ada ruang di layar yang sedang diputar, aktifkan kontrol volume</string>
<string name="pref_title_album_art_on_lockscreen">Tampilkan sampul album</string>
<string name="pref_title_album_grid_style">Gaya grid album</string>
<string name="pref_title_app_shortcuts">Pintasan aplikasi berwarna</string>
<string name="pref_title_audio_ducking">Kurangi volume saat kehilangan fokus</string>
<string name="pref_title_auto_download_artist_images">Unduh otomatis gambar artis</string>
<string name="pref_title_blurred_album_art">Kaburkan gambar album</string>
<string name="pref_title_artist_grid_style">Gaya grid artis</string>
<string name="pref_title_audio_ducking">Kurangi volume ketika hilang fokus</string>
<string name="pref_title_auto_download_artist_images">Otomatis unduh gambar artis</string>
<string name="pref_title_blurred_album_art">Blur sampul album</string>
<string name="pref_title_choose_equalizer">Pilih equalizer</string>
<string name="pref_title_classic_notification">Desain notifikasi klasik</string>
<string name="pref_title_colored_app">Warna adaptif</string>
<string name="pref_title_colored_notification">Pemberitahuan berwarna</string>
<string name="pref_title_gapless_playback">Putar tanpa jeda</string>
<string name="pref_title_general_theme">Tema utama</string>
<string name="pref_title_ignore_media_store_artwork">Abaikan gambar Media Store</string>
<string name="pref_title_last_added_interval">Jangka waktu terakhir ditambahkan</string>
<string name="pref_title_lock_screen">Kontrol dalam layar penuh</string>
<string name="pref_title_navigation_bar">Bilah navigasi berwarna</string>
<string name="pref_title_colored_notification">Notifikasi berwarna</string>
<string name="pref_title_gapless_playback">Pemutaran tanpa jeda</string>
<string name="pref_title_general_theme">Tema Umum</string>
<string name="pref_title_ignore_media_store_artwork">Abaikan sampul Media Store</string>
<string name="pref_title_last_added_interval">Interval daftar putar terbaru</string>
<string name="pref_title_lock_screen">Kontrol layar penuh</string>
<string name="pref_title_navigation_bar">Bar navigasi berwarna</string>
<string name="pref_title_now_playing_screen_appearance">Tampilan</string>
<string name="pref_title_open_source_licences">Lisensi terbuka</string>
<string name="pref_title_round_corners">Lengkungan pojok</string>
<string name="pref_title_toggle_carousel_effect">efek carousel</string>
<string name="pref_title_toggle_dominant_color">warna dominan</string>
<string name="pref_title_toggle_full_screen">Aplkasi dalam layar penuh</string>
<string name="pref_title_toggle_tab_titles">Tulisan di tab</string>
<string name="pref_title_open_source_licences">Lisensi sumber terbuka</string>
<string name="pref_title_round_corners">Tepi pojok</string>
<string name="pref_title_toggle_carousel_effect">Efek Carousel</string>
<string name="pref_title_toggle_dominant_color">Warna dominan</string>
<string name="pref_title_toggle_full_screen">Layar penuh aplikasi</string>
<string name="pref_title_toggle_tab_titles">Tab judul</string>
<string name="pref_title_toggle_toggle_headset">Putar otomatis</string>
<string name="pref_title_toggle_toggle_shuffle">Mode acak</string>
<string name="pref_title_toggle_volume">Kontrol volume</string>
<string name="pref_title_user_info">Info pengguna</string>
<string name="primary_color">Warna utama</string>
<string name="primary_color_desc">Warna tema utama, default ke biru abu-abu, saat ini bekerja untuk warna gelap</string>
<string name="purchase">Pembelian</string>
<string name="queue">Antrian</string>
<string name="primary_color">Warna primer</string>
<string name="primary_color_desc">Warna tema utama, warna baku biru abu-abu, untuk saat ini berfungsi dengan warna gelap</string>
<string name="purchase">Beli</string>
<string name="purchase_summary">*Pikirkan sebelum membeli, jangan minta pengembalian uang.</string>
<string name="queue">Antrean</string>
<string name="rate_app">Nilai aplikasi</string>
<string name="rate_on_google_play_summary">Berikan nilai positif di Google Play jika anda menyukai Retro Music.</string>
<string name="recent_albums">Album baru-baru ini</string>
<string name="recent_artists">Artis baru-baru ini</string>
<string name="rate_on_google_play_summary">Sukai aplikasi ini, beri tahu kami di Google Play Store untuk memberikan pengalaman yang lebih baik</string>
<string name="recent_albums">Album terbaru</string>
<string name="recent_artists">Artis terbaru</string>
<string name="remove_action">Hapus</string>
<string name="remove_cover">Hapus sampul album</string>
<string name="remove_cover">Hapus sampul</string>
<string name="remove_from_blacklist">Hapus dari daftar hitam</string>
<string name="remove_profile_photo">Hapus foto profil</string>
<string name="remove_song_from_playlist_title">Hapus lagu dari daftar putar</string>
<string name="remove_song_x_from_playlist"><![CDATA[Hapus lagu <b>%1$s</b> dari daftar putar?]]></string>
<string name="remove_songs_from_playlist_title">Hapus lagu dari daftar putar</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Hapus <b>%1$d</b> lagu dari daftar putar?]]></string>
<string name="rename_playlist_title">Ubah nama daftar putar</string>
<string name="reset_artist_image">Reset gambar artis</string>
<string name="restore">Memulihkan</string>
<string name="restored_previous_purchase_please_restart">mengembalikan pembelian sebelumnya. Silahkan me restart aplikasi untuk menggunakan semua fitur.</string>
<string name="restored_previous_purchases">Pembelian sebelumnya telah dikembalikan.</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Hapus <b>%1$d</b> dari daftar putar?]]></string>
<string name="rename_playlist_title">Ganti nama daftar putar</string>
<string name="reset_artist_image">Setel ulang gambar artis</string>
<string name="restore">Pulihkan</string>
<string name="restored_previous_purchase_please_restart">Pembelian dipulihkan. Mulai kembali aplikasi agar semua fitur dapat digunakan</string>
<string name="restored_previous_purchases">Pembelian dipulihkan.</string>
<string name="restoring_purchase">Memulihkan pembelian...</string>
<string name="retro_equalizer">Ekualiser retro</string>
<string name="retro_equalizer">Retro Music Equalizer</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Simpan sebagai berkas</string>
<string name="saved_playlist_to">Daftar putar tersimpan ke %s.</string>
<string name="save_playlist_title">Simpan berkas sebagai</string>
<string name="saved_playlist_to">Daftar putar disimpan ke %s.</string>
<string name="saving_changes">Menyimpan perubahan</string>
<string name="scanned_files">Terpindai %1$d dari %2$d berkas.</string>
<string name="search_hint">Cari di perpustakaan Anda...</string>
<string name="set_artist_image">Atur gambar artis</string>
<string name="scanned_files">%1$d dari %2$d selesai dipindai.</string>
<string name="search_hint">Cari di pustaka...</string>
<string name="set_artist_image">Setel gambar artis</string>
<string name="shuffle">Acak</string>
<string name="simple">Sederhana</string>
<string name="sleep_timer_canceled">Sleep timer dibatalkan.</string>
<string name="sleep_timer_set">Sleep timer ditetapkan %d menit dari sekarang.</string>
<string name="sleep_timer_canceled">Waktu tidur dibatalkan.</string>
<string name="sleep_timer_set">Pewaktu tidur diatur %d menit dari sekarang.</string>
<string name="social">Sosial</string>
<string name="song">Lagu</string>
<string name="song_duration">Durasi lagu</string>
<string name="songs">Lagu</string>
<string name="sort_order">Urutkan berdasarkan</string>
<string name="sort_order">Sortir</string>
<string name="speech_not_supported">Maaf! Perangkat anda tidak mendukung input suara</string>
<string name="speech_prompt">Cari di perpustakaan anda</string>
<string name="summary_user_info">Tunjukkan nama saja di tampilan depan</string>
<string name="support_development">Dukung pengembangan</string>
<string name="speech_prompt">Cari</string>
<string name="summary_user_info">Hanya tampilkan nama anda di beranda</string>
<string name="support_development">Dukung kami</string>
<string name="synced_lyrics">Lirik yang disinkronkan</string>
<string name="system_equalizer">Equalizer Sistem</string>
<!-- Message displayed when tag editing fails -->
<string name="thank_you">Terima kasih!</string>
<string name="the_audio_file">Berkas audio</string>
<string name="this_month">Bulan ini</string>
<string name="this_week">Minggu ini</string>
<string name="this_week">Pekan ini</string>
<string name="this_year">Tahun ini</string>
<string name="tiny">Mungil</string>
<string name="tiny">Kecil</string>
<string name="title_dashboard">Dasbor</string>
<string name="title_good_afternoon">Selamat siang!</string>
<string name="title_good_day">Hari yang baik</string>
<string name="title_good_evening">Selamat sore!</string>
<string name="title_good_morning">Selamat pagi!</string>
<string name="title_good_night">Selamat malam!</string>
<string name="title_user_info">Siapa namamu?</string>
<string name="title_good_afternoon">Selamat sore</string>
<string name="title_good_day">Selamat siang</string>
<string name="title_good_evening">Selamat malam</string>
<string name="title_good_morning">Selamat pagi</string>
<string name="title_good_night">Selamat malam</string>
<string name="title_user_info">Siapa namamu</string>
<string name="today">Hari ini</string>
<string name="top_albums">Album teratas</string>
<string name="top_artists">Artis teratas</string>
<string name="track_hint">"Trek (2 untuk trek 2 atau 3004 untuk CD3 trek 4)"</string>
<string name="track_list">Nomor trek</string>
<string name="translate">Menterjemahkan</string>
<string name="unplayable_file">Tidak dapat memainkan lagu ini.</string>
<string name="translate">Terjemahkan</string>
<string name="translate_community">Help us translating app to your language</string>
<string name="twitter_page">Halaman Twitter</string>
<string name="twitter_page_summary">Bagikan desain anda dengan RetroMusicApp</string>
<string name="unplayable_file">Tidak dapat memutar lagu ini.</string>
<string name="up_next">Selanjutnya</string>
<string name="update_image">Perbarui gambar</string>
<string name="updating">Memperbarui...</string>
<string name="updating">Memperbarui</string>
<string name="version">Versi</string>
<string name="web_search">Pencarian Web</string>
<string name="what_do_you_want_to_share">Apa yang ingin Anda bagikan?</string>
<string name="virtualizer">Virtualisasi</string>
<string name="web_search">Pencarian web</string>
<string name="what_do_you_want_to_share">Apa yang ingin anda bagikan?</string>
<string name="window">Jendela</string>
<string name="x_has_been_set_as_ringtone">Tetapkan %1$s sebagai nada dering.</string>
<string name="x_selected">%1$d dipilh</string>
<string name="x_has_been_set_as_ringtone">Atur %1$s sebagai nada dering.</string>
<string name="x_selected">%1$d dipilih</string>
<string name="year">Tahun</string>
</resources>

View file

@ -2,298 +2,318 @@
<resources>
<string name="accent_color">Kolor akcentu</string>
<string name="accent_color_desc">Kolor akcentu motywu, domyślnie zielony.</string>
<string name="action_about">O aplikacji</string>
<string name="action_about">O</string>
<string name="action_add_to_favorites">Dodaj do ulubionych</string>
<string name="action_add_to_playing_queue">Dodaj do kolejki odtwarzania</string>
<string name="action_add_to_playing_queue">Dodaj do kolejki</string>
<string name="action_add_to_playlist">Dodaj do playlisty</string>
<string name="action_clear_playing_queue">Wyczyść kolejkę odtwarzania</string>
<string name="action_clear_playing_queue">Wyczyść kolejkę</string>
<string name="action_clear_playlist">Wyczyść playlistę</string>
<string name="action_delete">Usuń</string>
<string name="action_delete_from_device">Usuń z urządzenia</string>
<string name="action_details">Szczegóły</string>
<string name="action_go_to_album">Idź do albumu</string>
<string name="action_go_to_artist">Idź do wykonawcy</string>
<string name="action_go_to_start_directory">Przejdź do katalogu głównego</string>
<string name="action_grant">Zezwól</string>
<string name="action_grid_size">Rozmiar Siatki</string>
<string name="action_go_to_album">Przejdź do albumu</string>
<string name="action_go_to_artist">Przejdź do artysty</string>
<string name="action_go_to_start_directory">Przejdź do katalogu startowego</string>
<string name="action_grant">Przyznaj</string>
<string name="action_grid_size">Rozmiar siatki</string>
<string name="action_grid_size_land">Rozmiar siatki (poziomo)</string>
<string name="action_next">Następny</string>
<string name="action_play">Odtwarzaj</string>
<string name="action_play_next">Odtwarzaj następny</string>
<string name="action_play_pause">Odtwarzaj/Zatrzymaj</string>
<string name="action_previous">Poprzedni utwór</string>
<string name="action_play_next">Odtwarzaj następne</string>
<string name="action_play_pause">Odtwarzanie/Pauza</string>
<string name="action_previous">Poprzedni</string>
<string name="action_remove_from_favorites">Usuń z ulubionych</string>
<string name="action_remove_from_playing_queue">Usuń z kolejki odtwarzania</string>
<string name="action_remove_from_playlist">Usuń z playlisty</string>
<string name="action_rename">Zmień nazwę</string>
<string name="action_save_playing_queue">Zapisz kolejkę odtwarzania</string>
<string name="action_save_playing_queue">Zapisz kolejkę</string>
<string name="action_scan">Skanuj</string>
<string name="action_search">Szukaj</string>
<string name="action_set">Ustaw</string>
<string name="action_set_as_ringtone">Ustaw jako dzwonek</string>
<string name="action_set_as_start_directory">Ustaw jako katalog domyślny</string>
<string name="action_set_as_start_directory">Ustaw jako katalog startowy</string>
<string name="action_settings">"Ustawienia"</string>
<string name="action_share">Udostępnij</string>
<string name="action_shuffle_all">Wszystkie Losowo</string>
<string name="action_shuffle_playlist">Playlista Losowo</string>
<string name="action_sleep_timer">Wyłącznik Czasowy</string>
<string name="action_shuffle_all">Losowo wszystko</string>
<string name="action_shuffle_playlist">Playlista losowo</string>
<string name="action_sleep_timer">Wyłącznik czasowy</string>
<string name="action_tag_editor">Edytor tagów</string>
<string name="add_action">Dodaj</string>
<string name="add_photo">Dodaj zdjęcie</string>
<string name="add_photo">Dodaj\nzdjęcie</string>
<string name="add_playlist_title">"Dodaj do playlisty"</string>
<string name="added_title_to_playing_queue">"Dodano 1 utwór do kolejki odtwarzania"</string>
<string name="added_x_titles_to_playing_queue">Dodano %1$d piosenek do kolejki odtwarzania</string>
<string name="added_title_to_playing_queue">"Dodano 1 tytuł do kolejki odtwarzania"</string>
<string name="added_x_titles_to_playing_queue">Dodano %1$d tytułów do kolejki</string>
<string name="album">Album</string>
<string name="album_artist">Wykonawca albumu</string>
<string name="album_or_artist_empty">Pole tytuł albo wykonawca jest puste</string>
<string name="album_artist">Artysta albumu</string>
<string name="album_or_artist_empty">Pole tytuł lub artysta jest puste.</string>
<string name="albums">Albumy</string>
<!-- Android Auto -->
<string name="always">Zawsze</string>
<string name="app_share">Hej, sprawdź ten fajny odtwarzacz muzyki na: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_share">Hej sprawdź ten fajny odtwarzacz muzyki na: https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">Ostatnio dodane</string>
<string name="app_shortcut_last_added_short">Ostatnio dodane</string>
<string name="app_shortcut_shuffle_all_long">Akcja Odtwarzaj wszystkie Losowo</string>
<string name="app_shortcut_last_added_long">@string/last_added</string>
<string name="app_shortcut_last_added_short">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long">@string/action_shuffle_all</string>
<string name="app_shortcut_shuffle_all_short">Losowo</string>
<string name="app_shortcut_top_tracks_long">Najczęściej słuchane utwory</string>
<string name="app_shortcut_top_tracks_short">Najlepsze utwory</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Najczęściej odtwarzane utwory</string>
<string name="app_widget_big_name">Retro music - Duży</string>
<string name="app_widget_card_name">Retro music - Karta</string>
<string name="app_widget_classic_name">Retro music - Klasyczny</string>
<string name="app_widget_small_name">Retro music - Mały</string>
<string name="app_widget_small_name">Retro music - mały</string>
<string name="artist">Artysta</string>
<string name="artists">Artyści</string>
<string name="audio_focus_denied">Odrzucenie dźwięku</string>
<string name="audio_focus_denied">Odrzucono fokus dźwiękowy.</string>
<string name="audio_settings_summary">Dostosuj ustawienia dźwięku i equalizera</string>
<string name="bass_boost">Wzmocnienie Bassu</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Po prostu czarny</string>
<string name="blacklist">Czarna Lista</string>
<string name="blacklist">Czarna lista</string>
<string name="blur">Rozmycie</string>
<string name="blur_card">Karta z rozmyciem</string>
<string name="blur_card">Rozmyta Karta</string>
<string name="buy_retromusic_pro">Kup RetroMusic Pro</string>
<string name="cancel_current_timer">Anuluj odliczanie</string>
<string name="cancel_current_timer">Anuluj aktualny licznik</string>
<string name="card">Karta</string>
<string name="changelog">Lista zmian</string>
<string name="changelog_summary">Lista zmian zarządzana z aplikacji Telegram</string>
<string name="clear_action">Wyczyść</string>
<string name="clear_blacklist">Wyczyść czarną listę</string>
<string name="clear_playlist_title">Wyczyść playlistę</string>
<string name="clear_playlist_x"><![CDATA[Wyczy\u015b\u0107 playlist\u0119 <b>%1$s</b>? Operacja nie mo\u017ce zosta\u0107 cofni\u0119ta!]]></string>
<string name="clear_playlist_x"><![CDATA[Wyczy\u015bci\u0107 playlist\u0119 <b>%1$s</b>? Ta czynno\u015b\u0107 nie mo\u017ce zosta\u0107 cofni\u0119ta!]]></string>
<string name="color">Kolor</string>
<string name="color_theme_name">Kolor</string>
<string name="colors">Kolory</string>
<string name="could_not_create_playlist">Nie mo\u017cna stworzy\u0107 playlisty</string>
<string name="could_not_download_album_cover">"Nie mo\u017cna pobra\u0107 pasuj\u0105cej ok\u0142adki albumu"</string>
<string name="could_not_restore_purchase">Nie udało się przywrócić zakupu</string>
<string name="could_not_scan_files">Nie można przeskanować %d plików</string>
<string name="could_not_create_playlist">Nie mo\u017cna utworzy\u0107 playlisty.</string>
<string name="could_not_download_album_cover">"Nie mo\u017cna pobra\u0107 dopasowanej ok\u0142adki albumu"</string>
<string name="could_not_restore_purchase">Nie można przywrócić zakupów.</string>
<string name="could_not_scan_files">Nie można przeskanować %d plików.</string>
<string name="create_action">Utwórz</string>
<string name="created_playlist_x">Utworzono playlistę %1$s.</string>
<string name="currently_listening_to_x_by_x">Aktualnie słuchasz %1$s od %2$s.</string>
<string name="dark_theme_name">Prawie ciemny</string>
<string name="created_playlist_x">Stworzono playlistę %1$s.</string>
<string name="currently_listening_to_x_by_x">Aktualnie odtwarzane %1$s wykonawcy %2$s.</string>
<string name="dark_theme_name">Dość ciemny</string>
<string name="default_hint">Brak tekstu</string>
<string name="delete_playlist_title">Usuń playlistę</string>
<string name="delete_playlist_x"><![CDATA[Usunąć playlistę <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Usuń playlisty</string>
<string name="delete_song_x"><![CDATA[Usunąć Utwór <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Czy na pewno mam usunąć playlistę <b>%1$d</b>? Operacja nie może zostać cofnięta]]></string>
<string name="delete_x_songs"><![CDATA[Czy na pewno usunąć <b>%1$d</b> utworów?]]></string>
<string name="delete_playlist_x"><![CDATA[Usunąć listę odtwarzania <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Usuń listy odtwarzania</string>
<string name="delete_song_x"><![CDATA[Usunąć utwór <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Usunąć listy odtwarzania <b>%1$d</b> ?]]></string>
<string name="delete_x_songs"><![CDATA[Usunąć utwory <b>%1$d</b> ?]]></string>
<string name="deleted_x_songs">Usunięto %1$d utworów.</string>
<string name="do_you_want_to_clear_the_blacklist">Czy chcesz wyczyścić czarną listę?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Czy chcesz usunąć <b>%1$s</b> z czarnej listy?]]></string>
<string name="donate">Przekaż darowiznę</string>
<string name="donate_summary">Jeśli uważasz, że zasługuję na zapłatę za moją pracę, możesz przekazać darowiznę w postaci kilku złotych.</string>
<string name="donation_header">Postaw mi</string>
<string name="donate">Wesprzyj nas</string>
<string name="donate_summary">Jeżeli uważasz, że zasługuje na zapłatę za moją pracę możesz zostawić tu drobną sumę</string>
<string name="donation_header">Kup mi</string>
<string name="download_from_last_fm">Pobierz z Last.fm</string>
<string name="empty">Pusto</string>
<string name="equalizer">Equalizer</string>
<string name="equalizer">Korektor dźwięku</string>
<string name="favorites">Ulubione</string>
<string name="flat">Płaski</string>
<string name="folders">Foldery</string>
<string name="for_you">Dla ciebie</string>
<string name="full">Pełny</string>
<string name="for_you">Dla Ciebie</string>
<string name="full">Pełne</string>
<string name="general_settings_summary">Zmień ogólny kolor aplikacji</string>
<string name="general_settings_title">Wygląd i zachowanie interfejsu</string>
<string name="genre">Gatunek</string>
<string name="genres">Gatunki</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="git_hub_summary">Zobacz kod na GitHubie</string>
<string name="google_plus_community">Dołącz do społeczności Google Plus by uzyskać informacje o aktualizacjach i pomoc</string>
<string name="history">Historia</string>
<string name="home">Strona główna</string>
<string name="inserted_x_songs_into_playlist_x">Umieszczono %1$d piosenek w playliście %2$s.</string>
<string name="image_settings_summary">Zmień zachowanie pobierania obrazka wykonawcy</string>
<string name="inserted_x_songs_into_playlist_x">Dodano %1$d utworów do listy odtwarzania %2$s.</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Udostępnij wygląd swojego RetroMusic na pokaz na Instagramie</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">Nazwa pliku</string>
<string name="label_file_path">Ścieżka pliku</string>
<string name="label_file_size">"Rozmiar "</string>
<string name="label_file_size">Rozmiar</string>
<string name="label_sampling_rate">Częstotliwość próbkowania</string>
<string name="label_track_length">Długość</string>
<string name="last_added">Ostatnio Dodany</string>
<string name="lets_play_something">Odtwórzmy coś</string>
<string name="last_added">Ostatnio dodane</string>
<string name="lets_play_something">Odtwórzmy jakąś muzykę</string>
<string name="library">Biblioteka</string>
<string name="licenses">Licencje</string>
<string name="light_theme_name">Przejrzyście Biały</string>
<string name="listing_files">Wykaz plików</string>
<string name="loading_products">Wczytywanie produktów...</string>
<string name="lyrics">Słowa piosenki</string>
<string name="my_name">Moje Imię</string>
<string name="my_top_tracks">Moje najczęściej odtwarzane utwory</string>
<string name="light_theme_name">Śnieżno biały</string>
<string name="listing_files">Listowanie plików</string>
<string name="loading_products">Ładowanie...</string>
<string name="lyrics">Tekst utworu</string>
<string name="my_name">Moje imię</string>
<string name="my_top_tracks">Najczęściej odtwarzane</string>
<string name="never">Nigdy</string>
<string name="new_playlist_title">Nowa playlista</string>
<string name="new_playlist_title">Nowa lista odtwarzania</string>
<string name="new_profile_photo">Nowe zdjęcie profilowe</string>
<string name="new_start_directory">%s jest nowym katalogiem startowym.</string>
<string name="no_albums">Brak albumów</string>
<string name="no_artists">Brak wykonawców</string>
<string name="no_audio_ID">"Odtwórz utwór, a następnie spróbuj ponownie."</string>
<string name="no_equalizer">Nie znaleziono equalizera</string>
<string name="no_genres">Brak Gatunków</string>
<string name="no_lyrics_found">Nie znaleziono tekstu</string>
<string name="no_playlists">Brak playlist</string>
<string name="no_purchase_found">Nie znaleziono zakupu</string>
<string name="no_results">Brak wyników</string>
<string name="no_songs">Brak piosenek</string>
<string name="normal">Zwykłe</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nie jest skatalogowany w magazynie danych.]]></string>
<string name="nothing_to_scan">Nic do skanowania</string>
<string name="no_artists">Brak artystów</string>
<string name="no_audio_ID">"Odtwórz jakiś utwór i spróbuj ponownie."</string>
<string name="no_equalizer">Nie znaleziono korektora dźwięku.</string>
<string name="no_genres">Brak gatunków</string>
<string name="no_lyrics_found">Nie znaleziono tekstu utworu</string>
<string name="no_playlists">Brak list odtwarzania</string>
<string name="no_purchase_found">Nie znaleziono zakupów.</string>
<string name="no_results">Brak wyników.</string>
<string name="no_songs">Brak utworów</string>
<string name="normal">Normalne</string>
<string name="normal_lyrics">Normalny tekst utworu</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nie znajduje się w magazynie multimediów.]]></string>
<string name="nothing_to_scan">Nic do skanowania.</string>
<string name="notification">Powiadomienie</string>
<string name="now_playing">Aktualnie grane</string>
<string name="now_playing_queue">Aktualna kolejka odtwarzania</string>
<string name="notification_settings_summary">Własny wygląd powiadomień</string>
<string name="now_playing">Teraz odtwarzane</string>
<string name="now_playing_queue">Kolejka teraz odtwarzanych</string>
<string name="only_on_wifi">Tylko przez Wi-Fi</string>
<string name="past_three_months">Ostatnie 3 miesiące</string>
<string name="others">Inni</string>
<string name="past_three_months">Przez 3 miesiące</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me to łatwy sposób na pieniężny datek dla nas. W razie gdy podpięta jest karta debetowa lub kredytowa opłata w U.S wynosi 2.9% kwoty plus $0.30 dolarów, w innym wypadku nie ma opłaty.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">more</a></string>
<string name="permission_external_storage_denied">Odmówiono dostępu do zewnętrznej pamięci.</string>
<string name="permissions_denied">Odmówiono dostępu.</string>
<string name="paypal_summary">PayPal.me jest prostą metodą dotacji. Jeżeli podłączyłeś kartę kredytową lub debetową opłata w Stanach wynosi 2.9% dotacji plus 0.30$, w innym wypadku opłata nie następuje. <a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">więcej</a></string>
<string name="permission_external_storage_denied">Odmowa dostępu do pamięci zewnętrznej.</string>
<string name="permissions_denied">Odmowa dostępu.</string>
<string name="personalize">Personalizuj</string>
<string name="pick_from_local_storage">Wybierz z magazynu lokalnego</string>
<string name="plain">Zwykły</string>
<string name="playing_notification_description">Powiadomienie odtwarzania pozwala na odtwarzanie/zatrzymywanie itd.</string>
<string name="personalize_settings_summary">Dostosuj interfejs \"teraz odtwarzane\"</string>
<string name="pick_from_local_storage">Wybierz z pamięci lokalnej</string>
<string name="plain">Wyraźny</string>
<string name="playing_notification_description">Powiadomienie odtwarzania pokazuje przyciski play/pauza itp.</string>
<string name="playing_notification_name">Powiadomienie odtwarzania</string>
<string name="playlist_empty_text">Pusta playlista</string>
<string name="playlist_is_empty">Playlista jest pusta</string>
<string name="playlist_name_empty">Nazwa playlisty</string>
<string name="playlists">Playlisty</string>
<string name="playlist_empty_text">Pusta lista odtwarzania</string>
<string name="playlist_is_empty">Lista odtwarzania jest pusta</string>
<string name="playlist_name_empty">Nazwa listy odtwarzania</string>
<string name="playlists">Listy odtwarzania</string>
<string name="pref_header_audio">Dźwięk</string>
<string name="pref_header_general">Główne</string>
<string name="pref_header_images">Obrazy</string>
<string name="pref_header_general">Ogólne</string>
<string name="pref_header_images">Obrazki</string>
<string name="pref_header_lockscreen">Ekran blokady</string>
<string name="pref_header_playlists">Playlisty</string>
<string name="pref_only_lollipop">"Dostępnie jedynie w Androidzie Lollipop"</string>
<string name="pref_summary_album_art_on_lockscreen">Ustaw okładkę aktualnie odtwarzanego utworu, jako tło ekranu blokady</string>
<string name="pref_summary_audio_ducking">Powiadomienia, nawigacja itd.</string>
<string name="pref_summary_blurred_album_art">Rozmyj okładkę albumu na ekranie blokady. Może powodować problemy z innymi aplikacjami i widżetami.</string>
<string name="pref_summary_carousel_effect">Efekt karuzeli na ekranie odtwarzania utworu. Motywy Karty i Karty z Rozmyciem nie będą działać</string>
<string name="pref_summary_classic_notification">Użyj klasycznego wyglądu powiadomienia.</string>
<string name="pref_summary_colored_app">Tło i kolory przycisków sterowania zmieniają się
wedle okładki albumu z ekranu odtwarzania</string>
<string name="pref_summary_colored_app_shortcuts">Barwi skróty aplikacji w kolorze akcentu.
Za każdym razem gdy zmienisz kolor, proszę przełącz to by zmiany zaczęły obowiązywać</string>
<string name="pref_summary_colored_navigation_bar">Barwi pasek nawigacji na główny kolor.</string>
<string name="pref_summary_colored_notification">"Barwi powiadomienie kolorem akcentu z ok\u0142adki."</string>
<string name="pref_summary_dominant_color">Najbardziej dominujący kolor zostanie wybrany z obrazu wykonawcy lub okładki.</string>
<string name="pref_header_playlists">Listy odtwarzania</string>
<string name="pref_only_lollipop">"Dostępne tylko na Androidzie Lolipop"</string>
<string name="pref_summary_album_art_on_lockscreen">Używa okładki albumu aktualnych utworów jako tapety na ekranie blokady.</string>
<string name="pref_summary_audio_ducking">Powiadomienia, nawigacja itp.</string>
<string name="pref_summary_blurred_album_art">Rozmazuje okładkę albumu na ekranie blokady. Może powodować problemy z aplikacjami i widżetami innych firm.</string>
<string name="pref_summary_carousel_effect">Efekt karuzeli w okładce obecnie odtwarzanego albumu. Zwróć uwagę, że motyw karty i motywu rozmycia nie zadziała</string>
<string name="pref_summary_classic_notification">Użyj klasycznego wyglądu powiadomień.</string>
<string name="pref_summary_colored_app">Tło oraz kolor przycisku sterującego zmieniają się zgodnie z okładką albumu na ekranie odtwarzacza</string>
<string name="pref_summary_colored_app_shortcuts">Koloruje skróty aplikacji w kolorze akcentującym. Za każdym razem, gdy zmieniasz kolor, włącz tę opcję, aby zmiany odniosły skutek.</string>
<string name="pref_summary_colored_navigation_bar">Koloruje pasek nawigacji kolorem wiodącym.</string>
<string name="pref_summary_colored_notification">"Koloruje powiadomienie dominuj\u0105cym kolorem ok\u0142adki albumu."</string>
<string name="pref_summary_dominant_color">Najbardziej dominujący kolor zostanie wybrany z okładki albumu lub wykonawcy.</string>
<string name="pref_summary_gapless_playback">"Może powodować problemy z odtwarzaniem na niektórych urządzeniach."</string>
<string name="pref_summary_ignore_media_store_artwork">Może zwiększyć jakość okładki ale spowalnia czasy wczytywania obrazków. Włącz tylko wtedy gdy masz problem z niską jakością okładek albumów.</string>
<string name="pref_summary_lock_screen">"Pokaż przyciski sterowania Retro music na ekranie blokady "</string>
<string name="pref_summary_open_source_licences">Szczegóły licencji dla oprogramowania open source</string>
<string name="pref_summary_round_corners">Zaokrąglij rogi ekranu, okładki, itd.</string>
<string name="pref_summary_tab_titles">Włącz / Wyłącz dolne karty tytułowe</string>
<string name="pref_summary_toggle_full_screen">Włącz dla trybu imersyjnego</string>
<string name="pref_summary_toggle_headset">Odtwarzaj po podłączeniu słuchawek</string>
<string name="pref_summary_toggle_volume">Włącz sterowanie głośnością, gdy jest wystarczająca ilość miejsca na ekranie odtwarzania</string>
<string name="pref_summary_ignore_media_store_artwork">Może zwiększyć jakość okładki albumu, ale powoduje spowolnienie ładowania obrazu. Włącz tę opcję tylko jeśli masz problemy z okładkami o niskiej rozdzielczości.</string>
<string name="pref_summary_lock_screen">Sterowanie Retro na zablokowanym ekranie.</string>
<string name="pref_summary_open_source_licences">Szczegóły licencji oprogramowania open source</string>
<string name="pref_summary_round_corners">Zaokrąglone krawędzie okna, okładek albumów itp.</string>
<string name="pref_summary_tab_titles">Włącz/wyłącz tytuły kart u dołu.</string>
<string name="pref_summary_toggle_full_screen">Tryb imersji</string>
<string name="pref_summary_toggle_headset">Zacznij odtwarzanie po podłączanie zestawu słuchawkowego</string>
<string name="pref_summary_toggle_shuffle">Odtwarzanie losowe zostanie wyłączone podczas odtwarzania nowej listy utworów</string>
<string name="pref_summary_toggle_volume">Włącz sterowanie głośnością na ekranie \"teraz odtwarzane\"</string>
<string name="pref_title_album_art_on_lockscreen">Pokaż okładkę albumu</string>
<string name="pref_title_app_shortcuts">Kolorowy skrót do aplikacji</string>
<string name="pref_title_audio_ducking">Redukcja głośności podczas straty skupienia</string>
<string name="pref_title_auto_download_artist_images">Automatycznie pobierz obrazki artysty</string>
<string name="pref_title_blurred_album_art">Rozmyj okładkę albumu</string>
<string name="pref_title_album_grid_style">Styl siatki albumów</string>
<string name="pref_title_app_shortcuts">Kolorowe skróty aplikacji</string>
<string name="pref_title_artist_grid_style">Styl siatki wykonawców</string>
<string name="pref_title_audio_ducking">Zmniejsz głośność przy braku skupienia</string>
<string name="pref_title_auto_download_artist_images">Automatycznie pobierz obrazki wykonawców</string>
<string name="pref_title_blurred_album_art">Rozmaż okładkę albumu</string>
<string name="pref_title_choose_equalizer">Wybierz korektor dźwięku</string>
<string name="pref_title_classic_notification">Klasyczny wygląd powiadomień</string>
<string name="pref_title_colored_app">Kolor dostosowujący się od okładki albumu</string>
<string name="pref_title_colored_notification">Kolorowe powiadomienie</string>
<string name="pref_title_gapless_playback">Przerwa pomiędzy kolejnymi piosenkami</string>
<string name="pref_title_general_theme">Główny motyw</string>
<string name="pref_title_colored_app">Adaptacyjny kolor</string>
<string name="pref_title_colored_notification">Kolorowe powiadomienia</string>
<string name="pref_title_gapless_playback">Odtwarzanie bez przerw</string>
<string name="pref_title_general_theme">Motyw główny</string>
<string name="pref_title_ignore_media_store_artwork">Ignoruj okładki z Media Store</string>
<string name="pref_title_last_added_interval">Interwał ostatnio dodanej playlisty</string>
<string name="pref_title_lock_screen">Sterowanie pełnoekranowe</string>
<string name="pref_title_navigation_bar">Kolorowy pasek nawigacyjny</string>
<string name="pref_title_last_added_interval">Ostatnio dodany interwał listy odtwarzania</string>
<string name="pref_title_lock_screen">Sterowanie pełno ekranowe</string>
<string name="pref_title_navigation_bar">Kolorowy pasek nawigacji</string>
<string name="pref_title_now_playing_screen_appearance">Wygląd</string>
<string name="pref_title_open_source_licences">Licencje open source</string>
<string name="pref_title_round_corners">Zaokrąglij krawędzie</string>
<string name="pref_title_toggle_carousel_effect">Efekt Karuzeli</string>
<string name="pref_title_toggle_dominant_color">Dominujący kolor</string>
<string name="pref_title_toggle_full_screen">Aplikacja pełnoekranowa</string>
<string name="pref_title_toggle_tab_titles">Karty tytułowe</string>
<string name="pref_title_open_source_licences">Licencje Open Source</string>
<string name="pref_title_round_corners">Narożne krawędzie</string>
<string name="pref_title_toggle_carousel_effect">Efekt karuzeli</string>
<string name="pref_title_toggle_dominant_color">Kolor dominujący</string>
<string name="pref_title_toggle_full_screen">Aplikacja pełno ekranowa</string>
<string name="pref_title_toggle_tab_titles">Tytuły kart</string>
<string name="pref_title_toggle_toggle_headset">Auto odtwarzanie</string>
<string name="pref_title_toggle_volume">Sterowanie dźwiękiem</string>
<string name="pref_title_user_info">Informacje o użytkowniku</string>
<string name="pref_title_toggle_toggle_shuffle">Tryb losowy</string>
<string name="pref_title_toggle_volume">Sterowanie głośnością</string>
<string name="pref_title_user_info">Informacje użytkownika</string>
<string name="primary_color">Kolor podstawowy</string>
<string name="primary_color_desc">Główny kolor motywu, domyślnie biały</string>
<string name="primary_color_desc">Główny kolor motywu, domyślnie niebieski, działa teraz z ciemnymi kolorami</string>
<string name="purchase">Kup</string>
<string name="queue">Kolejka odtwarzania</string>
<string name="purchase_summary">*Zastanów się przed zakupem, nie proś o zwrot.</string>
<string name="queue">Kolejka</string>
<string name="rate_app">Oceń aplikację</string>
<string name="rate_on_google_play_summary">Uwielbiasz tą aplikację? Daj nam znać w sklepie Google Play by móc uczynić doświadczenie z korzystania z aplikacji lepszym</string>
<string name="rate_on_google_play_summary">Uwielbiasz tą aplikację? Daj nam znać w sklepie Google Play co o niej sądzisz i co powinniśmy poprawić.</string>
<string name="recent_albums">Ostatnie albumy</string>
<string name="recent_artists">Ostatni atryści</string>
<string name="recent_artists">Ostatni artyści</string>
<string name="remove_action">Usuń</string>
<string name="remove_cover">Usuń okładkę</string>
<string name="remove_from_blacklist">Usuń z czarnej listy</string>
<string name="remove_song_from_playlist_title">Usunąć utwór z playlisty?</string>
<string name="remove_song_x_from_playlist"><![CDATA[Usunąć utwór <b>%1$s</b> z playlisty? ]]></string>
<string name="remove_songs_from_playlist_title">Usunąć utwory z playlisty?</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Usunąć <b>%1$d</b> utworów z playlisty? ]]></string>
<string name="rename_playlist_title">Zmień nazwę playlisty</string>
<string name="reset_artist_image">Resetuj obrazek wykonawcy</string>
<string name="remove_profile_photo">Usuń zdjęcie profilowe</string>
<string name="remove_song_from_playlist_title">Usuń utwór z listy odtwarzania</string>
<string name="remove_song_x_from_playlist"><![CDATA[Usunąć utwór <b>%1$s</b> z listy odtwarzania?]]></string>
<string name="remove_songs_from_playlist_title">Usuń te utwory z listy odtwarzania</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Usunąć te utwory <b>%1$d</b> z listy odtwarzania?]]></string>
<string name="rename_playlist_title">Zmień nazwę listy odtwarzania</string>
<string name="reset_artist_image">Zresetuj obrazek wykonawcy</string>
<string name="restore">Przywróć</string>
<string name="restored_previous_purchase_please_restart">Przywrócono poprzedni zakup. Otwórz ponownie aplikację, aby móc używać wszystkich funkcji</string>
<string name="restored_previous_purchases">Przywróć poprzedni zakup</string>
<string name="restored_previous_purchase_please_restart">Przywrócono poprzedni zakup. Zrestartuj aplikacje aby korzystać z wszystkich funkcji.</string>
<string name="restored_previous_purchases">Przywrócono poprzednie zakupy.</string>
<string name="restoring_purchase">Przywracanie zakupu...</string>
<string name="retro_equalizer">Retri Equalizer</string>
<string name="retro_equalizer">Korektor dźwięku Retro</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Zapisz jako plik</string>
<string name="saved_playlist_to">Zapisz playlistę do %s.</string>
<string name="saved_playlist_to">Zapisz listę odtwarzania do %s.</string>
<string name="saving_changes">Zapisywanie zmian</string>
<string name="scanned_files">Przeskanowano %1$d z %2$d plików</string>
<string name="search_hint">Przeszukiwanie Twojej biblioteki...</string>
<string name="scanned_files">Zeskanowano %1$d z plików %2$d.</string>
<string name="search_hint">Przeszukaj bibliotekę...</string>
<string name="set_artist_image">Ustaw obrazek wykonawcy</string>
<string name="shuffle">Losowo</string>
<string name="simple">proste</string>
<string name="sleep_timer_canceled">Wyłącznik czasowy anulowany.</string>
<string name="sleep_timer_set">Wyłącznik czasowy ustawiony na %d minut od teraz.</string>
<string name="simple">Prosty</string>
<string name="sleep_timer_canceled">Wyłącznik czasowy wyłączony.</string>
<string name="sleep_timer_set">Wyłącznik czasowy ustawiony na %d minut.</string>
<string name="social">Społeczność</string>
<string name="song">Utwór</string>
<string name="song_duration">Długość utworu</string>
<string name="songs">Utwory</string>
<string name="sort_order">Kolejność sortowania</string>
<string name="speech_not_supported">Przepraszamy! Twoje urządzenie nie wspiera wprowadzania głosem</string>
<string name="sort_order">Porządek sortowania</string>
<string name="speech_not_supported">Przepraszamy! Twoje urządzenie nie obsługuje wprowadzania głosowego</string>
<string name="speech_prompt">Przeszukaj swoją bibliotekę</string>
<string name="summary_user_info">Po prostu pokaż swoje imię na ekranie głównym.</string>
<string name="support_development">"Wspomóż rozwój "</string>
<string name="summary_user_info">Po prostu pokaż tylko swoje imię na ekranie głównym</string>
<string name="support_development">Wspieraj rozwój</string>
<string name="synced_lyrics">Synchronizowany tekst utworu</string>
<string name="system_equalizer">Systemowy korektor dźwięku</string>
<!-- Message displayed when tag editing fails -->
<string name="thank_you">Dziękuję!</string>
<string name="the_audio_file">Plik audio</string>
<string name="thank_you">Dziękuję Ci!</string>
<string name="the_audio_file">Pliki dźwiękowy</string>
<string name="this_month">Ten miesiąc</string>
<string name="this_week">Ten tydzień</string>
<string name="this_year">Ten rok</string>
<string name="tiny">Mały</string>
<string name="title_dashboard">Dashboard</string>
<string name="title_good_afternoon">Miłego popołudnia</string>
<string name="title_good_day">Miłego dnia</string>
<string name="title_good_day">Dzień dobry</string>
<string name="title_good_evening">Dobry wieczór</string>
<string name="title_good_morning">Dzień dobry</string>
<string name="title_good_night">Dobranoc</string>
<string name="title_user_info">Jak masz na imię?</string>
<string name="title_good_night">Dobry wieczór</string>
<string name="title_user_info">Jak się nazywasz?</string>
<string name="today">Dzisiaj</string>
<string name="track_hint">"Utwór (2, dla utworu 2, lub 3004 dla utworu 4 na płycie 3)"</string>
<string name="track_list">Numer ścieżki</string>
<string name="translate">Tłumacz</string>
<string name="unplayable_file">Nie mo\u017cna odtworzy\u0107 tego utworu.</string>
<string name="up_next">Kolejny</string>
<string name="update_image">Zmień obrazek</string>
<string name="updating">Aktualizowanie...</string>
<string name="top_albums">Najczęściej odtwarzane albumy</string>
<string name="top_artists">Najczęściej odtwarzani artyści</string>
<string name="track_hint">"Ścieżka (2 dla ścieżki 2 lub 3004 dla ścieżki CD3 4)"</string>
<string name="track_list">Numer utworu</string>
<string name="translate">Przetłumacz</string>
<string name="translate_community">Pomóż nam tłumaczyć aplikację na swój język</string>
<string name="twitter_page">Strona na Twitterze</string>
<string name="twitter_page_summary">Podziel się swoim designem z RetroMusicApp</string>
<string name="unplayable_file">Nie mo\u017cna odtworzy\u0107 utworu</string>
<string name="up_next">Następne</string>
<string name="update_image">Zaktualizuj obrazek</string>
<string name="updating">Aktualizuje...</string>
<string name="version">Wersja</string>
<string name="web_search">Przeszukiwanie sieci</string>
<string name="what_do_you_want_to_share">Co chcesz udostępnić?</string>
<string name="virtualizer">Wirtualizacja</string>
<string name="web_search">Przeszukaj sieć</string>
<string name="what_do_you_want_to_share">Co chciałbyś udostępnić?</string>
<string name="window">Okno</string>
<string name="x_has_been_set_as_ringtone">"Ustaw %1$s jako dzwonek "</string>
<string name="x_selected">%1$d zaznaczono</string>
<string name="x_has_been_set_as_ringtone">Ustaw %1$s jako dzwonek.</string>
<string name="x_selected">Wybrano %1$d</string>
<string name="year">Rok</string>
</resources>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">Cor dos detalhes</string>
<string name="accent_color_desc">A cor secundária padrão é verde</string>
<string name="accent_color">Cor de destaque</string>
<string name="accent_color_desc">A cor de destaque padrão é verde.</string>
<string name="action_about">Sobre</string>
<string name="action_add_to_favorites">Adicionar aos favoritos</string>
<string name="action_add_to_playing_queue">Adicionar à fila de reprodução</string>
@ -9,17 +9,18 @@
<string name="action_clear_playing_queue">Limpar fila de reprodução</string>
<string name="action_clear_playlist">Limpar lista de reprodução</string>
<string name="action_delete">Excluir</string>
<string name="action_delete_from_device">Apagar do dispositivo</string>
<string name="action_delete_from_device">Excluir do dispositivo</string>
<string name="action_details">Detalhes</string>
<string name="action_go_to_album">Ir para o álbum</string>
<string name="action_go_to_artist">Ir para o artista</string>
<string name="action_go_to_start_directory">Ir para a pasta inicial</string>
<string name="action_go_to_genre">Ir para o gênero</string>
<string name="action_go_to_start_directory">Ir para o diretório inicial</string>
<string name="action_grant">Conceder</string>
<string name="action_grid_size">Tamanho da grade</string>
<string name="action_grid_size_land">Tamanho da grade (horizontal)</string>
<string name="action_next">Próximo</string>
<string name="action_play">Reproduzir</string>
<string name="action_play_next">Reproduzir a seguir</string>
<string name="action_play_next">Próxima</string>
<string name="action_play_pause">Reproduzir/Pausar</string>
<string name="action_previous">Anterior</string>
<string name="action_remove_from_favorites">Remover dos favoritos</string>
@ -28,94 +29,115 @@
<string name="action_rename">Renomear</string>
<string name="action_save_playing_queue">Salvar fila de reprodução</string>
<string name="action_scan">Escanear</string>
<string name="action_search">Procurar</string>
<string name="action_set">Definir</string>
<string name="action_scan_directory">Diretório de escaneamento</string>
<string name="action_search">Pesquisar</string>
<string name="action_set">Começar</string>
<string name="action_set_as_ringtone">Definir como toque</string>
<string name="action_set_as_start_directory">Definir como diretório inicial</string>
<string name="action_settings">"Configurações"</string>
<string name="action_share">Compartilhar</string>
<string name="action_shuffle_all">Embaralhar todas</string>
<string name="action_shuffle_playlist">Misturar listas de reprodução</string>
<string name="action_sleep_timer">Temporizador de soneca</string>
<string name="action_shuffle_playlist">Embaralhar lista de reprodução</string>
<string name="action_sleep_timer">Temporizador</string>
<string name="action_sort_order">Ordem de classificação</string>
<string name="action_tag_editor">Editor de tags</string>
<string name="adaptive">Adaptável</string>
<string name="add_action">Adicionar</string>
<string name="add_photo">Adicionar\nfoto</string>
<string name="add_photo">Adicionar foto</string>
<string name="add_playlist_title">"Adicionar à lista de reprodução"</string>
<string name="added_title_to_playing_queue">"1 título adicionado a fila de reprodução"</string>
<string name="added_x_titles_to_playing_queue">Adicionado %1$d título (s) à fila de reprodução</string>
<string name="added_title_to_playing_queue">"Uma música foi adicionada à fila de reprodução"</string>
<string name="added_x_titles_to_playing_queue">Foram adicionadas %1$d músicas na fila de reprodução</string>
<string name="album">Álbum</string>
<string name="album_artist">Artista do álbum</string>
<string name="album_or_artist_empty">O título ou artista está vazio.</string>
<string name="album_artist">Álbum do artista</string>
<string name="album_or_artist_empty">O título ou artista está vazio</string>
<string name="albums">Álbuns</string>
<!-- Android Auto -->
<string name="always">Sempre</string>
<string name="app_share">Olá! Confira este incrível player de música:
<string name="app_share">E aí? Teste esse player de música bem legal:
https://play.google.com/store/apps/details?id=%s</string>
<!-- App Shortcuts -->
<string name="app_shortcut_last_added_long">@string/last_added</string>
<string name="app_shortcut_last_added_short">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long">@string/action_shuffle_all</string>
<string name="app_shortcut_last_added_long">Adicionada por último</string>
<string name="app_shortcut_last_added_short">Adicionada por último</string>
<string name="app_shortcut_shuffle_all_long">Embaralhar todas</string>
<string name="app_shortcut_shuffle_all_short">Embaralhar</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Faixas Principais</string>
<string name="app_shortcut_top_tracks_long">Minhas favoritas</string>
<string name="app_shortcut_top_tracks_short">Músicas favoritas</string>
<string name="app_widget_big_name">Retro Music - Grande</string>
<string name="app_widget_card_name">Retro music - Cartão</string>
<string name="app_widget_card_name">Retro Music - Cartão</string>
<string name="app_widget_classic_name">Retro Music - Clássico</string>
<string name="app_widget_small_name">Retro Music - Pequeno</string>
<string name="artist">Artista</string>
<string name="artists">Artistas</string>
<string name="audio_focus_denied">Foco de áudio negado.</string>
<string name="audio_settings_summary">Ajustar configurações de som e os controles do equalizador</string>
<string name="audio_focus_denied">Foco de áudio negado</string>
<string name="audio_settings_summary">Alterar as configurações de som e ajustar os controles do equalizador</string>
<string name="bass_boost">Aumento de graves</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Apenas Escuro</string>
<string name="blacklist">Lista Negra</string>
<string name="blur">Desfocado</string>
<string name="blur_card">Cartão com desfoque</string>
<string name="buy_retromusic_pro">Comprar RetroMusic Pro</string>
<string name="cancel_current_timer">Cancelar o temporizador atual</string>
<string name="black_theme_name">Apenas Preto</string>
<string name="blacklist">Lista negra</string>
<string name="blur">Desfoque</string>
<string name="blur_card">Cartão Desfocado</string>
<string name="pref_keep_screen_on_title">Manter a tela ligada</string>
<string name="pref_keep_screen_on_summary">Tenha em mente que ativar este recurso pode afetar a duração da bateria</string>
<string name="pref_blur_amount_title">Quantidade de desfoque</string>
<string name="pref_blur_amount_summary">Quantidade de desfoque aplicado para temas com desfoque, mais baixo é mais rápido.</string>
<string name="buy_retromusic_pro">Comprar Retro Music Pro</string>
<string name="cancel_current_timer">Cancelar</string>
<string name="card">Cartão</string>
<string name="changelog">Novidades</string>
<string name="changelog_summary">Registro de alterações mantido no canal do Telegram</string>
<string name="card_color_style">Cartão Colorido</string>
<string name="card_circular_style">Circular</string>
<string name="image">Imagem</string>
<string name="card_style">Cartão</string>
<string name="cast">Cast</string>
<string name="changelog">Lista de mudanças</string>
<string name="changelog_summary">Lista de mudanças mantida no Canal no Telegram</string>
<string name="clear_action">Limpar</string>
<string name="clear_blacklist">Limpar lista negra</string>
<string name="clear_playlist_title">Limpar lista de reprodução</string>
<string name="clear_playlist_x"><![CDATA[Limpar a lista de reprodu\u00e7\u00e3o <b>%1$s</b>? Isso n\u00e3o poder\u00e1 ser desfeito!]]></string>
<string name="color">Colorido</string>
<string name="clear_playlist_x"><![CDATA[Limpar a lista de reprodu\u00e7\u00e3o <b>%1$s</b>? Isso n\u00e3o pode ser desfeito!]]></string>
<string name="close_notification">Fechar</string>
<string name="color">Cor</string>
<string name="color_theme_name">Cor</string>
<string name="colors">Cores</string>
<string name="could_not_create_playlist">N\u00e3o foi poss\u00edvel criar a lista de reprodu\u00e7\u00e3o.</string>
<string name="could_not_download_album_cover">"N\u00e3o foi poss\u00edvel baixar esta capa :("</string>
<string name="could_not_restore_purchase">Não pudemos restaurar a compra.</string>
<string name="could_not_download_album_cover">"N\u00e3o foi poss\u00edvel baixar uma capa do \u00e1lbum correspondente."</string>
<string name="could_not_restore_purchase">Não foi possível restaurar a compra.</string>
<string name="could_not_scan_files">Não foi possível escanear %d arquivos.</string>
<string name="create_action">Criar</string>
<string name="created_playlist_x">Lista de reprodução %1$s criada.</string>
<string name="currently_listening_to_x_by_x">Ouvindo agora %1$s de %2$s.</string>
<string name="dark_theme_name">Um pouco Escuro</string>
<string name="default_hint">Nenhuma Letra</string>
<string name="created_playlist_x">A lista de reprodução %1$s foi criada.</string>
<string name="credit_title">Membros e contribuidores</string>
<string name="currently_listening_to_x_by_x">Ouvindo atualmente %1$s por %2$s.</string>
<string name="dark_theme_name">Meio Escuro</string>
<string name="default_hint">Não há letras</string>
<string name="delete_playlist_title">Excluir lista de reprodução</string>
<string name="delete_playlist_x"><![CDATA[Excluir a lista de reprodução <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Excluir listas de reprodução</string>
<string name="delete_song_x"><![CDATA[Excluir a música <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Excluir <b>%1$d</b> listas de reprodução?]]></string>
<string name="delete_x_playlists"><![CDATA[Excluir listas de reprodução <b>%1$d</b>?]]></string>
<string name="delete_x_songs"><![CDATA[Excluir <b>%1$d</b> músicas?]]></string>
<string name="deleted_x_songs">%1$d músicas excluídas.</string>
<string name="do_you_want_to_clear_the_blacklist">Deseja mesmo limpar a lista negra?</string>
<string name="deleted_x_songs">%1$d músicas foram excluídas</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">Entre no servidor no Discord para acompanhar as últimas notícias</string>
<string name="do_you_want_to_clear_the_blacklist">Deseja limpar a lista negra?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Deseja remover <b>%1$s</b> da lista negra?]]></string>
<string name="donate">Doar</string>
<string name="donate_summary">Se você acha que eu mereço ser pago pelo meu trabalho, você pode me deixar alguns dólares aqui.</string>
<string name="donation_header">Compre para mim um</string>
<string name="donate_summary">Se você acha que eu mereço ser recompensado pelo meu trabalho, você pode me deixar algum dinheiro aqui</string>
<string name="donation_header">Me compre um:</string>
<string name="download_from_last_fm">Baixar do Last.fm</string>
<string name="edit_cover">Editar capa</string>
<string name="empty">Vazio</string>
<string name="equalizer">Equalizador</string>
<string name="faq">FAQ</string>
<string name="favorites">Favoritos</string>
<string name="flat">Minimalista</string>
<string name="flat">Plano</string>
<string name="folders">Pastas</string>
<string name="for_you">Pra você</string>
<string name="full">Tela Cheia</string>
<string name="general_settings_summary">Alterar cores gerais do aplicativo</string>
<string name="for_you">Para você</string>
<string name="full">Tela cheia</string>
<string name="general_settings_summary">Alterar o tema e as cores do aplicativo</string>
<string name="general_settings_title">Aparência</string>
<string name="genre">Gênero</string>
<string name="genres">Gênero</string>
<string name="genres">Gêneros</string>
<string name="git_hub_summary">Fork o projeto no GitHub</string>
<string name="google_plus_community">Entre na comunidade do Google Plus, onde você pode pedir ajuda ou acompanhar as atualizações do Retro Music</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -126,181 +148,237 @@ https://play.google.com/store/apps/details?id=%s</string>
<string name="grid_size_8">8</string>
<string name="history">Histórico</string>
<string name="home">Início</string>
<string name="inserted_x_songs_into_playlist_x">%1$d músicas inseridas na lista de reprodução %2$s.</string>
<string name="image_settings_summary">Alterar as configurações de download das imagens dos artistas</string>
<string name="inserted_x_songs_into_playlist_x">Inseridas %1$d músicas na lista de reprodução %2$s.</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Compartilhar seu perfil do Retro Music no Instagram.</string>
<string name="label_bit_rate">Taxa de bits</string>
<string name="label_file_format">Formato</string>
<string name="label_file_name">Nome do arquivo</string>
<string name="label_file_path">Diretório do arquivo</string>
<string name="label_file_path">Caminho do arquivo</string>
<string name="label_file_size">Tamanho</string>
<string name="label_sampling_rate">Taxa de amostragem</string>
<string name="label_track_length">Duração</string>
<string name="last_added">Adições recentes</string>
<string name="lets_play_something">Vamos tocar algo?</string>
<string name="label_track_length">Comprimento</string>
<string name="last_added">Adicionado recentemente</string>
<string name="lets_play_something">Vamos reproduzir algo</string>
<string name="library">Biblioteca</string>
<string name="licenses">Licenças</string>
<string name="light_theme_name">Branco</string>
<string name="licenses">"Licenças "</string>
<string name="light_theme_name">Claramente Branco</string>
<string name="listing_files">Listando arquivos</string>
<string name="loading_products">Carregando produtos...</string>
<string name="lyrics">Letras</string>
<string name="material">Material</string>
<string name="my_name">Meu Nome</string>
<string name="my_top_tracks">Minhas faixas principais</string>
<string name="my_top_tracks">Mais tocadas</string>
<string name="never">Nunca</string>
<string name="new_banner_photo">Nova foto no banner</string>
<string name="new_playlist_title">Nova lista de reprodução</string>
<string name="new_start_directory">%s é a nova pasta inicial.</string>
<string name="new_profile_photo">"Nova foto de perfil "</string>
<string name="new_start_directory">%s é o novo diretório inicial</string>
<string name="no_albums">Sem álbuns</string>
<string name="no_artists">Sem artistas</string>
<string name="no_audio_ID">"Toque uma música primeiro, então tente de novo"</string>
<string name="no_equalizer">Nenhum equalizador encontrado.</string>
<string name="no_audio_ID">"Reproduza uma música primeiro, e tente novamente"</string>
<string name="no_equalizer">Nenhum equalizador encontrado</string>
<string name="no_genres">Sem gêneros</string>
<string name="no_lyrics_found">Nenhuma letra encontrada</string>
<string name="no_playlists">Sem listas de reprodução</string>
<string name="no_purchase_found">Nenhum compra encontrada.</string>
<string name="no_playlists">Sem lista de reprodução</string>
<string name="no_purchase_found">Nenhuma compra encontrada.</string>
<string name="no_results">Sem resultados</string>
<string name="no_songs">Sem músicas</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Letras normais</string>
<string name="normal_style">Normal</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> não está listado no armazenamento de mídia.]]></string>
<string name="nothing_to_scan">Nada para escanear.</string>
<string name="notification">Notificação</string>
<string name="notification_settings_summary">Personalizar o estilo da notificação</string>
<string name="now_playing">Em reprodução</string>
<string name="now_playing_queue">Fila de reprodução</string>
<string name="only_on_wifi">Apenas no Wi-Fi</string>
<string name="others">Outros</string>
<string name="past_three_months">Nos últimos 3 meses</string>
<string name="notification_settings_summary">Personalizar o estilo de notificação</string>
<string name="now_playing">Reproduzindo agora</string>
<string name="now_playing_queue">Reproduzindo agora na fila</string>
<string name="only_on_wifi">Apenas com Wi-Fi</string>
<string name="others">Outro</string>
<string name="past_three_months">Últimos 3 meses</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me nos permite enviar dinheiro em segundos! Se usar seu cartão de crédito, o PayPal fica com 3% das doações e uma tarifa padrão de $0,30. Em caso de dúvidas, clique em <a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">mais</a></string>
<string name="permission_external_storage_denied">A permissão para acessar o armazenamento externo foi negada.</string>
<string name="permissions_denied">Permissões negadas.</string>
<string name="paypal_summary">PayPal.me é uma maneira fácil de me doar dinheiro. Caso você tenha vinculado apenas um cartão de débito ou de crédito a taxa nos EUA é de 2,9% da doação + US $0,30, caso contrário, não há taxa.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">mais</a></string>
<string name="permission_external_storage_denied">Permissão para acessar o armazenamento externo negada.</string>
<string name="permissions_denied">Permissões negadas</string>
<string name="personalize">Personalizar</string>
<string name="personalize_settings_summary">Personalizar a tela de reprodução e a interface</string>
<string name="pick_from_local_storage">Escolher do armazenamento local</string>
<string name="plain">Plano</string>
<string name="playing_notification_description">A notificação do player fornece ações de tocar/pausar etc.</string>
<string name="personalize_settings_summary">Personalizar os controles em Reproduzindo agora e na Interface do Usuário</string>
<string name="pick_from_local_storage">Escolha do armazenamento local</string>
<string name="plain">Avião</string>
<string name="playing_notification_description">A notificação de reprodução fornece ações para reprodução/pausa, etc.</string>
<string name="playing_notification_name">Notificação de reprodução</string>
<string name="playlist_empty_text">Lista de reprodução vazia</string>
<string name="playlist_is_empty">A playlist está vazia</string>
<string name="playlist_is_empty">A lista de reprodução está vazia</string>
<string name="playlist_name_empty">Nome da lista de reprodução</string>
<string name="playlists">Listas</string>
<string name="playlists">Listas de reprodução</string>
<string name="pref_header_audio">Áudio</string>
<string name="pref_header_general">Geral</string>
<string name="pref_header_general">Tema</string>
<string name="pref_header_images">Imagens</string>
<string name="pref_header_lockscreen">Tela de bloqueio</string>
<string name="pref_header_playlists">Listas de reprodução</string>
<string name="pref_only_lollipop">"Disponível apenas no Android Lollipop."</string>
<string name="pref_summary_album_art_on_lockscreen">Usa a capa do álbum da música atual como papel de parede na tela de bloqueio.</string>
<string name="pref_summary_audio_ducking">Notificações, navegação, etc.</string>
<string name="pref_summary_blurred_album_art">Desfoca a capa de álbum na tela de bloqueio. Pode causar problemas com aplicativos de terceiros e widgets.</string>
<string name="pref_summary_carousel_effect">Efeito carrossel em capas na tela de reprodução.Tema de Cartão e Cartão com desfoque não funcionarão.</string>
<string name="pref_only_lollipop">"Disponível apenas no Android Lollipop"</string>
<string name="pref_summary_album_art_on_lockscreen">Usar a capa do álbum da música em reprodução como papel de parede na tela de bloqueio</string>
<string name="pref_summary_audio_ducking">Diminuir o volume quando um som do sistema é reproduzido ou uma notificação chega</string>
<string name="pref_summary_blurred_album_art">Desfoca a capa do álbum na tela de bloqueio. Pode causar problemas com aplicativos e widgets de terceiros.</string>
<string name="pref_summary_carousel_effect">Efeito carrossel na imagem do álbum na tela de reprodução. Note que os temas \"Cartão\" e \"Cartão Desfocado\" não funcionarão.</string>
<string name="pref_summary_classic_notification">Usar o design de notificação clássico.</string>
<string name="pref_summary_colored_app">Cor de fundo e cor dos botões de controle mudam de acordo com a arte do álbum na tela do player</string>
<string name="pref_summary_colored_app_shortcuts">Colore os atalhos do aplicativo na cor de destaque. Sempre que você mudar a cor, basta alternar isso para entrar em vigor.</string>
<string name="pref_summary_colored_navigation_bar">Colore a barra de navegação na cor primária.</string>
<string name="pref_summary_colored_notification">"A notifica\u00e7\u00e3o ser\u00e1 pintada com a cor mais vibrante do \u00e1lbum."</string>
<string name="pref_summary_dominant_color">A cor dominante será escolhida a partir da capa do álbum ou imagem do artista.</string>
<string name="pref_summary_gapless_playback">"Pode causar erros de reprodução em alguns dispositivos."</string>
<string name="pref_summary_ignore_media_store_artwork">Pode melhorar a qualidade da capa do álbum, mas atrasa o carregamento da imagem. Habilite isso se você tem problemas de capas em baixa resolução.</string>
<string name="pref_summary_lock_screen">Controles na tela de bloqueio para Retro Music.</string>
<string name="pref_summary_open_source_licences">Detalhes de licença de software de código aberto.</string>
<string name="pref_summary_round_corners">Bordas redondas na janela, arte do álbum, etc.</string>
<string name="pref_summary_tab_titles">Ativar/desativar títulos de guias inferiores.</string>
<string name="pref_summary_colored_app">A cor da tela de fundo e dos botões de controle mudam de acordo com a imagem do álbum da tela de reprodução.</string>
<string name="pref_summary_colored_app_shortcuts">Colorir os atalhos do aplicativo na cor de destaque. Toda vez que você mudar a cor por favor alterne isso para ter efeito</string>
<string name="pref_summary_colored_navigation_bar">Colore a barra de navegação na cor primária</string>
<string name="pref_summary_colored_notification">"Colore a notifica\u00e7\u00e3o na cor vibrante da capa do \u00e1lbum."</string>
<string name="pref_summary_dominant_color">A cor dominante será escolhida da capa do álbum ou artista</string>
<string name="pref_summary_gapless_playback">"Pode causar problemas de reprodução em alguns dispositivos."</string>
<string name="pref_summary_ignore_media_store_artwork">Pode aumentar a qualidade da capa do álbum, mas diminui a velocidade do carregamento das imagens. Ative isso apenas se você tiver problemas com fotos de baixa resolução</string>
<string name="pref_summary_lock_screen">Usar controles personalizados do Retro Music na tela de bloqueio</string>
<string name="pref_summary_open_source_licences">Detalhes da licença para software de código aberto</string>
<string name="pref_summary_round_corners">Arredondar as bordas do aplicativo</string>
<string name="pref_summary_tab_titles">Ativar títulos para as guias da barra de navegação inferior</string>
<string name="pref_summary_toggle_full_screen">Modo imersivo</string>
<string name="pref_summary_toggle_headset">Começa a tocar imediatamente quando o fone de ouvido for conectado.</string>
<string name="pref_summary_toggle_volume">Se houver espaço na tela de reprodução, mostrar controle de volume.</string>
<string name="pref_summary_toggle_headset">Comecar a reproduzir imediatamente quando os fones de ouvido forem conectados</string>
<string name="pref_summary_toggle_shuffle">O modo de reprodução aleatória será desativado ao reproduzir uma nova lista de músicas</string>
<string name="pref_summary_toggle_volume">Se houver espaço suficiente, mostrar os controles de volume na tela e reprodução</string>
<string name="pref_summary_extra_controls">Adicionar botões extras para o mini reprodutor</string>
<string name="pref_summary_genre_toggle">Exibir a guia de gêneros</string>
<string name="pref_summary_home_banner">Exibir o banner na tela inicial</string>
<string name="pref_title_album_art_on_lockscreen">Mostrar capa do álbum</string>
<string name="pref_title_app_shortcuts">Atalhos do aplicativo coloridos</string>
<string name="pref_title_audio_ducking">Diminuir volume na perda de foco</string>
<string name="pref_title_auto_download_artist_images">Baixar imagens de artistas automaticamente</string>
<string name="pref_title_blurred_album_art">Desfocar capa do álbum</string>
<string name="pref_title_album_grid_style">Grade do álbum</string>
<string name="pref_title_app_shortcuts">Atalhos de aplicativos colorido</string>
<string name="pref_title_artist_grid_style">Grade do artista</string>
<string name="pref_title_audio_ducking">Reduzir volume na perda de foco</string>
<string name="pref_title_auto_download_artist_images">Baixar automaticamente as imagens dos artistas</string>
<string name="pref_title_blurred_album_art">Desfocar a capa do álbum</string>
<string name="pref_title_choose_equalizer">Escolha o equalizador</string>
<string name="pref_title_classic_notification">Design de notificação clássico</string>
<string name="pref_title_colored_app">Cor adaptável</string>
<string name="pref_title_colored_notification">Notificação colorida</string>
<string name="pref_title_gapless_playback">Reprodução sem pausa</string>
<string name="pref_title_general_theme">Tema geral</string>
<string name="pref_title_colored_notification">Notificações coloridas</string>
<string name="pref_title_gapless_playback">Reprodução contínua</string>
<string name="pref_title_general_theme">Tema do aplicativo</string>
<string name="pref_title_ignore_media_store_artwork">Ignorar capas do Armazenamento de Mídia</string>
<string name="pref_title_last_added_interval">Intervalo da Playlist últimas adicionadas</string>
<string name="pref_title_lock_screen">Controles de tela cheia</string>
<string name="pref_title_last_added_interval">Intervalo da Lista de reprodução \"Últimos adicionados\"</string>
<string name="pref_title_lock_screen">Controles em tela cheia</string>
<string name="pref_title_navigation_bar">Barra de navegação colorida</string>
<string name="pref_title_now_playing_screen_appearance">Aparência</string>
<string name="pref_title_now_playing_screen_appearance">Tema da tela \"Reproduzindo agora\"</string>
<string name="pref_title_open_source_licences">Licenças de código aberto</string>
<string name="pref_title_round_corners">Bordas arredondadas</string>
<string name="pref_title_toggle_carousel_effect">Efeito carrossel</string>
<string name="pref_title_toggle_dominant_color">Cor dominante</string>
<string name="pref_title_toggle_full_screen">Aplicativo em Tela Cheia</string>
<string name="pref_title_toggle_tab_titles">Título nas abas</string>
<string name="pref_title_toggle_full_screen">Aplicativo em tela cheia</string>
<string name="pref_title_toggle_tab_titles">Títulos das guias</string>
<string name="pref_title_toggle_toggle_headset">Reprodução automática</string>
<string name="pref_title_toggle_volume">Controle de Volume</string>
<string name="pref_title_user_info">Informações de Usuário</string>
<string name="pref_title_toggle_toggle_shuffle">Modo aleatório</string>
<string name="pref_title_toggle_volume">Controles de volume</string>
<string name="pref_title_user_info">Informação de usuário</string>
<string name="pref_title_extra_controls">Controles extras</string>
<string name="pref_title_home_banner">Banner da tela inicial</string>
<string name="pref_title_genre_toggle">Mostrar a guia de gêneros</string>
<string name="primary_color">Cor primária</string>
<string name="primary_color_desc">A cor primária do tema, O padrão é cinza azulado, por funcionar com cores escuras.</string>
<string name="primary_color_desc">A cor principal do tema, por padrão é cinza azulado, pois agora funciona com cores escuras</string>
<string name="purchase">Comprar</string>
<string name="purchase_summary">*Pense antes de comprar, não pergunte por reembolso.</string>
<string name="queue">Fila</string>
<string name="rate_app">Avalie o aplicativo</string>
<string name="rate_on_google_play_summary">Se você ama este app, deixe uma avaliação positiva na Google Play para nos incentivar</string>
<string name="rate_app">Avaliar o aplicativo</string>
<string name="rate_on_google_play_summary">Adorou este aplicativo? Informe-nos na Google Play Score como podemos melhorar o aplicativo</string>
<string name="recent_albums">Álbuns recentes</string>
<string name="recent_artists">Artistas recentes</string>
<string name="remove_action">Remover</string>
<string name="remove_banner_photo">Remover banner</string>
<string name="remove_cover">Remover capa</string>
<string name="remove_from_blacklist">Remover da lista negra</string>
<string name="remove_profile_photo">Remover foto do perfil</string>
<string name="remove_song_from_playlist_title">Remover música da lista de reprodução</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remover a música <b>%1$s</b> da lista de reprodução?]]></string>
<string name="remove_songs_from_playlist_title">Remover músicas da lista de reprodução</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remover <b>%1$d</b> da playlist?]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remover <b>%1$d</b> músicas da lista de reprodução?]]></string>
<string name="rename_playlist_title">Renomear lista de reprodução</string>
<string name="reset_artist_image">Resetar imagem de artista</string>
<string name="reset_artist_image">Resetar a imagem do artista</string>
<string name="restore">Restaurar</string>
<string name="restored_previous_purchase_please_restart">Restaurar compra anterior.Por favor reinicie o aplicativo para fazer uso de todas as opções.</string>
<string name="restored_previous_purchases">Compras anteriores restauradas.</string>
<string name="restoring_purchase">Restaurando compra…</string>
<string name="retro_equalizer">Equalizador Retro</string>
<string name="restored_previous_purchase_please_restart">Compra anterior foi restaurada. Por favor, reinicie o aplicativo para fazer uso de todos os recursos.</string>
<string name="restored_previous_purchases">Compra anterior foi restaurada.</string>
<string name="restoring_purchase">Restaurando licença...</string>
<string name="retro_equalizer">Equalizador do Retro Music</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Salvar como arquivo</string>
<string name="saved_playlist_to">Lista de reprodução salva em %s</string>
<string name="save_playlists_title">Salvar como arquivos</string>
<string name="saved_playlist_to">Lista de reprodução salva para %s.</string>
<string name="saving_changes">Salvando alterações</string>
<string name="scanned_files">Foram escaneados %1$d de %2$d arquivos.</string>
<string name="search_hint">Buscar na sua biblioteca...</string>
<string name="set_artist_image">Defina uma imagem para o artista</string>
<string name="scan_media">Escanear mídia</string>
<string name="scanned_files">Escaneamento %1$d dos %2$d arquivos.</string>
<string name="search_hint">Pesquise sua biblioteca...</string>
<string name="select_all">Selecionar tudo</string>
<string name="select_banner_photo">Definir foto do banner</string>
<string name="set_artist_image">Definir imagem do artista</string>
<string name="shuffle">Aleatório</string>
<string name="simple">Simples</string>
<string name="sleep_timer_canceled">Temporizador de soneca cancelado.</string>
<string name="sleep_timer_canceled">Temporizador cancelado.</string>
<string name="sleep_timer_set">Temporizador definido para %d minutos a partir de agora.</string>
<string name="social">Social</string>
<string name="song">Música</string>
<string name="song_duration">Duração da música</string>
<string name="songs">Músicas</string>
<string name="sort_order">Ordenar por</string>
<string name="speech_not_supported">Desculpe! Seu dispositivo não suporta entrada de voz.</string>
<string name="speech_prompt">Buscar na biblioteca</string>
<string name="summary_user_info">Apenas mostra seu nome na Página Inicial</string>
<string name="sort_order">Ordem de classificação</string>
<string name="sort_order_a_z">Crescente</string>
<string name="sort_order_album">Álbum</string>
<string name="sort_order_artist">Artista</string>
<string name="sort_order_date">Data</string>
<string name="sort_order_year">Ano</string>
<string name="sort_order_z_a">Decrescente</string>
<string name="speech_not_supported">Desculpe! O seu dispositivo não suporta entrada de voz</string>
<string name="speech_prompt">"Pesquisar na sua biblioteca "</string>
<string name="summary_user_info">Mostrar apenas o seu nome na tela inicial</string>
<string name="support_development">Apoiar o desenvolvimento</string>
<string name="synced_lyrics">Letras sincronizadas</string>
<string name="system_equalizer">Equalizador do sistema</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Junte-se ao grupo no Telegram para discutir bugs, fazer sugestões e muito mais</string>
<string name="thank_you">Obrigado!</string>
<string name="the_audio_file">O arquivo de áudio</string>
<string name="the_audio_file">Arquivo de áudio</string>
<string name="this_month">Este mês</string>
<string name="this_week">Esta semana</string>
<string name="this_year">Este ano</string>
<string name="tiny">Minúsculo</string>
<string name="title_dashboard">Painel</string>
<string name="title_dashboard">Painel de controle</string>
<string name="title_good_afternoon">Boa tarde</string>
<string name="title_good_day">Bom dia</string>
<string name="title_good_evening">Boa noite</string>
<string name="title_good_morning">Bom dia</string>
<string name="title_good_evening">Boa tarde</string>
<string name="title_good_morning">Boa manhã</string>
<string name="title_good_night">Boa noite</string>
<string name="title_user_info">Qual é seu nome</string>
<string name="title_user_info">Qual o seu nome?</string>
<string name="today">Hoje</string>
<string name="top_albums">Top álbuns</string>
<string name="top_artists">Top artistas</string>
<string name="track_hint">"Faixa (2 para a faixa 2 ou 3004 para a faixa 4 do CD3)"</string>
<string name="track_list">Número da faixa</string>
<string name="top_albums">Melhores albuns</string>
<string name="top_artists">Melhores artistas</string>
<string name="track_hint">"Música (2 para a música 2 ou 3004 para a música 4 do CD3)"</string>
<string name="track_list">Número da música</string>
<string name="translate">Traduzir</string>
<string name="unplayable_file">N\u00e3o foi poss\u00edvel reproduzir essa m\u00fasica.</string>
<string name="up_next">Próximo</string>
<string name="translate_community">Ajude-nos a traduzir o aplicativo para seu idioma</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Compartilhe seu design com o Retro Music!</string>
<string name="unplayable_file">N\u00e3o foi poss\u00edvel reproduzir esta m\u00fasica.</string>
<string name="up_next">Próxima</string>
<string name="update_image">Atualizar imagem</string>
<string name="updating">Atualizando...</string>
<string name="version">Versão</string>
<string name="web_search">Busca online</string>
<string name="virtualizer">Virtualizador</string>
<string name="web_search">Pesquisar na internet</string>
<string name="what_do_you_want_to_share">O que você quer compartilhar?</string>
<string name="window">Janela</string>
<string name="x_has_been_set_as_ringtone">Definir %1$s como toque do seu telefone.</string>
<string name="x_selected">Seleção: %1$d</string>
<string name="x_has_been_set_as_ringtone">Selecionar %1$s como seu toque.</string>
<string name="x_selected">%1$d selecionado.</string>
<string name="year">Ano</string>
<string name="made_with_love">Feito com ❤️ na Índia</string>
<string name="clear_app_data">Limpar dados do aplicativo</string>
<string name="bug_report_summary">Um erro inesperado ocorreu. Se você tentar novamente e o erro persistir, use a opção \"Limpar dados do aplicativo\"</string>
<string name="error">Erro</string>
<string name="base_color_theme">Tema padrão de cor</string>
<string name="now_playing_themes">Mais 9 temas de reprodução</string>
<string name="carousal_effect_on_now_playing_screen">Efeito carrossel na tela de reprodução</string>
<string name="window_corner_edges">Cantos arredondados</string>
<string name="pref_title_album_cover_style">Tema da capa do álbum</string>
<string name="circular">Circular</string>
<string name="carousal">Caroulsal</string>
<string name="now_playing_summary">Personalizar a tela de reprodução</string>
<string name="full_card">Cartão cheio</string>
<string name="profile">Perfil</string>
<string name="bio">Bibliografia</string>
</resources>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="accent_color">重色</string>
<string name="accent_color_desc">主題色調,預設為綠色。</string>
<string name="accent_color_desc">主題色調,預設為綠色。</string>
<string name="action_about">關於</string>
<string name="action_add_to_favorites">加入至我的最愛</string>
<string name="action_add_to_playing_queue">加入至播放列表</string>
@ -10,9 +10,10 @@
<string name="action_clear_playlist">清除播放清單</string>
<string name="action_delete">刪除</string>
<string name="action_delete_from_device">由裝置記憶體刪除</string>
<string name="action_details"></string>
<string name="action_details"></string>
<string name="action_go_to_album">到專輯頁面</string>
<string name="action_go_to_artist">到歌手頁面</string>
<string name="action_go_to_genre">到類型頁面</string>
<string name="action_go_to_start_directory">到主目錄</string>
<string name="action_grant">接收</string>
<string name="action_grid_size">網格大小</string>
@ -28,8 +29,9 @@
<string name="action_rename">重新命名</string>
<string name="action_save_playing_queue">儲存播放清單</string>
<string name="action_scan">掃描</string>
<string name="action_scan_directory">掃描資料夾</string>
<string name="action_search">搜尋</string>
<string name="action_set">設定</string>
<string name="action_set">開始</string>
<string name="action_set_as_ringtone">設定為鈴聲</string>
<string name="action_set_as_start_directory">設定為主目錄</string>
<string name="action_settings">"設定"</string>
@ -37,15 +39,17 @@
<string name="action_shuffle_all">全部隨機播放</string>
<string name="action_shuffle_playlist">隨機播放播放清單</string>
<string name="action_sleep_timer">休眠計時器</string>
<string name="action_sort_order">排序方式</string>
<string name="action_tag_editor">標籤編輯</string>
<string name="adaptive">自適應</string>
<string name="add_action">增加</string>
<string name="add_photo">增\n相片</string>
<string name="add_playlist_title">"儲存播放清單"</string>
<string name="added_title_to_playing_queue">"已經將1首歌曲新增至播放播放列表。"</string>
<string name="added_x_titles_to_playing_queue">已經將 %1$d 歌曲新增至播放播放列表。</string>
<string name="add_photo">\n相片</string>
<string name="add_playlist_title">"加入至播放清單"</string>
<string name="added_title_to_playing_queue">"已經將1首歌曲新增至播放列表。"</string>
<string name="added_x_titles_to_playing_queue">已經將 %1$d 歌曲新增至播放列表。</string>
<string name="album">專輯</string>
<string name="album_artist">專輯歌手</string>
<string name="album_or_artist_empty">專輯或歌手一欄是空白的。</string>
<string name="album_or_artist_empty">標題或歌手一欄是空白的。</string>
<string name="albums">專輯</string>
<!-- Android Auto -->
<string name="always">經常</string>
@ -64,57 +68,75 @@
<string name="artist">歌手</string>
<string name="artists">歌手</string>
<string name="audio_focus_denied">無法找到音頻焦點。</string>
<string name="audio_settings_summary">調整音頻設定及等化器</string>
<string name="audio_settings_summary">更改音頻設定及調整等化器</string>
<string name="bass_boost">低音增強</string>
<string name="biography">演出者資料</string>
<string name="black_theme_name">純黑色</string>
<string name="blacklist">黑名單</string>
<string name="blur">模糊</string>
<string name="blur_card">模糊卡片</string>
<string name="buy_retromusic_pro">購買RetroMusic Pro</string>
<string name="cancel_current_timer">取消當前計時器</string>
<string name="pref_keep_screen_on_title">螢幕保持開啟</string>
<string name="pref_keep_screen_on_summary">請記住當您啟用此選項後或會影響電池壽命</string>
<string name="pref_blur_amount_title">模糊值</string>
<string name="pref_blur_amount_summary">給模糊模式主題的值,每值愈低就愈快</string>
<string name="buy_retromusic_pro">購買Retro Music Pro</string>
<string name="cancel_current_timer">取消</string>
<string name="card">卡片</string>
<string name="card_color_style">彩色卡片</string>
<string name="card_circular_style">圓形化</string>
<string name="image">圖片</string>
<string name="card_style">卡片</string>
<string name="cast">投放</string>
<string name="changelog">版本最新動向</string>
<string name="changelog_summary">在Telegram取得更新動向</string>
<string name="changelog_summary">在Telegram頻道取得更新動向</string>
<string name="clear_action">清除</string>
<string name="clear_blacklist">清除黑名單</string>
<string name="clear_playlist_title">清除播放清單</string>
<string name="clear_playlist_x"><![CDATA[\u8981\u6e05\u9664 <b>%1$s</b> \u64ad\u653e\u6e05\u55ae\u55ce? \u8acb\u6ce8\u610f\u9019\u500b\u52d5\u4f5c\u4e0d\u80fd\u9084\u539f!]]></string>
<string name="clear_playlist_x"><![CDATA[\u8981\u6e05\u9664<b>%1$s</b>\u64ad\u653e\u6e05\u55ae\u55ce?\u8acb\u6ce8\u610f\u9019\u4e0d\u80fd\u5fa9\u539f!]]></string>
<string name="close_notification">關閉</string>
<string name="color">彩色</string>
<string name="color_theme_name">彩色</string>
<string name="colors">色彩</string>
<string name="could_not_create_playlist">\u7121\u6cd5\u65b0\u589e\u64ad\u653e\u6e05\u55ae\u3002</string>
<string name="could_not_download_album_cover">"\u7121\u6cd5\u4e0b\u8f09\u76f8\u7b26\u7684\u5c08\u8f2f\u5716\u7247\u3002"</string>
<string name="could_not_create_playlist">\u7121\u6cd5\u5efa\u7acb\u64ad\u653e\u6e05\u55ae\u3002</string>
<string name="could_not_download_album_cover">"\u7121\u6cd5\u4e0b\u8f09\u5408\u9069\u7684\u5c08\u8f2f\u5716\u7247\u3002"</string>
<string name="could_not_restore_purchase">無法恢復購買狀態。</string>
<string name="could_not_scan_files">無法掃描 %d 個檔案。</string>
<string name="create_action">新增</string>
<string name="created_playlist_x">已新增 %1$s 播放清單。</string>
<string name="created_playlist_x">已新增%1$s播放清單。</string>
<string name="credit_title">成員和貢獻者</string>
<string name="currently_listening_to_x_by_x">我在聽由 %2$s 唱的 %1$s</string>
<string name="dark_theme_name">暗黑色</string>
<string name="default_hint">沒有歌詞</string>
<string name="delete_playlist_title">移除播放清單</string>
<string name="delete_playlist_x"><![CDATA[要移除 <b>%1$s</b> 播放清單嗎?]]></string>
<string name="delete_playlist_x"><![CDATA[要移除<b>%1$s</b>播放清單嗎?]]></string>
<string name="delete_playlists_title">移除多個播放清單</string>
<string name="delete_song_x"><![CDATA[要刪除 <b>%1$s</b> 歌曲嗎?]]></string>
<string name="delete_x_playlists"><![CDATA[要移除 <b>%1$d</b> 個播放清單嗎?]]></string>
<string name="delete_x_songs"><![CDATA[要刪除 <b>%1$d</b> 首歌曲嗎?]]></string>
<string name="deleted_x_songs">已刪除了 %1$d 首歌。</string>
<string name="do_you_want_to_clear_the_blacklist">您想要清除黑名單嗎?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[您想要將 <b>%1$s</b> 由黑名單移除嗎?]]></string>
<string name="delete_song_x"><![CDATA[要刪除<b>%1$s</b>歌曲嗎?]]></string>
<string name="delete_x_playlists"><![CDATA[要移除<b>%1$d</b>個播放清單嗎?]]></string>
<string name="delete_x_songs"><![CDATA[要移除<b>%1$d</b>個歌曲嗎?]]></string>
<string name="deleted_x_songs">已刪除%1$d首歌曲。</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">加入Discord伺服器來了解最新消息</string>
<string name="do_you_want_to_clear_the_blacklist">要清除黑名單嗎?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[您想要將<b>%1$s</b>由黑名單移除嗎?]]></string>
<string name="donate">捐款</string>
<string name="donate_summary">若果您覺得我的開發工作值得回報,可以捐助幾元給我。</string>
<string name="donation_header">給我買個</string>
<string name="donate_summary">若果您覺得我的開發工作值得回報,可以捐助幾元給我</string>
<string name="donation_header">給我買個:</string>
<string name="download_from_last_fm">由Last.fm下載</string>
<string name="edit_cover">編輯專輯圖片</string>
<string name="empty">空白</string>
<string name="equalizer">等化器</string>
<string name="faq">常見問題</string>
<string name="favorites">我的最愛</string>
<string name="flat">平面</string>
<string name="folders">資料夾</string>
<string name="for_you">給您的</string>
<string name="full">全螢幕</string>
<string name="general_settings_summary">更改程式整體色彩</string>
<string name="general_settings_summary">更改程式主題及色彩</string>
<string name="general_settings_title">介面外觀</string>
<string name="genre">類型</string>
<string name="genres">類型</string>
<string name="git_hub_summary">在Github參與專案</string>
<string name="google_plus_community">加入Google+社交圈在那裡您可以提出疑問或追蹤Retro Music的更新</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -125,7 +147,10 @@
<string name="grid_size_8">8</string>
<string name="history">歷史</string>
<string name="home">主頁</string>
<string name="inserted_x_songs_into_playlist_x">已新增了 %1$d 首歌到 %2$s 播放清單。</string>
<string name="image_settings_summary">更改下載歌手相片設定</string>
<string name="inserted_x_songs_into_playlist_x">已新增%1$d首歌曲到%2$s播放清單。</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">在Instagram分享以展示您的RetroMusic版面</string>
<string name="label_bit_rate">位元率</string>
<string name="label_file_format">格式</string>
<string name="label_file_name">檔案名</string>
@ -138,18 +163,21 @@
<string name="library">媒體庫</string>
<string name="licenses">許可證</string>
<string name="light_theme_name">淺白色</string>
<string name="listing_files">正在列出檔案...</string>
<string name="listing_files">正在列出檔案</string>
<string name="loading_products">載入中...</string>
<string name="lyrics">歌詞</string>
<string name="material">物質</string>
<string name="my_name">我的名字</string>
<string name="my_top_tracks">我的歌曲榜</string>
<string name="my_top_tracks">最常播放</string>
<string name="never">永不</string>
<string name="new_banner_photo">新橫幅圖片</string>
<string name="new_playlist_title">新播放清單</string>
<string name="new_start_directory">最新的主目錄是 %s 。</string>
<string name="new_profile_photo">最新個人資料圖片</string>
<string name="new_start_directory">最新的主目錄是%s。</string>
<string name="no_albums">沒有專輯</string>
<string name="no_artists">沒有歌手</string>
<string name="no_audio_ID">"請先播放一首歌曲,然後再試一次。"</string>
<string name="no_equalizer">找不到等化器</string>
<string name="no_equalizer">找不到等化器</string>
<string name="no_genres">無類型</string>
<string name="no_lyrics_found">找不到歌詞</string>
<string name="no_playlists">沒有播放清單</string>
@ -157,6 +185,8 @@
<string name="no_results">沒有結果</string>
<string name="no_songs">沒有歌曲</string>
<string name="normal">常用</string>
<string name="normal_lyrics">正常歌詞</string>
<string name="normal_style">常用</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b>不在媒體庫。]]></string>
<string name="nothing_to_scan">沒有項目可以掃描。</string>
<string name="notification">通知欄</string>
@ -167,7 +197,7 @@
<string name="others">其他</string>
<string name="past_three_months">在3個月內</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">Paypal.me是捐款給我們最簡單的方法。若如果您是使用信用卡或轉賬卡進行捐款PayPal.me則會收取 2.9% 的費用,而標準捐款加一為 US$0.30 <a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">更多資料</a></string>
<string name="paypal_summary">Paypal.me是捐款給我們最簡單的方法。若如果您是使用信用卡或轉賬卡進行捐款在美國境內則會收取捐款中的 2.9% 的費用,再另加 US$0.30 ,否則不收取任何費用<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">更多資料</a></string>
<string name="permission_external_storage_denied">存取外置儲存空間權限被拒。</string>
<string name="permissions_denied">存取權限被拒。</string>
<string name="personalize">個人化</string>
@ -181,65 +211,79 @@
<string name="playlist_name_empty">播放清單名稱</string>
<string name="playlists">播放清單</string>
<string name="pref_header_audio">音樂</string>
<string name="pref_header_general">一般</string>
<string name="pref_header_general">主題</string>
<string name="pref_header_images">圖片</string>
<string name="pref_header_lockscreen">鎖定螢幕</string>
<string name="pref_header_playlists">播放清單</string>
<string name="pref_only_lollipop">"只適合於Lollipop。"</string>
<string name="pref_summary_album_art_on_lockscreen">使用歌曲專輯圖片來用作鎖定畫面背景圖片</string>
<string name="pref_summary_audio_ducking">通知聲音、語音導航等</string>
<string name="pref_summary_blurred_album_art">在鎖定螢幕將專輯圖片模糊化,或會引致第三方程式及工具無法正常運作</string>
<string name="pref_summary_carousel_effect">於現正播放專輯圖片使用的走馬燈效果。請注意卡片模式及模糊卡片模式將無法使用此效果</string>
<string name="pref_summary_album_art_on_lockscreen">使用現在播放歌曲專輯圖片來用作鎖定畫面背景圖片</string>
<string name="pref_summary_audio_ducking">當播放系統聲音或收到通知時降低音量</string>
<string name="pref_summary_blurred_album_art">在鎖定螢幕將專輯圖片模糊化會引致第三方程式及工具無法正常運作</string>
<string name="pref_summary_carousel_effect">於現正播放專輯圖片使用的轉盤效果。請注意卡片模式及模糊卡片模式將無法使用此效果</string>
<string name="pref_summary_classic_notification">使用基本的通知欄設計</string>
<string name="pref_summary_colored_app">背景、控制按鈕色彩將根據專輯圖片而轉變</string>
<string name="pref_summary_colored_app_shortcuts">將重色設為程式捷徑色彩。每次更改色彩後請切換此選項來生效</string>
<string name="pref_summary_colored_navigation_bar">設定導航欄色彩為主色調</string>
<string name="pref_summary_colored_notification">"\u72c0\u614b\u5217\u984f\u8272\u8207\u5c08\u8f2f\u5716\u7247\u984f\u8272\u76f8\u540c"</string>
<string name="pref_summary_dominant_color">大多數主色會從專輯或歌手圖片中挑選</string>
<string name="pref_summary_colored_app">背景及控制按鈕色彩根據現在播放中的專輯圖片而轉變</string>
<string name="pref_summary_colored_app_shortcuts">將重色設為程式捷徑色彩。每次更改色彩後請切換此選項來生效</string>
<string name="pref_summary_colored_navigation_bar">設定導航欄色彩為主色調</string>
<string name="pref_summary_colored_notification">"\u5f9e\u5c08\u8f2f\u5716\u7247\u4e2d\u6700\u9bae\u660e\u7684\u8272\u5f69\u4f86\u6311\u9078\u901a\u77e5\u6b04\u8272\u5f69"</string>
<string name="pref_summary_dominant_color">大多數主色會從專輯或歌手圖片中挑選</string>
<string name="pref_summary_gapless_playback">"或會引致某些裝置播放功能無法正常運作。"</string>
<string name="pref_summary_ignore_media_store_artwork">可以提升專輯圖片質素,但這會引致加長圖片載入時間。建議只有當您的載入專輯圖片時質素較差便可啟用。</string>
<string name="pref_summary_lock_screen">Retro Music鎖定螢幕控制</string>
<string name="pref_summary_ignore_media_store_artwork">可以提升專輯圖片質素,但這會引致加長圖片載入時間。建議只有當您的載入專輯圖片時質素較差時啟用</string>
<string name="pref_summary_lock_screen">使用Retro Music自訂鎖定螢幕控制</string>
<string name="pref_summary_open_source_licences">開放軟件特許條款內容</string>
<string name="pref_summary_round_corners">視窗、專輯圖片等使用圓角樣式</string>
<string name="pref_summary_tab_titles">啟用/禁用底部標題標籤</string>
<string name="pref_summary_round_corners">將程式的邊角圓角化</string>
<string name="pref_summary_tab_titles">切換底部導航欄的標題標籤</string>
<string name="pref_summary_toggle_full_screen">全螢幕模式</string>
<string name="pref_summary_toggle_headset">當耳機插入時開始立即播放</string>
<string name="pref_summary_toggle_volume">如果現在播放有空間則會啟用音量控制</string>
<string name="pref_summary_toggle_headset">當耳機連接後開始立即播放</string>
<string name="pref_summary_toggle_shuffle">播放新清單時會關閉隨機播放模式</string>
<string name="pref_summary_toggle_volume">如果現在播放控制有足夠空間則會顯示音量控制</string>
<string name="pref_summary_extra_controls">在迷你播放器增加控制項</string>
<string name="pref_summary_genre_toggle">切換類型標籤</string>
<string name="pref_summary_home_banner">切換首頁橫幅樣式</string>
<string name="pref_title_album_art_on_lockscreen">顯示專輯圖片</string>
<string name="pref_title_app_shortcuts">色彩程式捷徑</string>
<string name="pref_title_audio_ducking">音頻焦點響起時降低音量</string>
<string name="pref_title_album_grid_style">專輯網格</string>
<string name="pref_title_app_shortcuts">彩色程式捷徑</string>
<string name="pref_title_artist_grid_style">歌手網格</string>
<string name="pref_title_audio_ducking">失去音頻焦點時降低音量</string>
<string name="pref_title_auto_download_artist_images">自動下載歌手相片</string>
<string name="pref_title_blurred_album_art">模糊化專輯圖片</string>
<string name="pref_title_choose_equalizer">選擇等化器</string>
<string name="pref_title_classic_notification">基本通知欄設計</string>
<string name="pref_title_colored_app">自適應色彩</string>
<string name="pref_title_colored_notification">彩通知欄</string>
<string name="pref_title_colored_notification">通知欄</string>
<string name="pref_title_gapless_playback">無縫播放</string>
<string name="pref_title_general_theme">主題</string>
<string name="pref_title_general_theme">程式主題</string>
<string name="pref_title_ignore_media_store_artwork">忽略音樂檔內含的專輯圖片</string>
<string name="pref_title_last_added_interval">最近新增播放清單間隔</string>
<string name="pref_title_lock_screen">全螢幕控制</string>
<string name="pref_title_navigation_bar">彩導航欄</string>
<string name="pref_title_now_playing_screen_appearance">外型</string>
<string name="pref_title_navigation_bar">導航欄</string>
<string name="pref_title_now_playing_screen_appearance">現在播放主題</string>
<string name="pref_title_open_source_licences">開放源碼認證</string>
<string name="pref_title_round_corners">螢幕圓角</string>
<string name="pref_title_toggle_carousel_effect">走馬燈效果</string>
<string name="pref_title_toggle_carousel_effect">轉盤效果</string>
<string name="pref_title_toggle_dominant_color">主色</string>
<string name="pref_title_toggle_full_screen">全螢幕程式</string>
<string name="pref_title_toggle_tab_titles">標題標籤</string>
<string name="pref_title_toggle_toggle_headset">自動播放</string>
<string name="pref_title_toggle_toggle_shuffle">隨機模式</string>
<string name="pref_title_toggle_volume">音量控制</string>
<string name="pref_title_user_info">使用者資料</string>
<string name="pref_title_extra_controls">額外控制項</string>
<string name="pref_title_home_banner">首頁橫幅</string>
<string name="pref_title_genre_toggle">顯示類型標籤</string>
<string name="primary_color">原色</string>
<string name="primary_color_desc">主原色預設為灰藍色,現在適用於深色色彩</string>
<string name="purchase">購買</string>
<string name="purchase_summary">*購買前要三思,切勿要求退款</string>
<string name="queue">播放列表</string>
<string name="rate_app">為這個App評分</string>
<string name="rate_on_google_play_summary">如果您喜歡這個App就請在Play 商店給我們五星吧!</string>
<string name="rate_on_google_play_summary">喜歡這個App嗎?請讓我們知道如何提供更好的體驗</string>
<string name="recent_albums">近期專輯</string>
<string name="recent_artists">近期歌手</string>
<string name="remove_action">移除</string>
<string name="remove_banner_photo">移除橫幅圖片</string>
<string name="remove_cover">移除專輯圖片</string>
<string name="remove_from_blacklist">由黑名單中移除</string>
<string name="remove_profile_photo">移除個人資料圖片</string>
<string name="remove_song_from_playlist_title">將歌曲由播放清單移除</string>
<string name="remove_song_x_from_playlist"><![CDATA[要將 <b>%1$s</b> 歌曲由播放清單移除嗎?]]></string>
<string name="remove_songs_from_playlist_title">將多首歌曲由播放清單移除</string>
@ -254,24 +298,39 @@
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">儲存檔案</string>
<string name="saved_playlist_to">已儲存播放清單到 %s 。</string>
<string name="save_playlists_title">儲存為多個檔案</string>
<string name="saved_playlist_to">已儲存播放清單到%s。</string>
<string name="saving_changes">儲存</string>
<string name="scan_media">掃描媒體</string>
<string name="scanned_files">成功掃描 %2$d 項目 中的 %1$d 項目。</string>
<string name="search_hint">搜尋媒體庫...</string>
<string name="select_all">選擇全部</string>
<string name="select_banner_photo">選擇橫幅圖片</string>
<string name="set_artist_image">設定歌手相片</string>
<string name="shuffle">隨機播放</string>
<string name="simple">簡單</string>
<string name="sleep_timer_canceled">休眠計時器已經取消。</string>
<string name="sleep_timer_set">休眠計時器從現在開始 %d 分鐘後停止播放。</string>
<string name="social">社交</string>
<string name="song">歌曲</string>
<string name="song_duration">歌曲長度</string>
<string name="songs">歌曲</string>
<string name="sort_order">排序</string>
<string name="sort_order_a_z">遞增</string>
<string name="sort_order_album">專輯</string>
<string name="sort_order_artist">歌手</string>
<string name="sort_order_date">日期</string>
<string name="sort_order_year">年份</string>
<string name="sort_order_z_a">遞減</string>
<string name="speech_not_supported">對不起!您的裝置不支援語音服務</string>
<string name="speech_prompt">搜尋媒體庫</string>
<string name="summary_user_info">只會在首頁顯示您的名字</string>
<string name="support_development">開發支援</string>
<string name="synced_lyrics">同步歌詞</string>
<string name="system_equalizer">系統等化器</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">加入Telegram群組討論程式錯誤、給予建議、炫耀一下還有更多</string>
<string name="thank_you">多謝您!</string>
<string name="the_audio_file">音樂檔案</string>
<string name="this_month">這個月</string>
@ -291,15 +350,34 @@
<string name="track_hint">"音軌 (2指音軌2或3004指CD3中的音軌4)"</string>
<string name="track_list">歌曲號碼</string>
<string name="translate">翻譯</string>
<string name="translate_community">協助我們將這個應用程式翻譯成為您的語言</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">分享您的Retro Music設計</string>
<string name="unplayable_file">\u7121\u6cd5\u64ad\u653e\u9019\u9996\u6b4c\u66f2\u3002</string>
<string name="up_next">下一首</string>
<string name="update_image">更新圖片</string>
<string name="updating">更新中...</string>
<string name="version">版本</string>
<string name="virtualizer">音樂效果</string>
<string name="web_search">網路搜尋</string>
<string name="what_do_you_want_to_share">有什麼內容想分享的</string>
<string name="what_do_you_want_to_share">有什麼內容想分享的?</string>
<string name="window">視窗</string>
<string name="x_has_been_set_as_ringtone">已經將 %1$s 設定為您的鈴聲。</string>
<string name="x_selected">%1$d 個已選擇</string>
<string name="x_has_been_set_as_ringtone">已經將%1$s設定為您的鈴聲。</string>
<string name="x_selected">%1$d個已選擇</string>
<string name="year">年份</string>
<string name="made_with_love">在印度用❤️做</string>
<string name="clear_app_data">清除程式數據</string>
<string name="bug_report_summary">發生未預期的錯誤。真抱歉您發現了這個bug如果一直崩潰則請\"清除程式數據\"</string>
<string name="error">錯誤</string>
<string name="base_color_theme">基色主題</string>
<string name="now_playing_themes">9+ 現在播放主題</string>
<string name="carousal_effect_on_now_playing_screen">在現在播放的轉盤效果</string>
<string name="window_corner_edges">圓角</string>
<string name="pref_title_album_cover_style">專輯圖片主題</string>
<string name="circular">圓盤</string>
<string name="carousal">轉盤</string>
<string name="now_playing_summary">個人化現在播放界面</string>
<string name="full_card">完整卡片</string>
<string name="profile">個人資料</string>
<string name="bio">個人簡歷</string>
</resources>

View file

@ -1,11 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="pref_album_cover_transform_entities">
<item>@string/normal</item>
<item>@string/cascading</item>
</array>
<string-array name="pref_album_cover_transform_values">
<item>0</item>
<item>1</item>
</string-array>
<string-array name="pref_tab_text_mode_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<array name="pref_auto_download_images_titles">
<item>@string/always</item>
<item>@string/only_on_wifi</item>
<item>@string/never</item>
</array>
<array name="pref_tab_text_mode_titles">
<item>@string/auto</item>
<item>@string/labeled</item>
<item>@string/selected</item>
<item>@string/unlabeled</item>
</array>
<string-array name="pref_general_theme_list_titles">
<item>@string/light_theme_name</item>
<item>@string/dark_theme_name</item>
@ -37,6 +63,21 @@
<item>@layout/image</item>
</array>
<string-array name="pref_home_grid_style_list_titles">
<item>@string/circular</item>
<item>@string/card_color_style</item>
</string-array>
<string-array name="pref_home_grid_style_list_values">
<item>0</item>
<item>1</item>
</string-array>
<array name="pref_home_grid_style_layout">
<item>@layout/item_artist</item>
<item>@layout/item_artist_sqaure</item>
</array>
<string-array name="pref_general_theme_list_values">
<item>light</item>
<item>dark</item>

View file

@ -11,6 +11,6 @@
<integer name="max_columns">4</integer>
<integer name="max_columns_land">6</integer>
<integer name="anim_duration_medium">300</integer>
<integer name="anim_duration_medium">200</integer>
<integer name="options_height">240</integer>
</resources>

View file

@ -334,6 +334,7 @@
<string name="pref_summary_genre_toggle">Toggle genre tab</string>
<string name="pref_summary_home_banner">Toggle home banner style</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_album_grid_style">Album grid</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_artist_grid_style">Artist grid</string>
@ -364,6 +365,9 @@
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_home_banner">Home banner</string>
<string name="pref_title_genre_toggle">Show genre tab</string>
<string name="pref_title_home_artist_grid_style">Home artist grid</string>
<string name="pref_title_album_cover_transform">Now playing album cover style</string>
<string name="cascading">Cascading</string>
<string name="primary_color">Primary color</string>
<string name="primary_color_desc">The primary theme color, defaults to blue grey, for now works with dark colors</string>
@ -532,4 +536,10 @@
<string name="full_card">Full card</string>
<string name="profile">Profile</string>
<string name="bio">Bio</string>
<string name="auto">Auto</string>
<string name="labeled">Labeled</string>
<string name="unlabeled">Unlabeled</string>
<string name="selected">Selected</string>
</resources>

View file

@ -59,5 +59,15 @@
<item name="android:gravity">center</item>
</style>
<style name="SubTitleTextAppearance" parent="BigTitleTextAppearance">
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Subhead</item>
<item name="android:layout_gravity">start|center_vertical</item>
<item name="android:gravity">start|center_vertical</item>
<item name="android:paddingStart">12dp</item>
<item name="android:paddingEnd">12dp</item>
<item name="android:paddingTop">8dp</item>
<item name="android:paddingBottom">8dp</item>
</style>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<automotiveApp>
<uses name="media" />
</automotiveApp>

View file

@ -12,6 +12,16 @@
android:title="@string/pref_title_album_cover_style"
app:iconSpaceReserved="false" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
android:defaultValue="0"
android:entries="@array/pref_album_cover_transform_entities"
android:entryValues="@array/pref_album_cover_transform_values"
android:key="album_cover_transform"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_album_cover_transform"
app:iconSpaceReserved="false" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="carousel_effect"

View file

@ -23,11 +23,25 @@
app:iconSpaceReserved="false" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"
android:key="toggle_tab_titles"
android:summary="@string/pref_summary_tab_titles"
android:title="@string/pref_title_toggle_tab_titles"
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
android:defaultValue="0"
android:entries="@array/pref_home_grid_style_list_titles"
android:entryValues="@array/pref_home_grid_style_list_values"
android:key="home_artist_grid_style"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_home_artist_grid_style"
app:iconSpaceReserved="false" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
android:defaultValue="0"
android:entries="@array/pref_tab_text_mode_titles"
android:entryValues="@array/pref_tab_text_mode_values"
android:key="tab_text_mode"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_tab_text_mode"
app:iconSpaceReserved="false" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference