2007-10-09 15:58:37 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
|
|
|
|
<strings>
|
|
|
|
|
2007-10-12 12:19:59 +00:00
|
|
|
<!-- visible -->
|
2007-10-29 20:38:34 +00:00
|
|
|
<str id="site_name">Yolanda</str>
|
2007-10-09 15:58:37 +00:00
|
|
|
<str id="site_motto">WebTV free as in Speech</str>
|
|
|
|
|
2007-10-12 12:19:59 +00:00
|
|
|
<!-- invisible -->
|
2007-10-12 12:42:01 +00:00
|
|
|
<!-- <str id=""></str>
|
|
|
|
<str id=""></str>
|
|
|
|
<str id=""></str>-->
|
2007-10-27 09:17:30 +00:00
|
|
|
<str id="page_account">/account.pl</str>
|
2007-10-29 16:47:16 +00:00
|
|
|
<str id="page_account_settings">/account.pl?show=settings</str>
|
|
|
|
<str id="page_account_uploads">/account.pl?show=uploads</str>
|
2007-10-29 20:38:34 +00:00
|
|
|
<str id="page_account_bookmarks">/account.pl?show=bookmarks</str>
|
2007-10-12 12:42:01 +00:00
|
|
|
<str id="page_bookmarks"></str>
|
2007-10-28 20:58:25 +00:00
|
|
|
<str id="page_login">/login.pl</str>
|
|
|
|
<str id="page_login-openid">/login.pl?action=openid</str>
|
|
|
|
<str id="page_logout">/login.pl?action=logout</str>
|
2007-10-12 13:09:07 +00:00
|
|
|
<str id="page_gnutube-authors">INSERT LINK TO GNUTUBE AUTHORS HERE</str>
|
2007-10-15 00:35:35 +00:00
|
|
|
<str id="page_gnutube-license">http://gplv3.fsf.org/agplv3-dd1.html</str>
|
2007-10-15 00:32:48 +00:00
|
|
|
<str id="page_gnutube-source-code">http://mister-muffin.de/proj/browser</str>
|
2007-10-28 20:58:25 +00:00
|
|
|
<str id="page_register">/register.pl</str>
|
2007-10-12 12:42:01 +00:00
|
|
|
<str id="page_results">search.pl?query=</str>
|
2007-10-27 09:17:30 +00:00
|
|
|
<str id="page_upload">/upload.pl</str>
|
2007-10-12 16:46:37 +00:00
|
|
|
<str id="page_uploader">uploader.pl</str>
|
2007-10-26 12:51:00 +00:00
|
|
|
<str id="page_query_latestadditions">search.pl?query=&orderby=timestamp&sort=desc</str>
|
2007-10-12 12:19:59 +00:00
|
|
|
|
2007-10-09 15:58:37 +00:00
|
|
|
</strings>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|