nextcloud/apps/files_trashbin/l10n/is.js

24 lines
1.2 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
2015-08-26 11:10:42 +03:00
"Deleted files" : "eyddar skrár",
"Restore" : "Endurheimta",
2015-11-24 09:56:32 +03:00
"Delete" : "Eyða",
2015-08-26 11:10:42 +03:00
"Delete permanently" : "Eyða varanlega",
2016-02-25 09:58:06 +03:00
"This operation is forbidden" : "Þessi aðgerð er bönnuð",
2017-05-24 03:08:22 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu atvikaskrár eða hafðu samband við kerfissjóra",
2015-08-26 11:10:42 +03:00
"restored" : "endurheimt",
2018-10-05 03:12:56 +03:00
"This application enables users to restore files that were deleted from the system." : "Þetta forrit gerir notendum kleift að endurheimta skrár sem eytt hefur verið af kerfinu.",
2015-08-26 11:10:42 +03:00
"No deleted files" : "Engar eyddar skrár",
2018-07-27 03:12:20 +03:00
"You will be able to recover deleted files from here" : "Þú getur endurheimt eyddar skrár héðan",
2015-08-26 11:10:42 +03:00
"No entries found in this folder" : "Engar skrár fundust í þessari möppu",
"Select all" : "Velja allt",
2016-02-25 09:58:06 +03:00
"Name" : "Heiti",
2018-07-31 03:12:12 +03:00
"Actions" : "Aðgerðir",
2018-09-29 03:12:16 +03:00
"Deleted" : "Eytt",
"Couldn't delete %s permanently" : "Ekki tókst að eyða %s varanlega",
"Couldn't restore %s" : "Gat ekki endurheimt %s",
"Error" : "Villa"
},
2015-08-25 19:39:10 +03:00
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");