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

ka_GE.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ebd33c9d5d53753270db1a82e15b9c35a29eb81 (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
30
31
32
33
34
35
36
37
38
OC.L10N.register(
    "polls",
    {
    "Polls" : "გამოკითხვები",
    "Polls App - New Activity" : "Polls აპლიკაცია - ახალი აქტივობა",
    "Participants" : "მონაწილეები",
    "Deleted" : "გაუქმდა",
    "Group" : "ჯგუფი",
    "Comments" : "კომენტარები",
    "No comments yet. Be the first." : "კომენტარები ჯერ არაა. იყავით პირველი.",
    "Create new poll" : "ახალი გამოკითხვის შექმნა",
    "Text based" : "ტექსტზე დაფუძნებული",
    "Cancel" : "უარყოფა",
    "Apply" : "გამოყენება",
    "Delete poll" : "გამოკითხვის გაუქმება",
    "Title" : "სათაური",
    "Access" : "წვდომა",
    "Owner" : "მფლობელი",
    "Created" : "შექმნილია",
    "Expires" : "უქმდება",
    "never" : "არასდროს",
    "Details" : "დეტალები",
    "Configuration" : "კონფიგურაცია",
    "Shares" : "გაზიარებები",
    "Saving" : "მიმდინარეობს შენახვა",
    "Saved" : "შენახულია",
    "Description" : "აღწერილობა",
    "Hide user names for admin" : "ადმინისტრატორებისთვის სახელების დამალვა",
    "Expiration date" : "გაუქმების თარიღი",
    "Update poll" : "გამოკითხვის განახლება",
    "Unknown user" : "ამოუცნობი მომხმარებელი",
    "Receive notification email on activity" : "აქტივობისას ელ-წერილის მიღება",
    "Public access" : "ღია წვდომა",
    "Access denied" : "წვდომა არაა დაშვებული",
    "You are not allowed to view this poll or the poll does not exist." : "ამ გამოკითხვის ჩვენების უფლებები არ გაქვთ, ან ის არ არსებობს.",
    "You are not allowed to edit this poll or the poll does not exist." : "ამ გამოკითხვის ცვილების უფლება არ გაქვთ, ან გამოკითხვა არ არსებობს."
},
"nplurals=2; plural=(n!=1);");