GD translation for the addons buglink, markdown and randplace added

This commit is contained in:
Tobias Diekershoff 2022-08-19 19:35:47 +02:00
parent 0ecb576ff9
commit 0ff332bd11
6 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
if(! function_exists("string_plural_select_gd")) {
function string_plural_select_gd($n){
$n = intval($n);
if (($n==1 || $n==11)) { return 0; } else if (($n==2 || $n==12)) { return 1; } else if (($n > 2 && $n < 20)) { return 2; } else { return 3; }
}}
$a->strings['Enable Randplace Addon'] = 'Cuir an comas tuilleadan Randplace';
$a->strings['Randplace Settings'] = 'Roghainnean Randplace';