Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
* development:
  Release v1.13.18
  Sync all language files
  Add it_IT base files for admin (no translation)
  Add it-IT translation (frontend only)
  Save tab state in file editing
  Language updates to Mailchimp Audience
  Standardize name for Mailchimp
  Sync file removals with pro
  Remove unused table class
  Simplify fieldset rendering for file form
  • Loading branch information
billtomczak committed Oct 7, 2019
2 parents 3f0cc88 + 043298b commit d222439
Show file tree
Hide file tree
Showing 20 changed files with 411 additions and 110 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OSDownloads

OSDownloads is a Joomla extension to help you manage your downloads.

It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp or Constant Contact.
It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp or Constant Contact.

## Requirements

Expand Down
24 changes: 21 additions & 3 deletions src/admin/language/de-DE/de-DE.com_osdownloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "OSDownloads Free"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_ACCESS = "Access"
COM_OSDOWNLOADS_ADVANCED = "Advanced"
Expand Down Expand Up @@ -73,6 +73,7 @@ COM_OSDOWNLOADS_FILE_URL_DESC = "URL for a file. To use an external link, includ
COM_OSDOWNLOADS_FILES = "Files"
COM_OSDOWNLOADS_FILES_ARE_DELETED = "Files are deleted"
COM_OSDOWNLOADS_FILES_ASC = "Ascending"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the "New" button to create your first one."
COM_OSDOWNLOADS_FILES_CREATED_TIME = "Creation date"
COM_OSDOWNLOADS_FILES_DESC = "Descending"
COM_OSDOWNLOADS_FILES_DOWNLOADED = "Downloaded"
Expand All @@ -82,12 +83,26 @@ COM_OSDOWNLOADS_FILES_FIELD_ORDERING_DIR_LABEL = "Ordering direction"
COM_OSDOWNLOADS_FILES_FIELD_ORDERING_LABEL = "Ordering"
COM_OSDOWNLOADS_FILES_MODIFIED_TIME = "Modification date"
COM_OSDOWNLOADS_FILES_NAME = "Name"
COM_OSDOWNLOADS_FILES_NO_RESULTS = "No files match your selection"
COM_OSDOWNLOADS_FILES_ORDERING = "Ordering"

COM_OSDOWNLOADS_GENERAL = "General"
COM_OSDOWNLOADS_GO = "Go"
COM_OSDOWNLOADS_ID = "ID"

COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_ASC = "Access Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_DESC = "Access Descending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_ASC = "Downloaded Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_DESC = "Downloaded Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_ASC = "ID Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_DESC = "ID Descending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_ASC = "Name Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_DESC = "Name Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_ASC = "Ordering Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_DESC = "Ordering Descending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_ASC = "Published Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_DESC = "Published Descending"

COM_OSDOWNLOADS_ID = "ID"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_DESC = "Show the files from child categories"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_LABEL = "Show files from child categories"

Expand All @@ -98,7 +113,7 @@ COM_OSDOWNLOADS_LIST_LIMIT_LABEL = "Default List Limit"

COM_OSDOWNLOADS_ML_MAILCHIMP_API = "Mailchimp API Key"
COM_OSDOWNLOADS_ML_MAILCHIMP_ENABLE = "Mailchimp"
COM_OSDOWNLOADS_ML_MAILCHIMP_LIST_ID = "List ID number"
COM_OSDOWNLOADS_ML_MAILCHIMP_LIST_ID = "Audience ID number"
COM_OSDOWNLOADS_ML_MAILCHIMP_PHP_UPGRADE = "Mailchimp features require at least version %s. Your version is %s."
COM_OSDOWNLOADS_ML_NO_PLUGINS = "No mailing lists have been enabled. See the Mailing Lists tab in configuration for options."

Expand All @@ -114,8 +129,11 @@ COM_OSDOWNLOADS_NAME_DESC = "Human-readable file name"
COM_OSDOWNLOADS_NONE = "None"
COM_OSDOWNLOADS_NUMBER_OF_COLUMN = "Number of columns"

COM_OSDOWNLOADS_OPTION_SELECT_CATEGORY = "- Select Category"
COM_OSDOWNLOADS_OPTION_SELECT_PUBLISHED = "- Select State"
COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"

