source: extensions/flickr2piwigo/language/en_UK/plugin.lang.php @ 16071

Last change on this file since 16071 was 16071, checked in by mistic100, 12 years ago

code cleanup, don't ask username anymore (prohibit importing photos from another account)

File size: 1.8 KB
Line 
1<?php
2
3$lang['Please fill your API keys on the configuration tab'] = 'Please fill your API keys on the configuration tab';
4$lang['Unknown username, please verify your configuration'] = 'Unknown username, please verify your configuration';
5$lang['Successfully logued to you Flickr account'] = 'Successfully logued to you Flickr account';
6$lang['Pictures without album'] = 'Pictures without album';
7$lang['One picture is not displayed because already existing in the database.'] = 'One picture is not displayed because already existing in the database.';
8$lang['%d pictures are not displayed because already existing in the database.'] = '%d pictures are not displayed because already existing in the database.';
9$lang['%d pictures imported'] = '%d pictures imported';
10$lang['Import'] = 'Import';
11$lang['API not authenticated'] = 'API not authenticated';
12$lang['%s imported'] = '%s imported';
13$lang['Flickr logins'] = 'Flickr logins';
14$lang['API key'] = 'API key';
15$lang['API secret'] = 'API secret';
16$lang['How do I get my Flickr API key?'] = 'How do I get my Flickr API key?';
17$lang['Callback URL'] = 'Callback URL';
18$lang['Import options'] = 'Import options';
19$lang['Reproduce flickr albums'] = 'Reproduce flickr albums';
20$lang['Import all photos in this album'] = 'Import all photos in this album';
21$lang['Fill these fields from Flickr datas'] = 'Fill these fields from Flickr datas';
22$lang['Processing...'] = 'Processing...';
23$lang['List my albums'] = 'List my albums';
24$lang['Import all my pictures'] = 'Import all my pictures';
25$lang['(%d photos)'] = '(%d photos)';
26$lang['%d albums'] = '%d albums';
27$lang['List pictures of this album'] = 'List pictures of this album';
28$lang['Begin transfert'] = 'Begin transfert';
29$lang['Open Flickr page in a new tab'] = 'Open Flickr page in a new tab';
30
31?>
Note: See TracBrowser for help on using the repository browser.