Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NIX committed Apr 7, 2015
1 parent 734e5ab commit 9540b66
Show file tree
Hide file tree
Showing 38 changed files with 1,981 additions and 0 deletions.
64 changes: 64 additions & 0 deletions Google Chrome/_locales/en/history.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!doctype html>
<html>
<head>
<title data-message="optionsHeaderTitle">Mi Youtube</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../../css/options.css">
<style type="text/css">
.desc {font-style: italic;color: rgb(165, 165, 165);padding: 5px;margin-left: 25px;font-size: 14px;}
h1,h2,h3 {margin: 5px 0; font-weight: lighter}
ul {margin-top: 1px;}
li {margin-top: 3px; margin-bottom: 3px;}
</style>
</head>
<body>
<div id="options">
<div id="logo"></div>
<div class="hbox">
<h2 data-message="optsFooter"></h2>
<h3>Version 1.2.7</h3>
<ul>
<li>
Updated extension to work con Google Chrome version 31. <br>
</ul>
<h3>Version 1.2.5</h3>
<ul>
<li>
Fixed bug #1. <br>
<span class="desc">This bug caused the extension to not properly update the videos list when you clicked a new video. This made the extension mark an already watched video as new.</span>
</ul>
<h3>Version 1.2.3</h3>
<ul>
<li>
Added the option to mark videos as watched. <br>
<span class="desc">Just right-click on the video you want, and click where it says "Mark videos as watched"</span>
</ul>
<img src="../../images/0.png" alt="Context Menu" >
<h3>Version 1.2</h3>
<ul>
<li>
Added a cache system for new uploaded videos. <br>
<span class="desc">This basically means that once new videos are found and loaded, they won't be fetched
from Youtube every time you click the extension icon. This speeds up the process of watching several
new videos. The cache is cleaned once new videos are found in the background.</span>
</li>
<li>Added this "History" page for those interested in what is new/changed.</li>
<li>Added a "Clean Cache" button to the options page. This should be self explanatory.</li>
<li>Updated options page with social media links and relevant information.</li>
</ul>
<h3>Version 1.1</h3>
<ul>
<li>
Now by default only new videos are shown when clicking the extension icon. <br>
<span class="desc">That way you don't have to go through each account to see new uploaded videos.</span>
</li>
</ul>
</div>
</div>
<div id="footer">Copyright &copy; <b>Juanix.net</b> 2013 |
<a href="../../options.html"><span>Options</span></a></div>
<script src="js/jquery2.js" type="text/javascript"></script>
<script src="js/Mi_Youtube_Data.js" type="text/javascript"></script>
<script src="js/options.js" type="text/javascript"></script>
</body>
</html>
Binary file added Google Chrome/_locales/en/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
166 changes: 166 additions & 0 deletions Google Chrome/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"errMsg1": {
"message": "You have to write something..."
},
"errMsg2": {
"message": "That Youtuber is already in your list..."
},
"errMsg3": {
"message": "Invalid account..."
},
"errMsg4": {
"message": "That Youtuber has no videos..."
},
"errMsg5": {
"message": "An unknown error has happened..."
},
"errMsg6": {
"message": "Your changes have been successfully saved"
},
"errMsg7": {
"message": "You can't put decimals in option #3\n\nThe default value of 10 was saved"
},
"errMsg8": {
"message": "Cache deleted"
},
"extDescription": {
"description": "The extension description",
"message": "Never miss another video of your favorite Youtubers"
},
"extName": {
"description": "The extension name",
"message": "My Youtube\u2122"
},
"extPopupTooltip": {
"description": "The tooltip title of the popup",
"message": "My Youtube"
},
"lang": {
"message": "en"
},
"newTxt": {
"message": "NEW"
},
"notificationText": {
"message": "\u003Cb\u003E$VIDEOS$\u003C/b\u003E new video$S$ $HAS$ been uploaded!",
"placeholders": {
"has": {
"content": "$3",
"example": "This can be either HAS or HAVE"
},
"s": {
"content": "$2",
"example": "this can be either video or videoS. Notice the S"
},
"videos": {
"content": "$1",
"example": "5"
}
}
},
"optionsHeaderTitle": {
"message": "My Youtube Options"
},
"opts1": {
"message": "Add Youtuber"
},
"opts2": {
"message": "Show notification"
},
"opts3": {
"message": "Play alarm sound when new videos are found"
},
"opts4": {
"message": "Check for new videos every"
},
"opts4b": {
"message": "minute(s)"
},
"opts5": {
"message": "Open videos in the current tab"
},
"optsFooter": {
"message": "What's new?"
},
"optsFooter2": {
"message": "Options"
},
"optsHeader1": {
"message": "Youtubers you're following:"
},
"optsbtn1": {
"message": "Add"
},
"optsbtn2": {
"message": "Save changes"
},
"optsbtn3": {
"message": "Delete"
},
"optsbtn4": {
"message": "Clean cache"
},
"popupE1_B": {
"message": "This account has no videos"
},
"popupE1_H": {
"message": "An unknown error has happened"
},
"popupE2_B": {
"message": "This error shouldn't happen. Possible reasons why it happened include:\u003Cbr\u003E\u003Cul\u003E\u003Cli\u003ESome Youtube services are down\u003C/li\u003E\u003Cli\u003EYou don't have an active Internet connection\u003C/li\u003E\u003C/ul\u003ETry loading other account, if this error continues for more than 24 hours, \u003Ca target='_blank' href='http://www.juanix.net'\u003Ehit me up\u003C/a\u003E"
},
"popupE2_H": {
"message": "Could not load any videos"
},
"popupE3_B": {
"message": "You can still watch videos by clicking on any account on right hand side"
},
"popupE3_H": {
"message": "There are no new videos :("
},
"popuph2": {
"message": "New Videos"
},
"popupMsg1": {
"message": "Checking videos from: "
},
"popup_tooltip": {
"message": "Video uploaded by $NAME$",
"placeholders": {
"name": {
"content": "$1",
"example": "PMVTutoriales"
}
}
},
"thx1": {
"message": "Thanks for using My YouTube\u2122!"
},
"thx2": {
"message": "Don't forget to..."
},
"thx3": {
"message": "Rate 5 starts"
},
"thx4": {
"message": "Subscribe"
},
"thx5": {
"message": "Like & Follow"
},
"thx0b": {
"message": "On the Apps Gallery"
},
"thx1b": {
"message": "To my Youtube Channel (it's in Spanish :/)"
},
"thx2b": {
"message": "Share this extension with your friends on Facebook :)"
},
"contextMenu": {
"message": "Mark video as watched"
},
"contextMenuMsg": {
"message": "You've already watched this video .-."
}
}
63 changes: 63 additions & 0 deletions Google Chrome/_locales/es/history.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!doctype html>
<html>
<head>
<title data-message="optionsHeaderTitle">Mi Youtube</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../../css/options.css">
<style type="text/css">
.desc {font-style: italic;color: rgb(165, 165, 165);padding: 5px;font-size: 14px;}
h1,h2,h3 {margin: 5px 0; font-weight: lighter}
ul {margin-top: 1px;}
li {margin-top: 3px; margin-bottom: 3px;}
#options {width: 800px;margin: 0 auto;}
</style>
</head>
<body>
<div id="options">
<div id="logo"></div>
<div class="hbox">
<h2 data-message="optsFooter"></h2>
<h3>Versión 1.2.7</h3>
<ul>
<li>
Extensión actualizada para que funcione en la versión 31 de Google Chrome<br>
</ul>
<h3>Versión 1.2.5</h3>
<ul>
<li>
Bug #1 reparado. <br>
<span class="desc">El bug hacia que la extensión no actualizara correctamente la lista de videos cuando le das clic a un nuevo video. Esto hacia que videos ya vistos fueran marcados como nuevos.</span>
</ul>
<h3>Versión 1.2.3</h3>
<ul>
<li>
Se ha añadido la opción de marcar un video como visto. <br>
<span class="desc">Solo da click derecho sobre el video que quieras marcar, y da clic donde dice "Marcar video como visto"</span>
</ul>
<img src="../../images/0.png" alt="Context Menu" >
<h3>Versión 1.2</h3>
<ul>
<li>
Se ha añadido un sistema de caché para los nuevos vídeos subidos. <br>
<span class="desc">Básicamente, esto significa que una vez que los nuevos vídeos sean encontrados y se cargados, no se extraeran frescos de Youtube cada vez que haga clic en el icono de la extensión. Esto acelera el proceso de ver varios nuevos videos. El caché se limpia una vez que nuevos vídeos son encuentrados en un procceso que corre en segundo plano.</span>
</li>
<li>Se Añadio esta página de "Historial" para aquellos interesados ​​en lo que es nuevo / cambiado.</li>
<li>Se ha añadido un botón "Limpiar Caché" a la página de opciones. Estoy seguro que saben que hace.</li>
<li>Página de opciones actualizada con enlaces a redes sociales e información pertinente.</li>
</ul>
<h3>Versión 1.1</h3>
<ul>
<li>
Ahora por defecto sólo los nuevos vídeos se muestran cuando haces clic en el icono de la extensión. <br>
<span class="desc">De esa manera ya no tienes que ir a través de cada cuenta para ver los nuevos vídeos subidos.</span>
</li>
</ul>
</div>
</div>
<div id="footer">Copyright &copy; <b>Juanix.net</b> 2013 |
<a href="../../options.html"><span>Opciones</span></a></div>
<script src="js/jquery2.js" type="text/javascript"></script>
<script src="js/Mi_Youtube_Data.js" type="text/javascript"></script>
<script src="js/options.js" type="text/javascript"></script>
</body>
</html>
Binary file added Google Chrome/_locales/es/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9540b66

Please sign in to comment.