COM_OSDOWNLOADS_OPTIONAL = "Optional"
COM_OSDOWNLOADS_OPTIONS = "OSDownloads options"
COM_OSDOWNLOADS_OTHER_LINK = "Other Link"
Expand Down
2 changes: 1 addition & 1 deletion src/admin/language/de-DE/de-DE.com_osdownloads.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "OSDownloads Free"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_CATEGORIES = "Categories"

Expand Down
12 changes: 6 additions & 6 deletions src/admin/language/en-GB/en-GB.com_osdownloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "OSDownloads Free"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_ACCESS = "Access"
COM_OSDOWNLOADS_ADVANCED = "Advanced"
Expand Down Expand Up @@ -73,6 +73,7 @@ COM_OSDOWNLOADS_FILE_URL_DESC = "URL for a file. To use an external link, includ
COM_OSDOWNLOADS_FILES = "Files"
COM_OSDOWNLOADS_FILES_ARE_DELETED = "Files are deleted"
COM_OSDOWNLOADS_FILES_ASC = "Ascending"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the \"New\" button to create your first one."
COM_OSDOWNLOADS_FILES_CREATED_TIME = "Creation date"
COM_OSDOWNLOADS_FILES_DESC = "Descending"
COM_OSDOWNLOADS_FILES_DOWNLOADED = "Downloaded"
Expand All @@ -82,9 +83,8 @@ COM_OSDOWNLOADS_FILES_FIELD_ORDERING_DIR_LABEL = "Ordering direction"
COM_OSDOWNLOADS_FILES_FIELD_ORDERING_LABEL = "Ordering"
COM_OSDOWNLOADS_FILES_MODIFIED_TIME = "Modification date"
COM_OSDOWNLOADS_FILES_NAME = "Name"
COM_OSDOWNLOADS_FILES_ORDERING = "Ordering"
COM_OSDOWNLOADS_FILES_NO_RESULTS = "No files match your selection"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the \"New\" button to create your first one."
COM_OSDOWNLOADS_FILES_ORDERING = "Ordering"

COM_OSDOWNLOADS_GENERAL = "General"
COM_OSDOWNLOADS_GO = "Go"
Expand Down Expand Up @@ -113,7 +113,7 @@ COM_OSDOWNLOADS_LIST_LIMIT_LABEL = "Default List Limit"

COM_OSDOWNLOADS_ML_MAILCHIMP_API = "Mailchimp API Key"
COM_OSDOWNLOADS_ML_MAILCHIMP_ENABLE = "Mailchimp"
COM_OSDOWNLOADS_ML_MAILCHIMP_LIST_ID = "List ID number"
COM_OSDOWNLOADS_ML_MAILCHIMP_LIST_ID = "Audience ID number"
COM_OSDOWNLOADS_ML_MAILCHIMP_PHP_UPGRADE = "Mailchimp features require at least version %s. Your version is %s."
COM_OSDOWNLOADS_ML_NO_PLUGINS = "No mailing lists have been enabled. See the Mailing Lists tab in configuration for options."

Expand All @@ -129,10 +129,10 @@ COM_OSDOWNLOADS_NAME_DESC = "Human-readable file name"
COM_OSDOWNLOADS_NONE = "None"
COM_OSDOWNLOADS_NUMBER_OF_COLUMN = "Number of columns"

COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"
COM_OSDOWNLOADS_OPTION_SELECT_CATEGORY = "- Select Category"
COM_OSDOWNLOADS_OPTION_SELECT_PUBLISHED = "- Select State"
COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"

COM_OSDOWNLOADS_OPTIONAL = "Optional"
COM_OSDOWNLOADS_OPTIONS = "OSDownloads options"
Expand Down
2 changes: 1 addition & 1 deletion src/admin/language/en-GB/en-GB.com_osdownloads.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "OSDownloads Free"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_CATEGORIES = "Categories"

Expand Down
21 changes: 20 additions & 1 deletion src/admin/language/es-ES/es-ES.com_osdownloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
; Spanish translation by Gustavo Gómez <[email protected]>

