diff options
Diffstat (limited to 'apps/files/l10n/pl.json')
-rw-r--r-- | apps/files/l10n/pl.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 0f83d45057e..ec5b4d578d6 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -205,7 +205,6 @@ "Cannot transfer ownership of a file or folder you do not own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem", "Select file or folder to link to" : "Wybierz plik lub katalog do linku", "Choose {file}" : "Wybierz {file}", - "Add" : "Dodaj", "Loading current folder" : "Ładowanie bieżącego katalogu", "No files in here" : "Brak plików", "Upload some content or sync with your devices!" : "Wyślij lub zsynchronizuj pliki z urządzeniami.", @@ -303,6 +302,7 @@ "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.", "Search for an account" : "Wyszukaj konto", "Choose" : "Wybierz", - "No files or folders have been deleted yet" : "Żadne pliki ani katalogi nie zostały jeszcze usunięte" + "No files or folders have been deleted yet" : "Żadne pliki ani katalogi nie zostały jeszcze usunięte", + "Add" : "Dodaj" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file |