source: extensions/virtualAutoGrant/language/fr_FR/plugin.lang.php @ 6650

Last change on this file since 6650 was 6650, checked in by vdigital, 14 years ago

Version: 2.1.a
extension:410

File size: 2.4 KB
Line 
1<?php
2$lang['On'] = 'Oui, si possible';
3$lang['Off'] = 'Non, en principe';
4$lang['Virtual AutoGrant configuration'] = 'Configuration de Virtual AutoGrant';
5$lang['New virtual categories will be assumed private, access granted to creator and webmaster and/or uploaded pictures will have "Who can see" set to creator privacy level'] 
6    = 'Les nouvelles catégories virtuelles seront privatives, l\'accès attribué au créateur et au webmaster,<br/> et/ou les images ajoutées auront le "Qui peut voir" au niveau de confidentialité du créateur';
7
8$lang['All new virtual categories will be set private'] = 'Toute nouvelle catégorie virtuelle sera privative';
9$lang['Categories created by the Piwigo API will be set private'] = 'Les categories crées via l\'API de Piwigo seront privatives';
10$lang['Grant access to creator'] = 'L\'accès sera attribué au créateur';
11$lang['Grant access to default webmaster'] = 'L\'accès sera attribué au webmaster';
12
13$lang['Force "Who can see" at the creator privacy level'] = 'Force le "Qui peut voir" au niveau de confidentialité du créateur';
14$lang['"Who can see" is free for private categories'] = 'Le "Qui peut voir" reste libre en cas de categories privées';
15$lang['"Who can see" is free on webmasters uploads'] = 'Le "Qui peut voir" est libre pour les chargements du webmaster';
16
17$lang['Only the default webmaster can change this option.'] = 'Uniquement le webmaster par défaut peut modifier cette option.';
18
19$lang['Grant automatically the default webmaster has been reset to its previous value.'] = 'L\'attribution d\'accès au webmaster a été restauréee à la valeur précédente.';
20
21$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Vous n\'êtes pas autorisé à modifier cette configuration (réservé au Webmestre).';
22$lang['Your configuration is NOT saved due to above reasons.'] = 'Votre configuration n\'a PAS été enregistré suite aux erreurs ci-dessus.';
23$lang['Your configuration is saved.'] = 'Votre configuration a été enregistrée.';
24$lang['You have got a private access to %s'] = 'Vous avez obtenu un accès privé à %s';
25$lang['Virtual AutoGrant has forced "Who can see" on %d image']  = 'Virtual AutoGrant a forcé le "Qui peut voir" pour %d élément';
26$lang['Virtual AutoGrant has forced "Who can see" on %d images'] = 'Virtual AutoGrant a forcé le "Qui peut voir" pour %d éléments';
27?>
Note: See TracBrowser for help on using the repository browser.