]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/es/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Error fetching weather data.\\nError was: "] = "Error al traer información del clima.\\nError era: ";
10 $a->strings["Current Weather"] = "Clima actual";
11 $a->strings["Relative Humidity"] = "Humedad relativa";
12 $a->strings["Pressure"] = "Presión";
13 $a->strings["Wind"] = "Viento";
14 $a->strings["Last Updated"] = "Última actualización";
15 $a->strings["Data by"] = "Información por";
16 $a->strings["Show on map"] = "Mostrar en mapa";
17 $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";
18 $a->strings["at OpenWeatherMap"] = "en OpenWeatherMap";
19 $a->strings["Current Weather settings updated."] = "Ajustes de clima actual actualizados";
20 $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.";
21 $a->strings["Save Settings"] = "Guardar ajustes";
22 $a->strings["Settings"] = "Ajustes";
23 $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.";
24 $a->strings["Your Location"] = "Su ubicación";
25 $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>.";
26 $a->strings["Units"] = "Unidades";
27 $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";
28 $a->strings["Show weather data"] = "Mostrar información de clima";
29 $a->strings["Curweather settings saved."] = "Ajustes de clima guardados.";
30 $a->strings["Caching Interval"] = "Obteniendo intervalo";
31 $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.";
32 $a->strings["no cache"] = "sin almacenamiento";
33 $a->strings["minutes"] = "minutos";
34 $a->strings["Your APPID"] = "Su APPID";
35 $a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap";