nextcloud/apps/files_trashbin/l10n/mk.js

19 lines
824 B
JavaScript
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.

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Не можеше трајно да се избрише %s",
"Couldn't restore %s" : "Не можеше да се поврати %s",
"Deleted files" : "Избришани датотеки",
"Restore" : "Поврати",
"Delete" : "Избриши",
"Delete permanently" : "Трајно избришани",
"Error" : "Грешка",
"This operation is forbidden" : "Операцијата не е дозволена",
"restored" : "повратени",
"No entries found in this folder" : "Нема ништо во оваа папка",
"Select all" : "Избери се",
"Name" : "Име",
"Deleted" : "Избришан"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");