2012-08-13 21:19:31 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-21 00:09:12 +00:00
|
|
|
"Delete" => "Elimina",
|
2012-08-13 21:19:31 +00: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"
|
|
|
|
);
|