en-gb translation of blogger, catavatar, diaspora, dwpost, langfilter

This commit is contained in:
Tobias Diekershoff 2018-04-09 10:34:15 +02:00
parent 8b7aa41ac5
commit 07a2e3f5d8
8 changed files with 269 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
return ($n != 1);;
}}
;
$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings";
$a->strings["Enable dreamwidth Post Addon"] = "";
$a->strings["dreamwidth username"] = "Dreamwidth username";
$a->strings["dreamwidth password"] = "Dreamwidth password";
$a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default";
$a->strings["Submit"] = "Submit";