summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ca.php
blob: 02d554c7f5d1f9b0af2770b38a2fc6f22267aa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Your Shared Files" => "Els vostres fitxers compartits",
"Item" => "Element",
"Shared With" => "Compartit amb",
"Permissions" => "Permisos",
"Read" => "Llegeix",
"Edit" => "Edita",
"Delete" => "Elimina",
"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"
);