source: extensions/pbase2piwigo/language/en_UK/plugin.lang.php @ 17314

Last change on this file since 17314 was 17314, checked in by mistic100, 12 years ago
  • many small improvements
  • protect "generic" functions
  • complete localization
File size: 1.1 KB
Line 
1<?php
2
3$lang['No download method available. PBase2piwigo needs cURL extension or allow_url_fopen=true'] = 'No download method available. PBase2piwigo needs cURL extension or allow_url_fopen=true';
4$lang['Import queue is empty'] = 'Import queue is empty';
5$lang['Invalid user id'] = 'Invalid user id';
6$lang['Album "%s" created'] = 'Album "%s" created';
7$lang['Photo "%s" imported'] = 'Photo "%s" imported';
8$lang['PBase login'] = 'PBase login';
9$lang['Begin analyse'] = 'Begin analyse';
10$lang['Select albums to import'] = 'Select albums to import';
11$lang['Nb albums'] = 'Nb albums';
12$lang['Nb photos'] = 'Nb photos';
13$lang['Import in this album'] = 'Import in this album';
14$lang['Fill these fields from pBase datas'] = 'Fill these fields from pBase datas';
15$lang['%1$d errors occured. %2$d albums and %3$d photos added.'] = '%1$d errors occured. %2$d albums and %3$d photos added.';
16$lang['Completed. %1$d albums and %2$d photos added.'] = 'Completed. %1$d albums and %2$d photos added.';
17$lang['Errors'] = 'Errors';
18$lang['Recursive'] = 'Recursive';
19$lang['Begin transfer'] = 'Begin transfer';
20
21?>
Note: See TracBrowser for help on using the repository browser.