2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Add transifex config. Reconcile client.yml and server.yml translations in github and transifex. Transifex is now the source of all client.yml and server.yml files.

This commit is contained in:
Neil Lalonde 2014-04-09 15:10:19 -04:00
parent bc56bc62a6
commit cb11967715
38 changed files with 11939 additions and 9740 deletions

27
public/422.uk.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Зміни, які Ви намагалися внести, було відхилено (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;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>

<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<h1>Зміни, які Ви намагалися внести, було відхилено.</h1>
<p>Можливо, Ви спробували змінити щось, для чого у Вас не було достатніх прав доступу.</p>
</div>
</body>
</html>