mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
en-gb translation of blogger, catavatar, diaspora, dwpost, langfilter
This commit is contained in:
parent
8b7aa41ac5
commit
07a2e3f5d8
8 changed files with 269 additions and 0 deletions
16
blogger/lang/en-gb/strings.php
Normal file
16
blogger/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to blogger"] = "Post to Blogger";
|
||||
$a->strings["Blogger Export"] = "";
|
||||
$a->strings["Enable Blogger Post Addon"] = "Enable Blogger Post Addon";
|
||||
$a->strings["Blogger username"] = "Blogger username";
|
||||
$a->strings["Blogger password"] = "Blogger password";
|
||||
$a->strings["Blogger API URL"] = "";
|
||||
$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