friendica-addons/showmore/lang/en-gb/strings.php

14 lines
515 B
PHP

<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['"Show more" Settings'] = 'Show More';
$a->strings['Enable Show More'] = 'Enable this addon?';
$a->strings['Cutting posts after how much characters'] = 'Cutting posts after how many characters';
$a->strings['Save Settings'] = 'Save settings';
$a->strings['Show More Settings saved.'] = 'Show More Settings saved.';
$a->strings['show more'] = 'show more';