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

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

some code corrections

File size: 1.9 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['Successfully logued to you Flickr account'] = 'Successfully logued to you Flickr account';
5$lang['Pictures without album'] = 'Pictures without album';
6$lang['One picture is not displayed because already existing in the database.'] = 'One picture is not displayed because already existing in the database.';
7$lang['%d pictures are not displayed because already existing in the database.'] = '%d pictures are not displayed because already existing in the database.';
8$lang['%d pictures imported'] = '%d pictures imported';
9$lang['Import'] = 'Import';
10$lang['API not authenticated'] = 'API not authenticated';
11$lang['Photo "%s" imported'] = 'Photo "%s" imported';
12$lang['Flickr logins'] = 'Flickr logins';
13$lang['API key'] = 'API key';
14$lang['API secret'] = 'API secret';
15$lang['How do I get my Flickr API key?'] = 'How do I get my Flickr API key?';
16$lang['Callback URL'] = 'Callback URL';
17$lang['Import options'] = 'Import options';
18$lang['Reproduce flickr albums'] = 'Reproduce flickr albums';
19$lang['Import all photos in this album'] = 'Import all photos in this album';
20$lang['Fill these fields from Flickr datas'] = 'Fill these fields from Flickr datas';
21$lang['Processing...'] = 'Processing...';
22$lang['List my albums'] = 'List my albums';
23$lang['Import all my pictures'] = 'Import all my pictures';
24$lang['(%d photos)'] = '(%d photos)';
25$lang['%d albums'] = '%d albums';
26$lang['List pictures of this album'] = 'List pictures of this album';
27$lang['Begin transfer'] = 'Begin transfer';
28$lang['Open Flickr page in a new tab'] = 'Open Flickr page in a new tab';
29$lang['No download method available'] = 'No download method available';
30$lang['Logued as'] = 'Logued as';
31$lang['Logued out'] = 'Logued out';
32$lang['%d elements ready for importation'] = '%d elements ready for importation';
33
34?>
Note: See TracBrowser for help on using the repository browser.