mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Add public/*.html integration with Transifex
This commit is contained in:
parent
b7203c125e
commit
db1fb36495
11 changed files with 65 additions and 38 deletions
|
@ -1,9 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Změna, kterou jste chtěli provést, byla odmítnuta (422)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
<title>Změna, kterou jste chtěl(a), byl(a) odmítnuta (422)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
|
@ -16,12 +15,11 @@
|
|||
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="dialog">
|
||||
<h1>Změna, kterou jste chtěli provést byla odmítnuta.</h1>
|
||||
<p>Možná jste se pokusili změnit něco k čemu jste neměli přístup.</p>
|
||||
<h1>Změna, kterou jste chtěl(a) byla odmítnuta.</h1>
|
||||
<p>Možná jste se pokusil(a) změnit něco k čemu jste neměl(a) přístup.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue