[tx-robot] updated from transifex

pull/2430/head
Nextcloud bot 8 years ago
parent d7dd399bbd
commit 4ca7f9c896
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

@ -26,6 +26,10 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s",
"{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
"<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"A (now) deleted user mentioned you in a comment on “%s”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”",
"Type in a new comment..." : "Új hozzászólás írása...",
"No other comments available" : "Nincs több hozzászólás.",
"More comments..." : "Több hozzászólás...",

@ -24,6 +24,10 @@
"%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s",
"{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
"<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"A (now) deleted user mentioned you in a comment on “%s”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”",
"Type in a new comment..." : "Új hozzászólás írása...",
"No other comments available" : "Nincs több hozzászólás.",
"More comments..." : "Több hozzászólás...",

@ -1,44 +1,44 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Agenda",
"Todos" : "Tâches",
"{actor} created calendar {calendar}" : "{actor} a créé l'agenda {calendar}",
"You created calendar {calendar}" : "Vous avez créé l'agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} a supprimé l'agenda {calendar}",
"You deleted calendar {calendar}" : "Vous avez supprimé l'agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} a mis à jour l'agenda {calendar}",
"You updated calendar {calendar}" : "Vous avez mis à jour l'agenda {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} a partagé l'agenda {calendar} avec vous",
"You shared calendar {calendar} with {user}" : "Vous avez partagé l'agenda {calendar} avec {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} a partagé l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} a cessé de partager l'agenda {calendar} avec vous",
"You unshared calendar {calendar} from {user}" : "Vous avez cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} a cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} a cessé de partager l'agenda {calendar} avec lui-même",
"You shared calendar {calendar} with group {group}" : "Vous avez partagé l'agenda {calendar} avec le groupe {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} a partagé l'agenda {calendar} avec le groupe {group}",
"You unshared calendar {calendar} from group {group}" : "Vous avez cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} a cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} a créé l'évènement {event} dans l'agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Vous avez créé l'évènement {event} dans l'agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} a supprimé l'évènement {event} de l'agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vous avez supprimé l'évènement {event} de l'agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} a mis à jour l'évènement {event} dans l'agenda {calendar}",
"You updated event {event} in calendar {calendar}" : "Vous avez mis à jour l'évènement {event} dans l'agenda {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}",
"You created todo {todo} in list {calendar}" : "Vous avez créé la tâche {todo} dans la liste {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} a supprimé la tâche {todo} de la liste {calendar}",
"You deleted todo {todo} from list {calendar}" : "Vous avez supprimé la tâche {todo} de la liste {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} a mis à jour la tâche {todo} dans la liste {calendar}",
"You updated todo {todo} in list {calendar}" : "Vous avez mis à jour la tâche {todo} dans la liste {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} a terminé la tâche {todo} de la liste {calendar}",
"You solved todo {todo} in list {calendar}" : "Vous avez terminé la tâche {todo} de la liste {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} a réouvert la tâche {todo} dans la liste {calendar}",
"You reopened todo {todo} in list {calendar}" : "Vous avez réouvert la tâche {todo} dans la liste {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>agenda</strong> a été modifié",
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée",
"%1$s created calendar %2$s" : "%1$s a créé l'agenda %2$s",
"You created calendar %2$s" : "Vous avez créé l'agenda %2$s",
"%1$s deleted calendar %2$s" : " %1$s a supprimé l'agenda %2$s ",
"You deleted calendar %2$s" : "Vous avez supprimé l'agenda %2$s",
"%1$s updated calendar %2$s" : "%1$s a mis à jour l'agenda %2$s",
"You updated calendar %2$s" : "Vous avez mis à jour l'agenda %2$s",
"%1$s shared calendar %2$s with you" : "%1$s a partagé l'agenda %2$s avec vous",
"You shared calendar %2$s with %1$s" : "Vous avez partagé l'agenda %2$s avec %1$s",
"%3$s shared calendar %2$s with %1$s" : "%3$s a partagé l'agenda %2$s avec %1$s",
"%1$s unshared calendar %2$s from you" : "%1$s a cessé de partager l'agenda %2$s avec vous",
"You unshared calendar %2$s from %1$s" : "Vous avez cessé de partager l'agenda %2$s avec %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s a cessé de partager l'agenda %2$s avec %1$s",
"%1$s unshared calendar %2$s from themselves" : "%1$s a cessé de partager l'agenda %2$s avec lui-même",
"You shared calendar %2$s with group %1$s" : "Vous avez partagé l'agenda %2$s avec le groupe %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s a partagé l'agenda %2$s avec le groupe %1$s",
"You unshared calendar %2$s from group %1$s" : "Vous avez cessé de partager l'agenda %2$s avec le groupe %1$s",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s a cessé de partager l'agenda %2$s avec le groupe %1$s",
"%1$s created event %3$s in calendar %2$s" : "%1$s a créé l'évènement %3$s dans l'agenda %2$s",
"You created event %3$s in calendar %2$s" : "Vous avez créé l'évènement %3$s dans l'agenda %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s a supprimé l'évènement %3$s de l'agenda %2$s",
"You deleted event %3$s from calendar %2$s" : "Vous avez supprimé l'évènement %3$s de l'agenda %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s a mis à jour l'évènement %3$s dans l'agenda %2$s",
"You updated event %3$s in calendar %2$s" : "Vous avez mis à jour l'évènement %3$s dans l'agenda %2$s",
"%1$s created todo %3$s in list %2$s" : "%1$s a créé la tâche %3$s dans la liste %2$s",
"You created todo %3$s in list %2$s" : "Vous avez créé la tâche %3$s dans la liste %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s a supprimé la tâche %3$s de la liste %2$s",
"You deleted todo %3$s from list %2$s" : "Vous avez supprimé la tâche %3$s de la liste %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s a mis à jour la tâche %3$s de la liste %2$s",
"You updated todo %3$s in list %2$s" : "Vous avez mis à jour la tâche %3$s de la liste %2$s",
"%1$s solved todo %3$s in list %2$s" : "%1$s a terminé la tâche %3$s de la liste %2$s",
"You solved todo %3$s in list %2$s" : "Vous avez terminé la tâche %3$s de la liste %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s a réouvert la tâche %3$s de la liste %2$s",
"You reopened todo %3$s in list %2$s" : "Vous avez rouvert la tâche %3$s de la liste %2$s",
"Calendar" : "Agenda",
"Todos" : "Tâches",
"Contact birthdays" : "Anniversaires des contacts",
"Personal" : "Personnel",
"Contacts" : "Contacts",

@ -1,42 +1,42 @@
{ "translations": {
"Calendar" : "Agenda",
"Todos" : "Tâches",
"{actor} created calendar {calendar}" : "{actor} a créé l'agenda {calendar}",
"You created calendar {calendar}" : "Vous avez créé l'agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} a supprimé l'agenda {calendar}",
"You deleted calendar {calendar}" : "Vous avez supprimé l'agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} a mis à jour l'agenda {calendar}",
"You updated calendar {calendar}" : "Vous avez mis à jour l'agenda {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} a partagé l'agenda {calendar} avec vous",
"You shared calendar {calendar} with {user}" : "Vous avez partagé l'agenda {calendar} avec {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} a partagé l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} a cessé de partager l'agenda {calendar} avec vous",
"You unshared calendar {calendar} from {user}" : "Vous avez cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} a cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} a cessé de partager l'agenda {calendar} avec lui-même",
"You shared calendar {calendar} with group {group}" : "Vous avez partagé l'agenda {calendar} avec le groupe {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} a partagé l'agenda {calendar} avec le groupe {group}",
"You unshared calendar {calendar} from group {group}" : "Vous avez cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} a cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} a créé l'évènement {event} dans l'agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Vous avez créé l'évènement {event} dans l'agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} a supprimé l'évènement {event} de l'agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vous avez supprimé l'évènement {event} de l'agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} a mis à jour l'évènement {event} dans l'agenda {calendar}",
"You updated event {event} in calendar {calendar}" : "Vous avez mis à jour l'évènement {event} dans l'agenda {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}",
"You created todo {todo} in list {calendar}" : "Vous avez créé la tâche {todo} dans la liste {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} a supprimé la tâche {todo} de la liste {calendar}",
"You deleted todo {todo} from list {calendar}" : "Vous avez supprimé la tâche {todo} de la liste {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} a mis à jour la tâche {todo} dans la liste {calendar}",
"You updated todo {todo} in list {calendar}" : "Vous avez mis à jour la tâche {todo} dans la liste {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} a terminé la tâche {todo} de la liste {calendar}",
"You solved todo {todo} in list {calendar}" : "Vous avez terminé la tâche {todo} de la liste {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} a réouvert la tâche {todo} dans la liste {calendar}",
"You reopened todo {todo} in list {calendar}" : "Vous avez réouvert la tâche {todo} dans la liste {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>agenda</strong> a été modifié",
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée",
"%1$s created calendar %2$s" : "%1$s a créé l'agenda %2$s",
"You created calendar %2$s" : "Vous avez créé l'agenda %2$s",
"%1$s deleted calendar %2$s" : " %1$s a supprimé l'agenda %2$s ",
"You deleted calendar %2$s" : "Vous avez supprimé l'agenda %2$s",
"%1$s updated calendar %2$s" : "%1$s a mis à jour l'agenda %2$s",
"You updated calendar %2$s" : "Vous avez mis à jour l'agenda %2$s",
"%1$s shared calendar %2$s with you" : "%1$s a partagé l'agenda %2$s avec vous",
"You shared calendar %2$s with %1$s" : "Vous avez partagé l'agenda %2$s avec %1$s",
"%3$s shared calendar %2$s with %1$s" : "%3$s a partagé l'agenda %2$s avec %1$s",
"%1$s unshared calendar %2$s from you" : "%1$s a cessé de partager l'agenda %2$s avec vous",
"You unshared calendar %2$s from %1$s" : "Vous avez cessé de partager l'agenda %2$s avec %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s a cessé de partager l'agenda %2$s avec %1$s",
"%1$s unshared calendar %2$s from themselves" : "%1$s a cessé de partager l'agenda %2$s avec lui-même",
"You shared calendar %2$s with group %1$s" : "Vous avez partagé l'agenda %2$s avec le groupe %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s a partagé l'agenda %2$s avec le groupe %1$s",
"You unshared calendar %2$s from group %1$s" : "Vous avez cessé de partager l'agenda %2$s avec le groupe %1$s",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s a cessé de partager l'agenda %2$s avec le groupe %1$s",
"%1$s created event %3$s in calendar %2$s" : "%1$s a créé l'évènement %3$s dans l'agenda %2$s",
"You created event %3$s in calendar %2$s" : "Vous avez créé l'évènement %3$s dans l'agenda %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s a supprimé l'évènement %3$s de l'agenda %2$s",
"You deleted event %3$s from calendar %2$s" : "Vous avez supprimé l'évènement %3$s de l'agenda %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s a mis à jour l'évènement %3$s dans l'agenda %2$s",
"You updated event %3$s in calendar %2$s" : "Vous avez mis à jour l'évènement %3$s dans l'agenda %2$s",
"%1$s created todo %3$s in list %2$s" : "%1$s a créé la tâche %3$s dans la liste %2$s",
"You created todo %3$s in list %2$s" : "Vous avez créé la tâche %3$s dans la liste %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s a supprimé la tâche %3$s de la liste %2$s",
"You deleted todo %3$s from list %2$s" : "Vous avez supprimé la tâche %3$s de la liste %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s a mis à jour la tâche %3$s de la liste %2$s",
"You updated todo %3$s in list %2$s" : "Vous avez mis à jour la tâche %3$s de la liste %2$s",
"%1$s solved todo %3$s in list %2$s" : "%1$s a terminé la tâche %3$s de la liste %2$s",
"You solved todo %3$s in list %2$s" : "Vous avez terminé la tâche %3$s de la liste %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s a réouvert la tâche %3$s de la liste %2$s",
"You reopened todo %3$s in list %2$s" : "Vous avez rouvert la tâche %3$s de la liste %2$s",
"Calendar" : "Agenda",
"Todos" : "Tâches",
"Contact birthdays" : "Anniversaires des contacts",
"Personal" : "Personnel",
"Contacts" : "Contacts",

@ -1,44 +1,44 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Naptár",
"Todos" : "Teendők",
"{actor} created calendar {calendar}" : "{actor} létrehozta a naptárt: {calendar}",
"You created calendar {calendar}" : "Létrehoztad a naptárt: {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} törölte a naptárt: {calendar}",
"You deleted calendar {calendar}" : "Törölted a naptárt: {calendar}",
"{actor} updated calendar {calendar}" : "{actor} frissítette a napárt: {calendar}",
"You updated calendar {calendar}" : "Frissítetted a naptárt: {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} megosztotta veled ezt a naptárt: {calendar}",
"You shared calendar {calendar} with {user}" : "Megosztottad ezt a napárt: {calendar} vele: {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} megosztotta ezt a napárt: {calendar} vele: {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} visszavonta töled a naptár megosztását: {calendar}",
"You unshared calendar {calendar} from {user}" : "Visszavontad a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} visszavonta a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} visszavonta tőlük a naptár megosztását: {calendar}",
"You shared calendar {calendar} with group {group}" : "Megosztottad ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} megosztotta ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"You unshared calendar {calendar} from group {group}" : "Visszavontad ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} visszavonta ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} létrehozta ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You created event {event} in calendar {calendar}" : "Létrehoztad ezt az eseményt: {event} ebben a naptárban: {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} törölte ezt az eseményt: {event} ebből a naptárból: {calendar}",
"You deleted event {event} from calendar {calendar}" : "Törölted ezt az eseményt: {event} ebből a naptárból: {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} frissítette ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You updated event {event} in calendar {calendar}" : "Frissítetted ezt az eseményt: {event} ebben a naptárban: {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} létrehozta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You created todo {todo} in list {calendar}" : "Létrehoztad ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} törölte ezt a teendőt: {todo} ebből a listából: {calendar}",
"You deleted todo {todo} from list {calendar}" : "Törölted ezt a teendőt: {todo} ebből a listából: {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} frissítette ezt a teendőt: {todo} ebben a listában: {calendar}",
"You updated todo {todo} in list {calendar}" : "Frissítetted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} elintézte ezt a teendőt: {todo} ebben a listában: {calendar}",
"You solved todo {todo} in list {calendar}" : "Elintézted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} újranyitotta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You reopened todo {todo} in list {calendar}" : "Újranyitottad ezt a teendőt: {todo} ebben a listában: {calendar}",
"A <strong>calendar</strong> was modified" : "Egy <strong>naptár</strong> megváltozott",
"A calendar <strong>event</strong> was modified" : "Egy naptár <strong>esemény</strong> megváltozott",
"A calendar <strong>todo</strong> was modified" : "Egy naptár <strong>teendő</strong> megváltozott",
"%1$s created calendar %2$s" : "%1$s létrehozta a naptárt: %2$s",
"You created calendar %2$s" : "Létrehoztad a naptárt: %2$s",
"%1$s deleted calendar %2$s" : "%1$s törölte a naptárt: %2$s",
"You deleted calendar %2$s" : "Törölted a naptárt: %2$s",
"%1$s updated calendar %2$s" : "%1$s frissítette a naptárt: %2$s",
"You updated calendar %2$s" : "Frissítetted a napárt: %2$s",
"%1$s shared calendar %2$s with you" : "%1$s megosztotta veled a napárt: %2$s",
"You shared calendar %2$s with %1$s" : "Megosztottad ezt a napárt: %2$s vele %1$s",
"%3$s shared calendar %2$s with %1$s" : "%3$s megosztotta ezt a napárt: %2$s vele: %1$s",
"%1$s unshared calendar %2$s from you" : "%1$s visszavonta tőled a naptár megosztását: %2$s",
"You unshared calendar %2$s from %1$s" : "Visszavontad a naptár megosztását: %2$s tőle: %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s visszavonta a naptár megosztását: %2$s tőle: %1$s",
"%1$s unshared calendar %2$s from themselves" : "%1$s visszavonta a naptár megosztását: %2$s tőlük",
"You shared calendar %2$s with group %1$s" : "Megosztottad ezt a napárt: %2$s ezzel a csoporttal: %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s megosztotta ezt a napárt: %2$s ezzel a csoporttal: %1$s",
"You unshared calendar %2$s from group %1$s" : "Visszavontad a naptár megosztását: %2$s ettől a csoporttól: %1$s",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s visszavonta a naptár megosztását: %2$s ettől a csoporttól: %1$s",
"%1$s created event %3$s in calendar %2$s" : "%1$s létrehozott egy eseményt: %3$s ebben a naptárban: %2$s",
"You created event %3$s in calendar %2$s" : "Létrehoztál egy eseményt: %3$s ebben a naptárban: %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s törölt egy eseményt: %3$s ebből a naptárból: %2$s",
"You deleted event %3$s from calendar %2$s" : "Töröltél egy eseményt: %3$s ebből a naptárból: %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s frissített egy eseményt: %3$s ebben a naptárban: %2$s",
"You updated event %3$s in calendar %2$s" : "Frissítettél egy eseményt: %3$s ebben a naptárban: %2$s",
"%1$s created todo %3$s in list %2$s" : "%1$s létrehozott egy teendőt: %3$s ebben a listában: %2$s",
"You created todo %3$s in list %2$s" : "Létrehoztál egy teendőt: %3$s ebben a listában: %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s törölt egy teendőt: %3$s ebből a listából: %2$s",
"You deleted todo %3$s from list %2$s" : "Töröltél egy teendőt: %3$s ebből a listából: %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s frissített egy teendőt: %3$s ebben a listában: %2$s",
"You updated todo %3$s in list %2$s" : "Frissítettél egy teendőt: %3$s ebben a listában: %2$s",
"%1$s solved todo %3$s in list %2$s" : "%1$s befejezett egy teendőt: %3$s ebben a listában: %2$s",
"You solved todo %3$s in list %2$s" : "Befejeztél egy teendőt: %3$s ebben a listában: %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s újranyitott egy teendőt: %3$s ebben a listában: %2$s",
"You reopened todo %3$s in list %2$s" : "Újranyitotál egy teendőt: %3$s ebben a listában: %2$s",
"Calendar" : "Naptár",
"Todos" : "Teendők",
"Contact birthdays" : "Születésnapok",
"Personal" : "Személyes",
"Contacts" : "Névjegyek",

@ -1,42 +1,42 @@
{ "translations": {
"Calendar" : "Naptár",
"Todos" : "Teendők",
"{actor} created calendar {calendar}" : "{actor} létrehozta a naptárt: {calendar}",
"You created calendar {calendar}" : "Létrehoztad a naptárt: {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} törölte a naptárt: {calendar}",
"You deleted calendar {calendar}" : "Törölted a naptárt: {calendar}",
"{actor} updated calendar {calendar}" : "{actor} frissítette a napárt: {calendar}",
"You updated calendar {calendar}" : "Frissítetted a naptárt: {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} megosztotta veled ezt a naptárt: {calendar}",
"You shared calendar {calendar} with {user}" : "Megosztottad ezt a napárt: {calendar} vele: {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} megosztotta ezt a napárt: {calendar} vele: {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} visszavonta töled a naptár megosztását: {calendar}",
"You unshared calendar {calendar} from {user}" : "Visszavontad a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} visszavonta a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} visszavonta tőlük a naptár megosztását: {calendar}",
"You shared calendar {calendar} with group {group}" : "Megosztottad ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} megosztotta ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"You unshared calendar {calendar} from group {group}" : "Visszavontad ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} visszavonta ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} létrehozta ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You created event {event} in calendar {calendar}" : "Létrehoztad ezt az eseményt: {event} ebben a naptárban: {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} törölte ezt az eseményt: {event} ebből a naptárból: {calendar}",
"You deleted event {event} from calendar {calendar}" : "Törölted ezt az eseményt: {event} ebből a naptárból: {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} frissítette ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You updated event {event} in calendar {calendar}" : "Frissítetted ezt az eseményt: {event} ebben a naptárban: {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} létrehozta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You created todo {todo} in list {calendar}" : "Létrehoztad ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} törölte ezt a teendőt: {todo} ebből a listából: {calendar}",
"You deleted todo {todo} from list {calendar}" : "Törölted ezt a teendőt: {todo} ebből a listából: {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} frissítette ezt a teendőt: {todo} ebben a listában: {calendar}",
"You updated todo {todo} in list {calendar}" : "Frissítetted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} elintézte ezt a teendőt: {todo} ebben a listában: {calendar}",
"You solved todo {todo} in list {calendar}" : "Elintézted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} újranyitotta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You reopened todo {todo} in list {calendar}" : "Újranyitottad ezt a teendőt: {todo} ebben a listában: {calendar}",
"A <strong>calendar</strong> was modified" : "Egy <strong>naptár</strong> megváltozott",
"A calendar <strong>event</strong> was modified" : "Egy naptár <strong>esemény</strong> megváltozott",
"A calendar <strong>todo</strong> was modified" : "Egy naptár <strong>teendő</strong> megváltozott",
"%1$s created calendar %2$s" : "%1$s létrehozta a naptárt: %2$s",
"You created calendar %2$s" : "Létrehoztad a naptárt: %2$s",
"%1$s deleted calendar %2$s" : "%1$s törölte a naptárt: %2$s",
"You deleted calendar %2$s" : "Törölted a naptárt: %2$s",
"%1$s updated calendar %2$s" : "%1$s frissítette a naptárt: %2$s",
"You updated calendar %2$s" : "Frissítetted a napárt: %2$s",
"%1$s shared calendar %2$s with you" : "%1$s megosztotta veled a napárt: %2$s",
"You shared calendar %2$s with %1$s" : "Megosztottad ezt a napárt: %2$s vele %1$s",
"%3$s shared calendar %2$s with %1$s" : "%3$s megosztotta ezt a napárt: %2$s vele: %1$s",
"%1$s unshared calendar %2$s from you" : "%1$s visszavonta tőled a naptár megosztását: %2$s",
"You unshared calendar %2$s from %1$s" : "Visszavontad a naptár megosztását: %2$s tőle: %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s visszavonta a naptár megosztását: %2$s tőle: %1$s",
"%1$s unshared calendar %2$s from themselves" : "%1$s visszavonta a naptár megosztását: %2$s tőlük",
"You shared calendar %2$s with group %1$s" : "Megosztottad ezt a napárt: %2$s ezzel a csoporttal: %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s megosztotta ezt a napárt: %2$s ezzel a csoporttal: %1$s",
"You unshared calendar %2$s from group %1$s" : "Visszavontad a naptár megosztását: %2$s ettől a csoporttól: %1$s",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s visszavonta a naptár megosztását: %2$s ettől a csoporttól: %1$s",
"%1$s created event %3$s in calendar %2$s" : "%1$s létrehozott egy eseményt: %3$s ebben a naptárban: %2$s",
"You created event %3$s in calendar %2$s" : "Létrehoztál egy eseményt: %3$s ebben a naptárban: %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s törölt egy eseményt: %3$s ebből a naptárból: %2$s",
"You deleted event %3$s from calendar %2$s" : "Töröltél egy eseményt: %3$s ebből a naptárból: %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s frissített egy eseményt: %3$s ebben a naptárban: %2$s",
"You updated event %3$s in calendar %2$s" : "Frissítettél egy eseményt: %3$s ebben a naptárban: %2$s",
"%1$s created todo %3$s in list %2$s" : "%1$s létrehozott egy teendőt: %3$s ebben a listában: %2$s",
"You created todo %3$s in list %2$s" : "Létrehoztál egy teendőt: %3$s ebben a listában: %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s törölt egy teendőt: %3$s ebből a listából: %2$s",
"You deleted todo %3$s from list %2$s" : "Töröltél egy teendőt: %3$s ebből a listából: %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s frissített egy teendőt: %3$s ebben a listában: %2$s",
"You updated todo %3$s in list %2$s" : "Frissítettél egy teendőt: %3$s ebben a listában: %2$s",
"%1$s solved todo %3$s in list %2$s" : "%1$s befejezett egy teendőt: %3$s ebben a listában: %2$s",
"You solved todo %3$s in list %2$s" : "Befejeztél egy teendőt: %3$s ebben a listában: %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s újranyitott egy teendőt: %3$s ebben a listában: %2$s",
"You reopened todo %3$s in list %2$s" : "Újranyitotál egy teendőt: %3$s ebben a listában: %2$s",
"Calendar" : "Naptár",
"Todos" : "Teendők",
"Contact birthdays" : "Születésnapok",
"Personal" : "Személyes",
"Contacts" : "Névjegyek",

@ -1,44 +1,44 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalender",
"Todos" : "Te doen",
"{actor} created calendar {calendar}" : "{actor} creëerde agenda {calendar}",
"You created calendar {calendar}" : "Jij creëerde agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} verwijderde agenda {calendar}",
"You deleted calendar {calendar}" : "Je verwijderde agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} werkte agenda {calendar} bij",
"You updated calendar {calendar}" : "Je werkte agenda {calendar} bij",
"{actor} shared calendar {calendar} with you" : "{actor} deelde agenda {calendar} met jou",
"You shared calendar {calendar} with {user}" : "Je deelde agenda {calendar} met {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} deelde agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} stopte het delen van agenda {calendar} met jou",
"You unshared calendar {calendar} from {user}" : "Je stopte met delen agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} stopte met delen agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} stopte het delen van agenda {calendar} met zichzelf",
"You shared calendar {calendar} with group {group}" : "Je deelde agenda {calendar} met groep {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} deelde agenda {calendar} met groep {group}",
"You unshared calendar {calendar} from group {group}" : "Je stopte het delen van agenda {calendar} met groep {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} stopte het delen van agenda {calendar} met groep {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creëerde afspraak {event} in agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Je creëerde afspraak {event} in agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} verwijderde afspraak {event} uit agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Je verwijderde afspraak {event} uit agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} heeft afspraak {event} in agenda {calendar} bijgewerkt",
"You updated event {event} in calendar {calendar}" : "Je hebt afspraak {event} in agenda {calendar} bijgewerkt",
"{actor} created todo {todo} in list {calendar}" : "{actor} creëerde taak {todo} in lijst {calendar}",
"You created todo {todo} in list {calendar}" : "Jij creëerde taak {todo} in lijst {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} verwijderde taak {todo} uit lijst {calendar}",
"You deleted todo {todo} from list {calendar}" : "Je verwijderde taak {todo} uit lijst {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} heeft taak {todo} bijgewerkt in lijst {calendar}",
"You updated todo {todo} in list {calendar}" : "Je hebt taak {todo} bijgewerkt in lijst {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} heeft taak {todo} in lijst {calendar} afgewerkt",
"You solved todo {todo} in list {calendar}" : "Je hebt taak {todo} in lijst {calendar} afgewerkt",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} heropende taak {todo} in lijst {calendar}",
"You reopened todo {todo} in list {calendar}" : "Je heropende taak {todo} in lijst {calendar}",
"A <strong>calendar</strong> was modified" : "Een <strong>agenda</strong> is aangepast",
"A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
"A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
"%1$s created calendar %2$s" : "%1$s heeft agenda %2$s gemaakt",
"You created calendar %2$s" : "U heeft agenda %2$s gemaakt",
"%1$s deleted calendar %2$s" : "%1$s heeft agenda %2$s verwijderd.",
"You deleted calendar %2$s" : "U heeft agenda %2$s verwijderd",
"%1$s updated calendar %2$s" : "%1$s heeft agenda %2$s geüpdatet",
"You updated calendar %2$s" : "U heeft agenda %2$s geüpdated",
"%1$s shared calendar %2$s with you" : "%1$s heeft agenda %2$s met u gedeeld",
"You shared calendar %2$s with %1$s" : "U heeft agenda %2$s met %1$s gedeeld",
"%3$s shared calendar %2$s with %1$s" : "%3$s heeft agenda %2$s met %1$s gedeeld",
"%1$s unshared calendar %2$s from you" : "%1$s stopt het delen van agenda %2$s met u",
"You unshared calendar %2$s from %1$s" : "U stopte met delen van agenda %2$s met %1$s ",
"%3$s unshared calendar %2$s from %1$s" : "%3$s stopte met het delen van agenda %2$s met %1$s ",
"%1$s unshared calendar %2$s from themselves" : "%1$s stopte met het delen van agenda %2$s met zichzelf",
"You shared calendar %2$s with group %1$s" : "Je deelde agenda %2$s met groep %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s deelde agenda %2$s met groep %1$s",
"You unshared calendar %2$s from group %1$s" : "Je stopte met delen van agenda %2$s met groep %1$s ",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s stopte met het delen van agenda %2$s met groep %1$s ",
"%1$s created event %3$s in calendar %2$s" : "%1$s creëerde afspraak %3$s in agenda %2$s",
"You created event %3$s in calendar %2$s" : "Je creëerde afspraak %3$s in agenda %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s verwijderde afspraak %3$s uit agenda %2$s",
"You deleted event %3$s from calendar %2$s" : "Je verwijderde afspraak %3$s uit agenda %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s heeft afspraak %3$s in agenda %2$s bijgewerkt",
"You updated event %3$s in calendar %2$s" : "Je hebt afspraak %3$s in agenda %2$s bijgewerkt",
"%1$s created todo %3$s in list %2$s" : "%1$s creëerde taak %3$s in lijst %2$s",
"You created todo %3$s in list %2$s" : "Je creëerde taak %3$s in lijst %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s verwijderde todo %3$s uit lijst %2$s",
"You deleted todo %3$s from list %2$s" : "Je verwijderde taak %3$s uit lijst %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s heeft taak %3$s in lijst %2$s bijgewerkt",
"You updated todo %3$s in list %2$s" : "Je hebt taak %3$s in lijst %2$s bijgewerkt",
"%1$s solved todo %3$s in list %2$s" : "%1$s kruiste taak %3$s af op lijst %2$s",
"You solved todo %3$s in list %2$s" : "Je kruiste taak %3$s af op lijst %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s heropende taak %3$s in lijst %2$s",
"You reopened todo %3$s in list %2$s" : "Je heropende taak %3$s in lijst %2$s",
"Calendar" : "Kalender",
"Todos" : "Te doen",
"Contact birthdays" : "Verjaardagen",
"Personal" : "Persoonlijk",
"Contacts" : "Contactpersonen",

@ -1,42 +1,42 @@
{ "translations": {
"Calendar" : "Kalender",
"Todos" : "Te doen",
"{actor} created calendar {calendar}" : "{actor} creëerde agenda {calendar}",
"You created calendar {calendar}" : "Jij creëerde agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} verwijderde agenda {calendar}",
"You deleted calendar {calendar}" : "Je verwijderde agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} werkte agenda {calendar} bij",
"You updated calendar {calendar}" : "Je werkte agenda {calendar} bij",
"{actor} shared calendar {calendar} with you" : "{actor} deelde agenda {calendar} met jou",
"You shared calendar {calendar} with {user}" : "Je deelde agenda {calendar} met {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} deelde agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} stopte het delen van agenda {calendar} met jou",
"You unshared calendar {calendar} from {user}" : "Je stopte met delen agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} stopte met delen agenda {calendar} met {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} stopte het delen van agenda {calendar} met zichzelf",
"You shared calendar {calendar} with group {group}" : "Je deelde agenda {calendar} met groep {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} deelde agenda {calendar} met groep {group}",
"You unshared calendar {calendar} from group {group}" : "Je stopte het delen van agenda {calendar} met groep {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} stopte het delen van agenda {calendar} met groep {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creëerde afspraak {event} in agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Je creëerde afspraak {event} in agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} verwijderde afspraak {event} uit agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Je verwijderde afspraak {event} uit agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} heeft afspraak {event} in agenda {calendar} bijgewerkt",
"You updated event {event} in calendar {calendar}" : "Je hebt afspraak {event} in agenda {calendar} bijgewerkt",
"{actor} created todo {todo} in list {calendar}" : "{actor} creëerde taak {todo} in lijst {calendar}",
"You created todo {todo} in list {calendar}" : "Jij creëerde taak {todo} in lijst {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} verwijderde taak {todo} uit lijst {calendar}",
"You deleted todo {todo} from list {calendar}" : "Je verwijderde taak {todo} uit lijst {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} heeft taak {todo} bijgewerkt in lijst {calendar}",
"You updated todo {todo} in list {calendar}" : "Je hebt taak {todo} bijgewerkt in lijst {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} heeft taak {todo} in lijst {calendar} afgewerkt",
"You solved todo {todo} in list {calendar}" : "Je hebt taak {todo} in lijst {calendar} afgewerkt",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} heropende taak {todo} in lijst {calendar}",
"You reopened todo {todo} in list {calendar}" : "Je heropende taak {todo} in lijst {calendar}",
"A <strong>calendar</strong> was modified" : "Een <strong>agenda</strong> is aangepast",
"A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
"A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
"%1$s created calendar %2$s" : "%1$s heeft agenda %2$s gemaakt",
"You created calendar %2$s" : "U heeft agenda %2$s gemaakt",
"%1$s deleted calendar %2$s" : "%1$s heeft agenda %2$s verwijderd.",
"You deleted calendar %2$s" : "U heeft agenda %2$s verwijderd",
"%1$s updated calendar %2$s" : "%1$s heeft agenda %2$s geüpdatet",
"You updated calendar %2$s" : "U heeft agenda %2$s geüpdated",
"%1$s shared calendar %2$s with you" : "%1$s heeft agenda %2$s met u gedeeld",
"You shared calendar %2$s with %1$s" : "U heeft agenda %2$s met %1$s gedeeld",
"%3$s shared calendar %2$s with %1$s" : "%3$s heeft agenda %2$s met %1$s gedeeld",
"%1$s unshared calendar %2$s from you" : "%1$s stopt het delen van agenda %2$s met u",
"You unshared calendar %2$s from %1$s" : "U stopte met delen van agenda %2$s met %1$s ",
"%3$s unshared calendar %2$s from %1$s" : "%3$s stopte met het delen van agenda %2$s met %1$s ",
"%1$s unshared calendar %2$s from themselves" : "%1$s stopte met het delen van agenda %2$s met zichzelf",
"You shared calendar %2$s with group %1$s" : "Je deelde agenda %2$s met groep %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s deelde agenda %2$s met groep %1$s",
"You unshared calendar %2$s from group %1$s" : "Je stopte met delen van agenda %2$s met groep %1$s ",
"%3$s unshared calendar %2$s from group %1$s" : "%3$s stopte met het delen van agenda %2$s met groep %1$s ",
"%1$s created event %3$s in calendar %2$s" : "%1$s creëerde afspraak %3$s in agenda %2$s",
"You created event %3$s in calendar %2$s" : "Je creëerde afspraak %3$s in agenda %2$s",
"%1$s deleted event %3$s from calendar %2$s" : "%1$s verwijderde afspraak %3$s uit agenda %2$s",
"You deleted event %3$s from calendar %2$s" : "Je verwijderde afspraak %3$s uit agenda %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s heeft afspraak %3$s in agenda %2$s bijgewerkt",
"You updated event %3$s in calendar %2$s" : "Je hebt afspraak %3$s in agenda %2$s bijgewerkt",
"%1$s created todo %3$s in list %2$s" : "%1$s creëerde taak %3$s in lijst %2$s",
"You created todo %3$s in list %2$s" : "Je creëerde taak %3$s in lijst %2$s",
"%1$s deleted todo %3$s from list %2$s" : "%1$s verwijderde todo %3$s uit lijst %2$s",
"You deleted todo %3$s from list %2$s" : "Je verwijderde taak %3$s uit lijst %2$s",
"%1$s updated todo %3$s in list %2$s" : "%1$s heeft taak %3$s in lijst %2$s bijgewerkt",
"You updated todo %3$s in list %2$s" : "Je hebt taak %3$s in lijst %2$s bijgewerkt",
"%1$s solved todo %3$s in list %2$s" : "%1$s kruiste taak %3$s af op lijst %2$s",
"You solved todo %3$s in list %2$s" : "Je kruiste taak %3$s af op lijst %2$s",
"%1$s reopened todo %3$s in list %2$s" : "%1$s heropende taak %3$s in lijst %2$s",
"You reopened todo %3$s in list %2$s" : "Je heropende taak %3$s in lijst %2$s",
"Calendar" : "Kalender",
"Todos" : "Te doen",
"Contact birthdays" : "Verjaardagen",
"Personal" : "Persoonlijk",
"Contacts" : "Contactpersonen",

@ -3,7 +3,7 @@ OC.L10N.register(
{
"Added to the list of trusted servers" : "Der Liste der vertrauenswürdigen Server hinzugefügt",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No server to federate with found" : "Kein server Gebunden, der sich verbinden ließe",
"No server to federate with found" : "Kein Server zum Verbinden gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "Federation erlaubt es Dir, dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Diese Funktion wird beispielsweise für die Autovervollständigung externer Benutzer genutzt und ermöglicht das Teilen von Inhalten mit ihnen (\"federated sharing\").",

@ -1,7 +1,7 @@
{ "translations": {
"Added to the list of trusted servers" : "Der Liste der vertrauenswürdigen Server hinzugefügt",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No server to federate with found" : "Kein server Gebunden, der sich verbinden ließe",
"No server to federate with found" : "Kein Server zum Verbinden gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "Federation erlaubt es Dir, dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Diese Funktion wird beispielsweise für die Autovervollständigung externer Benutzer genutzt und ermöglicht das Teilen von Inhalten mit ihnen (\"federated sharing\").",

@ -82,6 +82,25 @@ OC.L10N.register(
"Upload" : "Feltöltés",
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
"File changes" : "Fájl változások",
"Created by {user}" : "Létrehozta: {user}",
"Changed by {user}" : "Módosította: {user}",
"Deleted by {user}" : "Törölte: {user}",
"Restored by {user}" : "Visszaállította: {user}",
"Renamed by {user}" : "Átnevezte: {user}",
"Moved by {user}" : "Áthelyezte: {user}",
"You created {file}" : "Létrehoztad: {file}",
"{user} created {file}" : "{user} létrehozta: {file}",
"{file} was created in a public folder" : "{file} létrehozva egy nyilvános mappában",
"You changed {file}" : "Módosítottad: {file}",
"{user} changed {file}" : "{user} módosította: {file}",
"You deleted {file}" : "Törölted: {file}",
"{user} deleted {file}" : "{user} törölte: {file}",
"You restored {file}" : "Visszaállítottad: {file}",
"{user} restored {file}" : "{user} visszaállította: {file}",
"You renamed {oldfile} to {newfile}" : "Átnevezted ezt: {oldfile} erre: {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} átnevezte ezt: {oldfile} erre: {newfile}",
"You moved {oldfile} to {newfile}" : "Áthelyezted ezt: {oldfile} ide: {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} áthelyezte ezt: {oldfile} ide: {newfile}",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A fájl vagy mappa <strong>megváltozott</strong> vagy <strong>át lett nevezve</strong>",
"A new file or folder has been <strong>created</strong>" : "Új fájl vagy mappa <strong>létrehozva</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",

@ -80,6 +80,25 @@
"Upload" : "Feltöltés",
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
"File changes" : "Fájl változások",
"Created by {user}" : "Létrehozta: {user}",
"Changed by {user}" : "Módosította: {user}",
"Deleted by {user}" : "Törölte: {user}",
"Restored by {user}" : "Visszaállította: {user}",
"Renamed by {user}" : "Átnevezte: {user}",
"Moved by {user}" : "Áthelyezte: {user}",
"You created {file}" : "Létrehoztad: {file}",
"{user} created {file}" : "{user} létrehozta: {file}",
"{file} was created in a public folder" : "{file} létrehozva egy nyilvános mappában",
"You changed {file}" : "Módosítottad: {file}",
"{user} changed {file}" : "{user} módosította: {file}",
"You deleted {file}" : "Törölted: {file}",
"{user} deleted {file}" : "{user} törölte: {file}",
"You restored {file}" : "Visszaállítottad: {file}",
"{user} restored {file}" : "{user} visszaállította: {file}",
"You renamed {oldfile} to {newfile}" : "Átnevezted ezt: {oldfile} erre: {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} átnevezte ezt: {oldfile} erre: {newfile}",
"You moved {oldfile} to {newfile}" : "Áthelyezted ezt: {oldfile} ide: {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} áthelyezte ezt: {oldfile} ide: {newfile}",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A fájl vagy mappa <strong>megváltozott</strong> vagy <strong>át lett nevezve</strong>",
"A new file or folder has been <strong>created</strong>" : "Új fájl vagy mappa <strong>létrehozva</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",

@ -66,8 +66,16 @@ OC.L10N.register(
"{user} accepted the remote share of {file}" : "{user} elfogadta {file} távoli megosztását",
"%2$s declined the remote share of %1$s" : "%2$s visszautasította %1$s távoli megosztását",
"{user} declined the remote share of {file}" : "{user} visszautasította {file} távoli megosztását",
"%2$s unshared %1$s from you" : "%2$s visszavonta tőled %1$s megosztását",
"{user} unshared {file} from you" : "{user} visszavonta tőled {file} megosztását",
"Shared with %1$s" : "Megosztva vele: %1$s",
"Shared with {user}" : "Megosztva vele: {user}",
"Removed share for %1$s" : "%1$s megosztása eltávolítva",
"Removed share for {user}" : "{user} megosztása eltávolítva",
"%2$s shared with %1$s" : "%2$s megosztotta vele: %1$s",
"{actor} shared with {user}" : "{actor} megosztotta vele: {user}",
"%2$s removed share for %1$s" : "%2$s eltávolította %1$s megosztását",
"{actor} removed share for {user}" : "{actor} eltávolította {user} megosztását",
"Shared by %1$s" : "Megosztotta: %1$s",
"Shared by {actor}" : "Megosztotta: {actor}",
"%1$s removed share" : "%1$s eltávolította a megosztást",

@ -64,8 +64,16 @@
"{user} accepted the remote share of {file}" : "{user} elfogadta {file} távoli megosztását",
"%2$s declined the remote share of %1$s" : "%2$s visszautasította %1$s távoli megosztását",
"{user} declined the remote share of {file}" : "{user} visszautasította {file} távoli megosztását",
"%2$s unshared %1$s from you" : "%2$s visszavonta tőled %1$s megosztását",
"{user} unshared {file} from you" : "{user} visszavonta tőled {file} megosztását",
"Shared with %1$s" : "Megosztva vele: %1$s",
"Shared with {user}" : "Megosztva vele: {user}",
"Removed share for %1$s" : "%1$s megosztása eltávolítva",
"Removed share for {user}" : "{user} megosztása eltávolítva",
"%2$s shared with %1$s" : "%2$s megosztotta vele: %1$s",
"{actor} shared with {user}" : "{actor} megosztotta vele: {user}",
"%2$s removed share for %1$s" : "%2$s eltávolította %1$s megosztását",
"{actor} removed share for {user}" : "{actor} eltávolította {user} megosztását",
"Shared by %1$s" : "Megosztotta: %1$s",
"Shared by {actor}" : "Megosztotta: {actor}",
"%1$s removed share" : "%1$s eltávolította a megosztást",

@ -8,6 +8,10 @@ OC.L10N.register(
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "%$1s alkalmazás fájljai nem megfelelően lettek cserélve. Győződj meg róla, hogy ez a verzió kompatibilis-e a szerverrel.",
"Sample configuration detected" : "A példabeállítások vannak beállítva",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérlek olvasd el a dokumentációt és azt követően változtas a config.php-n!",
"%1$s and %2$s" : "%1$s és %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s és %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s és %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s és %5$s",
"PHP %s or higher is required." : "PHP %s vagy ennél újabb szükséges.",
"PHP with a version lower than %s is required." : "Ennél régebbi PHP szükséges: %s.",
"%sbit or higher PHP required." : "%sbites vagy újabb PHP szükséges.",

@ -6,6 +6,10 @@
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "%$1s alkalmazás fájljai nem megfelelően lettek cserélve. Győződj meg róla, hogy ez a verzió kompatibilis-e a szerverrel.",
"Sample configuration detected" : "A példabeállítások vannak beállítva",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérlek olvasd el a dokumentációt és azt követően változtas a config.php-n!",
"%1$s and %2$s" : "%1$s és %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s és %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s és %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s és %5$s",
"PHP %s or higher is required." : "PHP %s vagy ennél újabb szükséges.",
"PHP with a version lower than %s is required." : "Ennél régebbi PHP szükséges: %s.",
"%sbit or higher PHP required." : "%sbites vagy újabb PHP szükséges.",

@ -253,7 +253,9 @@ OC.L10N.register(
"Issued By" : "Délivré par",
"Valid until %s" : "Valide jusqu'à %s",
"Import root certificate" : "Importer un certificat racine",
"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>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : <strong>%s</strong><br>Visitez votre compte : <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "À bientôt !",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,\n\nUn compte %s a été créé pour vous.\n\nVotre nom d'utilisateur : %s\nVisitez votre compte : %s\n\n",
"Administrator documentation" : "Documentation administrateur",
"Online documentation" : "Documentation en ligne",
"Forum" : "Forum",

@ -251,7 +251,9 @@
"Issued By" : "Délivré par",
"Valid until %s" : "Valide jusqu'à %s",
"Import root certificate" : "Importer un certificat racine",
"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>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : <strong>%s</strong><br>Visitez votre compte : <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "À bientôt !",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,\n\nUn compte %s a été créé pour vous.\n\nVotre nom d'utilisateur : %s\nVisitez votre compte : %s\n\n",
"Administrator documentation" : "Documentation administrateur",
"Online documentation" : "Documentation en ligne",
"Forum" : "Forum",

@ -86,6 +86,8 @@ OC.L10N.register(
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome for Android",
"iPhone iOS" : "iPhone iOS",
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS kliens",
"Android Client" : "Android kliens",
"Sync client - {os}" : "Szinkron kliens - {os}",
@ -252,7 +254,9 @@ OC.L10N.register(
"Issued By" : "Kiadta",
"Valid until %s" : "Érvényes: %s",
"Import root certificate" : "Gyökértanúsítvány importálása",
"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>" : "Szia!<br><br>Szeretnénk tudatni, hogy elkészült a fiókod: %s.<br><br>A felhasználóneved: <strong>%s</strong><br>Hozzáférés itt: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Üdv.",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Szia!\n\nSzeretnénk tudatni, hogy elkészült a fiókod: %s.\n\nA felhasználóneved: %s\nHozzáférés itt: %s\n",
"Administrator documentation" : "Adminisztrátori dokumentáció",
"Online documentation" : "Online dokumentáció",
"Forum" : "Fórum",

@ -84,6 +84,8 @@
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome for Android",
"iPhone iOS" : "iPhone iOS",
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS kliens",
"Android Client" : "Android kliens",
"Sync client - {os}" : "Szinkron kliens - {os}",
@ -250,7 +252,9 @@
"Issued By" : "Kiadta",
"Valid until %s" : "Érvényes: %s",
"Import root certificate" : "Gyökértanúsítvány importálása",
"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>" : "Szia!<br><br>Szeretnénk tudatni, hogy elkészült a fiókod: %s.<br><br>A felhasználóneved: <strong>%s</strong><br>Hozzáférés itt: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Üdv.",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Szia!\n\nSzeretnénk tudatni, hogy elkészült a fiókod: %s.\n\nA felhasználóneved: %s\nHozzáférés itt: %s\n",
"Administrator documentation" : "Adminisztrátori dokumentáció",
"Online documentation" : "Online dokumentáció",
"Forum" : "Fórum",

@ -254,7 +254,9 @@ OC.L10N.register(
"Issued By" : "Uitgegeven door",
"Valid until %s" : "Geldig tot %s",
"Import root certificate" : "Importeren root certificaat",
"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>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: <strong>%s</strong><br>Ga naar: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Proficiat!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n",
"Administrator documentation" : "Beheerdersdocumentatie",
"Online documentation" : "Online documentatie",
"Forum" : "Forum",

@ -252,7 +252,9 @@
"Issued By" : "Uitgegeven door",
"Valid until %s" : "Geldig tot %s",
"Import root certificate" : "Importeren root certificaat",
"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>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: <strong>%s</strong><br>Ga naar: <strong><a href=\"%s\">%s</a></strong><br><br>",
"Cheers!" : "Proficiat!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n",
"Administrator documentation" : "Beheerdersdocumentatie",
"Online documentation" : "Online documentatie",
"Forum" : "Forum",

Loading…
Cancel
Save