COM_OSDOWNLOADS = "OSDownloads Gratuito"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads e una extención que lo ayuda en el manejo de sus descarcargas. Permitiendole facilmente proveer descargas a cambio de emails que serán exportados a MailChimp."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads e una extención que lo ayuda en el manejo de sus descarcargas. Permitiendole facilmente proveer descargas a cambio de emails que serán exportados a Mailchimp."

COM_OSDOWNLOADS_ACCESS = "Acceso"
COM_OSDOWNLOADS_ADVANCED = "Avanzado"
Expand Down Expand Up @@ -75,6 +75,7 @@ COM_OSDOWNLOADS_FILE_URL_DESC = "URL del Archivo. Para usar un enlace externo in
COM_OSDOWNLOADS_FILES = "Archivos"
COM_OSDOWNLOADS_FILES_ARE_DELETED = "Los archivos está borrados"
COM_OSDOWNLOADS_FILES_ASC = "Ascendente"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the "New" button to create your first one."
COM_OSDOWNLOADS_FILES_CREATED_TIME = "Fecha de creación"
COM_OSDOWNLOADS_FILES_DESC = "Descendiendo"
COM_OSDOWNLOADS_FILES_DOWNLOADED = "Descargado"
Expand All @@ -84,14 +85,29 @@ COM_OSDOWNLOADS_FILES_FIELD_ORDERING_DIR_LABEL = "Dirección del orden"
COM_OSDOWNLOADS_FILES_FIELD_ORDERING_LABEL = "Orden"
COM_OSDOWNLOADS_FILES_MODIFIED_TIME = "Fecha de modificación"
COM_OSDOWNLOADS_FILES_NAME = "Nombre"
COM_OSDOWNLOADS_FILES_NO_RESULTS = "No files match your selection"
COM_OSDOWNLOADS_FILES_ORDERING = "Orden"

COM_OSDOWNLOADS_GENERAL = "General"
COM_OSDOWNLOADS_GO = "Ir"

COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_ASC = "Access Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_DESC = "Access Descending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_ASC = "Downloaded Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_DESC = "Downloaded Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_ASC = "ID Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_DESC = "ID Descending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_ASC = "Name Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_DESC = "Name Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_ASC = "Ordering Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_DESC = "Ordering Descending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_ASC = "Published Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_DESC = "Published Descending"

COM_OSDOWNLOADS_ID = "ID"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_DESC = "Mostrar los archivos de las subcategorías"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_LABEL = "Mostrar los archivos de la categoría"

COM_OSDOWNLOADS_LINK_TIP = "Para utilizar un enlace externo use los prefijos http:// or https://. De otra manera será considerado un enlace interno."

COM_OSDOWNLOADS_LIST_LIMIT_DESC = "Sets the default length of lists in OSDownloads for all users."
Expand All @@ -115,8 +131,11 @@ COM_OSDOWNLOADS_NAME_DESC = "Nombre de archivo legible para un humano"
COM_OSDOWNLOADS_NONE = "Ninguno"
COM_OSDOWNLOADS_NUMBER_OF_COLUMN = "Numero de columnas"

COM_OSDOWNLOADS_OPTION_SELECT_CATEGORY = "- Select Category"
COM_OSDOWNLOADS_OPTION_SELECT_PUBLISHED = "- Select State"
COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"

COM_OSDOWNLOADS_OPTIONAL = "Opcional"
COM_OSDOWNLOADS_OPTIONS = "Opciones de OSDownloads "
COM_OSDOWNLOADS_OTHER_LINK = "Otro Enlace"
Expand Down
2 changes: 1 addition & 1 deletion src/admin/language/es-ES/es-ES.com_osdownloads.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
; Spanish translation by Gustavo Gómez <[email protected]>

COM_OSDOWNLOADS = "OSDownloads Gratuito"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads es una extensión que lo ayudará en el manejo de sus descargas. Esta le posibilita facilmente proveer descragas a cambio de emails. Ellos podrán ser automaticamente importados MailChimp luego de cada descarga."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads es una extensión que lo ayudará en el manejo de sus descargas. Esta le posibilita facilmente proveer descragas a cambio de emails. Ellos podrán ser automaticamente importados Mailchimp luego de cada descarga."

COM_OSDOWNLOADS_CATEGORIES = "Categorías"

