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

id.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a55520fc117c8b143ed2ad1aafdfaf2ac806c119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s",
"Couldn't restore %s" => "Tidak dapat memulihkan %s",
"Error" => "Galat",
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
"Name" => "Nama",
"Restore" => "Pulihkan",
"Deleted" => "Dihapus",
"Delete" => "Hapus",
"Deleted Files" => "Berkas yang Dihapus"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";