nextcloud/apps/files_trashbin/l10n/ka_GE.php
2014-04-16 01:57:34 -04:00

15 line
774 B
PHP
原始文件 Blame 文件歷史

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" => "შეცდომა",
"Deleted Files" => "წაშლილი ფაილები",
"Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!",
"Name" => "სახელი",
"Restore" => "აღდგენა",
"Deleted" => "წაშლილი",
"Delete" => "წაშლა"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";