nextcloud/apps/files_trashbin/l10n/ka_GE.js

15 lines
638 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "ფაილი %sის სრულად წაშლა ვერ მოხერხდა",
"Couldn't restore %s" : "%sის აღდგენა ვერ მოხერხდა",
"Deleted files" : "წაშლილი ფაილები",
"Restore" : "აღდგენა",
2015-11-24 09:56:32 +03:00
"Delete" : "წაშლა",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "სრულად წაშლა",
"Error" : "შეცდომა",
"Name" : "სახელი",
2015-11-24 09:56:32 +03:00
"Deleted" : "წაშლილი"
},
"nplurals=1; plural=0;");