showmore: added ET translation THX Rain Hawk

This commit is contained in:
Tobias Diekershoff 2019-12-22 07:03:17 +01:00
parent 7b5daad98f
commit cd20f56fbe
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,44 @@
# ADDON showmore
# Copyright (C)
# This file is distributed under the same license as the Friendica showmore addon package.
#
#
# Translators:
# Rain Hawk, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2019-12-22 00:47+0000\n"
"Last-Translator: Rain Hawk\n"
"Language-Team: Estonian (http://www.transifex.com/Friendica/friendica/language/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: showmore.php:41 showmore.php:45
msgid "\"Show more\" Settings"
msgstr "Näita rohkem sätteid"
#: showmore.php:50
msgid "Enable Show More"
msgstr "Võimalda Näita Rohkem"
#: showmore.php:53
msgid "Cutting posts after how much characters"
msgstr "Lõika postitus peale kuimitut karakterit"
#: showmore.php:57
msgid "Save Settings"
msgstr "Salvesta sätted"
#: showmore.php:74
msgid "Show More Settings saved."
msgstr "Näita Rohkem sätted salvesatud."
#: showmore.php:134
msgid "show more"
msgstr "näita rohkem"

View File

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Näita rohkem sätteid";
$a->strings["Enable Show More"] = "Võimalda Näita Rohkem";
$a->strings["Cutting posts after how much characters"] = "Lõika postitus peale kuimitut karakterit";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Show More Settings saved."] = "Näita Rohkem sätted salvesatud.";
$a->strings["show more"] = "näita rohkem";