mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:theScrabi/NewPipe
This commit is contained in:
		| @@ -134,9 +134,9 @@ public class VideoInfoItemViewCreator { | |||||||
|         if(hours > 0 || !output.isEmpty()) { |         if(hours > 0 || !output.isEmpty()) { | ||||||
|             if(hours > 0) { |             if(hours > 0) { | ||||||
|                 if(hours >= 10 || output.isEmpty()) { |                 if(hours >= 10 || output.isEmpty()) { | ||||||
|                     output += Integer.toString(minutes); |                     output += Integer.toString(hours); | ||||||
|                 } else { |                 } else { | ||||||
|                     output += "0" + Integer.toString(minutes); |                     output += "0" + Integer.toString(hours); | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
|                 output += "00"; |                 output += "00"; | ||||||
|   | |||||||
| @@ -119,4 +119,29 @@ | |||||||
|     <string name="storage_permission_denied">Prístup na úložisko bol zakázaný</string> |     <string name="storage_permission_denied">Prístup na úložisko bol zakázaný</string> | ||||||
|     <string name="use_exoplayer_title">Použit ExoPlayer</string> |     <string name="use_exoplayer_title">Použit ExoPlayer</string> | ||||||
|     <string name="use_exoplayer_summary">Experimentálne</string> |     <string name="use_exoplayer_summary">Experimentálne</string> | ||||||
| </resources> | <string name="start">Štart</string> | ||||||
|  |     <string name="pause">Pauza</string> | ||||||
|  |     <string name="view">Zobraziť</string> | ||||||
|  |     <string name="delete">Zmazať</string> | ||||||
|  |     <string name="checksum">Kontrolný súčet</string> | ||||||
|  |  | ||||||
|  |     <string name="add">Nová misia</string> | ||||||
|  |     <string name="finish">Dobre</string> | ||||||
|  |     <string name="switch_mode">Prepnúť medzi zoznamom a mriežkou</string> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |     <string name="msg_url">Stiahnuť URL</string> | ||||||
|  |     <string name="msg_name">Názov súboru</string> | ||||||
|  |     <string name="msg_threads">Vlákna</string> | ||||||
|  |     <string name="msg_fetch_filename">Získať názov súboru</string> | ||||||
|  |     <string name="msg_error">Chyba</string> | ||||||
|  |     <string name="msg_server_unsupported">Nepodporovaný server</string> | ||||||
|  |     <string name="msg_exists">Súbor už existuje</string> | ||||||
|  |     <string name="msg_url_malform">Neplatná URL alebo bez pripojenia na Internet</string> | ||||||
|  |     <string name="msg_running">NewPipe Preberanie</string> | ||||||
|  |     <string name="msg_running_detail">Kliknúť pre detaily</string> | ||||||
|  |     <string name="msg_wait">Čakajte prosím...</string> | ||||||
|  |     <string name="msg_copied">Skopírované do schránky.</string> | ||||||
|  |     <string name="no_available_dir">Vyberte si dostupný adresár na preberanie.</string> | ||||||
|  |  | ||||||
|  |     </resources> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger