diff --git a/l10n/pl.js b/l10n/pl.js index 463c77cc48b..e3ab9ceab0a 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -120,6 +120,7 @@ OC.L10N.register( "No suggestion found" : "Nie znaleziono sugestii", "Code block options" : "Opcje bloku kodu", "Code block language" : "Język bloków kodu", + "e.g. php, javascript, json…" : "np. php, javascript, json…", "Source code" : "Kod źródłowy", "Diagram" : "Diagram", "Both" : "Obydwa", @@ -139,6 +140,7 @@ OC.L10N.register( "Add column after" : "Dodaj kolumnę po", "Delete this column" : "Usuń tę kolumnę", "Delete this table" : "Usuń tę tabelę", + "Show folder description" : "Pokaż opis katalogu", "Hide outline" : "Ukryj konspekt", "Show outline" : "Pokaż konspekt", "Undo" : "Cofnij", @@ -166,6 +168,8 @@ OC.L10N.register( "Add notes, lists or links …" : "Dodaj notatki, listy lub linki…", "Edit" : "Edytuj", "Add description" : "Dodaj opis", + "\"{name}\" already exist!" : "\"{name}\" już istnieje!", + "Created \"{name}\"" : "Utworzono \"{name}\"", "Front matter" : "Wstęp", "Document save status" : "Status zapisywania dokumentu", "Update Link" : "Aktualizuj link", diff --git a/l10n/pl.json b/l10n/pl.json index 6ca6565d651..1b1893c41c9 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -118,6 +118,7 @@ "No suggestion found" : "Nie znaleziono sugestii", "Code block options" : "Opcje bloku kodu", "Code block language" : "Język bloków kodu", + "e.g. php, javascript, json…" : "np. php, javascript, json…", "Source code" : "Kod źródłowy", "Diagram" : "Diagram", "Both" : "Obydwa", @@ -137,6 +138,7 @@ "Add column after" : "Dodaj kolumnę po", "Delete this column" : "Usuń tę kolumnę", "Delete this table" : "Usuń tę tabelę", + "Show folder description" : "Pokaż opis katalogu", "Hide outline" : "Ukryj konspekt", "Show outline" : "Pokaż konspekt", "Undo" : "Cofnij", @@ -164,6 +166,8 @@ "Add notes, lists or links …" : "Dodaj notatki, listy lub linki…", "Edit" : "Edytuj", "Add description" : "Dodaj opis", + "\"{name}\" already exist!" : "\"{name}\" już istnieje!", + "Created \"{name}\"" : "Utworzono \"{name}\"", "Front matter" : "Wstęp", "Document save status" : "Status zapisywania dokumentu", "Update Link" : "Aktualizuj link",