1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- $TRANSLATIONS = array(
- "Could not move %s - File with this name already exists" => "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს",
- "Could not move %s" => "%s –ის გადატანა ვერ მოხერხდა",
- "File name cannot be empty." => "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
- "No file was uploaded. Unknown error" => "ფაილი არ აიტვირთა. უცნობი შეცდომა",
- "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" => "შეცდომა დისკზე ჩაწერისას",
- "Not enough storage available" => "საცავში საკმარისი ადგილი არ არის",
- "Invalid directory." => "დაუშვებელი დირექტორია.",
- "Files" => "ფაილები",
- "Not enough space available" => "საკმარისი ადგილი არ არის",
- "Upload cancelled." => "ატვირთვა შეჩერებულ იქნა.",
- "File upload is in progress. Leaving the page now will cancel the upload." => "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას",
- "{new_name} already exists" => "{new_name} უკვე არსებობს",
- "Share" => "გაზიარება",
- "Delete permanently" => "სრულად წაშლა",
- "Rename" => "გადარქმევა",
- "Pending" => "მოცდის რეჟიმში",
- "replaced {new_name} with {old_name}" => "{new_name} შეცვლილია {old_name}–ით",
- "undo" => "დაბრუნება",
- "_%n folder_::_%n folders_" => array(""),
- "_%n file_::_%n files_" => array(""),
- "_Uploading %n file_::_Uploading %n files_" => array(""),
- "'.' is an invalid file name." => "'.' არის დაუშვებელი ფაილის სახელი.",
- "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "არადაშვებადი სახელი, '\\', '/', '<', '>', ':', '\"', '|', '?' და '*' არ არის დაიშვებული.",
- "Your storage is full, files can not be updated or synced anymore!" => "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!",
- "Your storage is almost full ({usedSpacePercent}%)" => "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)",
- "Your download is being prepared. This might take some time if the files are big." => "გადმოწერის მოთხოვნა მუშავდება. ის მოითხოვს გარკვეულ დროს რაგდან ფაილები არის დიდი ზომის.",
- "Error" => "შეცდომა",
- "Name" => "სახელი",
- "Size" => "ზომა",
- "Modified" => "შეცვლილია",
- "Upload" => "ატვირთვა",
- "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" => "ტექსტური ფაილი",
- "New folder" => "ახალი ფოლდერი",
- "Folder" => "საქაღალდე",
- "From link" => "მისამართიდან",
- "Deleted files" => "წაშლილი ფაილები",
- "Cancel upload" => "ატვირთვის გაუქმება",
- "Nothing in here. Upload something!" => "აქ არაფერი არ არის. ატვირთე რამე!",
- "Download" => "ჩამოტვირთვა",
- "Delete" => "წაშლა",
- "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" => "მიმდინარე სკანირება",
- "Upgrading filesystem cache..." => "ფაილური სისტემის ქეშის განახლება...."
- );
- $PLURAL_FORMS = "nplurals=1; plural=0;";
|