source: extensions/Google2Piwigo/language/en_UK/plugin.lang.php @ 28832

Last change on this file since 28832 was 28832, checked in by mistic100, 10 years ago

fix oauth flow

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