diff --git a/l10n/hu.js b/l10n/hu.js index 3fdf334a8..148f131a3 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -24,6 +24,7 @@ OC.L10N.register( "Submit" : "Küldés", "Show archived cards" : "Archív kártyák mutatása", "Hide archived cards" : "Archív kártyák elrejtése", + "Show board details" : "Tábla részleteinek mutatása", "All Boards" : "Minden tábla", "Archived boards" : "Archív táblák", "Share board" : "Tábla megosztása", @@ -52,9 +53,11 @@ OC.L10N.register( "Archive board" : "Tábla archiválása", "Unarchive board" : "Tábla archiválásának visszavonása", "Delete board" : "Tábla törlése", + "Update board" : "Tábla frissítése", "Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.", "Create new board" : "Új tábla", "New board title" : "Új tábla címe", + "Create board" : "Tábla készítése", "Select an attachment" : "Melléklet kiválasztása", "by" : "tőle: ", "Undo file deletion" : "Fájltörlés visszavonása", diff --git a/l10n/hu.json b/l10n/hu.json index b3fce5fb7..b61035be6 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -22,6 +22,7 @@ "Submit" : "Küldés", "Show archived cards" : "Archív kártyák mutatása", "Hide archived cards" : "Archív kártyák elrejtése", + "Show board details" : "Tábla részleteinek mutatása", "All Boards" : "Minden tábla", "Archived boards" : "Archív táblák", "Share board" : "Tábla megosztása", @@ -50,9 +51,11 @@ "Archive board" : "Tábla archiválása", "Unarchive board" : "Tábla archiválásának visszavonása", "Delete board" : "Tábla törlése", + "Update board" : "Tábla frissítése", "Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.", "Create new board" : "Új tábla", "New board title" : "Új tábla címe", + "Create board" : "Tábla készítése", "Select an attachment" : "Melléklet kiválasztása", "by" : "tőle: ", "Undo file deletion" : "Fájltörlés visszavonása", diff --git a/l10n/it.js b/l10n/it.js index 787ce0db7..67a023ac5 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -45,6 +45,11 @@ OC.L10N.register( "You have archived card {card} in stack {stack} on board {board}" : "Hai archiviato la scheda {card} nella pila {stack} sulla lavagna {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archiviato la scheda {card} nella pila {stack} sulla lavagna {board}", "You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}", + "{user} has removed the due date of card {card}" : "{user} ha rimosso la data di scadenza dalla scheda {card}", + "You have set the due date of card {card} to {after}" : "Hai impostato la data di scadenza della scheda {card} a {after}", + "{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza dell scheda {card} a {after}", + "You have updated the due date of card {card} to {after}" : "Hai aggiornato la data di scadenza della scheda {card} a {after}", + "{user} has updated the due date of card {card} to {after}" : "{user} ha aggiornato la data di scadenza della scheda {card} a {after}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}", "You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}", diff --git a/l10n/it.json b/l10n/it.json index 599b96bac..97a91b67e 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -43,6 +43,11 @@ "You have archived card {card} in stack {stack} on board {board}" : "Hai archiviato la scheda {card} nella pila {stack} sulla lavagna {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archiviato la scheda {card} nella pila {stack} sulla lavagna {board}", "You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}", + "{user} has removed the due date of card {card}" : "{user} ha rimosso la data di scadenza dalla scheda {card}", + "You have set the due date of card {card} to {after}" : "Hai impostato la data di scadenza della scheda {card} a {after}", + "{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza dell scheda {card} a {after}", + "You have updated the due date of card {card} to {after}" : "Hai aggiornato la data di scadenza della scheda {card} a {after}", + "{user} has updated the due date of card {card} to {after}" : "{user} ha aggiornato la data di scadenza della scheda {card} a {after}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}", "You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}",