]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/fi-fi/strings.php
Fixes "Trying to get property 'status' of non-object"
[friendica-addons.git] / ljpost / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to LiveJournal"] = "Lähetä LiveJournaliin";
9 $a->strings["LiveJournal Post Settings"] = "LiveJournal -viestin asetukset";
10 $a->strings["Enable LiveJournal Post Addon"] = "Ota LiveJournal -viestilisäosa käyttöön";
11 $a->strings["LiveJournal username"] = "Live Journal -käyttäjätunnus";
12 $a->strings["LiveJournal password"] = "LiveJournal -salasana";
13 $a->strings["Post to LiveJournal by default"] = "Lähetä LiveJournaliin oletuksena";
14 $a->strings["Submit"] = "Lähetä";