diff options
Diffstat (limited to 'app/Locales/pl_PL')
-rw-r--r-- | app/Locales/pl_PL/translations.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index 81ecaf01..43adb330 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -336,4 +336,11 @@ return array( // 'All categories' => '', // 'No category' => '', // 'The name is required' => '', + // 'Remove a file' => '', + // 'Unable to remove this file.' => '', + // 'File removed successfully.' => '', + // 'Attach a document' => '', + // 'Do you really want to remove this file: "%s"?' => '', + // 'open' => '', + // 'Attachments' => '', ); |