blob: de25ecf10832af6c7718e5fcced574ec1ecec547 (
plain)
1
2
3
4
5
6
7
8
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"
);
|