source: extensions/instagram2piwigo/language/en_UK/plugin.lang.php @ 25973

Last change on this file since 25973 was 19561, checked in by mistic100, 11 years ago

first commit

File size: 1.4 KB
Line 
1<?php
2$lang['Please fill your API keys on the configuration tab'] = 'Please fill your API keys on the configuration tab';
3$lang['Successfully logged in to you Instagram account'] = 'Successfully logged in to you Instagram account';
4$lang['One picture is not displayed because already existing in the database.'] = 'One picture is not displayed because already existing in the database.';
5$lang['%d pictures are not displayed because already existing in the database.'] = '%d pictures are not displayed because already existing in the database.';
6$lang['%d pictures imported'] = '%d pictures imported';
7$lang['Import'] = 'Import';
8$lang['API not authenticated'] = 'API not authenticated';
9$lang['Photo "%s" imported'] = 'Photo "%s" imported';
10$lang['Instagram logins'] = 'Instagram logins';
11$lang['How do I get my Instagram Client ID?'] = 'How do I get my Instagram Client ID?';
12$lang['Import options'] = 'Import options';
13$lang['Fill these fields from Instagram datas'] = 'Fill these fields from Instagram datas';
14$lang['Processing...'] = 'Processing...';
15$lang['(%d photos)'] = '(%d photos)';
16$lang['%d albums'] = '%d albums';
17$lang['Begin transfer'] = 'Begin transfer';
18$lang['Open Instagram page in a new tab'] = 'Open Instagram page in a new tab';
19$lang['No download method available'] = 'No download method available';
20$lang['Logged in as'] = 'Logged in as';
21$lang['Logged out'] = 'Logged out';
22$lang['List my pictures'] = 'List my pictures';
23?>
Note: See TracBrowser for help on using the repository browser.