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

th.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c7ca5101aa0bea2c9dcf9f4800b4dc68d23187e (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_filter",
    {
    "Images" : "รูปภาพ",
    "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
    "Name" : "ชื่อ",
    "Size" : "ขนาด",
    "Modified" : "แก้ไขเมื่อ",
    "Delete" : "ลบ"
},
"nplurals=1; plural=0;");