<?php 
# PHP Template Compiler v2.0 
# Translations into Spanish 
# Copyright (c) 2016 Victor Nabatov [email protected] 
 
$lang['language'] = 'spanish'; 
$lang['locale']   = 'es'; 
$lang['encoding'] = 'UTF-8'; 
 
$lang['Articles'] = 'Artículos'; 
$lang['Catalogs'] = 'Catálogos'; 
$lang['Change the language'] = 'Cambiar el idioma'; 
$lang['Example'] = 'Ejemplo'; 
$lang['Files'] = 'Los archivos'; 
$lang['Forum'] = 'Foro'; 
$lang['Gallery'] = 'Galería'; 
$lang['Included content'] = 'Contenido incluido'; 
$lang['Index'] = 'Índice'; 
$lang['Language'] = 'Idioma'; 
$lang['Links'] = 'Enlaces'; 
$lang['News'] = 'Noticias'; 
$lang['Operating system Linux'] = 'Sistema operativo Linux'; 
$lang['Operating system Windows'] = 'Sistema operativo Windows'; 
$lang['Publications'] = 'Publicaciones'; 
$lang['Test'] = 'Prueba'; 
$lang['This text is included'] = 'Este texto está incluido'; 
 
 |