mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Support for Galician language added
This commit is contained in:
parent
8fea5ad35e
commit
6a2fe44e51
9 changed files with 3408 additions and 0 deletions
26
public/403.gl.html
Normal file
26
public/403.gl.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Non podes facer iso (403)</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: 400%; color: #f00; line-height: 1em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="dialog">
|
||||
<h1>403</h1>
|
||||
<p>Non podes ver este recurso.</p>
|
||||
|
||||
<p>Substituirase pola páxina 403 personalizada de Discourse.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
25
public/422.gl.html
Normal file
25
public/422.gl.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Rexeitouse o cambio pretendido (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>Rexeitouse o cambio pretendido.</h1>
|
||||
<p>Se cadra tentaches cambiar algo ao que non tes acceso.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
12
public/500.gl.html
Normal file
12
public/500.gl.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Vaites - Erro 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vaites!</h1>
|
||||
<p>O software con que funciona este foro de discusión atopou un problema inesperado. Sentimos as molestias.</p>
|
||||
<p>Rexistrouse información detallada do erro e xerouse unha notificación automática. Revisarémolo.</p>
|
||||
<p>Non é precisa ningunha outra medida. Con todo, se persisten as condicións do erro, podes subministrar información adicional, incluíndo os pasos para reproducilo, publicando un tema de discusión na <a href="/category/meta">metacategoría</a>.</p>
|
||||
</body>
|
||||
</html>
|
11
public/503.gl.html
Normal file
11
public/503.gl.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Este sitio está en mantemento - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Estamos realizando tarefas planificadas de mantemento</h1>
|
||||
<p>Por favor, téntao <span id="when-to-check-back">dentro duns minutos</span>.</p>
|
||||
<p id="apology">Sentimos as molestias.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue