forked from jmcameron/attachments
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue jmcameron#92 show attachments in a popup
implement Issue jmcameron#92 correct also language $lang->load('plg_attachments_framework')
- Loading branch information
JLTRY
committed
Dec 13, 2024
1 parent
1c601de
commit e106799
Showing
5 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
pkg_attachments/language/fr-FR/fr-FR.pkg_attachments.sys.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
; en-GB.com_attachments.sys.ini (installation) | ||
; Attachments for Joomla! extension | ||
; Copyright (C) 2011-2018 Jonathan M. Cameron, All rights reserved. | ||
; License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL | ||
; Note : All ini files need to be saved as UTF-8 - No BOM | ||
|
||
; English translation | ||
|
||
ATTACH_PACKAGE_ATTACHMENTS_FOR_JOOMLA_40PLUS="Attachments pour Joomla 4.0+" | ||
ATTACH_PACKAGE_NOTICE_UNINSTALL_PACKAGE_S="Pour désinstaller l'extensions attachements, désinstaller le package '%s'!" | ||
PKG_ATTACHMENTS="Package: Attachments pour Joomla 4.0+" |