friendica-addons/blackout/lang/is/strings.php

9 lines
216 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
return intval($n % 10 != 1 || $n % 100 == 11);
}}
2021-10-10 06:27:53 +00:00
$a->strings['Save Settings'] = 'Vista stillingar';