mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 19:42:59 +00:00
14 lines
481 B
PHP
14 lines
481 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to Dreamwidth"] = "";
|
|
$a->strings["Dreamwidth Post Settings"] = "";
|
|
$a->strings["Enable dreamwidth Post Addon"] = "";
|
|
$a->strings["dreamwidth username"] = "dreamwidth -käyttäjätunnus";
|
|
$a->strings["dreamwidth password"] = "dreamwidth -salasana";
|
|
$a->strings["Post to dreamwidth by default"] = "";
|
|
$a->strings["Submit"] = "Lähetä";
|