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

mk.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92043a23bbc60c2c8b2ede49fe153a4bf8d27093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_filter",
    {
    "Images" : "Слики",
    "Videos" : "Видеа",
    "Filter" : "Филтер",
    "No entries found in this folder" : "Нема ништо во оваа папка",
    "Name" : "Име",
    "Size" : "Големина",
    "Modified" : "Изменето",
    "Delete" : "Избриши"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");