mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
GD translation for the addons buglink, markdown and randplace added
This commit is contained in:
parent
0ecb576ff9
commit
0ff332bd11
6 changed files with 114 additions and 0 deletions
8
buglink/lang/gd/strings.php
Normal file
8
buglink/lang/gd/strings.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?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['Report Bug'] = 'Dèan aithris air buga';
|
Loading…
Add table
Add a link
Reference in a new issue