friendica-addons/buglink/lang/ca/strings.php

9 lines
192 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
2021-10-10 08:27:53 +02:00
$a->strings['Report Bug'] = 'Informar derror';