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: 6ece51e02cfd9e7673bb489e04cd2f67ca609540 (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Name" => "Nume",
"1 folder" => "1 folder",
"{count} folders" => "{count} foldare",
"1 file" => "1 fisier",
"{count} files" => "{count} fisiere"
);