parent
c829a9c156
commit
d0b3e8aceb
@ -1,9 +1,9 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Password" => "Palavra-Passe", |
||||
"Password" => "Password", |
||||
"Submit" => "Submeter", |
||||
"%s shared the folder %s with you" => "%s partilhou a pasta %s consigo", |
||||
"%s shared the file %s with you" => "%s partilhou o ficheiro %s consigo", |
||||
"Download" => "Descarregar", |
||||
"Download" => "Transferir", |
||||
"No preview available for" => "Não há pré-visualização para", |
||||
"web services under your control" => "serviços web sob o seu controlo" |
||||
); |
||||
|
@ -1,6 +1,75 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Deletion failed" => "წაშლის ველი", |
||||
"Failed to delete the server configuration" => "შეცდომა სერვერის კონფიგურაციის წაშლისას", |
||||
"The configuration is valid and the connection could be established!" => "კონფიგურაცია მართებულია და კავშირი დამყარდება!", |
||||
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები.", |
||||
"The configuration is invalid. Please look in the ownCloud log for further details." => "კონფიგურაცია არ არის მართებული. გთხოვთ ჩაიხედოთ დეტალური ინფორმაციისთვის ownCloud –ის ლოგში.", |
||||
"Deletion failed" => "წაშლა ვერ განხორციელდა", |
||||
"Take over settings from recent server configuration?" => "დაბრუნდებით სერვერის წინა კონფიგურაციაში?", |
||||
"Keep settings?" => "დავტოვოთ პარამეტრები?", |
||||
"Cannot add server configuration" => "სერვერის პარამეტრების დამატება ვერ მოხერხდა", |
||||
"Connection test succeeded" => "კავშირის ტესტირება მოხერხდა", |
||||
"Connection test failed" => "კავშირის ტესტირება ვერ მოხერხდა", |
||||
"Do you really want to delete the current Server Configuration?" => "ნამდვილად გინდათ წაშალოთ სერვერის მიმდინარე პარამეტრები?", |
||||
"Confirm Deletion" => "წაშლის დადასტურება", |
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>გაფრთხილება:</b> აპლიკაციის user_ldap და user_webdavauth არათავსებადია. თქვენ შეიძლება შეეჩეხოთ მოულოდნელ შშედეგებს. თხოვეთ თქვენს ადმინისტრატორს ჩათიშოს ერთერთი.", |
||||
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>გაფრთხილება:</b> PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", |
||||
"Server configuration" => "სერვერის პარამეტრები", |
||||
"Add Server Configuration" => "სერვერის პარამეტრების დამატება", |
||||
"Host" => "ჰოსტი", |
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "თქვენ შეგიძლიათ გამოტოვოთ პროტოკოლი. გარდა ამისა გჭირდებათ SSL. შემდეგ დაიწყეთ ldaps://", |
||||
"Base DN" => "საწყისი DN", |
||||
"One Base DN per line" => "ერთი საწყისი DN ერთ ხაზზე", |
||||
"You can specify Base DN for users and groups in the Advanced tab" => "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის Advanced ტაბში", |
||||
"User DN" => "მომხმარებლის DN", |
||||
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "მომხმარებლის DN რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", |
||||
"Password" => "პაროლი", |
||||
"For anonymous access, leave DN and Password empty." => "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", |
||||
"User Login Filter" => "მომხმარებლის ფილტრი", |
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "როცა შემოსვლა განხორციელდება ასეიძლება მოვახდინოთ გაფილტვრა. %%uid შეიცვლება იუზერნეიმით მომხმარებლის ველში.", |
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "გამოიყენეთ %%uid დამასრულებელი მაგ: \"uid=%%uid\"", |
||||
"User List Filter" => "მომხმარებლებიის სიის ფილტრი", |
||||
"Defines the filter to apply, when retrieving users." => "გაფილტვრა განხორციელდება, როცა მომხმარებლების სია ჩამოიტვირთება.", |
||||
"without any placeholder, e.g. \"objectClass=person\"." => "ყოველგვარი დამასრულებელის გარეშე, მაგ: \"objectClass=person\".", |
||||
"Group Filter" => "ჯგუფის ფილტრი", |
||||
"Defines the filter to apply, when retrieving groups." => "გაფილტვრა განხორციელდება, როცა ჯგუფის სია ჩამოიტვირთება.", |
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "ყოველგვარი დამასრულებელის გარეშე, მაგ: \"objectClass=posixGroup\".", |
||||
"Connection Settings" => "კავშირის პარამეტრები", |
||||
"Configuration Active" => "კონფიგურაცია აქტიურია", |
||||
"When unchecked, this configuration will be skipped." => "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", |
||||
"Port" => "პორტი", |
||||
"Backup (Replica) Host" => "ბექაფ (რეპლიკა) ჰოსტი", |
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "მიუთითეთ რაიმე ბექაფ ჰოსტი. ის უნდა იყოს ძირითადი LDAP/AD სერვერის რეპლიკა.", |
||||
"Backup (Replica) Port" => "ბექაფ (რეპლიკა) პორტი", |
||||
"Disable Main Server" => "გამორთეთ ძირითადი სერვერი", |
||||
"When switched on, ownCloud will only connect to the replica server." => "როცა მონიშნულია, ownCloud დაუკავშირდება მხოლოდ რეპლიკა სერვერს.", |
||||
"Use TLS" => "გამოიყენეთ TLS", |
||||
"Do not use it additionally for LDAPS connections, it will fail." => "არ გამოიყენოთ დამატებით LDAPS კავშირი. ის წარუმატებლად დასრულდება.", |
||||
"Case insensitve LDAP server (Windows)" => "LDAP server (Windows)", |
||||
"Turn off SSL certificate validation." => "გამორთეთ SSL სერთიფიკატის ვალიდაცია.", |
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "იმ შემთხვევაში თუ მუშაობს მხოლოდ ეს ოფცია, დააიმპორტეთ LDAP სერვერის SSL სერთიფიკატი თქვენს ownCloud სერვერზე.", |
||||
"Not recommended, use for testing only." => "არ არის რეკომენდირებული, გამოიყენეთ მხოლოდ სატესტოდ.", |
||||
"Cache Time-To-Live" => "ქეშის სიცოცხლის ხანგრძლივობა", |
||||
"in seconds. A change empties the cache." => "წამებში. ცვლილება ასუფთავებს ქეშს.", |
||||
"Directory Settings" => "დირექტორიის პარამეტრები", |
||||
"User Display Name Field" => "მომხმარებლის დისფლეის სახელის ფილდი", |
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP ატრიბუტი მომხმარებლის ownCloud სახელის გენერაციისთვის.", |
||||
"Base User Tree" => "ძირითად მომხმარებელთა სია", |
||||
"One User Base DN per line" => "ერთი მომხმარებლის საწყისი DN ერთ ხაზზე", |
||||
"User Search Attributes" => "მომხმარებლის ძებნის ატრიბუტი", |
||||
"Optional; one attribute per line" => "ოფციონალური; თითო ატრიბუტი თითო ხაზზე", |
||||
"Group Display Name Field" => "ჯგუფის დისფლეის სახელის ფილდი", |
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP ატრიბუტი ჯგუფის ownCloud სახელის გენერაციისთვის.", |
||||
"Base Group Tree" => "ძირითად ჯგუფთა სია", |
||||
"One Group Base DN per line" => "ერთი ჯგუფის საწყისი DN ერთ ხაზზე", |
||||
"Group Search Attributes" => "ჯგუფური ძებნის ატრიბუტი", |
||||
"Group-Member association" => "ჯგუფის წევრობის ასოციაცია", |
||||
"Special Attributes" => "სპეციალური ატრიბუტები", |
||||
"Quota Field" => "ქვოტას ველი", |
||||
"Quota Default" => "საწყისი ქვოტა", |
||||
"in bytes" => "ბაიტებში", |
||||
"Email Field" => "იმეილის ველი", |
||||
"User Home Folder Naming Rule" => "მომხმარებლის Home დირექტორიის სახელების დარქმევის წესი", |
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "დატოვეთ ცარიელი მომხმარებლის სახელი (default). სხვა დანარჩენში მიუთითეთ LDAP/AD ატრიბუტი.", |
||||
"Test Configuration" => "კავშირის ტესტირება", |
||||
"Help" => "დახმარება" |
||||
); |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue