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

ms_MY.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e9d44cb0d4fa49a4325f8cdef33aa4f97336901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "notes",
    {
    "Notes" : "Nota",
    "Error" : "Ralat",
    "New note" : "Note baharu",
    "Settings" : "Tetapan",
    "Today" : "Hari ini",
    "Yesterday" : "Semalam",
    "Delete note" : "Hapus nota",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Edit" : "Sunting"
},
"nplurals=1; plural=0;");