🌐 Language update from LingoHub 🤖
Project Name: IPost Project Link: https://translate.lingohub.com/ipost-dot-tk/dashboard/ipost User: Florian Krottendorfer Easy language translations with LingoHub 🚀
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!doctype html><html lang="" dir="ltr"><head><meta charset="utf-8"/>
|
||||
<title>Direkte Nachrichten</title>
|
||||
</head>
|
||||
<body> <%- newrelic %>
|
||||
<style>
|
||||
<%- globalcss %>
|
||||
<%- loadfile("./css/posts.css") %>
|
||||
</style><script>
|
||||
<%- httppostjs %>
|
||||
<%- htmlescapejs %>
|
||||
<%- markdownjs %>
|
||||
<%- warnmessagejs %>
|
||||
<%- loadfile("./js/extend_key.js") %>
|
||||
<%- encryptJS %>
|
||||
let user = <%- JSON.stringify(user) %>, posting_id = "<%- getDMPID() %>"
|
||||
</script>
|
||||
<%- navbar %> <div id="loading" class="status"><h1>Lädt...</h1> Please allow us up to 5 seconds to load in your requested content. <br/>
|
||||
If this takes longer than usual, please refresh the page or contact support.<br/> </div>
|
||||
<div id="noaccount" style="display:none;" class="status">
|
||||
<h1>Fehler</h1>
|
||||
<h2>You have to be logged in to view this content</h2> To log in, please visit <a href="/login">The login page</a><br/>
|
||||
If you are new to here, please visit <a href="/register">The register page</a><br/></div>
|
||||
<div id="scriptonly" style="display:none;">
|
||||
<div class="self"> Username: <span class="Username" id="username-self"></span><br/><span id="reply" style="display:none;" class="noselect">Replying to: <b id="reply_username"></b> <small id="reply_text"></small><button onclick="unreply()" style="color:red">X</button></span><br/><textarea name="name" id="post-text" rows="8" cols="80"></textarea><br/><button type="button" name="button" id="post-btn" onclick="postMessage(this)">Post</button></div>
|
||||
<div class="channelTab"><input type="text" name="Username_input" id="Username_input" placeholder="Benutzername" class="channel" style="font-size: 16px;" onkeypress="clickPress(event)"/><br/><div id="channelTab"></div>
|
||||
</div>
|
||||
<div class="posts" id="posts">
|
||||
</div>
|
||||
</div><script><%- loadfile("./js/dms.js") %></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user