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

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

new extension: Google2Piwigo

File size: 1.4 KB
Line 
1<?php
2
3$lang['Successfully logued to you Google account'] = 'Successfully logued to you Google 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['API not authenticated'] = 'API not authenticated';
8$lang['Photo "%s" imported'] = 'Photo "%s" imported';
9$lang['Import options'] = 'Import options';
10$lang['Reproduce Google albums'] = 'Reproduce Google albums';
11$lang['Import all photos in this album'] = 'Import all photos in this album';
12$lang['Fill these fields from Google datas'] = 'Fill these fields from Google datas';
13$lang['Processing...'] = 'Processing...';
14$lang['List my albums'] = 'List my albums';
15$lang['Import all my pictures'] = 'Import all my pictures';
16$lang['(%d photos)'] = '(%d photos)';
17$lang['%d albums'] = '%d albums';
18$lang['List pictures of this album'] = 'List pictures of this album';
19$lang['Begin transfer'] = 'Begin transfer';
20$lang['Open Google page in a new tab'] = 'Open Google page in a new tab';
21$lang['No download method available'] = 'No download method available';
22$lang['Logued out'] = 'Logued out';
23$lang['%d elements ready for importation'] = '%d elements ready for importation';
24
25?>
Note: See TracBrowser for help on using the repository browser.