[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-02-14 01:07:39 +00:00
parent b3e42a6609
commit ff591d5a64
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
58 changed files with 1000 additions and 196 deletions

View File

@ -2,6 +2,7 @@ OC.L10N.register(
"comments",
{
"Comments" : "Athugasemdir",
"Unknown user" : "Óþekktur notandi",
"New comment …" : "Ný athugasemd ...",
"Delete comment" : "Eyða athugasemd",
"Post" : "Senda",
@ -15,11 +16,20 @@ OC.L10N.register(
"Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}",
"Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
"Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
"_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
"Comment" : "Athugasemd",
"You commented" : "Þú settir inn athugasemd",
"%1$s commented" : "%1$s setti inn athugasemd",
"{author} commented" : "{author} setti inn athugasemd",
"You commented on %1$s" : "Þú settir inn athugasemd við %1$s",
"You commented on {file}" : "Þú settir inn athugasemd við {file}",
"%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
"{author} commented on {file}" : "{author} setti inn athugasemd við {file}",
"<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
"A (now) deleted user mentioned you in a comment on “%s”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”",
"Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
"No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
"More comments..." : "Fleiri athugasemdir...",

View File

@ -1,5 +1,6 @@
{ "translations": {
"Comments" : "Athugasemdir",
"Unknown user" : "Óþekktur notandi",
"New comment …" : "Ný athugasemd ...",
"Delete comment" : "Eyða athugasemd",
"Post" : "Senda",
@ -13,11 +14,20 @@
"Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}",
"Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
"Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
"_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
"Comment" : "Athugasemd",
"You commented" : "Þú settir inn athugasemd",
"%1$s commented" : "%1$s setti inn athugasemd",
"{author} commented" : "{author} setti inn athugasemd",
"You commented on %1$s" : "Þú settir inn athugasemd við %1$s",
"You commented on {file}" : "Þú settir inn athugasemd við {file}",
"%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
"{author} commented on {file}" : "{author} setti inn athugasemd við {file}",
"<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
"A (now) deleted user mentioned you in a comment on “%s”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”",
"Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
"No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
"More comments..." : "Fleiri athugasemdir...",

View File

@ -36,4 +36,4 @@ OC.L10N.register(
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
"You commented on %2$s" : "Skomentowałeś %2$s"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -33,5 +33,5 @@
"More comments..." : "Więcej komentarzy...",
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
"You commented on %2$s" : "Skomentowałeś %2$s"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -60,4 +60,4 @@ OC.L10N.register(
"Enabled" : "Włączone",
"Disabled" : "Wyłączone"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -57,5 +57,5 @@
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła",
"Enabled" : "Włączone",
"Disabled" : "Wyłączone"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -7,6 +7,7 @@ OC.L10N.register(
"Remote share password" : "Lykilorð fjartengdrar sameignar",
"Cancel" : "Hætta við",
"Add remote share" : "Bæta við fjartengdri sameign",
"Copy" : "Afrita",
"Copied!" : "Afritað!",
"Not supported!" : "Ekki stutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
@ -26,7 +27,12 @@ OC.L10N.register(
"Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s",
"Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda",
"File is already shared with %s" : "Skránni er þegar deilt með %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.",
"Could not find share" : "Gat ekki fundið sameign",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s (fyrir hönd %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Þú tókst við {share} sem fjartengdri sameign frá {user} (fyrir hönd {behalf})",
"You received \"%3$s\" as a remote share from %1$s" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s",
"You received {share} as a remote share from {user}" : "Þú tókst við {share} sem fjartengdri sameign frá {user}",
"Accept" : "Samþykkja",
"Decline" : "Hafna",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID, sjá %s",
@ -35,6 +41,7 @@ OC.L10N.register(
"Open documentation" : "Opna hjálparskjöl",
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna",
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
"Search global and public address book for users" : "Leita að notendum í víðværri og opinberri vistfangaskrá",
"Federated Cloud" : "Skýjasamband (federated)",
"Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):",
"Share it:" : "Deila því:",

View File

@ -5,6 +5,7 @@
"Remote share password" : "Lykilorð fjartengdrar sameignar",
"Cancel" : "Hætta við",
"Add remote share" : "Bæta við fjartengdri sameign",
"Copy" : "Afrita",
"Copied!" : "Afritað!",
"Not supported!" : "Ekki stutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
@ -24,7 +25,12 @@
"Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s",
"Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda",
"File is already shared with %s" : "Skránni er þegar deilt með %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.",
"Could not find share" : "Gat ekki fundið sameign",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s (fyrir hönd %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Þú tókst við {share} sem fjartengdri sameign frá {user} (fyrir hönd {behalf})",
"You received \"%3$s\" as a remote share from %1$s" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s",
"You received {share} as a remote share from {user}" : "Þú tókst við {share} sem fjartengdri sameign frá {user}",
"Accept" : "Samþykkja",
"Decline" : "Hafna",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID, sjá %s",
@ -33,6 +39,7 @@
"Open documentation" : "Opna hjálparskjöl",
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna",
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
"Search global and public address book for users" : "Leita að notendum í víðværri og opinberri vistfangaskrá",
"Federated Cloud" : "Skýjasamband (federated)",
"Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):",
"Share it:" : "Deila því:",

View File

@ -52,4 +52,4 @@ OC.L10N.register(
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -49,5 +49,5 @@
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s (w imieniu %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Otrzymałeś \"/%3$s\" w zdalnym udziale z %1$s"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -8,12 +8,12 @@ OC.L10N.register(
"Federation" : "Samband",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
"Add server automatically once a federated share was created successfully" : "Bæta þjóni við sjálfkrafa, hafi tekist að búa til sambandssameign",
"Trusted servers" : "Treystir þjónar",
"+ Add trusted server" : "+ Bæta við treystum þjóni",
"Trusted server" : "Treystur þjónn",
"Add" : "Bæta við",
"Trusted Servers" : "Treystir þjónar",
"+ Add Nextcloud server" : "+ Bæta við Nextcloud þjóni",
"Nextcloud Server" : "Nextcloud þjónn",
"Server added to the list of trusted Nextclouds" : "Þjóninum bætt við listann yfir treyst Nextcloud-ský",
"No Nextcloud server found" : "Enginn Nextcloud-þjónn fannst",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
"Trusted Nextcloud Servers" : "Treystir Nextcloud-þjónar"
"Nextcloud Server" : "Nextcloud þjónn"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -6,12 +6,12 @@
"Federation" : "Samband",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
"Add server automatically once a federated share was created successfully" : "Bæta þjóni við sjálfkrafa, hafi tekist að búa til sambandssameign",
"Trusted servers" : "Treystir þjónar",
"+ Add trusted server" : "+ Bæta við treystum þjóni",
"Trusted server" : "Treystur þjónn",
"Add" : "Bæta við",
"Trusted Servers" : "Treystir þjónar",
"+ Add Nextcloud server" : "+ Bæta við Nextcloud þjóni",
"Nextcloud Server" : "Nextcloud þjónn",
"Server added to the list of trusted Nextclouds" : "Þjóninum bætt við listann yfir treyst Nextcloud-ský",
"No Nextcloud server found" : "Enginn Nextcloud-þjónn fannst",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
"Trusted Nextcloud Servers" : "Treystir Nextcloud-þjónar"
"Nextcloud Server" : "Nextcloud þjónn"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -16,4 +16,4 @@ OC.L10N.register(
"+ Add Nextcloud server" : "Dodaj serwer Nextcloud",
"Nextcloud Server" : "Serwer Nextcloud"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -13,5 +13,5 @@
"Trusted Servers" : "Zaufane serwery",
"+ Add Nextcloud server" : "Dodaj serwer Nextcloud",
"Nextcloud Server" : "Serwer Nextcloud"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
"Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu",
"Storage invalid" : "Ógild geymsla",
"Unknown error" : "Óþekkt villa",
"All files" : "Allar skrár",
@ -13,15 +14,20 @@ OC.L10N.register(
"Upload cancelled." : "Hætt við innsendingu.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tókst ekki að hlaða inn {filename} þar sem þetta er mappa eða er 0 bæti",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
"Not enough free space" : "Ekki nægilegt pláss",
"Uploading..." : "Sendi inn ...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Aðgerðir",
"Download" : "Niðurhal",
"Rename" : "Endurnefna",
"Move" : "Færa",
"Target folder" : "Markmappa",
"Delete" : "Eyða",
"Disconnect storage" : "Aftengja geymslu",
"Unshare" : "Hætta deilingu",
"Could not load info for file \"{file}\"" : "Gat ekki lesið upplýsingar um skrána \"{file}\"",
"Files" : "Skrár",
"Details" : "Nánar",
"Select" : "Velja",
@ -39,6 +45,7 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til",
"Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til",
"Error deleting file \"{fileName}\"." : "Villa við að eyða skránni \"{fileName}\".",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Engar leitarniðurstöður í öðrum möppum fyrir '{tag}{filter}{endtag}'",
"Name" : "Heiti",
"Size" : "Stærð",
"Modified" : "Breytt",
@ -61,12 +68,41 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
"Favorited" : "Sett í eftirlæti",
"Favorite" : "Eftirlæti",
"Copy local link" : "Afrita staðværan tengil",
"Folder" : "Mappa",
"New folder" : "Ný mappa",
"Upload" : "Senda inn",
"An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin",
"Added to favorites" : "Bætt í eftirlæti",
"Removed from favorites" : "Fjarlægt úr eftirlætum",
"You added {file} to your favorites" : "Þú bættir {file} í eftirlætin þín",
"You removed {file} from your favorites" : "Þú fjarlægðir {file} úr eftirlætunum þínum",
"File changes" : "Skráarbreytingar",
"Created by {user}" : "Búið til af {user}",
"Changed by {user}" : "Breytt af {user}",
"Deleted by {user}" : "Eytt af {user}",
"Restored by {user}" : "Endurheimt af {user}",
"Renamed by {user}" : "Endurnefnt af {user}",
"Moved by {user}" : "Fært af {user}",
"You created {file}" : "Þú bjóst til {file}",
"{user} created {file}" : "{user} bjó til {file}",
"{file} was created in a public folder" : "{file} var búin til í opinni möppu",
"You changed {file}" : "Þú breyttir {file}",
"{user} changed {file}" : "{user} breytti {file}",
"You deleted {file}" : "Þú eyddir {file}",
"{user} deleted {file}" : "{user} eyddi {file}",
"You restored {file}" : "Þú endurheimtir {file}",
"{user} restored {file}" : "{user} endurheimti {file}",
"You renamed {oldfile} to {newfile}" : "Þú endurnefndir {oldfile} sem {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} endurnefndi {oldfile} sem {newfile}",
"You moved {oldfile} to {newfile}" : "Þú færðir {oldfile} í {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} færði {oldfile} í {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Skrá var bætt við eða hún fjarlægð úr <strong>eftirlætum</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Skrá eða möppu hefur verið <strong>breytt</strong> eða verið <strong>endurnefnt</strong>",
"A new file or folder has been <strong>created</strong>" : "Skjal eða mappa hefur verið <strong>búin til</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Nýrri skrá eða möppu hefur verið <strong>eytt</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Takmarka tilkynningar um gerð og breytingar á <strong>eftirlætisskrám</strong> <em>(einungis streymi)</em>",
"A new file or folder has been <strong>restored</strong>" : "Ný skrá eða mappa hefur verið <strong>endurheimt</strong>",
"Upload (max. %s)" : "Senda inn (hám. %s)",
"File handling" : "Meðhöndlun skráar",
"Maximum upload size" : "Hámarksstærð innsendingar",
@ -86,6 +122,11 @@ OC.L10N.register(
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.",
"No favorites" : "Engin eftirlæti",
"Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem uppáhald birtast hér",
"Shared with you" : "Deilt með þér",
"Shared with others" : "Deilt með öðrum",
"Shared by link" : "Deilt með tengli",
"Tags" : "Merki",
"Deleted files" : "Eyddar skrár",
"Text file" : "Textaskrá",
"New text file.txt" : "Ný textaskrá.txt",
"Storage not available" : "Geymsla ekki tiltæk",
@ -133,6 +174,9 @@ OC.L10N.register(
"%2$s restored %1$s" : "%2$s endurheimti %1$s",
"Changed by %2$s" : "Breytt af %2$s",
"Deleted by %2$s" : "Eytt af %2$s",
"Restored by %2$s" : "Endurheimt af %2$s"
"Restored by %2$s" : "Endurheimt af %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} klukkustund eftir","{hours}:{minutes}:{seconds} klukkustundir eftir"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} mínúta eftir","{minutes}:{seconds} mínútur eftir"],
"_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} sekúnda eftir","{seconds} sekúndur eftir"]
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -1,4 +1,5 @@
{ "translations": {
"Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu",
"Storage invalid" : "Ógild geymsla",
"Unknown error" : "Óþekkt villa",
"All files" : "Allar skrár",
@ -11,15 +12,20 @@
"Upload cancelled." : "Hætt við innsendingu.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tókst ekki að hlaða inn {filename} þar sem þetta er mappa eða er 0 bæti",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
"Not enough free space" : "Ekki nægilegt pláss",
"Uploading..." : "Sendi inn ...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Aðgerðir",
"Download" : "Niðurhal",
"Rename" : "Endurnefna",
"Move" : "Færa",
"Target folder" : "Markmappa",
"Delete" : "Eyða",
"Disconnect storage" : "Aftengja geymslu",
"Unshare" : "Hætta deilingu",
"Could not load info for file \"{file}\"" : "Gat ekki lesið upplýsingar um skrána \"{file}\"",
"Files" : "Skrár",
"Details" : "Nánar",
"Select" : "Velja",
@ -37,6 +43,7 @@
"Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til",
"Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til",
"Error deleting file \"{fileName}\"." : "Villa við að eyða skránni \"{fileName}\".",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Engar leitarniðurstöður í öðrum möppum fyrir '{tag}{filter}{endtag}'",
"Name" : "Heiti",
"Size" : "Stærð",
"Modified" : "Breytt",
@ -59,12 +66,41 @@
"_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
"Favorited" : "Sett í eftirlæti",
"Favorite" : "Eftirlæti",
"Copy local link" : "Afrita staðværan tengil",
"Folder" : "Mappa",
"New folder" : "Ný mappa",
"Upload" : "Senda inn",
"An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin",
"Added to favorites" : "Bætt í eftirlæti",
"Removed from favorites" : "Fjarlægt úr eftirlætum",
"You added {file} to your favorites" : "Þú bættir {file} í eftirlætin þín",
"You removed {file} from your favorites" : "Þú fjarlægðir {file} úr eftirlætunum þínum",
"File changes" : "Skráarbreytingar",
"Created by {user}" : "Búið til af {user}",
"Changed by {user}" : "Breytt af {user}",
"Deleted by {user}" : "Eytt af {user}",
"Restored by {user}" : "Endurheimt af {user}",
"Renamed by {user}" : "Endurnefnt af {user}",
"Moved by {user}" : "Fært af {user}",
"You created {file}" : "Þú bjóst til {file}",
"{user} created {file}" : "{user} bjó til {file}",
"{file} was created in a public folder" : "{file} var búin til í opinni möppu",
"You changed {file}" : "Þú breyttir {file}",
"{user} changed {file}" : "{user} breytti {file}",
"You deleted {file}" : "Þú eyddir {file}",
"{user} deleted {file}" : "{user} eyddi {file}",
"You restored {file}" : "Þú endurheimtir {file}",
"{user} restored {file}" : "{user} endurheimti {file}",
"You renamed {oldfile} to {newfile}" : "Þú endurnefndir {oldfile} sem {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} endurnefndi {oldfile} sem {newfile}",
"You moved {oldfile} to {newfile}" : "Þú færðir {oldfile} í {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} færði {oldfile} í {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Skrá var bætt við eða hún fjarlægð úr <strong>eftirlætum</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Skrá eða möppu hefur verið <strong>breytt</strong> eða verið <strong>endurnefnt</strong>",
"A new file or folder has been <strong>created</strong>" : "Skjal eða mappa hefur verið <strong>búin til</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Nýrri skrá eða möppu hefur verið <strong>eytt</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Takmarka tilkynningar um gerð og breytingar á <strong>eftirlætisskrám</strong> <em>(einungis streymi)</em>",
"A new file or folder has been <strong>restored</strong>" : "Ný skrá eða mappa hefur verið <strong>endurheimt</strong>",
"Upload (max. %s)" : "Senda inn (hám. %s)",
"File handling" : "Meðhöndlun skráar",
"Maximum upload size" : "Hámarksstærð innsendingar",
@ -84,6 +120,11 @@
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.",
"No favorites" : "Engin eftirlæti",
"Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem uppáhald birtast hér",
"Shared with you" : "Deilt með þér",
"Shared with others" : "Deilt með öðrum",
"Shared by link" : "Deilt með tengli",
"Tags" : "Merki",
"Deleted files" : "Eyddar skrár",
"Text file" : "Textaskrá",
"New text file.txt" : "Ný textaskrá.txt",
"Storage not available" : "Geymsla ekki tiltæk",
@ -131,6 +172,9 @@
"%2$s restored %1$s" : "%2$s endurheimti %1$s",
"Changed by %2$s" : "Breytt af %2$s",
"Deleted by %2$s" : "Eytt af %2$s",
"Restored by %2$s" : "Endurheimt af %2$s"
"Restored by %2$s" : "Endurheimt af %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} klukkustund eftir","{hours}:{minutes}:{seconds} klukkustundir eftir"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} mínúta eftir","{minutes}:{seconds} mínútur eftir"],
"_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} sekúnda eftir","{seconds} sekúndur eftir"]
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"Storage invalid" : "Saugykla neteisinga",
"Unknown error" : "Neatpažinta klaida",
"All files" : "Visi failai",
"Recent" : "Naujausi",
"File could not be found" : "Nepavyko rasti failo",
"Home" : "Namų",
"Close" : "Užverti",
@ -17,6 +18,7 @@ OC.L10N.register(
"Not enough free space" : "Trūksta laisvos vietos",
"Uploading..." : "Įkeliama...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@ -43,20 +45,25 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo \"{file}\" - failas su tokiu pavadinimu jau egzistuoja",
"Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko \"{dir}\"- aplankas su tokiu pavadinimu jau egzistuoja",
"Error deleting file \"{fileName}\"." : "Klaida trinant failą \"{fileName}\".",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Paieškos rezultatų atitinkančių '{tag}{filter}{endtag}' kituose aplankuose nėra",
"Name" : "Pavadinimas",
"Size" : "Dydis",
"Modified" : "Pakeista",
"_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"],
"_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"],
"{dirs} and {files}" : "{dirs} ir {files}",
"_including %n hidden_::_including %n hidden_" : ["įtraukiant %n paslėptą","įtraukiant %n paslėptų","įtraukiant %n paslėptų"],
"You dont have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus",
"_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"],
"New" : "Naujas",
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas failo pavadinime.",
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} saugykla yra pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} saugykla yra beveik pilna ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsų saugykla yra beveik pilna ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["atitikmuo „{filter}“","atitikmenų „{filter}“","atitikmenų „{filter}“"],
"View in folder" : "Peržiūrėti aplanką",
"Path" : "Kelias",
"_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų"],
"Favorited" : "Pažymėta mėgstamu",
@ -66,13 +73,22 @@ OC.L10N.register(
"New folder" : "Naujas aplankas",
"Upload" : "Įkelti",
"An error occurred while trying to update the tags" : "Bandant atnaujinti žymes įvyko klaida",
"Added to favorites" : "Pridėta prie mėgstamųjų",
"Removed from favorites" : "Pašalinta iš mėgstamųjų",
"You added {file} to your favorites" : "Jūs pridėjote {file} prie mėgstamųjų",
"You removed {file} from your favorites" : "Jūs pašalinote {file} iš mėgstamųjų",
"File changes" : "Failo pakeitimai",
"Created by {user}" : "Sukūrė {user}",
"Changed by {user}" : "Pakeitė {user}",
"Deleted by {user}" : "Ištrynė {user}",
"Restored by {user}" : "Atkūrė {user}",
"Renamed by {user}" : "Pervadino {user}",
"Moved by {user}" : "Perkėlė {user}",
"You created {file}" : "Jūs sukūrėte {file}",
"{user} created {file}" : "{user} sukūrė {file}",
"{file} was created in a public folder" : "{file} buvo sukurtas viešame aplanke",
"You changed {file}" : "Jūs pakeitėte {file}",
"{user} changed {file}" : "{user} pakeitė {file}",
"You deleted {file}" : "Jūs ištrynėte {file}",
"{user} deleted {file}" : "{user} ištrynė {file}",
"You restored {file}" : "Jūs atkūrėte {file}",
@ -81,9 +97,12 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} pervadino {oldfile} į {newfile}",
"You moved {oldfile} to {newfile}" : "Jūs perkėlėte {oldfile} į {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} perkėlė {oldfile} į {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "failas buvo pridėtas arba pašalintas iš <strong>mėgstamųjų</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Buvo <strong>pakeistas</strong> ar <strong>pervadintas</strong> failas ar aplankas",
"A new file or folder has been <strong>created</strong>" : "Buvo <strong>sukurtas</strong> naujas failas ar aplankas",
"A new file or folder has been <strong>deleted</strong>" : "Naujas failas arba aplankas buvo <strong>ištrintas</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Riboti pranešimus apie sukūrimą ir pokyčius jūsų <strong>mėgiamuose failuose</strong> <em>(Tik srautas)</em>",
"A new file or folder has been <strong>restored</strong>" : "Naujas failas arba aplankas buvo <strong>atkurtas</strong>",
"Upload (max. %s)" : "Įkelti (maks. %s)",
"File handling" : "Failų tvarkymas",
"Maximum upload size" : "Maksimalus įkeliamo failo dydis",
@ -94,6 +113,7 @@ OC.L10N.register(
"Settings" : "Nustatymai",
"Show hidden files" : "Rodyti paslėptus failus",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naudokite šį adresą <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> norėdami pasiekti failus per WebDAV</a>",
"No files in here" : "Čia nėra failų",
"Upload some content or sync with your devices!" : "Įkelkite kokį nors turinį, arba sinchronizuokite su savo įrenginiais!",
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
@ -102,6 +122,9 @@ OC.L10N.register(
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, šiame serveryje leidžiamų įkelti failų dydį.",
"No favorites" : "Nėra mėgstamiausių",
"Files and folders you mark as favorite will show up here" : "Failai ir aplankai, kuriuos pažymite mėgstamais, atsiras čia",
"Shared with you" : "Bendrinama su jumis",
"Shared with others" : "Bendrinama su kitais",
"Shared by link" : "Bendrinama nuoroda",
"Tags" : "Žymės",
"Deleted files" : "Ištrinti failai",
"Text file" : "Teksto failas",
@ -123,7 +146,16 @@ OC.L10N.register(
"Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.",
"Invalid directory." : "Neteisingas katalogas.",
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
"Error uploading file \"{fileName}\": {message}" : "Klaida įkeliant failą \"{fileName}\": {message}",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "Liko {hours}:{minutes}:{seconds} valandų",
"{hours}:{minutes}h" : "{hours}:{minutes}val",
"{minutes}:{seconds} minute{plural_s} left" : "LIko {minutes}:{seconds} minučių",
"{minutes}:{seconds}m" : "{minutes}:{seconds}min",
"{seconds} second{plural_s} left" : "Liko {seconds} sekundžių",
"{seconds}s" : "{seconds}s",
"Any moment now..." : "Bet kuriuo momentu...",
"Soon..." : "Greitai...",
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas yra eigoje. Jei išeisite iš šio puslapio, įkėlimo bus atsisakyta.",
"No entries in this folder match '{filter}'" : "Nėra įrašų šiame aplanko atitikmeniui „{filter}“",
"Local link" : "Vietinė nuoroda",
@ -142,6 +174,9 @@ OC.L10N.register(
"%2$s restored %1$s" : "%2$s atkurta %1$s",
"Changed by %2$s" : "Pakeitė %2$s",
"Deleted by %2$s" : "Ištrynė %2$s",
"Restored by %2$s" : "Atkūrė %2$s"
"Restored by %2$s" : "Atkūrė %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Liko {hours}:{minutes}:{seconds} valanda","Liko {hours}:{minutes}:{seconds} valandų","Liko {hours}:{minutes}:{seconds} valandų"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["liko {minutes}:{seconds} minutė","liko {minutes}:{seconds} minučių","Liko {minutes}:{seconds} minučių"],
"_{seconds} second left_::_{seconds} seconds left_" : ["liko {seconds} sekundė","liko {seconds} sekundžių","Liko {seconds} sekundžių"]
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -3,6 +3,7 @@
"Storage invalid" : "Saugykla neteisinga",
"Unknown error" : "Neatpažinta klaida",
"All files" : "Visi failai",
"Recent" : "Naujausi",
"File could not be found" : "Nepavyko rasti failo",
"Home" : "Namų",
"Close" : "Užverti",
@ -15,6 +16,7 @@
"Not enough free space" : "Trūksta laisvos vietos",
"Uploading..." : "Įkeliama...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@ -41,20 +43,25 @@
"Could not create file \"{file}\" because it already exists" : "Nepavyko sukurti failo \"{file}\" - failas su tokiu pavadinimu jau egzistuoja",
"Could not create folder \"{dir}\" because it already exists" : "Nepavyko sukurti aplanko \"{dir}\"- aplankas su tokiu pavadinimu jau egzistuoja",
"Error deleting file \"{fileName}\"." : "Klaida trinant failą \"{fileName}\".",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Paieškos rezultatų atitinkančių '{tag}{filter}{endtag}' kituose aplankuose nėra",
"Name" : "Pavadinimas",
"Size" : "Dydis",
"Modified" : "Pakeista",
"_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"],
"_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"],
"{dirs} and {files}" : "{dirs} ir {files}",
"_including %n hidden_::_including %n hidden_" : ["įtraukiant %n paslėptą","įtraukiant %n paslėptų","įtraukiant %n paslėptų"],
"You dont have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus",
"_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"],
"New" : "Naujas",
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas failo pavadinime.",
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} saugykla yra pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} saugykla yra beveik pilna ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsų saugykla yra beveik pilna ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["atitikmuo „{filter}“","atitikmenų „{filter}“","atitikmenų „{filter}“"],
"View in folder" : "Peržiūrėti aplanką",
"Path" : "Kelias",
"_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų"],
"Favorited" : "Pažymėta mėgstamu",
@ -64,13 +71,22 @@
"New folder" : "Naujas aplankas",
"Upload" : "Įkelti",
"An error occurred while trying to update the tags" : "Bandant atnaujinti žymes įvyko klaida",
"Added to favorites" : "Pridėta prie mėgstamųjų",
"Removed from favorites" : "Pašalinta iš mėgstamųjų",
"You added {file} to your favorites" : "Jūs pridėjote {file} prie mėgstamųjų",
"You removed {file} from your favorites" : "Jūs pašalinote {file} iš mėgstamųjų",
"File changes" : "Failo pakeitimai",
"Created by {user}" : "Sukūrė {user}",
"Changed by {user}" : "Pakeitė {user}",
"Deleted by {user}" : "Ištrynė {user}",
"Restored by {user}" : "Atkūrė {user}",
"Renamed by {user}" : "Pervadino {user}",
"Moved by {user}" : "Perkėlė {user}",
"You created {file}" : "Jūs sukūrėte {file}",
"{user} created {file}" : "{user} sukūrė {file}",
"{file} was created in a public folder" : "{file} buvo sukurtas viešame aplanke",
"You changed {file}" : "Jūs pakeitėte {file}",
"{user} changed {file}" : "{user} pakeitė {file}",
"You deleted {file}" : "Jūs ištrynėte {file}",
"{user} deleted {file}" : "{user} ištrynė {file}",
"You restored {file}" : "Jūs atkūrėte {file}",
@ -79,9 +95,12 @@
"{user} renamed {oldfile} to {newfile}" : "{user} pervadino {oldfile} į {newfile}",
"You moved {oldfile} to {newfile}" : "Jūs perkėlėte {oldfile} į {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} perkėlė {oldfile} į {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "failas buvo pridėtas arba pašalintas iš <strong>mėgstamųjų</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Buvo <strong>pakeistas</strong> ar <strong>pervadintas</strong> failas ar aplankas",
"A new file or folder has been <strong>created</strong>" : "Buvo <strong>sukurtas</strong> naujas failas ar aplankas",
"A new file or folder has been <strong>deleted</strong>" : "Naujas failas arba aplankas buvo <strong>ištrintas</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Riboti pranešimus apie sukūrimą ir pokyčius jūsų <strong>mėgiamuose failuose</strong> <em>(Tik srautas)</em>",
"A new file or folder has been <strong>restored</strong>" : "Naujas failas arba aplankas buvo <strong>atkurtas</strong>",
"Upload (max. %s)" : "Įkelti (maks. %s)",
"File handling" : "Failų tvarkymas",
"Maximum upload size" : "Maksimalus įkeliamo failo dydis",
@ -92,6 +111,7 @@
"Settings" : "Nustatymai",
"Show hidden files" : "Rodyti paslėptus failus",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naudokite šį adresą <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> norėdami pasiekti failus per WebDAV</a>",
"No files in here" : "Čia nėra failų",
"Upload some content or sync with your devices!" : "Įkelkite kokį nors turinį, arba sinchronizuokite su savo įrenginiais!",
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
@ -100,6 +120,9 @@
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, šiame serveryje leidžiamų įkelti failų dydį.",
"No favorites" : "Nėra mėgstamiausių",
"Files and folders you mark as favorite will show up here" : "Failai ir aplankai, kuriuos pažymite mėgstamais, atsiras čia",
"Shared with you" : "Bendrinama su jumis",
"Shared with others" : "Bendrinama su kitais",
"Shared by link" : "Bendrinama nuoroda",
"Tags" : "Žymės",
"Deleted files" : "Ištrinti failai",
"Text file" : "Teksto failas",
@ -121,7 +144,16 @@
"Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.",
"Invalid directory." : "Neteisingas katalogas.",
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
"Error uploading file \"{fileName}\": {message}" : "Klaida įkeliant failą \"{fileName}\": {message}",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "Liko {hours}:{minutes}:{seconds} valandų",
"{hours}:{minutes}h" : "{hours}:{minutes}val",
"{minutes}:{seconds} minute{plural_s} left" : "LIko {minutes}:{seconds} minučių",
"{minutes}:{seconds}m" : "{minutes}:{seconds}min",
"{seconds} second{plural_s} left" : "Liko {seconds} sekundžių",
"{seconds}s" : "{seconds}s",
"Any moment now..." : "Bet kuriuo momentu...",
"Soon..." : "Greitai...",
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas yra eigoje. Jei išeisite iš šio puslapio, įkėlimo bus atsisakyta.",
"No entries in this folder match '{filter}'" : "Nėra įrašų šiame aplanko atitikmeniui „{filter}“",
"Local link" : "Vietinė nuoroda",
@ -140,6 +172,9 @@
"%2$s restored %1$s" : "%2$s atkurta %1$s",
"Changed by %2$s" : "Pakeitė %2$s",
"Deleted by %2$s" : "Ištrynė %2$s",
"Restored by %2$s" : "Atkūrė %2$s"
"Restored by %2$s" : "Atkūrė %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Liko {hours}:{minutes}:{seconds} valanda","Liko {hours}:{minutes}:{seconds} valandų","Liko {hours}:{minutes}:{seconds} valandų"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["liko {minutes}:{seconds} minutė","liko {minutes}:{seconds} minučių","Liko {minutes}:{seconds} minučių"],
"_{seconds} second left_::_{seconds} seconds left_" : ["liko {seconds} sekundė","liko {seconds} sekundžių","Liko {seconds} sekundžių"]
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -174,6 +174,9 @@ OC.L10N.register(
"%2$s restored %1$s" : "%2$s przywrócił %1$s",
"Changed by %2$s" : "Zmienione przez %2$s",
"Deleted by %2$s" : "Usunięte przez %2$s",
"Restored by %2$s" : "Przywrócone przez %2$s"
"Restored by %2$s" : "Przywrócone przez %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Pozostała {hours}:{minutes}:{seconds} godzina","Pozostało {hours}:{minutes}:{seconds} godzin","Pozostało {hours}:{minutes}:{seconds} godzin"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Pozostała {minutes}:{seconds} minuta","Pozostało {minutes}:{seconds} minut","Pozostało {minutes}:{seconds} minut"],
"_{seconds} second left_::_{seconds} seconds left_" : ["Pozostała {seconds} sekunda","Pozostało {seconds} sekund","Pozostało {seconds} sekund"]
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -172,6 +172,9 @@
"%2$s restored %1$s" : "%2$s przywrócił %1$s",
"Changed by %2$s" : "Zmienione przez %2$s",
"Deleted by %2$s" : "Usunięte przez %2$s",
"Restored by %2$s" : "Przywrócone przez %2$s"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
"Restored by %2$s" : "Przywrócone przez %2$s",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Pozostała {hours}:{minutes}:{seconds} godzina","Pozostało {hours}:{minutes}:{seconds} godzin","Pozostało {hours}:{minutes}:{seconds} godzin"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Pozostała {minutes}:{seconds} minuta","Pozostało {minutes}:{seconds} minut","Pozostało {minutes}:{seconds} minut"],
"_{seconds} second left_::_{seconds} seconds left_" : ["Pozostała {seconds} sekunda","Pozostało {seconds} sekund","Pozostało {seconds} sekund"]
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -174,6 +174,9 @@ OC.L10N.register(
"%2$s restored %1$s" : "%2$s 恢复了 %1$s",
"Changed by %2$s" : "被 %2$s 更改",
"Deleted by %2$s" : "被 %2$s 删除",
"Restored by %2$s" : "被 %2$s 恢复"
"Restored by %2$s" : "被 %2$s 恢复",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["剩余 {hours}:{minutes}:{seconds} 小时"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["剩余 {minutes}:{seconds} 分钟"],
"_{seconds} second left_::_{seconds} seconds left_" : ["剩余 {seconds} 秒"]
},
"nplurals=1; plural=0;");

View File

@ -172,6 +172,9 @@
"%2$s restored %1$s" : "%2$s 恢复了 %1$s",
"Changed by %2$s" : "被 %2$s 更改",
"Deleted by %2$s" : "被 %2$s 删除",
"Restored by %2$s" : "被 %2$s 恢复"
"Restored by %2$s" : "被 %2$s 恢复",
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["剩余 {hours}:{minutes}:{seconds} 小时"],
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["剩余 {minutes}:{seconds} 分钟"],
"_{seconds} second left_::_{seconds} seconds left_" : ["剩余 {seconds} 秒"]
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -117,4 +117,4 @@ OC.L10N.register(
"Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
"Couldn't get the information from the ownCloud server: {code} {type}" : "Nie udało się uzyskać informacje z serwera ownCloud: {code} {type}"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -114,5 +114,5 @@
"Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe",
"Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
"Couldn't get the information from the ownCloud server: {code} {type}" : "Nie udało się uzyskać informacje z serwera ownCloud: {code} {type}"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -14,50 +14,55 @@ OC.L10N.register(
"No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}",
"Invalid server URL" : "Ógild URI-slóð vefþjóns",
"Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud",
"Share" : "Deila",
"No expiration date set" : "Engin dagsetning fyrir gildistíma er sett",
"Shared by" : "Deilt af",
"Sharing" : "Deiling",
"A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Skjali eð möppu hefur verið deilt <strong>frá öðrum þjóni</strong>",
"You received a new remote share %2$s from %1$s" : "Þú tókst við nýrri fjartengdri sameign %2$s frá %1$s",
"You received a new remote share from %s" : "Þú tókst við nýrri fjartengdri sameign frá %s",
"%1$s accepted remote share %2$s" : "%1$s samþykkti fjartengda sameign %2$s",
"%1$s declined remote share %2$s" : "%1$s hafnaði fjartengdri sameign %2$s",
"%1$s unshared %2$s from you" : "%1$s tók af deilingu %2$s frá þér",
"Public shared folder %1$s was downloaded" : "Deild mappa í almenningsaðgangi %1$s var sótt",
"Public shared file %1$s was downloaded" : "Deild skrá í almenningsaðgangi %1$s var sótt",
"You shared %1$s with %2$s" : "Þú deildir %1$s með %2$s",
"%2$s shared %1$s with %3$s" : "%2$s deildi %1$s með %3$s",
"You removed the share of %2$s for %1$s" : "Þú fjarlægðir deilingu af %2$s fyrir %1$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s fjarlægði deilingu af %3$s fyrir %1$s",
"You shared %1$s with group %2$s" : "Þú deildir %1$s með hópnum %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deildi %1$s með hópnum %3$s",
"You removed the share of group %2$s for %1$s" : "Þú fjarlægðir deilingu til hópsins %2$s fyrir %1$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s fjarlægði deilingu til hópsins %3$s fyrir %1$s",
"%2$s shared %1$s via link" : "%2$s deildi %1$s með tengli",
"You shared %1$s via link" : "Þú deildir %1$s með tengli",
"You removed the public link for %1$s" : "Þú fjarlægðir almenningstengilinn fyrir %1$s",
"%2$s removed the public link for %1$s" : "%2$s fjarlægði almenningstengilinn fyrir %1$s",
"Your public link for %1$s expired" : "Almenningstengill þinn fyrir %1$s er útrunninn",
"The public link of %2$s for %1$s expired" : "Almenningstengill %2$s fyrir %1$s er útrunninn",
"%2$s shared %1$s with you" : "%2$s deildi %1$s með þér",
"%2$s removed the share for %1$s" : "%2$s fjarlægði deilingu af %1$s",
"File shares" : "Skráasameignir",
"Downloaded via public link" : "Náð í með almenningstengli",
"Shared with %2$s" : "Deilt með %2$s",
"Shared with %3$s by %2$s" : "Deilt með %3$s af %2$s",
"Removed share for %2$s" : "Fjarlægði deilingu af %2$s",
"%2$s removed share for %3$s" : "%2$s fjarlægði deilingu af %3$s",
"Shared with group %2$s" : "Deilt með hópnum %2$s",
"Shared with group %3$s by %2$s" : "Deilt með hópnum %3$s af %2$s",
"Removed share of group %2$s" : "Fjarlægði deilingu af hópnum %2$s",
"%2$s removed share of group %3$s" : "%2$s fjarlægði deilingu af hópnum %3$s",
"Shared via link by %2$s" : "Deilt með tengli af %2$s",
"Shared via public link" : "Deilt með almenningstengli",
"Downloaded by {email}" : "Náð í með {email}",
"{file} downloaded via public link" : "{file} sótt með almenningstengli",
"{email} downloaded {file}" : "{email} sótti {file}",
"Shared with group {group}" : "Deilt með hópnum {group}",
"Removed share for group {group}" : "Fjarlægði sameign af hópnum {group}",
"{actor} shared with group {group}" : "{actor} deildi með hópnum {group}",
"{actor} removed share for group {group}" : "{actor} fjarlægði sameign af hópnum {group}",
"You shared {file} with group {group}" : "Þú deildir {file} með hópnum {group}",
"You removed group {group} from {file}" : "Þú fjarlægðir hópinn {group} af {file}",
"{actor} shared {file} with group {group}" : "{actor} deildi {file} með hópnum {group}",
"{actor} removed group {group} from {file}" : "{actor} fjarlægði hópinn {group} af {file}",
"Shared as public link" : "Deilt sem almenningstengill",
"Removed public link" : "Fjarlægði almenningstengil",
"%2$s removed public link" : "%2$s fjarlægði almenningstengil",
"Public link expired" : "Almenningstengill er útrunninn",
"Public link of %2$s expired" : "Almenningstengill %2$s er útrunninn",
"Shared by %2$s" : "Deilt af %2$s",
"{actor} shared as public link" : "{actor} deildi sem almenningstengill",
"{actor} removed public link" : "{actor} fjarlægði almenningstengil",
"Public link of {actor} expired" : "Almenningstengill {actor} er útrunninn",
"You shared {file} as public link" : "Þú deildir {file} sem almenningstengli",
"You removed public link for {file}" : "Þú fjarlægðir almenningstengilinn fyrir {file}",
"Public link expired for {file}" : "Almenningstengill er útrunninn fyrir {file}",
"{actor} shared {file} as public link" : "{actor} deildi {file} sem almenningstengli",
"{actor} removed public link for {file}" : "{actor} fjarlægði almenningstengil fyrir {file}",
"Public link of {actor} for {file} expired" : "Almenningstengill frá {actor} fyrir {file} er útrunninn",
"{user} accepted the remote share" : "{user} samþykkti fjartengda sameign",
"{user} declined the remote share" : "{user} hafnaði fjartengdri sameign",
"You received a new remote share {file} from {user}" : "Þú tókst við nýrri fjartengdri sameign {file} frá {user}",
"{user} accepted the remote share of {file}" : "{user} samþykkti fjartengdu sameignina {file}",
"{user} declined the remote share of {file}" : "{user} hafnaði fjartengdu sameigninni {file}",
"{user} unshared {file} from you" : "{user} tók af deilingu á {file} frá þér",
"Shared with {user}" : "Deilt með {user}",
"Removed share for {user}" : "Fjarlægði deilingu með {user}",
"{actor} shared with {user}" : "{actor} deildi með {user}",
"{actor} removed share for {user}" : "{actor} fjarlægði deilingu með {user}",
"Shared by {actor}" : "Deilt af {actor}",
"{actor} removed share" : "{actor} fjarlægði deilingu",
"You shared {file} with {user}" : "Þú deildir {file} með {user}",
"You removed {user} from {file}" : "Þú fjarlægðir {user} af {file}",
"{actor} removed {user} from {file}" : "{actor} fjarlægði {user} af {file}",
"{actor} shared {file} with you" : "{actor} deildi {file} með þér",
"{actor} removed you from {file}" : "{actor} fjarlægði þig af {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Skrá eða mappa sem deilt var með tölvupósti eða almenningstengli var <strong>sótt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Skjali eð möppu hefur verið deilt <strong>frá öðrum þjóni</strong>",
"A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>",
"Wrong share ID, share doesn't exist" : "Rangt auðkenni sameignar, sameign er ekki til",
"could not delete share" : "tókst ekki að eyða sameign",
"Could not delete share" : "Tókst ekki að eyða sameign",
@ -79,6 +84,7 @@ OC.L10N.register(
"Wrong or no update parameter given" : "Rangt eða ekkert uppfærsluviðfang gefið",
"Can't change permissions for public share links" : "Ekki tókst að breyta aðgangsheimildum fyrir opinbera deilingartengla",
"Cannot increase permissions" : "Get ekki aukið aðgangsheimildir",
"%s is publicly shared" : "%s er deilt opinberlega",
"Share API is disabled" : "Deilingar-API er óvirkt",
"This share is password-protected" : "Þessi sameign er varin með lykilorði",
"The password is wrong. Try again." : "Lykilorðið er rangt. Reyndu aftur.",
@ -102,36 +108,42 @@ OC.L10N.register(
"Uploading files…" : "Sendi inn skrár…",
"Uploaded files:" : "Innsendar skrár:",
"A public shared file or folder was <strong>downloaded</strong>" : "Skrá eða mappa í almenningsaðgangi var <strong>sótt</strong>",
"Shares" : "Sameignir",
"Server to server sharing is not enabled on this server" : "Deiling frá þjóni til þjóns er ekki virk á þessum þjóni",
"The mountpoint name contains invalid characters." : "Heiti tengipunktsins inniheldur ógilda stafi.",
"Not allowed to create a federated share with the same user server" : "Ekki er heimilt að búa til skýjasambandssameign með sama notendaþjóni",
"Invalid or untrusted SSL certificate" : "Ógilt eða vantreyst SSL-skilríki",
"Could not authenticate to remote share, password might be wrong" : "Gat ekki auðkennt á fjartengdri sameign, lykilorð gæti verið rangt",
"Storage not valid" : "Geymslan er ekki gild",
"Couldn't add remote share" : "Gat ekki bætt við fjartengdri sameign",
"Federated sharing" : "Deiling milli þjóna (skýjasambandssameign)",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Viltu bæta við fjartengdri sameign {name} frá {owner}@{remote}?",
"Remote share" : "Fjartengd sameign",
"Remote share password" : "Lykilorð fjartengdrar sameignar",
"Cancel" : "Hætta við",
"Add remote share" : "Bæta við fjartengdri sameign",
"No ownCloud installation (7 or higher) found at {remote}" : "Engin ownCloud uppsetning (útgáfa 7 eða nýrri) fannst á {remote}",
"Invalid ownCloud url" : "Ógild ownCloud-slóð",
"You received \"/%2$s\" as a remote share from %1$s" : "Þú tókst við \"/%2$s\" sem fjartengdri sameign frá %1$s",
"Accept" : "Samþykkja",
"Decline" : "Hafna",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #ownCloud Federated Cloud ID, sjá %s",
"Share with me through my #ownCloud Federated Cloud ID" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #ownCloud Federated Cloud ID",
"Federated Cloud Sharing" : "Deiling með skýjasambandi",
"Open documentation" : "Opna hjálparskjöl",
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna",
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
"Federated Cloud" : "Skýjasamband (federated)",
"Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):",
"Share it:" : "Deila því:",
"Add to your website" : "Bæta við vefsvæðið þitt",
"Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud",
"HTML Code:" : "HTML-kóði:"
"You received a new remote share %2$s from %1$s" : "Þú tókst við nýrri fjartengdri sameign %2$s frá %1$s",
"You received a new remote share from %s" : "Þú tókst við nýrri fjartengdri sameign frá %s",
"%1$s accepted remote share %2$s" : "%1$s samþykkti fjartengda sameign %2$s",
"%1$s declined remote share %2$s" : "%1$s hafnaði fjartengdri sameign %2$s",
"%1$s unshared %2$s from you" : "%1$s tók af deilingu %2$s frá þér",
"Public shared folder %1$s was downloaded" : "Deild mappa í almenningsaðgangi %1$s var sótt",
"Public shared file %1$s was downloaded" : "Deild skrá í almenningsaðgangi %1$s var sótt",
"You shared %1$s with %2$s" : "Þú deildir %1$s með %2$s",
"%2$s shared %1$s with %3$s" : "%2$s deildi %1$s með %3$s",
"You removed the share of %2$s for %1$s" : "Þú fjarlægðir deilingu af %2$s fyrir %1$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s fjarlægði deilingu af %3$s fyrir %1$s",
"You shared %1$s with group %2$s" : "Þú deildir %1$s með hópnum %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deildi %1$s með hópnum %3$s",
"You removed the share of group %2$s for %1$s" : "Þú fjarlægðir deilingu til hópsins %2$s fyrir %1$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s fjarlægði deilingu til hópsins %3$s fyrir %1$s",
"%2$s shared %1$s via link" : "%2$s deildi %1$s með tengli",
"You shared %1$s via link" : "Þú deildir %1$s með tengli",
"You removed the public link for %1$s" : "Þú fjarlægðir almenningstengilinn fyrir %1$s",
"%2$s removed the public link for %1$s" : "%2$s fjarlægði almenningstengilinn fyrir %1$s",
"Your public link for %1$s expired" : "Almenningstengill þinn fyrir %1$s er útrunninn",
"The public link of %2$s for %1$s expired" : "Almenningstengill %2$s fyrir %1$s er útrunninn",
"%2$s shared %1$s with you" : "%2$s deildi %1$s með þér",
"%2$s removed the share for %1$s" : "%2$s fjarlægði deilingu af %1$s",
"Shared with %2$s" : "Deilt með %2$s",
"Shared with %3$s by %2$s" : "Deilt með %3$s af %2$s",
"Removed share for %2$s" : "Fjarlægði deilingu af %2$s",
"%2$s removed share for %3$s" : "%2$s fjarlægði deilingu af %3$s",
"Shared with group %2$s" : "Deilt með hópnum %2$s",
"Shared with group %3$s by %2$s" : "Deilt með hópnum %3$s af %2$s",
"Removed share of group %2$s" : "Fjarlægði deilingu af hópnum %2$s",
"%2$s removed share of group %3$s" : "%2$s fjarlægði deilingu af hópnum %3$s",
"Shared via link by %2$s" : "Deilt með tengli af %2$s",
"Shared via public link" : "Deilt með almenningstengli",
"%2$s removed public link" : "%2$s fjarlægði almenningstengil",
"Public link of %2$s expired" : "Almenningstengill %2$s er útrunninn",
"Shared by %2$s" : "Deilt af %2$s",
"Shares" : "Sameignir"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -12,50 +12,55 @@
"No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}",
"Invalid server URL" : "Ógild URI-slóð vefþjóns",
"Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud",
"Share" : "Deila",
"No expiration date set" : "Engin dagsetning fyrir gildistíma er sett",
"Shared by" : "Deilt af",
"Sharing" : "Deiling",
"A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Skjali eð möppu hefur verið deilt <strong>frá öðrum þjóni</strong>",
"You received a new remote share %2$s from %1$s" : "Þú tókst við nýrri fjartengdri sameign %2$s frá %1$s",
"You received a new remote share from %s" : "Þú tókst við nýrri fjartengdri sameign frá %s",
"%1$s accepted remote share %2$s" : "%1$s samþykkti fjartengda sameign %2$s",
"%1$s declined remote share %2$s" : "%1$s hafnaði fjartengdri sameign %2$s",
"%1$s unshared %2$s from you" : "%1$s tók af deilingu %2$s frá þér",
"Public shared folder %1$s was downloaded" : "Deild mappa í almenningsaðgangi %1$s var sótt",
"Public shared file %1$s was downloaded" : "Deild skrá í almenningsaðgangi %1$s var sótt",
"You shared %1$s with %2$s" : "Þú deildir %1$s með %2$s",
"%2$s shared %1$s with %3$s" : "%2$s deildi %1$s með %3$s",
"You removed the share of %2$s for %1$s" : "Þú fjarlægðir deilingu af %2$s fyrir %1$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s fjarlægði deilingu af %3$s fyrir %1$s",
"You shared %1$s with group %2$s" : "Þú deildir %1$s með hópnum %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deildi %1$s með hópnum %3$s",
"You removed the share of group %2$s for %1$s" : "Þú fjarlægðir deilingu til hópsins %2$s fyrir %1$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s fjarlægði deilingu til hópsins %3$s fyrir %1$s",
"%2$s shared %1$s via link" : "%2$s deildi %1$s með tengli",
"You shared %1$s via link" : "Þú deildir %1$s með tengli",
"You removed the public link for %1$s" : "Þú fjarlægðir almenningstengilinn fyrir %1$s",
"%2$s removed the public link for %1$s" : "%2$s fjarlægði almenningstengilinn fyrir %1$s",
"Your public link for %1$s expired" : "Almenningstengill þinn fyrir %1$s er útrunninn",
"The public link of %2$s for %1$s expired" : "Almenningstengill %2$s fyrir %1$s er útrunninn",
"%2$s shared %1$s with you" : "%2$s deildi %1$s með þér",
"%2$s removed the share for %1$s" : "%2$s fjarlægði deilingu af %1$s",
"File shares" : "Skráasameignir",
"Downloaded via public link" : "Náð í með almenningstengli",
"Shared with %2$s" : "Deilt með %2$s",
"Shared with %3$s by %2$s" : "Deilt með %3$s af %2$s",
"Removed share for %2$s" : "Fjarlægði deilingu af %2$s",
"%2$s removed share for %3$s" : "%2$s fjarlægði deilingu af %3$s",
"Shared with group %2$s" : "Deilt með hópnum %2$s",
"Shared with group %3$s by %2$s" : "Deilt með hópnum %3$s af %2$s",
"Removed share of group %2$s" : "Fjarlægði deilingu af hópnum %2$s",
"%2$s removed share of group %3$s" : "%2$s fjarlægði deilingu af hópnum %3$s",
"Shared via link by %2$s" : "Deilt með tengli af %2$s",
"Shared via public link" : "Deilt með almenningstengli",
"Downloaded by {email}" : "Náð í með {email}",
"{file} downloaded via public link" : "{file} sótt með almenningstengli",
"{email} downloaded {file}" : "{email} sótti {file}",
"Shared with group {group}" : "Deilt með hópnum {group}",
"Removed share for group {group}" : "Fjarlægði sameign af hópnum {group}",
"{actor} shared with group {group}" : "{actor} deildi með hópnum {group}",
"{actor} removed share for group {group}" : "{actor} fjarlægði sameign af hópnum {group}",
"You shared {file} with group {group}" : "Þú deildir {file} með hópnum {group}",
"You removed group {group} from {file}" : "Þú fjarlægðir hópinn {group} af {file}",
"{actor} shared {file} with group {group}" : "{actor} deildi {file} með hópnum {group}",
"{actor} removed group {group} from {file}" : "{actor} fjarlægði hópinn {group} af {file}",
"Shared as public link" : "Deilt sem almenningstengill",
"Removed public link" : "Fjarlægði almenningstengil",
"%2$s removed public link" : "%2$s fjarlægði almenningstengil",
"Public link expired" : "Almenningstengill er útrunninn",
"Public link of %2$s expired" : "Almenningstengill %2$s er útrunninn",
"Shared by %2$s" : "Deilt af %2$s",
"{actor} shared as public link" : "{actor} deildi sem almenningstengill",
"{actor} removed public link" : "{actor} fjarlægði almenningstengil",
"Public link of {actor} expired" : "Almenningstengill {actor} er útrunninn",
"You shared {file} as public link" : "Þú deildir {file} sem almenningstengli",
"You removed public link for {file}" : "Þú fjarlægðir almenningstengilinn fyrir {file}",
"Public link expired for {file}" : "Almenningstengill er útrunninn fyrir {file}",
"{actor} shared {file} as public link" : "{actor} deildi {file} sem almenningstengli",
"{actor} removed public link for {file}" : "{actor} fjarlægði almenningstengil fyrir {file}",
"Public link of {actor} for {file} expired" : "Almenningstengill frá {actor} fyrir {file} er útrunninn",
"{user} accepted the remote share" : "{user} samþykkti fjartengda sameign",
"{user} declined the remote share" : "{user} hafnaði fjartengdri sameign",
"You received a new remote share {file} from {user}" : "Þú tókst við nýrri fjartengdri sameign {file} frá {user}",
"{user} accepted the remote share of {file}" : "{user} samþykkti fjartengdu sameignina {file}",
"{user} declined the remote share of {file}" : "{user} hafnaði fjartengdu sameigninni {file}",
"{user} unshared {file} from you" : "{user} tók af deilingu á {file} frá þér",
"Shared with {user}" : "Deilt með {user}",
"Removed share for {user}" : "Fjarlægði deilingu með {user}",
"{actor} shared with {user}" : "{actor} deildi með {user}",
"{actor} removed share for {user}" : "{actor} fjarlægði deilingu með {user}",
"Shared by {actor}" : "Deilt af {actor}",
"{actor} removed share" : "{actor} fjarlægði deilingu",
"You shared {file} with {user}" : "Þú deildir {file} með {user}",
"You removed {user} from {file}" : "Þú fjarlægðir {user} af {file}",
"{actor} removed {user} from {file}" : "{actor} fjarlægði {user} af {file}",
"{actor} shared {file} with you" : "{actor} deildi {file} með þér",
"{actor} removed you from {file}" : "{actor} fjarlægði þig af {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Skrá eða mappa sem deilt var með tölvupósti eða almenningstengli var <strong>sótt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Skjali eð möppu hefur verið deilt <strong>frá öðrum þjóni</strong>",
"A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>",
"Wrong share ID, share doesn't exist" : "Rangt auðkenni sameignar, sameign er ekki til",
"could not delete share" : "tókst ekki að eyða sameign",
"Could not delete share" : "Tókst ekki að eyða sameign",
@ -77,6 +82,7 @@
"Wrong or no update parameter given" : "Rangt eða ekkert uppfærsluviðfang gefið",
"Can't change permissions for public share links" : "Ekki tókst að breyta aðgangsheimildum fyrir opinbera deilingartengla",
"Cannot increase permissions" : "Get ekki aukið aðgangsheimildir",
"%s is publicly shared" : "%s er deilt opinberlega",
"Share API is disabled" : "Deilingar-API er óvirkt",
"This share is password-protected" : "Þessi sameign er varin með lykilorði",
"The password is wrong. Try again." : "Lykilorðið er rangt. Reyndu aftur.",
@ -100,36 +106,42 @@
"Uploading files…" : "Sendi inn skrár…",
"Uploaded files:" : "Innsendar skrár:",
"A public shared file or folder was <strong>downloaded</strong>" : "Skrá eða mappa í almenningsaðgangi var <strong>sótt</strong>",
"Shares" : "Sameignir",
"Server to server sharing is not enabled on this server" : "Deiling frá þjóni til þjóns er ekki virk á þessum þjóni",
"The mountpoint name contains invalid characters." : "Heiti tengipunktsins inniheldur ógilda stafi.",
"Not allowed to create a federated share with the same user server" : "Ekki er heimilt að búa til skýjasambandssameign með sama notendaþjóni",
"Invalid or untrusted SSL certificate" : "Ógilt eða vantreyst SSL-skilríki",
"Could not authenticate to remote share, password might be wrong" : "Gat ekki auðkennt á fjartengdri sameign, lykilorð gæti verið rangt",
"Storage not valid" : "Geymslan er ekki gild",
"Couldn't add remote share" : "Gat ekki bætt við fjartengdri sameign",
"Federated sharing" : "Deiling milli þjóna (skýjasambandssameign)",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Viltu bæta við fjartengdri sameign {name} frá {owner}@{remote}?",
"Remote share" : "Fjartengd sameign",
"Remote share password" : "Lykilorð fjartengdrar sameignar",
"Cancel" : "Hætta við",
"Add remote share" : "Bæta við fjartengdri sameign",
"No ownCloud installation (7 or higher) found at {remote}" : "Engin ownCloud uppsetning (útgáfa 7 eða nýrri) fannst á {remote}",
"Invalid ownCloud url" : "Ógild ownCloud-slóð",
"You received \"/%2$s\" as a remote share from %1$s" : "Þú tókst við \"/%2$s\" sem fjartengdri sameign frá %1$s",
"Accept" : "Samþykkja",
"Decline" : "Hafna",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #ownCloud Federated Cloud ID, sjá %s",
"Share with me through my #ownCloud Federated Cloud ID" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #ownCloud Federated Cloud ID",
"Federated Cloud Sharing" : "Deiling með skýjasambandi",
"Open documentation" : "Opna hjálparskjöl",
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna",
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
"Federated Cloud" : "Skýjasamband (federated)",
"Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):",
"Share it:" : "Deila því:",
"Add to your website" : "Bæta við vefsvæðið þitt",
"Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud",
"HTML Code:" : "HTML-kóði:"
"You received a new remote share %2$s from %1$s" : "Þú tókst við nýrri fjartengdri sameign %2$s frá %1$s",
"You received a new remote share from %s" : "Þú tókst við nýrri fjartengdri sameign frá %s",
"%1$s accepted remote share %2$s" : "%1$s samþykkti fjartengda sameign %2$s",
"%1$s declined remote share %2$s" : "%1$s hafnaði fjartengdri sameign %2$s",
"%1$s unshared %2$s from you" : "%1$s tók af deilingu %2$s frá þér",
"Public shared folder %1$s was downloaded" : "Deild mappa í almenningsaðgangi %1$s var sótt",
"Public shared file %1$s was downloaded" : "Deild skrá í almenningsaðgangi %1$s var sótt",
"You shared %1$s with %2$s" : "Þú deildir %1$s með %2$s",
"%2$s shared %1$s with %3$s" : "%2$s deildi %1$s með %3$s",
"You removed the share of %2$s for %1$s" : "Þú fjarlægðir deilingu af %2$s fyrir %1$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s fjarlægði deilingu af %3$s fyrir %1$s",
"You shared %1$s with group %2$s" : "Þú deildir %1$s með hópnum %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deildi %1$s með hópnum %3$s",
"You removed the share of group %2$s for %1$s" : "Þú fjarlægðir deilingu til hópsins %2$s fyrir %1$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s fjarlægði deilingu til hópsins %3$s fyrir %1$s",
"%2$s shared %1$s via link" : "%2$s deildi %1$s með tengli",
"You shared %1$s via link" : "Þú deildir %1$s með tengli",
"You removed the public link for %1$s" : "Þú fjarlægðir almenningstengilinn fyrir %1$s",
"%2$s removed the public link for %1$s" : "%2$s fjarlægði almenningstengilinn fyrir %1$s",
"Your public link for %1$s expired" : "Almenningstengill þinn fyrir %1$s er útrunninn",
"The public link of %2$s for %1$s expired" : "Almenningstengill %2$s fyrir %1$s er útrunninn",
"%2$s shared %1$s with you" : "%2$s deildi %1$s með þér",
"%2$s removed the share for %1$s" : "%2$s fjarlægði deilingu af %1$s",
"Shared with %2$s" : "Deilt með %2$s",
"Shared with %3$s by %2$s" : "Deilt með %3$s af %2$s",
"Removed share for %2$s" : "Fjarlægði deilingu af %2$s",
"%2$s removed share for %3$s" : "%2$s fjarlægði deilingu af %3$s",
"Shared with group %2$s" : "Deilt með hópnum %2$s",
"Shared with group %3$s by %2$s" : "Deilt með hópnum %3$s af %2$s",
"Removed share of group %2$s" : "Fjarlægði deilingu af hópnum %2$s",
"%2$s removed share of group %3$s" : "%2$s fjarlægði deilingu af hópnum %3$s",
"Shared via link by %2$s" : "Deilt með tengli af %2$s",
"Shared via public link" : "Deilt með almenningstengli",
"%2$s removed public link" : "%2$s fjarlægði almenningstengil",
"Public link of %2$s expired" : "Almenningstengill %2$s er útrunninn",
"Shared by %2$s" : "Deilt af %2$s",
"Shares" : "Sameignir"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -146,4 +146,4 @@ OC.L10N.register(
"Shared by %2$s" : "Udostępniane przez %2$s",
"Shares" : "Udziały"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -143,5 +143,5 @@
"Public link of %2$s expired" : "Publiczne łącze użytkownika %2$s wygasło",
"Shared by %2$s" : "Udostępniane przez %2$s",
"Shares" : "Udziały"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -15,6 +15,7 @@ OC.L10N.register(
"You will be able to recover deleted files from here" : "Iš čia galėsite atkurti ištrintus failus",
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
"Select all" : "Pažymėti viską",
"Name" : "Pavadinimas"
"Name" : "Pavadinimas",
"Deleted" : "Ištrinta"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -13,6 +13,7 @@
"You will be able to recover deleted files from here" : "Iš čia galėsite atkurti ištrintus failus",
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
"Select all" : "Pažymėti viską",
"Name" : "Pavadinimas"
"Name" : "Pavadinimas",
"Deleted" : "Ištrinta"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -18,4 +18,4 @@ OC.L10N.register(
"Name" : "Nazwa",
"Deleted" : "Usunięte"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -15,5 +15,5 @@
"Select all" : "Wybierz wszystko",
"Name" : "Nazwa",
"Deleted" : "Usunięte"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -4,7 +4,9 @@ OC.L10N.register(
"Could not revert: %s" : "Gat ekki endurheimt: %s",
"Versions" : "Útgáfur",
"Failed to revert {file} to revision {timestamp}." : "Mistókst að endurheimta {file} útgáfu {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
"Restore" : "Endurheimta",
"No versions available" : "Engar aðrar útgáfur í boði",
"More versions..." : "Fleiri útgáfur...",
"No other versions available" : "Engar aðrar útgáfur í boði"
},

View File

@ -2,7 +2,9 @@
"Could not revert: %s" : "Gat ekki endurheimt: %s",
"Versions" : "Útgáfur",
"Failed to revert {file} to revision {timestamp}." : "Mistókst að endurheimta {file} útgáfu {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"],
"Restore" : "Endurheimta",
"No versions available" : "Engar aðrar útgáfur í boði",
"More versions..." : "Fleiri útgáfur...",
"No other versions available" : "Engar aðrar útgáfur í boði"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"

View File

@ -10,4 +10,4 @@ OC.L10N.register(
"More versions..." : "Więcej wersji...",
"No other versions available" : "Nie są dostępne żadne inne wersje"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -7,5 +7,5 @@
"No versions available" : "Brak wersji",
"More versions..." : "Więcej wersji...",
"No other versions available" : "Nie są dostępne żadne inne wersje"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -2,10 +2,15 @@ OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Tilkynningar um uppfærslu",
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
"Channel updated" : "Rás uppfærð",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
"Open updater" : "Opna uppfærslustýringu",
"Download now" : "Sækja núna",
"Your version is up to date." : "Útgáfan þín er af nýjustu gerð.",
"Checked on %s" : "Athugað þann %s",
"Update channel:" : "Uppfærslurás:",
@ -14,6 +19,6 @@ OC.L10N.register(
"Only notification for app updates are available." : "Eingöngu eru eru tiltækar tilkynningar fyrir uppfærslur forrita.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Valda uppfærslurásin gerir úreltar sértækar tilkynningar fyrir vefþjóninn.",
"The selected update channel does not support updates of the server." : "Valda uppfærslurásin styður ekki uppfærslur fyrir vefþjóninn.",
"Updater" : "Uppfærslustýring"
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Þú ert að keyra PHP %s. Ef þú ætlar að uppfæra í Nextcloud 11 eða hærri, verður þú að keyra að minnsta kosti PHP 5.6. Þegar þú ert búinn að uppfæra PHP útgáfuna þína, muntu fara að fá tilkynningar um uppfærslur vegna nýrri útgáfna."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -1,9 +1,14 @@
{ "translations": {
"Update notifications" : "Tilkynningar um uppfærslu",
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
"Channel updated" : "Rás uppfærð",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
"Open updater" : "Opna uppfærslustýringu",
"Download now" : "Sækja núna",
"Your version is up to date." : "Útgáfan þín er af nýjustu gerð.",
"Checked on %s" : "Athugað þann %s",
"Update channel:" : "Uppfærslurás:",
@ -12,6 +17,6 @@
"Only notification for app updates are available." : "Eingöngu eru eru tiltækar tilkynningar fyrir uppfærslur forrita.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Valda uppfærslurásin gerir úreltar sértækar tilkynningar fyrir vefþjóninn.",
"The selected update channel does not support updates of the server." : "Valda uppfærslurásin styður ekki uppfærslur fyrir vefþjóninn.",
"Updater" : "Uppfærslustýring"
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Þú ert að keyra PHP %s. Ef þú ætlar að uppfæra í Nextcloud 11 eða hærri, verður þú að keyra að minnsta kosti PHP 5.6. Þegar þú ert búinn að uppfæra PHP útgáfuna þína, muntu fara að fá tilkynningar um uppfærslur vegna nýrri útgáfna."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -21,4 +21,4 @@ OC.L10N.register(
"The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera.",
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Używasz PHP %s. Abyś mógł zaktualizować do Nextclouda w wersji 11 i wyższej musisz używać przynajmniej PHP 5.6. Kiedy podniesiesz swoją wersję PHP będzie możliwe otrzymanie powiadomienia dla tych nowszych wersji."
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -18,5 +18,5 @@
"The selected update channel makes dedicated notifications for the server obsolete." : "Wybrany kanał aktualizacji dla dedykowanych powiadomień dla serwera jest nieaktualny.",
"The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera.",
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Używasz PHP %s. Abyś mógł zaktualizować do Nextclouda w wersji 11 i wyższej musisz używać przynajmniej PHP 5.6. Kiedy podniesiesz swoją wersję PHP będzie możliwe otrzymanie powiadomienia dla tych nowszych wersji."
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -154,4 +154,4 @@ OC.L10N.register(
"Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP",
"Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -151,5 +151,5 @@
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nazwy użytkowników służą do przechowywania i przypisywania (meta) danych. W celu dokładnego określenia i rozpoznawania użytkowników, każdy użytkownik LDAP ma przypisaną wewnętrzną nazwę użytkownika. Wymaga to mapowania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jest odwzorowywana na UUID użytkownika LDAP. Dodatkowo DN są buforowane, także w celu zmniejszenia oddziaływania LDAP, ale nie są stosowane do identyfikacji. Po zmianie DN, będzie można znaleźć zmiany. Wewnętrzna nazwa jest używana wszędzie. Usuwanie mapowania będzie miało wpływ wszędzie. Usuwanie mapowania nie jest wrażliwe na konfiguracje, dotyczy to wszystkich konfiguracji LDAP! Nigdy nie usuwaj mapowania w środowisku produkcyjnym, jest to dopuszczalne tylko w fazie eksperymentalnej, testowej.",
"Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP",
"Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -99,7 +99,7 @@ OC.L10N.register(
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl} rel=\"noreferrer\">conseils de sécurisation</a>.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer\">conseils de sécurisation</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.",
"Shared" : "Partagé",
"Shared with {recipients}" : "Partagé avec {recipients}",

View File

@ -97,7 +97,7 @@
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl} rel=\"noreferrer\">conseils de sécurisation</a>.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer\">conseils de sécurisation</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.",
"Shared" : "Partagé",
"Shared with {recipients}" : "Partagé avec {recipients}",

View File

@ -3,6 +3,8 @@ OC.L10N.register(
{
"Please select a file." : "Veldu skrá.",
"File is too big" : "Skrá er of stór",
"The selected file is not an image." : "Valda skráin er ekki mynd.",
"The selected file cannot be read." : "Ekki hægt að lesa völdu skrána.",
"Invalid file provided" : "Ógild skrá gefin",
"No image or file provided" : "Engin mynd eða skrá gefin",
"Unknown filetype" : "Óþekkt skráartegund",
@ -45,16 +47,25 @@ OC.L10N.register(
"Already up to date" : "Allt uppfært nú þegar",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Það komu upp vandamál með athugun á áreiðanleika kóða. Nánari upplýsingar…</a>",
"Settings" : "Stillingar",
"Connection to server lost" : "Tenging við miðlara rofnaði",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Vandamál við að hlaða inn síðu, endurhleð eftir %n sekúndu","Vandamál við að hlaða inn síðu, endurhleð eftir %n sekúndur"],
"Saving..." : "Er að vista ...",
"Dismiss" : "Hafna",
"This action requires you to confirm your password" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt",
"Authentication required" : "Auðkenningar krafist",
"Password" : "Lykilorð",
"Cancel" : "Hætta við",
"Confirm" : "Staðfesta",
"Failed to authenticate, try again" : "Tókst ekki að auðkenna, prófaðu aftur",
"seconds ago" : "sekúndum síðan",
"Logging in …" : "Skrái inn …",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Tengillinn til að endurstilla lykilorðið þitt hefur verið sendur á netfangið þitt. Ef þú færð ekki póstinn innan hæfilegs tíma, athugaðu þá ruslpóstmöppuna.<br>Ef hann er ekki þar, spurðu þá kerfisstjórann þinn.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt.<br />Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. <br />Viltu halda áfram?",
"I know what I'm doing" : "Ég veit hvað ég er að gera",
"Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
"No" : "Nei",
"Yes" : "Já",
"No files in here" : "Engar skrár hér",
"Choose" : "Veldu",
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
"Ok" : "Í lagi",
@ -70,6 +81,7 @@ OC.L10N.register(
"(all selected)" : "(allt valið)",
"({count} selected)" : "({count} valið)",
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
"Pending" : "Í bið",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
"So-so password" : "Miðlungs lykilorð",
@ -81,6 +93,7 @@ OC.L10N.register(
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
"Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns",
@ -100,6 +113,7 @@ OC.L10N.register(
"Expiration date" : "Gildir til",
"Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
"Copied!" : "Afritað!",
"Copy" : "Afrita",
"Not supported!" : "Óstutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
"Press Ctrl-C to copy." : "Ýttu á Ctrl-C til að afrita.",
@ -109,14 +123,21 @@ OC.L10N.register(
"Password protect" : "Verja með lykilorði",
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
"Allow editing" : "Leyfa breytingar",
"File drop (upload only)" : "Slepping skráa (einungis innsending)",
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
"Send" : "Senda",
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
"Shared with you by {owner}" : "Deilt með þér af {owner}",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} deildi með tengli",
"group" : "hópur",
"remote" : "fjartengt",
"email" : "tölvupóstur",
"Unshare" : "Hætta deilingu",
"can reshare" : "getur endurdeilt",
"can edit" : "getur breytt",
"can create" : "getur búið til",
"can change" : "getur breytt",
"can delete" : "getur eytt",
"access control" : "aðgangsstýring",
"Could not unshare" : "Gat ekki hætt deilingu",
"Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.",
@ -125,7 +146,17 @@ OC.L10N.register(
"An error occurred. Please try again" : "Villa kom upp. Endilega reyndu aftur",
"{sharee} (group)" : "{sharee} (hópur)",
"{sharee} (remote)" : "{sharee} (fjartengdur)",
"{sharee} (email)" : "{sharee} (tölvupóstur)",
"Share" : "Deila",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Deila með fólki í öðrum gagnaskýjum með auðkenninu notandanafn@dæmi.is/nextcloud",
"Share with users or by mail..." : "Deila með notendum eða með tölvupósti...",
"Share with users or remote users..." : "Deila með notendum eða fjartengdum notendum...",
"Share with users, remote users or by mail..." : "Deila með notendum, fjartengdum notendum eða með tölvupósti...",
"Share with users or groups..." : "Deila með notendum eða hópum...",
"Share with users, groups or by mail..." : "Deila með notendum, hópum eða með tölvupósti...",
"Share with users, groups or remote users..." : "Deila með notendum, hópum eða fjartengdum notendum...",
"Share with users, groups, remote users or by mail..." : "Deila með notendum, hópum, fjartengdum notendum eða með tölvupósti...",
"Share with users..." : "Deila með notendum...",
"Error removing share" : "Villa við að fjarlægja sameign",
"Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
"restricted" : "takmarkaður aðgangur",
@ -134,6 +165,7 @@ OC.L10N.register(
"Delete" : "Eyða",
"Rename" : "Endurnefna",
"Collaborative tags" : "Samstarfsmerkingar",
"No tags found" : "Engin merki fundust",
"The object type is not specified." : "Tegund hlutar ekki tilgreind",
"Enter new" : "Sláðu inn nýtt",
"Add" : "Bæta við",
@ -156,6 +188,7 @@ OC.L10N.register(
"Continue to Nextcloud" : "Halda áfram í Nextcloud",
"The update was successful. Redirecting you to Nextcloud now." : "Uppfærslan heppnaðist. Beini þér til Nextcloud nú.",
"Searching other places" : "Leitað á öðrum stöðum",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Engar leitarniðurstöður í öðrum möppum fyrir '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
"Personal" : "Einka",
"Users" : "Notendur",
@ -198,6 +231,7 @@ OC.L10N.register(
"Database name" : "Heiti gagnagrunns",
"Database tablespace" : "Töflusvæði gagnagrunns",
"Database host" : "Netþjónn gagnagrunns",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Taktu fram númer gáttar ásamt nafni hýsilvélar (t.d., localhost:5432).",
"Performance warning" : "Afkastaviðvörun",
"SQLite will be used as database." : "SQLite verður notað sem gagnagrunnur.",
"For larger installations we recommend to choose a different database backend." : "Fyrir stærri uppsetningar mælum við með að velja annan gagnagrunnsbakenda.",
@ -209,6 +243,8 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Þetta forrit krefst JavaScript fyrir rétta virkni. {linkstart} virkjaðu JavaScript {linkend} og endurlestu síðan síðuna.",
"Search" : "Leita",
"Log out" : "Skrá út",
"This action requires you to confirm your password:" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt:",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
"An internal error occurred." : "Innri villa kom upp.",
@ -319,7 +355,7 @@ OC.L10N.register(
"delete" : "eyða",
"{sharee} (at {server})" : "{sharee} (á {server})",
"Share with users…" : "Deila með notendum...",
"Share with users, groups or remote users…" : "Deila með notendum, hópa eða fjartengdum notendum...",
"Share with users, groups or remote users…" : "Deila með notendum, hópum eða fjartengdum notendum...",
"Share with users or groups…" : "Deila með notendum eða hópum...",
"Share with users or remote users…" : "Deila með notendum, hópa eða fjartengdum notendum...",
"Warning" : "Aðvörun",

View File

@ -1,6 +1,8 @@
{ "translations": {
"Please select a file." : "Veldu skrá.",
"File is too big" : "Skrá er of stór",
"The selected file is not an image." : "Valda skráin er ekki mynd.",
"The selected file cannot be read." : "Ekki hægt að lesa völdu skrána.",
"Invalid file provided" : "Ógild skrá gefin",
"No image or file provided" : "Engin mynd eða skrá gefin",
"Unknown filetype" : "Óþekkt skráartegund",
@ -43,16 +45,25 @@
"Already up to date" : "Allt uppfært nú þegar",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Það komu upp vandamál með athugun á áreiðanleika kóða. Nánari upplýsingar…</a>",
"Settings" : "Stillingar",
"Connection to server lost" : "Tenging við miðlara rofnaði",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Vandamál við að hlaða inn síðu, endurhleð eftir %n sekúndu","Vandamál við að hlaða inn síðu, endurhleð eftir %n sekúndur"],
"Saving..." : "Er að vista ...",
"Dismiss" : "Hafna",
"This action requires you to confirm your password" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt",
"Authentication required" : "Auðkenningar krafist",
"Password" : "Lykilorð",
"Cancel" : "Hætta við",
"Confirm" : "Staðfesta",
"Failed to authenticate, try again" : "Tókst ekki að auðkenna, prófaðu aftur",
"seconds ago" : "sekúndum síðan",
"Logging in …" : "Skrái inn …",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Tengillinn til að endurstilla lykilorðið þitt hefur verið sendur á netfangið þitt. Ef þú færð ekki póstinn innan hæfilegs tíma, athugaðu þá ruslpóstmöppuna.<br>Ef hann er ekki þar, spurðu þá kerfisstjórann þinn.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt.<br />Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. <br />Viltu halda áfram?",
"I know what I'm doing" : "Ég veit hvað ég er að gera",
"Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
"No" : "Nei",
"Yes" : "Já",
"No files in here" : "Engar skrár hér",
"Choose" : "Veldu",
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
"Ok" : "Í lagi",
@ -68,6 +79,7 @@
"(all selected)" : "(allt valið)",
"({count} selected)" : "({count} valið)",
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
"Pending" : "Í bið",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
"So-so password" : "Miðlungs lykilorð",
@ -79,6 +91,7 @@
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
"Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns",
@ -98,6 +111,7 @@
"Expiration date" : "Gildir til",
"Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
"Copied!" : "Afritað!",
"Copy" : "Afrita",
"Not supported!" : "Óstutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
"Press Ctrl-C to copy." : "Ýttu á Ctrl-C til að afrita.",
@ -107,14 +121,21 @@
"Password protect" : "Verja með lykilorði",
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
"Allow editing" : "Leyfa breytingar",
"File drop (upload only)" : "Slepping skráa (einungis innsending)",
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
"Send" : "Senda",
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
"Shared with you by {owner}" : "Deilt með þér af {owner}",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} deildi með tengli",
"group" : "hópur",
"remote" : "fjartengt",
"email" : "tölvupóstur",
"Unshare" : "Hætta deilingu",
"can reshare" : "getur endurdeilt",
"can edit" : "getur breytt",
"can create" : "getur búið til",
"can change" : "getur breytt",
"can delete" : "getur eytt",
"access control" : "aðgangsstýring",
"Could not unshare" : "Gat ekki hætt deilingu",
"Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.",
@ -123,7 +144,17 @@
"An error occurred. Please try again" : "Villa kom upp. Endilega reyndu aftur",
"{sharee} (group)" : "{sharee} (hópur)",
"{sharee} (remote)" : "{sharee} (fjartengdur)",
"{sharee} (email)" : "{sharee} (tölvupóstur)",
"Share" : "Deila",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Deila með fólki í öðrum gagnaskýjum með auðkenninu notandanafn@dæmi.is/nextcloud",
"Share with users or by mail..." : "Deila með notendum eða með tölvupósti...",
"Share with users or remote users..." : "Deila með notendum eða fjartengdum notendum...",
"Share with users, remote users or by mail..." : "Deila með notendum, fjartengdum notendum eða með tölvupósti...",
"Share with users or groups..." : "Deila með notendum eða hópum...",
"Share with users, groups or by mail..." : "Deila með notendum, hópum eða með tölvupósti...",
"Share with users, groups or remote users..." : "Deila með notendum, hópum eða fjartengdum notendum...",
"Share with users, groups, remote users or by mail..." : "Deila með notendum, hópum, fjartengdum notendum eða með tölvupósti...",
"Share with users..." : "Deila með notendum...",
"Error removing share" : "Villa við að fjarlægja sameign",
"Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
"restricted" : "takmarkaður aðgangur",
@ -132,6 +163,7 @@
"Delete" : "Eyða",
"Rename" : "Endurnefna",
"Collaborative tags" : "Samstarfsmerkingar",
"No tags found" : "Engin merki fundust",
"The object type is not specified." : "Tegund hlutar ekki tilgreind",
"Enter new" : "Sláðu inn nýtt",
"Add" : "Bæta við",
@ -154,6 +186,7 @@
"Continue to Nextcloud" : "Halda áfram í Nextcloud",
"The update was successful. Redirecting you to Nextcloud now." : "Uppfærslan heppnaðist. Beini þér til Nextcloud nú.",
"Searching other places" : "Leitað á öðrum stöðum",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Engar leitarniðurstöður í öðrum möppum fyrir '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
"Personal" : "Einka",
"Users" : "Notendur",
@ -196,6 +229,7 @@
"Database name" : "Heiti gagnagrunns",
"Database tablespace" : "Töflusvæði gagnagrunns",
"Database host" : "Netþjónn gagnagrunns",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Taktu fram númer gáttar ásamt nafni hýsilvélar (t.d., localhost:5432).",
"Performance warning" : "Afkastaviðvörun",
"SQLite will be used as database." : "SQLite verður notað sem gagnagrunnur.",
"For larger installations we recommend to choose a different database backend." : "Fyrir stærri uppsetningar mælum við með að velja annan gagnagrunnsbakenda.",
@ -207,6 +241,8 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Þetta forrit krefst JavaScript fyrir rétta virkni. {linkstart} virkjaðu JavaScript {linkend} og endurlestu síðan síðuna.",
"Search" : "Leita",
"Log out" : "Skrá út",
"This action requires you to confirm your password:" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt:",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
"An internal error occurred." : "Innri villa kom upp.",
@ -317,7 +353,7 @@
"delete" : "eyða",
"{sharee} (at {server})" : "{sharee} (á {server})",
"Share with users…" : "Deila með notendum...",
"Share with users, groups or remote users…" : "Deila með notendum, hópa eða fjartengdum notendum...",
"Share with users, groups or remote users…" : "Deila með notendum, hópum eða fjartengdum notendum...",
"Share with users or groups…" : "Deila með notendum eða hópum...",
"Share with users or remote users…" : "Deila með notendum, hópa eða fjartengdum notendum...",
"Warning" : "Aðvörun",

View File

@ -48,6 +48,7 @@ OC.L10N.register(
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Wystąpiły problemy przy sprawdzaniu integralności kodu Więcej informacji…</a>",
"Settings" : "Ustawienia",
"Connection to server lost" : "Utracone połączenie z serwerem",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem z załadowaniem strony, przeładowanie za %n sekundę","Problem z załadowaniem strony, przeładowanie za %n sekund","Problem z załadowaniem strony, przeładowanie za %n sekund"],
"Saving..." : "Zapisywanie...",
"Dismiss" : "Anuluj",
"This action requires you to confirm your password" : "Ta akcja wymaga potwierdzenia hasłem",
@ -59,6 +60,7 @@ OC.L10N.register(
"seconds ago" : "sekund temu",
"Logging in …" : "Logowanie …",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Link do zresetowanego hasła, został wysłany na twój adres e-mail. Jeśli nie dostałeś wiadomości w rozsądnym czasie, sprawdź folder ze spamem.<br> Jeśli nie ma wiadomości w tym folderze, skontaktuj się ze swoim administratorem.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Po zresetowaniu hasła nie będzie możliwości ich odzyskania.<br />Jeśli nie jest pewien co to oznacza, skontaktuj się proszę z administratroem przed kontynuowaniem.<br />Czy na pewno kontynuować?",
"I know what I'm doing" : "Wiem co robię",
"Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
"No" : "Nie",
@ -87,7 +89,15 @@ OC.L10N.register(
"Strong password" : "Silne hasło",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie jest poprawnie skonfigurowany, aby wyświetlić \"{url}\". Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci cache. Jeśli to możliwe skonfiguruj pamięć cache, aby zwiększyć wydajność. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Posiadasz aktualnie PHP w wersji {version}. Aby skorzystać z <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">aktualizacji dotyczących wydajności i bezpieczeństwa otrzymanych z PHP Group</a> zachęcamy do podniesienia wersji PHP, kiedy tylko twoja dystrybucja będzie je wspierała.",
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Twój katalog z danymi i twoje pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Silnie rekomendujemy, żebyś skonfigurował serwer webowy, żeby katalog z danymi nie był dalej dostępny lub przenieś katalog z danymi poza katalog \"document root\" serwera web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Nagłówek HTTP {header} nie jest skonfigurowany, aby pasował do {expected}. Jest to poterncjalne zagrożenie prywatności oraz bezpieczeństwa i zalecamy poprawienie tego ustawienia.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych <a href=\"{docUrl}\" rel=\"noreferrer\">wskazówkach dot. bezpieczeństwa</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych <a href=\"{docUrl}\">wskazówkach bezpieczeństwa</a>.",
"Shared" : "Udostępniono",
"Shared with {recipients}" : "Współdzielony z {recipients}",
@ -135,6 +145,7 @@ OC.L10N.register(
"{sharee} (remote)" : "{sharee} (zdalny)",
"{sharee} (email)" : "{sharee} (email)",
"Share" : "Udostępnij",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Współdziel z innymi użytkownikami z innych serwerów używając ID Stowarzyszonej Chmury username@example.com/nextcloud ",
"Share with users or by mail..." : "Współdziel z użytkownikami lub poprzez mail...",
"Share with users or remote users..." : "Współdziel z użytkownikami lub zdalnymi użytkownikami...",
"Share with users, remote users or by mail..." : "Współdziel z użytkownikami, zdalnymi użytkownikami lub poprzez mail...",
@ -328,6 +339,8 @@ OC.L10N.register(
"Dec." : "Gru.",
"Problem loading page, reloading in 5 seconds" : "Błąd podczas ładowania strony, odświeżanie w ciągu 5 sekund.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Jeśli nie włączyłeś klucza odzyskiwania, nie będzie możliwości odszyfrowania tych plików po zresetowaniu hasła.<br>Jeśli nie jesteś pewien co zrobić, skontaktuj się ze swoim administratorem, zanim bedziesz kontynuował. <br/> Czy chcesz kontynuować?\n ",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"Hide file listing" : "Schowaj listę plików",
"Sending ..." : "Wysyłanie...",
"Email sent" : "E-mail wysłany",
@ -354,4 +367,4 @@ OC.L10N.register(
"Please authenticate using the selected factor." : "Uwierzytelnij przy pomocy wybranego składnika",
"An error occured while verifying the token" : "Wystąpił błąd podczas weryfikacji tokena"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -46,6 +46,7 @@
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Wystąpiły problemy przy sprawdzaniu integralności kodu Więcej informacji…</a>",
"Settings" : "Ustawienia",
"Connection to server lost" : "Utracone połączenie z serwerem",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem z załadowaniem strony, przeładowanie za %n sekundę","Problem z załadowaniem strony, przeładowanie za %n sekund","Problem z załadowaniem strony, przeładowanie za %n sekund"],
"Saving..." : "Zapisywanie...",
"Dismiss" : "Anuluj",
"This action requires you to confirm your password" : "Ta akcja wymaga potwierdzenia hasłem",
@ -57,6 +58,7 @@
"seconds ago" : "sekund temu",
"Logging in …" : "Logowanie …",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Link do zresetowanego hasła, został wysłany na twój adres e-mail. Jeśli nie dostałeś wiadomości w rozsądnym czasie, sprawdź folder ze spamem.<br> Jeśli nie ma wiadomości w tym folderze, skontaktuj się ze swoim administratorem.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Po zresetowaniu hasła nie będzie możliwości ich odzyskania.<br />Jeśli nie jest pewien co to oznacza, skontaktuj się proszę z administratroem przed kontynuowaniem.<br />Czy na pewno kontynuować?",
"I know what I'm doing" : "Wiem co robię",
"Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
"No" : "Nie",
@ -85,7 +87,15 @@
"Strong password" : "Silne hasło",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie jest poprawnie skonfigurowany, aby wyświetlić \"{url}\". Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci cache. Jeśli to możliwe skonfiguruj pamięć cache, aby zwiększyć wydajność. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Posiadasz aktualnie PHP w wersji {version}. Aby skorzystać z <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">aktualizacji dotyczących wydajności i bezpieczeństwa otrzymanych z PHP Group</a> zachęcamy do podniesienia wersji PHP, kiedy tylko twoja dystrybucja będzie je wspierała.",
"The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Twój katalog z danymi i twoje pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Silnie rekomendujemy, żebyś skonfigurował serwer webowy, żeby katalog z danymi nie był dalej dostępny lub przenieś katalog z danymi poza katalog \"document root\" serwera web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Nagłówek HTTP {header} nie jest skonfigurowany, aby pasował do {expected}. Jest to poterncjalne zagrożenie prywatności oraz bezpieczeństwa i zalecamy poprawienie tego ustawienia.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych <a href=\"{docUrl}\" rel=\"noreferrer\">wskazówkach dot. bezpieczeństwa</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych <a href=\"{docUrl}\">wskazówkach bezpieczeństwa</a>.",
"Shared" : "Udostępniono",
"Shared with {recipients}" : "Współdzielony z {recipients}",
@ -133,6 +143,7 @@
"{sharee} (remote)" : "{sharee} (zdalny)",
"{sharee} (email)" : "{sharee} (email)",
"Share" : "Udostępnij",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Współdziel z innymi użytkownikami z innych serwerów używając ID Stowarzyszonej Chmury username@example.com/nextcloud ",
"Share with users or by mail..." : "Współdziel z użytkownikami lub poprzez mail...",
"Share with users or remote users..." : "Współdziel z użytkownikami lub zdalnymi użytkownikami...",
"Share with users, remote users or by mail..." : "Współdziel z użytkownikami, zdalnymi użytkownikami lub poprzez mail...",
@ -326,6 +337,8 @@
"Dec." : "Gru.",
"Problem loading page, reloading in 5 seconds" : "Błąd podczas ładowania strony, odświeżanie w ciągu 5 sekund.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Jeśli nie włączyłeś klucza odzyskiwania, nie będzie możliwości odszyfrowania tych plików po zresetowaniu hasła.<br>Jeśli nie jesteś pewien co zrobić, skontaktuj się ze swoim administratorem, zanim bedziesz kontynuował. <br/> Czy chcesz kontynuować?\n ",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentacji</a>.",
"Hide file listing" : "Schowaj listę plików",
"Sending ..." : "Wysyłanie...",
"Email sent" : "E-mail wysłany",
@ -351,5 +364,5 @@
"Cancel login" : "Anuluj logowanie",
"Please authenticate using the selected factor." : "Uwierzytelnij przy pomocy wybranego składnika",
"An error occured while verifying the token" : "Wystąpił błąd podczas weryfikacji tokena"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -48,6 +48,7 @@ OC.L10N.register(
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">代码完整性检查出现异常, 点击查看详细信息...</a>",
"Settings" : "设置",
"Connection to server lost" : "与服务器的连接断开",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["加载页面出现问题,将在 %n 秒后重新加载"],
"Saving..." : "保存中...",
"Dismiss" : "忽略",
"This action requires you to confirm your password" : "请您确认您的密码",

View File

@ -46,6 +46,7 @@
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">代码完整性检查出现异常, 点击查看详细信息...</a>",
"Settings" : "设置",
"Connection to server lost" : "与服务器的连接断开",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["加载页面出现问题,将在 %n 秒后重新加载"],
"Saving..." : "保存中...",
"Dismiss" : "忽略",
"This action requires you to confirm your password" : "请您确认您的密码",

181
lib/l10n/is.js Normal file
View File

@ -0,0 +1,181 @@
OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Get ekki skrifað í \"config\" möppuna!",
"See %s" : "Skoðaðu %s",
"%1$s and %2$s" : "%1$s og %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s og %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s og %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s og %5$s",
"PHP %s or higher is required." : "Krafist er PHP %s eða hærra.",
"PHP with a version lower than %s is required." : "Krafist er PHP útgáfu %s eða lægri.",
"%sbit or higher PHP required." : "Krafist er PHP %sbita eða hærra.",
"Following databases are supported: %s" : "Eftirfarandi gagnagrunnar eru studdir: %s",
"The command line tool %s could not be found" : "Skipanalínutólið \"%s\" fannst ekki",
"The library %s is not available." : "Aðgerðasafnið %s er ekki tiltækt.",
"Following platforms are supported: %s" : "Eftirfarandi stýrikerfi eru studd: %s",
"Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.",
"Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.",
"Unknown filetype" : "Óþekkt skráategund",
"Invalid image" : "Ógild mynd",
"Avatar image is not square" : "Auðkennismynd er ekki ferningslaga",
"today" : "í dag",
"yesterday" : "í gær",
"_%n day ago_::_%n days ago_" : ["fyrir %n degi síðan","fyrir %n dögum síðan"],
"last month" : "í síðasta mánuði",
"_%n month ago_::_%n months ago_" : ["fyrir %n mánuði","fyrir %n mánuðum"],
"last year" : "síðasta ári",
"_%n year ago_::_%n years ago_" : ["fyrir %n degi síðan","fyrir %n árum síðan"],
"_%n hour ago_::_%n hours ago_" : ["fyrir %n klukkustund síðan","fyrir %n klukkustundum síðan"],
"_%n minute ago_::_%n minutes ago_" : ["fyrir %n mínútu síðan","fyrir %n mínútum síðan"],
"seconds ago" : "sekúndum síðan",
"File name is a reserved word" : "Skráarheiti er þegar frátekið orð",
"File name contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf",
"File name is too long" : "Skráarheiti er of langt",
"Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar",
"Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Stillingar þjóns",
"Sharing" : "Deiling",
"Encryption" : "Dulritun",
"Additional settings" : "Valfrjálsar stillingar",
"Tips & tricks" : "Ábendingar og góð ráð",
"%s enter the database username and name." : "%s settu inn notandanafn og nafn á gagnagrunni.",
"%s enter the database username." : "%s settu inn notandanafn í gagnagrunni.",
"%s enter the database name." : "%s settu inn nafn á gagnagrunni.",
"%s you may not use dots in the database name" : "%s þú mátt ekki nota punkta í nafni á gagnagrunni",
"Oracle connection could not be established" : "Ekki tókst að koma tengingu á við Oracle",
"Oracle username and/or password not valid" : "Notandanafn eða lykilorð Oracle er ekki gilt",
"DB Error: \"%s\"" : "Gagnagrunnsvilla: \"%s\"",
"Offending command was: \"%s\"" : "Saknæma skipunin var: \"%s\"",
"Offending command was: \"%s\", name: %s, password: %s" : "Saknæma skipunin var: \"%s\", nafn: %s, lykilorð: %s",
"PostgreSQL username and/or password not valid" : "Notandanafn eða lykilorð PostgreSQL er ekki gilt",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X er ekki stutt og %s mun ekki vinna eðlilega á þessu stýrikerfi. Notaðu þetta því á þína eigin ábyrgð! ",
"For the best results, please consider using a GNU/Linux server instead." : "Fyrir bestu útkomu ættirðu að íhuga að nota GNU/Linux þjón í staðinn.",
"Set an admin username." : "Stilltu notandanafn kerfisstjóra.",
"Set an admin password." : "Stilltu lykilorð kerfisstjóra.",
"Can't create or write into the data directory %s" : "Gat ekki búið til eða skrifað í gagnamöppuna %s",
"Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)",
"%s shared »%s« with you" : "%s deildi »%s« með þér",
"%s via %s" : "%s með %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %i",
"Sharing %s failed, because the file does not exist" : "Deiling %s mistókst, því skráin er ekki til",
"You are not allowed to share %s" : "Þú hefur ekki heimild til að deila %s",
"Sharing %s failed, because you can not share with yourself" : "Deiling %s mistókst, því þú getur ekki deilt með sjálfum þér",
"Sharing %s failed, because the user %s does not exist" : "Deiling %s mistókst, því notandinn %s er ekki til",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deiling %s mistókst, því notandinn %s er ekki meðlimur í neinum hópi sem %s er meðlimur í",
"Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s",
"Sharing %s failed, because this item is already shared with user %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með notandanum %s",
"Sharing %s failed, because the group %s does not exist" : "Deiling %s mistókst, því hópurinn %s er ekki til",
"Sharing %s failed, because %s is not a member of the group %s" : "Deiling %s mistókst, því %s er ekki meðlimur í hópnum %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Þú verður að setja inn lykilorð til að útbúa opinberan tengil, aðeins verndaðir tenglar eru leyfðir",
"Sharing %s failed, because sharing with links is not allowed" : "Deiling %s mistókst, því deiling með tenglum er ekki leyfð",
"Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu.",
"Share type %s is not valid for %s" : "Deiling af gerðinni %s er ekki gild fyrir %s",
"Cannot set expiration date. Expiration date is in the past" : "Get ekki stillt gildistímann. Gildistíminn er þegar runninn út",
"Sharing backend %s not found" : "Deilingarbakendinn %s fannst ekki",
"Sharing backend for %s not found" : "Deilingarbakendi fyrir %s fannst ekki",
"Sharing failed, because the user %s is the original sharer" : "Deiling %s mistókst, því notandinn %s er upprunalegur deilandi",
"Sharing %s failed, because resharing is not allowed" : "Deiling %s mistókst, því endurdeiling er ekki leyfð",
"Cannot increase permissions of %s" : "Get ekki aukið aðgangsheimildir %s",
"Expiration date is in the past" : "Gildistíminn er þegar runninn út",
"Cannot set expiration date more than %s days in the future" : "Ekki er hægt að setja lokadagsetningu meira en %s daga fram í tímann",
"Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"",
"Sunday" : "Sunnudagur",
"Monday" : "Mánudagur",
"Tuesday" : "Þriðjudagur",
"Wednesday" : "Miðvikudagur",
"Thursday" : "Fimmtudagur",
"Friday" : "Föstudagur",
"Saturday" : "Laugardagur",
"Sun." : "Sun.",
"Mon." : "Mán.",
"Tue." : "Þri.",
"Wed." : "Mið.",
"Thu." : "Fim.",
"Fri." : "Fös.",
"Sat." : "Lau.",
"Su" : "Su",
"Mo" : "Má",
"Tu" : "Þr",
"We" : "Mi",
"Th" : "Fi",
"Fr" : "Fö",
"Sa" : "La",
"January" : "Janúar",
"February" : "Febrúar",
"March" : "Mars",
"April" : "Apríl",
"May" : "Maí",
"June" : "Júní",
"July" : "Júlí",
"August" : "Ágúst",
"September" : "September",
"October" : "Október",
"November" : "Nóvember",
"December" : "Desember",
"Jan." : "Jan.",
"Feb." : "Feb.",
"Mar." : "Mar.",
"Apr." : "Apr.",
"May." : "Maí.",
"Jun." : "Jún.",
"Jul." : "Júl.",
"Aug." : "Ágú.",
"Sep." : "Sep.",
"Oct." : "Okt.",
"Nov." : "Nóv.",
"Dec." : "Des.",
"Apps" : "Forrit",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í notandanafni: \"a-z\", \"A-Z\", \"0-9\", og \"_.@-'\"",
"A valid username must be provided" : "Skráðu inn gilt notandanafn",
"Username contains whitespace at the beginning or at the end" : "Notandanafnið inniheldur orðabil í upphafi eða enda",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
"The username is already being used" : "Notandanafnið er þegar í notkun",
"Login canceled by app" : "Forrit hætti við innskráningu",
"User disabled" : "Notandi óvirkur",
"Help" : "Hjálp",
"Personal" : "Um mig",
"Users" : "Notendur",
"Admin" : "Stjórnun",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Ekki er hægt að setja upp \"%s\" forritið vegna þess að ekki var hægt að lesa appinfo-skrána.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Ekki var hægt að setja upp forritið \"%s\" vegna þess að það er ekki samhæft þessari útgáfu vefþjónsins.",
"No app name specified" : "Ekkert heiti forrits tilgreint",
"App '%s' could not be installed!" : "Ekki var hægt að setja upp '%s' forritið!",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Ekki var hægt að setja upp \"%s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %s",
"a safe home for all your data" : "öruggur staður fyrir öll gögnin þín",
"File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar",
"Can't read file" : "Get ekki lesið skrána",
"Application is not enabled" : "Forrit ekki virkt",
"Authentication error" : "Villa við auðkenningu",
"Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn.",
"Unknown user" : "Óþekktur notandi",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Engir reklar fyrir gagnagrunn eru uppsettir (sqlite, mysql eða postgresql).",
"Cannot write into \"config\" directory" : "Get ekki skrifað í \"config\" möppuna",
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
"Please upgrade your database version" : "Uppfærðu útgáfu gagnagrunnsins",
"Data directory (%s) is readable by other users" : "Gagnamappa (%s) er lesanleg fyrir aðra notendur",
"Data directory (%s) must be an absolute path" : "Gagnamappan (%s) verður að vera algild slóð",
"Check the value of \"datadirectory\" in your configuration" : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni",
"Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild",
"Storage unauthorized. %s" : "Gagnageymsla ekki auðkennd. %s",
"Storage incomplete configuration. %s" : "Ófullgerð uppsetning gagnageymslu. %s",
"Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s",
"Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s",
"4-byte characters are not supported in file names" : "4-bæta stafir eru ekki leyfilegir í skráaheitum",
"Logging" : "Skráning annáls",
"Recommended" : "Mælt með",
"Microsoft Windows Platform is not supported" : "Ekki er stuðningur við Microsoft Windows stýrikerfið",
"Storage not available" : "Gagnageymsla ekki tiltæk"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

179
lib/l10n/is.json Normal file
View File

@ -0,0 +1,179 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "Get ekki skrifað í \"config\" möppuna!",
"See %s" : "Skoðaðu %s",
"%1$s and %2$s" : "%1$s og %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s og %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s og %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s og %5$s",
"PHP %s or higher is required." : "Krafist er PHP %s eða hærra.",
"PHP with a version lower than %s is required." : "Krafist er PHP útgáfu %s eða lægri.",
"%sbit or higher PHP required." : "Krafist er PHP %sbita eða hærra.",
"Following databases are supported: %s" : "Eftirfarandi gagnagrunnar eru studdir: %s",
"The command line tool %s could not be found" : "Skipanalínutólið \"%s\" fannst ekki",
"The library %s is not available." : "Aðgerðasafnið %s er ekki tiltækt.",
"Following platforms are supported: %s" : "Eftirfarandi stýrikerfi eru studd: %s",
"Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.",
"Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.",
"Unknown filetype" : "Óþekkt skráategund",
"Invalid image" : "Ógild mynd",
"Avatar image is not square" : "Auðkennismynd er ekki ferningslaga",
"today" : "í dag",
"yesterday" : "í gær",
"_%n day ago_::_%n days ago_" : ["fyrir %n degi síðan","fyrir %n dögum síðan"],
"last month" : "í síðasta mánuði",
"_%n month ago_::_%n months ago_" : ["fyrir %n mánuði","fyrir %n mánuðum"],
"last year" : "síðasta ári",
"_%n year ago_::_%n years ago_" : ["fyrir %n degi síðan","fyrir %n árum síðan"],
"_%n hour ago_::_%n hours ago_" : ["fyrir %n klukkustund síðan","fyrir %n klukkustundum síðan"],
"_%n minute ago_::_%n minutes ago_" : ["fyrir %n mínútu síðan","fyrir %n mínútum síðan"],
"seconds ago" : "sekúndum síðan",
"File name is a reserved word" : "Skráarheiti er þegar frátekið orð",
"File name contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf",
"File name is too long" : "Skráarheiti er of langt",
"Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar",
"Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Stillingar þjóns",
"Sharing" : "Deiling",
"Encryption" : "Dulritun",
"Additional settings" : "Valfrjálsar stillingar",
"Tips & tricks" : "Ábendingar og góð ráð",
"%s enter the database username and name." : "%s settu inn notandanafn og nafn á gagnagrunni.",
"%s enter the database username." : "%s settu inn notandanafn í gagnagrunni.",
"%s enter the database name." : "%s settu inn nafn á gagnagrunni.",
"%s you may not use dots in the database name" : "%s þú mátt ekki nota punkta í nafni á gagnagrunni",
"Oracle connection could not be established" : "Ekki tókst að koma tengingu á við Oracle",
"Oracle username and/or password not valid" : "Notandanafn eða lykilorð Oracle er ekki gilt",
"DB Error: \"%s\"" : "Gagnagrunnsvilla: \"%s\"",
"Offending command was: \"%s\"" : "Saknæma skipunin var: \"%s\"",
"Offending command was: \"%s\", name: %s, password: %s" : "Saknæma skipunin var: \"%s\", nafn: %s, lykilorð: %s",
"PostgreSQL username and/or password not valid" : "Notandanafn eða lykilorð PostgreSQL er ekki gilt",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X er ekki stutt og %s mun ekki vinna eðlilega á þessu stýrikerfi. Notaðu þetta því á þína eigin ábyrgð! ",
"For the best results, please consider using a GNU/Linux server instead." : "Fyrir bestu útkomu ættirðu að íhuga að nota GNU/Linux þjón í staðinn.",
"Set an admin username." : "Stilltu notandanafn kerfisstjóra.",
"Set an admin password." : "Stilltu lykilorð kerfisstjóra.",
"Can't create or write into the data directory %s" : "Gat ekki búið til eða skrifað í gagnamöppuna %s",
"Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)",
"%s shared »%s« with you" : "%s deildi »%s« með þér",
"%s via %s" : "%s með %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %i",
"Sharing %s failed, because the file does not exist" : "Deiling %s mistókst, því skráin er ekki til",
"You are not allowed to share %s" : "Þú hefur ekki heimild til að deila %s",
"Sharing %s failed, because you can not share with yourself" : "Deiling %s mistókst, því þú getur ekki deilt með sjálfum þér",
"Sharing %s failed, because the user %s does not exist" : "Deiling %s mistókst, því notandinn %s er ekki til",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deiling %s mistókst, því notandinn %s er ekki meðlimur í neinum hópi sem %s er meðlimur í",
"Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s",
"Sharing %s failed, because this item is already shared with user %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með notandanum %s",
"Sharing %s failed, because the group %s does not exist" : "Deiling %s mistókst, því hópurinn %s er ekki til",
"Sharing %s failed, because %s is not a member of the group %s" : "Deiling %s mistókst, því %s er ekki meðlimur í hópnum %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Þú verður að setja inn lykilorð til að útbúa opinberan tengil, aðeins verndaðir tenglar eru leyfðir",
"Sharing %s failed, because sharing with links is not allowed" : "Deiling %s mistókst, því deiling með tenglum er ekki leyfð",
"Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu.",
"Share type %s is not valid for %s" : "Deiling af gerðinni %s er ekki gild fyrir %s",
"Cannot set expiration date. Expiration date is in the past" : "Get ekki stillt gildistímann. Gildistíminn er þegar runninn út",
"Sharing backend %s not found" : "Deilingarbakendinn %s fannst ekki",
"Sharing backend for %s not found" : "Deilingarbakendi fyrir %s fannst ekki",
"Sharing failed, because the user %s is the original sharer" : "Deiling %s mistókst, því notandinn %s er upprunalegur deilandi",
"Sharing %s failed, because resharing is not allowed" : "Deiling %s mistókst, því endurdeiling er ekki leyfð",
"Cannot increase permissions of %s" : "Get ekki aukið aðgangsheimildir %s",
"Expiration date is in the past" : "Gildistíminn er þegar runninn út",
"Cannot set expiration date more than %s days in the future" : "Ekki er hægt að setja lokadagsetningu meira en %s daga fram í tímann",
"Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"",
"Sunday" : "Sunnudagur",
"Monday" : "Mánudagur",
"Tuesday" : "Þriðjudagur",
"Wednesday" : "Miðvikudagur",
"Thursday" : "Fimmtudagur",
"Friday" : "Föstudagur",
"Saturday" : "Laugardagur",
"Sun." : "Sun.",
"Mon." : "Mán.",
"Tue." : "Þri.",
"Wed." : "Mið.",
"Thu." : "Fim.",
"Fri." : "Fös.",
"Sat." : "Lau.",
"Su" : "Su",
"Mo" : "Má",
"Tu" : "Þr",
"We" : "Mi",
"Th" : "Fi",
"Fr" : "Fö",
"Sa" : "La",
"January" : "Janúar",
"February" : "Febrúar",
"March" : "Mars",
"April" : "Apríl",
"May" : "Maí",
"June" : "Júní",
"July" : "Júlí",
"August" : "Ágúst",
"September" : "September",
"October" : "Október",
"November" : "Nóvember",
"December" : "Desember",
"Jan." : "Jan.",
"Feb." : "Feb.",
"Mar." : "Mar.",
"Apr." : "Apr.",
"May." : "Maí.",
"Jun." : "Jún.",
"Jul." : "Júl.",
"Aug." : "Ágú.",
"Sep." : "Sep.",
"Oct." : "Okt.",
"Nov." : "Nóv.",
"Dec." : "Des.",
"Apps" : "Forrit",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í notandanafni: \"a-z\", \"A-Z\", \"0-9\", og \"_.@-'\"",
"A valid username must be provided" : "Skráðu inn gilt notandanafn",
"Username contains whitespace at the beginning or at the end" : "Notandanafnið inniheldur orðabil í upphafi eða enda",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
"The username is already being used" : "Notandanafnið er þegar í notkun",
"Login canceled by app" : "Forrit hætti við innskráningu",
"User disabled" : "Notandi óvirkur",
"Help" : "Hjálp",
"Personal" : "Um mig",
"Users" : "Notendur",
"Admin" : "Stjórnun",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Ekki er hægt að setja upp \"%s\" forritið vegna þess að ekki var hægt að lesa appinfo-skrána.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Ekki var hægt að setja upp forritið \"%s\" vegna þess að það er ekki samhæft þessari útgáfu vefþjónsins.",
"No app name specified" : "Ekkert heiti forrits tilgreint",
"App '%s' could not be installed!" : "Ekki var hægt að setja upp '%s' forritið!",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Ekki var hægt að setja upp \"%s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %s",
"a safe home for all your data" : "öruggur staður fyrir öll gögnin þín",
"File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar",
"Can't read file" : "Get ekki lesið skrána",
"Application is not enabled" : "Forrit ekki virkt",
"Authentication error" : "Villa við auðkenningu",
"Token expired. Please reload page." : "Kenniteikn er útrunnið. Þú ættir að hlaða síðunni aftur inn.",
"Unknown user" : "Óþekktur notandi",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Engir reklar fyrir gagnagrunn eru uppsettir (sqlite, mysql eða postgresql).",
"Cannot write into \"config\" directory" : "Get ekki skrifað í \"config\" möppuna",
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
"Please upgrade your database version" : "Uppfærðu útgáfu gagnagrunnsins",
"Data directory (%s) is readable by other users" : "Gagnamappa (%s) er lesanleg fyrir aðra notendur",
"Data directory (%s) must be an absolute path" : "Gagnamappan (%s) verður að vera algild slóð",
"Check the value of \"datadirectory\" in your configuration" : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni",
"Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild",
"Storage unauthorized. %s" : "Gagnageymsla ekki auðkennd. %s",
"Storage incomplete configuration. %s" : "Ófullgerð uppsetning gagnageymslu. %s",
"Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s",
"Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s",
"4-byte characters are not supported in file names" : "4-bæta stafir eru ekki leyfilegir í skráaheitum",
"Logging" : "Skráning annáls",
"Recommended" : "Mælt með",
"Microsoft Windows Platform is not supported" : "Ekki er stuðningur við Microsoft Windows stýrikerfið",
"Storage not available" : "Gagnageymsla ekki tiltæk"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -49,6 +49,10 @@ OC.L10N.register(
"Encryption" : "Szyfrowanie",
"Additional settings" : "Ustawienia dodatkowe",
"Tips & tricks" : "Porady i wskazówki",
"%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika %s",
"%s enter the database username." : "Podaj nazwę użytkownika %s",
"%s enter the database name." : "Podaj nazwę bazy danych %s",
"%s you may not use dots in the database name" : "Nie możesz używać kropek w nazwie bazy danych %s",
"Oracle connection could not be established" : "Nie można ustanowić połączenia z bazą Oracle",
"Oracle username and/or password not valid" : "Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne",
"DB Error: \"%s\"" : "Błąd DB: \"%s\"",
@ -66,6 +70,7 @@ OC.L10N.register(
"Invalid Federated Cloud ID" : "Nieprawidłowy ID Stowarzyszonej Chmury",
"%s shared »%s« with you" : "%s współdzieli »%s« z tobą",
"%s via %s" : "%s przez %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Współdzielenie %s nie udało się, ponieważ backend nie pozwala na współdzielenie takiego typu jak %i.",
"Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje",
"You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s",
"Sharing %s failed, because you can not share with yourself" : "Współdzielenie %s nie udało się, ponieważ nie możesz współdzielić sam ze sobą",
@ -88,6 +93,7 @@ OC.L10N.register(
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend",
"Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione",
"Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione",
"Sharing failed, because the user %s is the original sharer" : "Współdzielenie z użytkownikiem %s się nie udało, ponieważ już jest współdzielenie z tym użytkownikiem.",
"Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s",
"Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła",
@ -172,7 +178,7 @@ OC.L10N.register(
"Cannot write into \"apps\" directory" : "Nie można zapisać do katalogu \"apps\"",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.",
"Cannot create \"data\" directory (%s)" : "Nie można utworzyć katalogu \"data\" (%s)",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Z reguły to może zostać naprawione <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">poprzez danie serwerowi web praw zapisu do katalogu root</a>.",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Z reguły to może zostać naprawione <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">poprzez danie serwerowi web praw zapisu do katalogu domowego aplikacji</a>.",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.",
"Setting locale to %s failed" : "Nie udało się zmienić języka na %s",
"Please install one of these locales on your system and restart your webserver." : "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.",
@ -224,4 +230,4 @@ OC.L10N.register(
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "Uruchomienie serwera Nextcloud na platformie Microsoft Windows nie jest wspierane. Jeśli nie masz możliwości migracji samego systemu sugerujemy, żebyś użył wirtualnego serwera z Linuksem.",
"Storage not available" : "Pamięć nie dostępna"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -47,6 +47,10 @@
"Encryption" : "Szyfrowanie",
"Additional settings" : "Ustawienia dodatkowe",
"Tips & tricks" : "Porady i wskazówki",
"%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika %s",
"%s enter the database username." : "Podaj nazwę użytkownika %s",
"%s enter the database name." : "Podaj nazwę bazy danych %s",
"%s you may not use dots in the database name" : "Nie możesz używać kropek w nazwie bazy danych %s",
"Oracle connection could not be established" : "Nie można ustanowić połączenia z bazą Oracle",
"Oracle username and/or password not valid" : "Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne",
"DB Error: \"%s\"" : "Błąd DB: \"%s\"",
@ -64,6 +68,7 @@
"Invalid Federated Cloud ID" : "Nieprawidłowy ID Stowarzyszonej Chmury",
"%s shared »%s« with you" : "%s współdzieli »%s« z tobą",
"%s via %s" : "%s przez %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Współdzielenie %s nie udało się, ponieważ backend nie pozwala na współdzielenie takiego typu jak %i.",
"Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje",
"You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s",
"Sharing %s failed, because you can not share with yourself" : "Współdzielenie %s nie udało się, ponieważ nie możesz współdzielić sam ze sobą",
@ -86,6 +91,7 @@
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend",
"Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione",
"Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione",
"Sharing failed, because the user %s is the original sharer" : "Współdzielenie z użytkownikiem %s się nie udało, ponieważ już jest współdzielenie z tym użytkownikiem.",
"Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s",
"Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła",
@ -170,7 +176,7 @@
"Cannot write into \"apps\" directory" : "Nie można zapisać do katalogu \"apps\"",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.",
"Cannot create \"data\" directory (%s)" : "Nie można utworzyć katalogu \"data\" (%s)",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Z reguły to może zostać naprawione <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">poprzez danie serwerowi web praw zapisu do katalogu root</a>.",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Z reguły to może zostać naprawione <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">poprzez danie serwerowi web praw zapisu do katalogu domowego aplikacji</a>.",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.",
"Setting locale to %s failed" : "Nie udało się zmienić języka na %s",
"Please install one of these locales on your system and restart your webserver." : "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.",
@ -221,5 +227,5 @@
"Microsoft Windows Platform is not supported" : "Platforma Microsoft Windows nie jest wspierana",
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "Uruchomienie serwera Nextcloud na platformie Microsoft Windows nie jest wspierane. Jeśli nie masz możliwości migracji samego systemu sugerujemy, żebyś użył wirtualnego serwera z Linuksem.",
"Storage not available" : "Pamięć nie dostępna"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -25,18 +25,23 @@ OC.L10N.register(
"You need to set your user email before being able to send test emails." : "Þú verður að gefa upp netfangið þitt svo að þú getir sent prófunarpósta.",
"Invalid request" : "Ógild fyrirspurn",
"Invalid mail address" : "Ógilt tölvupóstfang",
"No valid group selected" : "Enginn gildur hópur valinn",
"A user with that name already exists." : "Nú þegar til notandi með þetta nafn.",
"Unable to create user." : "Gat ekki búið til notanda.",
"Your %s account was created" : "%s notandaaðgangurinn þinn var búinn til",
"Unable to delete user." : "Get ekki eytt notanda.",
"Settings saved" : "Stillingar vistaðar",
"Unable to change full name" : "Get ekki breytt fullu nafni",
"Unable to change email address" : "Get ekki breytt tölvupóstfangi",
"Your full name has been changed." : "Fullu nafni þínu hefur verið breytt.",
"Forbidden" : "Bannað",
"Invalid user" : "Ógildur notandi",
"Unable to change mail address" : "Get ekki breytt tölvupóstfangi",
"Email saved" : "Tölvupóstfang vistað",
"Password confirmation is required" : "Þörf á staðfestingu lykilorðs",
"Couldn't remove app." : "Gat ekki fjarlægt forrit.",
"Couldn't update app." : "Gat ekki uppfært forrit.",
"Are you really sure you want add {domain} as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?",
"Add trusted domain" : "Bæta við treystu léni",
"Migration in progress. Please wait until the migration is finished" : "Yfirfærsla er í gangi. Dokaðu við þar til henni er lokið",
"Migration started …" : "Yfirfærsla hafin...",
@ -51,6 +56,7 @@ OC.L10N.register(
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Opinber forrit eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.",
"Enabling app …" : "Virkja forrit …",
"Error while disabling app" : "Villa við að afvirkja forrit",
"Disable" : "Gera óvirkt",
"Enable" : "Virkja",
@ -69,17 +75,22 @@ OC.L10N.register(
"Approved" : "Samþykkt",
"Experimental" : "Á tilraunastigi",
"No apps found for {query}" : "Engin forrit fundust fyrir \"{query}",
"Allow filesystem access" : "Leyfa aðgang að skráakerfi",
"Disconnect" : "Aftengjast",
"Revoke" : "Afturkalla",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome fyrir Android",
"iPhone iOS" : "iPhone iOS",
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS-biðlari",
"Android Client" : "Android-biðlari",
"Sync client - {os}" : "Samstilla bilara - {os}",
"This session" : "Þessa setu",
"Copy" : "Afrita",
"Copied!" : "Afritað!",
"Not supported!" : "Óstutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
@ -90,6 +101,14 @@ OC.L10N.register(
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Villa kom upp. Sendu inn ASCII-kóðað PEM-skilríki.",
"Valid until {date}" : "Gildir til {date}",
"Delete" : "Eyða",
"Local" : "Staðvært",
"Private" : "Einka",
"Only visible to local users" : "Einungis sýnilegt staðværum notendum",
"Only visible to you" : "Einungis sýnilegt þér",
"Contacts" : "Tengiliðir",
"Visible to local users and to trusted servers" : "Sýnilegt staðværum notendum og á treystum þjónum",
"Public" : "Opinbert",
"Will be synced to a global and public address book" : "Verður samstillt víðværri og opinberri vistfangaskrá",
"Select a profile picture" : "Veldu einkennismynd",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
@ -104,11 +123,14 @@ OC.L10N.register(
"undo" : "afturkalla",
"never" : "aldrei",
"deleted {userName}" : "eyddi {userName}",
"Unable to add user to group {group}" : "Tókst ekki að bæta notanda við hópinn {group}",
"Unable to remove user from group {group}" : "Ekki tókst að fjarlægja notanda úr hópnum {group}",
"Add group" : "Bæta við hópi",
"Invalid quota value \"{val}\"" : "Óleyfilegt gildi kvóta \"{val}\"",
"no group" : "enginn hópur",
"Password successfully changed" : "Lykilorðinu hefur verið breytt",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Breyting á þessu lykilorði mun valda gagnatapi, þar sem gagnaendurheimt er ekki tiltæk fyrir þennan notanda",
"Could not change the users email" : "Tókst ekki að breyta tölvupóstfangi notandans",
"A valid username must be provided" : "Skráðu inn gilt notandanafn",
"Error creating user: {message}" : "Villa við að búa til notanda: {message}",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
@ -123,6 +145,8 @@ OC.L10N.register(
"Login" : "Innskráning",
"Plain" : "Einfalt",
"NT LAN Manager" : "NT LAN stjórnun",
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Email server" : "Póstþjónn",
"Open documentation" : "Opna hjálparskjöl",
"This is used for sending out notifications." : "Þetta er notað til að senda út tilkynningar.",
@ -174,6 +198,8 @@ OC.L10N.register(
"Execute one task with each page loaded" : "Framkvæma eitt verk með hverri innhlaðinni síðu",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 15 mínútna fresti.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"%s\".",
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.",
"Version" : "Útgáfa",
"Sharing" : "Deiling",
"Allow apps to use the Share API" : "Leyfa forritum að nota Share API",
@ -190,7 +216,11 @@ OC.L10N.register(
"Exclude groups from sharing" : "Undanskilja hópa frá því að deila",
"These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Leyfa sjálfklárun notandanafns í deilingarglugga. Ef þetta er óvirkt þarf að setja inn fullt nafn notanda.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Birta fyrirvara á opinberu upphleðslusíðunni. (Birtist einungis þegar listi yfir skrár er falinn).",
"This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.",
"Tips & tricks" : "Ábendingar og góð ráð",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.",
"How to do backups" : "Hvernig á að taka öryggisafrit",
"Advanced monitoring" : "Ítarleg vöktun",
@ -213,16 +243,20 @@ OC.L10N.register(
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Þetta vorrit er ekki með tiltekna neina hámarksútgáfu Nextcloud. Þetta mun gefa villu í framtíðinni.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ekki var hægt að setja upp forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar:",
"Enable only for specific groups" : "Einungis fyrir sérstaka hópa",
"Uninstall app" : "Henda út forriti",
"SSL Root Certificates" : "SSL-rótarskilríki",
"Common Name" : "Almennt heiti",
"Valid until" : "Gildir til",
"Issued By" : "Gefið út af",
"Valid until %s" : "Gildir til %s",
"Import root certificate" : "Flytja inn rótarskilríki",
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna s aðgang.<br><br>Notandanafnið þitt: <strong>%s</strong><br>Tengstu honum: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Til hamingju!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n",
"Administrator documentation" : "Hjálparskjöl stjórnanda",
"Online documentation" : "Handbækur/skjölun á netinu",
"Forum" : "Vefspjall",
"Getting help" : "Til að fá hjálp",
"Commercial support" : "Gjaldskyld tækniaðstoð",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Þú notar <strong>%s</strong> frá <strong>%s</strong>",
"Profile picture" : "Einkennismynd",
@ -239,6 +273,14 @@ OC.L10N.register(
"Your email address" : "Netfangið þitt",
"No email address set" : "Ekkert tölvupóstfang sett",
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
"Phone number" : "Símanúmer",
"Your phone number" : "Símanúmerið þitt",
"Address" : "Heimilisfang",
"Your postal address" : "Heimilisfangið þitt",
"Website" : "Vefsvæði",
"Your website" : "Vefsvæðið þitt",
"Twitter" : "Twitter",
"Your Twitter handle" : "Twitter notandanafnið þitt",
"You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:",
"Password" : "Lykilorð",
"Current password" : "Núverandi lykilorð",
@ -250,6 +292,7 @@ OC.L10N.register(
"Desktop client" : "Skjáborðsforrit",
"Android app" : "Android-forrit",
"iOS app" : "iOS-forrit",
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!",
"Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur",
"Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.",
"Device" : "Tæki",
@ -277,6 +320,7 @@ OC.L10N.register(
"Create" : "Búa til",
"Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra",
"Enter the recovery password in order to recover the users files during password change" : "Settu inn endurheimtulykilorð til að endurheimta skrár notandans við breytingu á lykilorði",
"Group name" : "Heiti hóps",
"Everyone" : "Allir",
"Admins" : "Kerfisstjórar",
"Default quota" : "Sjálfgefinn kvóti",

View File

@ -23,18 +23,23 @@
"You need to set your user email before being able to send test emails." : "Þú verður að gefa upp netfangið þitt svo að þú getir sent prófunarpósta.",
"Invalid request" : "Ógild fyrirspurn",
"Invalid mail address" : "Ógilt tölvupóstfang",
"No valid group selected" : "Enginn gildur hópur valinn",
"A user with that name already exists." : "Nú þegar til notandi með þetta nafn.",
"Unable to create user." : "Gat ekki búið til notanda.",
"Your %s account was created" : "%s notandaaðgangurinn þinn var búinn til",
"Unable to delete user." : "Get ekki eytt notanda.",
"Settings saved" : "Stillingar vistaðar",
"Unable to change full name" : "Get ekki breytt fullu nafni",
"Unable to change email address" : "Get ekki breytt tölvupóstfangi",
"Your full name has been changed." : "Fullu nafni þínu hefur verið breytt.",
"Forbidden" : "Bannað",
"Invalid user" : "Ógildur notandi",
"Unable to change mail address" : "Get ekki breytt tölvupóstfangi",
"Email saved" : "Tölvupóstfang vistað",
"Password confirmation is required" : "Þörf á staðfestingu lykilorðs",
"Couldn't remove app." : "Gat ekki fjarlægt forrit.",
"Couldn't update app." : "Gat ekki uppfært forrit.",
"Are you really sure you want add {domain} as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?",
"Add trusted domain" : "Bæta við treystu léni",
"Migration in progress. Please wait until the migration is finished" : "Yfirfærsla er í gangi. Dokaðu við þar til henni er lokið",
"Migration started …" : "Yfirfærsla hafin...",
@ -49,6 +54,7 @@
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Opinber forrit eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.",
"Enabling app …" : "Virkja forrit …",
"Error while disabling app" : "Villa við að afvirkja forrit",
"Disable" : "Gera óvirkt",
"Enable" : "Virkja",
@ -67,17 +73,22 @@
"Approved" : "Samþykkt",
"Experimental" : "Á tilraunastigi",
"No apps found for {query}" : "Engin forrit fundust fyrir \"{query}",
"Allow filesystem access" : "Leyfa aðgang að skráakerfi",
"Disconnect" : "Aftengjast",
"Revoke" : "Afturkalla",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome fyrir Android",
"iPhone iOS" : "iPhone iOS",
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS-biðlari",
"Android Client" : "Android-biðlari",
"Sync client - {os}" : "Samstilla bilara - {os}",
"This session" : "Þessa setu",
"Copy" : "Afrita",
"Copied!" : "Afritað!",
"Not supported!" : "Óstutt!",
"Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
@ -88,6 +99,14 @@
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Villa kom upp. Sendu inn ASCII-kóðað PEM-skilríki.",
"Valid until {date}" : "Gildir til {date}",
"Delete" : "Eyða",
"Local" : "Staðvært",
"Private" : "Einka",
"Only visible to local users" : "Einungis sýnilegt staðværum notendum",
"Only visible to you" : "Einungis sýnilegt þér",
"Contacts" : "Tengiliðir",
"Visible to local users and to trusted servers" : "Sýnilegt staðværum notendum og á treystum þjónum",
"Public" : "Opinbert",
"Will be synced to a global and public address book" : "Verður samstillt víðværri og opinberri vistfangaskrá",
"Select a profile picture" : "Veldu einkennismynd",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
@ -102,11 +121,14 @@
"undo" : "afturkalla",
"never" : "aldrei",
"deleted {userName}" : "eyddi {userName}",
"Unable to add user to group {group}" : "Tókst ekki að bæta notanda við hópinn {group}",
"Unable to remove user from group {group}" : "Ekki tókst að fjarlægja notanda úr hópnum {group}",
"Add group" : "Bæta við hópi",
"Invalid quota value \"{val}\"" : "Óleyfilegt gildi kvóta \"{val}\"",
"no group" : "enginn hópur",
"Password successfully changed" : "Lykilorðinu hefur verið breytt",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Breyting á þessu lykilorði mun valda gagnatapi, þar sem gagnaendurheimt er ekki tiltæk fyrir þennan notanda",
"Could not change the users email" : "Tókst ekki að breyta tölvupóstfangi notandans",
"A valid username must be provided" : "Skráðu inn gilt notandanafn",
"Error creating user: {message}" : "Villa við að búa til notanda: {message}",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
@ -121,6 +143,8 @@
"Login" : "Innskráning",
"Plain" : "Einfalt",
"NT LAN Manager" : "NT LAN stjórnun",
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Email server" : "Póstþjónn",
"Open documentation" : "Opna hjálparskjöl",
"This is used for sending out notifications." : "Þetta er notað til að senda út tilkynningar.",
@ -172,6 +196,8 @@
"Execute one task with each page loaded" : "Framkvæma eitt verk með hverri innhlaðinni síðu",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 15 mínútna fresti.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"%s\".",
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.",
"Version" : "Útgáfa",
"Sharing" : "Deiling",
"Allow apps to use the Share API" : "Leyfa forritum að nota Share API",
@ -188,7 +214,11 @@
"Exclude groups from sharing" : "Undanskilja hópa frá því að deila",
"These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Leyfa sjálfklárun notandanafns í deilingarglugga. Ef þetta er óvirkt þarf að setja inn fullt nafn notanda.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Birta fyrirvara á opinberu upphleðslusíðunni. (Birtist einungis þegar listi yfir skrár er falinn).",
"This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.",
"Tips & tricks" : "Ábendingar og góð ráð",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.",
"How to do backups" : "Hvernig á að taka öryggisafrit",
"Advanced monitoring" : "Ítarleg vöktun",
@ -211,16 +241,20 @@
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Þetta vorrit er ekki með tiltekna neina hámarksútgáfu Nextcloud. Þetta mun gefa villu í framtíðinni.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ekki var hægt að setja upp forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar:",
"Enable only for specific groups" : "Einungis fyrir sérstaka hópa",
"Uninstall app" : "Henda út forriti",
"SSL Root Certificates" : "SSL-rótarskilríki",
"Common Name" : "Almennt heiti",
"Valid until" : "Gildir til",
"Issued By" : "Gefið út af",
"Valid until %s" : "Gildir til %s",
"Import root certificate" : "Flytja inn rótarskilríki",
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna s aðgang.<br><br>Notandanafnið þitt: <strong>%s</strong><br>Tengstu honum: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Til hamingju!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n",
"Administrator documentation" : "Hjálparskjöl stjórnanda",
"Online documentation" : "Handbækur/skjölun á netinu",
"Forum" : "Vefspjall",
"Getting help" : "Til að fá hjálp",
"Commercial support" : "Gjaldskyld tækniaðstoð",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Þú notar <strong>%s</strong> frá <strong>%s</strong>",
"Profile picture" : "Einkennismynd",
@ -237,6 +271,14 @@
"Your email address" : "Netfangið þitt",
"No email address set" : "Ekkert tölvupóstfang sett",
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
"Phone number" : "Símanúmer",
"Your phone number" : "Símanúmerið þitt",
"Address" : "Heimilisfang",
"Your postal address" : "Heimilisfangið þitt",
"Website" : "Vefsvæði",
"Your website" : "Vefsvæðið þitt",
"Twitter" : "Twitter",
"Your Twitter handle" : "Twitter notandanafnið þitt",
"You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:",
"Password" : "Lykilorð",
"Current password" : "Núverandi lykilorð",
@ -248,6 +290,7 @@
"Desktop client" : "Skjáborðsforrit",
"Android app" : "Android-forrit",
"iOS app" : "iOS-forrit",
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!",
"Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur",
"Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.",
"Device" : "Tæki",
@ -275,6 +318,7 @@
"Create" : "Búa til",
"Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra",
"Enter the recovery password in order to recover the users files during password change" : "Settu inn endurheimtulykilorð til að endurheimta skrár notandans við breytingu á lykilorði",
"Group name" : "Heiti hóps",
"Everyone" : "Allir",
"Admins" : "Kerfisstjórar",
"Default quota" : "Sjálfgefinn kvóti",

View File

@ -339,4 +339,4 @@ OC.L10N.register(
"User Backend" : "Moduł użytkownika",
"Last Login" : "Ostatnio zalogowany"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -336,5 +336,5 @@
"Storage Location" : "Lokalizacja magazynu",
"User Backend" : "Moduł użytkownika",
"Last Login" : "Ostatnio zalogowany"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}