]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/es/strings.php
regenerated all the strings
[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 $a->strings['Error fetching weather data. Error was: '] = 'Error al obtener datos meteorológicos. El error fue:';
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['No APPID found, please contact your admin to obtain one.'] = 'No se encontró APPID, por favor contacte con su administrador para obtener una.';
19 $a->strings['Save Settings'] = 'Guardar ajustes';
20 $a->strings['Settings'] = 'Ajustes';
21 $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.';
22 $a->strings['Your Location'] = 'Su ubicación';
23 $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>.';
24 $a->strings['Units'] = 'Unidades';
25 $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';
26 $a->strings['Show weather data'] = 'Mostrar información de clima';
27 $a->strings['Caching Interval'] = 'Obteniendo intervalo';
28 $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.';
29 $a->strings['no cache'] = 'sin almacenamiento';
30 $a->strings['minutes'] = 'minutos';
31 $a->strings['Your APPID'] = 'Su APPID';
32 $a->strings['Your API key provided by OpenWeatherMap'] = 'Su clave API provista por OpenWeatherMap';