forked from friendica/deprecated-addons
moved deprecated communityhome, dav and yourls to the deprecated-addons repository
This commit is contained in:
parent
24444adef3
commit
31520f804d
675 changed files with 195144 additions and 0 deletions
75
communityhome/lang/fi-fi/messages.po
Normal file
75
communityhome/lang/fi-fi/messages.po
Normal file
|
@ -0,0 +1,75 @@
|
|||
# ADDON communityhome
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica communityhome addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2018-04-18 14:52+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi_FI\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: communityhome.php:28 communityhome.php:34
|
||||
msgid "Login"
|
||||
msgstr "Kirjaudu"
|
||||
|
||||
#: communityhome.php:29
|
||||
msgid "OpenID"
|
||||
msgstr "OpenID"
|
||||
|
||||
#: communityhome.php:39
|
||||
msgid "Latest users"
|
||||
msgstr "Viimeisimmät käyttäjät"
|
||||
|
||||
#: communityhome.php:84
|
||||
msgid "Most active users"
|
||||
msgstr "Aktiivisimmat käyttäjät"
|
||||
|
||||
#: communityhome.php:102
|
||||
msgid "Latest photos"
|
||||
msgstr "Viimeisimmät kuvat"
|
||||
|
||||
#: communityhome.php:115
|
||||
msgid "Contact Photos"
|
||||
msgstr "Kontaktikuvat"
|
||||
|
||||
#: communityhome.php:116
|
||||
msgid "Profile Photos"
|
||||
msgstr "Profiilikuvat"
|
||||
|
||||
#: communityhome.php:141
|
||||
msgid "Latest likes"
|
||||
msgstr "Viimeisimmät tykkäykset"
|
||||
|
||||
#: communityhome.php:163
|
||||
msgid "event"
|
||||
msgstr "tapahtuma"
|
||||
|
||||
#: communityhome.php:166 communityhome.php:175
|
||||
msgid "status"
|
||||
msgstr "tila"
|
||||
|
||||
#: communityhome.php:171
|
||||
msgid "photo"
|
||||
msgstr "kuva"
|
||||
|
||||
#: communityhome.php:180
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr ""
|
||||
|
||||
#: communityhome.php:189
|
||||
#, php-format
|
||||
msgid "Welcome to %s"
|
||||
msgstr "Tervetuloa %s"
|
20
communityhome/lang/fi-fi/strings.php
Normal file
20
communityhome/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Kirjaudu";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Viimeisimmät käyttäjät";
|
||||
$a->strings["Most active users"] = "Aktiivisimmat käyttäjät";
|
||||
$a->strings["Latest photos"] = "Viimeisimmät kuvat";
|
||||
$a->strings["Contact Photos"] = "Kontaktikuvat";
|
||||
$a->strings["Profile Photos"] = "Profiilikuvat";
|
||||
$a->strings["Latest likes"] = "Viimeisimmät tykkäykset";
|
||||
$a->strings["event"] = "tapahtuma";
|
||||
$a->strings["status"] = "tila";
|
||||
$a->strings["photo"] = "kuva";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
|
||||
$a->strings["Welcome to %s"] = "Tervetuloa %s";
|
Loading…
Add table
Add a link
Reference in a new issue