mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added FI translations to many addons THX Kris
This commit is contained in:
parent
c4bd245a1a
commit
85815a8810
118 changed files with 5110 additions and 0 deletions
16
securemail/lang/fi-fi/strings.php
Normal file
16
securemail/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Secure Mail\" Settings"] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Save and send test"] = "";
|
||||
$a->strings["Enable Secure Mail"] = "";
|
||||
$a->strings["Public key"] = "Julkinen avain";
|
||||
$a->strings["Your public PGP key, ascii armored format"] = "";
|
||||
$a->strings["Secure Mail Settings saved."] = "";
|
||||
$a->strings["Test email sent"] = "";
|
||||
$a->strings["There was an error sending the test email"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue