nextcloud/apps/files_sharing/l10n/ca.php

12 lines
395 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?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"
);