diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index c4590012c02..21c215f5a8a 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -196,6 +196,7 @@ OC.L10N.register( "{relative}% used" : "Wykorzystano {relative}%", "Could not refresh storage stats" : "Nie można odświeżyć statystyk przechowywania", "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Nie można już zaktualizować ani zsynchronizować plików!", + "Create" : "Utwórz", "Transfer ownership of a file or folder" : "Przenieś własność pliku lub katalogu", "Choose file or folder to transfer" : "Wybierz plik lub katalog do przeniesienia", "Change" : "Zmień", @@ -237,7 +238,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku", "Error while loading the file data" : "Błąd podczas ładowania danych pliku", "Pick a template for {name}" : "Wybierz szablon dla {name}", - "Create" : "Utwórz", "Create a new file with the selected template" : "Utwórz nowy plik z wybranym szablonem", "Creating file" : "Tworzenie pliku", "Blank" : "Pusty", @@ -258,10 +258,11 @@ OC.L10N.register( "Open details" : "Otwórz szczegóły", "Could not copy {file}. {message}" : "Nie można skopiować {file}. {message}", "Could not move {file}. {message}" : "Nie można przenieść {file}. {message}", + "Created new folder \"{name}\"" : "Utworzono nowy katalog \"{name}\"", + "Filename" : "Nazwa pliku", + "Unable to initialize the templates directory" : "Nie można zainicjować katalogu szablonów", "Create new templates folder" : "Stwórz nowy folder z szablonami", "Templates" : "Szablony", - "Unable to initialize the templates directory" : "Nie można zainicjować katalogu szablonów", - "Created new folder \"{name}\"" : "Utworzono nowy katalog \"{name}\"", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"], |