Merge branch 'dev' into multiple-services

This commit is contained in:
wb9688 2017-11-19 17:41:57 +01:00
commit 011e151c91
105 changed files with 2124 additions and 572 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

View file

@ -209,7 +209,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="2dp"
android:layout_toLeftOf="@+id/screenRotationButton"
android:layout_toLeftOf="@+id/queueButton"
android:gravity="center"
android:minHeight="35dp"
android:minWidth="40dp"
@ -218,28 +218,13 @@
tools:ignore="RtlHardcoded,RtlSymmetry"
tools:text="1x" />
<ImageButton
android:id="@+id/screenRotationButton"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:layout_toLeftOf="@+id/queueButton"
android:background="#00ffffff"
android:clickable="true"
android:focusable="true"
android:padding="8dp"
android:scaleType="fitXY"
android:src="@drawable/ic_screen_rotation_white"
tools:ignore="ContentDescription,RtlHardcoded"/>
<ImageButton
android:id="@+id/queueButton"
android:layout_width="30dp"
android:layout_height="35dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:layout_toLeftOf="@+id/fullScreenButton"
android:layout_toLeftOf="@+id/moreOptionsButton"
android:background="#00ffffff"
android:clickable="true"
android:focusable="true"
@ -249,16 +234,17 @@
tools:ignore="ContentDescription,RtlHardcoded"/>
<ImageButton
android:id="@+id/fullScreenButton"
android:layout_width="35dp"
android:layout_height="35dp"
android:id="@+id/moreOptionsButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginLeft="4dp"
android:layout_marginLeft="2dp"
android:padding="5dp"
android:background="#00ffffff"
android:clickable="true"
android:focusable="true"
android:scaleType="fitXY"
android:src="@drawable/ic_fullscreen_exit_white"
android:src="?attr/options"
tools:ignore="ContentDescription,RtlHardcoded"/>
</RelativeLayout>
@ -454,4 +440,4 @@
tools:visibility="visible"/>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>

View file

@ -6,75 +6,90 @@
android:id="@+id/channel_header_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp">
android:background="?attr/contrast_background_color">
<ImageView
android:id="@+id/channel_banner_image"
<RelativeLayout
android:id="@+id/channel_metadata"
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@android:color/black"
android:fitsSystemWindows="true"
android:scaleType="centerCrop"
android:src="@drawable/channel_banner"
tools:ignore="ContentDescription"/>
android:layout_height="wrap_content">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/channel_avatar_view"
android:layout_width="@dimen/channel_avatar_size"
android:layout_height="@dimen/channel_avatar_size"
android:layout_alignTop="@id/channel_banner_image"
android:layout_marginLeft="8dp"
android:layout_marginTop="50dp"
android:src="@drawable/buddy"
app:civ_border_color="#ffffff"
app:civ_border_width="2dp"
tools:ignore="RtlHardcoded"/>
<ImageView
android:id="@+id/channel_banner_image"
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@android:color/black"
android:fitsSystemWindows="true"
android:scaleType="centerCrop"
android:src="@drawable/channel_banner"
tools:ignore="ContentDescription"/>
<TextView
android:id="@+id/channel_title_view"
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/channel_avatar_view"
android:layout_width="@dimen/channel_avatar_size"
android:layout_height="@dimen/channel_avatar_size"
android:layout_alignTop="@id/channel_banner_image"
android:layout_marginLeft="8dp"
android:layout_marginTop="50dp"
android:src="@drawable/buddy"
app:civ_border_color="#ffffff"
app:civ_border_width="2dp"
tools:ignore="RtlHardcoded"/>
<TextView
android:id="@+id/channel_title_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/channel_banner_image"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="6dp"
android:layout_toLeftOf="@+id/channel_subscribe_button"
android:layout_toRightOf="@+id/channel_avatar_view"
android:ellipsize="end"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/video_item_detail_title_text_size"
tools:ignore="RtlHardcoded"
tools:text="Lorem ipsum dolor"/>
<TextView
android:id="@+id/channel_subscriber_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/channel_title_view"
android:layout_alignRight="@+id/channel_title_view"
android:layout_below="@+id/channel_title_view"
android:ellipsize="end"
android:gravity="left|center"
android:lines="1"
android:textSize="@dimen/channel_subscribers_text_size"
android:visibility="gone"
tools:ignore="RtlHardcoded"
tools:text="123,141,411 subscribers"
tools:visibility="visible"/>
<android.support.v7.widget.AppCompatButton
android:id="@+id/channel_subscribe_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@+id/channel_banner_image"
android:layout_gravity="center_vertical|right"
android:layout_marginRight="2dp"
android:text="@string/subscribe_button_title"
android:textSize="@dimen/channel_rss_title_size"
android:theme="@style/RedButton"
android:visibility="gone"
tools:ignore="RtlHardcoded"
tools:visibility="visible"/>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/channel_banner_image"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="6dp"
android:layout_toLeftOf="@+id/channel_subscribe_button"
android:layout_toRightOf="@+id/channel_avatar_view"
android:ellipsize="end"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/video_item_detail_title_text_size"
tools:ignore="RtlHardcoded"
tools:text="Lorem ipsum dolor"/>
android:layout_below="@id/channel_metadata">
<TextView
android:id="@+id/channel_subscriber_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/channel_title_view"
android:layout_alignRight="@+id/channel_title_view"
android:layout_below="@+id/channel_title_view"
android:ellipsize="end"
android:gravity="left|center"
android:lines="1"
android:textSize="@dimen/channel_subscribers_text_size"
android:visibility="gone"
tools:ignore="RtlHardcoded"
tools:text="123,141,411 subscribers"
tools:visibility="visible"/>
<include layout="@layout/playlist_control" />
</LinearLayout>
<android.support.v7.widget.AppCompatButton
android:id="@+id/channel_subscribe_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@+id/channel_banner_image"
android:layout_gravity="center_vertical|right"
android:layout_marginRight="2dp"
android:text="@string/subscribe_button_title"
android:textSize="@dimen/channel_rss_title_size"
android:theme="@style/RedButton"
android:visibility="gone"
tools:ignore="RtlHardcoded"
tools:visibility="visible"/>
</RelativeLayout>

View file

@ -0,0 +1,40 @@
<?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/itemRoot"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="false"
android:paddingLeft="@dimen/video_item_search_padding"
android:paddingRight="@dimen/video_item_search_padding"
android:paddingTop="@dimen/video_item_search_padding">
<TextView
android:id="@+id/itemTitleView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/channel_item_detail_title_text_size"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. "/>
<TextView
android:id="@+id/itemAdditionalDetails"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/itemTitleView"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_uploader_text_size"
android:visibility="gone"
tools:visibility="visible"
tools:text="TYPE" />
</RelativeLayout>

View file

@ -1,36 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:orientation="horizontal"
android:paddingBottom="8dp"
android:paddingTop="8dp">
android:orientation="horizontal">
<ImageView
android:id="@+id/item_suggestion_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
tools:ignore="ContentDescription,RtlHardcoded"
tools:src="?attr/history"/>
<TextView
android:id="@+id/item_suggestion_query"
<LinearLayout
android:id="@+id/suggestion_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="8dp"
android:layout_marginRight="16dp"
android:ellipsize="end"
android:maxLines="2"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textSize="14sp"
tools:ignore="RtlHardcoded"
tools:text="Search query"/>
</LinearLayout>
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_toLeftOf="@id/suggestion_insert"
android:layout_toStartOf="@id/suggestion_insert"
android:layout_centerVertical="true"
android:paddingBottom="8dp"
android:paddingTop="8dp">
<ImageView
android:id="@+id/item_suggestion_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
tools:ignore="ContentDescription,RtlHardcoded"
tools:src="?attr/history"/>
<TextView
android:id="@+id/item_suggestion_query"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:ellipsize="end"
android:maxLines="2"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textSize="14sp"
tools:ignore="RtlHardcoded"
tools:text="Search query"/>
</LinearLayout>
<LinearLayout
android:id="@+id/suggestion_insert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackgroundBorderless"
android:clickable="true"
android:focusable="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingBottom="8dp"
android:paddingTop="10dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:src="?attr/search_add"
tools:ignore="ContentDescription,RtlHardcoded"/>
</LinearLayout>
</RelativeLayout>

View file

@ -7,6 +7,7 @@
android:layout_height="@dimen/video_item_search_height"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="@dimen/video_item_search_padding">
<de.hdodenhof.circleimageview.CircleImageView
@ -28,11 +29,12 @@
android:layout_alignParentTop="true"
android:layout_marginBottom="@dimen/video_item_search_image_right_margin"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:ellipsize="end"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/video_item_search_title_text_size"
tools:text="Channel Title, Lorem ipsum"/>
tools:text="Channel Title, Lorem ipsum" />
<TextView
android:id="@+id/itemChannelDescriptionView"
@ -41,11 +43,12 @@
android:layout_above="@+id/itemAdditionalDetails"
android:layout_marginBottom="@dimen/channel_item_description_to_details_margin"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:ellipsize="end"
android:lines="2"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_uploader_text_size"
tools:text="Channel description, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blandit"/>
tools:text="Channel description, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blandit" />
<TextView
android:id="@+id/itemAdditionalDetails"
@ -53,6 +56,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_upload_date_text_size"

View file

@ -7,6 +7,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="@dimen/video_item_search_padding">
<de.hdodenhof.circleimageview.CircleImageView

View file

@ -7,6 +7,7 @@
android:layout_height="@dimen/video_item_search_height"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="@dimen/video_item_search_padding">
<ImageView

View file

@ -7,6 +7,7 @@
android:layout_height="@dimen/video_item_search_height"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="@dimen/video_item_search_padding">
<ImageView
@ -48,6 +49,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:ellipsize="end"
android:maxLines="2"
android:textAppearance="?android:attr/textAppearanceLarge"
@ -60,6 +62,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/itemVideoTitleView"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_uploader_text_size"
@ -71,6 +74,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_upload_date_text_size"

View file

@ -7,6 +7,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="@dimen/video_item_search_padding">
<ImageView
@ -48,11 +49,13 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:ellipsize="end"
android:maxLines="2"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/video_item_search_title_text_size"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum"/>
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tristique vitae sem vitae blanditLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsumLorem ipsum"
/>
<TextView
android:id="@+id/itemUploaderView"
@ -60,8 +63,9 @@
android:layout_height="wrap_content"
android:layout_below="@+id/itemVideoTitleView"
android:layout_toRightOf="@+id/itemThumbnailView"
android:layout_toEndOf="@+id/itemThumbnailView"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_uploader_text_size"
tools:text="Uploader"/>
tools:text="Uploader" />
</RelativeLayout>

View file

@ -79,8 +79,7 @@
android:layout_toLeftOf="@id/itemHandle"
android:layout_toStartOf="@id/itemHandle"
android:ellipsize="end"
android:lines="1"
android:maxLines="1"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/video_item_search_title_text_size"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. "/>
@ -94,7 +93,8 @@
android:layout_toEndOf="@id/itemThumbnailView"
android:layout_toLeftOf="@id/itemHandle"
android:layout_toStartOf="@id/itemHandle"
android:lines="1"
android:ellipsize="end"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_upload_date_text_size"
tools:text="Uploader"/>

View file

@ -34,22 +34,22 @@
<TextView
android:id="@+id/notificationSongName"
style="@android:style/TextAppearance.StatusBar.EventContent.Title"
android:layout_width="match_parent"
android:ellipsize="end"
android:layout_height="wrap_content"
android:maxLines="1"
android:textSize="14sp"
android:textColor="@color/background_title_color"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec aliquam augue, eget cursus est. Ut id tristique enim, ut scelerisque tellus. Sed ultricies ipsum non mauris ultricies, commodo malesuada velit porta."/>
<TextView
android:id="@+id/notificationArtist"
android:layout_width="match_parent"
style="@android:style/TextAppearance.StatusBar.EventContent"
android:ellipsize="end"
android:layout_height="wrap_content"
android:maxLines="1"
android:textSize="12sp"
android:textColor="@color/background_subtext_color"
tools:text="Duis posuere arcu condimentum lobortis mattis."/>
</LinearLayout>

