Ignore:
Timestamp:
Mar 7, 2017, 12:01:47 PM (7 years ago)
Author:
ddtddt
Message:

[extensions] - Ban IP - add table Ip list - datatables

Location:
extensions/BanIP/language
Files:
2 edited

Legend:

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

    r31419 r31746  
    33// | Ban IP plugin for piwigo                                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016 ddtddt                    http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    3838$lang['Edit IP banned'] = 'Edit IP banned';
    3939$lang['Update'] = 'Update';
     40$lang['Show %s IP'] = 'Show %s IP';
     41$lang['No matching IP found'] = 'No matching IP found';
     42$lang['Showing %s to %s of %s IP'] = 'Showing %s to %s of %s IP';
     43$lang['(filtered from %s total IP)'] = '(filtered from %s total IP)';
     44
  • extensions/BanIP/language/fr_FR/plugin.lang.php

    r31419 r31746  
    33// | Ban IP plugin for piwigo                                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016 ddtddt                    http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    3838$lang['Edit IP banned'] = 'Editer l\'IP bannie';
    3939$lang['Update'] = 'Mettre à jour';
     40$lang['Show %s IP'] = 'Afficher %s IP';
     41$lang['No matching IP found'] = 'Aucune IP à afficher';
     42$lang['Showing %s to %s of %s IP'] = 'Afficher %s à %s sur %s IP';
     43$lang['(filtered from %s total IP)'] = '(filtrée de %s IP au total)';
    4044
Note: See TracChangeset for help on using the changeset viewer.