summaryrefslogtreecommitdiffstats
path: root/files/l10n/ca.php
blob: 8515ab35f2712adca7f6ab5a44d7d75e532d5b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php $TRANSLATIONS = array(
"Files" => "Fitxers",
"Maximum upload size" => "Mida màxima de pujada",
"Upload" => "Puja",
"New Folder" => "Carpeta nova",
"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!",
"Name" => "Nom",
"Download" => "Descarrega",
"Size" => "Mida",
"Modified" => "Modificat",
"Delete" => "Esborra",
"Upload too large" => "La pujada és massa gran",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada d'aquest servidor"
);