View file

@ -46,22 +46,22 @@
<TextView
android:id="@+id/notificationSongName"
style="@android:style/TextAppearance.StatusBar.EventContent.Title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="2"
android:textSize="14sp"
android:textColor="@color/background_title_color"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec aliquam augue, eget cursus est. Ut id tristique enim, ut scelerisque tellus. Sed ultricies ipsum non mauris ultricies, commodo malesuada velit porta."/>
<TextView
android:id="@+id/notificationArtist"
style="@android:style/TextAppearance.StatusBar.EventContent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:textSize="12sp"
android:textColor="@color/background_subtext_color"
tools:text="Duis posuere arcu condimentum lobortis mattis."/>
</LinearLayout>
@ -80,7 +80,6 @@
<TextView
android:id="@+id/notificationTime"
style="@android:style/TextAppearance.StatusBar.EventContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
@ -92,6 +91,7 @@
android:ellipsize="end"
android:maxLines="1"
android:textSize="12sp"
android:textColor="@color/background_subtext_color"
tools:text="Duis posuere"/>
<RelativeLayout

View file

@ -29,22 +29,22 @@
<TextView
android:id="@+id/notificationSongName"
style="@android:style/TextAppearance.StatusBar.EventContent.Title"
android:layout_width="match_parent"
android:ellipsize="end"
android:layout_height="wrap_content"
android:maxLines="1"
android:textSize="14sp"
android:textColor="@color/background_title_color"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec aliquam augue, eget cursus est. Ut id tristique enim, ut scelerisque tellus. Sed ultricies ipsum non mauris ultricies, commodo malesuada velit porta."/>
<TextView
android:id="@+id/notificationArtist"
android:layout_width="match_parent"
style="@android:style/TextAppearance.StatusBar.EventContent"
android:ellipsize="end"
android:layout_height="wrap_content"
android:maxLines="1"
android:textSize="12sp"
android:textColor="@color/background_subtext_color"
tools:text="Duis posuere arcu condimentum lobortis mattis."/>
</LinearLayout>

View file

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent"
android:layout_height="@dimen/playlist_ctrl_height"
android:id="@+id/playlist_control"
xmlns:android="http://schemas.android.com/apk/res/android"
android:visibility="invisible">
<LinearLayout
android:id="@+id/playlist_ctrl_play_bg_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:text="@string/controls_background_title"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"
android:drawablePadding="4dp"
android:drawableLeft="?attr/audio"
android:drawableStart="?attr/audio"/>
</LinearLayout>
<View android:id="@+id/anchorLeft"
android:layout_width="1dp"
android:layout_height="match_parent"
android:clickable="false"
android:layout_marginBottom="@dimen/playlist_ctrl_seperator_margin"
android:layout_marginTop="@dimen/playlist_ctrl_seperator_margin"
android:background="?attr/colorAccent"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground"
android:id="@+id/playlist_ctrl_play_all_button">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:text="@string/play_all"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"/>
</LinearLayout>
<View android:id="@+id/anchorRight"
android:layout_width="1dp"
android:layout_height="match_parent"
android:clickable="false"
android:layout_marginBottom="@dimen/playlist_ctrl_seperator_margin"
android:layout_marginTop="@dimen/playlist_ctrl_seperator_margin"
android:background="?attr/colorAccent"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground"
android:id="@+id/playlist_ctrl_play_popup_button">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:text="@string/controls_popup_title"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"
android:drawablePadding="4dp"
android:drawableLeft="?attr/popup"
android:drawableStart="?attr/popup"/>
</LinearLayout>
</LinearLayout>

View file

@ -6,8 +6,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/contrast_background_color"
android:paddingBottom="6dp">
android:background="?attr/contrast_background_color">
<TextView
android:id="@+id/playlist_title_view"
@ -81,64 +80,14 @@
android:textSize="@dimen/playlist_detail_subtext_size"
tools:ignore="RtlHardcoded"
tools:text="234 videos"/>
</RelativeLayout>
<RelativeLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/play_control"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:layout_below="@+id/playlist_meta">
android:layout_below="@id/playlist_meta">
<Button
android:id="@+id/playlist_play_bg_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|right"
android:layout_marginRight="2dp"
android:layout_toLeftOf="@+id/playlist_play_all_button"
android:layout_toStartOf="@+id/playlist_play_all_button"
android:text="@string/controls_background_title"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"
android:theme="@style/RedButton"
android:drawableLeft="?attr/audio"
android:drawablePadding="4dp"
tools:ignore="RtlHardcoded"
tools:visibility="visible" />
<Button
android:id="@+id/playlist_play_all_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|right"
android:layout_marginRight="2dp"
android:layout_toLeftOf="@+id/playlist_play_popup_button"
android:layout_toStartOf="@+id/playlist_play_popup_button"
android:text="@string/play_all"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"
android:theme="@style/RedButton"
tools:ignore="RtlHardcoded"
tools:visibility="visible"/>
<Button
android:id="@+id/playlist_play_popup_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|right"
android:layout_alignParentRight="true"
android:text="@string/controls_popup_title"
android:textSize="@dimen/channel_rss_title_size"
android:textColor="?attr/colorAccent"
android:theme="@style/RedButton"
android:drawableLeft="?attr/popup"
android:drawablePadding="4dp"
tools:ignore="RtlHardcoded"
tools:visibility="visible" />
</RelativeLayout>
<include layout="@layout/playlist_control"/>
</LinearLayout>
</RelativeLayout>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
android:id="@+id/menu_video_options"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:icon="@drawable/ic_screen_rotation_white"
android:id="@+id/toggleOrientation"
android:title="Toggle orientation"
app:showAsAction="always|withText" />
<item
android:icon="@drawable/ic_fullscreen_exit_white"
android:id="@+id/switchPopup"
android:title="Switch to popup"
app:showAsAction="always|withText" />
<item android:icon="?audio"
android:id="@+id/switchBackground"
android:title="Switch to background"
app:showAsAction="always|withText" />
</menu>

View file

@ -275,4 +275,6 @@
<string name="title_activity_background_player">Reproductor de fondu</string>
<string name="play_queue_remove">Desaniciar</string>
<string name="play_queue_stream_detail">Detalles</string>
<string name="new_and_hot">Nuevo y popular</string>
<string name="play_queue_audio_settings">Axustes d\'audiu</string>
</resources>

View file

@ -136,7 +136,7 @@
<string name="later">Později</string>
<string name="short_thousand">tis.</string>
<string name="short_thousand">K</string>
<string name="open_in_popup_mode">Otevřít ve vyskakovacím okně</string>
<string name="short_million">mil.</string>

View file

@ -42,15 +42,15 @@
<string name="background_player_playing_toast">Spiele im Hintergrund ab</string>
<string name="play_btn_text">Abspielen</string>
<string name="use_tor_title">Benutze TOR</string>
<string name="use_tor_summary">(Experimentell) Erzwinge das Herunterladen durch TOR für verbesserte Privatsphäre (Videostream noch nicht unterstützt).</string>
<string name="use_tor_title">Benutze Tor</string>
<string name="use_tor_summary">(Experimentell) Erzwinge das Herunterladen durch Tor für verbesserte Privatsphäre (Videostream noch nicht unterstützt).</string>
<string name="network_error">Netzwerkfehler</string>
<string name="download_path_audio_title">Downloadverzeichnis für Musik</string>
<string name="download_path_audio_summary">Verzeichnis zum Speichern heruntergeladener Audiodateien</string>
<string name="download_path_audio_dialog_title">Pfad für heruntergeladene Audiodateien eingeben</string>
<string name="download_path_audio_title">Downloadverzeichnis für Audiodateien</string>
<string name="download_path_audio_summary">Verzeichnis für heruntergeladene Audiodateien</string>
<string name="download_path_audio_dialog_title">Downloadverzeichnis für Audiodateien eingeben</string>
<string name="theme_title">Aussehen</string>
<string name="theme_title">Design</string>
<string name="dark_theme_title">Dunkel</string>
<string name="light_theme_title">Hell</string>
@ -61,7 +61,7 @@
<string name="general_error">Fehler</string>
<string name="could_not_load_thumbnails">Konnte nicht alle Vorschaubilder laden</string>
<string name="youtube_signature_decryption_error">Konnte Video-URL-Signatur nicht entschlüsseln</string>
<string name="parsing_error">Konnte Webseite nicht parsen</string>
<string name="parsing_error">Konnte Webseite nicht analysieren</string>
<string name="content_not_available">Inhalt nicht verfügbar</string>
<string name="blocked_by_gema">Durch die GEMA gesperrt</string>
@ -73,7 +73,7 @@
<string name="live_streams_not_supported">Dies ist ein LIVESTREAM. Diese werden noch nicht unterstützt.</string>
<string name="light_parsing_error">Konnte Webseite nicht vollständig parsen</string>
<string name="light_parsing_error">Konnte Webseite nicht vollständig analysieren</string>
<string name="error_report_button_text">Fehler via E-Mail melden</string>
<string name="error_snackbar_action">MELDEN</string>
<string name="what_device_headline">Info:</string>
@ -94,7 +94,7 @@
<string name="report_error">Einen Fehler melden</string>
<string name="user_report">Anwenderbericht</string>
<string name="duration_live">live</string>
<string name="duration_live">Live</string>
<string name="main_bg_subtitle">„Suchen“ antippen und loslegen</string>
<string name="downloads">Downloads</string>
@ -163,13 +163,13 @@
<string name="popup_remember_size_pos_title">Größe und Position des Popups merken</string>
<string name="use_external_video_player_summary">Manche Auflösungen werden KEINE Tonspur haben, wenn diese Option eingeschaltet ist</string>
<string name="popup_remember_size_pos_summary">Merke Position und Größe des Popups</string>
<string name="popup_remember_size_pos_summary">Letzte Größe und Position des Popups merken</string>
<string name="player_gesture_controls_title">Gestensteuerung</string>
<string name="player_gesture_controls_summary">Helligkeit und Lautstärke des Players mit Gesten steuern</string>
<string name="show_search_suggestions_title">Durchsuche Vorschläge</string>
<string name="show_search_suggestions_summary">Zeige Vorschläge beim Suchen</string>
<string name="settings_category_popup_title">Pop-up</string>
<string name="settings_category_popup_title">Popup</string>
<string name="filter">Filter</string>
<string name="refresh">Aktualisieren</string>
<string name="clear">Leeren</string>
@ -224,7 +224,7 @@
<string name="notification_channel_name">NewPipe Benachrichtigung</string>
<string name="notification_channel_description">Benachrichtigungen für NewPipe Hintergrund- und Popup-Spieler</string>
<string name="notification_channel_description">Benachrichtigungen für NewPipe Hintergrund- und Popup-Player</string>
<string name="tab_main">Übersicht</string>
<string name="settings_category_player_behavior_title">Verhalten</string>
@ -258,12 +258,12 @@
<string name="settings_category_player_title">Player</string>
<string name="empty_subscription_feed_subtitle">Nichts hier außer Grillen</string>
<string name="delete_item_search_history">Möchten Sie dieses Element aus dem Suchverlauf löschen?</string>
<string name="delete_item_search_history">Möchtest du dieses Element aus dem Suchverlauf löschen?</string>
<string name="blank_page_summary">Leere Seite</string>
<string name="select_a_channel">Wähle einen Kanal aus</string>
<string name="no_channel_subscribed_yet">Noch kein Kanal abonniert</string>
<string name="trending">Trends</string>
<string name="popup_playing_append">Angereiht an Popup Player</string>
<string name="popup_playing_append">In der Warteschlange des Popup-Players</string>
<string name="play_all">Alles abspielen</string>
<string name="play_queue_remove">Entfernen</string>
@ -284,8 +284,16 @@
<string name="select_a_kiosk">Kiosk auswählen</string>
<string name="kiosk">Kiosk</string>
<string name="show_hold_to_append_summary">Tipp anzeigen, wenn der Hintergrundwiedergabe-Button oder der Popup-Button auf der Videodetailseite gedrückt und gehalten wird</string>
<string name="background_player_append">In der Warteschlange bei der Hintergrundwiedergabe</string>
<string name="show_hold_to_append_summary">Tipp anzeigen, wenn der Hintergrundwiedergabe- oder Pop-up-Button auf der Videodetailseite gedrücktgehalten wird</string>
<string name="background_player_append">In der Warteschlange der Hintergrundwiedergabe</string>
<string name="new_and_hot">Neu und brandheiß</string>
<string name="hold_to_append">Halten, um in die Warteschlange einzureihen</string>
<string name="hold_to_append">Halten zum Hinzufügen zur Warteschleife</string>
<string name="show_hold_to_append_title">Gedrückt halten, um Tipp hinzuzufügen anzeigen</string>
<string name="unknown_content">[Unbekannt]</string>
<string name="enqueue_on_background">In Warteschlange für Hintergrundwiedergabe</string>
<string name="enqueue_on_popup">In Warteschlange für Pop-up</string>
<string name="start_here_on_main">Ab hier wiedergeben</string>
<string name="start_here_on_background">Ab hier im Hintergrundmodus</string>
<string name="start_here_on_popup">Ab hier im Pop-up</string>
</resources>

View file

@ -96,7 +96,7 @@
<string name="report_error">Reportar un error</string>
<string name="user_report">Reporte de usuario</string>
<string name="video">Vídeos</string>
<string name="video">Vídeo</string>
<string name="audio">Audio</string>
<string name="retry">Reintentar</string>
@ -287,4 +287,14 @@ abrir en modo popup</string>
<string name="play_queue_remove">Remover</string>
<string name="play_queue_stream_detail">Detalles</string>
<string name="play_queue_audio_settings">Ajustes de audio</string>
<string name="unknown_content">[Desconocido]</string>
<string name="enqueue_on_background">Poner en cola de segundo plano</string>
<string name="enqueue_on_popup">Poner en cola de popup</string>
<string name="start_here_on_main">Comenzar a reproducir aquí</string>
<string name="start_here_on_background">Comenzar aquí en segundo plano</string>
<string name="start_here_on_popup">Comenzar aquí en popup</string>
<string name="show_hold_to_append_title">Desplegar consejo \"Mantener para poner en la fila\"</string>
<string name="new_and_hot">Nuevo y popular</string>
<string name="hold_to_append">Mantener para poner en la fila</string>
</resources>

View file

@ -185,7 +185,7 @@
<string name="finish">OK</string>
<string name="msg_name">Tiedostonimi</string>
<string name="msg_threads">Viestiketjut</string>
<string name="msg_threads">Säikeet</string>
<string name="msg_error">Virhe</string>
<string name="msg_server_unsupported">Serveriä ei tueta</string>
<string name="msg_exists">Tiedosto on jo olemassa</string>
@ -268,4 +268,11 @@
<string name="play_queue_audio_settings">Ääniasetukset</string>
<string name="hold_to_append">Pidä pohjassa lisätäksesi jonoon</string>
<string name="show_hold_to_append_title">Näytä vihje soittolistalle</string>
</resources>
<string name="unknown_content">[Tuntematon]</string>
<string name="enqueue_on_background">Lisää taustatoistojonoon</string>
<string name="enqueue_on_popup">Lisää ikkunajonoon</string>
<string name="start_here_on_main">Aloita toistaminen</string>
<string name="start_here_on_background">Aloita toisto taustalla</string>
<string name="start_here_on_popup">Aloita toisto ikkunassa</string>
</resources>

View file

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="cancel">Annuler</string>
<string name="choose_browser">Choisir un navigateur </string>
<string name="choose_browser">Choisir un navigateur</string>
<string name="default_resolution_title">Définition par défaut</string>
<string name="did_you_mean">Vouliez-vous dire : %1$s ?</string>
<string name="download">Télécharger</string>
@ -18,7 +18,7 @@
<string name="settings">Paramètres</string>
<string name="share">Partager</string>
<string name="share_dialog_title">Partager avec</string>
<string name="show_play_with_kodi_summary">Afficher une option pour lire la vidéo via Kodi</string>
<string name="show_play_with_kodi_summary">Afficher une option pour lire la vidéo avec Kodi</string>
<string name="show_play_with_kodi_title">Afficher loption «Lire avec Kodi»</string>
<string name="upload_date_text">Ajoutée le %1$s</string>
<string name="view_count_text">%1$s vues</string>
@ -37,7 +37,7 @@
<string name="detail_thumbnail_view_description">Miniature daperçu vidéo</string>
<string name="detail_dislikes_img_view_description">Je naime pas</string>
<string name="detail_likes_img_view_description">Jaime</string>
<string name="search_language_title">Langue préférée du contenu</string>
<string name="search_language_title">Langue par défaut du contenu</string>
<string name="detail_uploader_thumbnail_view_description">Miniature de lavatar de lutilisateur</string>
<string name="use_external_video_player_title">Utiliser un lecteur vidéo externe</string>
<string name="use_external_audio_player_title">Utiliser un lecteur audio externe</string>
@ -153,7 +153,7 @@
<string name="controls_popup_title">Lecture flottante</string>
<string name="default_popup_resolution_title">Résolution de la lecture flottante</string>
<string name="show_higher_resolutions_title">Afficher des résolutions plus grandes</string>
<string name="show_higher_resolutions_title">Afficher des résolutions plus élevées</string>
<string name="show_higher_resolutions_summary">Seulement certains périphériques supportent la lecture 2K/4K</string>
<string name="default_video_format_title">Format vidéo par défaut</string>
<string name="popup_remember_size_pos_title">Mémoriser la taille et la position du lecteur flottant</string>
@ -233,7 +233,7 @@
<string name="notification_channel_description">Notifications pour les lecteurs arrière-plan et flottant de NewPipe</string>
<string name="search_no_results">Aucun résultat</string>
<string name="empty_subscription_feed_subtitle">Rien ici à part des grillons</string>
<string name="empty_subscription_feed_subtitle">Rien à voir ici</string>
<string name="no_subscribers">Aucun abonné</string>
<plurals name="subscribers">
@ -257,9 +257,9 @@
<string name="item_deleted">Objet effacé</string>
<string name="delete_item_search_history">Voulez-vous supprimer cet élément de l\'historique de recherche ?</string>
<string name="main_page_content">Contentu</string>
<string name="main_page_content">Contenu de la page principale</string>
<string name="blank_page_summary">Page vide</string>
<string name="subscription_page_summary">Page de souscription</string>
<string name="subscription_page_summary">Abonnements</string>
<string name="feed_page_summary">Page de Flux</string>
<string name="channel_page_summary">Page de la chaîne</string>
<string name="select_a_channel">Sélectionnez une chaîne</string>
@ -278,4 +278,20 @@
<string name="play_queue_remove">Retirer</string>
<string name="play_queue_stream_detail">Détails</string>
<string name="play_queue_audio_settings">Réglages audio</string>
</resources>
<string name="show_hold_to_append_title">Afficher l\'aide \"Appui long pour mettre en file d\'attente\"</string>
<string name="show_hold_to_append_summary">Afficher l\'aide lors de l\'appui du bouton de fond ou de lecteur flottant sur la page de détails d\'une vidéo</string>
<string name="unknown_content">[Inconnu]</string>
<string name="player_recoverable_failure">Récupération de l\'erreur du lecteur</string>
<string name="kiosk_page_summary">Page Kiosque</string>
<string name="select_a_kiosk">Sélectionner un kiosque</string>
<string name="kiosk">Kiosque</string>
<string name="hold_to_append">Appui long pour mettre en file d\'attente</string>
<string name="enqueue_on_background">Mettre en file d\'attente en fond</string>
<string name="enqueue_on_popup">Mettre en file d\'attente en lecture flottante</string>
<string name="start_here_on_main">Démarrer ici</string>
<string name="start_here_on_background">Démarrer ici en fond</string>
<string name="start_here_on_popup">Démarrer ici en lecteur flottant</string>
</resources>

View file

@ -2,7 +2,7 @@
<resources>
<string name="view_count_text">%1$s दृश्य</string>
<string name="upload_date_text">%1$s को प्रकाशित</string>
<string name="no_player_found">वीडियो दिखान के लिए एप्लिकेशन नहीं मिला. क्या आप VLC इंस्टॉल करना चाहते हैं?</string>
<string name="no_player_found">वीडियो दिखान के लिए एप्लिकेशन नहीं मिला. क्या आप VLC इंस्टॉल करना चाहते हैं ?</string>
<string name="install">इंस्टॉल करें</string>
<string name="open_in_browser">ब्राउज़र में खोलें</string>
<string name="open_in_popup_mode">पॉपअप मोड में खोलें</string>
@ -11,15 +11,15 @@
<string name="search">खोज</string>
<string name="settings">सेटिंग</string>
<string name="choose_browser">ब्राउज़र चुनें</string>
<string name="screen_rotation">रोटेशन</string>
<string name="popup_mode_share_menu_title">[NEWPIPE] पॉपअप मोड</string>
<string name="screen_rotation">स्क्रीन रोटेशन</string>
<string name="popup_mode_share_menu_title">NewPipe पॉपअप मोड</string>
<string name="subscribe_button_title">सदस्य बनें</string>
<string name="subscribed_button_title">सदस्यता ली</string>
<string name="channel_unsubscribed">सदस्यता निकाली गई</string>
<string name="tab_subscriptions">सदस्यता</string>
<string name="controls_background_title">पीछे</string>
<string name="controls_popup_title">पॉप अप</string>
<string name="controls_popup_title">पॉपअप</string>
<string name="autoplay_by_calling_app_title">स्वतः चलाएं</string>
<string name="play_audio">ऑडियो</string>
@ -30,32 +30,250 @@
<string name="next_video_title">अगला वीडियो</string>
<string name="settings_category_video_audio_title">वीडियो और ऑडियो</string>
<string name="settings_category_history_title">इतिहास</string>
<string name="background_player_playing_toast">पीछे चल रहा है</string>
<string name="no_views">कोई दृश्य नहीं</string>
<string name="background_player_playing_toast">बैकग्राउंड में चल रहा है</string>
<string name="no_views">कोई दर्शक नहीं</string>
<string name="no_videos">कोई वीडियो नहीं है</string>
<string name="title_activity_about">[NewPipe] बारे में</string>
<string name="title_activity_about">न्यूपाइप के बारे में जाने</string>
<string name="action_settings">सेटिंग</string>
<string name="action_about">इसके बारे में</string>
<string name="title_licenses">तृतीय पक्ष लाइसेंस</string>
<string name="title_licenses">तृतीय-पक्ष लाइसेंस</string>
<string name="action_open_website">वेबसाइट खोलें</string>
<string name="tab_about">इसके बारे में</string>
<string name="tab_licenses">लाइसेंस</string>
<string name="view_on_github">GitHub में देखें</string>
<string name="app_license_title">[NewPipe] का लाइसेंस</string>
<string name="app_license_title">न्यूपाइप का लाइसेंस</string>
<string name="read_full_license">लाइसेंस पढ़ें</string>
<string name="contribution_title">योगदान</string>
<string name="title_activity_history">इतिहास</string>
<string name="title_history_search">कोज चुके</string>
<string name="title_history_view">देखा वीडियो</string>
<string name="history_disabled">इतिहास अक्षम है</string>
<string name="title_history_search">खोजा जा चूका है</string>
<string name="title_history_view">विडियो जो देख लिए गए है</string>
<string name="history_disabled">इतिहास disable है</string>
<string name="action_history">इतिहास</string>
<string name="history_empty">इतिहास खाली है</string>
<string name="history_cleared">इतिहास स्पष्ट हो चुकी है</string>
<string name="item_deleted">मद हटाया गया</string>
<string name="trending">चर्चित</string>
<string name="history_cleared">इतिहास साफ़ हो चुकी है</string>
<string name="item_deleted">Item हटा दिया गया है</string>
<string name="trending">फ़िलहाल चर्चा में है</string>
<string name="play_queue_audio_settings">ऑडियो सेटिंग</string>
<string name="main_bg_subtitle">खोज चिह्न दबाके आरंम्भ करे</string>
<string name="cancel">रद्द करें</string>
<string name="did_you_mean">क्या आप का मतलब %1$s है?</string>
</resources>
<string name="share_dialog_title">शेयर करें</string>
<string name="use_external_video_player_title">अन्य वीडियो प्लेयर इस्तेमाल करे</string>
<string name="use_external_video_player_summary">यह विकल्प चुनने से कुछ वीडियो से ध्वनि नहीं आएगी</string>
<string name="use_external_audio_player_title">अन्य ऑडियो प्लेयर इस्तमाल करे</string>
<string name="tab_main">मुख्य</string>
<string name="subscription_change_failed">सदस्यता को बदलने में असमर्थ है</string>
<string name="subscription_update_failed">सदस्यता को अपडेट करने में असमर्थ है</string>
<string name="fragment_whats_new">देखे की नया क्या है</string>
<string name="download_path_title">विडियो को डाउनलोड करने के लिए फाइल की जगह</string>
<string name="download_path_summary">डाउनलोड किये गए विडियो को फाइल में रखने की जगह</string>
<string name="download_path_dialog_title">विडियो के लिए डाउनलोड करने की फाइल की जगह डाले</string>
<string name="download_path_audio_title">ऑडियो डाउनलोड का फाइल की जगह</string>
<string name="download_path_audio_summary">डाउनलोड किये गए ऑडियो की फाइल की जगह</string>
<string name="download_path_audio_dialog_title">ऑडियो डाउनलोड करने के लिए फाइल की जगह डाले</string>
<string name="autoplay_by_calling_app_summary">जब न्यू पाइप को दुसरे एप्प से बुलावा आये तो विडियो अपनी स्वेछा से चले</string>
<string name="default_resolution_title">डिफ़ॉल्ट वीडियो की क्वालिटी</string>
<string name="default_popup_resolution_title">डिफ़ॉल्ट विडियो पॉपअप की क्वालिटी</string>
<string name="show_higher_resolutions_title">विडियो की उच्त्तर क्वालिटी देखे</string>
<string name="show_higher_resolutions_summary">केवल कुछ ही फ़ोन है जो 2K/4K विडियो प्ले होते है</string>
<string name="play_with_kodi_title">kodi से चलाये</string>
<string name="kore_not_found">kore एप्प नहीं मिला,क्या आपके फ़ोन में इनस्टॉल है ?</string>
<string name="show_play_with_kodi_title">\"Kodi से चलाये\" वाला विकल्प दिखाए</string>
<string name="show_play_with_kodi_summary">उस विकल्प को दिखाए जिसमे Kodi Media Center के जरिये विडियो प्ले किया जाता है</string>
<string name="default_audio_format_title">डिफ़ॉल्ट ऑडियो का फॉर्मेट</string>
<string name="default_video_format_title">डिफ़ॉल्ट विडियो का फॉर्मेट</string>
<string name="webm_description">webm - फ्री फॉर्मेट</string>
<string name="m4a_description">M4A - बेहतर क्वालिटी</string>
<string name="theme_title">एप्प का नया रूप</string>
<string name="dark_theme_title">काला</string>
<string name="popup_remember_size_pos_title">विडियो पॉपअप की आकर और उसकी स्थति को याद रखे</string>
<string name="popup_remember_size_pos_summary">विडियो पॉपअप के पहले वाली आकर और उसकी स्थिति को याद रखे</string>
<string name="player_gesture_controls_title">विडियो प्लेयर के gesture कण्ट्रोल</string>
<string name="player_gesture_controls_summary">विडियो प्लेयर की ब्राइटनेस और ध्वनी को नियंत्रण के लिए फ़ोन में gesture से इशारो का प्रयोग करे</string>
<string name="show_search_suggestions_title">खोज के सुझाव देखे</string>
<string name="show_search_suggestions_summary">जब कुछ ढूंड रहे हो तो सुझाव दिखाये</string>
<string name="enable_search_history_title">खोज के इतिहास को देखे</string>
<string name="enable_search_history_summary">खोज के query को फ़ोन की मेमोरी में ही रखे</string>
<string name="enable_watch_history_summary">जो विडियो देखे है उस पर नजर रखे</string>
<string name="resume_on_audio_focus_gain_title">जब फोकस मिले तो विडियो resume हो</string>
<string name="resume_on_audio_focus_gain_summary">रूकावट आने पर भी विडियो को जारी रखे (जैसे - फ़ोन कॉल आये)</string>
<string name="show_next_and_similar_title">आगे ऐसा ही विडियो दिखाए जैसा पहले देखा था</string>
<string name="show_hold_to_append_title">tip को विस्तार करने के hold को दिखाए</string>
<string name="show_hold_to_append_summary">जब बैकग्राउंड और पॉपअप बटन विडियो के विवरण पन्ने में दबाई जाए तो tip को दिखाए</string>
<string name="url_not_supported_toast">ये वाला URL इसमें नहीं चलेगा</string>
<string name="search_language_title">डिफ़ॉल्ट विषय की भाषा</string>
<string name="settings_category_player_title">प्लेयर</string>
<string name="settings_category_player_behavior_title">चाल चलन</string>
<string name="settings_category_popup_title">पॉपअप</string>
<string name="settings_category_appearance_title">दिखावट</string>
<string name="settings_category_other_title">और दुसरे</string>
<string name="popup_playing_toast">विडियो पॉपअप के अंदाज में चल रहा</string>
<string name="background_player_append">बैकग्राउंड प्लेयर की कतार पर</string>
<string name="popup_playing_append">पॉपअप प्लेयर की कतार पर</string>
<string name="play_btn_text">चलाये</string>
<string name="content">विषयवस्तु</string>
<string name="show_age_restricted_content_title">उम्र प्रतिबंदित से सम्बंधित विषयवस्तु दिखाये (जैसे - हिंसात्मक,कामोतोजनक)</string>
<string name="video_is_age_restricted">उम्र प्रतिबंदित विडियो है .इस प्रकार की विषयवस्तु को अनुमति देने के लिए Setting से संभव है |</string>
<string name="duration_live">सीधा प्रसारण</string>
<string name="downloads">डाउनलोड</string>
<string name="downloads_title">डाउनलोड</string>
<string name="error_report_title">त्रुटी की रिपोर्ट</string>
<string name="all">सारे</string>
<string name="channel">चैनल</string>
<string name="playlist">प्लेलिस्ट</string>
<string name="yes">सहमत हूँ</string>
<string name="later">बाद में</string>
<string name="disabled">बंद करे</string>
<string name="filter">छलनी</string>
<string name="refresh">तरोताजा</string>
<string name="clear">साफ़</string>
<string name="popup_resizing_indicator_title">आकार को छोटा-बड़ा करे</string>
<string name="best_resolution">बेहतर विडियो की क्वालिटी</string>
<string name="undo">वापस जाए</string>
<string name="play_all">सारे प्ले करे</string>
<string name="notification_channel_name">NewPipe की अधिसूचना</string>
<string name="notification_channel_description">NewPipe के बैकग्राउंड में चल रहे विडियो और पॉपअप विडियो के लिए अधिसूचना</string>
<string name="unknown_content">[नहीं जानते]</string>
<string name="general_error">त्रुटी</string>
<string name="network_error">नेटवर्क में त्रुटी</string>
<string name="could_not_load_thumbnails">सारे thumbnail(फोटो जो फ़ोन की मेमोरी में है ) भरे नहीं जा सकते</string>
<string name="youtube_signature_decryption_error">विडियो के URL signature को decrypt नहीं कर सकते</string>
<string name="parsing_error">इस website का निरंक्षण नहीं कर सकते</string>
<string name="light_parsing_error">website का पूरी तरह से निरंक्षण नहीं हो सकता</string>
<string name="content_not_available">विषयवस्तु उपलब्ध नहीं है</string>
<string name="blocked_by_gema">GEMA ने block किया है</string>
<string name="could_not_setup_download_menu">डाउनलोड मेनू को स्थापित नहीं कर सकते</string>
<string name="live_streams_not_supported">यह सीधा प्रसारण है, जो की अभी पूरी तरह से काम नहीं कर रहा.</string>
<string name="could_not_get_stream">कोई भी विडियो नहीं मिल रहा</string>
<string name="could_not_load_image">फोटो को load नहीं कर सकते</string>
<string name="app_ui_crash">APP/UI टूट गया</string>
<string name="player_stream_failure">इस विडियो को चलाने में असफलता हो रही है</string>
<string name="player_unrecoverable_failure">कभी ठीक न होने वाले विडियो प्लेयर की त्रुटी आ रही है</string>
<string name="player_recoverable_failure">विडियो प्लेयर त्रुटी से ठीक हो रहा है</string>
<string name="sorry_string">खेद है की, ऐसा होना नहीं चाहिए था.</string>
<string name="error_report_button_text">त्रुटी की रिपोर्ट को ईमेल से भेजे</string>
<string name="error_snackbar_message">माफ़ करे , कुछ त्रुटियाँ हो रही है</string>
<string name="error_snackbar_action">रिपोर्ट</string>
<string name="what_device_headline">जानकारी:</string>
<string name="what_happened_headline">क्या हुआ:</string>
<string name="info_labels">क्या:\\nमांग:\\nविषयवस्तु की भाषा:\\nसेवा:\\nजीएमटी समय:\\nपैकेज:\\nसंस्करण:\\nOS संस्करण:\\nGLOB. IP रेंज:</string>
<string name="your_comment">आपकी टिप्पणी:</string>
<string name="error_details_headline">विवरण:</string>
<string name="list_thumbnail_view_description">विडियो के thumbnail के पूर्व दर्शन</string>
<string name="detail_thumbnail_view_description">विडियो के thumbnail के पूर्व दर्शन</string>
<string name="detail_uploader_thumbnail_view_description">अपलोडर के thumbnail वाले फोटो</string>
<string name="detail_likes_img_view_description">पसंद</string>
<string name="detail_dislikes_img_view_description">नापसंद</string>
<string name="use_tor_title">Tor का प्रयोग करे</string>
<string name="use_tor_summary">( प्रयोगात्मक ) व्यक्तिगत सुरक्षा को बढाने के लिए Tor के जरिये ट्रैफिक को डाउनलोड करने के लिए जोर दे ( विडियो को स्ट्रीम अभी नहीं कर सकता ).</string>
<string name="report_error">त्रुटी के रिपोर्ट करे</string>
<string name="user_report">उपयोगकर्ता की रिपोर्ट</string>
<string name="search_no_results">कोई परिणाम नहीं मिला</string>
<string name="empty_subscription_feed_subtitle">यंहा कुछ नहीं है</string>
<string name="err_dir_create">"डाउनलोड वाली डायरेक्टरी को बना नहीं सकते \'%1$s\'"</string>
<string name="info_dir_created">डाउनलोड की डायरेक्टरी बन चुकी है \'%1$s\'</string>
<string name="video">विडियो</string>
<string name="audio">ऑडियो</string>
<string name="retry">फिर से कोशिश करे</string>
<string name="storage_permission_denied">स्टोरेज में प्रवेश के लिए अनुमति नहीं मिली</string>
<string name="use_old_player_title">पुराना विडियो प्लेयर प्रयोग करे</string>
<string name="use_old_player_summary">पुराना Mediaframework Player जो फ़ोन में बना हुआ है</string>
<string name="short_thousand">हज़ार</string>
<string name="short_million">करोड़</string>
<string name="short_billion">अरब</string>
<string name="no_subscribers">कोई भी सदस्य नहीं है</string>
<plurals name="subscribers">
<item quantity="one">%s सदस्य</item>
<item quantity="other">%s सदस्यो</item>
</plurals>
<plurals name="views">
<item quantity="one">%s दर्शक</item>
<item quantity="other">%s दर्शके</item>
</plurals>
<plurals name="videos">
<item quantity="one">%s विडियो</item>
<item quantity="other">%s वीडियो</item>
</plurals>
<string name="start">शुरू</string>
<string name="pause">रोके</string>
<string name="view">चलाये</string>
<string name="delete">मिटाए</string>
<string name="checksum">checksum</string>
<string name="add">नया मिशन</string>
<string name="finish">ठीक है</string>
<string name="msg_name">फाइल का नाम</string>
<string name="msg_threads">मेसेज के thread</string>
<string name="msg_error">त्रुटी</string>
<string name="msg_server_unsupported">server ठीक से चल नहीं रहा</string>
<string name="msg_exists">फाइल पहले से ही बनी हुई है</string>
<string name="msg_url_malform">URL सही नहीं है या फिर हो सकता है इन्टरनेट उपलब्ध नहीं है</string>
<string name="msg_running">न्यूपाइप डाउनलोड हो रहा है</string>
<string name="msg_running_detail">विवरण देखने के लिए दबाये</string>
<string name="msg_wait">कृपया इंतज़ार करे…</string>
<string name="msg_copied">क्लिपबोर्ड पर कॉपी हो गया है</string>
<string name="no_available_dir">कृपया उपलब्ध डाउनलोड फोल्डर को चुने</string>
<string name="msg_popup_permission">पॉपअप के तरीके में खोलने के लिए अनुमति की जरुरत है</string>
<string name="reCaptchaActivity">reCAPTCHA</string>
<string name="reCaptcha_title">reCAPTCHA चुनोती</string>
<string name="recaptcha_request_toast">reCAPTCHA चुनोती के लिए निवेदन</string>
<string name="settings_category_downloads_title">डाउनलोड</string>
<string name="settings_file_charset_title">फाइल के नाम के लिए आवश्यक characters(जैसे - १२३, abc) की अनुमति है</string>
<string name="settings_file_replacement_character_summary">अमान्य characters इस value से बदल जायेंगे</string>
<string name="settings_file_replacement_character_title">रिप्लेसमेंट करैक्टर</string>
<string name="charset_letters_and_digits">वर्ण और अंक</string>
<string name="charset_most_special_characters">विशेष वर्ण</string>
<string name="copyright" formatted="true">%2$s के द्वारा © %1$s जो %3$s के अधीन आते है</string>
<string name="error_unable_to_load_license">लाइसेंस load नहीं हो रहा</string>
<string name="tab_contributors">सहयोगकर्ता</string>
<string name="app_description">एंड्राइड के लिए कम मेमोरी वाला और मुफ्त फ्रंट एंड Youtube.</string>
<string name="contribution_encouragement">अगर आपके पास कोई सुझाव हो जैसे -अनुवाद , डिजाईन में बदलाव ,code को साफ़ रखना , या फिर code में जायदा बदलाव लाना हो तो - साहयता के लिए आपका स्वागत है . जितना ज्यादा होगा उतना बेहतर होगा !</string>
<string name="delete_item_search_history">क्या आप इसको खोज इतिहास के मिटाना चाहते है ?</string>
<string name="main_page_content">मुख्य पेज की विषयवस्तु</string>
<string name="blank_page_summary">खाली पन्ना</string>
<string name="kiosk_page_summary">kiosk पन्ना</string>
<string name="subscription_page_summary">सदस्यता वाला पन्ना</string>
<string name="feed_page_summary">फीड वाला पेज</string>
<string name="channel_page_summary">चैनल वाला पन्ना</string>
<string name="select_a_channel">चैनल को चुने</string>
<string name="no_channel_subscribed_yet">अभी तक किसी भी चैनल के सदस्य नहीं है</string>
<string name="select_a_kiosk">kiosk को चुने</string>
<string name="kiosk">kiosk</string>
<string name="top_50">टॉप 50</string>
<string name="new_and_hot">नया और गरम</string>
<string name="title_activity_background_player">बैकग्राउंड प्लेयर</string>
<string name="title_activity_popup_player">पॉपअप प्लेयर</string>
<string name="play_queue_remove">निकाले</string>
<string name="play_queue_stream_detail">विवरण</string>
<string name="hold_to_append">कतार में खड़ा करे</string>
<string name="enqueue_on_background">कतार को बैकग्राउंड में लगाये</string>
<string name="enqueue_on_popup">कतार को पॉपअप में लगाये</string>
<string name="start_here_on_main">यंहा से चलाना शुरू करे</string>
<string name="start_here_on_background">बैकग्राउंड में चलाना शुरू करे</string>
<string name="start_here_on_popup">पॉपअप में चलाना शुरू करे</string>
</resources>

