nextcloud/apps/files_sharing/l10n/ro.php

12 lines
353 B
PHP

<?php
$TRANSLATIONS = array(
"Saved" => "Salvat",
"Shared by" => "impartite in ",
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
"Password" => "Parolă",
"Name" => "Nume",
"Download" => "Descarcă",
"Save" => "Salvează"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";