10 lines
336 B
PHP
10 lines
336 B
PHP
<?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"
|
|
);
|