Language page.
*/
class XG_CustomMessageCatalog_en_US extends XG_MessageCatalog_en_US {
/**
* Returns a localized version of a string. The first argument is the message name, e.g., 'ADD_A_PHOTO'.
* Subsequent arguments are substitution values (if the message contains sprintf format elements).
*
* @param array $args the message name, plus optional substitution values
* @return string the localized string
* @see xg_html()
*/
public static function text($args) {
$s = $args[0];
$text = self::$messages[$s];
if ($text) { $args[0] = $text; }
return @call_user_func_array('sprintf', $args);
}
/**
* Message names and texts. Use UTF-8 byte sequences instead of HTML entities, e.g., & instead of &, … instead of …
*/
private static $messages = array(
'MAP' => 'Harita',
'VIDEOS_HOME' => 'Video Anasayfa',
'MY_VIDEOS' => 'Benim Videolarım',
'MY_FRIENDS_VIDEOS' => 'Arkadaşlarımın Videoları',
'MY_FAVORITES' => 'Favorilerim',
'ADD_A_VIDEO' => 'Video ekle',
'DELETE_COMMENT' => 'Yorumu Sil',
'ADD_VIDEOS' => 'Video Ekle',
'VIEW_VIDEOS' => 'Video Izle',
'TAGS' => 'Etiketler:',
'POPULAR_TAGS' => 'Populer etkiketler:',
'MY_FRIENDS' => 'Arkadaslarım',
'VIEW_ALL_MY_FRIENDS' => 'Tum arkadaslarimi goster',
'SEND_A_MESSAGE' => 'Mesaj gonder',
'CLOSE' => 'Kapalı',
'SEARCH_FRIENDS' => 'Arkadaş Ara',
'DELETE' => 'Sil',
'LOADING' => 'Yükleniyor...',
'DELETE_VIDEO' => 'Video sil',
'ADD_A_COMMENT' => 'Yorum Ekle',
'MORE' => 'Devamı...',
'PREVIOUS' => 'Geri',
'NEXT' => 'Ileri',
'COMMENTS' => 'Yorum',
'COMMENTS_COLON' => 'Yorumlar:',
'PLAY_AGAIN' => 'Tekrar...',
'ADD_PHOTOS' => 'Fotograf ekle',
'ADD_VIDEO' => 'Video Ekle',
'VIDEO' => 'Video',
'FULLSCREEN' => 'Tüm Ekran',
'EXIT_FULLSCREEN' => 'Tüm Ekrandan Cık',
'HIDE' => 'Kapalı',
'MORE_PHOTOS' => 'Fotoğrafların Devamı',
'UPLOAD_PHOTOS' => 'Fotograf Yükle',
'SAVE_ALBUM' => 'Albümü Kaydet',
'ALL_PHOTOS' => 'Tüm Fotoğraflar',
'POPULAR_PHOTOS' => 'Popular Fotograflar',
'PHOTOS_HOME' => 'Fotograflar Anasayfa',
'MY_PHOTOS' => 'Benim Fotograflarım',
'ADD_PHOTOS_LOWER' => 'Fotograf ekle',
'EDIT' => 'Düzenle',
'ALBUM_TITLE' => 'Album Başlık:',
'EDIT_ALBUM' => 'Albümü Düzenle',
'CREATE_AN_ALBUM' => 'Albüm Olustur',
'DELETE_THIS_ALBUM' => 'Albumu Silinsinmi?',
'DELETE_ALBUM' => 'Albümü sil',
'START_SLIDESHOW' => 'Slayt show başlasın',
'EDIT_PHOTO_INFORMATION' => 'Fotoğraf bilgilerini değiştir',
'DELETE_ALL_PHOTOS' => '',
'PHOTOS' => 'Fotoğraflar',
'CREATE_A_NEW_ALBUM' => 'Yeni Albüm Olustur',
'EDIT_PHOTO' => 'Fotografı değiştir',
'DELETE_PHOTO' => 'Fotografı sil',
'DEFAULT_TITLE' => 'Başlık',
'PHOTO' => 'Fotograf',
'DETAIL' => 'Detaylar',
'TAG' => 'Etiket',
'HELP' => 'Yardım',
'CALENDAR' => 'Takvim',
'WELCOME' => 'Hoşgeldiniz',
'THANKS_VALEDICTION' => 'Teşekkürler,',
'THANKS' => 'Teşekkürler!',
'NAME_COLON' => 'İsim:',
'COUNTRY_COLON' => 'Ülke:',
'MY_SETTINGS' => 'Ayarlarım:',
'CITY' => 'Şehir',
'COUNTRY' => 'Ülke',
'DATE_OF_BIRTH' => 'Doğum Tarihi',
'NEW_PASSWORD' => 'Yeni Şifre',
'CREATE_NEW_PASSWORD' => 'Yeni Şifre Oluştur',
'FEEDBACK' => 'Geri Dönüşüm',
'HELLO_USER' => 'Merhaba, %s',
'ACTIVE' => 'Aktif',
'MY_LANGUAGES' => 'Dillerim',
'LANGUAGE_EDITOR' => 'Dil Editörü',
'FILE_N' => 'Dosya %s',
'CREATE' => 'Oluştur',
'LANGUAGE_NAME' => 'Dil Adı',
'I_AM_MEMBER' => 'Üyesiyim:',
'GALLERY' => 'Galeri',
'MUSIC_PLAYER' => 'Musik Player',
'SEARCH' => 'Ara',
'SEARCH_AGAIN' => 'Tekrar ara.',
'DATE' => 'Tarih',
'WEBSITE_ADDRESS' => 'Website adresi',
'ACTION_BUTTON_REMOVE' => 'Sil',
'REMOVE' => 'Sil',
'SIGN_OUT' => 'Çıkıs',
'SIGN_OUT_TITLE' => 'Çıkıs',
'LANGUAGE' => 'Dil',
'DELETE_THIS_SITE' => 'Bu sosyal paylaşım agını sil!',
'MAIN_PAGE' => 'Ana Sayfa',
'MAIN' => 'Ana Sayfa',
'MAIN_TAB_TEXT' => 'Ana Sayfa',
'PAGE_TITLE' => 'Sayfa Başlıgı',
'THEME_SETTINGS' => 'Tema Ayarları',
'ADD_A_LOGO' => 'Logo ekle',
'SITE' => 'Ağ',
'PASSWORD' => 'Şifre',
'VIDEOS' => 'Videolar',
'NAME' => 'İsim',
'EMAIL_ADDRESS' => 'email Adress',
'SIGN_IN' => 'Giris',
'SIGN_UP' => 'Kayıt',
'PAGE' => 'Sayfa',
'COLOR' => 'Renk',
'LINK_COLOR' => 'Link Rengi',
'CATEGORIES' => 'kategoriler',
'FORUM_CATEGORIES' => 'Forum Kategorileri',
'NETWORK_ADMINISTRATOR' => 'Administatör',
'MEMBER' => 'Üye',
'CONTINUE_ARROW' => 'Devam →',
'MESSAGE' => 'Mesaj',
'SEND_MESSAGE' => 'Mesaj Gönder',
'MANAGE_FORUM_CATEGORIES' => 'Forum Kategorilerini Manege',
'CREATE_GROUPS' => 'Grup Oluştur',
'NETWORK_SETTINGS' => 'Network ayarları',
'IM_A_MEMBER_OF' => 'üyesiyim:',
'LOGO_IMAGE' => 'Logo Resmi',
'GO' => 'Git',
'HELLO' => 'Merhaba,',
'JANUARY' => 'Ocak',
'FEBRUARY' => 'Şubat',
'MARCH' => 'Mart',
'APRIL' => 'Nisan',
'MAY' => 'Mayıs',
'JUNE' => 'Haziran',
'JULY' => 'Temmuz',
'AUGUST' => 'Agustos',
'SEPTEMBER' => 'Eylül',
'OCTOBER' => 'Ekim',
'NOVEMBER' => 'Kasım',
'DECEMBER' => 'Aralık',
'MY_COMMENTS' => 'Yorumlarım',
'MY_PAGE' => 'Benim Sayfam',
'MY_PAGE_TAB_TEXT' => 'Benim Sayfam',
'MY_BLOG' => 'bloğum',
'MONTH' => 'ay',
'DAY' => 'Gün',
'COMMENT' => 'Yorum',
'EDIT_2' => 'düzenle',
'NOW' => 'Şimdi',
'YES' => 'evet',
'NO' => 'hayır',
'SAVE_AS_DRAFT' => 'Taslak olarak kaydet',
'PREVIEW' => 'Ön İzle',
'PUBLISH_POST' => 'Yayınla',
'BACK' => 'geri',
'PROFILE' => 'Profil',
'CONTINUE_READING' => 'Yazının Devamını Oku...',
'NEW_MEMBERS' => 'Yeni Üyeler',
'SAVE' => 'Kaydet',
'MEMBERS_TAB_TEXT' => 'Üyeler',
'DATE_COLON' => 'Tarih:',
'TIME_COLON' => 'Zaman:',
'UPLOAD_A_FILE' => 'Dosya Yükle:',
'UPLOADING' => 'Yükleniyor…',
'OK' => 'Tamam',
'POPULAR_MEMBERS' => 'Popüler Üyeler',
'INVITE_FRIENDS' => 'Arkadaşını davet et',
'FEMALE' => 'Erkek',
'MALE' => 'Bayan',
'GENDER_M' => 'bayan',
'GENDER_F' => 'erkek',
'SEARCH_MEMBERS' => 'Üye Ara',
'READ_MORE' => 'Devamını oku...',
'CREATE_NEW_GROUP' => 'Yeni grup oluştur',
'CREATE_A_NEW_GROUP' => 'Yeni grup oluştur',
'CREATE_A_GROUP' => 'Yeni grup oluştur',
'VIEW_GROUPS' => 'Tüm gruplar',
'CREATE_GROUP' => 'Grup oluştur.',
'GROUP_INFORMATION' => 'Grup Bilgileri',
'GROUPS' => 'Gruplar',
'SEARCH_GROUPS' => 'Grup ara',
'MY_GROUPS' => 'Benim Gruplarım',
'EDIT_GROUP_INFORMATION' => 'Grup bilgilerini düzenle',
'DELETE_GROUP' => 'Grubu sil',
'TRACK_TITLE' => 'Şarkı Başlıgı',
'TRACK_ARTIST' => 'Şarkıcı',
'DELETE_TRACK' => 'Şarkıyı sil.',
'PHOTOS_TAB_TEXT' => 'Fotoğraflar',
'GROUPS_TAB_TEXT' => 'Gruplar',
'OR_SIGN_IN' => 'veya Giriş yapın',
'START_DISCUSSIONS' => 'Tartışma Başlat',
'START_A_NEW_DISCUSSION' => 'Yeni Bir Başlık Açın',
'DATE_JOINED' => 'Katılım Tarihi',
'X_JOINED_Y_GROUPS' => '%s Katıldıgı %s Gruplar',
'X_JOINED_APPNAME' => '%s Katıldı %s',
'GROUP_MEMBERS' => 'Grup Üyeleri',
'MEMBERS' => 'Üyeler',
'GROUPNAME_MEMBERS' => '%s Üyeler',
'IS_YOUR_FRIEND' => 'Arkadaşınız',
'INVITE_MORE' => 'Davet Edin',
'INVITE_MORE_PEOPLE' => 'Diğer İnsanları Davet Edin',
'TAGGED' => 'Etiketler:',
'TAGGED_X' => 'Etiketler: %s',
'VIEW_ALL_XS_FRIENDS' => 'Tümünü Göster %s\'s Arkadaslarımın',
'VIEW_ALL_COMMENTS' => 'Tüm comments\'leri Göster',
'VIEW_ALL' => 'Tümünü Göster',
'VIEW_ALL_GROUPS' => 'Tüm Grupları Göster',
'ALL_DISCUSSIONS' => 'Forum Anasayfa',
'EDIT_PAGE_APPEARANCE' => 'Kişisel Sayfanızın Temasını Değiştirin',
'EDIT_MY_PROFILE' => 'Profilimi Düzenle',
'MANAGE_BLOG' => 'Blogu Yönet',
'ADD_NEW_BLOG_POST' => 'Yeni bir blog yazısı ekle',
'ADD_BLOG_POST' => 'Blog Yazısı Ekle',
'LATEST_ACTIVITY' => 'Güncel Aktiviteler',
'BLOG_POSTS' => 'Blog Yazıları',
'ABOUT_ME' => 'Hakkımda',
'VIEW_PAGE_AS_OTHERS' => 'Sayfamı Diğerlerinin Gözü İle Gör',
'DISCUSSIONS' => 'Tartışmalar',
'MY_DISCUSSIONS' => 'Tartışmalarım',
'XS_DISCUSSIONS' => '%s\'s tartışmalar',
'XS_DISCUSSIONS_LOWERCASE' => '%s\'s tartışmalar',
'VIEW_YOUR_DISCUSSIONS' => 'Tüm Tartışmaları Göster',
'VIEW_DISCUSSIONS' => 'Tüm Tartışmalar',
'ADD_MANAGE_CATEGORIES' => 'Kategori Ekle/Düzenle',
'STARTED_T_BY' => 'Başlatan %s Kişi:',
'STARTED_BY_X_T' => 'Başlatan %s %s',
'STARTED_BY_X_ON' => 'Başlatan %s on %s',
'SEARCH_DISCUSSIONS' => 'Tartışmaları Ara',
'EDIT_DISCUSSION' => 'Tartışmayı Düzenle',
'DISCUSSION_DELETED' => 'Tartışmayı Sil',
'DELETE_THIS_DISCUSSION_Q' => 'Tartışma Silinsinmi?',
'DELETE_DISCUSSION' => 'Tartışmayı Sil',
'CLOSE_DISCUSSION' => 'Tartışma Kapalı',
'TAGS_X' => 'Etiketler: %s',
'YOU_CAN_CREATE_GROUP' => 'Sendebir grup oluştur. on %s!',
'CREATED_BY_X' => 'Oluşturan %s',
'CREATED_BY_COLON' => 'Oluşturan:',
'CREATED_BY' => 'Oluşturan',
'SORT_BY' => 'Lisetele:',
'MOST_RECENT' => 'En güzel',
'MOST_RECENT_VIDEOS' => 'En Güzel Videolar',
'MOST_RECENT_PHOTOS' => 'En Güzel Resimler',
'MY_MOST_RECENT' => 'En Güzellerim',
'MOST_RECENT_TRACKS' => 'En Güzel',
'FACEBOOK_RECENT' => 'En Güzel',
'SPREAD_THE_WORD_NETWORK_BADGE_LARGE' => 'Üye sayımız senin sayende artsın.Haberi yayın.Sizde logonuzu alıp blogunuza,forumunuza,web sitenize yerleştirin.',
'MOST_MEMBERS' => 'En Çok Üye',
'ALL_ALBUMS' => 'Tüm Albümler',
'VIEW_AS_SLIDESHOW' => 'Tüm resimler slide show da Yürüt',
'YOU_CAN_ADD_YOUR_OWN_PHOTOS' => 'Sende Fotoğraflarını ekleyebilirsin to %s!',
'YOU_CAN_ADD_YOUR_OWN_VIDEO' => 'Sende VİDEOLARINI EKLEYEBİLİRSİN to %s!',
'YOUR_MESSAGE' => 'Mesajınız',
'SUBJECT' => 'Başlık',
'DISCUSSION_TITLE' => 'Başlık:',
'EDIT_POST_COLON' => 'Yazıyı Düzenle:',
'FIRST_POST' => 'Yazı:',
'YOUR_POST' => 'Senin Yazın:',
'CATEGORY' => 'Katagori Seçin:',
'UPLOAD_FILES' => 'Dosya Yükleyebilirsiniz:',
'START_DISCUSSION' => 'Başlık açılsın',
'START_A_DISCUSSION' => 'Başlık açılsın',
'ADD_YOUR_REPLY' => 'Yorum Yollansın :D',
'RETYPE_PASSWORD' => 'Tekrar Şifre Giriniz.',
'TYPE_CODE_ON_RIGHT' => 'Lütfen kodu gördüğünüz gibi doğru bir şekilşde yazın',
'ADD_AS_FRIEND' => 'Arkadasınız olarak Ekleyin',
'REQUEST_SENT' => 'Arkadaşlık Teklifi Yaptınız',
'ADD_COMMENT' => 'Yorum Yollansın :D',
'SAVE_PAGE' => 'Sayfayı Kaydet',
'INVITE' => 'Davet Et',
'INVITE_TAB_TEXT' => 'Davet Et',
'MANAGE' => 'Yönetim Paneli',
'MANAGE_TAB_TEXT' => 'Yönetim Paneli',
'NO_COMMENTS' => 'Yorum Yok',
'ADD_FAVORITES' => 'Favorilerine Ekle',
'ADD_A_PHOTO' => 'Fotograf Ekle',
'ADD_TO_FAVORITES' => 'Favorilerine Ekle',
'ADD_TO_ALBUM' => 'Albume Ekle',
'ADD' => 'Ekle',
'USERNAMES_COMMENTS' => '%s\'s Yorum',
'NEW_COMMENTS' => 'Yeni Yorumlar',
'COMMENT_WALL' => 'Yorum Duvarı',
'CHANGE_MY_PHOTO' => 'Fotoğrafımı ve Profilimi Değiştir',
'SHARE' => 'Paylaş',
'ADD_MUSIC_TRACKS' => 'Müzik Ekle',
'ADD_MUSIC_ELLIPSIS' => 'Müzik Ekle...',
'EDIT_PLAYLIST' => 'Müzik Çaları Düzenle',
'SUPPORTS_TEXT_EMBEDDED' => 'Yorum yaparken htlm kod seklınde reım video widgets ler kullanabilirsiniz.',
'CREATE_NEW_BLOG_POST' => 'Yeni bir blog yazısı ekleyiniz.',
'EDIT_POST' => 'Yazıyı Düzenle',
'ABOUT_YOUR_DISCUSSION' => 'Başlık Bilgilerini Düzenle',
'VIDEOS_TAB_TEXT' => 'Videolar',
'SEND_MESSAGE_TO_GROUP' => 'Gruba Mesaj Gönder',
'MANAGE_GROUP_MEMBERS' => 'Grup Üyeleri Denetim Masası',
'PROMOTE_TO_ADMINISTRATOR' => 'Grup Admini Olarak Ata',
'DEMOTE_FROM_ADMINISTRATOR' => 'Adminliği Elinden Al',
'BAN_FROM_GROUP' => 'Grup Üyesini Banla',
'EDIT_GROUP_INFO' => 'Grup Bilgilerini Düzenle',
'SEND' => 'Davet Mesajım Gitsin',
'PROBLEMS_SIGNING_IN' => 'Girişte bir problem var?',
'SIGN_IN_OR_SIGN_UP' => ' or Kayıt Ol',
'SIGN_IN_TO_APPNAME' => 'Giriş Yap %s',
'FORGOT_YOUR_PASSWORD' => 'Şifrenizimi Unuttunuz?',
'FORGOT_YOUR_PASSWORD_TITLE' => 'Şifrenizimi Unuttunuz?',
'BAN_MEMBER_FROM_NETWORK' => 'Üyeyi Banla',
'MY_FRIENDS_PHOTOS' => 'Arkadaşlarımın Fotografları',
'XS_FRIENDS' => '%s\'Arkadaşlarım',
'YOUR_PHOTO' => 'Senin Fotoğrafın',
'GENDER_COLON' => 'Cinsiyet:',
'GENDER' => 'Cinsiyet',
'PRIVACY_POLICY' => 'Gizlilik Politikası',
'PRIVACY' => 'Gizlilik',
'WHO_CAN_VIEW_YOUR_PHOTOS_VIDEOS' => 'Benim fotoğraflarımı, videolarımı, ve blog yazılarımı genel ayarlara göre kimler görüntüleyebilir?',
'ANYONE' => 'Herkez',
'JUST_MY_FRIENDS' => 'Sadece Arkadaşlarım',
'JUST_ME' => 'Sadece ben',
'REPLY_TO_THIS' => 'Bu yazıya cevap verin!',
'JOIN_X_NOW' => 'Şimdi%s grubuna katıl.',
'JOIN_GROUP_NOW' => 'Şimdi%s grubuna katıl.',
'RATE' => 'Oy Ver',
'RATING_NOT_RATED_YET' => 'Verilen Oylar: Hiç oy verilmemiş',
'FROM_YOUTUBE_OR_GOOGLE' => 'YOUTUBE VEYA GOOGLE VİDEOLARINIZI YÜKLEYEBİLİRSİNİZ.',
'GRAB_THE_HTML_EMBED_CODE' => 'Videoların htlm kodlarını belirten yere yapıştırarak 2 dakika içinde videolar yükleyebilirsiniz.',
'NOBODY_HAS_ADDED_DISCUSSIONS_ADD' => 'Hiç başlık açılmamıs ilk başlığı sen aç!',
'NO_COMMENTS_YET' => 'Hiç yorum yapılmamış!',
'LEAVE_WINDOW_OPEN' => 'Lütfen pencereyi kapatmayınız birazdan yüklenme tamamlanacaktır.',
'MANAGE_MEMBERS_ADMINS_INVITED' => 'Buradan üyelerin mail adreslerine ulaşabilir,admin atamaları yapıp üyeleri banlayabilirsiniz.',
'SPREAD_WORD_GET_BADGE' => 'Haberi tüm okula yayın. Sende widgetlerimizi %s myspace sayfana bloguna web sitene forumununa ekle. (Kodu Al)',
'SPREAD_WORD_GET_BADGE_SHORT' => 'Haberi tüm okula yayın. Get your own %s badge',
'SPREAD_THE_WORD_NETWORK_BADGE_SMALL' => 'Haberi tüm okula yayın. Sende widgetlerimizi %s myspace sayfana bloguna web sitene forumununa ekle.',
'CREATED_THIS_SOCIAL_NETWORK' => 'bu siteyi ning altyapısı kullanarak oluşturdu. Ning.',
'CREATE_YOUR_OWN' => 'Sende kendi sosyal paylaşım ağını ücretsiz olarak ning.com altyapısını kullanarak aç!!!',
'SEARCH_PEOPLE' => 'Üye ara:',
'ADDED_BY_STRONG_X' => 'Ekleyen %s',
'ADDED_ON_DATE_BY_X' => 'Ekleyen %s by %s.',
'ADDED_ON_DATE_BY' => 'Ekleyen %s by:',
'X_ADDED_THE_BLOG_POST_Y' => '%s bir blog girdisi ekledi \'%s\'',
'X_ADDED_Y_BLOG_POSTS' => '%s Eklendi %s yeni bir blog yazısı',
'STARTED_BY_X_LAST_REPLY_LINK_BY_X_T' => 'Başlatan %s. Son cevabı verenkişi %s %s.',
'STARTED_DISCUSSION_LAST_REPLY_LINK_BY_X_T' => 'Tartışmayı başlatan. Son cevabı veren kişi %s %s.',
'LEAVE_A_COMMENT_FOR_USERNAME' => '%s adlı kullanıcının sayfasına yorum yap.',
'X_LEFT_A_COMMENT_FOR_Y' => '%s adlı kulanıcı %s kullanıcıya yorum yaptı.',
'ONLINE' => 'Çevrim İçi',
'ONLINE_NOW' => 'Şuanda Çevrimiçi',
'YOU_LEFT_A_COMMENT_FOR_X' => '%s adlı üyemize yorum yaptı.',
'X_LEFT_A_COMMENT_FOR_YOU' => '%s adlı üyemiz size yorum yaptı.',
'ABOUT_WIDGETS' => 'Widgets hakkında',
'ABOUT_X' => 'Hakkında %s',
'NEW_COMMENTS_I_ADD' => 'Bir yeni yorum',
'SEND_PRIVATE_MESSAGE' => 'Özel Mesaj Gönder',
'WOULD_YOU_LIKE_TO_UPLOAD_FILES' => 'Yorumunuza dosyamı eklemeniz gerekli ozaman burdan doys yükleyebilirsiniz.',
'REPLY_BY_X_T' => 'Yorumu Yazan %s %s',
'DELETE_REPLY' => 'Sil',
);
/**
* If the given widget title is the default English title for the widget,
* translate it into the current language.
*
* @param string $widgetTitle The title of the widget
* @return string A translated title if the title is the English default; otherwise, the title unchanged
*/
public static function translateDefaultWidgetTitle($widgetTitle) {
return $widgetTitle;
}
}1 Video';
$a['N_VIDEOS']['n'] = '%s Videos';
$a['N_VIEWS']['1'] = '1 view';
$a['N_VIEWS']['n'] = '%s views';
$a['N_COMMENTS']['1'] = '1 Comment';
$a['N_COMMENTS']['n'] = '%s Comments';
$a['VIDEO_IS_FAVORITE_OF']['1'] = 'This video is a favorite of 1 person.';
$a['VIDEO_IS_FAVORITE_OF']['n'] = 'This video is a favorite of %s people.';
$a['Y_ADDED_X_VIDEOS']['1'] = '%2$s added a video:';
$a['Y_ADDED_X_VIDEOS']['n'] = '%2$s added %s videos.';
$a['YOU_ADDED_X_VIDEOS']['1'] = 'You added a video:';
$a['YOU_ADDED_X_VIDEOS']['n'] = 'You added %s videos.';
$a['THERE_ARE_X_VIDEOS_ON_APPNAME']['1'] = 'There is 1 video on %2$s';
$a['THERE_ARE_X_VIDEOS_ON_APPNAME']['n'] = 'There are %1$s videos on %2$s';
$a['THERE_ARE_X_LINK_VIDEOS_ON_APPNAME']['1'] = 'There is 1 video on %2$s';
$a['THERE_ARE_X_LINK_VIDEOS_ON_APPNAME']['n'] = 'There are %1$s videos on %2$s';
$a['N_PHOTOS_FROM_ALBUM']['1'] = '1 photo from this album has been deleted or made private, so it can\'t be displayed.';
$a['N_PHOTOS_FROM_ALBUM']['n'] = '%s photos from this album have been deleted or made private, so they can\'t be displayed.';
$a['N_PHOTOS']['1'] = '1 Photo';
$a['N_PHOTOS']['n'] = '%s Photos';
$a['N_PHOTOS_2']['1'] = '1 photo';
$a['N_PHOTOS_2']['n'] = '%s photos';
$a['AND_X_OTHER_PEOPLE']['1'] = 'and 1 other person';
$a['AND_X_OTHER_PEOPLE']['n'] = 'and %s other people';
$a['PROBLEM_UPLOADING_FILES']['1'] = 'There was a problem uploading the following file:';
$a['PROBLEM_UPLOADING_FILES']['n'] = 'There was a problem uploading the following files:';
$a['PHOTO_IS_FAVORITE_OF']['1'] = 'This photo is a favorite of 1 person.';
$a['PHOTO_IS_FAVORITE_OF']['n'] = 'This photo is a favorite of %s people.';
$a['RATING_Y_AFTER_X_VOTES']['1'] = 'Rating: %2$s after 1 vote';
$a['RATING_Y_AFTER_X_VOTES']['n'] = 'Rating: %2$s after %s votes';
$a['Y_AFTER_X_VOTES']['1'] = '%2$s after 1 vote';
$a['Y_AFTER_X_VOTES']['n'] = '%2$s after %s votes';
$a['N_PEOPLE']['1'] = '1 person';
$a['N_PEOPLE']['n'] = '%s people';
$a['N_OF_5_STARS']['1'] = '1/5 star';
$a['N_OF_5_STARS']['n'] = '%s/5 stars';
$a['YOUR_RATING_X_STARS']['1'] = 'Your rating: 1 star';
$a['YOUR_RATING_X_STARS']['n'] = 'Your rating: %s stars';
$a['Y_ADDED_X_PHOTOS']['1'] = '%2$s added a photo:';
$a['Y_ADDED_X_PHOTOS']['n'] = '%2$s added %s photos.';
$a['YOU_ADDED_X_PHOTOS']['1'] = 'You added a photo:';
$a['YOU_ADDED_X_PHOTOS']['n'] = 'You added %s photos.';
$a['THERE_ARE_X_PHOTOS_ON_APPNAME']['1'] = 'There is 1 photo on %2$s';
$a['THERE_ARE_X_PHOTOS_ON_APPNAME']['n'] = 'There are %1$s photos on %2$s';
$a['THERE_ARE_X_LINK_PHOTOS_ON_APPNAME']['1'] = 'There is %1$s photo on %2$s';
$a['THERE_ARE_X_LINK_PHOTOS_ON_APPNAME']['n'] = 'There are %1$s photos on %2$s';
$a['N_COMMENTS_ON_PAGE']['1'] = '1 Comment on your page';
$a['N_COMMENTS_ON_PAGE']['n'] = '%s Comments on your page';;
$a['N_BLOG_COMMENTS']['1'] = '1 Blog Comment';
$a['N_BLOG_COMMENTS']['n'] = '%s Blog Comments';
$a['N_YEARS_OLD']['1'] = '1 year old';
$a['N_YEARS_OLD']['n'] = '%s years old';
$a['YOU_HAVE_N_FRIEND_REQUESTS']['1'] = 'You have 1 friend request!';
$a['YOU_HAVE_N_FRIEND_REQUESTS']['n'] = 'You have %s friend requests!';
$a['COMMENT_WALL_N_COMMENTS']['1'] = 'Comment Wall (1 comment)';
$a['COMMENT_WALL_N_COMMENTS']['n'] = 'Comment Wall (%s comments)';
$a['X_NEW_MEMBERS_JOINED_PAST_WEEK']['1'] = '1 new member joined during the past week';
$a['X_NEW_MEMBERS_JOINED_PAST_WEEK']['n'] = '%s new members joined during the past week';
$a['X_NEW_LINK_MEMBERS_JOINED_PAST_WEEK']['1'] = '1 new member joined during the past week';
$a['X_NEW_LINK_MEMBERS_JOINED_PAST_WEEK']['n'] = '%1$s new members joined during the past week';
$a['THERE_ARE_X_MEMBERS_ON_APPNAME']['1'] = 'There is 1 member on %2$s';
$a['THERE_ARE_X_MEMBERS_ON_APPNAME']['n'] = 'There are %1$s members on %2$s';
$a['THERE_ARE_X_LINK_MEMBERS_ON_APPNAME']['1'] = 'There is 1 member on %2$s';
$a['THERE_ARE_X_LINK_MEMBERS_ON_APPNAME']['n'] = 'There are %1$s members on %2$s';
$a['THERE_ARE_X_BLOG_POST_ON_APPNAME']['1'] = 'There is 1 blog post on %2$s';
$a['THERE_ARE_X_BLOG_POST_ON_APPNAME']['n'] = 'There are %1$s blog posts on %2$s';
$a['N_NEW_MEMBERS']['1'] = '1 New Member';
$a['N_NEW_MEMBERS']['n'] = '%s New Members';
$a['N_REPLIES']['1'] = '1 Reply';
$a['N_REPLIES']['n'] = '%s Replies';
$a['N_MINUTES']['1'] = '1 minute left to edit your comment.';
$a['N_MINUTES']['n'] = '%s minutes left to edit your comment.';
$a['THERE_ARE_X_FORUM_TOPIC_ON_APPNAME']['1'] = 'There is 1 forum topic on %2$s';
$a['THERE_ARE_X_FORUM_TOPIC_ON_APPNAME']['n'] = 'There are %1$s forum topics on %2$s';
$a['THERE_ARE_X_LINK_FORUM_TOPIC_ON_APPNAME']['1'] = 'There is 1 forum topic on %2$s';
$a['THERE_ARE_X_LINK_FORUM_TOPIC_ON_APPNAME']['n'] = 'There are %1$s forum topics on %2$s';
$a['N_INVITES']['1'] = '%s invite';
$a['N_INVITES']['n'] = '%s invites';
$a['N_MEMBERS']['1'] = '1 member';
$a['N_MEMBERS']['n'] = '%s members';
$a['N_MEMBERS_PARENTHESIZED']['1'] = '(1 member)';
$a['N_MEMBERS_PARENTHESIZED']['n'] = '(%s members)';
$a['THERE_ARE_X_GROUPS_ON_APPNAME']['1'] = 'There is 1 group on %2$s';
$a['THERE_ARE_X_GROUPS_ON_APPNAME']['n'] = 'There are %1$s groups on %2$s';
$a['THERE_ARE_X_LINK_GROUPS_ON_APPNAME']['1'] = 'There is %1$s group on %2$s';
$a['THERE_ARE_X_LINK_GROUPS_ON_APPNAME']['n'] = 'There are %1$s groups on %2$s';
$a['N_TRACKS_REMOVED_FROM_PLAYLIST']['1'] = '1 song from this playlist can\'t be displayed because it has been deleted or is no longer shared.';
$a['N_TRACKS_REMOVED_FROM_PLAYLIST']['n'] = '%s songs from this playlist can\'t be displayed because they have been deleted or are no longer shared.';
$a['X_NEW_SONGS_ADDED_TO_APPNAME']['1'] = 'A new song has been added to %2$s';
$a['X_NEW_SONGS_ADDED_TO_APPNAME']['n'] = '%1$s new songs have been added to %2$s';
$a['Y_ADDED_X_SONGS']['1'] = '%2$s added a song:';
$a['Y_ADDED_X_SONGS']['n'] = '%2$s added %s songs.';
$a['YOU_ADDED_X_SONGS']['1'] = 'You added a song:';
$a['YOU_ADDED_X_SONGS']['n'] = 'You added %s songs.';
$a['N_TRACKS_ADDED_TO_PLAYLIST']['1'] = '1 song added to this playlist.';
$a['N_TRACKS_ADDED_TO_PLAYLIST']['n'] = '%s songs added to this playlist.';
$a['THERE_ARE_X_SONGS_ON_APPNAME']['1'] = 'There is 1 song on %2$s';
$a['THERE_ARE_X_SONGS_ON_APPNAME']['n'] = 'There are %1$s songs on %2$s';
}
if ($a[$args[0]]) {
$args[0] = $a[$args[0]][$args[1]] ? $a[$args[0]][$args[1]] : $a[$args[0]]['n'];
return @call_user_func_array('sprintf', $args);
}
$text = self::$messages[$s];
if ($text) { $args[0] = $text; }
return @call_user_func_array('sprintf', $args);
}
/**
* Message names and texts. Use UTF-8 byte sequences instead of HTML entities, e.g., & instead of &, … instead of …
*/
private static $messages = array(
// Video widget
'BROWSING' => 'Browsing',
'MORE_VIDEOS' => 'More Videos',
'NETWORK_DOES_NOT_HAVE_VIDEOS' => 'This network doesn\'t have any videos yet.',
'NETWORK_DOES_NOT_HAVE_FEATURED_VIDEOS' => 'This network doesn\'t have any featured videos yet.',
'PERSON_DOES_NOT_HAVE_VIDEOS' => 'This person doesn\'t have any videos yet.',
'COPY_TO_CLIPBOARD' => 'Copy to Clipboard',
'COPIED_TO_CLIPBOARD' => 'Copied to Clipboard!',
'NO_VIDEOS_TO_DISPLAY' => 'You are currently displaying no videos.',
'BOX_WILL_NOT_SHOW_UNTIL_SELECT_VIDEO' => 'This box won\'t show up for other people unless you select at least one video. ',
'WATERMARK_LOGO' => 'Watermark Logo',
'CHOOSE_HEADER_OR_WATERMARK' => 'You can choose either a header or watermark logo for your video player.',
'CUSTOMIZE_EMBED_INSTRUCTIONS' => 'The logo appears at the top of your %s. If you don\'t add a logo, the network name will be displayed instead. Your logo should be in .jpg, .gif or .png format. Logos taller than 20 pixels will be resized to fit.',
'CUSTOMIZE_WATERMARK_INSTRUCTIONS' => 'The watermark logo appears above the bottom right corner of the video clip.',
'HEADER_LOGO' => 'Header Logo',
'WATERMARK' => 'Watermark',
'CUSTOMIZE_YOUR_VIDEO_PLAYER' => 'Customize Your Video Player!',
'VIDEO_PLAYER' => 'Video Player',
'HEADER' => 'Header',
'SAVE_CHANGES' => 'Save Changes',
'THUMBNAIL' => 'Thumbnail',
'CONVERSION_FAILED' => 'Conversion Failed',
'CONVERSION_IN_PROGRESS' => 'Conversion in Progress',
'MAP' => 'Map',
'WHAT_IS_THIS' => 'What\'s This?',
'EDIT_VIDEO_INFORMATION' => 'Edit Video Information',
'ALL_VIDEOS'=> 'All Videos',
'VIDEOS_HOME' => 'Videos Home',
'MY_VIDEOS' => 'My Videos',
'MY_FRIENDS_VIDEOS' => 'My Friends\' Videos',
'MY_FAVORITES' => 'My Favorites',
'XS_FAVORITES' => '%s\'s Favorites',
'ADD_A_VIDEO' => 'Add a Video',
'JUST_NOW' => 'just now',
'1_DAY_AGO' => '1 day ago',
'M_J' => 'M j',
'ME' => 'Me',
'X_SAID' => '%s said…',
'DELETE_COMMENT' => 'Delete Comment',
'YOU_HAVE_NOT_ADDED_VIDEOS' => 'You haven\'t added any videos yet!',
'ADD_VIDEOS_AND_SHARE' => 'Add videos and share them with your friends, family or the rest of the world!',
'ADD_VIDEOS' => 'Add Videos',
'VIEW_VIDEOS' => 'View Videos',
'YIKES' => 'Yikes!',
'A_PROBLEM_SEEMS' => 'A problem seems to have occurred.',
'FOR_FURTHER_ASSISTANCE' => 'For further assistance, please contact us.',
'OR_YOU_CAN_GO' => 'Or you can go back to the %s main page or browse other Ning Social Networks',
'TAGS' => 'Tags:',
'POPULAR_TAGS' => 'Popular Tags',
'MY_FRIENDS' => 'My Friends',
'VIEW_ALL_MY_FRIENDS' => 'View All My Friends',
'VIEW_ALL_XS_FRIENDS' => 'View All %s\'s Friends',
'WE_COULD_NOT_FIND_ANYONE_MATCHING' => 'Our apologies - we couldn\'t find anyone matching your search.',
'VIEW_POPULAR_CONTRIBUTORS' => 'View Popular Contributors',
'POPULAR_CONTRIBUTORS' => 'Popular Contributors',
'VIEW_MORE_CONTRIBUTORS' => 'View More Contributors',
'ADD_AS_FRIEND' => 'Add as friend',
'SEND_A_MESSAGE' => 'Send a Message',
'IS_YOUR_FRIEND' => 'Is Your Friend',
'IS_BLOCKED' => 'Is Blocked',
'SORT_BY' => 'Sort by:',
'CLOSE' => 'Close',
'USER_COUNT' => '(%d)',
'NOBODY_HAS_ADDED_VIDEOS' => 'Nobody has added videos yet! Add some videos to get started.',
'SEARCH_PEOPLE' => 'Search People:',
'INVITE_YOUR_FRIENDS_TO' => 'Invite your friends to %s.',
'INVITE' => 'Invite',
'INVITE_TAB_TEXT' => 'Invite',
'YOU_HAVE_NOT_ADDED_FRIENDS' => 'You haven\'t added any friends on %s yet.',
'SEARCH_FRIENDS' => 'Search Friends:',
'ADD_YOUR_FIRST_VIDEO' => 'Add Your First Video',
'USE_HTML_EMBED_CODE' => 'Use HTML Embed Code',
'WE_SUPPORT_MOV' => 'We support .mov, .mpg, .mp4, .avi, .3gp and .wmv file formats. Files must be 100MB or smaller.',
'NEED_HELP_HERE_ARE' => 'Need help? Here are instructions for YouTube and Google Video.',
'ADD_TITLE_AND_DESCRIPTION' => 'Add a title and description',
'DESCRIPTION_COLON' => 'Description:',
'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_VIDEO_1' => 'Add a title, description, and other information to the video you just uploaded.',
'EVERYTHING_IS_OPTIONAL' => 'Everything is optional; if you don\'t want to add anything, just click "Skip this step" on the right.',
'SKIP_THIS_STEP' => 'Skip this step',
'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_VIDEO_2' => 'Add a title, description, and other information for this video.',
'CANCEL_AND_RETURN_TO_VIDEO' => 'Cancel and return to video',
'TITLE' => 'Title:',
'TAGS_ARE_SHORT_DESCRIPTIONS' => 'Tags are short descriptions that let you find your videos. Separate tags with commas or put multiple-word tags in quotes, such as "San Francisco".',
'WHO_CAN_VIEW_VIDEO' => 'Who can view this video?',
'MOST_POPULAR' => 'Most Popular',
'HIGHEST_RATED' => 'Highest Rated',
'MOST_RECENT' => 'Most Recent',
'MOST_FAVORITED' => 'Most Favorited',
'MOST_POPULAR_VIDEOS' => 'Most Popular Videos',
'HIGHEST_RATED_VIDEOS' => 'Highest Rated Videos',
'MOST_RECENT_VIDEOS' => 'Most Recent Videos',
'MOST_FAVORITED_VIDEOS' => 'Most Favorited Videos',
'ANYONE' => 'Anyone',
'JUST_MY_FRIENDS' => 'Just My Friends',
'JUST_ME' => 'Just Me',
'VIEWABLE_BY_FRIENDS' => 'Viewable by Friends',
'PRIVATE_VIDEO' => 'Private video',
'VIEWABLE_BY_EVERYONE' => 'Viewable by Everyone',
'LOCATION' => 'Location:',
'NO_LOCATION' => 'No location',
'CLICK_ON_LOCATION' => 'Click on a location on the map:',
'FIND_AN_ADDRESS' => 'Find address:',
'LOCATE' => 'Locate',
'YOU_CAN_ADD_YOUR_OWN_VIDEO' => 'You can add your own video to %s!',
'ADD_PLAYER_LOGO_OR_WATERMARK' => 'Add a logo or watermark image to your network\'s video player. Set it up now!',
'APPROVE' => 'Approve',
'DELETE' => 'Delete',
'APPLY_TO_VIDEOS_ADDED_BY' => 'Apply to all Videos added by %s',
'NO_TITLE' => 'No Title',
'ADDED_BY_STRONG_X' => 'Added by %s',
'NO_DESCRIPTION' => 'No Description',
'BY_X' => 'by %s',
'YOU_HAVE_FINISHED_MODERATING' => 'You\'ve Finished Moderating',
'NO_VIDEOS_AWAITING_APPROVAL' => 'There are currently no videos awaiting approval. If you\'re looking for something to do, why not check out the latest videos?',
'NO_ONE_HAS_ADDED_ANY_VIDEOS' => 'No one has added videos to your social network. Be the first to add a video!',
'ADDED_ON_DATE_BY_X' => 'Added %s by %s.',
'REMOVE_FROM_FAVORITES' => 'Remove from Favorites',
'REMOVE_VIDEO_FROM_FAVORITES' => 'Remove this video from your favorites?',
'COLLECTED_BY_X' => 'Collected by %s',
'ADD_FAVORITES' => 'Add Favorites',
'YOU_CAN_MARK_VIDEO' => 'You can mark any video as a favorite. Just click the "Add To Favorites" icon when you see it on a video.',
'VIEW_RECENT_VIDEOS' => 'View Recent Videos',
'X_HAS_NOT_ADDED_FAVORITES' => '%s hasn\'t added any favorites yet.',
'APPROVE_VIDEOS' => 'Approve Videos',
'YOUR_SITE_REQUIRES_YOU' => 'You have asked to moderate photos and videos on your social network before they are posted. To change this setting, click here to go to the Privacy page and turn off \'Approve New Photos And Videos\'.',
'YOUR_SITE_ALLOWS_USERS' => 'You have asked not to moderate photos and videos on your social network before they are posted. To change this setting, click here to go to the Privacy page and turn on \'Approve New Photos And Videos\'.',
'APPROVE_ALL_VIDEOS' => 'Approve All Videos?',
'ARE_YOU_SURE_APPROVE_ALL_VIDEOS' => 'Are you sure you want to approve all videos? This may take a few minutes.',
'APPROVING' => 'Approving…',
'APPROVE_ALL' => 'Approve All',
'DELETE_ALL_VIDEOS' => 'Delete All Videos?',
'ARE_YOU_SURE_DELETE_ALL_VIDEOS' => 'Are you sure you want to delete all unapproved videos? This may take a few minutes.',
'DELETING' => 'Deleting…',
'DELETE_ALL' => 'Delete All',
'XS_VIDEOS' => '%s\'s Videos',
'DELETE_ALL_XS_VIDEOS_Q' => 'Delete All %s\'s Videos?',
'DELETE_ALL_XS_VIDEOS' => 'Delete All %s\'s Videos',
'ARE_YOU_SURE_DELETE_ALL_XS_VIDEOS' => 'Are you sure you want to delete all videos by %s? This process may take a few minutes.',
'DELETE_THIS_VIDEO_Q' => 'Delete This Video?',
'ARE_YOU_SURE_DELETE_THIS_VIDEO' => 'Are you sure you want to delete this video? This process may take a few minutes.',
'YOU_HAVE_NOT_ADDED_VIDEOS_2' => 'You haven\'t added any videos yet. Add some videos to get started!',
'X_HAS_NOT_ADDED_VIDEOS' => '%s hasn\'t added any videos yet.',
'YOUR_FRIENDS_DO_NOT_HAVE_VIDEOS' => 'Your friends don\'t have any videos yet.',
'ALL_VIDEOS_TAGGED_X' => 'All Videos Tagged \'%s\'',
'ALL_VIDEOS_TAGGED_X_2' => 'All Videos Tagged \'%s\'',
'NO_VIDEOS_TAGGED_X_CHECK_OUT' => 'There aren\'t any videos tagged "%1$s". Check out discussions tagged "%1$s" or photos tagged "%1$s". Or add and tag your own videos!',
'FILES_MUST_BE_100MB' => 'Files must be 100MB or smaller. We support .mov, .mpg, .avi, .3gp and .wmv file formats.',
'NEED_HELP' => 'Need help?',
'HERE_ARE_INSTRUCTIONS' => 'Here are instructions for YouTube and Google Video.',
'PERSON_IN_CHARGE' => 'The person in charge of %s wants to see your handiwork before showing it to the world.',
'LEAVE_WINDOW_OPEN' => 'Please leave this window open while the uploading process completes.',
'KEEP_PAGE_OPEN' => 'Please keep this page open so we can finish uploading your video and we\'ll let you know when it\'s been approved!',
'MEANWHILE_FEEL_FREE' => 'Meanwhile, feel free to open a new browser window and continue using %s. When uploading is complete, you\'ll be able to add a title and description to your video in this window.',
'VIDEO_IS_WAITING_FOR_APPROVAL' => 'This video is waiting for approval from %s\'s creator.',
'LOADING' => 'Loading…',
'EDIT_VIDEO' => 'Edit Video',
'DELETE_VIDEO' => 'Delete Video',
'YOU_NEED_TO_BE_MEMBER' => 'You need to be a member of %s to add comments!',
'SIGN_UP_OR_SIGN_IN' => 'Join this network',
'ADD_A_COMMENT' => 'Add a Comment',
'LEAVE_A_COMMENT_FOR_USERNAME' => 'Leave a Comment for %s',
'MORE' => 'More',
'PREVIOUS' => 'Previous',
'NEXT' => 'Next',
'ABOUT_THIS_VIDEO' => 'About This Video',
'ABOUT_YOUR_VIDEO' => 'About This Video',
'ADDED_ON_DATE_BY' => 'Added %s by:',
'VIEWS' => 'Views:',
'COMMENTS' => 'Comments',
'COMMENTS_COLON' => 'Comments:',
'LOCATION_OF_VIDEO' => 'Location of this video:',
'RELATED_VIDEOS' => 'Related Videos',
'ALL_VIDEOS_TAGGED_X_X' => 'All Videos Tagged %s (%s)',
'XS_VIDEOS_X' => '%s\'s Videos (%s)',
'XS_FAVORITES_X' => '%s\'s Favorites (%s)',
'VIDEO_DETAILS' => 'Video Details',
'UPLOAD_A_VIDEO_FROM' => 'Upload a video from your computer. We accept all the popular formats!',
'NEITHER_FILE_NOR_EMBED_CODE' => 'Neither a file nor embed code was specified.',
'VIDEO_UPLOADED_ON_X' => 'Video uploaded on %s',
'PROBLEM_OCCURRED_CONVERTING_VIDEO' => 'A problem occurred while converting the video to Flash format: %s',
'STATUS_N' => 'Status %s',
'YOUR_VIDEO_TITLED_X_COULD_NOT' => 'Your video titled "%s" could not be added to %s',
'YOUR_VIDEO_COULD_NOT_BE_ADDED' => 'Your video could not be added to %s',
'YOUR_VIDEO_UPLOAD_TO_X_DID_NOT_COMPLETE_DUE_TO_A_CONVERSION_ERROR' => 'Your video upload on %s did not complete due to a conversion error.',
'YOU_JUST_TRIED_TO_SEND_VIDEO' => 'You just tried to send a video in to %s. Unfortunately, you’re not a member of %s and we can’t deliver this video.',
'VIDEO_UPLOAD_DID_NOT_COMPLETE' => 'Your video upload on %s did not complete',
'FOR_FURTHER_ASSISTANCE_2' => 'For further assistance, visit:',
'TO_HELP_TROUBLESHOOT_PROVIDE_THIS_VIDEO_ID_X' => 'To help troubleshoot, provide this video ID: %s',
'YOUR_VIDEO_WAS_SUCCESSFULLY_UPLOADED_TO_X' => 'Your video was successfully uploaded to %s.',
'VIDEO_TRANSCODING_FAILED_FOR_X' => 'Video transcoding failed for video %s in %s',
'X_UPLOADED_A_VIDEO_THAT_FAILED' => '%s uploaded a video that failed transcoding.',
'ERROR_MESSAGE' => 'Error message:',
'APPLICATION_NAME' => 'Application name:',
'APPLICATION_ID' => 'Application ID:',
'VIDEO_ID' => 'Video ID:',
'VIDEO_UPLOAD_COMPLETE_ON_X' => 'Your video upload on %s is complete',
'TO_VIEW_THE_VIDEO_VISIT' => 'To view the video visit:',
'THAT_VIDEO_IS_AWAITING_APPROVAL' => 'That video is awaiting approval.',
'THIS_VIDEO_IS_BEING_PROCESSED' => 'This video is still being processed.',
'ADD_VIDEO' => 'Add Video',
'VIDEO_BY_X' => 'Video by %s',
'YOUR_VIDEO_X_ON_Y_HAS_A_NEW_COMMENT' => 'Your video "%1$s" on %2$s has a new comment.',
'YOUR_VIDEO_ON_X_HAS_A_NEW_COMMENT' => 'Your video on %s has a new comment.',
'SOMEBODY_COMMENTED_VIDEO_ADDED_TO_X' => 'somebody commented on a video you\'ve added to %s',
'SOMEBODY_UPLOADED_VIDEO_TO_X' => 'somebody has uploaded a video to %s',
'MORE_WAYS_TO_ADD_VIDEOS' => 'More ways to add videos…',
'FROM_YOUTUBE_OR_GOOGLE' => '…from YouTube or Google',
'GRAB_THE_HTML_EMBED_CODE' => 'Grab the HTML \'embed\' code from any popular video site and add that video to this social network.',
'ADD_A_VIDEO_FROM_YOUTUBE' => 'Add a video from YouTube or Google',
'PASTE_IN_EMBED' => 'Paste the \'embed\' code for the video here:',
'ADD_VIDEOS_BY_PHONE_OR_EMAIL' => 'Add video by phone or email',
'VIDEO' => 'video',
'THERE_ARE_NO_VIDEOS_THAT_MATCH' => 'There are no videos that match the settings you have selected.',
'CLICK_EDIT_AND_CHANGE_SETTINGS' => 'Click \'Edit\' and change settings if you would like this box to show up for other people.',
//video player
'PLAY_AGAIN' => 'Play Again',
'SHARE' => 'Share',
'EMBED' => 'Embed',
'REWIND' => 'Rewind',
'CHANGE_SIZE' => 'Change Size',
'FULLSCREEN' => 'Fullscreen',
'EXIT_FULLSCREEN' => 'Exit Fullscreen',
'HIDE' => 'Close',
'COPY_AND_PASTE_LINK' => 'Copy and paste this link into an email or instant message:',
'FIND_MORE_VIDEOS_LIKE_THIS' => 'Find more videos like this on %s',
'SEE_VIDEO_ON_NETWORK' => 'See this video on %s',
'GET_EMBED_CODE' => 'Get embed code',
// Photo widget
'MORE_PHOTOS' => 'More Photos',
'THIS_ALBUM' => 'This Album',
'NETWORK_DOES_NOT_HAVE_PHOTOS' => 'This network doesn\'t have any photos yet.',
'PERSON_DOES_NOT_HAVE_PHOTOS' => 'This person doesn\'t have any photos yet.',
'ALBUM_DOES_NOT_HAVE_PHOTOS' => 'This album doesn\'t have any photos yet.',
'FIND_MORE_PHOTOS_LIKE_THIS' => 'Find more photos like this on %s',
'NO_PHOTOS_AVAILABLE' => 'There are currently no photos available in this album. Click here to see all albums.',
'ALBUM_PHOTOS_NOT_VISIBLE_TO_OTHERS' => 'This album is not visible to other people on the network because its photos are only visible to you or have yet to be approved.',
'CUSTOMIZE_YOUR_SLIDESHOW_PLAYER' => 'Customize Your Slideshow Player!',
'ADD_SLIDESHOW_LOGO' => 'Add a logo to your social network\'s slideshow. Set it up now!',
'PHOTO_BY_X' => 'Photo by %s',
'UPLOAD_PHOTOS' => 'Upload Photos',
'PLAYER_COLOR' => 'Player Color',
'SLIDESHOW_PLAYER' => 'slideshow player',
'SLIDESHOW' => 'slideshow',
'FILTER' => 'Filter',
'SAVE_ALBUM' => 'Save Album',
'APPLY_THIS_INFO_TO_PHOTOS' => 'Apply this info to the following photos',
'CLICK_TO_ADD_A_DESCRIPTION' => 'click to add a description',
'CHECK' => 'Check',
'YOU_NEED_TO_BE_X' => 'You need to be %s to do that.',
'ALL_PHOTOS' => 'All Photos',
'POPULAR_PHOTOS' => 'Popular Photos',
'FEATURED_PHOTOS' => 'Featured Photos',
'PHOTOS_HOME' =>'Photos Home',
'ALL_ALBUMS' => 'All Albums',
'MY_PHOTOS' => 'My Photos',
'MY_ALBUMS' => 'My Albums',
'ADD_PHOTOS' => 'Add Photos',
'ADD_PHOTOS_SENTENCE_CASE' => 'Add photos',
'EDIT' => 'Edit',
'CHOOSE_PHOTOS' => 'Choose Photos',
'ADD_PHOTOS_BY_DRAGGING' => 'Add photos by dragging them to your album on the right. Remove them by dragging them back.',
'TITLE_YOUR_ALBUM' => 'Title your album. Give it a cover and description.',
'SAVE_YOUR_ALBUM' => 'Save your album!',
'CHOOSE_FROM' => 'Choose from:',
'EVERYONES_PHOTOS' => 'Everyone\'s Photos',
'TAGGED' => 'Tagged:',
'OLDER_PHOTOS' => 'Older Photos',
'MORE_RECENT_PHOTOS' => 'More Recent Photos',
'YOUR_ALBUM' => 'Your Album',
'DRAG_ALBUM_COVER_HERE' => 'Drag album cover here',
'ALBUM_TITLE' => 'Album Title:',
'ALBUM' => 'album',
'DRAG_PHOTOS_HERE' => 'Drag Your Photos Here',
'PREVIOUS_ALBUM_PAGE' => 'Previous Album Page',
'NEXT_ALBUM_PAGE' => 'Next Album Page',
'ADDED_ON_DATE' => 'Added %s',
'VIEW_AS_SLIDESHOW' => 'View as Slideshow',
'CREATED_BY_ME' => 'Created by Me',
'CREATED_BY_X' => 'Created by %s',
'OUR_APOLOGIES' => 'Our apologies',
'ADD_PHOTOS_TO_ALBUM' => 'Add more photos to this album by choosing from the options below.',
'YOU_CAN_ADD_PHOTOS' => 'You can add photos to this album now.',
'SITE_IS_GETTING_STARTED' => 'This social network is just getting started!',
'NO_ONE_CREATED_ALBUMS' => 'It doesn\'t look like anyone has created any albums yet. You can create an album now.',
'EDIT_YOUR_ALBUM' => 'Edit Your Album',
'ALBUMS_WITH_THIS_PHOTO' => 'All Albums with This Photo',
'ALBUMS_WITH_X' => 'All Albums With \'%s\'',
'ALBUMS_WITH_X_2' => 'All Albums With \'%s\'',
'NO_ALBUMS_CONTAINING_PHOTO' => 'There aren\'t any albums containing this photo. You can create a new album.',
'XS_ALBUMS' => '%s\'s Albums',
'CREATE_AN_ALBUM' => 'Create an Album',
'YOU_HAVE_NOT_CREATED_ALBUMS' => 'You haven\'t created any photo albums yet. You can create an album now.',
'X_HAS_NOT_CREATED_ALBUMS' => '%s hasn\'t created any photo albums yet.',
'MAKE_AN_ALBUM' => 'Make an Album',
'ABOUT_THIS_ALBUM' => 'About This Album',
'ABOUT_YOUR_ALBUM' => 'About Your Album',
'EDIT_ALBUM' => 'Edit Album',
'DELETE_THIS_ALBUM' => 'Delete this album?',
'DELETE_ALBUM' => 'Delete Album',
'START_SLIDESHOW' => 'Start Slideshow',
'ALBUM_IS_NOW_EMPTY' => 'This album is now empty.',
'YOU_ARE_GETTING_STARTED' => 'You\'re just getting started!',
'YOU_HAVE_NOT_ADDED_PHOTOS' => 'You haven\'t added any photos yet!',
'ADD_PHOTOS_AND_SHARE' => 'Add photos and share them with your friends, family or the rest of the world!',
'ADD_A_PHOTO' => 'Add a Photo',
'VIEW_EMBED_CODE' => 'View embed code',
'VIEW_SLIDESHOW' => 'View slideshow',
'VIEW_PHOTOS' => 'View Photos',
'ADD_YOUR_FIRST_PHOTOS' => 'Add Your First Photos',
'YOU_CAN_ADD_YOUR_OWN_PHOTOS' => 'You can add your own photos to %s!',
'UPLOAD_PHOTOS_FROM' => 'Upload photos from your computer:',
'ADD_TITLE_AND_DESCRIPTION_FOR_PHOTOS' => 'Add a title and description for your photos',
'EDIT_PHOTO_INFORMATION' => 'Edit Photo Information',
'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_PHOTO_1' => 'Add a title, description, and other information to the photos you just uploaded.',
'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_PHOTO_2' => 'Add a title, description, and other information for this photo.',
'CANCEL_AND_RETURN_TO_PHOTO' => 'Cancel and return to photo',
'WHO_CAN_VIEW_PHOTO' => 'Who can view this photo?',
'CAN_BE_VIEWED_BY' => 'Can be viewed by:',
'BY_ME' => 'by Me',
'RSS_FEED_LABEL' => 'RSS Feed – %s',
'NO_PHOTOS_AWAITING_APPROVAL' => 'There are currently no photos awaiting approval. If you\'re looking for something to do, why not check out the latest photos?',
'APPROVE_ALL_PHOTOS' => 'Approve All Photos?',
'ARE_YOU_SURE_APPROVE_ALL_PHOTOS' => 'Are you sure you want to approve all photos? This may take a few minutes.',
'DELETE_ALL_PHOTOS' => 'Delete All Photos?',
'ARE_YOU_SURE_DELETE_ALL_PHOTOS' => 'Are you sure you want to delete all unapproved photos? This may take a few minutes.',
'KEEP_WINDOW_OPEN_PHOTOS_APPROVED' => 'Please keep this browser window open while photos are being approved. This process may take a few minutes.',
'KEEP_WINDOW_OPEN_PHOTOS_DELETED' => 'Please keep this browser window open while photos are being deleted. This process may take a few minutes.',
'APPLY_TO_PHOTOS_ADDED_BY' => 'Apply to all Photos added by %s',
'NO_ONE_HAS_ADDED_ANY_PHOTOS' => 'No one has added any photos to your social network. You can be the first to add photos.',
'UNTITLED' => 'Untitled',
'A_PROBLEM_OCCURRED' => 'A problem occurred',
'PHOTOS_EXCEEDED_LIMIT' => 'The photo(s) seem to have exceeded the limit of 10 MB per photo.',
'GET_A_SLIDESHOW_OF' => 'Get a Slideshow of %s',
'GET_A_SLIDESHOW' => 'Get a Slideshow!',
'GET_SLIDESHOW_OF_PHOTOS' => 'Get a slideshow of these photos',
'COPY_AND_PASTE_SLIDESHOW' => 'Copy and paste the code below to put a slideshow of these photos on your website, MySpace page or other Ning networks.',
'COPY_AND_PASTE_SLIDESHOW_OF_ALBUM' => 'Copy and paste the code below to put a slideshow of this album on your website, MySpace page or other Ning networks.',
'LARGE_VERSION' => 'Large Version',
'SMALL_VERSION' => 'Small Version',
'VIEW_SLIDESHOW_FULL_SIZE' => 'View this slideshow full size',
'PHOTOS' => 'Photos',
'XS_PHOTOS' => '%s\'s Photos',
'XS_PHOTO' => '%s\'s Photo',
'YOU_CAN_MARK_PHOTO' => 'You can mark any photo as a favorite. Just click the "Add To Favorites" icon when you see it on a photo.',
'VIEW_RECENT_PHOTOS' => 'View Recent Photos',
'APPROVE_PHOTOS' => 'Approve Photos',
'DELETE_ALL_XS_PHOTOS_Q' => 'Delete All %s\'s Photos?',
'ARE_YOU_SURE_DELETE_ALL_XS_PHOTOS' => 'Are you sure you want to delete all photos by %s? This process may take a few minutes.',
'REMOVE_X_AND_ALL_CONTENT' => 'Remove %1$s and all %1$s\'s content from your social network',
'SUCCESS' => 'Success.',
'DELETING_CONTENT' => 'Deleting Content…',
'KEEP_WINDOW_OPEN_CONTENT_DELETED' => 'Please keep this browser window open while content is deleted. This process may take a few minutes.',
'KEEP_WINDOW_OPEN_MEMBERS_DELETED' => 'Please keep this browser window open while members are deleted. This process may take a few minutes.',
'DELETE_ALL_XS_PHOTOS' => 'Delete All %s\'s Photos',
'CREATE_A_NEW_ALBUM' => 'Create a New Album',
'VIEW_ALL_XS_ALBUMS' => 'View All %s\'s Albums',
'YOU_HAVE_NOT_ADDED_PHOTOS_2' => 'You haven\'t added any photos yet. Add some photos to get started!',
'X_HAS_NOT_ADDED_PHOTOS' => '%s hasn\'t added any photos yet.',
'MY_FRIENDS_PHOTOS' => 'My Friends\' Photos',
'VIEW_PHOTOS_IN_SLIDESHOW' => 'View these photos in a slideshow!',
'YOUR_FRIENDS_DO_NOT_HAVE_PHOTOS' => 'Your friends don\'t have any photos yet',
'ALL_PHOTOS_TAGGED_X' => 'All Photos Tagged \'%s\'',
'ALL_PHOTOS_TAGGED_X_2' => 'All Photos Tagged \'%s\'',
'NO_PHOTOS_TAGGED_X_CHECK_OUT' => 'There aren\'t any photos tagged "%1$s". Check out discussions tagged "%1$s" or videos tagged "%1$s". Or add and tag your own photos!',
'SELECT_YOUR_PHOTOS' => 'Select Your Photos',
'PHOTO_MAY_BE_10MB' => 'Each photo may be up to 10MB in size, but smaller photos will upload more quickly!',
'KEEP_PAGE_OPEN_PHOTOS' => 'Please keep this page open so we can finish uploading your photos and we\'ll let you know when they\'ve been approved!',
'MEANWHILE_FEEL_FREE_PHOTOS' => 'Meanwhile, feel free to open a new browser window and continue using %s. When uploading is complete, you\'ll be able to add titles and descriptions to your photos in this window.',
'PHOTO_IS_WAITING_FOR_APPROVAL' => 'This photo is waiting for approval from %s\'s creator.',
'ADD_TO_FAVORITES' => 'Add to Favorites',
'EDIT_PHOTO' => 'Edit Photo',
'DELETE_PHOTO' => 'Delete Photo',
'ABOUT_THIS_PHOTO' => 'About This Photo',
'LOCATION_OF_PHOTO' => 'Location of this photo:',
'ALBUMS_FEATURING_PHOTO' => 'Albums Featuring This Photo',
'VIEW_ALBUMS_WITH_PHOTO' => 'View All Albums with This Photo',
'RETURN_TO_X' => 'Return to %s',
'RETURN_TO_PHOTOS_HOME' => 'Return to Photos Home',
'WE_COULD_NOT_FIND_ANYONE' => 'Our apologies - we couldn\'t find anyone',
'NOBODY_HAS_ADDED_PHOTOS' => 'Nobody has added photos yet! Add some photos to get started.',
'DEFAULT_TITLE' => 'Title',
'DEFAULT_DESCRIPTION' => 'Description',
'UPLOAD_LIMIT_EXCEEDED' => 'The upload file size limit was exceeded.',
'SLOW_DOWN_THERE_CHIEF' => 'Our Apologies',
'I_DO_NOT_KNOW_USER' => 'Sorry, I don\'t know this person.',
'I_DO_NOT_HAVE_PHOTO' => 'Sorry, I don\'t have this photo.',
'I_DO_NOT_HAVE_ALBUM' => 'Sorry, I don\'t have this album.',
'ALBUM_BY_X_ON_X' => 'Album by %s on %s',
'SENT' => 'Sent!',
'I_HAVE_RECENTLY_ADDED' => 'I\'ve Recently Added',
'FROM_THE_BAZEL' => 'From This Network',
'RECENTLY_ADDED' => 'Recently Added',
'RECENT_PUBLIC_PHOTOS_ON_X' => 'Recent public photos on %s',
'X_ALL_PHOTOS' => '%s - All Photos',
'NO_TAG_WAS_SPECIFIED' => 'No tag was specified',
'PUBLIC_PHOTOS_TAGGED_WITH_X' => 'Public photos tagged with %s on %s',
'XS_PUBLIC_PHOTOS_ON_X' => '%s\'s public photos on %s',
'WE_DO_NOT_KNOW_USER' => 'We don\'t know this person.',
'XS_FRIENDS_PHOTOS' => '%s\'s Friends\' Photos',
'XS_FAVORITE_PHOTOS_ON_X' => '%s\'s favorite photos on %s',
'PHOTO_UPLOADED_ON_X' => 'Photo uploaded on %s',
'FILE_EXCEEDED_MAXIMUM_SIZE' => 'The file exceeded the maximum size',
'PART_OF_FILE_WAS_UPLOADED' => 'Only part of the file was uploaded',
'NO_FILE_WAS_UPLOADED' => 'The upload failed; the filename may have been incorrect',
'PROBLEM_OCCURRED_DURING_UPLOAD' => 'A problem occurred during the upload.',
'ALPHABETICAL' => 'Alphabetical',
'MOST_VIEWS' => 'Most Views',
'RATING_NOT_RATED_YET' => 'Rating: Not rated yet',
'NOT_RATED_YET' => 'Not rated yet',
'HMM_SOMETHING_WENT_AWRY' => 'Hmm… something went awry',
'YOUR_PHOTO_TITLED_X_COULD_NOT' => 'Your photo titled "%s" could not be added to %s',
'YOUR_PHOTO_COULD_NOT_BE_ADDED' => 'Your photo could not be added to %s',
'YOU_JUST_TRIED_TO_SEND' => 'You just tried to send a photo in to %s. Unfortunately, you’re not a member of %s and we can’t deliver this photo.',
'ONLY_MY_FRIENDS' => 'Only My Friends',
'ANYBODY' => 'Anybody',
'ONLY_MY_FRIENDS_CAN_SEE_PHOTO' => 'Only my friends can see this photo',
'ONLY_XS_FRIENDS_CAN_SEE_PHOTO' => 'Only %s\'s friends can see this photo',
'ONLY_I_CAN_SEE_PHOTO' => 'Only I can see this photo',
'ONLY_X_CAN_SEE_PHOTO' => 'Only %s can see this photo',
'EVERYONE_CAN_SEE_PHOTO' => 'Everyone can see this photo',
'PRIVATE_PHOTO' => 'Private photo',
'HOWDY_STRANGER' => 'Howdy, Stranger!',
'YOU_NEED_TO_BE_SIGNED_IN' => 'You need to be signed into Ning before you can do that.',
'JUST_CLICK_ON_SIGN_IN' => 'Just click on "Sign In" above, or if you don\'t yet have a Ning account, click "Sign Up".',
'YOU_NEED_TO_BE_' => 'You need to be %s to do that.',
'YOU_NEED_TO_BE_OWNER' => 'You need to be the network creator to do that.',
'THAT_PHOTO_IS_AWAITING_APPROVAL' => 'That photo is awaiting approval.',
'YOU_NEED_TO_BE_A_FRIEND' => 'You need to be a friend of %s to do that.',
'MOST_ACTIVE' => 'Most Active',
'HOW_IT_WORKS' => 'How it works',
'MORE_WAYS_TO_ADD_PHOTOS' => 'More ways to add photos…',
'BY_PHONE_OR_EMAIL' => '…by phone or email',
'FROM_FLICKR' => '…from Flickr',
'FROM_YOUR_COMPUTER' => '…from your computer',
'ADD_PHOTOS_FROM_YOUR_FLICKR' => 'Add photos from your Flickr account.',
'MORE_INFORMATION' => 'More Information',
'ADD_PHOTOS_BY_PHONE_OR_EMAIL' => 'Add photos by phone or email',
'SEND_ONE_PHOTO_OR_VIDEO' => 'Send one photo or video per email. The subject of the email becomes the title of the photo or video, and the body becomes the description.',
'CLICK_HERE_TO_GET_A_NEW_UNIQUE' => 'Click here to get a new email address',
'UPLOAD_PHOTOS_FROM_YOUR' => 'Upload photos from your computer.',
'PHOTO' => 'photo',
'YOUVE_SET_THE_NUMBER_OF_PHOTOS' => 'You are currently displaying no photos.',
'BOX_WILL_NOT_SHOW_UNTIL_SELECT_PHOTO' => 'This box won\'t show up for other people unless you select at least one photo.',
'YOUR_PHOTO_X_HAS_A_NEW_COMMENT_ON_Y' => 'Your photo "%1$s" has a new comment on %2$s.',
'YOUR_PHOTO_HAS_A_NEW_COMMENT_ON_X' => 'Your photo has a new comment on %s.',
'SOMEBODY_COMMENTED_PHOTO_ADDED_TO_X' => 'somebody commented on a photo you\'ve added to %s',
'SOMEBODY_UPLOADED_PHOTO_TO_X' => 'somebody has uploaded a photo to %s',
'ADD_PHOTOS_OR_VIDEOS_TO_X' => 'Add photos or videos to %s directly from your phone by sending them to an email address.',
'DO_YOU_REALLY_WANT_TO_REMOVE' => 'Do you really want to remove this item from your favorites?',
'DELETE_THIS_PHOTO_Q' => 'Delete This Photo?',
'ARE_YOU_SURE_DELETE_THIS_PHOTO' => 'Are you sure you want to delete this photo? This process may take a few minutes.',
'PHOTO_SLIDESHOW' => 'Slideshow',
'THUMBNAILS' => 'Thumbnails',
'DETAIL' => 'Detail',
'TAG' => 'Tag',
'RATE' => 'Rate',
'ALL_SIZES' => 'All Sizes',
'ADD_TO_ALBUM' => 'Add to Album',
'ROTATE_PHOTO' => 'Rotate Photo',
'ABOUT_YOUR_PHOTO' => 'About Your Photo',
//slideshow player
'SEE_PHOTOS_ON_NETWORK' => 'See these photos on %s',
'EMBED_CODE' => 'Embed Code',
// flickr import
'IMPORT_PHOTOS_FLICKR' => 'Get Your Photos from Flickr',
'CLICK_HERE_TO_CONTINUE_TO_FLICKR' => 'Click here to continue to Flickr',
'TO_GET_YOUR_PHOTOS_FROM_FLICKR' => 'To get your photos from Flickr, you first need to allow %S to link to your Flickr account.',
'IMPORT_PHOTOS' => 'Import Photos',
'GET_MY' => 'Get my',
'GET_PHOTOS' => 'Get Photos',
'MOST_RECENT_PHOTOS' => 'most recent photos',
'GET_ALL_MY_FLICKR' => 'Get all of my photos from Flickr (may take a while)',
'GET_ALL_MY_TAGGED' => 'Get all of my photos tagged',
'GET_PHOTOS_FROM_SET' => 'Get photos from a set:',
'GET_STARTED_BY_IMPORT' => 'We\'ll automatically get your titles, tags and any mapping information you have. How long will it take?
10 Photos: less than 30 seconds.
50 Photos: about 2 minutes.
200 Photos: about 6 minutes.
500 photos: about 15 minutes.
',
'IF_YOURE_NOT_SIGNED_IN' => 'If you\'re not signed in to Flickr, you will be asked to sign in. Once you\'re signed in, click the button that says "OK, I\'ll allow it".',
'GET_MY_FLICKR_PHOTOS_DESCRIPTIONS' => 'Get descriptions too (this will double the time it takes).',
'PLEASE_KEEP_THIS_PAGE_OPEN_WHILE_IMPORT' => 'Please keep this page open so we can finish importing your photos.',
'GET_MY_FLICKR_PHOTOS_ORIGINALS' => 'Get the full-size version of each photo (this will increase import time significantly and we don\'t recommend it for more than 20 photos).',
// HTML widget
'MAKE_YOUR_X_PAGE_YOUR_OWN' => 'Click "edit" to add text, videos, photos, or any widget to this box. It\'s another way you can make your %s page your own.',
'CLICK_EDIT_TO_ADD_TEXT' => 'Click \'Edit\' to add text, HTML, videos, photos, or any third-party widgets to this box. It\'s another way you can make your %2$s page your own.',
'BOX_WILL_NOT_SHOW_UNTIL_UPDATE_CONTENT' => 'This box won\'t show up for other people until you update its content.',
'YOUR_X_BOX' => 'Your %s Box',
'ABOUT_WIDGETS' => 'About Widgets',
'HELP' => 'Help',
'WIDGETS' => 'Widgets',
'LOOKING_TO_ADD_FUNCTIONALITY' => 'Looking to add more functionality to your social network? Perhaps a calendar, local weather report, event countdown or webcam? With widgets, it\'s easy to add additional features to any Text Box on your network.',
'GETTING_STARTED' => 'Getting Started',
'BELOW_IS_LIST_OF_WIDGET' => 'Below is a list of widget providers you may want to check out. We\'ve selected a few widgets from yourminis.com to get you started. Just set up a widget below, copy the embed code and paste it directly into the Text Box. Go for it!',
'CALENDAR' => 'Calendar',
'CALENDAR_WIDGET_ALLOWS_SEARCH' => 'The Calendar widget not only displays the date, but also allows you to search for and add iCal format events (used by Google Calendar and many other online calendar providers).',
'USE_EDIT_WIDGET_BUTTON_CALENDAR' => 'Use the “edit widget” button to select “search for events”, then enter a search term (try holidays, a sports team, etc.). Then just select a search result to have those events added to your calendar. You can also manually enter the address of any existing iCal feed.',
'CUSTOMIZATION' => 'Customization',
'YOU_CAN_CUSTOMIZE_WIDGET' => 'You can customize the appearance of the widget by mousing over the widget, then clicking the color picker icon to change the background, widget style and transparency level. When you\'re done, click the “copy to web” link, then the “copy embed code” button. Once the code is copied, just return to any Text Box on your network, paste the code in and save your changes. All set!',
'GET_MORE_WIDGETS_FROM_YOURMINIS' => 'Get more widgets from yourminis.com »',
'WEATHER' => 'Weather',
'WEATHER_WIDGET_DISPLAYS' => 'The Weather widget displays local weather forecasts from the Weather Channel.',
'USE_EDIT_WIDGET_BUTTON_WEATHER' => 'Use the “edit widget” button to select your location and choose Fahrenheit or Celsius. You can choose to display weather for just the current day, or expand it to a five-day forecast.',
'COUNTDOWN' => 'Countdown',
'COUNTDOWN_WIDGET_LETS_YOU' => 'The Countdown widget lets you create a countdown to a specific event. By clicking the “edit widget” button, you can enter the date, time and title or image of an event to count down to.',
'WEBCAM' => 'Webcam',
'WEBCAM_WIDGET_ALLOWS_YOU' => 'The Webcam widget allows you to actively monitor any publicly-available webcams. Use the “edit widget” button to select from a list of pre-defined webcams, or manually enter any webcam\'s URL.',
'MORE_WIDGETS' => 'More Widgets',
'NEED_MORE_OPTIONS' => 'Need more options? We recommend any of the following sites to quench your widget thirst:',
// lib files
'YOU_HAVE_A_NEW_X_TO_APPROVE_ON_Y_ELLIPSIS' => 'You have a new %1$s to approve on %2$s…',
'YOU_HAVE_A_NEW_X_TO_APPROVE_ON_Y' => 'You have a new %1$s to approve on %2$s.',
'YOU_HAVE_A_NEW_X_TITLE_TO_APPROVE_ON_Y' => 'You have a new %1$s "%2$s" to approve on %3$s.',
'TO_APPROVE_THIS_X_VISIT' => 'To approve this %s, visit:',
'YOUR_X_ON_Y_HAS_BEEN_APPROVED_ELLIPSIS' => 'Your %1$s on %2$s has been approved…',
'JOIN' => 'Join',
'WELCOME' => 'Welcome',
'WELCOME_TO_X' => 'Welcome to %s',
'WELCOME_TO_X_ELLIPSIS' => 'Welcome to %s…',
'RSS_LINK' => 'RSS',
'NEW_FEATURES_GROUPS_MUSIC' => '
New Features!
Groups – Let your members create groups on your network
Music Player – Add music and podcasts to your network