12 lines
370 B
PHP
12 lines
370 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
function string_plural_select_es($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Geonames settings updated."] = "Ajustes de geonombres actualizados.";
|
|
$a->strings["Geonames Settings"] = "Ajustes de Geonombres";
|
|
$a->strings["Enable Geonames Addon"] = "Habilitar Addon de Geonombres";
|
|
$a->strings["Submit"] = "Enviar";
|