Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ro.php « l10n « files - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a54b011d109f2e52762979bf2e5001868578bcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php $TRANSLATIONS = array(
"Files" => "Fișiere",
"Maximum upload size" => "Dimensiunea maximă",
"Upload" => "Încarcă",
"New Folder" => "Director nou",
"Nothing in here. Upload something!" => "Nici un fișier, încarcă ceva!",
"Name" => "Nume",
"Download" => "Descarcă",
"Size" => "Dimensiune",
"Modified" => "Modificat",
"Delete" => "Șterge",
"Upload too large" => "Fișierul este prea mare",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "A fost depășită limita maximă pentru încărcare."
);