]> git.mxchange.org Git - friendica-addons.git/blob - geonames/lang/es/strings.php
regenerated all the strings
[friendica-addons.git] / geonames / 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['Geonames Settings'] = 'Ajustes de Geonombres';
9 $a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Reemplace las coordenadas numéricas por el nombre de la ubicación poblada más cercana en sus publicaciones.';
10 $a->strings['Enable Geonames Addon'] = 'Habilitar Plugin de Geonombres';
11 $a->strings['Save Settings'] = 'Guardar Ajustes';