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

ia.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f78ec364a447af7c99e0798bf72c0f854470ab05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notas",
    "Error" : "Error",
    "New note" : "Nove nota",
    "Settings" : "Configurationes",
    "Today" : "Hodie",
    "Yesterday" : "Heri",
    "This week" : "Iste septimana",
    "This month" : "Iste mense",
    "Delete note" : "Dele nota",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detalios",
    "Preview" : "Previsualisar",
    "Edit" : "Modificar",
    "Category" : "Categoria",
    "_%n word_::_%n words_" : ["%n parola","%n parolas"],
    "Android app" : "Application Android",
    "iOS app" : "Application iOS"
},
"nplurals=2; plural=(n != 1);");