mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28: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
10
markdown/lang/gd/strings.php
Normal file
10
markdown/lang/gd/strings.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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 Markdown parsing'] = 'Cuir parsadh Markdown an comas';
|
||||
$a->strings['If enabled, adds Markdown support to the Compose Post form.'] = 'Ma tha seo an comas, cuiridh e taic ri Markdown ri foirm sgrìobhadh puist.';
|
||||
$a->strings['Markdown Settings'] = 'Roghainnean Markdown';
|
Loading…
Add table
Add a link
Reference in a new issue