mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
update to the FI translations THX kris
This commit is contained in:
parent
b87c6ad970
commit
fed141ba05
8 changed files with 44 additions and 40 deletions
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-23 17:30+0200\n"
|
||||
"PO-Revision-Date: 2018-04-17 20:00+0000\n"
|
||||
"PO-Revision-Date: 2018-05-12 13:24+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"
|
||||
|
@ -31,7 +31,7 @@ msgstr "%s -tilisi vanhenee muutaman päivän kuluttua."
|
|||
|
||||
#: testdrive.php:95
|
||||
msgid "Your Friendica test account is about to expire."
|
||||
msgstr ""
|
||||
msgstr "Koetilisi Friendicassa umpeutuu kohta."
|
||||
|
||||
#: testdrive.php:96
|
||||
#, php-format
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "Ylläpitäjä";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "%s -tilisi vanhenee muutaman päivän kuluttua.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Koetilisi Friendicassa umpeutuu kohta.";
|
||||
$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue