summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ca.php
blob: 4501f4ae3d52a8f2e24a4a90ff4687d6a78d2113 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Delete" => "Elimina",
"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"
);