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

11 lines
267 B
PHP
Raw Normal View History

2015-07-07 00:43:11 +02:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
2015-08-31 18:52:41 +02:00
$a->strings["Krynn Settings"] = "Impostazioni Krynn";
$a->strings["Enable Krynn Addon"] = "Abilita addon Krynn";
2015-08-31 18:52:41 +02:00
$a->strings["Submit"] = "Invia";