Expand Down
22 changes: 20 additions & 2 deletions src/admin/language/fa-IR/fa-IR.com_osdownloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "دانلودها"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_ACCESS = "دسترسی"
COM_OSDOWNLOADS_ADVANCED = "پیشرفته"
Expand Down Expand Up @@ -62,7 +62,7 @@ COM_OSDOWNLOADS_ERROR_PLUGIN = "Error %s: %s"
COM_OSDOWNLOADS_EXTERNAL_REFERENCE = "مرجع خارجی"
COM_OSDOWNLOADS_EXTERNAL_REFERENCE_DESC = "برای ایجاد هرگونه یکپارچه سازی ، میتوانید از این کادر برای ارتباط فایل خود با یک سیستم خارجی استفاده کنید ."

COM_OSDOWNLOADS_FIELDSET_CONFIG_MAILINGLISTS = "MailChimp"
COM_OSDOWNLOADS_FIELDSET_CONFIG_MAILINGLISTS = "Mailchimp"
COM_OSDOWNLOADS_FILE = "فایل"
COM_OSDOWNLOADS_FILE_EDIT = "Edit File"
COM_OSDOWNLOADS_FILE_NEW = "New File"
Expand All @@ -73,6 +73,7 @@ COM_OSDOWNLOADS_FILE_URL_DESC = "آدرس داخلی یا خارجی برای ی
COM_OSDOWNLOADS_FILES = "فایل ها"
COM_OSDOWNLOADS_FILES_ARE_DELETED = "فایل(ها) حذف شدند"
COM_OSDOWNLOADS_FILES_ASC = "Ascending"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the "New" button to create your first one."
COM_OSDOWNLOADS_FILES_CREATED_TIME = "Creation date"
COM_OSDOWNLOADS_FILES_DESC = "Descending"
COM_OSDOWNLOADS_FILES_DOWNLOADED = "Downloaded"
Expand All @@ -82,11 +83,25 @@ COM_OSDOWNLOADS_FILES_FIELD_ORDERING_DIR_LABEL = "Ordering direction"
COM_OSDOWNLOADS_FILES_FIELD_ORDERING_LABEL = "Ordering"
COM_OSDOWNLOADS_FILES_MODIFIED_TIME = "Modification date"
COM_OSDOWNLOADS_FILES_NAME = "Name"
COM_OSDOWNLOADS_FILES_NO_RESULTS = "No files match your selection"
COM_OSDOWNLOADS_FILES_ORDERING = "Ordering"

COM_OSDOWNLOADS_GENERAL = "عمومی"
COM_OSDOWNLOADS_GO = "برو"

COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_ASC = "Access Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_DESC = "Access Descending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_ASC = "Downloaded Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_DESC = "Downloaded Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_ASC = "ID Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_DESC = "ID Descending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_ASC = "Name Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_DESC = "Name Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_ASC = "Ordering Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_DESC = "Ordering Descending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_ASC = "Published Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_DESC = "Published Descending"

COM_OSDOWNLOADS_ID = "شناسه"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_DESC = "Show the files from child categories"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_LABEL = "Show files from child categories"
Expand Down Expand Up @@ -114,8 +129,11 @@ COM_OSDOWNLOADS_NAME_DESC = "نام فایل قابل خواندن"
COM_OSDOWNLOADS_NONE = "هیچکدام"
COM_OSDOWNLOADS_NUMBER_OF_COLUMN = "تعداد ستون"

COM_OSDOWNLOADS_OPTION_SELECT_CATEGORY = "- Select Category"
COM_OSDOWNLOADS_OPTION_SELECT_PUBLISHED = "- Select State"
COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"

COM_OSDOWNLOADS_OPTIONAL = "اختیاری"
COM_OSDOWNLOADS_OPTIONS = "گزینه های دانلودها"
COM_OSDOWNLOADS_OTHER_LINK = "لینک دیگر"
Expand Down
2 changes: 1 addition & 1 deletion src/admin/language/fa-IR/fa-IR.com_osdownloads.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS="دانلودها"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_CATEGORIES = "Categories"

Expand Down
23 changes: 20 additions & 3 deletions src/admin/language/fr-FR/fr-FR.com_osdownloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
; along with OSDownloads. If not, see <http://www.gnu.org/licenses/>.

