2012-08-14 01:19:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-21 04:09:12 +04:00
|
|
|
"Delete" => "Elimina",
|
2012-08-14 01:19:31 +04:00
|
|
|
"Your Shared Files" => "Els vostres fitxers compartits",
|
|
|
|
"Item" => "Element",
|
|
|
|
"Shared With" => "Compartit amb",
|
|
|
|
"Permissions" => "Permisos",
|
|
|
|
"Read" => "Llegeix",
|
|
|
|
"Edit" => "Edita",
|
|
|
|
"Enable Resharing" => "Permet compartir amb tercers",
|
|
|
|
"Allow users to reshare files they don't own" => "Permet als usuaris compartir fitxers que no són seus"
|
|
|
|
);
|