perrotuerto.blog/old/config/template/site/main_lang.rb

31 lines
1.1 KiB
Ruby

$template_lang = {
'en' => {
'main' => 'Publishing is Coding: Change My Mind',
'links' => 'Links',
'about' => 'About',
'contact' => 'Contact',
'fork' => 'Fork',
'donate' => 'Donate',
'copyfarleft' => 'Texts and images are under',
'copyleft' => 'Code is under',
'license1' => 'Open and Free Publishing License',
'license2' => '<span class="smallcap">GNU</span> General Public License',
'build' => 'Last build of this page:',
'published' => 'Published:',
},
'es' => {
'main' => 'Publishing is Coding: Change My Mind',
'links' => 'Enlaces',
'about' => 'Acerca',
'contact' => 'Contacto',
'fork' => 'Bifurca',
'donate' => 'Dona',
'copyfarleft' => 'Los textos y las imágenes están bajo',
'copyleft' => 'El código está bajo',
'license1' => 'Licencia Editorial Abierta y Libre',
'license2' => 'Licencia Pública General de <span class="smallcap">GNU</span>',
'build' => 'Última modificación de esta página:',
'published' => 'Publicado:',
}
}