View file

@ -41,7 +41,7 @@
<string name="download_path_audio_summary">Put za spremanje preuzetog zvuka u</string>
<string name="download_path_audio_dialog_title">Unesi put za preuzimanje zvučne datoteke</string>
<string name="autoplay_by_calling_app_title">Automatski reprod. kada je NewPipe pozvan iz druge aplikacije</string>
<string name="autoplay_by_calling_app_title">Auto. reprod. kada je NewPipe pozvan iz druge apl.</string>
<string name="autoplay_by_calling_app_summary">Automatski reproduciraj videozapis kad je NewPipe pozvan iz druge aplikacije</string>
<string name="default_resolution_title">Zadana razlučivost</string>
<string name="default_popup_resolution_title">Zadana razlučivost skočnog prozora</string>
@ -49,7 +49,7 @@
<string name="show_higher_resolutions_summary">Samo neki uređaji podržavaju reprodukciju 2K/4K videozapisa</string>
<string name="play_with_kodi_title">Reproduciraj sa Kodijem</string>
<string name="kore_not_found">Kore aplikacija nije pronađena. Želite li ju instalirati?</string>
<string name="show_play_with_kodi_title">Prikaži \"Reproduciraj putem Kodija\" opciju</string>
<string name="show_play_with_kodi_title">Prikaži opciju \"Reproduciraj putem Kodija\"</string>
<string name="show_play_with_kodi_summary">Prikaži opciju za reproduciranje videozapisa putem Kodija</string>
<string name="play_audio">Zvuk</string>
<string name="default_audio_format_title">Zadani format zvuka</string>
@ -255,4 +255,29 @@
<string name="player_unrecoverable_failure">Dogodila se neoporavljiva pogreška reproduktora</string>
<string name="player_recoverable_failure">Oporavljanje od pogreške reproduktora</string>
</resources>
<string name="show_hold_to_append_title">Prikaži savjet za držanje</string>
<string name="show_hold_to_append_summary">Prikažite savjet kada je pritisnut gumb za pozadinsku ili skočnu reprodukciju na stranici detalja videozapisa</string>
<string name="popup_playing_append">U redu čekanja za skočnu reprodukciju</string>
<string name="delete_item_search_history">Želite li izbrisati ovu stavku iz povijesti pretraživanja?</string>
<string name="main_page_content">Sadržaj</string>
<string name="blank_page_summary">Prazna stranica</string>
<string name="kiosk_page_summary">Kiosk stranica</string>
<string name="subscription_page_summary">Pretplate</string>
<string name="feed_page_summary">Novosti</string>
<string name="channel_page_summary">Kanal</string>
<string name="select_a_channel">Odaberite kanal</string>
<string name="no_channel_subscribed_yet">Niste pretplaćeni na nijedan kanal</string>
<string name="select_a_kiosk">Odaberite kiosk</string>
<string name="kiosk">Nazivi kioska</string>
<string name="trending">U trendu</string>
<string name="top_50">Top 50</string>
<string name="new_and_hot">Novo i popularno</string>
<string name="title_activity_background_player">Red čekanja</string>
<string name="title_activity_popup_player">Skočni reproduktor</string>
<string name="play_queue_remove">Ukloni</string>
<string name="play_queue_stream_detail">Detalji</string>
<string name="play_queue_audio_settings">Postavke zvuka</string>
<string name="hold_to_append">Zadržite za dodavanje u red čekanja</string>
</resources>

View file

@ -281,7 +281,7 @@
<string name="new_and_hot">Nuovi e caldi</string>
<string name="show_hold_to_append_title">Mostra il suggerimento di tenere premuto per appendere</string>
<string name="show_hold_to_append_summary">Mostra un suggerimento quando il pulsante in sottofondo o a comparsa viene premuto nella pagina dei dettagli di un video</string>
<string name="background_player_append">In coda al riproduttore in sottofondo</string>
<string name="background_player_append">In coda sul lettore di sfondo</string>
<string name="popup_playing_append">In coda al riproduttore a comparsa</string>
<string name="play_all">Riproduci tutto</string>
@ -295,4 +295,11 @@
<string name="play_queue_stream_detail">Dettagli</string>
<string name="play_queue_audio_settings">Impostazioni audio</string>
<string name="hold_to_append">Tieni premuto per accodare</string>
<string name="unknown_content">[Sconosciuto]</string>
<string name="enqueue_on_background">In coda sullo sfondo</string>
<string name="enqueue_on_popup">In coda nel Popup</string>
<string name="start_here_on_main">Inizia la riproduzione qui</string>
<string name="start_here_on_background">Inizia qui sullo sfondo</string>
<string name="start_here_on_popup">Inizia qui nel Popup</string>
</resources>

View file

@ -274,4 +274,21 @@
<string name="play_queue_stream_detail">Detaljer</string>
<string name="play_queue_audio_settings">Lydinnstillinger</string>
<string name="hold_to_append">Hold for å legge i kø</string>
<string name="show_hold_to_append_title">Vis \"Hold for å legge til\" -tips</string>
<string name="show_hold_to_append_summary">Vis tips når bakgrunns- eller oppsårettsknapp trykkes på siden for videodetaljer</string>
<string name="background_player_append">Lagt i kø for bakgrunnsavspiller</string>
<string name="popup_playing_append">Lagt i kø for oppsprettsspiller</string>
<string name="unknown_content">[Ukjent]</string>
<string name="player_recoverable_failure">Gjenoppretter fra spillerfeil</string>
<string name="main_page_content">Hovedsidens innhold</string>
<string name="feed_page_summary">Strømside</string>
<string name="no_channel_subscribed_yet">Abonnerer ikke på noen kanaler enda</string>
<string name="trending">På vei opp</string>
<string name="enqueue_on_background">Legg i bakgrunnskø</string>
<string name="enqueue_on_popup">Legg i oppsprettskø</string>
<string name="start_here_on_main">Start avspilling her</string>
<string name="start_here_on_background">Start her i bakgrunnen</string>
<string name="start_here_on_popup">Start her i oppsprettsvindu</string>
</resources>

View file

@ -291,4 +291,11 @@ te openen in pop-upmodus</string>
<string name="play_queue_stream_detail">Details</string>
<string name="play_queue_audio_settings">Audio-instellingen</string>
<string name="hold_to_append">Houd ingedrukt om toe te voegen aan wachtrij</string>
<string name="unknown_content">[Onbekend]</string>
<string name="enqueue_on_background">Toevoegen aan wachtrij in achtergrond</string>
<string name="enqueue_on_popup">Toevoegen aan wachtrij in pop-up</string>
<string name="start_here_on_main">Hier beginnen spelen</string>
<string name="start_here_on_background">Hier beginnen in achtergrond</string>
<string name="start_here_on_popup">Hier beginnen in pop-up</string>
</resources>

View file

