[MPlayer-DOCS] CVS: homepage/design7/src selector, 1.26, 1.27 selector-es, 1.13, 1.14 selector-hu, 1.14, 1.15 selector-pl, 1.2, 1.3
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Nov 2 03:12:48 CET 2004
- Previous message: [MPlayer-DOCS] CVS: main/DOCS/man/sv mplayer.1,1.2,1.3
- Next message: [MPlayer-DOCS] CVS: homepage/design7/src selector, 1.26, 1.27 selector-es, 1.13, 1.14 selector-hu, 1.14, 1.15 selector-pl, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/homepage/design7/src
In directory mail:/var2/tmp/cvs-serv717/design7/src
Modified Files:
selector selector-es selector-hu selector-pl
Log Message:
Use the original language name for the alt attribute.
Index: selector
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/src/selector,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- selector 30 Oct 2004 19:17:57 -0000 1.26
+++ selector 2 Nov 2004 02:12:46 -0000 1.27
@@ -122,8 +122,9 @@
<span class="menutext">
languages<br>
<a href="news.html"><img src="images/lang_en.png" alt="English" width="41" height="29" border="0"></a>
- <a href="news-hu.html"><img src="images/lang_hu.png" alt="Hungarian" width="41" height="29" border="0"></a>
- <a href="news-es.html"><img src="images/lang_es.png" alt="Spanish" width="41" height="29" border="0"></a>
+ <a href="news-hu.html"><img src="images/lang_hu.png" alt="Magyarul" width="41" height="29" border="0"></a>
+ <a href="news-pl.html"><img src="images/lang_pl.png" alt="Polski" width="41" height="29" border="0"></a>
+ <a href="news-es.html"><img src="images/lang_es.png" alt="Castellano" width="41" height="29" border="0"></a>
</span>
</td>
</tr>
Index: selector-es
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/src/selector-es,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- selector-es 30 Oct 2004 16:47:20 -0000 1.13
+++ selector-es 2 Nov 2004 02:12:46 -0000 1.14
@@ -121,8 +121,9 @@
<td class="menuentry2">
<span class="menutext">
idiomas<br>
- <a href="news.html"><img src="images/lang_en.png" alt="Ingles" width="41" height="29" border="0"></a>
- <a href="news-hu.html"><img src="images/lang_hu.png" alt="Hungaro" width="41" height="29" border="0"></a>
+ <a href="news.html"><img src="images/lang_en.png" alt="English" width="41" height="29" border="0"></a>
+ <a href="news-hu.html"><img src="images/lang_hu.png" alt="Magyarul" width="41" height="29" border="0"></a>
+ <a href="news-pl.html"><img src="images/lang_pl.png" alt="Polski" width="41" height="29" border="0"></a>
<a href="news-es.html"><img src="images/lang_es.png" alt="Castellano" width="41" height="29" border="0"></a>
</span>
</td>
Index: selector-hu
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/src/selector-hu,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- selector-hu 30 Oct 2004 16:47:21 -0000 1.14
+++ selector-hu 2 Nov 2004 02:12:46 -0000 1.15
@@ -124,8 +124,9 @@
</span>
<span class="menutext">
<a href="news.html"><img src="images/lang_en.png" alt="English" width="41" height="29" border="0"></a>
- <a href="news-hu.html"><img src="images/lang_hu.png" alt="Hungarian" width="41" height="29" border="0"></a>
- <a href="news-es.html"><img src="images/lang_es.png" alt="Spanish" width="41" height="29" border="0"></a>
+ <a href="news-hu.html"><img src="images/lang_hu.png" alt="Magyarul" width="41" height="29" border="0"></a>
+ <a href="news-pl.html"><img src="images/lang_pl.png" alt="Polski" width="41" height="29" border="0"></a>
+ <a href="news-es.html"><img src="images/lang_es.png" alt="Castellano" width="41" height="29" border="0"></a>
</span>
</td>
</tr>
Index: selector-pl
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/src/selector-pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- selector-pl 1 Nov 2004 20:58:10 -0000 1.2
+++ selector-pl 2 Nov 2004 02:12:46 -0000 1.3
@@ -122,9 +122,9 @@
<span class="menutext">
jêzyki<br>
<a href="news.html"><img src="images/lang_en.png" alt="English" width="41" height="29" border="0"></a>
- <a href="news-hu.html"><img src="images/lang_hu.png" alt="Hungarian" width="41" height="29" border="0"></a>
- <a href="news-es.html"><img src="images/lang_es.png" alt="Spanish" width="41" height="29" border="0"></a>
- <a href="news-pl.html"><img src="images/lang_pl.png" alt="Polish" width="41" height="29" border="0"></a>
+ <a href="news-hu.html"><img src="images/lang_hu.png" alt="Magyarul" width="41" height="29" border="0"></a>
+ <a href="news-pl.html"><img src="images/lang_pl.png" alt="Polski" width="41" height="29" border="0"></a>
+ <a href="news-es.html"><img src="images/lang_es.png" alt="Castellano" width="41" height="29" border="0"></a>
</span>
</td>
</tr>
- Previous message: [MPlayer-DOCS] CVS: main/DOCS/man/sv mplayer.1,1.2,1.3
- Next message: [MPlayer-DOCS] CVS: homepage/design7/src selector, 1.26, 1.27 selector-es, 1.13, 1.14 selector-hu, 1.14, 1.15 selector-pl, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-DOCS
mailing list