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

ka_GE.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57927466c2ced58e109fc4efec92c72adbda648f (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "გაზიარდა {owner} –ის მიერ",
"Shared by" => "აზიარებს",
"Password" => "პაროლი",
"Name" => "სახელი",
"Download" => "ჩამოტვირთვა"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";