@ -27,15 +27,15 @@
<string name="download_path_audio_dialog_title">Podaj ścieżkę zapisu audio</string>
<string name="autoplay_by_calling_app_title">Autoodtwarzanie</string>
<string name="autoplay_by_calling_app_summary">Automatycznie odtwórz video kiedy NewPipe zostanie wywołany z innej aplikacji</string>
<string name="autoplay_by_calling_app_summary">Automatycznie odtwórz video, kiedy NewPipe zostanie wywołany z innej aplikacji</string>
<string name="default_resolution_title">Domyślna rozdzielczość</string>
<string name="play_with_kodi_title">Odtwórz w Kodi</string>
<string name="kore_not_found">Aplikacja Kore nie została znaleziona. Zainstalować Kore?</string>
<string name="show_play_with_kodi_title">Pokaż opcję \"Odtwórz z Kodi\"</string>
<string name="show_play_with_kodi_summary">Wyświetl opcję aby odtworzyć video przez Kodi</string>
<string name="show_play_with_kodi_summary">Wyświetl opcję, aby odtworzyć video przez Kodi</string>
<string name="play_audio">Audio</string>
<string name="default_audio_format_title">Domyślny format audio</string>
<string name="webm_description">WebM — darmowy format</string>
<string name="webm_description">WebM — otwarty i darmowy format</string>
<string name="m4a_description">m4a — lepsza jakość</string>
<string name="theme_title">Motyw</string>
<string name="dark_theme_title">Ciemny</string>
@ -126,7 +126,7 @@
<string name="reCaptcha_title">Rozwiąż reCAPTCHA</string>
<string name="recaptcha_request_toast">Prośba o ReCAPTCHA</string>
<string name="use_external_video_player_summary">Niektóre rozdzielczości nie będą miały dźwięku jeśli ta opcja jest włączona</string>
<string name="use_external_video_player_summary">Niektóre rozdzielczości nie będą miały dźwięku, jeśli ta opcja jest włączona</string>
<string name="controls_background_title">W tle</string>
<string name="default_popup_resolution_title">Domyślna rozdzielczość dla trybu okienkowego</string>
<string name="show_higher_resolutions_title">Pokaż wyższe rozdzielczości</string>
@ -136,7 +136,7 @@
<string name="popup_remember_size_pos_title">Zapamiętaj rozmiar i pozycję trybu okienkowego</string>
<string name="popup_remember_size_pos_summary">Zapamiętaj ostatni rozmiar i pozycję ustawioną dla trybu okienkowego</string>
<string name="player_gesture_controls_title">Sterowanie odtwarzaczem za pomocą gestów</string>
<string name="player_gesture_controls_summary">Użyj gestów aby sterować jasnością i głośnością odtwarzacza</string>
<string name="player_gesture_controls_summary">Użyj gestów, aby sterować jasnością i głośnością odtwarzacza</string>
<string name="show_search_suggestions_title">Szukaj sugestii</string>
<string name="show_search_suggestions_summary">Pokazuj sugestie podczas wyszukiwania</string>
@ -202,9 +202,9 @@
<string name="fragment_whats_new">Co nowego</string>
<string name="enable_search_history_title">Historia wyszukiwania</string>
<string name="enable_search_history_summary">Zapisuj historie wyszukiwania lokalnie</string>
<string name="enable_search_history_summary">Zapisuj lokalnie historię wyszukiwania</string>
<string name="enable_watch_history_title">Historia oglądania</string>
<string name="enable_watch_history_summary">Zapisuj historie oglądania</string>
<string name="enable_watch_history_summary">Zapisuj historię oglądania</string>
<string name="resume_on_audio_focus_gain_title"/>
<string name="resume_on_audio_focus_gain_summary">Kontynuuj odtwarzanie po przerwaniu (np. po rozmowie telefonicznej)</string>

View file

@ -256,4 +256,31 @@ o modo “popup“</string>
<string name="history_cleared">Histórico eliminado</string>
<string name="item_deleted">Item apagado</string>
<string name="delete_item_search_history">Deseja apagar este item do histórico de pesquisa?</string>
<string name="play_all">Reproduzir todos</string>
<string name="unknown_content">[Desconhecido]</string>
<string name="player_unrecoverable_failure">Ocorreu um erro irrecuperável do reprodutor</string>
<string name="player_recoverable_failure">Em recuperação de um erro do reprodutor</string>
<string name="main_page_content">Conteúdo da página principal</string>
<string name="blank_page_summary">Página em branco</string>
<string name="subscription_page_summary">Página de Subscrições</string>
<string name="channel_page_summary">Página do canal</string>
<string name="select_a_channel">Selecione um canal</string>
<string name="no_channel_subscribed_yet">Nenhum canal subscreveu ainda</string>
<string name="select_a_kiosk">Selecione um quiosque</string>
<string name="kiosk">Quiosque</string>
<string name="trending">Tendências</string>
<string name="top_50">Top 50</string>
<string name="new_and_hot">Novo e popular</string>
<string name="title_activity_background_player">Reprodutor em segundo plano</string>
<string name="title_activity_popup_player">Reprodutor Popup</string>
<string name="play_queue_remove">Remover</string>
<string name="play_queue_stream_detail">Detalhes</string>
<string name="play_queue_audio_settings">Definições de Áudio</string>
<string name="start_here_on_main">Começar a reproduzir aqui</string>
<string name="start_here_on_background">Começar aqui em Segundo Plano</string>
<string name="start_here_on_popup">Começar aqui em Popup</string>
</resources>

View file

@ -109,7 +109,7 @@
<string name="report_error">Сообщить об ошибке</string>
<string name="user_report">Сообщить о нарушении</string>
<string name="info_dir_created">Создать папку для загруженного \'%1$s\'</string>
<string name="info_dir_created">Создана папка для загрузок \'%1$s\'</string>
<string name="video">Видео</string>
<string name="audio">Аудио</string>
@ -126,7 +126,7 @@
<string name="controls_popup_title">В окне</string>
<string name="show_higher_resolutions_summary">Только некоторые устройства могут воспроизводить видео в 2K/4K</string>
<string name="default_video_format_title">Предпочитаемый формат видео</string>
<string name="default_video_format_title">Формат видео по умолчанию</string>
<string name="black_theme_title">Чёрная</string>
<string name="popup_remember_size_pos_title">Запоминать размер и положение всплывающего окна</string>
<string name="player_gesture_controls_summary">Использовать жесты для изменения яркости и громкости</string>
@ -144,8 +144,8 @@
<string name="add">Новая миссия</string>
<string name="info_labels">Что:\\nЗапрос:\\nЯзык контента:\\nСервис:\\nВремя по Гринвичу:\\nПакет:\\nВерсия:\\nВерсия ОС:\\nГлобальный диапазон IP:</string>
<string name="msg_popup_permission">Это разрешение нужно,
\nчтобы показывать всплывающее окно</string>
<string name="msg_popup_permission">Это разрешение нужно для
\nвоспроизведения видео в отдельном окне</string>
<string name="reCaptchaActivity">reCAPTCHA</string>
<string name="open_in_popup_mode">Открыть в отдельном окне</string>
@ -182,7 +182,7 @@
<string name="tab_about">О приложении</string>
<string name="tab_contributors">Участники</string>
<string name="read_full_license">Прочитать лицензию</string>
<string name="app_description">Бесплатный лёгкий интерфейс YouTube для Android.</string>
<string name="app_description">Бесплатный и лёгкий интерфейс YouTube для Android.</string>
<string name="view_on_github">Открыть на GitHub</string>
<string name="contribution_encouragement">Приветствуется всё — идеи, перевод, изменения дизайна, чистка кода или огромные изменения в коде. Чем больше сделано, тем лучше!</string>
<string name="copyright" formatted="true">© %1$s %2$s под лицензией %3$s</string>
@ -278,4 +278,6 @@
<string name="player_stream_failure">Не удалось воспроизвести этот поток</string>
<string name="play_queue_stream_detail">Подробности</string>
<string name="play_queue_audio_settings">Настройки аудио</string>
<string name="no_channel_subscribed_yet">Пока нет подписок</string>
<string name="play_queue_remove">Удалить</string>
</resources>

View file