COM_OSDOWNLOADS = "OSDownloads Free"
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download."
COM_OSDOWNLOADS_DESCRIPTION = "OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in Mailchimp upon download."

COM_OSDOWNLOADS_ACCESS = "Accès"

COM_OSDOWNLOADS_ADVANCED = "Avancé"
COM_OSDOWNLOADS_AGREEMENT_ARTICLE_DESC = "L'article qui contient le texte de l'Accord."
COM_OSDOWNLOADS_AGREEMENT_ARTICLE_LABEL = "Article de l'Accord"
Expand Down Expand Up @@ -69,11 +68,12 @@ COM_OSDOWNLOADS_FILE_EDIT = "Edit File"
COM_OSDOWNLOADS_FILE_NEW = "New File"
COM_OSDOWNLOADS_FILE_TYPE = "File Type"
COM_OSDOWNLOADS_FILE_URL = "URL du fichier"
COM_OSDOWNLOADS_FILE_URL_DESC = "URL pour un fichier. Pour utiliser un fichier externe, préciser le préfixe http:// ou https://. Sinon, ce sera considéré comme un lien interne."
COM_OSDOWNLOADS_FILES = "Fichiers"
COM_OSDOWNLOADS_FILES_ARE_DELETED = "Les fichiers sont effacés"
COM_OSDOWNLOADS_FILES_ASC = "Ascendant"
COM_OSDOWNLOADS_FILES_CREATE = "You have not created any file downloads. Click the "New" button to create your first one."
COM_OSDOWNLOADS_FILES_CREATED_TIME = "Date de création"
COM_OSDOWNLOADS_FILES_DESC = "Descendant"
COM_OSDOWNLOADS_FILES_DOWNLOADED = "Téléchargé"
Expand All @@ -83,11 +83,25 @@ COM_OSDOWNLOADS_FILES_FIELD_ORDERING_DIR_LABEL = "Sens de l'ordre"
COM_OSDOWNLOADS_FILES_FIELD_ORDERING_LABEL = "Ordre"
COM_OSDOWNLOADS_FILES_MODIFIED_TIME = "Date de modification"
COM_OSDOWNLOADS_FILES_NAME = "Nom"
COM_OSDOWNLOADS_FILES_NO_RESULTS = "No files match your selection"
COM_OSDOWNLOADS_FILES_ORDERING = "Ordre"
COM_OSDOWNLOADS_GENERAL = "Général"
COM_OSDOWNLOADS_GO = "Accéder"
COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_ASC = "Access Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ACCESS_DESC = "Access Descending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_ASC = "Downloaded Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_DOWNLOADED_DESC = "Downloaded Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_ASC = "ID Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ID_DESC = "ID Descending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_ASC = "Name Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_NAME_DESC = "Name Descending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_ASC = "Ordering Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_ORDERING_DESC = "Ordering Descending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_ASC = "Published Ascending"
COM_OSDOWNLOADS_GRID_ORDERING_PUBLISHED_DESC = "Published Descending"
COM_OSDOWNLOADS_ID = "ID"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_DESC = "Montrer les fichiers des catégories enfants"
COM_OSDOWNLOADS_INCLUDE_FILES_CHILD_CATEGORIES_LABEL = "Montrer les fichiers des catégories enfants"
Expand Down Expand Up @@ -115,8 +129,11 @@ COM_OSDOWNLOADS_NAME_DESC = "Nom de fichier lisible pour un humain"
COM_OSDOWNLOADS_NONE = "Aucun"
COM_OSDOWNLOADS_NUMBER_OF_COLUMN = "Nombre de colonnes"
COM_OSDOWNLOADS_OPTION_SELECT_CATEGORY = "- Select Category"
COM_OSDOWNLOADS_OPTION_SELECT_PUBLISHED = "- Select State"
COM_OSDOWNLOADS_OPTION_UPLOAD = "Upload"
COM_OSDOWNLOADS_OPTION_URL = "URL"
COM_OSDOWNLOADS_OPTIONAL = "Optionnel"
COM_OSDOWNLOADS_OPTIONS = "Paramètres de OSDownloads"
COM_OSDOWNLOADS_OTHER_LINK = "Autre lien"
Expand Down
Loading

0 comments on commit d222439

Please sign in to comment.