feature #556, add new language strings

This commit is contained in:
plegall
2016-11-29 13:33:35 +01:00
parent 7c3c6701d8
commit 6b919f06ab
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -989,4 +989,7 @@ $lang['Recipients'] = 'Recipients';
$lang['No recipient selected'] = 'No recipient selected';
$lang['No user is permitted to see this private album'] = 'No user is permitted to see this private album';
$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Each email sent will contain its own automatic authentication key on links, valid for %s.';
$lang['For security reason, authentication keys do not work for administrators.'] = 'For security reason, authentication keys do not work for administrators.';
$lang['For security reason, authentication keys do not work for administrators.'] = 'For security reason, authentication keys do not work for administrators.';
$lang['Select tags'] = 'Select tags';
$lang['No tag selected, no action possible.'] = 'No tag selected, no action possible.';
$lang['Display form'] = 'Display form';
+4 -1
View File
@@ -991,4 +991,7 @@ $lang['No recipient selected'] = 'Choisissez un destinataire';
$lang['No user is permitted to see this private album'] = 'Aucun utilisateur n\'est autorisé à voir cet album privé';
$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Chaque email envoyé contiendra sa propre clef d\'identification automatique sur les liens, valide %s.';
$lang['For security reason, authentication keys do not work for administrators.'] = 'Par mesure de sécurité les clefs d\'identification ne fonctionnent pas pour les administrateurs.';
$lang['Y Repeat'] = 'Répétition Y';
$lang['Y Repeat'] = 'Répétition Y';
$lang['Select tags'] = 'Sélectionner des tags';
$lang['No tag selected, no action possible.'] = 'Aucun tag sélectionné, aucune action possible.';
$lang['Display form'] = 'Afficher le formulaire';