diff options
Diffstat (limited to 'apps/files_versions/l10n/pl.php')
-rw-r--r-- | apps/files_versions/l10n/pl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php index 3f4f61ec9e8..00f4ac3f768 100644 --- a/apps/files_versions/l10n/pl.php +++ b/apps/files_versions/l10n/pl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( "Could not revert: %s" => "Nie można było przywrócić: %s", "Versions" => "Wersje", +"Failed to revert {file} to revision {timestamp}." => "Nie udało się przywrócić zmiany {sygnatura czasowa} {plik}.", +"More versions..." => "Więcej wersji...", +"No other versions available" => "Nie są dostępne żadne inne wersje", "Restore" => "Przywróć" ); |