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>
|
|
|
|
|
|
|
|
<str id="separator">|</str>
|
|
|
|
|
|
|
|
<!-- header -->
|
|
|
|
<str id="login_to_upload">to upload videos, log in first.</str>
|
|
|
|
|
|
|
|
<str id="register">register</str>
|
|
|
|
<str id="login">login</str>
|
|
|
|
<str id="login_openid">login with OpenID</str>
|
|
|
|
|
|
|
|
<str id="upload_video">upload video</str>
|
|
|
|
<str id="bookmarks">bookmarks</str>
|
|
|
|
<str id="account_details">account details</str>
|
|
|
|
|
|
|
|
<str id="logged_in_as">logged in as</str>
|
|
|
|
<str id="logout">logout</str>
|
|
|
|
|
|
|
|
<!-- footer -->
|
|
|
|
<str id="gnutube_authors">© 2007 GNUtube team</str>
|
|
|
|
<str id="gnutube_license">license</str>
|
|
|
|
<str id="gnutube_source_code">download source code</str>
|
|
|
|
|
|
|
|
<!-- front page -->
|
|
|
|
<str id="button_find">Find</str>
|
|
|
|
<str id="button_lucky">Instant Access</str>
|
|
|
|
|
|
|
|
<str id="query_latestadditions">latest additions</str>
|
|
|
|
<str id="query_mostdownloads">most downloads</str>
|
|
|
|
<str id="query_bestrated">best rated</str>
|
|
|
|
|
|
|
|
<!-- results page-->
|
2007-10-12 12:19:59 +00:00
|
|
|
<str id="results_for_query">results for query</str>
|
2007-10-09 15:58:37 +00:00
|
|
|
|
|
|
|
<!-- search bar-->
|
2007-10-12 12:19:59 +00:00
|
|
|
<str id="search">search</str>
|
|
|
|
|
2007-10-12 15:12:44 +00:00
|
|
|
<!-- login / register page -->
|
|
|
|
<str id="username">username</str>
|
|
|
|
<str id="password">password</str>
|
|
|
|
<str id="button_register">register</str>
|
|
|
|
<str id="button_login">login</str>
|
2007-10-09 15:58:37 +00:00
|
|
|
|
2007-10-12 16:46:37 +00:00
|
|
|
<!-- upload page -->
|
|
|
|
<str id="file">file</str>
|
|
|
|
<str id="button_upload">upload</str>
|
|
|
|
|
2007-10-17 18:54:53 +00:00
|
|
|
<!-- video page -->
|
2007-10-19 20:05:27 +00:00
|
|
|
<str id="download_video">download video</str>
|
|
|
|
<str id="license_conditions">license conditions</str>
|
2007-10-17 18:54:53 +00:00
|
|
|
|
2007-10-09 15:58:37 +00:00
|
|
|
<!-- dublin core entities -->
|
2007-10-21 04:01:44 +00:00
|
|
|
<str id="DC.Title">title</str>
|
|
|
|
<str id="DC.Creator">author</str>
|
|
|
|
<str id="DC.Subject">subject</str>
|
|
|
|
<str id="DC.Description">description</str>
|
|
|
|
<str id="DC.Publisher">uploader</str>
|
|
|
|
<str id="DC.Contributor">contributor</str>
|
|
|
|
<str id="DC.Date">date</str>
|
|
|
|
<str id="DC.Source">source</str>
|
|
|
|
<str id="DC.Language">language</str>
|
|
|
|
<str id="DC.Coverage">coverage</str>
|
|
|
|
<str id="DC.Rights">righs holder</str>
|
2007-10-09 15:58:37 +00:00
|
|
|
|
|
|
|
</strings>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|