mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 04:42:59 +00:00
96c41e5623
update strings to contain addon
11 lines
370 B
PHP
11 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";
|