Merge branch 'master' into dev
This commit is contained in:
commit
124ab56c5f
11 changed files with 238 additions and 75 deletions
5
app/src/main/res/drawable/ic_podcasts.xml
Normal file
5
app/src/main/res/drawable/ic_podcasts.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="@android:color/white" android:pathData="M14,12c0,0.74 -0.4,1.38 -1,1.72V22h-2v-8.28c-0.6,-0.35 -1,-0.98 -1,-1.72c0,-1.1 0.9,-2 2,-2S14,10.9 14,12zM12,6c-3.31,0 -6,2.69 -6,6c0,1.74 0.75,3.31 1.94,4.4l1.42,-1.42C8.53,14.25 8,13.19 8,12c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,1.19 -0.53,2.25 -1.36,2.98l1.42,1.42C17.25,15.31 18,13.74 18,12C18,8.69 15.31,6 12,6zM12,2C6.48,2 2,6.48 2,12c0,2.85 1.2,5.41 3.11,7.24l1.42,-1.42C4.98,16.36 4,14.29 4,12c0,-4.41 3.59,-8 8,-8s8,3.59 8,8c0,2.29 -0.98,4.36 -2.53,5.82l1.42,1.42C20.8,17.41 22,14.85 22,12C22,6.48 17.52,2 12,2z"/>
|
||||
|
||||
</vector>
|
||||
|
|
@ -2,5 +2,6 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:id="@+id/menu_services_group" />
|
||||
<group android:id="@+id/menu_tabs_group" />
|
||||
<group android:id="@+id/menu_kiosks_group" />
|
||||
<group android:id="@+id/menu_options_about_group" />
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<string name="search_showing_result_for">ውጽኢት ናይ፦ %s</string>
|
||||
<string name="main_bg_subtitle">ንኽትጅምር ነቲ ምድላይ ምልክት ጠውቆ።</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="ok">ሐራይ</string>
|
||||
<string name="settings">ቅጥዕታት</string>
|
||||
<string name="did_you_mean">\"%1$s\" ማለቱ ድዩ፧</string>
|
||||
|
|
|
|||
|
|
@ -866,4 +866,10 @@
|
|||
<string name="import_settings_vulnerable_format">The settings in the export being imported use a vulnerable format that was deprecated since NewPipe 0.27.0. Make sure the export being imported is from a trusted source, and prefer using only exports obtained from NewPipe 0.27.0 or newer in the future. Support for importing settings in this vulnerable format will soon be removed completely, and then old versions of NewPipe will not be able to import settings of exports from new versions anymore.</string>
|
||||
<string name="migration_info_6_7_title">SoundCloud Top 50 page removed</string>
|
||||
<string name="migration_info_6_7_message">SoundCloud has discontinued the original Top 50 charts. The corresponding tab has been removed from your main page.</string>
|
||||
<string name="migration_info_7_8_title">YouTube combined trending removed</string>
|
||||
<string name="migration_info_7_8_message">YouTube has discontinued the combined trending page as of 21st July 2025. NewPipe replaced the default trending page with the trending livestreams.\n\nYou can also select different trending pages in \"Settings > Content > Content of main page\".</string>
|
||||
<string name="trending_gaming">Gaming trends</string>
|
||||
<string name="trending_podcasts">Trending podcasts</string>
|
||||
<string name="trending_movies">Trending movies and shows</string>
|
||||
<string name="trending_music">Trending music</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue