2012-08-17 02:45:46 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-21 04:09:12 +04:00
|
|
|
"Delete" => "Poisto",
|
2012-08-17 02:45:46 +04:00
|
|
|
"Your Shared Files" => "Jakamasi tiedostot",
|
|
|
|
"Permissions" => "Oikeudet",
|
|
|
|
"Read" => "Luku",
|
|
|
|
"Edit" => "Muokkaus",
|
|
|
|
"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"
|
|
|
|
);
|