release 1.3
This commit is contained in:
parent
89b41e849d
commit
e977f300d1
5 changed files with 62 additions and 54 deletions
|
@ -1,3 +1,9 @@
|
|||
1.3 - 2023.04.22
|
||||
- require dotclear 2.26
|
||||
- use latest dotclear namespace helper
|
||||
- fix nullsafe warning
|
||||
- fix static call on frontend and backend class
|
||||
|
||||
1.2 - 2023.03.12
|
||||
- update to Dotclear 2.25
|
||||
- use namespace
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[![Release](https://img.shields.io/github/v/release/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.25-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/blob/master/LICENSE)
|
||||
|
||||
|
@ -19,7 +19,7 @@ Show images exif of an entry in a widget.
|
|||
_entryPhotoExifWidget_ requires:
|
||||
|
||||
* permissions to manage widgets
|
||||
* Dotclear 2.25
|
||||
* Dotclear 2.26
|
||||
|
||||
## USAGE
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@ $this->registerModule(
|
|||
'Entry Photo EXIF Widget',
|
||||
'Show images EXIF of an entry',
|
||||
'Jean-Christian Denis and contibutors',
|
||||
'1.2',
|
||||
'1.3',
|
||||
[
|
||||
'requires' => [['core', '2.25']],
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_ADMIN,
|
||||
]),
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="entryPhotoExifWidget">
|
||||
<name>Entry Photo EXIF Widget</name>
|
||||
<version>1.2</version>
|
||||
<version>1.3</version>
|
||||
<author>Jean-Christian Denis and contibutors</author>
|
||||
<desc>Show images EXIF of an entry</desc>
|
||||
<file>https://github.com/JcDenis/entryPhotoExifWidget/releases/download/v1.2/plugin-entryPhotoExifWidget.zip</file>
|
||||
<da:dcmin>2.25</da:dcmin>
|
||||
<file>https://github.com/JcDenis/entryPhotoExifWidget/releases/download/v1.3/plugin-entryPhotoExifWidget.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget</da:details>
|
||||
<da:support>https://github.com/JcDenis/entryPhotoExifWidget</da:support>
|
||||
</module>
|
||||
|
|
|
@ -9,50 +9,52 @@
|
|||
# DOT NOT MODIFY THIS FILE !
|
||||
#
|
||||
|
||||
l10n::$locales['Entry Photo EXIF'] = 'EXIF photo du billet';
|
||||
l10n::$locales['Show images exif of an entry'] = 'Afficher les EXIF des images d\'un billet';
|
||||
l10n::$locales['Show metadata: %s'] = 'Afficher les métadonnées de : %s';
|
||||
l10n::$locales['Descritpion'] = 'Description';
|
||||
l10n::$locales['Location'] = 'Lieu';
|
||||
l10n::$locales['Manufacturer'] = 'Fabriquant';
|
||||
l10n::$locales['Model'] = 'Modèle';
|
||||
l10n::$locales['Lens'] = 'Objectif';
|
||||
l10n::$locales['Exposure program'] = 'Program d\'exposition';
|
||||
l10n::$locales['Exposure time'] = 'Temps d\'exposition';
|
||||
l10n::$locales['Aperture'] = 'Ouverture';
|
||||
l10n::$locales['Iso speed rating'] = 'ISO';
|
||||
l10n::$locales['Focal lengh'] = 'Longueur de focale';
|
||||
l10n::$locales['Exposure bias value'] = 'Décalage d\'exposition';
|
||||
l10n::$locales['Metering mode'] = 'Mode de mesure';
|
||||
l10n::$locales['Show empty metadata'] = 'Afficher les métadonées vides';
|
||||
l10n::$locales['Category limit:'] = 'Limiter à une catégorie :';
|
||||
l10n::$locales['Thumbnail size:'] = 'Taille de la miniature :';
|
||||
l10n::$locales['Location:'] = 'Lieu :';
|
||||
l10n::$locales['Manufacturer:'] = 'Fabricant :';
|
||||
l10n::$locales['Model:'] = 'Modèle :';
|
||||
l10n::$locales['Lens:'] = 'Objectif :';
|
||||
l10n::$locales['Program:'] = 'Programme :';
|
||||
l10n::$locales['Speed:'] = 'Vitesse :';
|
||||
l10n::$locales['Aperture:'] = 'Ouverture :';
|
||||
l10n::$locales['ISO:'] = 'ISO :';
|
||||
l10n::$locales['Focal:'] = 'Focale :';
|
||||
l10n::$locales['Exposure Bias:'] = 'Décalage d\'exposition :';
|
||||
l10n::$locales['Metering mode:'] = 'Mode de mesure :';
|
||||
l10n::$locales['Not defined'] = 'Non défini';
|
||||
l10n::$locales['Manual'] = 'Manuel';
|
||||
l10n::$locales['Normal program'] = 'Normal';
|
||||
l10n::$locales['Aperture priority'] = 'Priorité à l\'ouverture';
|
||||
l10n::$locales['Shutter priority'] = 'Priorité à la vitesse';
|
||||
l10n::$locales['Creative program'] = 'Création';
|
||||
l10n::$locales['Action program'] = 'Action';
|
||||
l10n::$locales['Portait mode'] = 'Portrait';
|
||||
l10n::$locales['Landscape mode'] = 'Paysage';
|
||||
l10n::$locales['Unknow'] = 'Inconnu';
|
||||
l10n::$locales['Average'] = 'Moyenne';
|
||||
l10n::$locales['Center-weighted average'] = 'Centrale pondèrée';
|
||||
l10n::$locales['Spot'] = 'Spot';
|
||||
l10n::$locales['Multi spot'] = 'Multi spot';
|
||||
l10n::$locales['Pattern'] = 'Multizone';
|
||||
l10n::$locales['Partial'] = 'Partielle';
|
||||
l10n::$locales['Show images EXIF of an entry in a widget'] = 'Affiche dans un widget les informations EXIF des photos d\'un billet';
|
||||
l10n::$locales['Entry Photo EXIF Widget'] = 'Widget des EXIF de photo d\'un billet';
|
||||
use Dotclear\Helper\L10n;
|
||||
|
||||
L10n::$locales['Entry Photo EXIF'] = 'EXIF photo du billet';
|
||||
L10n::$locales['Show images exif of an entry'] = 'Afficher les EXIF des images d\'un billet';
|
||||
L10n::$locales['Show metadata: %s'] = 'Afficher les métadonnées de : %s';
|
||||
L10n::$locales['Descritpion'] = 'Description';
|
||||
L10n::$locales['Location'] = 'Lieu';
|
||||
L10n::$locales['Manufacturer'] = 'Fabriquant';
|
||||
L10n::$locales['Model'] = 'Modèle';
|
||||
L10n::$locales['Lens'] = 'Objectif';
|
||||
L10n::$locales['Exposure program'] = 'Program d\'exposition';
|
||||
L10n::$locales['Exposure time'] = 'Temps d\'exposition';
|
||||
L10n::$locales['Aperture'] = 'Ouverture';
|
||||
L10n::$locales['Iso speed rating'] = 'ISO';
|
||||
L10n::$locales['Focal lengh'] = 'Longueur de focale';
|
||||
L10n::$locales['Exposure bias value'] = 'Décalage d\'exposition';
|
||||
L10n::$locales['Metering mode'] = 'Mode de mesure';
|
||||
L10n::$locales['Show empty metadata'] = 'Afficher les métadonées vides';
|
||||
L10n::$locales['Category limit:'] = 'Limiter à une catégorie :';
|
||||
L10n::$locales['Thumbnail size:'] = 'Taille de la miniature :';
|
||||
L10n::$locales['Location:'] = 'Lieu :';
|
||||
L10n::$locales['Manufacturer:'] = 'Fabricant :';
|
||||
L10n::$locales['Model:'] = 'Modèle :';
|
||||
L10n::$locales['Lens:'] = 'Objectif :';
|
||||
L10n::$locales['Program:'] = 'Programme :';
|
||||
L10n::$locales['Speed:'] = 'Vitesse :';
|
||||
L10n::$locales['Aperture:'] = 'Ouverture :';
|
||||
L10n::$locales['ISO:'] = 'ISO :';
|
||||
L10n::$locales['Focal:'] = 'Focale :';
|
||||
L10n::$locales['Exposure Bias:'] = 'Décalage d\'exposition :';
|
||||
L10n::$locales['Metering mode:'] = 'Mode de mesure :';
|
||||
L10n::$locales['Not defined'] = 'Non défini';
|
||||
L10n::$locales['Manual'] = 'Manuel';
|
||||
L10n::$locales['Normal program'] = 'Normal';
|
||||
L10n::$locales['Aperture priority'] = 'Priorité à l\'ouverture';
|
||||
L10n::$locales['Shutter priority'] = 'Priorité à la vitesse';
|
||||
L10n::$locales['Creative program'] = 'Création';
|
||||
L10n::$locales['Action program'] = 'Action';
|
||||
L10n::$locales['Portait mode'] = 'Portrait';
|
||||
L10n::$locales['Landscape mode'] = 'Paysage';
|
||||
L10n::$locales['Unknow'] = 'Inconnu';
|
||||
L10n::$locales['Average'] = 'Moyenne';
|
||||
L10n::$locales['Center-weighted average'] = 'Centrale pondèrée';
|
||||
L10n::$locales['Spot'] = 'Spot';
|
||||
L10n::$locales['Multi spot'] = 'Multi spot';
|
||||
L10n::$locales['Pattern'] = 'Multizone';
|
||||
L10n::$locales['Partial'] = 'Partielle';
|
||||
L10n::$locales['Show images EXIF of an entry in a widget'] = 'Affiche dans un widget les informations EXIF des photos d\'un billet';
|
||||
L10n::$locales['Entry Photo EXIF Widget'] = 'Widget des EXIF de photo d\'un billet';
|
||||
|
|
Loading…
Reference in a new issue