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

ka_GE.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 042d61af1cc5f16d25ed67805d115433cedfa32b (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(
    "text",
    {
    "New text file" : "ახალი ტექსტ ფაილი",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "ატვირთული ფაილი აჭარბებს php.ini-ში დაყენებულ upload_max_filesize დირექტივას",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს HTML ფორამაში მითითებულ MAX_FILE_SIZE დირექტივას",
    "No file was uploaded" : "ფაილი არ აიტვირთა",
    "Missing a temporary folder" : "დროებითი დირექტორია არ არსებობს",
    "Text" : "ტექსტი",
    "Saved" : "შენახულია",
    "Unsaved changes" : "შეუნახავი ცვლილებები",
    "Guest" : "სტუმარი",
    "Formatting help" : "დახმარება ფორმატირებაზე",
    "Keyboard shortcuts" : "კლავიატურის კომბინაციები",
    "Unsupported image type" : "ამ სურათის სახეობა არაა მხარდაჭერილი",
    "Undo" : "დაბრუნება",
    "Info" : "ინფორმაცია",
    "Success" : "წარმატება",
    "Warning" : "გაფრთხილება",
    "Edit" : "ცვლილება",
    "Participants" : "მონაწილეები"
},
"nplurals=2; plural=(n!=1);");