Ignore:
Timestamp:
Jan 5, 2013, 2:21:21 PM (11 years ago)
Author:
julien1311
Message:

[file_uploader] add Javascript to config tab / change in language string

Location:
extensions/File_Uploader/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/File_Uploader/language/en_UK/plugin.lang.php

    r19822 r19835  
    1919$lang['Upload error'] = 'Upload error';
    2020$lang['Type of file not supported'] = 'Type of file not supported';
    21 $lang['File with this name already exists. You should rename this file.'] = 'File with this name already exists. You should rename this file.';
     21$lang['file_uploader_error_already_exist'] = 'File with this name already exists. You should rename this file. If you want to overwrite the file, modify the configuration in the configuration tab.';
    2222$lang['Invalid file name'] = 'Invalid file name';
    2323$lang['Can\'t copy file to galleries directory'] = 'Can\'t copy file to galleries directory';
  • extensions/File_Uploader/language/fr_FR/plugin.lang.php

    r19822 r19835  
    1919$lang['Upload error'] = 'Erreur lors du transfert';
    2020$lang['Type of file not supported'] = 'Type de fichier non supporté';
    21 $lang['File with this name already exists. You should rename this file.'] = 'Un fichier avec le même nom existe déjà. Vous devriez renommer ce fichier.';
     21$lang['file_uploader_error_already_exist'] = 'Un fichier avec le même nom existe déjà. Vous devriez renommer ce fichier. Si vous voulez remplacer le fichier, modifiez la configuration dans l\'onglet configuration';
    2222$lang['Invalid file name'] = 'Nom de fichier non valide';
    2323$lang['Can\'t copy file to galleries directory'] = 'Copie ver le répertoire galleries impossible';
Note: See TracChangeset for help on using the changeset viewer.