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

ro.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f285dcc164ed0a990155a1ba01f7f11ed2bbd5f3 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Error" => "Eroare",
"Name" => "Nume",
"Delete" => "Șterge"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";