diff options
Diffstat (limited to 'apps/files_sharing')
-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" +); |