mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 06:02:58 +00:00
11 lines
287 B
PHP
11 lines
287 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Geonames settings updated."] = "";
|
|
$a->strings["Geonames Settings"] = "";
|
|
$a->strings["Enable Geonames Plugin"] = "";
|
|
$a->strings["Save Settings"] = "";
|