Ignore:
Timestamp:
Apr 23, 2016, 7:28:14 AM (8 years ago)
Author:
ddtddt
Message:

[extensions] - read_metadata - R1

Location:
extensions/read_metadata/language
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/read_metadata/language/da_DK/plugin.lang.php

    r31566 r31567  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['Choose id photo'] = 'Vælg fotoid';
    24 $lang['Informations are read from'] = 'Oplysninger læses fra';
     23$lang['Choose photo ID'] = 'Vælg fotoid';
     24$lang['Information is read from'] = 'Oplysninger læses fra';
    2525$lang['Metadata'] = 'Metadata';
    2626$lang['Photo admin page'] = 'Fotoadministrationsside';
     
    2828$lang['Show metadata'] = 'Vis metadata';
    2929$lang['This ID isn\'t used in your gallery'] = 'Den id er ikke i brug i dit galleri';
    30 $lang['This file type isn\'t use metadata'] = 'Den filtype benytter ikke metadata';
     30$lang['This file type doesn\'t use metadata'] = 'Den filtype benytter ikke metadata';
    3131$lang['This section is reserved for the webmaster'] = 'Den sektion er reserveret til webmaster';
    32 $lang['You must chose ID photo'] = 'Du skal vælge en fotoid';
     32$lang['You must choose a photo ID'] = 'Du skal vælge en fotoid';
  • extensions/read_metadata/language/en_UK/plugin.lang.php

    r31565 r31567  
    2424$lang['Metadata'] = 'Metadata';
    2525$lang['This ID isn\'t used in your gallery'] = 'This ID isn\'t used in your gallery';
    26 $lang['You must chose ID photo'] = 'You must choose a photo ID';
    27 $lang['Choose id photo'] = 'Choose photo ID';
    28 $lang['Informations are read from'] = 'Information is read from';
    29 $lang['This file type isn\'t use metadata'] = 'This file type doesn\'t use metadata';
     26$lang['You must choose a photo ID'] = 'You must choose a photo ID';
     27$lang['Choose photo ID'] = 'Choose photo ID';
     28$lang['Information is read from'] = 'Information is read from';
     29$lang['This file type doesn\'t use metadata'] = 'This file type doesn\'t use metadata';
    3030$lang['Show metadata'] = 'Show metadata';
    3131$lang['Photo admin page'] = 'Photo admin page';
  • extensions/read_metadata/language/fr_FR/plugin.lang.php

    r31557 r31567  
    2424$lang['Metadata'] = 'Métadonnées';
    2525$lang['This ID isn\'t used in your gallery'] = 'Cette ID n\'est pas utilisée dans votre galerie';
    26 $lang['You must chose ID photo'] = 'Vous devez choisir une ID de photo';
    27 $lang['Choose id photo'] = 'Choissisez une ID de photo';
    28 $lang['Informations are read from'] = 'L\'information est lue depuis la photo';
    29 $lang['This file type isn\'t use metadata'] = 'Ce fichier n\'utilise pas les métagonnées';
     26$lang['You must choose a photo ID'] = 'Vous devez choisir une ID de photo';
     27$lang['Choose photo ID'] = 'Choissisez une ID de photo';
     28$lang['Information is read from'] = 'L\'information est lue depuis la photo';
     29$lang['This file type doesn\'t use metadata'] = 'Ce fichier n\'utilise pas les métagonnées';
    3030$lang['Show metadata'] = 'Voir les métadonnées';
    3131$lang['Photo admin page'] = 'Page d\'administration de la photo';
Note: See TracChangeset for help on using the changeset viewer.