Skip to content

Commit 1c76d72

Browse files
committed
Translate basic layout HTML files.
1 parent 5da6502 commit 1c76d72

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

_layouts/default.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@
1717
<h1><a href="/">git ready</a></h1>
1818
</div>
1919
<div class="grid_4 suffix_2 info">
20-
<div class="extra">learn git one commit at a time</div>
21-
<div class="author">by Nick Quaranto</div>
20+
<div class="extra">μάθετε το git με μία υποβολή τη φορά</div>
21+
<div class="author">του Nick Quaranto, σε μετάφραση του Νίκου Τουμπέλη</div>
2222
</div>
2323
<div class="grid_8 prefix_2 suffix_2 main">
2424
{{ content }}
2525
</div>
2626
<div class="grid_2 prefix_2 links">
27-
<h3 id="green">beginner</h3>
27+
<h3 id="green">Βασικά</h3>
2828
{% for post in site.categories.beginner %}
2929
<a href="{{ post.url }}">{{ post.title }}</a>
3030
{% endfor %}
3131
</div>
3232
<div class="grid_2 links">
33-
<h3 id="yellow">intermediate</h3>
33+
<h3 id="yellow">Ενδιάμεσα</h3>
3434
{% for post in site.categories.intermediate %}
3535
<a href="{{ post.url }}">{{ post.title }}</a>
3636
{% endfor %}
3737
</div>
3838
<div class="grid_2 links">
39-
<h3 id="red">advanced</h3>
39+
<h3 id="red">Προχωρημένα</h3>
4040
{% for post in site.categories.advanced %}
4141
<a href="{{ post.url }}">{{ post.title }}</a>
4242
{% endfor %}
4343
</div>
4444
<div class="grid_2 suffix_2 links">
45-
<h3 id="blue">resources</h3>
45+
<h3 id="blue">Πηγές</h3>
4646
<a href="http://book.git-scm.com">Git Community Book</a>
4747
<a href="http://github.com/guides">GitHub Guides</a>
4848
<a href="http://git.or.cz/gitwiki">GitWiki</a>
@@ -64,26 +64,26 @@ <h3 id="blue">resources</h3>
6464
</div>
6565
<div class="grid_12 footer">
6666
<div class="footer_links">
67-
<a href="/about.html">about</a>
68-
<a href="http://github.com/gitready/gitready">code</a>
69-
<a href="/submit.html">submit a tip</a>
67+
<a href="/about.html">πληροφορίες</a>
68+
<a href="http://github.com/gitready/gitready">κώδικας</a>
69+
<a href="/submit.html">υποβάλετε ένα άρθρο</a>
7070
<a class="rss" href="http://feeds.feedburner.com/git-ready">rss</a>
7171
<a href="http://twitter.com/gitready">twitter</a>
7272
</div>
7373
<div class="languages">
74-
<span>available in:</span>
75-
<a href="http://nl.gitready.com">dutch</a> |
76-
<a href="http://fr.gitready.com">french</a> |
77-
<a href="http://de.gitready.com">german</a> |
78-
<a href="http://he.gitready.com">hebrew</a> |
79-
<a href="http://it.gitready.com">italian</a> |
80-
<a href="http://ja.gitready.com">japanese</a> |
81-
<a href="http://ko.gitready.com">korean</a> |
82-
<a href="http://pt-br.gitready.com">portuguese</a> |
83-
<a href="http://es.gitready.com">spanish</a> |
84-
<a href="http://sv.gitready.com">swedish</a> |
85-
<a href="http://ru.gitready.com">russian</a> |
86-
<a href="http://github.com/gitready/gitready/blob/en/README.md">your language?</a>
74+
<span>διαθέσιμο στα:</span>
75+
<a href="http://nl.gitready.com">ολλανδικά</a> |
76+
<a href="http://fr.gitready.com">γαλλικά</a> |
77+
<a href="http://de.gitready.com">γερμανικά</a> |
78+
<a href="http://he.gitready.com">εβραϊκά</a> |
79+
<a href="http://it.gitready.com">ιταλικά</a> |
80+
<a href="http://ja.gitready.com">γιαπωνέζικα</a> |
81+
<a href="http://ko.gitready.com">κορεάτικα</a> |
82+
<a href="http://pt-br.gitready.com">πορτογαλέζικα</a> |
83+
<a href="http://es.gitready.com">ισπανικά</a> |
84+
<a href="http://sv.gitready.com">σουηδικά</a> |
85+
<a href="http://ru.gitready.com">ρώσικα</a> |
86+
<a href="http://github.com/gitready/gitready/blob/en/README.md">η γλώσσα σας;</a>
8787
</div>
8888
<div>
8989
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a>

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<h2><a href="{{ page.url }}">
66
{{ page.title }}
77
</a></h2>
8-
<div id="date">committed {{ page.date | date_to_string }}</div>
8+
<div id="date">υποβλήθηκε την {{ page.date | date_to_string }}</div>
99
{{ content }}
1010
<div id="disqus">
11-
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/git-ready/embed.js"></script><noscript><a href="http://git-ready.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
11+
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/git-ready/embed.js"></script><noscript><a href="http://git-ready.disqus.com/?url=ref">Δείτε το νήμα συζήτησης.</a></noscript><a href="http://disqus.com" class="dsq-brlink">τα σχόλια στο blog παρέχονται από το <span class="logo-disqus">Disqus</span></a>
1212
</div>
1313
</div>
1414

0 commit comments

Comments
 (0)