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

sq.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd3d07ef58547ddefe5034284304aea643170ca3 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "impersonate",
    {
    "Could not impersonate user" : "Nuk mund të imitohet përdoruesi",
    "Are you sure you want to impersonate \"{userId}\"?" : "Je i sigurtë që do të bëhesh si \"{userld}\"?",
    "Impersonate user" : "Bëhu si përdoruesi ",
    "Impersonate" : "Imitoj",
    "Logged in as {uid}" : "Loguar si {uid}"
},
"nplurals=2; plural=(n != 1);");