[8719] | 1 | <?php |
---|
| 2 | // common |
---|
| 3 | $lang['%d new image'] = '%d new photo'; |
---|
| 4 | $lang['%d new images'] = '%d new photos'; |
---|
| 5 | $lang['add this image to your favorites'] = 'add this photo to your favorites'; |
---|
| 6 | $lang['display best rated items'] = 'display best rated photos'; |
---|
| 7 | $lang['display each day with pictures, month per month'] = 'display each day with photos, month per month'; |
---|
| 8 | $lang['delete this image from your favorites'] = 'delete this photo from your favorites'; |
---|
| 9 | $lang['display my favorites pictures'] = 'display your favorites photos'; |
---|
| 10 | $lang['shows images at the root of this album'] = 'display this album'; |
---|
| 11 | $lang['display most visited pictures'] = 'display most visited photos'; |
---|
| 12 | $lang['Rate this picture'] = 'Rate this photo'; |
---|
| 13 | $lang['Random pictures'] = 'Random photos'; |
---|
| 14 | $lang['display a set of random pictures'] = 'display a set of random photos'; |
---|
| 15 | $lang['Recent pictures'] = 'Recent photos'; |
---|
| 16 | $lang['display most recent pictures'] = 'display most recent photos'; |
---|
| 17 | $lang['display only recently posted images'] = 'display only recently posted photos'; |
---|
| 18 | $lang['return to the display of all images'] = 'return to the display of all photos'; |
---|
| 19 | $lang['%d image'] = '%d photo'; |
---|
| 20 | $lang['%d images'] = '%d photos'; |
---|
| 21 | $lang['%d image is also linked to current tags'] = '%d photo is also linked to current tags'; |
---|
| 22 | $lang['%d images are also linked to current tags'] = '%d photos are also linked to current tags'; |
---|
| 23 | $lang['See images linked to this tag only'] = 'display photos linked to this tag'; |
---|
| 24 | $lang['images posted during the last %d days'] = 'photos posted during the last %d days'; |
---|
| 25 | $lang['delete all images from your favorites'] = 'delete all photos from your favorites'; |
---|
| 26 | $lang['Complete RSS feed (images, comments)'] = 'Complete RSS feed (photos, comments)'; |
---|
| 27 | $lang['Image only RSS feed'] = 'Photos only RSS feed'; |
---|
| 28 | $lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'; |
---|
| 29 | $lang['Maximum height of the pictures'] = 'Maximum photo height'; |
---|
| 30 | $lang['Maximum width of the pictures'] = 'Maximum photo width'; |
---|
| 31 | $lang['display all elements in all sub-albums'] = 'display all photos in all sub-albums'; |
---|
| 32 | $lang['The number of images per row must be a not null scalar'] = 'The number of photos per row must be a not null scalar'; |
---|
| 33 | $lang['Number of images per row'] = 'Number of photos per row'; |
---|
| 34 | $lang['Elements posted within the last %d day.'] = 'Photos posted within the last %d day.'; |
---|
| 35 | $lang['Elements posted within the last %d days.'] = 'Photos posted within the last %d days.'; |
---|
| 36 | $lang['picture'] = 'photo'; |
---|
| 37 | $lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition'; |
---|
| 38 | |
---|
| 39 | // admin |
---|
[8727] | 40 | $lang['Edit all picture informations'] = 'Edit photo information'; |
---|
[8719] | 41 | $lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates'; |
---|
[8727] | 42 | $lang['Link all album elements to a new album'] = 'Link all album photos to a new album'; |
---|
| 43 | $lang['Link all album elements to some existing albums'] = 'Link all album photos to some existing albums'; |
---|
[8719] | 44 | $lang['Manage image ranks'] = 'Manage photo ranks'; |
---|
[8727] | 45 | $lang['New elements added'] = 'New photos added'; |
---|
| 46 | $lang['New elements were added'] = 'New photos were added'; |
---|
| 47 | $lang['No element in this album'] = 'No photo in this album'; |
---|
| 48 | $lang['Select at least one picture'] = 'Select at least one photo'; |
---|
| 49 | $lang['Update images informations'] = 'Update photos information'; |
---|
| 50 | $lang['Use the default image sort order (defined in the configuration file)'] = 'Use the default photo sort order (defined in the configuration file)'; |
---|
[8719] | 51 | $lang['add new elements to caddie'] = 'add new photos to caddie'; |
---|
| 52 | $lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)'; |
---|
| 53 | $lang['elements added in the database'] = 'photos added in the database'; |
---|
| 54 | $lang['elements deleted in the database'] = 'photos deleted from the database'; |
---|
| 55 | $lang['elements per page'] = 'photos per page'; |
---|
| 56 | $lang['elements updated in the database'] = 'photos updated in the database'; |
---|
| 57 | $lang['even already synchronized elements'] = 'even already synchronized photos'; |
---|
| 58 | $lang['first element added on %s'] = 'first photo added on %s'; |
---|
[8727] | 59 | $lang['images candidates for metadata synchronization'] = 'photos candidates for metadata synchronization'; |
---|
[8719] | 60 | $lang['jump to image'] = 'jump to photo'; |
---|
| 61 | $lang['manage image ranks'] = 'manage photo ranks'; |
---|
[8727] | 62 | |
---|
| 63 | |
---|
[8783] | 64 | $lang['manage album elements'] = 'manage album photos'; |
---|
[8727] | 65 | $lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations'; |
---|
| 66 | $lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata'; |
---|
| 67 | $lang['number of miniaturized pictures'] = 'number of miniaturized photos'; |
---|
| 68 | $lang['Picture informations updated'] = 'Photo informations updated'; |
---|
| 69 | $lang['Picture unreachable or no support'] = 'Photo unreachable or no support'; |
---|
| 70 | $lang['pictures without thumbnail (jpeg and png only)'] = 'photos without thumbnail (jpeg and png only)'; |
---|
| 71 | $lang['Random picture'] = 'Random photo'; |
---|
[8719] | 72 | ?> |
---|