friendica-addons/randplace/lang/it/strings.php

11 lines
312 B
PHP
Raw Normal View History

2014-09-14 22:01:44 +02:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Randplace Settings"] = "Impostazioni \"Posizione casuale\"";
$a->strings["Enable Randplace Plugin"] = "Abilita il plugin \"Posizione casuale\"";
2015-08-31 18:52:41 +02:00
$a->strings["Submit"] = "Invia";