You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ka_GE.php 4.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "დახმარება",
  4. "Personal" => "პირადი",
  5. "Settings" => "პარამეტრები",
  6. "Users" => "მომხმარებელი",
  7. "Admin" => "ადმინისტრატორი",
  8. "web services under your control" => "web services under your control",
  9. "ZIP download is turned off." => "ZIP download–ი გათიშულია",
  10. "Files need to be downloaded one by one." => "ფაილები უნდა გადმოიტვირთოს სათითაოდ.",
  11. "Back to Files" => "უკან ფაილებში",
  12. "Selected files too large to generate zip file." => "არჩეული ფაილები ძალიან დიდია zip ფაილის გენერაციისთვის.",
  13. "Application is not enabled" => "აპლიკაცია არ არის აქტიური",
  14. "Authentication error" => "ავთენტიფიკაციის შეცდომა",
  15. "Token expired. Please reload page." => "Token–ს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.",
  16. "Files" => "ფაილები",
  17. "Text" => "ტექსტი",
  18. "Images" => "სურათები",
  19. "%s enter the database username." => "%s შეიყვანეთ ბაზის იუზერნეიმი.",
  20. "%s enter the database name." => "%s შეიყვანეთ ბაზის სახელი.",
  21. "%s you may not use dots in the database name" => "%s არ მიუთითოთ წერტილი ბაზის სახელში",
  22. "MS SQL username and/or password not valid: %s" => "MS SQL მომხმარებელი და/ან პაროლი არ არის მართებული: %s",
  23. "You need to enter either an existing account or the administrator." => "თქვენ უნდა შეიყვანოთ არსებული მომხმარებელის სახელი ან ადმინისტრატორი.",
  24. "DB Error: \"%s\"" => "DB შეცდომა: \"%s\"",
  25. "Offending command was: \"%s\"" => "Offending ბრძანება იყო: \"%s\"",
  26. "Oracle username and/or password not valid" => "Oracle იუზერნეიმი და/ან პაროლი არ არის სწორი",
  27. "Offending command was: \"%s\", name: %s, password: %s" => "Offending ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s",
  28. "PostgreSQL username and/or password not valid" => "PostgreSQL იუზერნეიმი და/ან პაროლი არ არის სწორი",
  29. "Set an admin username." => "დააყენეთ ადმინისტრატორის სახელი.",
  30. "Set an admin password." => "დააყენეთ ადმინისტრატორის პაროლი.",
  31. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "თქვენი web სერვერი არ არის კონფიგურირებული ფაილ სინქრონიზაციისთვის, რადგან WebDAV ინტერფეისი შეიძლება იყოს გატეხილი.",
  32. "Please double check the <a href='%s'>installation guides</a>." => "გთხოვთ გადაათვალიეროთ <a href='%s'>ინსტალაციის გზამკვლევი</a>.",
  33. "Could not find category \"%s\"" => "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა",
  34. "seconds ago" => "წამის წინ",
  35. "_%n minute ago_::_%n minutes ago_" => array(""),
  36. "_%n hour ago_::_%n hours ago_" => array(""),
  37. "today" => "დღეს",
  38. "yesterday" => "გუშინ",
  39. "_%n day go_::_%n days ago_" => array(""),
  40. "last month" => "გასულ თვეში",
  41. "_%n month ago_::_%n months ago_" => array(""),
  42. "last year" => "ბოლო წელს",
  43. "years ago" => "წლის წინ",
  44. "A valid username must be provided" => "უნდა მიუთითოთ არსებული მომხმარებლის სახელი",
  45. "A valid password must be provided" => "უნდა მიუთითოთ არსებული პაროლი"
  46. );
  47. $PLURAL_FORMS = "nplurals=1; plural=0;";