[vlma-devel] commit: Add footer to translated tokens. (Adrien Grand )
git version control
git at videolan.org
Fri Apr 25 23:03:19 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Fri Apr 25 22:40:33 2008 +0200| [453a32957bb306bd09b37e63acf09cd4ab32e1fc]
Add footer to translated tokens.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=453a32957bb306bd09b37e63acf09cd4ab32e1fc
---
web/src/main/resources/messages.properties | 2 +-
web/src/main/webapp/WEB-INF/jsp/template.jsp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/src/main/resources/messages.properties b/web/src/main/resources/messages.properties
index 005b78b..b50eb33 100644
--- a/web/src/main/resources/messages.properties
+++ b/web/src/main/resources/messages.properties
@@ -194,5 +194,5 @@ medias.fileschannel.add.error.files_not_specified = A path list must be defined.
medias.fileschannel.add.error.existing_name = A file channel with this name already exists.
medias.fileschannel.editing = Editing of the file channel {0}
-footpage.website = VideoLAN's web site.
+footpage.website = VideoLAN website.
footpage.contact = Contact
diff --git a/web/src/main/webapp/WEB-INF/jsp/template.jsp b/web/src/main/webapp/WEB-INF/jsp/template.jsp
index 110ee09..c892e2d 100644
--- a/web/src/main/webapp/WEB-INF/jsp/template.jsp
+++ b/web/src/main/webapp/WEB-INF/jsp/template.jsp
@@ -43,8 +43,8 @@
</div>
<div class="footer">
- <p><a href="http://www.videolan.org">Site web de VideoLAN</a> |
- <span class="spamproof" title="Contact">vlma (at) videolan (dot) org</span></p>
+ <p><a href="http://www.videolan.org"><fmt:message key="footpage.website" /></a> |
+ <span class="spamproof" title="<fmt:message key="footpage.contact" />">vlma (at) videolan (dot) org</span></p>
</div>
</div>
More information about the vlma-devel
mailing list