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

is.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89f95f39058d64c06cfd7900a8833845001c0d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "comments",
    {
    "Comments" : "Athugasemdir",
    "New comment …" : "Ný athugasemd ...",
    "Delete comment" : "Eyða athugasemd",
    "Post" : "Senda",
    "Cancel" : "Hætta við",
    "Edit comment" : "Breyta athugasemd",
    "[Deleted user]" : "[Eyddur notandi]",
    "No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!",
    "More comments …" : "Fleiri athugasemdir ...",
    "Save" : "Vista",
    "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
    "Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}",
    "Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
    "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
    "Comment" : "Athugasemd",
    "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
    "You commented" : "Þú settir inn athugasemd",
    "%1$s commented" : "%1$s setti inn athugasemd",
    "You commented on %2$s" : "Þú settir inn athugasemd við %2$s",
    "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
    "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
    "No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
    "More comments..." : "Fleiri athugasemdir...",
    "{count} unread comments" : "{count} ólesnar athugasemdir"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");