]> git.mxchange.org Git - friendica-addons.git/blob - showmore/lang/en-gb/strings.php
twitter PL translation THX Aditoo
[friendica-addons.git] / showmore / lang / en-gb / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["\"Show more\" Settings"] = "Show More";
9 $a->strings["Enable Show More"] = "Enable this addon?";
10 $a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters";
11 $a->strings["Save Settings"] = "Save settings";
12 $a->strings["Show More Settings saved."] = "Show More Settings saved.";
13 $a->strings["show more"] = "show more";