1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-11 02:11:21 +02:00
nextcloud/apps/files_trashbin/l10n/ka_GE.php
2014-04-16 01:57:34 -04:00

15 Zeilen
774 B
PHP

<?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;";