Added missing localization files.
parent
1bd7347779
commit
3b79c53d0d
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body style="text-align:center;">
|
||||
Cog is brought to you by Schadenfreude Inc, makers of Cheese Babies ™ and other fine gourmet snacks.
|
||||
<br /><br />
|
||||
This program has been made possible through contributions from users like you.
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,3 @@
|
|||
"Nightly" = "Nightly";
|
||||
"Stable" = "Stable";
|
||||
"Unstable" = "Unstable";
|
|
@ -0,0 +1,123 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Cog Help</title>
|
||||
|
||||
<meta name="AppleTitle" content="Cog Help"/>
|
||||
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body { font-family: "lucida grande"; font-size: 12px; }
|
||||
|
||||
h2 { margin-top: 30px; }
|
||||
|
||||
a:link, a:visited { color: black; }
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||
td.icon { width: auto; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogx.org/">Cog homepage</a></li>
|
||||
<li><a href="http://sbooth.org/forums/index.php?c=4">Cog forums</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">Developer email</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formats" style="float: right; width: 45%; ">
|
||||
|
||||
<h2>Supported codecs</h2>
|
||||
|
||||
<ul>
|
||||
<li>Ogg Vorbis</li>
|
||||
<li>FLAC</li>
|
||||
<li>AAC</li>
|
||||
<li>MP3</li>
|
||||
<li>WAV</li>
|
||||
<li>AIFF</li>
|
||||
<li>Musepack</li>
|
||||
<li>Monkey's Audio</li>
|
||||
<li>Shorten</li>
|
||||
<li>WavPack</li>
|
||||
<li>Apple Lossless</li>
|
||||
<li>Any codec supported by Mac OS X 10.4's Core Audio API</li>
|
||||
</ul>
|
||||
|
||||
<h2>Supported tags</h2>
|
||||
|
||||
<ul>
|
||||
<li>Vorbis comments/FLAC tags</li>
|
||||
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||
<li>APEv1 and v2</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
||||
<h2>Buttons</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>Play/Pause</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>Previous Song</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>Next Song</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>Show/hide<br>File Drawer</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Repeat on/off</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td>Show/hide<br>Info Drawer</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>Shuffle on/off</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>General features</h2>
|
||||
|
||||
<ul>
|
||||
<li>Last.fm support</li>
|
||||
<li>Growl support</li>
|
||||
<li>M3U and PLS playlist</li>
|
||||
<li>HTTP streaming</li>
|
||||
<li>Output device selection</li>
|
||||
<li>Gapless playback</li>
|
||||
<li>Logarithmic volume control</li>
|
||||
<li>Smart shuffle</li>
|
||||
<li>Seeking</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue