]> git.mxchange.org Git - friendica-addons.git/blob - es/strings.php
Merge branch '3.6-release'
[friendica-addons.git] / 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. Error was: "] = "Error al obtener datos meteorológicos. El error fue:";
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["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["Caching Interval"] = "Obteniendo intervalo";
29 $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.";
30 $a->strings["no cache"] = "sin almacenamiento";
31 $a->strings["minutes"] = "minutos";
32 $a->strings["Your APPID"] = "Su APPID";
33 $a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap";