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

13 lines
358 B
PHP
Raw Normal View History

2015-07-06 22:43:11 +00:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
2015-07-06 22:43:11 +00:00
}}
;
$a->strings["Krynn"] = "Krynn";
2015-08-31 16:52:41 +00:00
$a->strings["Krynn Settings"] = "Impostazioni Krynn";
2018-03-19 20:28:00 +00:00
$a->strings["Enable Krynn Addon"] = "Abilita componente aggiuntivo Krynn";
$a->strings["Save Settings"] = "Salva Impostazioni";