diff options
Diffstat (limited to 'app/Locales')
-rw-r--r-- | app/Locales/es_ES/translations.php | 7 | ||||
-rw-r--r-- | app/Locales/fr_FR/translations.php | 7 | ||||
-rw-r--r-- | app/Locales/pl_PL/translations.php | 7 | ||||
-rw-r--r-- | app/Locales/pt_BR/translations.php | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index ce797972..7374f6b6 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -331,4 +331,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' => '', ); diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index c93a83ae..26fee468 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -331,4 +331,11 @@ return array( 'All categories' => 'Toutes les catégories', 'No category' => 'Aucune catégorie', 'The name is required' => 'Le nom est requis', + 'Remove a file' => 'Supprimer un fichier', + 'Unable to remove this file.' => 'Impossible de supprimer ce fichier.', + 'File removed successfully.' => 'Fichier supprimé avec succès.', + 'Attach a document' => 'Joindre un document', + 'Do you really want to remove this file: "%s"?' => 'Voulez-vous vraiment supprimer ce fichier « %s » ?', + 'open' => 'ouvrir', + 'Attachments' => 'Pièces-jointes', ); 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' => '', ); diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 7c9a6c17..0b4765d1 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -332,4 +332,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' => '', ); |