mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
New translation per instructions:
https://github.com/discourse/discourse/pull/2383#issuecomment-44501238
This commit is contained in:
parent
88494736bb
commit
ff8f70cb1d
10 changed files with 3118 additions and 0 deletions
26
public/403.pl_PL.html
Normal file
26
public/403.pl_PL.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Nie możesz tego zrobić (403)</title>
|
||||
<meta http-equiv="tx_dqsymbolContent-Typetx_dqsymbol" content="tx_dqsymboltext/html;" charset="utf-8tx_dqsymbol">
|
||||
<style type="tx_dqsymboltext/csstx_dqsymbol">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 1px solid #ccc;
|
||||
border-right-color: #999;
|
||||
border-bottom-color: #999;
|
||||
}
|
||||
h1 { font-size: 400%; color: #f00; line-height: 1em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="tx_dqsymboldialogtx_dqsymbol">
|
||||
<h1>403</h1>
|
||||
<p>Nie możesz tego zobaczyć!</p>
|
||||
|
||||
<p>To zostanie zastąpione stroną błędu 403.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue