nextcloud/apps/files_trashbin/l10n/ka_GE.php

15 lines
774 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "ფაილი %sის სრულად წაშლა ვერ მოხერხდა",
"Couldn't restore %s" => "%sის აღდგენა ვერ მოხერხდა",
"Deleted files" => "წაშლილი ფაილები",
"Error" => "შეცდომა",
"Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!",
"Name" => "სახელი",
"Restore" => "აღდგენა",
"Deleted" => "წაშლილი",
"Delete" => "წაშლა",
"Deleted Files" => "წაშლილი ფაილები"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";