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

ka_GE.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16e147bd416f72648391987de5d744f536c73512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "ფაილი %s–ის სრულად წაშლა ვერ მოხერხდა",
"Couldn't restore %s" => "%s–ის აღდგენა ვერ მოხერხდა",
"Deleted files" => "წაშლილი ფაილები",
"Restore" => "აღდგენა",
"Error" => "შეცდომა",
"Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!",
"Name" => "სახელი",
"Deleted" => "წაშლილი",
"Delete" => "წაშლა"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";