Blame view
sources/apps/files_sharing/l10n/ro.php
558 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", |
|
03e52840d
|
4 |
"Password" => "Parolă", |
|
03e52840d
|
5 6 7 |
"%s shared the folder %s with you" => "%s a partajat directorul %s cu tine", "%s shared the file %s with you" => "%s a partajat fișierul %s cu tine", "Download" => "Descarcă", |
|
31b7f2792
|
8 9 10 |
"Upload" => "Încărcare", "Cancel upload" => "Anulează încărcarea", "No preview available for" => "Nici o previzualizare disponibilă pentru " |
|
03e52840d
|
11 |
); |
|
31b7f2792
|
12 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |