diff --git a/l10n/pl.js b/l10n/pl.js index 88cfbe73d..cc2f40e4d 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "circles", { + "Teams" : "Zespoły", "You deleted {circle}" : "Usunąłeś {circle}", "{author} deleted {circle}" : "{author} usunął {circle}", "You joined {circle}" : "Dołączyłeś do {circle}", diff --git a/l10n/pl.json b/l10n/pl.json index f9ad4592e..b390052bc 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "Teams" : "Zespoły", "You deleted {circle}" : "Usunąłeś {circle}", "{author} deleted {circle}" : "{author} usunął {circle}", "You joined {circle}" : "Dołączyłeś do {circle}",