diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-17 00:45:46 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-17 00:45:46 +0200 |
commit | 70e8a7e25c40834830b0237f279d15f82dcd2a9e (patch) | |
tree | f0891ab44290b13035095dfeb3e62ed136231f34 /apps/files_sharing/l10n | |
parent | 1e6dc6751700a91faff463f8f2840cf24e742f37 (diff) | |
download | nextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.tar.gz nextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php new file mode 100644 index 00000000000..de25ecf1083 --- /dev/null +++ b/apps/files_sharing/l10n/fi_FI.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Jakamasi tiedostot", +"Permissions" => "Oikeudet", +"Read" => "Luku", +"Edit" => "Muokkaus", +"Delete" => "Poisto", +"Enable Resharing" => "Käytä uudelleenjakoa", +"Allow users to reshare files they don't own" => "Salli käyttäjien jakaa edelleen tiedostoja, joita he eivät omista" +); |