From 26c0445b83d38e522394162e45cbece0e85f9e98 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 25 May 2016 08:27:15 -0300 Subject: [PATCH 1/2] Fix for #273 --- .../java/org/schabi/newpipe/VideoInfoItemViewCreator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/VideoInfoItemViewCreator.java b/app/src/main/java/org/schabi/newpipe/VideoInfoItemViewCreator.java index 369f5eea9..4b7c3c332 100644 --- a/app/src/main/java/org/schabi/newpipe/VideoInfoItemViewCreator.java +++ b/app/src/main/java/org/schabi/newpipe/VideoInfoItemViewCreator.java @@ -134,9 +134,9 @@ public class VideoInfoItemViewCreator { if(hours > 0 || !output.isEmpty()) { if(hours > 0) { if(hours >= 10 || output.isEmpty()) { - output += Integer.toString(minutes); + output += Integer.toString(hours); } else { - output += "0" + Integer.toString(minutes); + output += "0" + Integer.toString(hours); } } else { output += "00"; From 72007a0162ed7e5ea16cf0b6daeae74343ca4631 Mon Sep 17 00:00:00 2001 From: Marian Hanzel Date: Wed, 25 May 2016 17:50:26 +0000 Subject: [PATCH 2/2] Translated using Weblate (Slovak) Currently translated at 100.0% (129 of 129 strings) --- app/src/main/res/values-sk/strings.xml | 27 +++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index ac732e890..ccbbeb342 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -119,4 +119,29 @@ Prístup na úložisko bol zakázaný Použit ExoPlayer Experimentálne - +Štart + Pauza + Zobraziť + Zmazať + Kontrolný súčet + + Nová misia + Dobre + Prepnúť medzi zoznamom a mriežkou + + + Stiahnuť URL + Názov súboru + Vlákna + Získať názov súboru + Chyba + Nepodporovaný server + Súbor už existuje + Neplatná URL alebo bez pripojenia na Internet + NewPipe Preberanie + Kliknúť pre detaily + Čakajte prosím... + Skopírované do schránky. + Vyberte si dostupný adresár na preberanie. + +