mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
showmore: added ET translation THX Rain Hawk
This commit is contained in:
parent
7b5daad98f
commit
cd20f56fbe
2 changed files with 58 additions and 0 deletions
14
showmore/lang/et/strings.php
Normal file
14
showmore/lang/et/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue