/* Galician text for ajaxWDwx.js */

var langPauseMsg = 'Actualización en pausa - Recarga a páxina para comenzar de novo'; // substitute this for ajaxindicator when
                             // maxupdates has been reached and updating paused.

var langMonths = new Array ( "Xaneiro","Febreiro","Marzo","Abril","Maio",
			"Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Dicembro");
var langDays = new Array ( "Dom","Lun","Mar","Mér","Xov","Ven","Sab","Dom");	

var langBaroTrend = new Array (
 "Estable", "Subindo lentamente", "Subindo rápidamente", "Baixando lentamente", "Baixando rápidamente");

var langUVWords = new Array (
 "Nulo", "Baixo", "Medio", "Alto",
 "Moi&nbsp;alto", /* be sure to include &nbsp; for space */
 "Extremo" );

var langBeaufort = new Array ( /* Beaufort 0 to 12 in array */
 "Calma", "Ventolina", "Brisa muy débil", "Brisa débil", "Brisa moderada", "Brisa fresca",
 "Brisa fuerte", "Viento fuerte", "Viento duro", "Muy duro", "Temporal",
 "Borrasca", "Huracán"
);

var langWindDir = new Array( /* used for alt and title tags on wind dir arrow and wind direction display */
	"N", "NNE", "NE", "ENE", 
	"E", "ESE", "SE", "SSE", 
	"S", "SSO", "SO", "OSO", 
	"O", "ONO", "NO", "NNO");

var langWindCalm = 'Calma';
var langGustNone = 'Nula';
var langWindFrom = 'Vento do '; /* used on alt/title tags on wind direction arrow*/

var langBaroRising = 'Subindo %s '; /* used for trend arrow alt/title tags .. %s marks where value will be placed */
var langBaroFalling = 'Baixando %s ';
var langBaroPerHour = '/hora.'; /* will be assembled as rising/falling + value + uom + perhour text */

var langThermoCurrently = 'Actual: '; /* used on alt/title tags for thermometer */
var langThermoMax     = 'Máx: ';
var langThermoMin     = 'Mín: ';

var langTempRising = '%s máis'; /* used for trend arrow alt/title tags .. %s marks where value will be placed */
var langTempFalling = '%s menos';
var langTempLastHour = ' ca última hora.';

var langHeatWords = new Array ( /* used for Heat Color Word */
 'Descoñecido', 'Calor insoportable', 'Afogo', 'Bochorno extremo', 'Bochorno', 'Calor extremo',
 'Moito calor', 'Calor', 'Agradable', 'Fresco', 'Frío', 'Frío intenso', 'Xeada', 'Frío polar' );


