Changeset 19835 for extensions/File_Uploader/language
- Timestamp:
- Jan 5, 2013, 2:21:21 PM (12 years ago)
- Location:
- extensions/File_Uploader/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/File_Uploader/language/en_UK/plugin.lang.php
r19822 r19835 19 19 $lang['Upload error'] = 'Upload error'; 20 20 $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.'; 22 22 $lang['Invalid file name'] = 'Invalid file name'; 23 23 $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 19 19 $lang['Upload error'] = 'Erreur lors du transfert'; 20 20 $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'; 22 22 $lang['Invalid file name'] = 'Nom de fichier non valide'; 23 23 $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.