From 98dde22a57c463018f9dcebb41ec4389655f2d4d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 18 Apr 2018 08:31:36 +0200 Subject: [PATCH] added translation for the TicTac addon THX Kris --- tictac/lang/fi-fi/messages.po | 74 +++++++++++++++++++++++++++++++++++ tictac/lang/fi-fi/strings.php | 19 +++++++++ 2 files changed, 93 insertions(+) create mode 100644 tictac/lang/fi-fi/messages.po create mode 100644 tictac/lang/fi-fi/strings.php diff --git a/tictac/lang/fi-fi/messages.po b/tictac/lang/fi-fi/messages.po new file mode 100644 index 00000000..486140f2 --- /dev/null +++ b/tictac/lang/fi-fi/messages.po @@ -0,0 +1,74 @@ +# ADDON tictac +# Copyright (C) +# This file is distributed under the same license as the Friendica tictac addon package. +# +# +# Translators: +# 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-17 22:27+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" + +#: tictac.php:20 +msgid "Three Dimensional Tic-Tac-Toe" +msgstr "Kolmiulotteinen ristinolla" + +#: tictac.php:53 +msgid "3D Tic-Tac-Toe" +msgstr "3D ristinolla" + +#: tictac.php:58 +msgid "New game" +msgstr "Uusi peli" + +#: tictac.php:59 +msgid "New game with handicap" +msgstr "Uusi peli haitalla" + +#: tictac.php:60 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " +msgstr "" + +#: tictac.php:61 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." +msgstr "" + +#: tictac.php:63 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." +msgstr "" + +#: tictac.php:182 +msgid "You go first..." +msgstr "Aloita sinä..." + +#: tictac.php:187 +msgid "I'm going first this time..." +msgstr "Minä aloitan..." + +#: tictac.php:193 +msgid "You won!" +msgstr "Sinä voitit!" + +#: tictac.php:199 tictac.php:224 +msgid "\"Cat\" game!" +msgstr "" + +#: tictac.php:222 +msgid "I won!" +msgstr "Minä voitin!" diff --git a/tictac/lang/fi-fi/strings.php b/tictac/lang/fi-fi/strings.php new file mode 100644 index 00000000..2cb1f7d7 --- /dev/null +++ b/tictac/lang/fi-fi/strings.php @@ -0,0 +1,19 @@ +strings["Three Dimensional Tic-Tac-Toe"] = "Kolmiulotteinen ristinolla"; +$a->strings["3D Tic-Tac-Toe"] = "3D ristinolla"; +$a->strings["New game"] = "Uusi peli"; +$a->strings["New game with handicap"] = "Uusi peli haitalla"; +$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = ""; +$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = ""; +$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = ""; +$a->strings["You go first..."] = "Aloita sinä..."; +$a->strings["I'm going first this time..."] = "Minä aloitan..."; +$a->strings["You won!"] = "Sinä voitit!"; +$a->strings["\"Cat\" game!"] = ""; +$a->strings["I won!"] = "Minä voitin!";