nextcloud/apps/user_webdavauth/l10n/ka_GE.php

5 lines
892 B
PHP
Raw Normal View History

2013-04-13 04:15:54 +04:00
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV აუთენთიფიკაცია",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloudი გამოგიგზავნით ანგარიშის მონაცემებს ამ URLზე. ეს პლაგინი შეამოწმებს პასუხს და მოახდენს მის ინტერპრეტაციას HTTP სტატუსკოდებში 401 და 403 დაუშვებელი მონაცემებისთვის, ხოლო სხვა დანარჩენს დაშვებადი მონაცემებისთვის."
);