diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-12 21:43:32 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-12 21:43:32 +0100 |
commit | a1429085ee7c061740ccb420b79104229eeb3a25 (patch) | |
tree | 9fdf626c6c667e53fc9029b459f536550c5ba8ff /files/l10n/ro.php | |
parent | a0ff21a2326e415bb1c0147ba2d96179d4036ca2 (diff) | |
parent | c6eeb4a8080487075fca587653879a3308f7597a (diff) | |
download | nextcloud-server-a1429085ee7c061740ccb420b79104229eeb3a25.tar.gz nextcloud-server-a1429085ee7c061740ccb420b79104229eeb3a25.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'files/l10n/ro.php')
-rw-r--r-- | files/l10n/ro.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/l10n/ro.php b/files/l10n/ro.php index a54b011d109..65ce6953ad0 100644 --- a/files/l10n/ro.php +++ b/files/l10n/ro.php @@ -1,8 +1,13 @@ <?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Nu am întâmpinat nici eroare, fișierul a fost încărcat cu success", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Fișierul are o dimensiune mai mare decât cea specificată în variabila upload_max_filesize din php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Fișierul are o dimensiune mai mare decât variabile MAX_FILE_SIZE specificată în formularul HTML", +"The uploaded file was only partially uploaded" => "Fișierul a fost încărcat doar parțial", +"No file was uploaded" => "Nu a fost încărcat nici un fișier", +"Missing a temporary folder" => "Lipsă folder temporar", "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ă", |