]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/es/strings.php
ES curweather
[friendica-addons.git] / curweather / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Error fetching weather data.\\nError was: "] = "Error al traer información del clima.\\nError era: ";
9 $a->strings["Current Weather"] = "Clima actual";
10 $a->strings["Relative Humidity"] = "Humedad relativa";
11 $a->strings["Pressure"] = "Presión";
12 $a->strings["Wind"] = "Viento";
13 $a->strings["Last Updated"] = "Última actualización";
14 $a->strings["Data by"] = "Información por";
15 $a->strings["Show on map"] = "Mostrar en mapa";
16 $a->strings["There was a problem accessing the weather data. But have a look"] = "Hubo un problema al acceder a la información del clima. Pero eche un vistazo";
17 $a->strings["at OpenWeatherMap"] = "en OpenWeatherMap";
18 $a->strings["Current Weather settings updated."] = "Ajustes de clima actual actualizados";
19 $a->strings["No APPID found, please contact your admin to obtain one."] = "No se encontró APPID, por favor contacte con su administrador para obtener una.";
20 $a->strings["Save Settings"] = "Guardar ajustes";
21 $a->strings["Settings"] = "Ajustes";
22 $a->strings["Enter either the name of your location or the zip code."] = "Introduzca el nombre de su ubicación o el código postal.";
23 $a->strings["Your Location"] = "Su ubicación";
24 $a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador de su ubicación (nombre o código postal), ej. <em>Berlin,DE</em> o <em>14476,DE</em>.";
25 $a->strings["Units"] = "Unidades";
26 $a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "seleccionar si la temperatura debería ser mostrada en &deg;C o &deg;F";
27 $a->strings["Show weather data"] = "Mostrar información de clima";
28 $a->strings["Curweather settings saved."] = "Ajustes de clima guardados.";
29 $a->strings["Caching Interval"] = "Obteniendo intervalo";
30 $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "¿Durante cuánto tiempo debería ser obtenida la información de clima? Eliga de acuerdo a su tipo de cuenta de OpenWeatherMap.";
31 $a->strings["no cache"] = "sin almacenamiento";
32 $a->strings["minutes"] = "minutos";
33 $a->strings["Your APPID"] = "Su APPID";
34 $a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap";