From e0981f74e579482ac2b9bd94345f42150b95b219 Mon Sep 17 00:00:00 2001 From: leskal Date: Mon, 13 Mar 2017 01:06:56 +0200 Subject: [PATCH 1/5] Delete duplicate image of github --- src/app/images/icons/icon-stash.png | Bin 1546 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/app/images/icons/icon-stash.png diff --git a/src/app/images/icons/icon-stash.png b/src/app/images/icons/icon-stash.png deleted file mode 100644 index 7c05cafdffa83aa194f9910b5008754557748a8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1546 zcmV+l2KD)gP)e1fqfj4JL{~Qe!n5G-`rCQ2)T+8o+ugf&lYIVY`rf{sx%Xq<%xof^POAdQdEf$2 z!hin-{sBGtevy(qJbyfx3TnU@Fp>?BOHP49U?2Dnd17~bC0R6H{z+5mmrXTE2un{~BjzscAGC)W!0qa0-I)8Eoyb3DAzJHj` zDX8a}|gu9wiX zYyuTvC-W_61>GKfE(D`M6`06A#~R*;{7$n@pVR3WFVEw;OJKd`l$;fTD;*X40^W6f zu70^TtZTttnj2A%MZ11)!2e07$w7_~IS?-h9EtNSGC-+@Blmo^ZrKKyA#`y^S)%+o z;8Klt)vTkZ0Ui|&Jk1gVTnAE`Z6EP60ImINgadE0!~lE2Z<=in!I6ArY|(i`B9f*oY@sZ0XHR{2^G*G!QC zu28ZJ(NW6-A-eBJI*%p;TqYc#$8rPwEoggr(j$@*6d$x%B&S(rQpt07gDf{dsi1AS zi2;UNZh%Uu0i;*j3icdrm64L=LI&s-4nTdzTWo*{g0>w_EY0NlX`|50oFr)9MFu!w zFi?Y~2DnvuSD)mPb}~S#!9a8qoMNE?775!QHZ_3aSU|!e<)<6`D2FK?kYex2WM>b` z3*<|vB!`NsMhN^RfS8NQ&i_8 zaJ@m_FWm8f4>dcHvd?g5C;mnuX)2f504~at;`E(5 z1c$Qze+sMxH8G{XhJXjb{*YPb6JS7gcKA8X&d<84vMRt4k9Mu#6)+!60z-w$4gyz$ zde8)RL|BT~oGU#(2K=k}fY)68rfc-0nXw3z3Jg#mkS-4+fg~(RJS>UYOTfhP^0}PK~ z<69M>^4oMuWU2+54VAbIj=AvRj);`+b+3KD0*N2^tk(@bw5a&1!%0p?^c<=U=wC|f zVf8YwM_}DwKqL3dwT{EgfZ7Ot{k>i%kYAl3B};ZFSy?Pamnc=;&R!&>V~*=g$k(dRl)Umg%qj`Unp6&(#r0a!3`=?p>3NS z< Date: Mon, 13 Mar 2017 01:22:35 +0200 Subject: [PATCH 2/5] Fix of github icon at "About" page --- src/app/themes/Official_-_Black_&_Yellow_theme.css | 4 ++-- src/app/themes/Official_-_Dark_theme.css | 4 ++-- src/app/themes/Official_-_FlaX_theme.css | 4 ++-- src/app/themes/Official_-_Flat_UI_theme.css | 4 ++-- src/app/themes/Official_-_Light_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Bubblegum_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Chocolate_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Colors_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Green_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Jiav_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Ocean_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Purple_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Red_theme.css | 4 ++-- .../themes/third_party/Ghostbears_-_Scandinavian_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_White_theme.css | 4 ++-- src/app/themes/third_party/Ghostbears_-_Zayt_theme.css | 4 ++-- .../themes/third_party/Sebastiaans_-_Black_&_Red_theme.css | 4 ++-- src/app/themes/third_party/Sentience_theme.css | 4 ++-- src/app/themes/third_party/Windows_10_theme.css | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/app/themes/Official_-_Black_&_Yellow_theme.css b/src/app/themes/Official_-_Black_&_Yellow_theme.css index 25a6e455..47c43b07 100644 --- a/src/app/themes/Official_-_Black_&_Yellow_theme.css +++ b/src/app/themes/Official_-_Black_&_Yellow_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/Official_-_Dark_theme.css b/src/app/themes/Official_-_Dark_theme.css index 6d12f7b4..2a1fcdee 100644 --- a/src/app/themes/Official_-_Dark_theme.css +++ b/src/app/themes/Official_-_Dark_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/Official_-_FlaX_theme.css b/src/app/themes/Official_-_FlaX_theme.css index 293b23e6..21bd99ac 100644 --- a/src/app/themes/Official_-_FlaX_theme.css +++ b/src/app/themes/Official_-_FlaX_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/Official_-_Flat_UI_theme.css b/src/app/themes/Official_-_Flat_UI_theme.css index 575782f0..9584ec63 100644 --- a/src/app/themes/Official_-_Flat_UI_theme.css +++ b/src/app/themes/Official_-_Flat_UI_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/Official_-_Light_theme.css b/src/app/themes/Official_-_Light_theme.css index c26fc270..74acd533 100644 --- a/src/app/themes/Official_-_Light_theme.css +++ b/src/app/themes/Official_-_Light_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Bubblegum_theme.css b/src/app/themes/third_party/Ghostbears_-_Bubblegum_theme.css index 47a1064d..ad3161dc 100644 --- a/src/app/themes/third_party/Ghostbears_-_Bubblegum_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Bubblegum_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Chocolate_theme.css b/src/app/themes/third_party/Ghostbears_-_Chocolate_theme.css index 274f81f1..0550cfcf 100644 --- a/src/app/themes/third_party/Ghostbears_-_Chocolate_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Chocolate_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Colors_theme.css b/src/app/themes/third_party/Ghostbears_-_Colors_theme.css index 63d25324..26f54954 100644 --- a/src/app/themes/third_party/Ghostbears_-_Colors_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Colors_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Green_theme.css b/src/app/themes/third_party/Ghostbears_-_Green_theme.css index 435e4ad7..894fa8bc 100644 --- a/src/app/themes/third_party/Ghostbears_-_Green_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Green_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Jiav_theme.css b/src/app/themes/third_party/Ghostbears_-_Jiav_theme.css index bc5b9fd6..d007ef0b 100644 --- a/src/app/themes/third_party/Ghostbears_-_Jiav_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Jiav_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Ocean_theme.css b/src/app/themes/third_party/Ghostbears_-_Ocean_theme.css index 8e95850b..c52c9bcf 100644 --- a/src/app/themes/third_party/Ghostbears_-_Ocean_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Ocean_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Purple_theme.css b/src/app/themes/third_party/Ghostbears_-_Purple_theme.css index 643a5a57..1666f620 100644 --- a/src/app/themes/third_party/Ghostbears_-_Purple_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Purple_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Red_theme.css b/src/app/themes/third_party/Ghostbears_-_Red_theme.css index aebd18cf..2d8873bf 100644 --- a/src/app/themes/third_party/Ghostbears_-_Red_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Red_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Scandinavian_theme.css b/src/app/themes/third_party/Ghostbears_-_Scandinavian_theme.css index 80f586b1..246b7e04 100644 --- a/src/app/themes/third_party/Ghostbears_-_Scandinavian_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Scandinavian_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_White_theme.css b/src/app/themes/third_party/Ghostbears_-_White_theme.css index fb66cec7..ffb93a30 100644 --- a/src/app/themes/third_party/Ghostbears_-_White_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_White_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Ghostbears_-_Zayt_theme.css b/src/app/themes/third_party/Ghostbears_-_Zayt_theme.css index e1c79e68..fbee5ced 100644 --- a/src/app/themes/third_party/Ghostbears_-_Zayt_theme.css +++ b/src/app/themes/third_party/Ghostbears_-_Zayt_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Sebastiaans_-_Black_&_Red_theme.css b/src/app/themes/third_party/Sebastiaans_-_Black_&_Red_theme.css index b6fcdf9d..a3bc2195 100644 --- a/src/app/themes/third_party/Sebastiaans_-_Black_&_Red_theme.css +++ b/src/app/themes/third_party/Sebastiaans_-_Black_&_Red_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Sentience_theme.css b/src/app/themes/third_party/Sentience_theme.css index 949aa39e..56143d58 100644 --- a/src/app/themes/third_party/Sentience_theme.css +++ b/src/app/themes/third_party/Sentience_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } diff --git a/src/app/themes/third_party/Windows_10_theme.css b/src/app/themes/third_party/Windows_10_theme.css index d5306b80..6fd93dbe 100644 --- a/src/app/themes/third_party/Windows_10_theme.css +++ b/src/app/themes/third_party/Windows_10_theme.css @@ -4474,8 +4474,8 @@ body, -webkit-background-size: contain; background-size: contain; } -.about-container .content .icons_social a.stash_icon { - background: url("../../images/icons/icon-stash.png") no-repeat center; +.about-container .content .icons_social a.github_icon { + background: url("../../images/icons/icon-github.png") no-repeat center; -webkit-background-size: contain; background-size: contain; } From 8b272154d48c99fb3c99764bda6afd67da80f98f Mon Sep 17 00:00:00 2001 From: leskal Date: Mon, 13 Mar 2017 01:59:05 +0200 Subject: [PATCH 3/5] Update greek translation According commits: https://github.com/PopcornTimeCommunity/desktop/commit/7457e40cc71ea544505c55c86574807888596ef6 https://github.com/PopcornTimeCommunity/desktop/commit/ee1129a5e450076fecc56c46f81cebb5cac2ced5 --- src/app/language/el.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/app/language/el.json b/src/app/language/el.json index d3e62173..103d7df3 100644 --- a/src/app/language/el.json +++ b/src/app/language/el.json @@ -113,8 +113,8 @@ "Watch Now": "Προβολή τώρα", "Health Good": "Υγεία καλή", "Ratio:": "Αναλογία:", - "Seeds:": "Τροφοδότες:", - "Peers:": "Αποδέκτες:", + "Seeds": "Τροφοδότες", + "Peers": "Αποδέκτες", "Remove from bookmarks": "Αφαίρεση από τα αγαπημένα", "Changelog": "Αρχείο αλλαγών", "Popcorn Time! is the result of many developers and designers putting a bunch of APIs together to make the experience of watching torrent movies as simple as possible.": "Το Popcorn Time είναι το αποτέλεσμα πολλών προγραμματιστών και σχεδιαστών που χρησιμοποίησαν αρκετά API για να γίνει η εμπειρία της προβολής ταινιών μέσω torrent όσο το δυνατόν απλούστερη.", @@ -487,4 +487,21 @@ "You need to make more space available on your disk by deleting files.": "Πρέπει να κάνετε περισσότερο χώρο διαθέσιμο στον δίσκο σας διαγράφοντας αρχεία.", "Playing Next": "Στη συνέχεια", "Trending": "Τάσεις" -} \ No newline at end of file + "drama": "δράμα", + "Initializing Popcorn Time CE. Please Wait...": "Προετοιμασία Popcorn Time CE. Παρακαλώ Περιμένετε...", + "Last Added & Google Cloud": "Last Added & Google Cloud", + "Views": "Views", + "Downloads": "Downloads", + "Likes": "Likes", + "Stream from Browser": "Stream from Browser", + "Torrent Link": "Torrent Link", + "Magnet Link": "Magnet Link", + "Movie API Endpoint": "Movie API Endpoint", + " Biography": " Βιογραφία", + " Drama": " Δράμα", + " History \n\t\t\t\t": " Ιστορία \n\t\t\t\t", + "Seeds:": "Τροφοδότες:", + "Peers:": "Αποδέκτες:", + "Torrents-Time v2": "Torrents-Time v2", + "Torrents Time v2": "Torrents Time v2" +} From 49e2b138d392827b99e81bce1ef7ad276d150cc0 Mon Sep 17 00:00:00 2001 From: leskal Date: Mon, 13 Mar 2017 02:04:35 +0200 Subject: [PATCH 4/5] Line up --- src/app/language/el.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/language/el.json b/src/app/language/el.json index 103d7df3..1679b380 100644 --- a/src/app/language/el.json +++ b/src/app/language/el.json @@ -490,18 +490,18 @@ "drama": "δράμα", "Initializing Popcorn Time CE. Please Wait...": "Προετοιμασία Popcorn Time CE. Παρακαλώ Περιμένετε...", "Last Added & Google Cloud": "Last Added & Google Cloud", - "Views": "Views", - "Downloads": "Downloads", - "Likes": "Likes", - "Stream from Browser": "Stream from Browser", - "Torrent Link": "Torrent Link", - "Magnet Link": "Magnet Link", - "Movie API Endpoint": "Movie API Endpoint", - " Biography": " Βιογραφία", - " Drama": " Δράμα", - " History \n\t\t\t\t": " Ιστορία \n\t\t\t\t", - "Seeds:": "Τροφοδότες:", + "Views": "Views", + "Downloads": "Downloads", + "Likes": "Likes", + "Stream from Browser": "Stream from Browser", + "Torrent Link": "Torrent Link", + "Magnet Link": "Magnet Link", + "Movie API Endpoint": "Movie API Endpoint", + " Biography": " Βιογραφία", + " Drama": " Δράμα", + " History \n\t\t\t\t": " Ιστορία \n\t\t\t\t", + "Seeds:": "Τροφοδότες:", "Peers:": "Αποδέκτες:", - "Torrents-Time v2": "Torrents-Time v2", - "Torrents Time v2": "Torrents Time v2" + "Torrents-Time v2": "Torrents-Time v2", + "Torrents Time v2": "Torrents Time v2" } From d683fe8983df388a4f267a156e6bc9fd22937dca Mon Sep 17 00:00:00 2001 From: leskal Date: Mon, 13 Mar 2017 02:10:11 +0200 Subject: [PATCH 5/5] Fix typo --- src/app/language/el.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/language/el.json b/src/app/language/el.json index 1679b380..eca60c04 100644 --- a/src/app/language/el.json +++ b/src/app/language/el.json @@ -486,7 +486,7 @@ "Your disk is almost full.": "Ο δίσκος σας είναι σχεδόν πλήρης", "You need to make more space available on your disk by deleting files.": "Πρέπει να κάνετε περισσότερο χώρο διαθέσιμο στον δίσκο σας διαγράφοντας αρχεία.", "Playing Next": "Στη συνέχεια", - "Trending": "Τάσεις" + "Trending": "Τάσεις", "drama": "δράμα", "Initializing Popcorn Time CE. Please Wait...": "Προετοιμασία Popcorn Time CE. Παρακαλώ Περιμένετε...", "Last Added & Google Cloud": "Last Added & Google Cloud",