diff options
Diffstat (limited to 'files/l10n/ro.php')
-rw-r--r-- | files/l10n/ro.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/ro.php b/files/l10n/ro.php new file mode 100644 index 00000000000..a54b011d109 --- /dev/null +++ b/files/l10n/ro.php @@ -0,0 +1,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." +); |