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

ro.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc8c6e1931188b44e2757efa99103fd89127318f (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Nu a putut reveni: %s",
"Versions" => "Versiuni",
"More versions..." => "Mai multe versiuni...",
"No other versions available" => "Nu există alte versiuni disponibile",
"Restore" => "Restabilire"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";