[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-08-05 00:10:49 +00:00
parent 58ad6cf8a5
commit 551566d98e
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
6 changed files with 306 additions and 0 deletions

View file

@ -4,6 +4,8 @@ OC.L10N.register(
"Are you sure you want to transfer your ownership?" : "Are you sure you want to transfer your ownership?",
"This action is irreversible" : "This action is irreversible",
"Personal circle" : "Personal circle",
"Secret circle" : "Secret circle",
"Closed circle" : "Closed circle",
"Public circle" : "Public circle",
"Circle" : "Circle",
"Link Removed" : "Link Removed",
@ -14,8 +16,12 @@ OC.L10N.register(
"Link requested" : "Link requested",
"Link up" : "Link up",
"Personal Circle" : "Personal Circle",
"Secret Circle" : "Secret Circle",
"Closed Circle" : "Closed Circle",
"Public Circle" : "Public Circle",
"Personal" : "Personal",
"Secret" : "Secret",
"Closed" : "Closed",
"Public" : "Public",
"Not a member" : "Not a member",
"Member" : "Member",
@ -81,19 +87,40 @@ OC.L10N.register(
"{author} created the circle {circle}" : "{author} created the circle {circle}",
"You deleted {circle}" : "You deleted {circle}",
"{author} deleted {circle}" : "{author} deleted {circle}",
"You accepted the invitation to join {circle}" : "You accepted the invitation to join {circle}",
"{member} accepted the invitation to join {circle}" : "{member} accepted the invitation to join {circle}",
"You joined {circle}" : "You joined {circle}",
"{member} joined {circle}" : "{member} joined {circle}",
"You accepted {member}'s request to join {circle}" : "You accepted {member}'s request to join {circle}",
"Your request to join {circle} has been accepted by {author}" : "Your request to join {circle} has been accepted by {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "{member}'s request to join {circle} has been accepted by {author}",
"You added {member} as member to {circle}" : "You added {member} as member to {circle}",
"You have been added as member to {circle} by {author}" : "You have been added as member to {circle} by {author}",
"{member} has been added as member to {circle} by {author}" : "{member} has been added as member to {circle} by {author}",
"You rejected the invitation to join {circle}" : "You rejected the invitation to join {circle}",
"{member} rejected the invitation to join {circle}" : "{member} rejected the invitation to join {circle}",
"You left {circle}" : "You left {circle}",
"{member} left {circle}" : "{member} left {circle}",
"You dismissed {member}'s request to join {circle}" : "You dismissed {member}'s request to join {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Your request to join {circle} has been dismissed by {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "{member}'s request to join {circle} has been dismissed by {author}",
"You removed {member} from {circle}" : "You removed {member} from {circle}",
"You have been removed from {circle} by {author}" : "You have been removed from {circle} by {author}",
"{member} has been removed from {circle} by {author}" : "{member} has been removed from {circle} by {author}",
"You linked {group} to {circle}" : "You linked {group} to {circle}",
"{group} has been linked to {circle} by {author}" : "{group} has been linked to {circle} by {author}",
"You unlinked {group} from {circle}" : "You unlinked {group} from {circle}",
"{group} has been unlinked from {circle} by {author}" : "{group} has been unlinked from {circle} by {author}",
"You changed the level of the linked group {group} in {circle} to %1$s" : "You changed the level of the linked group {group} in {circle} to %1$s",
"{author} changed the level of the linked group {group} in {circle} to %1$s" : "{author} changed the level of the linked group {group} in {circle} to %1$s",
"You invited {member} to join {circle}" : "You invited {member} to join {circle}",
"You have been invited to join {circle} by {author}" : "You have been invited to join {circle} by {author}",
"{member} has been invited to join {circle} by {author}" : "{member} has been invited to join {circle} by {author}",
"You changed {member}'s level in {circle} to %1$s" : "You changed {member}'s level in {circle} to %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} changed your level in {circle} to %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} changed {member}'s level in {circle} to %1$s",
"You sent a request to join {circle}" : "You sent a request to join {circle}",
"{member} sent a request to join {circle}" : "{member} sent a request to join {circle}",
"You are the new owner of {circle}" : "You are the new owner of {circle}",
"{member} is the new owner of {circle}" : "{member} is the new owner of {circle}",
"You sent a request to link {circle} with {remote}" : "You sent a request to link {circle} with {remote}",
@ -155,8 +182,20 @@ OC.L10N.register(
"Select a type of circle" : "Select a type of circle",
"Create a personal circle" : "Create a personal circle",
"Create a public circle" : "Create a public circle",
"Create a closed circle" : "Create a closed circle",
"Create a secret circle" : "Create a secret circle",
"A personal circle is a list of users known only to the owner." : "A personal circle is a list of users known only to the owner.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "This is the right option if you want to do recurrent sharing with the same list of local users.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.",
"Non-members won't be able to find your secret circle using the search bar." : "Non-members won't be able to find your secret circle using the search bar.",
"Joining a closed circle requires an invitation or a confirmation by a moderator." : "Joining a closed circle requires an invitation or a confirmation by a moderator.",
"Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items." : "Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items.",
"A public circle is an open group visible to anyone willing to join." : "A public circle is an open group visible to anyone willing to join.",
"Anyone can see the circle, can join the circle and access the items shared to the circle." : "Anyone can see the circle, can join the circle and access the items shared to the circle.",
"Personal circles" : "Personal circles",
"Public circles" : "Public circles",
"Closed circles" : "Closed circles",
"Secret circles" : "Secret circles",
"All circles" : "All circles",
"Search circles" : "Search circles",
"No filter" : "No filter",

View file

@ -2,6 +2,8 @@
"Are you sure you want to transfer your ownership?" : "Are you sure you want to transfer your ownership?",
"This action is irreversible" : "This action is irreversible",
"Personal circle" : "Personal circle",
"Secret circle" : "Secret circle",
"Closed circle" : "Closed circle",
"Public circle" : "Public circle",
"Circle" : "Circle",
"Link Removed" : "Link Removed",
@ -12,8 +14,12 @@
"Link requested" : "Link requested",
"Link up" : "Link up",
"Personal Circle" : "Personal Circle",
"Secret Circle" : "Secret Circle",
"Closed Circle" : "Closed Circle",
"Public Circle" : "Public Circle",
"Personal" : "Personal",
"Secret" : "Secret",
"Closed" : "Closed",
"Public" : "Public",
"Not a member" : "Not a member",
"Member" : "Member",
@ -79,19 +85,40 @@
"{author} created the circle {circle}" : "{author} created the circle {circle}",
"You deleted {circle}" : "You deleted {circle}",
"{author} deleted {circle}" : "{author} deleted {circle}",
"You accepted the invitation to join {circle}" : "You accepted the invitation to join {circle}",
"{member} accepted the invitation to join {circle}" : "{member} accepted the invitation to join {circle}",
"You joined {circle}" : "You joined {circle}",
"{member} joined {circle}" : "{member} joined {circle}",
"You accepted {member}'s request to join {circle}" : "You accepted {member}'s request to join {circle}",
"Your request to join {circle} has been accepted by {author}" : "Your request to join {circle} has been accepted by {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "{member}'s request to join {circle} has been accepted by {author}",
"You added {member} as member to {circle}" : "You added {member} as member to {circle}",
"You have been added as member to {circle} by {author}" : "You have been added as member to {circle} by {author}",
"{member} has been added as member to {circle} by {author}" : "{member} has been added as member to {circle} by {author}",
"You rejected the invitation to join {circle}" : "You rejected the invitation to join {circle}",
"{member} rejected the invitation to join {circle}" : "{member} rejected the invitation to join {circle}",
"You left {circle}" : "You left {circle}",
"{member} left {circle}" : "{member} left {circle}",
"You dismissed {member}'s request to join {circle}" : "You dismissed {member}'s request to join {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Your request to join {circle} has been dismissed by {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "{member}'s request to join {circle} has been dismissed by {author}",
"You removed {member} from {circle}" : "You removed {member} from {circle}",
"You have been removed from {circle} by {author}" : "You have been removed from {circle} by {author}",
"{member} has been removed from {circle} by {author}" : "{member} has been removed from {circle} by {author}",
"You linked {group} to {circle}" : "You linked {group} to {circle}",
"{group} has been linked to {circle} by {author}" : "{group} has been linked to {circle} by {author}",
"You unlinked {group} from {circle}" : "You unlinked {group} from {circle}",
"{group} has been unlinked from {circle} by {author}" : "{group} has been unlinked from {circle} by {author}",
"You changed the level of the linked group {group} in {circle} to %1$s" : "You changed the level of the linked group {group} in {circle} to %1$s",
"{author} changed the level of the linked group {group} in {circle} to %1$s" : "{author} changed the level of the linked group {group} in {circle} to %1$s",
"You invited {member} to join {circle}" : "You invited {member} to join {circle}",
"You have been invited to join {circle} by {author}" : "You have been invited to join {circle} by {author}",
"{member} has been invited to join {circle} by {author}" : "{member} has been invited to join {circle} by {author}",
"You changed {member}'s level in {circle} to %1$s" : "You changed {member}'s level in {circle} to %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} changed your level in {circle} to %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} changed {member}'s level in {circle} to %1$s",
"You sent a request to join {circle}" : "You sent a request to join {circle}",
"{member} sent a request to join {circle}" : "{member} sent a request to join {circle}",
"You are the new owner of {circle}" : "You are the new owner of {circle}",
"{member} is the new owner of {circle}" : "{member} is the new owner of {circle}",
"You sent a request to link {circle} with {remote}" : "You sent a request to link {circle} with {remote}",
@ -153,8 +180,20 @@
"Select a type of circle" : "Select a type of circle",
"Create a personal circle" : "Create a personal circle",
"Create a public circle" : "Create a public circle",
"Create a closed circle" : "Create a closed circle",
"Create a secret circle" : "Create a secret circle",
"A personal circle is a list of users known only to the owner." : "A personal circle is a list of users known only to the owner.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "This is the right option if you want to do recurrent sharing with the same list of local users.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.",
"Non-members won't be able to find your secret circle using the search bar." : "Non-members won't be able to find your secret circle using the search bar.",
"Joining a closed circle requires an invitation or a confirmation by a moderator." : "Joining a closed circle requires an invitation or a confirmation by a moderator.",
"Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items." : "Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items.",
"A public circle is an open group visible to anyone willing to join." : "A public circle is an open group visible to anyone willing to join.",
"Anyone can see the circle, can join the circle and access the items shared to the circle." : "Anyone can see the circle, can join the circle and access the items shared to the circle.",
"Personal circles" : "Personal circles",
"Public circles" : "Public circles",
"Closed circles" : "Closed circles",
"Secret circles" : "Secret circles",
"All circles" : "All circles",
"Search circles" : "Search circles",
"No filter" : "No filter",

View file

@ -88,12 +88,27 @@ OC.L10N.register(
"You deleted {circle}" : "Has eliminado {circle}",
"{author} deleted {circle}" : "{author} ha eliminado {circle}",
"You accepted the invitation to join {circle}" : "Has aceptado la invitación para unirte a '{circle}'",
"{member} accepted the invitation to join {circle}" : "{member} ha aceptado la invitación a unirse a {circle}",
"You joined {circle}" : "Te has unido a {circle}",
"{member} joined {circle}" : "{member} se ha unido a {circle}",
"You accepted {member}'s request to join {circle}" : "Has aceptado la petición de {member} para unirse a {circle}",
"Your request to join {circle} has been accepted by {author}" : "Tu petición para unirse a {circle} ha sido aceptada por {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "La petición de {member} para unirse a {circle} ha sido aceptada por {author}",
"You added {member} as member to {circle}" : "Has añadido a {member} como participante de {circle}",
"You have been added as member to {circle} by {author}" : "Has sido añadido como miembro a {circle} por {author}",
"{member} has been added as member to {circle} by {author}" : "{author} ha añadido a {member} como miembro de {circle}",
"You rejected the invitation to join {circle}" : "Has rechazado la initación a unirte a {circle}",
"{member} rejected the invitation to join {circle}" : "{member} ha rechazado la invitación para unirse a {circle}",
"You left {circle}" : "Has abandonado {circle}",
"{member} left {circle}" : "{member} ha abandonado {circle}",
"You dismissed {member}'s request to join {circle}" : "Has desechado la petición de {member} para unirse a {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Tu petición para unirte a {circle} ha sido desechada por {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "La petición de {member} para unirse a {circle} ha sido desechada por {author}",
"You removed {member} from {circle}" : "Has eliminado a {member} de {circle}",
"You have been removed from {circle} by {author}" : "Has sido eliminado de {circle} por {author}",
"{member} has been removed from {circle} by {author}" : "{member} ha sido eliminado de {circle} por {author}",
"You linked {group} to {circle}" : "Has enlazado {group} con {circle}",
"{group} has been linked to {circle} by {author}" : "{group} ha sido enlazado con {circle} por {author}",
"You changed {member}'s level in {circle} to %1$s" : "Has cambiado el nivel de {member} en {circle} a %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} ha cambiado tu nivel en {circle} a %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} ha cambiado el nivel de {member} en {circle} a %1$s",

View file

@ -86,12 +86,27 @@
"You deleted {circle}" : "Has eliminado {circle}",
"{author} deleted {circle}" : "{author} ha eliminado {circle}",
"You accepted the invitation to join {circle}" : "Has aceptado la invitación para unirte a '{circle}'",
"{member} accepted the invitation to join {circle}" : "{member} ha aceptado la invitación a unirse a {circle}",
"You joined {circle}" : "Te has unido a {circle}",
"{member} joined {circle}" : "{member} se ha unido a {circle}",
"You accepted {member}'s request to join {circle}" : "Has aceptado la petición de {member} para unirse a {circle}",
"Your request to join {circle} has been accepted by {author}" : "Tu petición para unirse a {circle} ha sido aceptada por {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "La petición de {member} para unirse a {circle} ha sido aceptada por {author}",
"You added {member} as member to {circle}" : "Has añadido a {member} como participante de {circle}",
"You have been added as member to {circle} by {author}" : "Has sido añadido como miembro a {circle} por {author}",
"{member} has been added as member to {circle} by {author}" : "{author} ha añadido a {member} como miembro de {circle}",
"You rejected the invitation to join {circle}" : "Has rechazado la initación a unirte a {circle}",
"{member} rejected the invitation to join {circle}" : "{member} ha rechazado la invitación para unirse a {circle}",
"You left {circle}" : "Has abandonado {circle}",
"{member} left {circle}" : "{member} ha abandonado {circle}",
"You dismissed {member}'s request to join {circle}" : "Has desechado la petición de {member} para unirse a {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Tu petición para unirte a {circle} ha sido desechada por {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "La petición de {member} para unirse a {circle} ha sido desechada por {author}",
"You removed {member} from {circle}" : "Has eliminado a {member} de {circle}",
"You have been removed from {circle} by {author}" : "Has sido eliminado de {circle} por {author}",
"{member} has been removed from {circle} by {author}" : "{member} ha sido eliminado de {circle} por {author}",
"You linked {group} to {circle}" : "Has enlazado {group} con {circle}",
"{group} has been linked to {circle} by {author}" : "{group} ha sido enlazado con {circle} por {author}",
"You changed {member}'s level in {circle} to %1$s" : "Has cambiado el nivel de {member} en {circle} a %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} ha cambiado tu nivel en {circle} a %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} ha cambiado el nivel de {member} en {circle} a %1$s",

View file

@ -4,6 +4,8 @@ OC.L10N.register(
"Are you sure you want to transfer your ownership?" : "Ertu viss um að þú viljir yfirfæra eignarhald þitt?",
"This action is irreversible" : "Þessa aðgerð er ekki hægt að afturkalla",
"Personal circle" : "Persónulegur hringur",
"Secret circle" : "Leynihringur",
"Closed circle" : "Lokaður hringur",
"Public circle" : "Opinber hringur",
"Circle" : "Hringur",
"Link Removed" : "Tengill fjarlægður",
@ -14,8 +16,12 @@ OC.L10N.register(
"Link requested" : "Beiðni um tengil",
"Link up" : "Tengill virkur",
"Personal Circle" : "Persónulegur hringur",
"Secret Circle" : "Leynihringur",
"Closed Circle" : "Lokaður hringur",
"Public Circle" : "Opinber hringur",
"Personal" : "Persónulegur",
"Secret" : "Leyni",
"Closed" : "Lokaður",
"Public" : "Opinber",
"Not a member" : "Ekki meðlimur",
"Member" : "Meðlimur",
@ -27,27 +33,53 @@ OC.L10N.register(
"Requesting" : "Biður um",
"Blocked" : "Útilokaður",
"Kicked" : "Hent út",
"This operation will add/invite all members of the group to the circle" : "Þessi aðgerð mun bæta við/bjóða öllum meðlimum hópsins í hringinn",
"Please confirm" : "Endilega staðfestu þetta",
"Are you sure you want to leave this circle?" : "Ertu viss um að þú viljir hætta í þessum hring?",
"Are you sure you want to delete this circle?" : "Ertu viss um að þú viljir eyða þessum hring?",
"Kick this member" : "Henda þessum meðlimi út",
"Accept the request" : "Samþykkja beiðnina",
"Dismiss the request" : "Hafna beiðninni",
"Unlink this group" : "Aftengja þennan hóp",
"Remove this link" : "Fjarlægja þennan tengil",
"Cancel the link request" : "Hætta við beiðni um tengil",
"Accept the link request" : "Samþykkja beiðni um tengil",
"Reject the link request" : "Hafna beiðni um tengil",
"Cannot join this circle" : "Get ekki tekið þátt í þessum hring",
"no error message" : "engin villuskilaboð",
"You have joined this circle" : "Þú hefur gengið í þennan hring",
"You have requested to join this circle" : "Þú baðst um að taka þátt í þessum hring",
"You have left this circle" : "Þú gekkst úr þessum hring",
"Cannot leave this circle" : "Get ekki gengið úr þessum hring",
"You have deleted this circle" : "Þú eyddir þessum hring",
"Cannot delete this circle" : "Get ekki eytt þessum hring",
" {type} '{name}' created" : " {type} '{name}' var útbúið",
" {type} '{name}' could not be created" : " {type} '{name}' var ekki hægt að útbúa",
"Issue while retrieving the details of this circle" : "Vandamál kom upp við að ná í ítarlegar upplýsingar um þennan hring",
"Issue while retrieving the list of circles" : "Villa við að ná í lista yfir hringi",
"Group '{name}' successfully added to the circle" : "Hópnum '{name}' var bætt í hringinn",
"Group '{name}' could not be added to the circle" : "Ekki var hægt að bæta hópnum '{name}' í hringinn",
"Group '{name}' updated" : "Hópurinn '{name}' uppfærður",
"Group '{name}' could not be updated" : "Ekki var hægt að uppfæra hópinn '{name}'",
"Group '{name}' successfully removed from the circle" : "Hópurinn '{name}' var fjarlægður úr hringnum",
"Group '{name}' could not be removed from the circle" : "Hópinn '{name}' var ekki hægt að fjarlægja úr hringnum",
"A link to <b>{remote}</b> could not be initiated" : "Ekki var hægt að gangsetja tengil við <b>{remote}</b>",
"A link to <b>{remote}</b> has been requested." : "Beðið hefur verið um tengil við <b>{remote}</b>.",
"the link to <b>{remote}</b> is now up and running." : "tengillinn við <b>{remote}</b> er núna tilbúinn og virkur.",
"The status of the link could not be updated" : "Ekki tókst að uppfæra stöðu tengilsins",
"The status of the link has been updated" : "Staða tengilsins hefur verið uppfærð",
"The member '{name}' was added to the circle" : "Meðlimnum '{name}' var bætt í hringinn",
"The member '{name}' could not be added to the circle" : "Ekki var hægt að bæta meðlimnum '{name}' í hringinn",
"The member '{name}' was invited to the circle" : "Meðlimnum '{name}' var boðið í hringinn",
"The member '{name}' could not be invited to the circle" : "Ekki var hægt að bjóða meðlimnum '{name}' í hringinn",
"Members of the group '{name}' were added to the circle" : "Meðlimum úr hópnum '{name}' var bætt í hringinn",
"Members of the group '{name}' could not be added to the circle" : "Ekki var hægt að bæta meðlimum úr hópnum '{name}' í hringinn",
"Members of the group '{name}' were invited to the circle" : "Meðlimum úr hópnum '{name}' var boðið í hringinn",
"Members of the group '{name}' could not be invited to the circle" : "Ekki var hægt að bjóða meðlimum úr hópnum '{name}' í hringinn",
"The member '{name}' was removed from the circle" : "Meðlimurinn '{name}' var fjarlægður úr hringnum",
"The member '{name}' could not be removed from the circle" : "Meðliminn '{name}' var ekki hægt að fjarlægja úr hringnum",
"Member '{name}' updated" : "Meðlimurinn '{name}' uppfærður",
"The member '{name}' could not be updated" : "Ekki var hægt að uppfæra meðliminn '{name}'",
"Issue while saving settings" : "Vandamál kom upp við að vista stillingar",
"Settings saved." : "Stillingar vistaðar.",
"Circles" : "Hringir",
@ -55,25 +87,72 @@ OC.L10N.register(
"{author} created the circle {circle}" : "{author} bjó til hringinn {circle}",
"You deleted {circle}" : "Þú eyddir {circle}",
"{author} deleted {circle}" : "{author} eyddi {circle}",
"You accepted the invitation to join {circle}" : "Þú samþykktir boð um að taka þátt í {circle}",
"{member} accepted the invitation to join {circle}" : "{member} samþykkti boð um að taka þátt í {circle}",
"You joined {circle}" : "Þú gekkst í {circle}",
"{member} joined {circle}" : "{member} gekk í {circle}",
"You accepted {member}'s request to join {circle}" : "Þú samþykktir beiðni frá {member} um að taka þátt í {circle}",
"Your request to join {circle} has been accepted by {author}" : "Beiðni þín um að ganga í {circle} var samþykkt af {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Beiðni frá {member} um að ganga í {circle} var samþykkt af {author}",
"You added {member} as member to {circle}" : "Þú bættir {member} sem meðlim í {circle}",
"You have been added as member to {circle} by {author}" : "Þér var bætt við sem meðlimi í {circle} af {author}",
"{member} has been added as member to {circle} by {author}" : "{member} var bætt við sem meðlimi í {circle} af {author}",
"You rejected the invitation to join {circle}" : "Þú hafnaðir boði um að taka þátt í {circle}",
"{member} rejected the invitation to join {circle}" : "{member} hafnaði boði um að taka þátt í {circle}",
"You left {circle}" : "Þú gekkst úr {circle}",
"{member} left {circle}" : "{member} gekk úr {circle}",
"You dismissed {member}'s request to join {circle}" : "Þú hunsaðir beiðni frá {member} um að taka þátt í {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Beiðni þín um að ganga í {circle} var hunsuð af {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "Beiðni frá {member} um að ganga í {circle} var hunsuð af {author}",
"You removed {member} from {circle}" : "Þú fjarlægðir {member} úr {circle}",
"You have been removed from {circle} by {author}" : "Þú varst fjarlægður úr {circle} af {author}",
"{member} has been removed from {circle} by {author}" : "{member} var fjarlægður úr {circle} af {author}",
"You linked {group} to {circle}" : "Þú tengdir {group} við {circle}",
"{group} has been linked to {circle} by {author}" : "{group} var tengdur við {circle} af {author}",
"You unlinked {group} from {circle}" : "Þú aftengdir {group} frá {circle}",
"{group} has been unlinked from {circle} by {author}" : "{group} var aftengdur frá {circle} af {author}",
"You changed the level of the linked group {group} in {circle} to %1$s" : "Þú breyttir stigi tengda hópsins {group} í {circle} yfir í %1$s",
"{author} changed the level of the linked group {group} in {circle} to %1$s" : "{author} breytti stigi tengda hópsins {group} í {circle} yfir í %1$s",
"You invited {member} to join {circle}" : "Þú bauðst {member} að taka þátt í {circle}",
"You have been invited to join {circle} by {author}" : "Þér hefur verið boðið að ganga í {circle} af {author}",
"{member} has been invited to join {circle} by {author}" : "{member} hefur verið boðið að ganga í {circle} af {author}",
"You changed {member}'s level in {circle} to %1$s" : "Þú breyttir stigi {member} í {circle} yfir í %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} breytti stigi þínu í {circle} yfir í %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} breytti stigi {member} í {circle} yfir í %1$s",
"You sent a request to join {circle}" : "Þú sendir beiðni um að taka þátt í {circle}",
"{member} sent a request to join {circle}" : "{member} sendi beiðni um að taka þátt í {circle}",
"You are the new owner of {circle}" : "Þú ert nýr eigandi {circle}",
"{member} is the new owner of {circle}" : "{member} er nýr eigandi {circle}",
"You sent a request to link {circle} with {remote}" : "Þú sendir inn beiðni um að tengja {circle} við {remote}",
"{author} sent a request to link {circle} with {remote}" : "{author} sendi inn beiðni um að tengja {circle} við {remote}",
"{remote} requested a link with {circle}" : "{remote} bað um tengingu við {circle}",
"The request to link {circle} with {remote} has been rejected" : "Beiðni um að tengja {circle} við {remote} hefur verið hafnað",
"The request to link {remote} with {circle} has been canceled remotely" : "Beiðni um að tengja {remote} við {circle} hefur verið hafnað fjartengt",
"The request to link {circle} with {remote} has been accepted" : "Beiðni um að tengja {circle} við {remote} hefur verið samþykkt",
"You dismissed the request to link {remote} with {circle}" : "Þú hunsaðir beiðni um að tengja {remote} við {circle}",
"{author} dismissed the request to link {remote} with {circle}" : "{author} hunsaði beiðni um að tengja {remote} við {circle}",
"You canceled the request to link {circle} with {remote}" : "Þú hættir við beiðni um að tengja {circle} við {remote}",
"{author} canceled the request to link {circle} with {remote}" : "{author} hætti við beiðni um að tengja {circle} við {remote}",
"You accepted the request to link {remote} with {circle}" : "Þú samþykktir beiðni um að tengja {remote} við {circle}",
"{author} accepted the request to link {remote} with {circle}" : "{author} samþykkti beiðni um að tengja {remote} við {circle}",
"A link between {circle} and {remote} is now up and running" : "Tenging milli {circle} og {remote} er komin á og er virk",
"The link between {circle} and {remote} has been shutdown remotely" : "Tengingunni milli {circle} og {remote} var lokað fjartengt",
"You closed the link between {circle} and {remote}" : "Þú lokaðir tengingunni milli {circle} og {remote}",
"{author} closed the link between {circle} and {remote}" : "{author} lokaði tengingunni milli {circle} og {remote}",
"On events happening in a <strong>Circle</strong> you belong" : "Við atburð í <strong>hring</strong> sem þú tilheyrir",
"Any important event in a <strong>Circle</strong> you are moderating" : "Hvaða mikilvægi atburður sem er í <strong>hring</strong> sem þú hefur umsjón með",
"The name of your circle must contain at least 3 characters" : "Nafn hringsins verður að innihalda að minnsta kosti 3 stafi",
"The name of your circle must start with an alpha-numerical character" : "Nafn hringsins verður að byrja á tölu eða bókstaf",
"Federated circles are not allowed on this Nextcloud" : "Skýjasambönd hringja eru ekki leyfð í þessu Nextcloud-skýi",
"Linked Groups are not allowed on this Nextcloud" : "Tengdir hópar eru ekki leyfðir í þessu Nextcloud-skýi",
"Circle not found" : "Hringur fannst ekki",
"A circle with that name exists" : "Nú þegar er til hringur með þetta nafn",
"Sharing Frame does not exist" : "Deilingarrammi er ekki til",
"Federated link not found" : "Skyjasambandstengill fannst ekki",
"You cannot use the Circles Application until your administrator has allowed at least one type of circles" : "Þú getur ekki notað Hringir-forritið fyrr en kerfisstjóri er búinn að leyfa a.m.k. eina gerð hringja",
"This member does not exist" : "Þessi meðlimur er ekki til",
"This user is already a member of the circle" : "Þessi notandi er nú þegar meðlimur í þessum hring",
"This feature is not available for personal circles" : "Þessi eiginleiki er ekki tiltækur fyrir persónulega hringi",
"The circle is not Federated" : "Hringurinn er ekki í skýjasambandi",
"You cannot join this circle" : "Þú getur ekki tekið þátt í þessum hring",
"This member is not a moderator" : "Þessi meðlimur er ekki umsjónarmaður",
@ -87,19 +166,36 @@ OC.L10N.register(
"You cannot create this type of circle" : "Þú getur ekki tekið búið til þessa gerð hrings",
"You cannot display this type of circle" : "Þú getur ekki tekið birt þessa gerð hrings",
"Federated link does not have a valid format" : "Skyjasambandstengillinn er ekki á réttu sniði",
"The remote host is down or the Circles app is not installed on it" : "Fjartengdi þjónninn er niðri eða að Circles-forritið er ekki uppsett á honum",
"Federated circles are not allowed on the remote Nextcloud" : "Skýjasambönd hringja eru ekki leyfð í fjartengda Nextcloud-skýinu",
"The remote circle does not accept federated links" : "Fjartengdi hringurinn tekur ekki við skýjasambandstenglum",
"It seems that you are trying to link a circle to itself" : "Það lítur út fyrir að þú sért að tengja hring við sjálfan sig",
"This link exists already" : "Þessi tengill er þegar til staðar",
"The requested remote circle does not exist" : "Umbeðinn fjartengdur hringur er ekki til",
"Cannot proceed with this status update" : "Get ekki haldið áfram með þessa stöðuuppfærslu",
"This group does not exist" : "Þessi hópur er ekki til",
"This group is already linked to the circle" : "Þessi hópur er nú þegar tengdur hringnum",
"You cannot edit level in a personal circle" : "Þú getur ekki breytt stigum í persónulegum hring",
"Group cannot be set as owner of a circle" : "Hópur getur ekki verið eigandi á hring",
"This user does not exist" : "Þessi notandi er ekki til",
"Create a new circle" : "Búa til nýjan hring",
"Select a type of circle" : "Veldu gerð hrings",
"Create a personal circle" : "Búa til persónulegan hring",
"Create a public circle" : "Búa til opinberan hring",
"Create a closed circle" : "Búa til lokaðan hring",
"Create a secret circle" : "Búa til leynihring",
"A personal circle is a list of users known only to the owner." : "Persónulegur hringur er listi yfir notendur sem einungis eigandinn þekkir.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "Notaðu þetta ef þú vilt deila einhverju endurtekið á sama hóp staðværra notenda.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "Leynihringur er falinn hópur sem einungis er sýnilegur meðlimum sínum eða þeim sem vita nákvæmt heiti hringsins.",
"Non-members won't be able to find your secret circle using the search bar." : "Notendur sem ekki eru meðlimir munu ekki geta fundið þennan leynihring með leitarstikunni.",
"Joining a closed circle requires an invitation or a confirmation by a moderator." : "Lokaður hringur krefst þess að boðin sé innganga eða að stjórnandi staðfesti þátttöku.",
"Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items." : "Hver sem er getur fundið hringinn og beðið um inngönguboð; en einungis meðlimir geta séð hverjir eru í hringnum og fengið að deila atriðum innan hans.",
"A public circle is an open group visible to anyone willing to join." : "Opinber hringur er opinn hópur sem sýnilegur er öllum sem þora að taka þátt.",
"Anyone can see the circle, can join the circle and access the items shared to the circle." : "Hver sem er getur séð hringinn, allir geta gengið í hringinn og fengið að deila atriðum innan hans.",
"Personal circles" : "Persónulegir hringir",
"Public circles" : "Opinberir hringir",
"Closed circles" : "Lokaðir hringir",
"Secret circles" : "Leynihringir",
"All circles" : "Allir hringir",
"Search circles" : "Leita í hringjum",
"No filter" : "Engin sía",
@ -109,6 +205,7 @@ OC.L10N.register(
"Pending invitation to join this circle" : "Boð sem í biðstöðu um að taka þátt í þessum hring",
"You have a pending request to join this circle" : "Þú ert með beiðni um að taka þátt í þessum hring",
"Add a member" : "Bæta við meðlimi",
"Link a group" : "Tengja hóp",
"Link a circle" : "Tengja hring",
"Join this circle" : "Taka þátt í þessum hring",
"Delete circle" : "Eyða hring",
@ -122,11 +219,13 @@ OC.L10N.register(
"Level" : "Stig",
"Status" : "Staða",
"Joined" : "Gekk inn",
"Group Name" : "Heiti hóps",
"Link" : "Tengill",
"Linked" : "Tengt",
"Allow Federated Links" : "Leyfa skýjasambandstengla",
"Turns the circle as Federated and enable sharing between Federated Circles" : "Setur hringinn í skýjasamband og virkjar deilingu milli hringja í skýjasambandi (federated)",
"Automatically Accept Link Request" : "Samþykkja sjálfkrafa beiðnir um tengla",
"Warning: enabling this will automatically accept new link requests from other circle." : "Aðvörun: ef þetta er gert virkt verða beiðnir um tengla frá öðrum hringjum samþykktar sjálfkrafa.",
"Save settings" : "Vista stillingar"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View file

@ -2,6 +2,8 @@
"Are you sure you want to transfer your ownership?" : "Ertu viss um að þú viljir yfirfæra eignarhald þitt?",
"This action is irreversible" : "Þessa aðgerð er ekki hægt að afturkalla",
"Personal circle" : "Persónulegur hringur",
"Secret circle" : "Leynihringur",
"Closed circle" : "Lokaður hringur",
"Public circle" : "Opinber hringur",
"Circle" : "Hringur",
"Link Removed" : "Tengill fjarlægður",
@ -12,8 +14,12 @@
"Link requested" : "Beiðni um tengil",
"Link up" : "Tengill virkur",
"Personal Circle" : "Persónulegur hringur",
"Secret Circle" : "Leynihringur",
"Closed Circle" : "Lokaður hringur",
"Public Circle" : "Opinber hringur",
"Personal" : "Persónulegur",
"Secret" : "Leyni",
"Closed" : "Lokaður",
"Public" : "Opinber",
"Not a member" : "Ekki meðlimur",
"Member" : "Meðlimur",
@ -25,27 +31,53 @@
"Requesting" : "Biður um",
"Blocked" : "Útilokaður",
"Kicked" : "Hent út",
"This operation will add/invite all members of the group to the circle" : "Þessi aðgerð mun bæta við/bjóða öllum meðlimum hópsins í hringinn",
"Please confirm" : "Endilega staðfestu þetta",
"Are you sure you want to leave this circle?" : "Ertu viss um að þú viljir hætta í þessum hring?",
"Are you sure you want to delete this circle?" : "Ertu viss um að þú viljir eyða þessum hring?",
"Kick this member" : "Henda þessum meðlimi út",
"Accept the request" : "Samþykkja beiðnina",
"Dismiss the request" : "Hafna beiðninni",
"Unlink this group" : "Aftengja þennan hóp",
"Remove this link" : "Fjarlægja þennan tengil",
"Cancel the link request" : "Hætta við beiðni um tengil",
"Accept the link request" : "Samþykkja beiðni um tengil",
"Reject the link request" : "Hafna beiðni um tengil",
"Cannot join this circle" : "Get ekki tekið þátt í þessum hring",
"no error message" : "engin villuskilaboð",
"You have joined this circle" : "Þú hefur gengið í þennan hring",
"You have requested to join this circle" : "Þú baðst um að taka þátt í þessum hring",
"You have left this circle" : "Þú gekkst úr þessum hring",
"Cannot leave this circle" : "Get ekki gengið úr þessum hring",
"You have deleted this circle" : "Þú eyddir þessum hring",
"Cannot delete this circle" : "Get ekki eytt þessum hring",
" {type} '{name}' created" : " {type} '{name}' var útbúið",
" {type} '{name}' could not be created" : " {type} '{name}' var ekki hægt að útbúa",
"Issue while retrieving the details of this circle" : "Vandamál kom upp við að ná í ítarlegar upplýsingar um þennan hring",
"Issue while retrieving the list of circles" : "Villa við að ná í lista yfir hringi",
"Group '{name}' successfully added to the circle" : "Hópnum '{name}' var bætt í hringinn",
"Group '{name}' could not be added to the circle" : "Ekki var hægt að bæta hópnum '{name}' í hringinn",
"Group '{name}' updated" : "Hópurinn '{name}' uppfærður",
"Group '{name}' could not be updated" : "Ekki var hægt að uppfæra hópinn '{name}'",
"Group '{name}' successfully removed from the circle" : "Hópurinn '{name}' var fjarlægður úr hringnum",
"Group '{name}' could not be removed from the circle" : "Hópinn '{name}' var ekki hægt að fjarlægja úr hringnum",
"A link to <b>{remote}</b> could not be initiated" : "Ekki var hægt að gangsetja tengil við <b>{remote}</b>",
"A link to <b>{remote}</b> has been requested." : "Beðið hefur verið um tengil við <b>{remote}</b>.",
"the link to <b>{remote}</b> is now up and running." : "tengillinn við <b>{remote}</b> er núna tilbúinn og virkur.",
"The status of the link could not be updated" : "Ekki tókst að uppfæra stöðu tengilsins",
"The status of the link has been updated" : "Staða tengilsins hefur verið uppfærð",
"The member '{name}' was added to the circle" : "Meðlimnum '{name}' var bætt í hringinn",
"The member '{name}' could not be added to the circle" : "Ekki var hægt að bæta meðlimnum '{name}' í hringinn",
"The member '{name}' was invited to the circle" : "Meðlimnum '{name}' var boðið í hringinn",
"The member '{name}' could not be invited to the circle" : "Ekki var hægt að bjóða meðlimnum '{name}' í hringinn",
"Members of the group '{name}' were added to the circle" : "Meðlimum úr hópnum '{name}' var bætt í hringinn",
"Members of the group '{name}' could not be added to the circle" : "Ekki var hægt að bæta meðlimum úr hópnum '{name}' í hringinn",
"Members of the group '{name}' were invited to the circle" : "Meðlimum úr hópnum '{name}' var boðið í hringinn",
"Members of the group '{name}' could not be invited to the circle" : "Ekki var hægt að bjóða meðlimum úr hópnum '{name}' í hringinn",
"The member '{name}' was removed from the circle" : "Meðlimurinn '{name}' var fjarlægður úr hringnum",
"The member '{name}' could not be removed from the circle" : "Meðliminn '{name}' var ekki hægt að fjarlægja úr hringnum",
"Member '{name}' updated" : "Meðlimurinn '{name}' uppfærður",
"The member '{name}' could not be updated" : "Ekki var hægt að uppfæra meðliminn '{name}'",
"Issue while saving settings" : "Vandamál kom upp við að vista stillingar",
"Settings saved." : "Stillingar vistaðar.",
"Circles" : "Hringir",
@ -53,25 +85,72 @@
"{author} created the circle {circle}" : "{author} bjó til hringinn {circle}",
"You deleted {circle}" : "Þú eyddir {circle}",
"{author} deleted {circle}" : "{author} eyddi {circle}",
"You accepted the invitation to join {circle}" : "Þú samþykktir boð um að taka þátt í {circle}",
"{member} accepted the invitation to join {circle}" : "{member} samþykkti boð um að taka þátt í {circle}",
"You joined {circle}" : "Þú gekkst í {circle}",
"{member} joined {circle}" : "{member} gekk í {circle}",
"You accepted {member}'s request to join {circle}" : "Þú samþykktir beiðni frá {member} um að taka þátt í {circle}",
"Your request to join {circle} has been accepted by {author}" : "Beiðni þín um að ganga í {circle} var samþykkt af {author}",
"{member}'s request to join {circle} has been accepted by {author}" : "Beiðni frá {member} um að ganga í {circle} var samþykkt af {author}",
"You added {member} as member to {circle}" : "Þú bættir {member} sem meðlim í {circle}",
"You have been added as member to {circle} by {author}" : "Þér var bætt við sem meðlimi í {circle} af {author}",
"{member} has been added as member to {circle} by {author}" : "{member} var bætt við sem meðlimi í {circle} af {author}",
"You rejected the invitation to join {circle}" : "Þú hafnaðir boði um að taka þátt í {circle}",
"{member} rejected the invitation to join {circle}" : "{member} hafnaði boði um að taka þátt í {circle}",
"You left {circle}" : "Þú gekkst úr {circle}",
"{member} left {circle}" : "{member} gekk úr {circle}",
"You dismissed {member}'s request to join {circle}" : "Þú hunsaðir beiðni frá {member} um að taka þátt í {circle}",
"Your request to join {circle} has been dismissed by {author}" : "Beiðni þín um að ganga í {circle} var hunsuð af {author}",
"{member}'s request to join {circle} has been dismissed by {author}" : "Beiðni frá {member} um að ganga í {circle} var hunsuð af {author}",
"You removed {member} from {circle}" : "Þú fjarlægðir {member} úr {circle}",
"You have been removed from {circle} by {author}" : "Þú varst fjarlægður úr {circle} af {author}",
"{member} has been removed from {circle} by {author}" : "{member} var fjarlægður úr {circle} af {author}",
"You linked {group} to {circle}" : "Þú tengdir {group} við {circle}",
"{group} has been linked to {circle} by {author}" : "{group} var tengdur við {circle} af {author}",
"You unlinked {group} from {circle}" : "Þú aftengdir {group} frá {circle}",
"{group} has been unlinked from {circle} by {author}" : "{group} var aftengdur frá {circle} af {author}",
"You changed the level of the linked group {group} in {circle} to %1$s" : "Þú breyttir stigi tengda hópsins {group} í {circle} yfir í %1$s",
"{author} changed the level of the linked group {group} in {circle} to %1$s" : "{author} breytti stigi tengda hópsins {group} í {circle} yfir í %1$s",
"You invited {member} to join {circle}" : "Þú bauðst {member} að taka þátt í {circle}",
"You have been invited to join {circle} by {author}" : "Þér hefur verið boðið að ganga í {circle} af {author}",
"{member} has been invited to join {circle} by {author}" : "{member} hefur verið boðið að ganga í {circle} af {author}",
"You changed {member}'s level in {circle} to %1$s" : "Þú breyttir stigi {member} í {circle} yfir í %1$s",
"{author} changed your level in {circle} to %1$s" : "{author} breytti stigi þínu í {circle} yfir í %1$s",
"{author} changed {member}'s level in {circle} to %1$s" : "{author} breytti stigi {member} í {circle} yfir í %1$s",
"You sent a request to join {circle}" : "Þú sendir beiðni um að taka þátt í {circle}",
"{member} sent a request to join {circle}" : "{member} sendi beiðni um að taka þátt í {circle}",
"You are the new owner of {circle}" : "Þú ert nýr eigandi {circle}",
"{member} is the new owner of {circle}" : "{member} er nýr eigandi {circle}",
"You sent a request to link {circle} with {remote}" : "Þú sendir inn beiðni um að tengja {circle} við {remote}",
"{author} sent a request to link {circle} with {remote}" : "{author} sendi inn beiðni um að tengja {circle} við {remote}",
"{remote} requested a link with {circle}" : "{remote} bað um tengingu við {circle}",
"The request to link {circle} with {remote} has been rejected" : "Beiðni um að tengja {circle} við {remote} hefur verið hafnað",
"The request to link {remote} with {circle} has been canceled remotely" : "Beiðni um að tengja {remote} við {circle} hefur verið hafnað fjartengt",
"The request to link {circle} with {remote} has been accepted" : "Beiðni um að tengja {circle} við {remote} hefur verið samþykkt",
"You dismissed the request to link {remote} with {circle}" : "Þú hunsaðir beiðni um að tengja {remote} við {circle}",
"{author} dismissed the request to link {remote} with {circle}" : "{author} hunsaði beiðni um að tengja {remote} við {circle}",
"You canceled the request to link {circle} with {remote}" : "Þú hættir við beiðni um að tengja {circle} við {remote}",
"{author} canceled the request to link {circle} with {remote}" : "{author} hætti við beiðni um að tengja {circle} við {remote}",
"You accepted the request to link {remote} with {circle}" : "Þú samþykktir beiðni um að tengja {remote} við {circle}",
"{author} accepted the request to link {remote} with {circle}" : "{author} samþykkti beiðni um að tengja {remote} við {circle}",
"A link between {circle} and {remote} is now up and running" : "Tenging milli {circle} og {remote} er komin á og er virk",
"The link between {circle} and {remote} has been shutdown remotely" : "Tengingunni milli {circle} og {remote} var lokað fjartengt",
"You closed the link between {circle} and {remote}" : "Þú lokaðir tengingunni milli {circle} og {remote}",
"{author} closed the link between {circle} and {remote}" : "{author} lokaði tengingunni milli {circle} og {remote}",
"On events happening in a <strong>Circle</strong> you belong" : "Við atburð í <strong>hring</strong> sem þú tilheyrir",
"Any important event in a <strong>Circle</strong> you are moderating" : "Hvaða mikilvægi atburður sem er í <strong>hring</strong> sem þú hefur umsjón með",
"The name of your circle must contain at least 3 characters" : "Nafn hringsins verður að innihalda að minnsta kosti 3 stafi",
"The name of your circle must start with an alpha-numerical character" : "Nafn hringsins verður að byrja á tölu eða bókstaf",
"Federated circles are not allowed on this Nextcloud" : "Skýjasambönd hringja eru ekki leyfð í þessu Nextcloud-skýi",
"Linked Groups are not allowed on this Nextcloud" : "Tengdir hópar eru ekki leyfðir í þessu Nextcloud-skýi",
"Circle not found" : "Hringur fannst ekki",
"A circle with that name exists" : "Nú þegar er til hringur með þetta nafn",
"Sharing Frame does not exist" : "Deilingarrammi er ekki til",
"Federated link not found" : "Skyjasambandstengill fannst ekki",
"You cannot use the Circles Application until your administrator has allowed at least one type of circles" : "Þú getur ekki notað Hringir-forritið fyrr en kerfisstjóri er búinn að leyfa a.m.k. eina gerð hringja",
"This member does not exist" : "Þessi meðlimur er ekki til",
"This user is already a member of the circle" : "Þessi notandi er nú þegar meðlimur í þessum hring",
"This feature is not available for personal circles" : "Þessi eiginleiki er ekki tiltækur fyrir persónulega hringi",
"The circle is not Federated" : "Hringurinn er ekki í skýjasambandi",
"You cannot join this circle" : "Þú getur ekki tekið þátt í þessum hring",
"This member is not a moderator" : "Þessi meðlimur er ekki umsjónarmaður",
@ -85,19 +164,36 @@
"You cannot create this type of circle" : "Þú getur ekki tekið búið til þessa gerð hrings",
"You cannot display this type of circle" : "Þú getur ekki tekið birt þessa gerð hrings",
"Federated link does not have a valid format" : "Skyjasambandstengillinn er ekki á réttu sniði",
"The remote host is down or the Circles app is not installed on it" : "Fjartengdi þjónninn er niðri eða að Circles-forritið er ekki uppsett á honum",
"Federated circles are not allowed on the remote Nextcloud" : "Skýjasambönd hringja eru ekki leyfð í fjartengda Nextcloud-skýinu",
"The remote circle does not accept federated links" : "Fjartengdi hringurinn tekur ekki við skýjasambandstenglum",
"It seems that you are trying to link a circle to itself" : "Það lítur út fyrir að þú sért að tengja hring við sjálfan sig",
"This link exists already" : "Þessi tengill er þegar til staðar",
"The requested remote circle does not exist" : "Umbeðinn fjartengdur hringur er ekki til",
"Cannot proceed with this status update" : "Get ekki haldið áfram með þessa stöðuuppfærslu",
"This group does not exist" : "Þessi hópur er ekki til",
"This group is already linked to the circle" : "Þessi hópur er nú þegar tengdur hringnum",
"You cannot edit level in a personal circle" : "Þú getur ekki breytt stigum í persónulegum hring",
"Group cannot be set as owner of a circle" : "Hópur getur ekki verið eigandi á hring",
"This user does not exist" : "Þessi notandi er ekki til",
"Create a new circle" : "Búa til nýjan hring",
"Select a type of circle" : "Veldu gerð hrings",
"Create a personal circle" : "Búa til persónulegan hring",
"Create a public circle" : "Búa til opinberan hring",
"Create a closed circle" : "Búa til lokaðan hring",
"Create a secret circle" : "Búa til leynihring",
"A personal circle is a list of users known only to the owner." : "Persónulegur hringur er listi yfir notendur sem einungis eigandinn þekkir.",
"This is the right option if you want to do recurrent sharing with the same list of local users." : "Notaðu þetta ef þú vilt deila einhverju endurtekið á sama hóp staðværra notenda.",
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "Leynihringur er falinn hópur sem einungis er sýnilegur meðlimum sínum eða þeim sem vita nákvæmt heiti hringsins.",
"Non-members won't be able to find your secret circle using the search bar." : "Notendur sem ekki eru meðlimir munu ekki geta fundið þennan leynihring með leitarstikunni.",
"Joining a closed circle requires an invitation or a confirmation by a moderator." : "Lokaður hringur krefst þess að boðin sé innganga eða að stjórnandi staðfesti þátttöku.",
"Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items." : "Hver sem er getur fundið hringinn og beðið um inngönguboð; en einungis meðlimir geta séð hverjir eru í hringnum og fengið að deila atriðum innan hans.",
"A public circle is an open group visible to anyone willing to join." : "Opinber hringur er opinn hópur sem sýnilegur er öllum sem þora að taka þátt.",
"Anyone can see the circle, can join the circle and access the items shared to the circle." : "Hver sem er getur séð hringinn, allir geta gengið í hringinn og fengið að deila atriðum innan hans.",
"Personal circles" : "Persónulegir hringir",
"Public circles" : "Opinberir hringir",
"Closed circles" : "Lokaðir hringir",
"Secret circles" : "Leynihringir",
"All circles" : "Allir hringir",
"Search circles" : "Leita í hringjum",
"No filter" : "Engin sía",
@ -107,6 +203,7 @@
"Pending invitation to join this circle" : "Boð sem í biðstöðu um að taka þátt í þessum hring",
"You have a pending request to join this circle" : "Þú ert með beiðni um að taka þátt í þessum hring",
"Add a member" : "Bæta við meðlimi",
"Link a group" : "Tengja hóp",
"Link a circle" : "Tengja hring",
"Join this circle" : "Taka þátt í þessum hring",
"Delete circle" : "Eyða hring",
@ -120,11 +217,13 @@
"Level" : "Stig",
"Status" : "Staða",
"Joined" : "Gekk inn",
"Group Name" : "Heiti hóps",
"Link" : "Tengill",
"Linked" : "Tengt",
"Allow Federated Links" : "Leyfa skýjasambandstengla",
"Turns the circle as Federated and enable sharing between Federated Circles" : "Setur hringinn í skýjasamband og virkjar deilingu milli hringja í skýjasambandi (federated)",
"Automatically Accept Link Request" : "Samþykkja sjálfkrafa beiðnir um tengla",
"Warning: enabling this will automatically accept new link requests from other circle." : "Aðvörun: ef þetta er gert virkt verða beiðnir um tengla frá öðrum hringjum samþykktar sjálfkrafa.",
"Save settings" : "Vista stillingar"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}