mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38: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
17
diaspora/lang/en-gb/strings.php
Normal file
17
diaspora/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Post to Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)";
|
||||
$a->strings["Diaspora Export"] = "Diaspora Export";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
|
||||
$a->strings["Diaspora username"] = "Diaspora username";
|
||||
$a->strings["Diaspora password"] = "Diaspora password";
|
||||
$a->strings["Diaspora site URL"] = "Diaspora site URL";
|
||||
$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora post failed. Queued for retry.";
|
Loading…
Add table
Add a link
Reference in a new issue