mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FEATURE: Greek language support, thanks to Vasilis Vlachokyriakos
This commit is contained in:
parent
7895b71817
commit
d848916357
10 changed files with 6442 additions and 0 deletions
26
public/403.el.html
Normal file
26
public/403.el.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Αυτό δεν επιτρέπετε να το κάνεις (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>Δεν μπορείς να δείς αυτό το περιεχόμενο!</p>
|
||||
|
||||
<p>Αυτή θα αντικατασταθεί με μια προσαρμοσμένη σελίδα 403 του Discourse.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
25
public/422.el.html
Normal file
25
public/422.el.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<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>
|
12
public/500.el.html
Normal file
12
public/500.el.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Ωχ - Σφάλμα 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ωχ</h1>
|
||||
<p>Προέκυψε ένα απρόσμενο πρόβλημα στο λογισμικό αυτού του φόρουμ. Λυπούμαστε για την ταλαιπωρία.</p>
|
||||
<p>Καταγράφηκαν λεπτομερείς πληροφορίες σχετικά με το σφάλμα και δημιουργήθηκε μια αυτόματη ειδοποίηση. Θα το εξετάσουμε σύντομα.</p>
|
||||
<p>Καμία περαιτέρω ενέργεια δεν είναι απαραίτητη. Ωστόσο, αν το πρόβλημα παραμένει, μπορείτε να κάνετε μια ανάρτηση στο νήμα Site Feedback για να μας δώσετε περισσότερες λεπτομέρειες, συμπεριλαμβανομένης και της διαδικασίας για να αναπαράγουμε το πρόβλημα.</p>
|
||||
</body>
|
||||
</html>
|
11
public/503.el.html
Normal file
11
public/503.el.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Ο ιστότοπος βρίσκεται σε κατάσταση συντήρησης - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ο ιστότοπος είναι εκτός λειτουργίας λόγω προγραμματισμένης συντήρησης. </h1>
|
||||
<p>Δοκιμάστε πάλι <span id="when-to-check-back">σε λίγα λεπτά</span>.</p>
|
||||
<p id="apology">Λυπούμαστε για την ταλαιπωρία!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue