parent
78a1b987bb
commit
bc2a648f2d
@ -0,0 +1,71 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"There is no error, the file uploaded with success" => "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა", |
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში", |
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში", |
||||
"The uploaded file was only partially uploaded" => "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა", |
||||
"No file was uploaded" => "ფაილი არ აიტვირთა", |
||||
"Missing a temporary folder" => "დროებითი საქაღალდე არ არსებობს", |
||||
"Failed to write to disk" => "შეცდომა დისკზე ჩაწერისას", |
||||
"Files" => "ფაილები", |
||||
"Unshare" => "გაზიარების მოხსნა", |
||||
"Delete" => "წაშლა", |
||||
"Rename" => "გადარქმევა", |
||||
"{new_name} already exists" => "{new_name} უკვე არსებობს", |
||||
"replace" => "შეცვლა", |
||||
"suggest name" => "სახელის შემოთავაზება", |
||||
"cancel" => "უარყოფა", |
||||
"replaced {new_name}" => "{new_name} შეცვლილია", |
||||
"undo" => "დაბრუნება", |
||||
"replaced {new_name} with {old_name}" => "{new_name} შეცვლილია {old_name}–ით", |
||||
"unshared {files}" => "გაზიარება მოხსნილი {files}", |
||||
"deleted {files}" => "წაშლილი {files}", |
||||
"generating ZIP-file, it may take some time." => "ZIP-ფაილის გენერირება, ამას ჭირდება გარკვეული დრო.", |
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "თქვენი ფაილის ატვირთვა ვერ მოხერხდა. ის არის საქაღალდე და შეიცავს 0 ბაიტს", |
||||
"Upload Error" => "შეცდომა ატვირთვისას", |
||||
"Pending" => "მოცდის რეჟიმში", |
||||
"1 file uploading" => "1 ფაილის ატვირთვა", |
||||
"{count} files uploading" => "{count} ფაილი იტვირთება", |
||||
"Upload cancelled." => "ატვირთვა შეჩერებულ იქნა.", |
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას", |
||||
"Invalid name, '/' is not allowed." => "არასწორი სახელი, '/' არ დაიშვება.", |
||||
"{count} files scanned" => "{count} ფაილი სკანირებულია", |
||||
"error while scanning" => "შეცდომა სკანირებისას", |
||||
"Name" => "სახელი", |
||||
"Size" => "ზომა", |
||||
"Modified" => "შეცვლილია", |
||||
"1 folder" => "1 საქაღალდე", |
||||
"{count} folders" => "{count} საქაღალდე", |
||||
"1 file" => "1 ფაილი", |
||||
"{count} files" => "{count} ფაილი", |
||||
"seconds ago" => "წამის წინ", |
||||
"1 minute ago" => "1 წუთის წინ", |
||||
"{minutes} minutes ago" => "{minutes} წუთის წინ", |
||||
"today" => "დღეს", |
||||
"yesterday" => "გუშინ", |
||||
"{days} days ago" => "{days} დღის წინ", |
||||
"last month" => "გასულ თვეში", |
||||
"months ago" => "თვის წინ", |
||||
"last year" => "გასულ წელს", |
||||
"years ago" => "წლის წინ", |
||||
"File handling" => "ფაილის დამუშავება", |
||||
"Maximum upload size" => "მაქსიმუმ ატვირთის ზომა", |
||||
"max. possible: " => "მაქს. შესაძლებელი:", |
||||
"Needed for multi-file and folder downloads." => "საჭიროა მულტი ფაილ ან საქაღალდის ჩამოტვირთვა.", |
||||
"Enable ZIP-download" => "ZIP-Download–ის ჩართვა", |
||||
"0 is unlimited" => "0 is unlimited", |
||||
"Maximum input size for ZIP files" => "ZIP ფაილების მაქსიმუმ დასაშვები ზომა", |
||||
"Save" => "შენახვა", |
||||
"New" => "ახალი", |
||||
"Text file" => "ტექსტური ფაილი", |
||||
"Folder" => "საქაღალდე", |
||||
"From url" => "მისამართიდან", |
||||
"Upload" => "ატვირთვა", |
||||
"Cancel upload" => "ატვირთვის გაუქმება", |
||||
"Nothing in here. Upload something!" => "აქ არაფერი არ არის. ატვირთე რამე!", |
||||
"Share" => "გაზიარება", |
||||
"Download" => "ჩამოტვირთვა", |
||||
"Upload too large" => "ასატვირთი ფაილი ძალიან დიდია", |
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.", |
||||
"Files are being scanned, please wait." => "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ.", |
||||
"Current scanning" => "მიმდინარე სკანირება" |
||||
); |
@ -1,6 +1,6 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Encryption" => "Šifriranje", |
||||
"Exclude the following file types from encryption" => "Naslednje vrste datotek naj se ne šifrirajo", |
||||
"Exclude the following file types from encryption" => "Navedene vrste datotek naj ne bodo šifrirane", |
||||
"None" => "Brez", |
||||
"Enable Encryption" => "Omogoči šifriranje" |
||||
); |
||||
|
@ -0,0 +1,6 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Encryption" => "Шифрування", |
||||
"Exclude the following file types from encryption" => "Не шифрувати файли наступних типів", |
||||
"None" => "Жоден", |
||||
"Enable Encryption" => "Включити шифрування" |
||||
); |
@ -1,9 +1,24 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Access granted" => "Priėjimas suteiktas", |
||||
"Error configuring Dropbox storage" => "Klaida nustatinėjantDropbox talpyklą", |
||||
"Grant access" => "Suteikti priėjimą", |
||||
"Fill out all required fields" => "Užpildykite visus reikalingus laukelius", |
||||
"Please provide a valid Dropbox app key and secret." => "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".", |
||||
"Error configuring Google Drive storage" => "Klaida nustatinėjant Google Drive talpyklą", |
||||
"External Storage" => "Išorinės saugyklos", |
||||
"Mount point" => "Saugyklos pavadinimas", |
||||
"Backend" => "Posistemės pavadinimas", |
||||
"Configuration" => "Konfigūracija", |
||||
"Options" => "Nustatymai", |
||||
"Applicable" => "Pritaikyti", |
||||
"Add mount point" => "Pridėti išorinę saugyklą", |
||||
"None set" => "Nieko nepasirinkta", |
||||
"All Users" => "Visi vartotojai", |
||||
"Groups" => "Grupės", |
||||
"Users" => "Vartotojai", |
||||
"Delete" => "Ištrinti" |
||||
"Delete" => "Ištrinti", |
||||
"Enable User External Storage" => "Įjungti vartotojų išorines saugyklas", |
||||
"Allow users to mount their own external storage" => "Leisti vartotojams pridėti savo išorines saugyklas", |
||||
"SSL root certificates" => "SSL sertifikatas", |
||||
"Import Root Certificate" => "Įkelti pagrindinį sertifikatą" |
||||
); |
||||
|
@ -1,9 +1,9 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Password" => "Geslo", |
||||
"Submit" => "Pošlji", |
||||
"%s shared the folder %s with you" => "%s je dal v souporabo z vami mapo %s", |
||||
"%s shared the file %s with you" => "%s je dal v souporabo z vami datoteko %s", |
||||
"Download" => "Prenesi", |
||||
"%s shared the folder %s with you" => "Oseba %s je določila mapo %s za souporabo", |
||||
"%s shared the file %s with you" => "Oseba %s je določila datoteko %s za souporabo", |
||||
"Download" => "Prejmi", |
||||
"No preview available for" => "Predogled ni na voljo za", |
||||
"web services under your control" => "spletne storitve pod vašim nadzorom" |
||||
); |
||||
|
@ -1,3 +1,8 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Expire all versions" => "Panaikinti visų versijų galiojimą" |
||||
"Expire all versions" => "Panaikinti visų versijų galiojimą", |
||||
"History" => "Istorija", |
||||
"Versions" => "Versijos", |
||||
"This will delete all existing backup versions of your files" => "Tai ištrins visas esamas failo versijas", |
||||
"Files Versioning" => "Failų versijos", |
||||
"Enable" => "Įjungti" |
||||
); |
||||
|
@ -0,0 +1,8 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Expire all versions" => "Термін дії всіх версій", |
||||
"History" => "Історія", |
||||
"Versions" => "Версії", |
||||
"This will delete all existing backup versions of your files" => "Це призведе до знищення всіх існуючих збережених версій Ваших файлів", |
||||
"Files Versioning" => "Версії файлів", |
||||
"Enable" => "Включити" |
||||
); |
@ -1,37 +1,37 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Host" => "Gostitelj", |
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol lahko izpustite, razen če zahtevate SSL. V tem primeru začnite z ldaps://", |
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://", |
||||
"Base DN" => "Osnovni DN", |
||||
"You can specify Base DN for users and groups in the Advanced tab" => "Osnovni DN za uporabnike in skupine lahko določite v zavihku Napredno", |
||||
"User DN" => "Uporabnik 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 uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za anonimni dostop pustite polji DN in geslo prazni.", |
||||
"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 uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za anonimni dostop sta polji DN in geslo prazni.", |
||||
"Password" => "Geslo", |
||||
"For anonymous access, leave DN and Password empty." => "Za anonimni dostop pustite polji DN in geslo prazni.", |
||||
"For anonymous access, leave DN and Password empty." => "Za anonimni dostop sta polji DN in geslo prazni.", |
||||
"User Login Filter" => "Filter prijav uporabnikov", |
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Določi filter uporabljen pri prijavi. %%uid nadomesti uporaniško ime pri prijavi.", |
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "Uporabite ogrado %%uid, npr. \"uid=%%uid\".", |
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Določi filter, uporabljen pri prijavi. %%uid nadomesti uporabniško ime za prijavo.", |
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "Uporabite vsebnik %%uid, npr. \"uid=%%uid\".", |
||||
"User List Filter" => "Filter seznama uporabnikov", |
||||
"Defines the filter to apply, when retrieving users." => "Določi filter za uporabo med pridobivanjem uporabnikov.", |
||||
"without any placeholder, e.g. \"objectClass=person\"." => "Brez katerekoli ograde, npr. \"objectClass=person\".", |
||||
"without any placeholder, e.g. \"objectClass=person\"." => "Brez kateregakoli vsebnika, npr. \"objectClass=person\".", |
||||
"Group Filter" => "Filter skupin", |
||||
"Defines the filter to apply, when retrieving groups." => "Določi filter za uporabo med pridobivanjem skupin.", |
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "Brez katerekoli ograde, npr. \"objectClass=posixGroup\".", |
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "Brez katerekoli vsebnika, npr. \"objectClass=posixGroup\".", |
||||
"Port" => "Vrata", |
||||
"Base User Tree" => "Osnovno uporabniško drevo", |
||||
"Base Group Tree" => "Osnovno drevo skupine", |
||||
"Group-Member association" => "Povezava člana skupine", |
||||
"Use TLS" => "Uporabi TLS", |
||||
"Do not use it for SSL connections, it will fail." => "Ne uporabljajte ga za SSL povezave, saj ne bo delovalo.", |
||||
"Case insensitve LDAP server (Windows)" => "LDAP strežnik je neobčutljiv na velikost črk (Windows)", |
||||
"Turn off SSL certificate validation." => "Onemogoči potrditev veljavnosti SSL certifikata.", |
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Če povezava deluje samo s to možnostjo, uvozite SSL potrdilo iz LDAP strežnika v vaš ownCloud strežnik.", |
||||
"Not recommended, use for testing only." => "Odsvetovano, uporabite le v namene preizkušanja.", |
||||
"Do not use it for SSL connections, it will fail." => "Uporaba SSL za povezave bo spodletela.", |
||||
"Case insensitve LDAP server (Windows)" => "Strežnik LDAP ne upošteva velikosti črk (Windows)", |
||||
"Turn off SSL certificate validation." => "Onemogoči potrditev veljavnosti potrdila SSL.", |
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "V primeru, da povezava deluje le s to možnostjo, uvozite potrdilo SSL iz strežnika LDAP na vaš strežnik ownCloud.", |
||||
"Not recommended, use for testing only." => "Dejanje ni priporočeno; uporabljeno naj bo le za preizkušanje delovanja.", |
||||
"User Display Name Field" => "Polje za uporabnikovo prikazano ime", |
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP atribut uporabljen pri ustvarjanju ownCloud uporabniških imen.", |
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribut LDAP, uporabljen pri ustvarjanju uporabniških imen ownCloud.", |
||||
"Group Display Name Field" => "Polje za prikazano ime skupine", |
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP atribut uporabljen pri ustvarjanju ownCloud imen skupin.", |
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atribut LDAP, uporabljen pri ustvarjanju imen skupin ownCloud.", |
||||
"in bytes" => "v bajtih", |
||||
"in seconds. A change empties the cache." => "v sekundah. Sprememba izprazni predpomnilnik.", |
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Pustite prazno za uporabniško ime (privzeto). V nasprotnem primeru navedite LDAP/AD atribut.", |
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Pustite prazno za uporabniško ime (privzeto). V nasprotnem primeru navedite atribut LDAP/AD.", |
||||
"Help" => "Pomoč" |
||||
); |
||||
|
@ -1,9 +1,36 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Host" => "主机", |
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "可以忽略协议,但如要使用SSL,则需以ldaps://开头", |
||||
"Base DN" => "Base DN", |
||||
"You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡里为用户和组指定Base DN", |
||||
"User DN" => "User 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\n如需匿名访问,将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\"", |
||||
"Port" => "端口", |
||||
"Base User Tree" => "基础用户树", |
||||
"Base Group Tree" => "基础组树", |
||||
"Group-Member association" => "组成员关联", |
||||
"Use TLS" => "使用TLS", |
||||
"Do not use it for SSL connections, it will fail." => "不要在SSL链接中使用此选项,会导致失败。", |
||||
"Case insensitve LDAP server (Windows)" => "大小写敏感LDAP服务器(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." => "如果链接仅在此选项时可用,在您的ownCloud服务器中导入LDAP服务器的SSL证书。", |
||||
"Not recommended, use for testing only." => "暂不推荐,仅供测试", |
||||
"User Display Name Field" => "用户显示名称字段", |
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "用来生成用户的ownCloud名称的 LDAP属性", |
||||
"Group Display Name Field" => "组显示名称字段", |
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "用来生成组的ownCloud名称的LDAP属性", |
||||
"in bytes" => "字节数", |
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "将用户名称留空(默认)。否则指定一个LDAP/AD属性", |
||||
"Help" => "帮助" |
||||
); |
||||
|
@ -0,0 +1,92 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Application name not provided." => "აპლიკაციის სახელი არ არის განხილული", |
||||
"No category to add?" => "არ არის კატეგორია დასამატებლად?", |
||||
"This category already exists: " => "კატეგორია უკვე არსებობს", |
||||
"Settings" => "პარამეტრები", |
||||
"January" => "იანვარი", |
||||
"February" => "თებერვალი", |
||||
"March" => "მარტი", |
||||
"April" => "აპრილი", |
||||
"May" => "მაისი", |
||||
"June" => "ივნისი", |
||||
"July" => "ივლისი", |
||||
"August" => "აგვისტო", |
||||
"September" => "სექტემბერი", |
||||
"October" => "ოქტომბერი", |
||||
"November" => "ნოემბერი", |
||||
"December" => "დეკემბერი", |
||||
"Choose" => "არჩევა", |
||||
"Cancel" => "უარყოფა", |
||||
"No" => "არა", |
||||
"Yes" => "კი", |
||||
"Ok" => "დიახ", |
||||
"No categories selected for deletion." => "სარედაქტირებელი კატეგორია არ არის არჩეული ", |
||||
"Error" => "შეცდომა", |
||||
"Error while sharing" => "შეცდომა გაზიარების დროს", |
||||
"Error while unsharing" => "შეცდომა გაზიარების გაუქმების დროს", |
||||
"Error while changing permissions" => "შეცდომა დაშვების ცვლილების დროს", |
||||
"Share with" => "გაუზიარე", |
||||
"Share with link" => "გაუზიარე ლინკით", |
||||
"Password protect" => "პაროლით დაცვა", |
||||
"Password" => "პაროლი", |
||||
"Set expiration date" => "მიუთითე ვადის გასვლის დრო", |
||||
"Expiration date" => "ვადის გასვლის დრო", |
||||
"Share via email:" => "გააზიარე მეილზე", |
||||
"No people found" => "გვერდი არ არის ნაპოვნი", |
||||
"Resharing is not allowed" => "მეორეჯერ გაზიარება არ არის დაშვებული", |
||||
"Unshare" => "გაზიარების მოხსნა", |
||||
"can edit" => "შეგიძლია შეცვლა", |
||||
"access control" => "დაშვების კონტროლი", |
||||
"create" => "შექმნა", |
||||
"update" => "განახლება", |
||||
"delete" => "წაშლა", |
||||
"share" => "გაზიარება", |
||||
"Password protected" => "პაროლით დაცული", |
||||
"Error unsetting expiration date" => "შეცდომა ვადის გასვლის მოხსნის დროს", |
||||
"Error setting expiration date" => "შეცდომა ვადის გასვლის მითითების დროს", |
||||
"ownCloud password reset" => "ownCloud პაროლის შეცვლა", |
||||
"Use the following link to reset your password: {link}" => "გამოიყენე შემდეგი ლინკი პაროლის შესაცვლელად: {link}", |
||||
"You will receive a link to reset your password via Email." => "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", |
||||
"Requested" => "მოთხოვნილი", |
||||
"Login failed!" => "შესვლა ვერ მოხერხდა!", |
||||
"Username" => "მომხმარებელი", |
||||
"Request reset" => "რესეტის მოთხოვნა", |
||||
"Your password was reset" => "თქვენი პაროლი შეცვლილია", |
||||
"To login page" => "შესვლის გვერდზე", |
||||
"New password" => "ახალი პაროლი", |
||||
"Reset password" => "პაროლის რესეტი", |
||||
"Personal" => "პირადი", |
||||
"Users" => "მომხმარებლები", |
||||
"Apps" => "აპლიკაციები", |
||||
"Admin" => "ადმინი", |
||||
"Help" => "დახმარება", |
||||
"Access forbidden" => "წვდომა აკრძალულია", |
||||
"Cloud not found" => "ღრუბელი არ არსებობს", |
||||
"Edit categories" => "კატეგორიების რედაქტირება", |
||||
"Add" => "დამატება", |
||||
"Security Warning" => "უსაფრთხოების გაფრთხილება", |
||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "შემთხვევითი სიმბოლოების გენერატორი არ არსებობს, გთხოვთ ჩართოთ PHP OpenSSL გაფართოება.", |
||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "შემთხვევითი სიმბოლოების გენერატორის გარეშე, შემტევმა შეიძლება ამოიცნოს თქვენი პაროლი შეგიცვალოთ ის და დაეუფლოს თქვენს ექაუნთს.", |
||||
"Create an <strong>admin account</strong>" => "შექმენი ადმინ ექაუნტი", |
||||
"Advanced" => "Advanced", |
||||
"Data folder" => "მონაცემთა საქაღალდე", |
||||
"Configure the database" => "ბაზის კონფიგურირება", |
||||
"will be used" => "გამოყენებული იქნება", |
||||
"Database user" => "ბაზის მომხმარებელი", |
||||
"Database password" => "ბაზის პაროლი", |
||||
"Database name" => "ბაზის სახელი", |
||||
"Database tablespace" => "ბაზის ცხრილის ზომა", |
||||
"Database host" => "ბაზის ჰოსტი", |
||||
"Finish setup" => "კონფიგურაციის დასრულება", |
||||
"web services under your control" => "თქვენი კონტროლის ქვეშ მყოფი ვებ სერვისები", |
||||
"Log out" => "გამოსვლა", |
||||
"Automatic logon rejected!" => "ავტომატური შესვლა უარყოფილია!", |
||||
"Lost your password?" => "დაგავიწყდათ პაროლი?", |
||||
"remember" => "დამახსოვრება", |
||||
"Log in" => "შესვლა", |
||||
"You are logged out." => "თქვენ გამოხვედით სისტემიდან", |
||||
"prev" => "წინა", |
||||
"next" => "შემდეგი", |
||||
"Security Warning!" => "უსაფრთხოების გაფრთხილება!", |
||||
"Verify" => "შემოწმება" |
||||
); |
@ -0,0 +1,13 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Help" => "დახმარება", |
||||
"Personal" => "პირადი", |
||||
"Settings" => "პარამეტრები", |
||||
"Users" => "მომხმარებელი", |
||||
"Apps" => "აპლიკაციები", |
||||
"Admin" => "ადმინისტრატორი", |
||||
"months ago" => "თვის წინ", |
||||
"last year" => "ბოლო წელს", |
||||
"years ago" => "წლის წინ", |
||||
"up to date" => "განახლებულია", |
||||
"updates check is disabled" => "განახლების ძებნა გათიშულია" |
||||
); |
@ -0,0 +1,70 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Unable to load list from App Store" => "აპლიკაციების სია ვერ ჩამოიტვირთა App Store", |
||||
"Group already exists" => "ჯგუფი უკვე არსებობს", |
||||
"Unable to add group" => "ჯგუფის დამატება ვერ მოხერხდა", |
||||
"Could not enable app. " => "ვერ მოხერხდა აპლიკაციის ჩართვა.", |
||||
"Email saved" => "იმეილი შენახულია", |
||||
"Invalid email" => "არასწორი იმეილი", |
||||
"OpenID Changed" => "OpenID შეცვლილია", |
||||
"Invalid request" => "არასწორი მოთხოვნა", |
||||
"Unable to delete group" => "ჯგუფის წაშლა ვერ მოხერხდა", |
||||
"Authentication error" => "ავთენტიფიკაციის შეცდომა", |
||||
"Unable to delete user" => "მომხმარებლის წაშლა ვერ მოხერხდა", |
||||
"Language changed" => "ენა შეცვლილია", |
||||
"Unable to add user to group %s" => "მომხმარებლის დამატება ვერ მოხეხდა ჯგუფში %s", |
||||
"Unable to remove user from group %s" => "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", |
||||
"Disable" => "გამორთვა", |
||||
"Enable" => "ჩართვა", |
||||
"Saving..." => "შენახვა...", |
||||
"__language_name__" => "__language_name__", |
||||
"Security Warning" => "უსაფრთხოების გაფრთხილება", |
||||
"Cron" => "Cron", |
||||
"Execute one task with each page loaded" => "გაუშვი თითო მოქმედება ყველა ჩატვირთულ გვერდზე", |
||||
"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php რეგისტრირებულია webcron servisad. Call the cron.php page in the owncloud root once a minute over http.", |
||||
"Sharing" => "გაზიარება", |
||||
"Enable Share API" => "Share API–ის ჩართვა", |
||||
"Allow apps to use the Share API" => "დაუშვი აპლიკაციების უფლება Share API –ზე", |
||||
"Allow links" => "ლინკების დაშვება", |
||||
"Allow users to share items to the public with links" => "მიეცი მომხმარებლებს უფლება რომ გააზიაროს ელემენტები საჯაროდ ლინკებით", |
||||
"Allow resharing" => "გადაზიარების დაშვება", |
||||
"Allow users to share items shared with them again" => "მიეცით მომხმარებლებს უფლება რომ გააზიაროს მისთვის დაზიარებული", |
||||
"Allow users to share with anyone" => "მიეცით უფლება მომხმარებლებს გააზიაროს ყველასთვის", |
||||
"Allow users to only share with users in their groups" => "მიეცით უფლება მომხმარებლებს რომ გააზიაროს მხოლოდ თავიანთი ჯგუფისთვის", |
||||
"Log" => "ლოგი", |
||||
"More" => "უფრო მეტი", |
||||
"Add your App" => "დაამატე შენი აპლიკაცია", |
||||
"More Apps" => "უფრო მეტი აპლიკაციები", |
||||
"Select an App" => "აირჩიეთ აპლიკაცია", |
||||
"See application page at apps.owncloud.com" => "ნახეთ აპლიკაციის გვერდი apps.owncloud.com –ზე", |
||||
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-ლიცენსირებულია <span class=\"author\"></span>", |
||||
"Documentation" => "დოკუმენტაცია", |
||||
"Managing Big Files" => "დიდი ფაილების მენეჯმენტი", |
||||
"Ask a question" => "დასვით შეკითხვა", |
||||
"Problems connecting to help database." => "დახმარების ბაზასთან წვდომის პრობლემა", |
||||
"Go there manually." => "წადი იქ შენით.", |
||||
"Answer" => "პასუხი", |
||||
"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "თქვენ გამოყენებული გაქვთ <strong>%s</strong> –ი –<strong>%s<strong>–დან", |
||||
"Desktop and Mobile Syncing Clients" => "დესკტოპ და მობილური კლიენტების სინქრონიზაცია", |
||||
"Download" => "ჩამოტვირთვა", |
||||
"Your password was changed" => "თქვენი პაროლი შეიცვალა", |
||||
"Unable to change your password" => "თქვენი პაროლი არ შეიცვალა", |
||||
"Current password" => "მიმდინარე პაროლი", |
||||
"New password" => "ახალი პაროლი", |
||||
"show" => "გამოაჩინე", |
||||
"Change password" => "პაროლის შეცვლა", |
||||
"Email" => "იმეილი", |
||||
"Your email address" => "თქვენი იმეილ მისამართი", |
||||
"Fill in an email address to enable password recovery" => "შეავსეთ იმეილ მისამართის ველი პაროლის აღსადგენად", |
||||
"Language" => "ენა", |
||||
"Help translate" => "თარგმნის დახმარება", |
||||
"use this address to connect to your ownCloud in your file manager" => "გამოიყენე შემდეგი მისამართი ownCloud–თან დასაკავშირებლად შენს ფაილმენეჯერში", |
||||
"Name" => "სახელი", |
||||
"Password" => "პაროლი", |
||||
"Groups" => "ჯგუფი", |
||||
"Create" => "შექმნა", |
||||
"Default Quota" => "საწყისი ქვოტა", |
||||
"Other" => "სხვა", |
||||
"Group Admin" => "ჯგუფის ადმინისტრატორი", |
||||
"Quota" => "ქვოტა", |
||||
"Delete" => "წაშლა" |
||||
); |
Loading…
Reference in new issue