<?php
    define('LANG_PHOTOS_CONTROLLER',     'Photos');
    define('LANG_PHOTOS_PHOTO_UNTITLED', 'Photo #%s');
    define('LANG_PHOTOS_PHOTO_TITLE',    'Photo title');
    define('LANG_PHOTOS_PHOTO_SPELLCOUNT', 'photo|photos|photos');
    define('LANG_PHOTOS_UPLOAD',         'Upload photos');
    define('LANG_PHOTOS_SELECT_ALBUM',   'Select an %s to upload photos in');
    define('LANG_PHOTOS_NEW_ALBUM',      'or <a href="%s">create a new %s</a>');