Ignore:
Timestamp:
Jul 1, 2010, 10:55:30 PM (14 years ago)
Author:
vdigital
Message:

Version: 2.1.a
extension:410

Location:
extensions/virtualAutoGrant/language
Files:
2 edited

Legend:

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

    r6619 r6650  
    11<?php
     2$lang['On'] = 'Yes, maybe';
     3$lang['Off'] = 'No, in general';
    24$lang['Virtual AutoGrant configuration'] = 'Virtual AutoGrant configuration';
    35$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']
     
    1012
    1113$lang['Force "Who can see" at the creator privacy level'] = 'Force "Who can see" at the creator privacy level';
    12 $lang['"Who can see" is not forced for private categories'] = '"Who can see" is not forced for private categories';
     14$lang['"Who can see" is free for private categories'] = '"Who can see" is free for private categories';
    1315$lang['"Who can see" is free on webmasters uploads'] = '"Who can see" is free on webmasters uploads';
    1416
     
    1820$lang['You are not authorized to change this configuration (Webmaster only).'] = 'You are not authorized to change this configuration (Webmaster only).';
    1921$lang['Your configuration is saved.'] = 'Your configuration is saved.';
     22$lang['You have got a private access to %s'] = 'You have got a private access to %s';
     23$lang['Virtual AutoGrant has forced "Who can see" on %d image']  = 'Virtual AutoGrant has forced "Who can see" on %d image';
     24$lang['Virtual AutoGrant has forced "Who can see" on %d images'] = 'Virtual AutoGrant has forced "Who can see" on %d images';
    2025?>
  • extensions/virtualAutoGrant/language/fr_FR/plugin.lang.php

    r6619 r6650  
    1212
    1313$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 not forced for private categories'] = '"Qui peut voir" n\'est pas forcé en cas de categories privées';
    15 $lang['"Who can see" is free on webmasters uploads'] = '"Qui peut voir" est libre pour les chargements du webmaster';
     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';
    1616
    1717$lang['Only the default webmaster can change this option.'] = 'Uniquement le webmaster par défaut peut modifier cette option.';
     
    2222$lang['Your configuration is NOT saved due to above reasons.'] = 'Votre configuration n\'a PAS été enregistré suite aux erreurs ci-dessus.';
    2323$lang['Your configuration is saved.'] = 'Votre configuration a été enregistrée.';
    24 
     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';
    2527?>
Note: See TracChangeset for help on using the changeset viewer.