mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FI translation updates THX Kris
This commit is contained in:
parent
98dde22a57
commit
8da85c1d56
42 changed files with 137 additions and 125 deletions
|
@ -11,7 +11,7 @@ msgstr ""
|
|||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2018-04-10 18:39+0000\n"
|
||||
"PO-Revision-Date: 2018-04-17 19:15+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"
|
||||
|
@ -34,17 +34,17 @@ msgstr ""
|
|||
|
||||
#: blackout.php:101
|
||||
msgid "Begin of the Blackout"
|
||||
msgstr ""
|
||||
msgstr "Blackout alkaa"
|
||||
|
||||
#: blackout.php:101
|
||||
msgid ""
|
||||
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
|
||||
"<em>hh</em> hour and <em>mm</em> minute"
|
||||
msgstr ""
|
||||
msgstr "formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti"
|
||||
|
||||
#: blackout.php:102
|
||||
msgid "End of the Blackout"
|
||||
msgstr ""
|
||||
msgstr "Blackout loppuu"
|
||||
|
||||
#: blackout.php:108
|
||||
msgid ""
|
||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_fi_fi($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Redirect URL"] = "";
|
||||
$a->strings["Redirect URL"] = "Uudelleenohjaus URL-osoite";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "";
|
||||
$a->strings["Begin of the Blackout"] = "";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "";
|
||||
$a->strings["End of the Blackout"] = "";
|
||||
$a->strings["Begin of the Blackout"] = "Blackout alkaa";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti";
|
||||
$a->strings["End of the Blackout"] = "Blackout loppuu";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue