[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2016-12-01 01:07:24 +00:00
parent 7a32bd49d8
commit db2206450f
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
16 changed files with 88 additions and 2 deletions

View File

@ -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...",

View File

@ -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...",

View File

@ -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\").",

View File

@ -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\").",

View File

@ -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>",

View File

@ -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>",

View File

@ -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",

View File

@ -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",

View File

@ -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.",

View File

@ -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.",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",