forked from friendica/deprecated-addons
Deprecated the BLOGGER addon
This commit is contained in:
parent
6c67dde699
commit
e0cd6b99a1
40 changed files with 1546 additions and 0 deletions
14
blogger/lang/en-gb/strings.php
Normal file
14
blogger/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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['Post to blogger'] = 'Post to Blogger';
|
||||
$a->strings['Enable Blogger Post Addon'] = 'Enable Blogger Post Addon';
|
||||
$a->strings['Blogger username'] = 'Blogger username';
|
||||
$a->strings['Blogger password'] = 'Blogger password';
|
||||
$a->strings['Post to Blogger by default'] = 'Post to Blogger by default';
|
||||
$a->strings['Save Settings'] = 'Save Settings';
|
||||
$a->strings['Post from Friendica'] = 'Post from Friendica';
|
Loading…
Add table
Add a link
Reference in a new issue