fixed last couple tweaks, ready t'merge

v1.18.x
Julian Lam 11 years ago
parent 2c131f172a
commit 385aa6df92

@ -8,7 +8,7 @@
"views": "Aufrufe", "views": "Aufrufe",
"posted": "Geposted", "posted": "Geposted",
"browsing": "Sieht zu", "browsing": "Sieht zu",
"no_one_has_replied": "Niemand hat geantwortet", "no_replies": "Niemand hat geantwortet",
"replied": "geantwortet", "replied": "geantwortet",
"last_edited_by": "zuletzt editiert durch" "last_edited_by": "zuletzt editiert durch"
} }

@ -4,11 +4,11 @@
"sidebar.recent_replies": "Recent Replies", "sidebar.recent_replies": "Recent Replies",
"sidebar.active_participants": "Active Participants", "sidebar.active_participants": "Active Participants",
"sidebar.moderators": "Moderators", "sidebar.moderators": "Moderators",
"posts": "Posts", "posts": "posts",
"views": "Aufrufe", "views": "views",
"posted": "Geposted", "posted": "posted",
"browsing": "browsing", "browsing": "browsing",
"no_one_has_replied": "Niemand hat geantwortet", "no_replies": "No one has replied",
"replied": "geantwortet", "replied": "replied",
"last_edited_by": "last edited by" "last_edited_by": "last edited by"
} }

@ -1,5 +1,5 @@
{ {
"chat.chatting_with": "Chat with <span id='chat-with-name'></span>", "chat.chatting_with": "Chat with <span id=\"chat-with-name\"></span>",
"chat.placeholder": "type chat message here, press enter to send", "chat.placeholder": "type chat message here, press enter to send",
"chat.send": "Send", "chat.send": "Send",
"stats.online": "Online", "stats.online": "Online",

@ -7,17 +7,17 @@
"404.title": "Not Found", "404.title": "Not Found",
"404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='/'>home page</a>.", "404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='/'>home page</a>.",
"500.title": "Internal error.", "500.title": "Internal error.",
"500.message": "Ooops! Looks like something went wrong!", "500.message": "Oops! Looks like something went wrong!",
"register": "register", "register": "Register",
"login": "Login", "login": "Login",
"logout": "Logout", "logout": "Logout",
"logout.title": "You are now logged out.", "logout.title": "You are now logged out.",
"logout.message": "You have successfully logged out of NodeBB", "logout.message": "You have successfully logged out of NodeBB",
"save_changes": "save changes", "save_changes": "Save Changes",
"close": "close", "close": "Close",
"header.admin": "Admin", "header.admin": "Admin",
"header.recent": "Recent", "header.recent": "Recent",

@ -63,7 +63,7 @@
<span class="pull-right hidden-xs"> <span class="pull-right hidden-xs">
<!-- IF topics.unreplied --> <!-- IF topics.unreplied -->
[[category:no_one_has_replied]] [[category:no_replies]]
<!-- ELSE --> <!-- ELSE -->
<a href="/user/{topics.teaser_userslug}"> <a href="/user/{topics.teaser_userslug}">
<img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/> <img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>

@ -14,7 +14,7 @@
<div class="col-md-12 user-favourite-posts"> <div class="col-md-12 user-favourite-posts">
<!-- BEGIN posts --> <!-- BEGIN posts -->
<div class="topic-row img-thumbnail clearfix"> <div class="topic-row img-thumbnail clearfix">
<a href="/user/baris"> <a href="../../user/{posts.userslug}">
<img title="{posts.username}" class="img-rounded user-img" src="{posts.picture}"> <img title="{posts.username}" class="img-rounded user-img" src="{posts.picture}">
</a> </a>

@ -61,7 +61,9 @@
<footer id="footer" class="container footer"> <footer id="footer" class="container footer">
{footerHTML} {footerHTML}
<div class="copyright">Copyright &copy; 2013 <a target="_blank" href="http://www.nodebb.org">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></div> <div class="copyright">
Copyright &copy; 2013 <a target="_blank" href="http://www.nodebb.com">NodeBB Forums</a> | <a target="_blank" href="//github.com/designcreateplay/NodeBB/graphs/contributors">Contributors</a>
</div>
</footer> </footer>
<script> <script>

Loading…
Cancel
Save