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

is.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 416f641a8efa412078713cdc94d520d91b094096 (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Name" => "Nafn",
"1 folder" => "1 mappa",
"{count} folders" => "{count} möppur",
"1 file" => "1 skrá",
"{count} files" => "{count} skrár"
);