diff --git a/src/app/images/icons/icon-stash.png b/src/app/images/icons/icon-stash.png deleted file mode 100644 index 7c05cafd..00000000 Binary files a/src/app/images/icons/icon-stash.png and /dev/null differ diff --git a/src/app/language/el.json b/src/app/language/el.json index d3e62173..eca60c04 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 όσο το δυνατόν απλούστερη.", @@ -486,5 +486,22 @@ "Your disk is almost full.": "Ο δίσκος σας είναι σχεδόν πλήρης", "You need to make more space available on your disk by deleting files.": "Πρέπει να κάνετε περισσότερο χώρο διαθέσιμο στον δίσκο σας διαγράφοντας αρχεία.", "Playing Next": "Στη συνέχεια", - "Trending": "Τάσεις" -} \ No newline at end of file + "Trending": "Τάσεις", + "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" +} 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; }