@ -273,4 +273,22 @@ odpiranje v pojavnem načinu</string>
<string name="item_deleted">Predmet je izbrisan</string>
<string name="delete_item_search_history">Ali želite izbrisati predmet iz zgodovine iskanja?</string>
</resources>
<string name="play_all">Predvajaj vse</string>
<string name="unknown_content">[ Neznano ]</string>
<string name="player_stream_failure">Predvajanje pretoka je spodletelo</string>
<string name="main_page_content">Vsebina glavne strani</string>
<string name="blank_page_summary">Prazna stran</string>
<string name="subscription_page_summary">Stran naročanja</string>
<string name="feed_page_summary">Stran virov</string>
<string name="channel_page_summary">Stran kanalov</string>
<string name="select_a_channel">Izbor kanala</string>
<string name="top_50">Najboljših 50</string>
<string name="new_and_hot">Novo in vroče</string>
<string name="title_activity_background_player">Ozadnji predvajalnik</string>
<string name="title_activity_popup_player">Pojavni predvajalnik</string>
<string name="play_queue_remove">Odstrani</string>
<string name="play_queue_stream_detail">Podrobnosti</string>
<string name="play_queue_audio_settings">Nastavitve zvoka</string>
</resources>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources><string name="main_bg_subtitle">Tryck på sök för att börja</string>
<resources><string name="main_bg_subtitle">Tryck på sök för att komma igång</string>
<string name="upload_date_text">Publicerad den %1$s</string>
<string name="no_player_found">Ingen strömspelare hittades. Vill du installera VLC?</string>
<string name="install">Installera</string>
@ -29,26 +29,26 @@
<string name="download_path_audio_summary">Plats för att lagra nerladdat ljud i</string>
<string name="download_path_audio_dialog_title">Ange nerladdningsplats för ljudfiler</string>
<string name="autoplay_by_calling_app_summary">Spela automatiskt upp en video när NewPipe är kallad från en annan app</string>
<string name="autoplay_by_calling_app_summary">Spelar automatiskt upp en video när NewPipe öppnas av en annan app</string>
<string name="default_resolution_title">Standardupplösning</string>
<string name="default_popup_resolution_title">Standardupplösning för popup</string>
<string name="show_higher_resolutions_title">Visa högre upplösningar</string>
<string name="show_higher_resolutions_summary">Det finns endast ett fåtal enheter som har stöd för uppspelning av 2K/4K-videor</string>
<string name="play_with_kodi_title">Spela upp med Kodi</string>
<string name="kore_not_found">Kore-appen hittades inte. Installera Kore?</string>
<string name="kore_not_found">Kore-appen hittades inte. Installera den?</string>
<string name="show_play_with_kodi_title">Visa alternativet \"Spela upp med Kodi\"</string>
<string name="show_play_with_kodi_summary">Visa ett alternativ för att spela upp en video med mediacentret Kodi</string>
<string name="play_audio">Ljud</string>
<string name="default_audio_format_title">Standardformat för ljud</string>
<string name="default_video_format_title">Videoformat som föredras</string>
<string name="webm_description">WebM — fritt format</string>
<string name="m4a_description">m4a — bättre kvalité</string>
<string name="m4a_description">M4A — bättre kvalité</string>
<string name="theme_title">Tema</string>
<string name="light_theme_title">Ljus</string>
<string name="dark_theme_title">Mörk</string>
<string name="black_theme_title">Svart</string>
<string name="popup_remember_size_pos_title">Kom ihåg storleken och positionen för popup</string>
<string name="popup_remember_size_pos_summary">Kom ihåg den senast inställda storleken och positionen av popup-rutan</string>
<string name="popup_remember_size_pos_title">Kom ihåg popupstorlek och position</string>
<string name="popup_remember_size_pos_summary">Kom ihåg popup-rutans senaste storlek och position</string>
<string name="player_gesture_controls_title">Gestkontroller för spelare</string>
<string name="player_gesture_controls_summary">Använd gester för att kontrollera spelarens ljusstyrka och volym</string>
<string name="show_search_suggestions_title">Sökförslag</string>
@ -59,7 +59,7 @@
<string name="next_video_title">Nästa video</string>
<string name="show_next_and_similar_title">Visa nästkommande och liknande videor</string>
<string name="url_not_supported_toast">Webbadressen stöds inte</string>
<string name="search_language_title">Språk som föredras för innehållet</string>
<string name="search_language_title">Standard innehållsspråk</string>
<string name="settings_category_video_audio_title">Video &amp; Ljud</string>
<string name="settings_category_popup_title">Popup-ruta</string>
<string name="settings_category_appearance_title">Utseende</string>
@ -69,7 +69,7 @@
<string name="play_btn_text">Spela upp</string>
<string name="content">Innehåll</string>
<string name="show_age_restricted_content_title">Visa åldersbegränsat innehåll</string>
<string name="video_is_age_restricted">Videon är åldersbegränsad. Aktivera åldersbegränsade videor i inställningarna först.</string>
<string name="video_is_age_restricted">Videon är åldersbegränsad. Du kan aktivera åldersbegränsade videor i inställningarna.</string>
<string name="duration_live">direkt</string>
<string name="downloads">Nerladdningar</string>
<string name="downloads_title">Nerladdningar</string>
@ -87,12 +87,12 @@
<string name="general_error">Fel</string>
<string name="network_error">Nätverksfel</string>
<string name="could_not_load_thumbnails">Kunde inte ladda alla miniatyrbilder</string>
<string name="parsing_error">Kunde inte tolka hemsidan.</string>
<string name="light_parsing_error">Kunde inte tolka hemsidan fullt ut.</string>
<string name="content_not_available">Innehållet är inte tillgängligt.</string>
<string name="blocked_by_gema">Blockerat av GEMA.</string>
<string name="could_not_setup_download_menu">Kunde inte ställa in nerladdningsmenyn.</string>
<string name="live_streams_not_supported">Det här är en DIREKTSÄNDNING. Det finns ännu inget stöd för dessa.</string>
<string name="parsing_error">Det gick inte att analysera webbplatsen</string>
<string name="light_parsing_error">Det gick inte att analysera webbplatsen helt</string>
<string name="content_not_available">Innehållet är inte tillgängligt</string>
<string name="blocked_by_gema">Blockerat av GEMA</string>
<string name="could_not_setup_download_menu">Kunde inte ställa in nerladdningsmenyn</string>
<string name="live_streams_not_supported">Det här är en DIREKTSÄNDNING vilket ännu inte stöds.</string>
<string name="could_not_load_image">Kunde inte ladda Bild</string>
<string name="app_ui_crash">App/AnvändarGränssnitt kraschade</string>
<string name="sorry_string">Oj, det där skulle inte ha hänt.</string>
@ -108,4 +108,175 @@
<string name="detail_dislikes_img_view_description">Ogillanden</string>
<string name="use_tor_title">Använd Tor</string>
<string name="report_error">Rapportera ett fel</string>
</resources>
<string name="view_count_text">%1$s visningar</string>
<string name="subscribe_button_title">Prenumerera</string>
<string name="subscribed_button_title">Prenumererad</string>
<string name="channel_unsubscribed">Prenumerationen togs bort</string>
<string name="subscription_change_failed">Kunde inte ändra prenumeration</string>
<string name="subscription_update_failed">Kunde inte uppdatera prenumeration</string>
<string name="tab_main">Hem</string>
<string name="tab_subscriptions">Prenumerationer</string>
<string name="fragment_whats_new">Vad är nytt</string>
<string name="autoplay_by_calling_app_title">Autospela</string>
<string name="enable_search_history_title">Sök historik</string>
<string name="enable_search_history_summary">Spara sökfrågor lokalt</string>
<string name="enable_watch_history_title">Historik</string>
<string name="enable_watch_history_summary">Håll koll på videor som du tittat på</string>
<string name="resume_on_audio_focus_gain_title">Fortsätt då fokus fås</string>
<string name="resume_on_audio_focus_gain_summary">Fortsätta spela efter avbrott (t.ex. telefonsamtal)</string>
<string name="show_hold_to_append_title">Visa \"Håll för att lägga till\" tips</string>
<string name="show_hold_to_append_summary">Visa tips när bakgrunds- eller popup-knappen trycks på sidan för videodetaljer</string>
<string name="settings_category_player_title">Spelare</string>
<string name="settings_category_player_behavior_title">Beteende</string>
<string name="settings_category_history_title">Historik</string>
<string name="background_player_append">Tillagd till bakgrunds-spelar kön</string>
<string name="popup_playing_append">Tillagd till popup-spelar kön</string>
<string name="playlist">Spellista</string>
<string name="popup_resizing_indicator_title">Storleksändring</string>
<string name="undo">Ångra</string>
<string name="play_all">Spela Alla</string>
<string name="notification_channel_name">NewPipe Avisering</string>
<string name="notification_channel_description">Aviseringar för NewPipe bakgrunds och popup-spelare</string>
<string name="unknown_content">[Okänd]</string>
<string name="youtube_signature_decryption_error">Kunde inte dekryptera video URL signatur</string>
<string name="could_not_get_stream">Kunde inte hitta någon ström</string>
<string name="player_stream_failure">Misslyckades med att spela denna ström</string>
<string name="player_unrecoverable_failure">Allvarligt spelarfel inträffade</string>
<string name="player_recoverable_failure">Återhämtar sig från spelarfel</string>
<string name="error_report_button_text">Rapportera fel via e-post</string>
<string name="info_labels">Vad:\\nBegäran:\\nInnehålls Språk:\\nTjänst:\\nGMT Tid:\\nPaket:\\nVersion:\\nOS-version:\\nGlob. IP-intervall:</string>
<string name="list_thumbnail_view_description">Videons miniatyrbild</string>
<string name="detail_thumbnail_view_description">Videons miniatyrbild</string>
<string name="detail_uploader_thumbnail_view_description">Uppladdarens avatar miniatyrbild</string>
<string name="use_tor_summary">(Experimentellt) Tvinga nedladdningstrafik via Tor för ökad integritet (strömmande videon stöds inte ännu).</string>
<string name="user_report">Användarrapport</string>
<string name="search_no_results">Inga resultat</string>
<string name="empty_subscription_feed_subtitle">Här va\' det tomt</string>
<string name="err_dir_create">Kunde inte skapa nedladdnings katalog \'%1$s\'</string>
<string name="info_dir_created">Skapa nedladdnings katalog \'%1$s\'</string>
<string name="video">Video</string>
<string name="audio">Ljud</string>
<string name="retry">Försök igen</string>
<string name="storage_permission_denied">Tillgång till lagringsområde nekades</string>
<string name="use_old_player_title">Använd gamla spelaren</string>
<string name="use_old_player_summary">Gamla inbyggda Mediaframework-spelaren</string>
<string name="short_thousand">k</string>
<string name="short_million">mn</string>
<string name="short_billion">md</string>
<string name="no_subscribers">Inga prenumeranter</string>
<plurals name="subscribers">
<item quantity="one">%s prenumerant</item>
<item quantity="other">%s prenumeranter</item>
</plurals>
<string name="no_views">Inga visningar</string>
<plurals name="views">
<item quantity="one">%s visning</item>
<item quantity="other">%s visningar</item>
</plurals>
<string name="no_videos">Inga videor</string>
<plurals name="videos">
<item quantity="one">%s video</item>
<item quantity="other">%s videon</item>
</plurals>
<string name="start">Start</string>
<string name="pause">Pausa</string>
<string name="view">Spela</string>
<string name="delete">Ta bort</string>
<string name="checksum">Kontrollsumma</string>
<string name="add">Nytt uppdrag</string>
<string name="finish">Ok</string>
<string name="msg_name">Filnamn</string>
<string name="msg_threads">Trådar</string>
<string name="msg_error">Fel</string>
<string name="msg_server_unsupported">Serveren stöds inte</string>
<string name="msg_exists">Filen finns redan</string>
<string name="msg_url_malform">Felaktig webbadress eller Internet inte tillgängligt</string>
<string name="msg_running">NewPipe nedladdning</string>
<string name="msg_running_detail">Tryck för detaljer</string>
<string name="msg_wait">Vänta…</string>
<string name="msg_copied">Kopierat till urklipp</string>
<string name="no_available_dir">Välj en tillgänglig nedladdningsmapp</string>
<string name="msg_popup_permission">Denna tillåtelse behövs för att
\nöppna i popup-läge</string>
<string name="reCaptchaActivity">reCAPTCHA</string>
<string name="reCaptcha_title">reCAPTCHA utmaning</string>
<string name="recaptcha_request_toast">reCAPTCHA utmaning begärd</string>
<string name="settings_category_downloads_title">Nedladdning</string>
<string name="settings_file_charset_title">Tillåtna tecken i filnamn</string>
<string name="settings_file_replacement_character_summary">Ogiltiga tecken ersätts med detta värde</string>
<string name="settings_file_replacement_character_title">Ersättningstecknet</string>
<string name="charset_letters_and_digits">Bokstäver och siffror</string>
<string name="charset_most_special_characters">De flesta specialtecken</string>
<string name="title_activity_about">Om NewPipe</string>
<string name="action_settings">Inställningar</string>
<string name="action_about">Om</string>
<string name="title_licenses">Tredjepartslicenser</string>
<string name="copyright" formatted="true">© %1$s av %2$s under %3$s</string>
<string name="error_unable_to_load_license">Kunde inte ladda licens</string>
<string name="action_open_website">Öppna webbplats</string>
<string name="tab_about">Om</string>
<string name="tab_contributors">Medverkande</string>
<string name="tab_licenses">Licenser</string>
<string name="app_description">Gratis och enkel YouTube-app för Android.</string>
<string name="view_on_github">Visa på GitHub</string>
<string name="app_license_title">NewPipes licens</string>
<string name="contribution_encouragement">Vad du än har för idéer gällande översättning, designändringar, kod rengöring eller riktigt tunga så är hjälp alltid välkommet. Ju mer som görs desto bättre blir det!</string>
<string name="read_full_license">Läs hela licensen</string>
<string name="contribution_title">Bidrag</string>
<string name="title_activity_history">Historik</string>
<string name="title_history_search">Sökt</string>
<string name="title_history_view">Tittade</string>
<string name="history_disabled">Historik är inaktiverat</string>
<string name="action_history">Historik</string>
<string name="history_empty">Historiken är tom</string>
<string name="history_cleared">Historiken har rensats</string>
<string name="item_deleted">Objektet bortaget</string>
<string name="delete_item_search_history">Vill du ta bort det här objektet från sökhistoriken?</string>
<string name="main_page_content">Huvudsidans innehåll</string>
<string name="blank_page_summary">Tom sida</string>
<string name="kiosk_page_summary">Kiosk sida</string>
<string name="subscription_page_summary">Prenumerationssidan</string>
<string name="feed_page_summary">Flödessida</string>
<string name="channel_page_summary">Kanal-sida</string>
<string name="select_a_channel">Välj en kanal</string>
<string name="no_channel_subscribed_yet">Ingen kanal prenumererad än</string>
<string name="select_a_kiosk">Välj en kiosk</string>
<string name="kiosk">Kiosk</string>
<string name="trending">Trend</string>
<string name="top_50">Top 50</string>
<string name="new_and_hot">Aktuellt</string>
<string name="title_activity_background_player">Bakgrunds-spelare</string>
<string name="title_activity_popup_player">Popup-spelare</string>
<string name="play_queue_remove">Ta bort</string>
<string name="play_queue_stream_detail">Detaljer</string>
<string name="play_queue_audio_settings">Ljud inställningar</string>
<string name="hold_to_append">Håll för att placera i kön</string>
<string name="enqueue_on_background">Placera i bakgrunds-kön</string>
<string name="enqueue_on_popup">Placera i popup-kön</string>
<string name="start_here_on_main">Börja spela här</string>
<string name="start_here_on_background">Börja här i bakgrunden</string>
<string name="start_here_on_popup">Börja här i popup</string>
</resources>

View file

@ -248,12 +248,49 @@
</plurals>
<string name="title_activity_history">Geçmiş</string>
<string name="title_history_search">Arandı</string>
<string name="title_history_view">İzlendi</string>
<string name="title_history_search">Aranan</string>
<string name="title_history_view">İzlenen</string>
<string name="history_disabled">Geçmiş devre dışı</string>
<string name="action_history">Geçmiş</string>
<string name="history_empty">Geçmiş boş</string>
<string name="history_cleared">Geçmiş temizlendi</string>
<string name="item_deleted">Öge silindi</string>
<string name="delete_item_search_history">Bu içeriği arama geçmişinden silmek istiyor musunuz?</string>
<string name="show_hold_to_append_title">Eklemek İçin Bas İpucunu Göster</string>
<string name="show_hold_to_append_summary">Video ayrıntıları sayfasında arka plan veya açılır pencere düğmesine basıldığında ipucu göster</string>
<string name="background_player_append">Arka plan oynatıcıda kuyruğa eklendi</string>
<string name="popup_playing_append">ılır pencere oynatıcıda kuyruğa eklendi</string>
<string name="play_all">Tümünü Oynat</string>
<string name="unknown_content">[Bilinmeyen]</string>
<string name="player_stream_failure">Bu akış oynatılamıyor</string>
<string name="player_unrecoverable_failure">Kurtarılamaz oynatıcı hatası oluştu</string>
<string name="player_recoverable_failure">Oynatıcı hatasından kurtarılıyor</string>
<string name="main_page_content">Ana sayfanın içeriği</string>
<string name="blank_page_summary">Boş Sayfa</string>
<string name="kiosk_page_summary">Büfe Sayfası</string>
<string name="subscription_page_summary">Abonelik Sayfası</string>
<string name="feed_page_summary">Besleme Sayfası</string>
<string name="channel_page_summary">Kanal Sayfası</string>
<string name="select_a_channel">Kanal seç</string>
<string name="no_channel_subscribed_yet">Henüz abone olunan kanal yok</string>
<string name="select_a_kiosk">Büfe seç</string>
<string name="kiosk">Büfe</string>
<string name="trending">Eğilimler</string>
<string name="top_50">En Üst 50</string>
<string name="new_and_hot">Yeni ve sıcak</string>
<string name="title_activity_background_player">Arka Plan Oynatıcı</string>
<string name="title_activity_popup_player">ılır Pencere Oynatıcı</string>
<string name="play_queue_remove">Kaldır</string>
<string name="play_queue_stream_detail">Ayrıntılar</string>
<string name="play_queue_audio_settings">Ses Ayarları</string>
<string name="hold_to_append">Kuyruğa Almak İçin Bas</string>
<string name="enqueue_on_background">Arka Planda Kuyruğa Al</string>
<string name="enqueue_on_popup">ılır Pencerede Kuyruğa Al</string>
<string name="start_here_on_main">Burayı Oynatmaya Başla</string>
<string name="start_here_on_background">Arka Planda Burayı Başlat</string>
<string name="start_here_on_popup">ılır Pencerede Burayı Başlat</string>
</resources>

View file

@ -21,13 +21,13 @@
<string name="download_path_dialog_title">输入视频存储路径</string>
<string name="default_resolution_title">默认分辨率</string>
<string name="play_with_kodi_title">用 Kodi 播放</string>
<string name="kore_not_found">找不到 Kore 应用程式,您要安装 Kore 吗?</string>
<string name="kore_not_found">找不到 Kore 应用程式,安装它吗?</string>
<string name="show_play_with_kodi_title">显示 “用 Kodi 播放” 的选项</string>
<string name="show_play_with_kodi_summary">显示以 Kodi 媒体中心播放视频的选项</string>
<string name="play_audio">音频</string>
<string name="default_audio_format_title">默认音频格式</string>
<string name="webm_description">WebM — 开放格式</string>
<string name="m4a_description">m4a — 更佳品质</string>
<string name="m4a_description">M4A — 更佳品质</string>
<string name="theme_title">主题</string>
<string name="dark_theme_title">暗色系</string>
<string name="light_theme_title">明亮色系</string>
@ -36,7 +36,7 @@
<string name="next_video_title">即将播放</string>
<string name="show_next_and_similar_title">显示下一部和相近的视频</string>
<string name="url_not_supported_toast">不支援此网址</string>
<string name="search_language_title">首选内容语言</string>
<string name="search_language_title">默认内容语言</string>
<string name="settings_category_video_audio_title">视频和音频</string>
<string name="settings_category_appearance_title">外观</string>
<string name="settings_category_other_title">其他</string>
@ -62,14 +62,14 @@
<string name="video_is_age_restricted">视频有年龄限制。请先在设置中启用\"显示年龄限制内容\"。</string>
<string name="general_error">错误</string>
<string name="could_not_load_thumbnails">无法加载所有缩略图</string>
<string name="youtube_signature_decryption_error">无法解密视频网址签名</string>
<string name="parsing_error">无法解析网站</string>
<string name="light_parsing_error">无法完全解析网站</string>
<string name="content_not_available">内容不可用</string>
<string name="blocked_by_gema">已被 GEMA 屏蔽</string>
<string name="could_not_setup_download_menu">无法设置下载菜单</string>
<string name="live_streams_not_supported">这是一个在线流媒体。这尚不支持。</string>
<string name="could_not_get_stream">无法获取任何流媒体</string>
<string name="youtube_signature_decryption_error">无法解密视频网址签名</string>
<string name="parsing_error">无法解析网站</string>
<string name="light_parsing_error">无法完全解析网站</string>
<string name="content_not_available">内容不可用</string>
<string name="blocked_by_gema">已被 GEMA 屏蔽</string>
<string name="could_not_setup_download_menu">无法设置下载菜单</string>
<string name="live_streams_not_supported">这是一个在线流媒体尚不支持。</string>
<string name="could_not_get_stream">无法获取任何流媒体</string>
<string name="sorry_string">抱歉,这本不应该发生。</string>
<string name="error_report_button_text">使用邮件报告错误</string>
<string name="error_snackbar_message">抱歉,发生了一些错误。</string>
@ -86,15 +86,15 @@
<string name="video">视频</string>
<string name="audio">音频</string>
<string name="retry">重试</string>
<string name="storage_permission_denied">访问存储的权限被拒绝</string>
<string name="autoplay_by_calling_app_title">另一应用调用时自动播放</string>
<string name="storage_permission_denied">无权访问存储空间</string>
<string name="autoplay_by_calling_app_title">自动播放</string>
<string name="autoplay_by_calling_app_summary">当 NewPipe 被其他应用调用时自动播放视频</string>
<string name="duration_live">直播</string>
<string name="main_bg_subtitle">点按搜索开始使用</string>
<string name="start">开始</string>
<string name="pause">暂停</string>
<string name="view">查看</string>
<string name="view">播放</string>
<string name="delete">删除</string>
<string name="checksum">校验和</string>
@ -109,8 +109,8 @@
<string name="msg_running">NewPipe 正在下载</string>
<string name="msg_running_detail">点击了解细节</string>
<string name="msg_wait">请稍候…</string>
<string name="msg_copied">已复制到剪贴板</string>
<string name="no_available_dir">请选择一个可用的下载目录</string>
<string name="msg_copied">已复制到剪贴板</string>
<string name="no_available_dir">请选择一个可用的下载目录</string>
<string name="add">新任务</string>
<string name="downloads">下载</string>
@ -155,8 +155,8 @@
<string name="show_search_suggestions_summary">在搜索时显示搜索建议</string>
<string name="enable_search_history_title">搜索记录</string>
<string name="enable_search_history_summary">在本地存储搜索请求</string>
<string name="enable_watch_history_title">观看历史</string>
<string name="enable_watch_history_summary">存储观看历史</string>
<string name="enable_watch_history_title">历史</string>
<string name="enable_watch_history_summary">记住观看的视频</string>
<string name="resume_on_audio_focus_gain_title">焦点恢复</string>
<string name="resume_on_audio_focus_gain_summary">在打扰(例如来电)过后恢复视频播放</string>
@ -178,7 +178,7 @@
<string name="notification_channel_description">NewPipe 后台播放和窗口播放器的通知</string>
<string name="use_old_player_title">使用旧版播放器</string>
<string name="use_old_player_summary">旧版本的内置媒体播放器</string>
<string name="use_old_player_summary">旧版本的内置媒体播放器</string>
<string name="short_thousand">K</string>
<string name="short_million">M</string>
<string name="short_billion">B</string>
@ -216,7 +216,39 @@
<string name="title_history_view">观看记录</string>
<string name="history_disabled">历史记录已禁用</string>
<string name="action_history">历史记录</string>
<string name="history_empty">没有历史记录</string>
<string name="history_empty">没有历史记录</string>
<string name="history_cleared">历史记录已清除</string>
</resources>
<string name="settings_category_player_title">播放器</string>
<string name="settings_category_player_behavior_title">行为</string>
<string name="settings_category_history_title">历史记录</string>
<string name="background_player_append">在后台播放器上排队</string>
<string name="popup_playing_append">在弹出播放器上排队</string>
<string name="playlist">播放列表</string>
<string name="undo">撤销</string>
<string name="play_all">全部播放</string>
<string name="unknown_content">[未知]</string>
<string name="player_stream_failure">播放此流媒体失败</string>
<string name="player_unrecoverable_failure">发生无法解决的播放器错误</string>
<string name="search_no_results">没有结果</string>
<string name="empty_subscription_feed_subtitle">空空如也</string>
<string name="no_subscribers">无订阅者</string>
<plurals name="subscribers">
<item quantity="other">%s 位订阅者</item>
</plurals>
<string name="no_views">无观看次数</string>
<plurals name="views">
<item quantity="other">%s 次观看</item>
</plurals>
<string name="no_videos">没有视频</string>
<plurals name="videos">
<item quantity="other">%s 部视频</item>
</plurals>
<string name="item_deleted">项目已删除</string>
</resources>

View file

@ -20,6 +20,8 @@
<attr name="history" format="reference"/>
<attr name="drag_handle" format="reference"/>
<attr name="selected" format="reference"/>
<attr name="search_add" format="reference"/>
<attr name="options" format="reference"/>
<!-- Can't refer to colors directly into drawable's xml-->
<attr name="toolbar_shadow_drawable" format="reference"/>

View file

@ -39,7 +39,10 @@
<color name="duration_text_color">#EEFFFFFF</color>
<color name="playlist_stream_count_text_color">#ffffff</color>
<color name="video_overlay_color">#66000000</color>
<color name="background_notification_color">#323232</color>
<color name="background_title_color">#ffffff</color>
<color name="background_subtext_color">#999999</color>
<color name="subscribe_background_color">#e53935</color>
<color name="subscribe_text_color">#fff</color>

View file

@ -59,6 +59,8 @@
<!-- Playlist View Dimensions-->
<dimen name="playlist_item_thumbnail_stream_count_width">60dp</dimen>
<dimen name="playlist_ctrl_height">50dp</dimen>
<dimen name="playlist_ctrl_seperator_margin">10dp</dimen>
<!-- Text Size -->
<dimen name="playlist_item_title_text_size">14sp</dimen>
<dimen name="playlist_detail_title_text_size">16sp</dimen>

View file

@ -123,6 +123,8 @@
<string name="notification_channel_name">NewPipe Notification</string>
<string name="notification_channel_description">Notifications for NewPipe Background and Popup Players</string>
<string name="unknown_content">[Unknown]</string>
<!-- error strings -->
<string name="general_error">Error</string>
<string name="network_error">Network error</string>
@ -309,6 +311,11 @@
<string name="play_queue_stream_detail">Details</string>
<string name="play_queue_audio_settings">Audio Settings</string>
<string name="hold_to_append">Hold To Enqueue</string>
<string name="enqueue_on_background">Enqueue on Background</string>
<string name="enqueue_on_popup">Enqueue on Popup</string>
<string name="start_here_on_main">Start Playing Here</string>
<string name="start_here_on_background">Start Here on Background</string>
<string name="start_here_on_popup">Start Here on Popup</string>
<!-- Drawer -->
<string name="drawer_open">Open Drawer</string>

View file

@ -27,6 +27,8 @@
<item name="history">@drawable/ic_history_black_24dp</item>
<item name="drag_handle">@drawable/ic_drag_handle_black_24dp</item>
<item name="selected">@drawable/ic_fiber_manual_record_black_24dp</item>
<item name="search_add">@drawable/ic_arrow_top_left_black_24dp</item>
<item name="options">@drawable/ic_more_vert_black_24dp</item>
<item name="separator_color">@color/light_separator_color</item>
<item name="contrast_background_color">@color/light_contrast_background_color</item>
@ -65,6 +67,8 @@
<item name="history">@drawable/ic_history_white_24dp</item>
<item name="drag_handle">@drawable/ic_drag_handle_white_24dp</item>
<item name="selected">@drawable/ic_fiber_manual_record_white_24dp</item>
<item name="search_add">@drawable/ic_arrow_top_left_white_24dp</item>
<item name="options">@drawable/ic_more_vert_white_24dp</item>
<item name="separator_color">@color/dark_separator_color</item>
<item name="contrast_background_color">@color/dark_contrast_background_color</item>
@ -160,4 +164,12 @@
<item name="android:background">@color/dark_youtube_primary_color</item>
</style>
<style name="PopupPermissionsTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@android:style/Animation</item>
<item name="android:windowNoDisplay">true</item>
</style>
</resources>