]> git.mxchange.org Git - friendica-addons.git/blob - markdown/lang/gd/strings.php
Merge pull request 'This addon will replace "youtube.com" with the chosen Invidious...
[friendica-addons.git] / markdown / lang / gd / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_gd")) {
4 function string_plural_select_gd($n){
5         $n = intval($n);
6         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; }
7 }}
8 $a->strings['Enable Markdown parsing'] = 'Cuir parsadh Markdown an comas';
9 $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.';
10 $a->strings['Markdown Settings'] = 'Roghainnean Markdown';