server/apps/files_trashbin/l10n/is.js

24 lines
1.2 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
2015-08-26 08:10:42 +00:00
"Deleted files" : "eyddar skrár",
"Restore" : "Endurheimta",
2015-11-24 06:56:32 +00:00
"Delete" : "Eyða",
2015-08-26 08:10:42 +00:00
"Delete permanently" : "Eyða varanlega",
2016-02-25 06:58:06 +00:00
"This operation is forbidden" : "Þessi aðgerð er bönnuð",
2017-05-24 00:08:22 +00: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 08:10:42 +00:00
"restored" : "endurheimt",
2018-10-05 00:12:56 +00: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 08:10:42 +00:00
"No deleted files" : "Engar eyddar skrár",
2018-07-27 00:12:20 +00:00
"You will be able to recover deleted files from here" : "Þú getur endurheimt eyddar skrár héðan",
2015-08-26 08:10:42 +00:00
"No entries found in this folder" : "Engar skrár fundust í þessari möppu",
"Select all" : "Velja allt",
2016-02-25 06:58:06 +00:00
"Name" : "Heiti",
2018-07-31 00:12:12 +00:00
"Actions" : "Aðgerðir",
2018-09-29 00:12:16 +00: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 16:39:10 +00:00
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");