]> git.mxchange.org Git - friendica-addons.git/blob - showmore/lang/en-gb/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["\"Show more\" Settings"] = "Show More";
10 $a->strings["Enable Show More"] = "Enable this addon?";
11 $a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters";
12 $a->strings["Save Settings"] = "Save settings";
13 $a->strings["Show More Settings saved."] = "Show More Settings saved.";
14 $a->strings["show more"] = "show more";