3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($n){
6 return intval($n != 1);
9 $a->strings["Post to Dreamwidth"] = "Post to Dreamwidth";
10 $a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings";
11 $a->strings["Enable dreamwidth Post Addon"] = "Enable Dreamwidth post addon";
12 $a->strings["dreamwidth username"] = "Dreamwidth username";
13 $a->strings["dreamwidth password"] = "Dreamwidth password";
14 $a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default";
15 $a->strings["Submit"] = "Submit";