nextcloud/apps/files_trashbin/l10n/ro.php

9 lines
200 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "Nume",
"1 folder" => "1 folder",
"{count} folders" => "{count} foldare",
"1 file" => "1 fisier",
"{count} files" => "{count} fisiere",
"Delete" => "Șterge"
);