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?

', '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!

Click here to add features

', 'NEW_FEATURES_ACTIVITY_BADGES' => '

New Features!

Click here to add/edit features

', 'YOUR_TYPE_ON_X_HAS_A_NEW_COMMENT_ELLIPSIS' => 'Your %1$s on %2$s has a new comment…', // Email messages (/lib/XG_Message/*) 'CLICK_HERE_TO_JOIN' => 'Click here to join:', 'THANKS_VALEDICTION' => 'Thanks,', 'THANKS' => 'Thanks!', 'YOU_CHANGED_YOUR_EMAIL_ON_X' => 'You changed your email address on %s.', 'YOU_CHANGED_YOUR_EMAIL_ON_X_ELLIPSIS' => 'You changed your email address on %s…', 'CLICK_HERE_TO_SIGN_IN_WITH_YOUR_NEW_EMAIL_ADDRESS' => 'Click here to sign in with your new email address:', 'IF_DID_NOT_CHANGE_EMAIL_ADDRESS' => 'If you did not change your email address, click here:', 'TO_STOP_BEING_NOTIFIED_OF_NEW_DISCUSSIONS_GO_TO' => 'To stop being notified of new discussions, go to:', 'X_STARTED_DISCUSSION_ON_APPNAME_ELLIPSIS' => '%1$s started a new discussion on %2$s…', 'X_STARTED_THE_DISCUSSION_Y' => '%1$s started the discussion "%2$s".', 'TO_VIEW_THIS_DISCUSSION_GO_TO' => 'To view this discussion, go to:', 'X_HAS_INVITED_YOU_TO_JOIN_Y' => '%s has invited you to join %s!', 'X_WANTS_YOU_TO_CHECK_OUT_Y_ON_Z' => '%1$s wants you to check out "%2$s" on %3$s!', 'CHECK_OUT_TITLE_ON_APPNAME' => 'Check out "%s" on %s!', 'ABOUT_X' => 'About %s', 'YOU_HAVE_RECEIVED_BECAUSE_X' => 'You have received this email because %s', 'IF_YOU_NO_LONGER_WISH_FROM_X_CLICK_Y' => 'If you no longer wish to receive notification emails from %s, please click here.', 'CLICK_HERE' => 'Click Here', 'MESSAGE_TO_ALL_MEMBERS_OF_X' => 'A message to all members of %s', 'YOUR_X_HAS_BEEN_APPROVED_ON_Y' => 'Your %s has been approved on %s.', 'YOUR_X_Y_HAS_BEEN_APPROVED_ON_Z' => 'Your %1$s "%2$s" has been approved on %3$s.', 'TO_VIEW_YOUR_X_VISIT' => 'To view your %s, visit:', 'TO_VIEW_THIS_X_VISIT' => 'To view this %s, visit:', 'TO_VIEW_IT_VISIT' => 'To view it, visit:', 'X_REPORTED_AN_ISSUE_ON_Y_ELLIPSIS' => '%1$s has reported an issue on %2$s…', 'X_REPORTED_THE_FOLLOWING_ISSUE_ON_Y_ELLIPSIS' => '%1$s reported the following issue on %2$s…', 'URL_REPORTED_COLON' => 'URL Reported:', 'ISSUE_COLON' => 'Issue:', 'ADDITIONAL_INFORMATION_COLON' => 'Additional Information:', 'SEND_AN_INVITATION_TO_X' => 'Send an invitation to %s', 'SOMEBODY_REQUESTED_JOIN_X' => 'somebody has requested to join %s', 'WANT_TO_ADD_A_WELCOME_MESSAGE_FOR_X_ON_THEIR_PROFILE_GO_TO' => 'Want to add a welcome message for %s on their profile? Go to:', 'USER_HAS_SENT_YOU_A_MESSAGE_ON_X' => '%1$s has sent you a message on %2$s.', 'TO_READ_THIS_MESSAGE_VISIT' => 'To read this message, visit:', 'X_HAS_SENT_YOU_A_MESSAGE_ON_Y_ELLIPSIS' => '%s has sent you a message on %s…', 'X_HAS_ADDED_YOU_AS_A_FRIEND_ON_Y' => '%s has added you as a friend on %s…', 'X_HAS_ACCEPTED_YOUR_FRIEND_REQUEST' => '%s has accepted your friend request on %s!', 'TO_ACCEPT_THIS_FRIEND_REQUEST_VISIT' => 'To accept this friend request, visit:', 'VIEW_XS_PAGE_ON_Y' => 'View %s\'s page on %s', 'MEMBER_OF_X_ACCEPTED' => 'a member of %s accepted your friend request', 'IF_NO_LONGER_WISH_FRIEND_NOTIFICATION_EMAIL_FROM_X_CLICK_Y' => 'If you no longer wish to receive friend request notification emails from %s, please click here.', 'ON_X_COLON' => 'On %s:', 'ON_X' => 'on %s', 'USER_HAS_REQUESTED_MEMBERSHIP_OF_GROUP_ON_X' => '%1$s has requested to join %2$s on %3$s.', 'USER_HAS_REQUESTED_MEMBERSHIP_OF_GROUP_ON_X_ELLIPSIS' => '%1$s has requested to join %2$s on %3$s…', 'TO_APPROVE_OR_DENY_USER_REQUEST' => 'To approve or deny %s\'s request, visit:', 'VISIT_GROUP_AT' => 'Visit %s at:', 'A_MESSAGE_FROM_USERNAME_TO_GROUPNAME_ON_APPNAME' => 'A message from %s to all members of %s on %s!', 'YOU_CAN_SIGN_IN_USING_EMAIL_HERE' => 'You can sign in using your email address here:', 'X_ADDED_A_COMMENT_TO_THE_BLOG_POST_Y_ON_Z' => '%1$s added a comment to the blog post "%2$s" on %3$s.', 'X_ADDED_A_COMMENT_TO_A_BLOG_POST_ON_Y_ELLIPSIS' => '%1$s added a comment to a blog post on %2$s…', 'SEND_X_A_MESSAGE_HERE' => 'Send %s a message here:', 'YOU_HAVE_A_NEW_MEMBER_TO_APPROVE_ON_X_ELLIPSIS' => 'You have a new member to approve on %s…', 'YOU_HAVE_A_NEW_MEMBER_TO_APPROVE_ON_X' => 'You have a new member to approve on %s.', 'TO_APPROVE_XS_PROFILE_VISIT' => 'To approve %s\'s profile, visit:', 'CLICK_HERE_TO_JOIN_COLON' => 'Click here to join:', 'CLICK_HERE_TO_JOIN_BANG' => 'Click here to join!', 'YOUR_X_MEMBERSHIP_HAS_BEEN_APPROVED_ELLIPSIS' => 'Your %s membership has been approved…', 'CONGRATULATIONS_BANG_YOUR_X_MEMBERSHIP_HAS_BEEN_APPROVED' => 'Congratulations! Your %s membership has been approved.', 'YOU_CAN_NOW_SIGN_IN_USING_YOUR_EMAIL_ADDRESS_HERE' => 'You can now sign in using your email address here:', 'VISIT_X_AT_Y' => 'Visit %1$s at: %2$s', 'TO_CONTROL_WHICH_EMAILS_YOUR_RECEIVE_ON_X_GO_TO' => 'To control which emails you receive on %1$s, go to:', 'A_BANNED_MEMBER_HAS_SENT_YOU_A_MESSAGE_ON_X_ELLIPSIS' => 'A banned member has sent you a message on %s…', 'A_BANNED_MEMBER_HAS_SENT_YOU_A_MESSAGE_ON_X_USERNAME_WRITES' => 'A banned member has sent you a message on %1$s. %2$s writes:', 'WELCOME_TO_THE_GROUP_X_ON_Y' => 'Welcome to the Group "%1$s" on %2$s', 'WELCOME_TO_GROUP_X_ON_Y_ELLIPSIS' => 'Welcome to %1$s on %2$s…', 'TO_VIEW_THIS_GROUP_VISIT' => 'To view this group visit:', 'COME_JOIN_ME_ON_X' => 'Come join me on %s.', 'X_IS_NOW_A_MEMBER_OF_Y' => '%1$s is now a member of %2$s.', 'X_IS_NOW_A_MEMBER_OF_Y_ELLIPSIS' => '%1$s is now a member of %2$s…', 'SOMEBODY' => 'Somebody', 'TO_VIEW_YOUR_NEW_COMMENT_VISIT' => 'To view your new comment, visit:', 'TO_VIEW_THE_NEW_COMMENT_VISIT' => 'To view the new comment, visit:', 'TO_VIEW_THE_NEW_REPLY_VISIT' => 'To view the new reply, visit:', 'WELCOME_TO_X_THANK_YOU_FOR_JOINING' => 'Welcome to %s! Thank you for joining.', 'NAME_COLON' => 'Name:', 'EMAIL_COLON' => 'Email:', 'GENDER_COLON' => 'Gender:', 'COUNTRY_COLON' => 'Country:', // Index widget 'LOADING_YOUR_FRIENDS' => 'We\'re loading your friends…', 'YOUR_MESSAGE_HAS_BEEN_SENT_TITLE_CASE' => 'Your Message Has Been Sent', 'TO_SEND_ANOTHER_MESSAGE' => 'To send another message, please enter your text below.', 'PLEASE_CHOOSE_FRIENDS' => 'Please select some friends before sending your message.', 'THESE_FRIENDS' => 'These Friends:', 'ALL_FRIENDS' => 'All Friends', 'ALL_FRIENDS_ON_APPNAME' => 'All Friends on %s', 'SHARE_WITH_FRIENDS' => 'Share with Friends', 'SHARE_THIS_WITH_FRIENDS' => 'Share This Item With Your Friends', 'COMPOSE_MESSAGE' => 'Compose Message', 'INVITATION_LINK_ONLY_VISIBLE' => 'This invitation link is only visible to the Network Creator and Administrators. Members who join with this link will automatically become friends with the Network Creator.', 'WE_ARE_LOADING_ADDRESSES' => 'We\'re loading your addresses…', 'SELECT_ALL_NONE' => 'Select All/None', 'INVITE_TO_APPNAME' => 'Invite to \'%s\'', 'INVITE_YOUR_FRIENDS_TO_APPNAME' => 'Invite Your Friends to \'%s\'', 'ALREADY_MEMBER_OF_NETWORK' => '(Already a member of this network)', 'OR_SHARE_THIS_INVITATION_LINK' => 'Or share this invitation link:', 'CLICK_TO_MAIL' => 'Click here to mail now.', 'MESSAGE_HAS_BEEN_SENT' => 'Your Message Has Been Sent', 'YOU_CAN_SHARE_THIS' => 'You can share with more people below, or go back to the previous page.', 'VCARD_IMPORT_UNAVAILABLE' => 'We\'re sorry, but the vCard import service is currently unavailable. ', 'CSV_IMPORT_UNAVAILABLE' => 'We\'re sorry, but the CSV import service is currently unavailable. ', 'ERROR_OCCURRED' => 'We\'re sorry, but an error has occurred.', 'IMPORT_FAILED' => 'We\'re sorry, but the import failed.', 'LOGIN_FAILED' => 'We\'re sorry, but the login failed.', 'UNABLE_TO_FIND_EMAIL' => 'We\'re sorry, but we\'re unable to find the email field. ', 'CANNOT_READ_VCARDS' => 'We\'re sorry, but we can\'t read these vCards.', 'GET_NETWORK_BADGE' => '%s Badge', 'SPREAD_WORD_GET_BADGE' => 'Spread the word. Get your own %s badge for your website or MySpace page. (Get Code)', 'SPREAD_WORD_GET_BADGE_SHORT' => 'Spread the word. Get your own %s badge', 'SHOW_ALLEGIANCE_GET_BADGE' => 'Show your allegiance. Get your own %s badge to put on your website or MySpace page. (Get Code)', 'USER_COMMENTED_ON_A_TYPE_ON_APPNAME' => '%1$s commented on the %2$s "%4$s" on %3$s', 'ADMINISTRATORS' => 'Administrators', 'YOUR_INVITATION_HAS_EXPIRED' => 'Your Invitation Has Expired', 'SORRY_INVITATION_EXPIRED' => 'We\'re sorry, the invitation you\'ve used has expired. You will need a new invitation to join %s.', 'DISABLE_INVITATION_LINK' => 'Disable Invitation Link?', 'CREATING_LINK_WILL_DISABLE' => 'Creating a new invitation link will disable the current link. Are you sure you want to create a new link?', 'SHARE_LINK_WITH_PEOPLE' => 'Share this link with people you want to join this network:', 'CREATE_INVITATION_LINK' => 'Create New Invitation Link', 'PLEASE_SELECT_SECOND_PART' => 'Please select the second part of your email address, e.g., gmail.com.', 'AT_SYMBOL_NOT_ALLOWED' => 'Please ensure that the @ symbol is not in the first part of the email address.', 'SORRY_WE_DONT_SUPPORT' => 'Sorry, we don\'t support the web address book for your email address. Try clicking \'Address Book Application\' below to use addresses from your computer.', 'PLEASE_ENTER_PASSWORD_FOR_EMAIL' => 'Please enter your password for %s.', 'IMPORTING_ADDRESS_BOOK' => 'Importing Address Book', 'LEAVE_WINDOW_WHILE_GET' => 'Please leave this window open while we get your friends\' email addresses. When we\'ve finished, you can choose which friends to invite.', 'SHARE_THIS_LINK' => 'Share this link:', 'SEND_WITH_EMAIL_PROGRAM' => 'Send it with your computer\'s email program:', 'EMAIL_THIS' => 'Email this', 'CLEAR' => 'Clear', 'SEARCH_FRIENDS_TO_INVITE' => 'Search Friends to Invite:', 'YOUR_INVITATIONS_HAVE_BEEN_SENT' => 'Your Invitations Have Been Sent', 'NO_ADDRESSES_FOUND' => 'No Addresses Found', 'WE_DID_NOT_FIND_ADDRESSES' => 'We didn\'t find any addresses in the address book we imported.', 'WANT_TO_INVITE_MORE' => 'Want to invite more friends? Import contacts from your web or desktop address book application.', 'MESSAGE_TOO_LONG' => 'Your message is too long. Please use less than %s characters.', 'FOLLOWING_DO_NOT_SEEM_VALID' => 'The following do not seem to be valid email addresses. The invitations were not sent. Please correct the email addresses and try again.', 'PLEASE_ENTER_EMAIL_ADDRESSES' => 'Please enter one or more email addresses.', 'ENTER_EMAIL_ADDRESSES' => 'Enter Email Addresses', 'SEPARATE_MULTIPLE_ADDRESSES' => 'Separate multiple addresses with commas', 'YOUR_MESSAGE_OPTIONAL' => ' (Optional)', 'SEND_INVITATIONS' => 'Send Invitations', 'IMPORT_FROM_WEB_ADDRESS_BOOK' => 'Import from Web Address Book', 'YAHOO_MAIL_HOTMAIL' => 'Yahoo Mail, Hotmail, GMail or AOL Mail', 'YOUR_EMAIL_ADDRESS' => 'Your Email Address', 'IMPORT_ADDRESS_BOOK' => 'Import Address Book', 'DONT_WORRY_WE_WONT_SAVE' => 'Don\'t worry, we won\'t save your password and you\'ll get a chance to choose which friends to email.', 'IMPORT_FROM_ADDRESS_BOOK_APPLICATION' => 'Import from Address Book Application', 'MICROSOFT_OUTLOOK_APPLE_MAIL' => 'Microsoft Outlook, Apple Address Book, .CSV, etc.', 'UPLOAD_CSV_OR_VCF' => 'Upload a .csv or .vcf file exported from Microsoft Outlook or Apple Address Book.', 'BROWSE_FOR_FILE' => 'Browse For File', 'UPLOAD' => 'Upload', 'SELECT_ELLIPSIS' => 'select…', 'OTHER_ELLIPSIS' => 'other…', 'DONT_WORRY_YOULL_GET_CHANCE' => 'Don\'t worry, you\'ll get a chance to choose which friends to email.', 'MEMBERSHIP_BY_INVITATION_ONLY' => 'Membership by Invitation Only', 'IF_YOU_ARE_ADMIN' => 'If you are an administrator, click here to sign in.', 'NAME_MUST_BE_SHORTER' => 'Name has to be shorter than %s characters', 'CITY_NAME_MUST_BE_SHORTER' => 'City name has to be shorter than %s characters', 'EMAIL_ALREADY_REGISTERED' => 'The email address has already been registered. Please choose another.', 'EMAIL_NOT_VALID' => 'The email address does not seem to be valid.', 'USERNAME_INVITED_YOU_TO_APPNAME' => '%s invited you to %s', 'YOU_ARE_SIGNING_UP_WITH' => 'You are signing up with your Ning ID.', 'NOW_ENTER_PASSWORD' => 'Now just enter your password to continue.', 'OR_SIGN_IN' => 'or Sign In', 'CHANGE_ADDRESS' => 'Change Address', 'CHANGE_PAGE_ADDRESS' => 'Change Page Address', 'PAGE_ADDRESS_TAKEN' => 'Our apologies - that address has already been taken. Please choose another.', 'PAGE_ADDRESS_NOT_VALID' => 'You may only use the letters A-Z, numbers and underscores (_) in your address.', 'ADD_BY_PHONE' => 'Add By Phone', 'PAGE_ADDRESS' => 'Page Address', 'PHOTO_MUST_BE_TYPE' => 'Your photo must be a .jpg, .gif or .png file.', 'USEFUL_ADDRESSES' => 'Useful Addresses', 'MY_DETAILS' => 'My Details', 'NONE_I_DO_NOT_WANT' => 'None: I don\'t want to receive emails from %s', 'CHANGE_PASSWORD' => 'Change Password', 'PROFILE_SAVED' => 'Your changes were saved successfully.', 'UPDATE_EMAIL_ADDRESS' => 'Update Email Address', 'EDIT_EMAIL_ADDRESS' => 'Edit Your Email Address', 'MY_SETTINGS' => 'My Settings', 'ABOUT_ME' => 'About Me', 'SELECT' => 'Select…', 'CITY' => 'City', 'COUNTRY' => 'Country', 'DATE_OF_BIRTH' => 'Date of Birth', 'DO_NOT_DISPLAY' => 'Don\'t Display', 'GENDER' => 'Gender', 'CREATE_YOUR_PROFILE' => 'Create Your Profile', 'SYSTEM_REQUIREMENTS' => 'System Requirements', 'WE_SUPPORT_INTERNET_EXPLORER' => 'We support Internet Explorer 6 & 7, Firefox 1.5 & 2.0 and Safari 2.0. If you\'re using a different browser (perhaps one provided by your internet service provider) it might not be compatible.', 'MAKE_SURE_COOKIES' => 'Make sure cookies and JavaScript are enabled on your browser.', 'WHAT_IS_MY_EMAIL' => 'What is my Email Address?', 'IF_JOINED_BEFORE_OCTOBER' => 'If you joined before October 5th 2007, you may previously have been prompted for a \'Ning ID\'. We now ask for you to sign in with the email address you registered with, however you can still enter your Ning ID in this field.', 'CLICK_HERE_TO_RESET_PASSWORD' => 'Click here to reset your password.', 'STILL_HAVING_PROBLEMS' => 'Still having problems?', 'VISIT_NING_HELP_CENTER' => 'Visit the Ning Help Center for more troubleshooting information and support.', 'PROBLEMS_SIGNING_UP_OR_SIGNING_IN' => 'Problems Signing Up or Signing In', 'WE_SENT_YOU_EMAIL' => 'We\'ve sent you an email with a link to reset your password.', 'RESET_PASSWORD_EMAIL_SUBJECT' => 'Password Reset', 'RESET_PASSWORD_EMAIL_BODY' => '%1$s, We received a request to change your password on %2$s. Click the link below to set a new password: #{URL} If you don\'t want to change your password, you can ignore this email. Thanks, The "%2$s" Team ----- %2$s uses the Ning ID for authentication.', 'SET_PASSWORD' => 'Set Password', 'NEW_PASSWORD' => 'New Password', 'CREATE_NEW_PASSWORD' => 'Create a New Password', 'SET_NEW_PASSWORD' => 'Set a new password for your Ning ID account.', 'CHOOSE_NEW_PASSWORD' => 'Please choose a new password', 'HELLO_USERNAME_SIGN_OUT' => 'Hello, %s (Sign Out)', 'NO_ACCOUNT_WITH_EMAIL_X' => 'There is no account with the email address %s', 'PLEASE_ENTER_CODE' => 'Please enter the code that appears on the right-hand side.', 'PROBLEMS_SIGNING_UP' => 'Problems signing up?', 'BY_SIGNING_UP_YOU_AGREE' => 'By signing up, you agree to the Terms of Service and Privacy Policy.', 'FEEDBACK' => 'Feedback', 'TERMS_OF_SERVICE' => 'Terms of Service', 'PRIVACY_POLICY' => 'Privacy Policy', 'PROBLEM_SIGNING_UP' => 'There was a problem signing up', 'ALREADY_MEMBER_SIGN_IN' => 'Already a member? Click here to sign in.', 'MEMBERSHIP_TO_APPNAME_BY_INVITATION_ONLY' => 'Membership to %s is By Invitation Only', 'SORRY_BUT_ADMINISTRATOR_REQUIRES_INVITATION' => 'We\'re sorry, but the administrator has chosen to require an invitation to join %s. If you have an invitation, click the link in the email to join.', 'PROBLEM_SIGNING_IN' => 'There was a problem signing in', 'WE_USE_NING_ID' => 'We use Ning ID for authentication. What is a Ning ID?', 'PROBLEMS_SIGNING_IN' => 'Problems signing in?', 'SIGN_IN_OR_SIGN_UP' => '  or  Sign Up', 'SIGN_IN_TO_APPNAME' => 'Sign in to %s', 'WHAT_IS_A_NING_ID' => 'What is a Ning ID?', 'LARR_BACK' => '← Back', 'NING_ID_LETS_YOU_CHOOSE' => 'The Ning ID authentication system lets you choose an email address and password once and use it to join or sign into any social network that uses the Ning ID.', 'WHEN_YOU_CREATE_NING_ID' => 'When you create a Ning ID, you can also add a set of basic details and your photo to your Ning ID account. These details are then pre-populated whenever you join a new social network that uses the Ning ID for authentication. It also enables you to keep track of your friends and messages across all the social networks that use it.', 'SIGN_IN_WITH_NING_ID_WHENEVER' => 'You can sign in with your Ning ID email address and password whenever you see this symbol: %s', 'HELLO_USER' => 'Hello, %s', 'TEXT_FOR_HEADER_TAB' => 'This text is for a header tab', 'BASED_ON' => 'Based on', 'ARE_YOU_SURE_DELETE_LANGUAGE' => 'Are you sure you want to delete this language?', 'DELETE_LANGUAGE' => 'Delete Language', 'TEXT_RESET_TO_ORIGINAL_VERSION' => 'The text has been reset to the original version.', 'UPLOAD_LANGUAGE_FILE' => 'Upload Language File', 'ADD_TO_LANGUAGE' => 'Add to Language:', 'IF_YOU_CREATED_TRANSLATION' => 'If you\'ve created a new translation on another Ning social network, you can import your work here. The contents of the file will be added to the language of your choice. Don\'t see your language listed? It\'s easy to add a new one.', 'EXAMPLES_SWEDISH_FINLAND' => 'Examples: Swedish (Finland), Filipino, Spanish (Puerto Rico)', 'START_FROM_SCRATCH_CREATE' => 'Start from scratch! Create a new translation for your network by entering a name for the new language, then picking an existing language as a reference point.', 'KEY_MISSING_TEXT' => 'Key: Missing Text Changed Text', 'SHOW_ALL_TEXT' => 'Show All Text', 'SHOW_MISSING_TEXT' => 'Show Missing Text', 'SHOW_CHANGED_TEXT' => 'Show Changed Text', 'EXAMPLES_TABS_MEMBERS_FRIENDS' => 'Examples: Tabs, Members, Friends', 'RESET_TEXT_TO_ORIGINAL_VERSION' => 'Reset Text to Original Version', 'ORIGINAL_TEXT_X' => 'Original Text – %s', 'EDIT_LANGUAGE_ON_NETWORK' => 'Edit the Language on Your Network', 'CUSTOMIZE_TEXT_ON_NETWORK_INCLUDING' => 'Customize any of the text on your network, including tab names, email footers, error messages and more.', 'ACTIVE_LANGUAGE_IS_X' => 'The active language for your network is %1$s. Change Active Language', 'CURRENT_LANGUAGE_OPTIONS' => 'Current Language Options', 'ACTIVE' => 'Active', 'MY_LANGUAGES' => 'My Languages', 'CREATE_NEW_TRANSLATION' => 'Create a New Translation', 'DONT_SEE_LANGUAGE_LISTED_CREATE' => 'Don\'t see your language listed above? Create a new translation for your network.', 'ADVANCED_IMPORT' => 'Advanced Import', 'IF_YOU_TRANSLATED_A_LANGUAGE' => 'If you\'ve translated a language on an existing social network, you can import your language file and use it on this network.', 'LANGUAGE_EDITOR' => 'Language Editor', 'PUBLIC' => 'Public', 'GRANDFATHERED_PRIVACY_SETTING' => 'Your current privacy setting, a public network where non-members can only view the login screen, is no longer available. Your privacy setting has not been changed, but if you make any changes here, you will not be able to return. The current equivalent is a private network that anyone can sign up to become a member.', 'NO_MISSING_ITEMS' => 'There are no missing items – this translation is 100%% complete. View all items.', 'NO_CHANGED_ITEMS' => 'There are no changed items.', 'COULD_NOT_FIND_ITEMS_MATCHING' => 'Our apologies – we couldn\'t find any items matching %s. View all items.', 'FILE_N' => 'File %s', 'TRANSLATION_FILE_HAS_FILENAME_LIKE' => 'A Ning translation file has a filename like en_US.txt. Learn more here.', 'SELECT_TRANSLATION_FILE' => 'Select Translation File:', 'USE_THIS_TRANSLATION' => 'Use This Translation', 'FOLLOWING_ARE_MISSING_FROM_RULES' => 'Note that the following are missing from the rules below: %s', 'ALL' => 'All', 'MISSING' => 'Missing', 'VIEW' => 'View', 'TRANSLATION_CHANGES_SAVED' => 'Your changes have been saved. This translation is %s%% complete.', 'TRANSLATION_CHANGES_SAVED_MAKE_CURRENT' => 'Your changes have been saved. This translation is %s%% complete. Would you like to use this as the current language for your network?', 'TRANSLATION_UPLOAD_SUCCESSFUL' => 'Your upload was successful. This translation is %s%% complete.', 'TRANSLATION_UPLOAD_SUCCESSFUL_MAKE_CURRENT' => 'Your upload was successful. This translation is %s%% complete. Would you like to use this as the current language for your network?', 'X_IS_CURRENT_LANGUAGE' => '%s is now the language of your network.', 'SAVE_PAGE' => 'Save Page', 'LANGUAGE_NAME_TAKEN' => 'Our apologies - that name has already been taken. Please choose another name.', 'ENTER_NAME_FOR_TRANSLATION' => 'Please enter a name for your new translation, e.g., Portuguese (Portugal)', 'CREATE' => 'Create', 'LANGUAGE_NAME' => 'Language Name', 'SAVE_ITEMS_ON_PAGE' => 'Save the items on this page', 'NEW_TRANSLATION' => 'New Translation', 'MISMATCHED_CURLY_BRACKETS' => 'Mismatched curly brackets', 'MISMATCHED_SQUARE_BRACKETS' => 'Mismatched square brackets', 'MISMATCHED_PARENTHESES' => 'Mismatched parentheses', 'ERROR_PROCESSING_SPECIAL_RULES' => 'An error occurred while processing the Special Rules code.', 'ERROR_PROCESSING_TAB_NAMES' => 'An error occurred while processing the Tab Names code.', 'SPECIAL_RULES' => 'Special Rules', 'TAB_NAMES' => 'Tab Names', 'SOURCE' => 'Source', 'LANGUAGE_EDITOR_X' => 'Language Editor: %s', 'BACK_TO_LANGUAGE_EDITOR' => '← Back to Language Editor', 'CUSTOMIZE_YOUR_NETWORKS_TEXT' => 'Customize your network\'s text and messages or create a new language.', 'STOPWORDS' => 'a | about | an | are | as | at | be | by | com | de | en | for | from | how | i | in | is | it | la | of | on | or | that | the | this | to | was | what | when | where | who | will | with | und | the | www', 'STOPWORDS_ARE' => 'Stopwords are an optional list of words to filter out of the network description when creating the meta tag at the top of each page. Optional.', 'I_AM_MEMBER' => 'I\'m a member of:', 'VIEW_PAGE_ON_APPNAME' => 'View my page on %s', 'VISIT_APPNAME' => 'Visit %s', 'JOIN_US' => 'Join Us', 'CREATED_BY_COLON' => 'Created By:', 'GET_MORE_BADGES' => 'Get More Badges', 'SHOW_LOGO' => 'Show logo', 'GALLERY' => 'Gallery', 'BADGES' => 'Badges', 'MEMBER_BADGE' => 'Member Badge', 'WEAR_IT_WITH_PRIDE' => 'Wear it with pride! Get a %s member badge that you can display on your website or MySpace page.', 'NETWORK_BADGE_LARGE' => 'Network Badge (Large)', 'SPREAD_THE_WORD_NETWORK_BADGE_LARGE' => 'Spread the word! Get a %s badge that dynamically updates with the networks most popular members. Add it to your website or MySpace page.', 'NETWORK_BADGE_SMALL' => 'Network Badge (Small)', 'SPREAD_THE_WORD_NETWORK_BADGE_SMALL' => 'Spread the word! Get a %s badge that you can display on your website or MySpace page.', 'PHOTO_SLIDESHOW_PROPER' => 'Photo Slideshow', 'DISPLAY_SELECTION_OF_PHOTOS' => 'Display a selection of your photos on a website or MySpace page with our stylish photo slideshow player.', 'MUSIC_PLAYER' => 'Music Player', 'PLAY_MUSIC_ON_WEBSITE' => 'Play your music on a website or MySpace page with our stylish music player.', 'ADD_A_VIDEO_MORE_OPTIONS' => 'Add a video to your website or MySpace page. Looking for more options? View all videos on %s.', 'LARGE_N_PIXELS_WIDE' => 'Large - %d pixels wide', 'MEDIUM_N_PIXELS_WIDE' => 'Medium - %d pixels wide', 'SMALL_N_PIXELS_WIDE' => 'Small - %d pixels wide', 'MY_MOST_RECENT' => 'My Most Recent', 'APP_ICON' => 'App Icon', 'MEMBERSHIP_TO_X_IS_BY_INVITATION' => 'Membership to %s is by invitation only', // Used in Groups as well [Jon Aquino 2007-04-26] 'X_PROVIDED_THE_FOLLOWING_FEEDBACK_ON_Y' => '%1$s provided the following feedback on %2$s:', 'X_PROVIDED_FEEDBACK_ON_Y_ELLIPSIS' => '%1$s provided feedback on %2$s…', 'THANK_YOU_YOUR_MESSAGE_HAS_BEEN_SENT' => 'Thank you. Your message has been sent.', 'X_WOULD_LIKE_TO_JOIN_X' => '%s would like to join %s!', 'X_HAS_REQUESTED_AN_INVITATION' => '%s has requested an invitation to %s', 'YOUR_REQUEST_HAS_BEEN_SENT' => 'Your request has been sent to the network creator.', 'TO_UNBAN_USERNAME_GO_TO' => 'To unban %s, go to:', 'SEND_REQUEST' => 'Send Request', 'SEARCH' => 'Search', 'SEARCH_AGAIN' => 'Search Again', 'SEND_BROADCAST_MESSAGE' => 'Send Broadcast Message', 'VERIFICATION_IMAGE' => 'Verification Image', 'UNDER_CONSTRUCTION' => 'Under Construction', 'PROFILE_INFORMATION_SAVED' => 'Profile Information Saved', 'YOUR_SITES_DIRECTORY_PROFILE' => 'Your Network\'s directory profile information has been saved.', 'NO_ACCOUNT_WITH_EMAIL' => 'There is no account with that email address.', 'INVALID_PASSWORD_CHECK_CAPS_LOCK' => 'Wrong password. Is Caps Lock on?', 'OOPS_THAT' => 'Oops – that didn\'t work.', 'OOPS_THAT_DID_NOT_WORK' => 'Oops – that didn\'t work. Try again?', 'OOPS_THAT_DID_NOT_WORK_ERROR_CODE' => 'Oops – that didn\'t work (%s).', 'NOT_FOUND' => 'Not Found', 'YOUR_SITES_FEATURE_LIST' => 'Your Network\'s feature list has been saved.', 'ONE_LINE_ANSWER' => 'One Line Answer', 'LONGER_ANSWER' => 'Longer Answer', 'MULTIPLE_CHOICE' => 'Multiple Choice', 'DATE' => 'Date', 'WEBSITE_ADDRESS' => 'Website Address', 'EVERYTHING' => 'Everything', 'JUST_THE_HOMEPAGE' => 'Just the main page', 'JUST_THE_SIGN_UP_PAGE' => 'Just the sign-up page', 'YOUR_CHANGES_HAVE_BEEN_SAVED' => 'Your changes have been saved.', 'JOIN_ME_ON_X' => 'Join me on %s!', 'NOT_ALLOWED' => 'Not Allowed', 'COME_JOIN_ME_ON_X_ELLIPSIS' => 'Come join me on %s…', 'X_NOT_VALID_EMAIL' => '%s is not a valid email address or Ning ID', 'USER_BANNED_FROM_NETWORK' => '%1$s has been banned from this network. Send %1$s a message', 'USER_ALREADY_NETWORK_MEMBER' => '%1$s is already a member of this network. Send %1$s a message', 'YOU_CAN_SEND_AT_MOST_X' => 'You can send at most %s at once.', 'PLEASE_ENTER_YOUR_FRIENDS' => 'Please enter your friends\' email addresses or Ning IDs', 'THERE_HAS_BEEN_AN_ERROR' => 'There has been an error', 'INVITATIONS_HAVE_BEEN_SENT' => 'Your invitations have been sent.', 'SEARCH_RESULTS' => 'Search Results', 'INVITE_YOUR_FRIENDS' => 'Invite Your Friends', 'SEND_INVITATIONS_FOR_FRIENDS' => 'Send invitations for your friends to join', 'INVITATION' => 'Invitation', 'ADD_FROM_ADDRESS' => 'Add from Address Book', 'TO' => 'To:', 'SEND_TO' => 'Send To', 'SUBJECT' => 'Subject', 'YOUR_MESSAGE' => 'Your Message', 'SEND' => 'Send', 'REPORT_AN_ISSUE' => 'Report an Issue', 'TYPE_OF_ISSUE' => 'Type of Issue', 'ADULT' => 'Adult', 'ABUSIVE' => 'Abusive', 'BUG' => 'Bug', 'FRAUD' => 'Fraud', 'SPAM' => 'Spam', 'OTHER' => 'Other', 'DESCRIBE_YOUR_ISSUE' => 'Describe Your Issue', 'SEND_REPORT' => 'Send Report', 'ADDED_BY_X_AT_X' => 'Added by %s at %s on %s', 'ADDED_BY_USER_TO_GROUP_AT_DATE' => 'Added by %s to %s at %s on %s', 'G_IA' => 'g:ia', 'F_JS_Y' => 'F jS, Y', 'CLICK_TO_VIEW' => 'Click to View', 'COMMENT_FOR' => 'Comment for:', 'COMMENT_ON' => 'Comment on:', 'ACTION_BUTTON_FEATURE' => 'Feature', 'FEATURE_THIS_ON_YOUR' => 'Feature this on the main page', 'ACTION_BUTTON_REMOVE' => 'Remove', 'REMOVE' => 'Remove', 'REMOVE_THIS_FROM_YOUR' => 'Remove this from the main page', 'FEATURE_ON_HOME' => 'Feature on Main', 'REMOVE_FROM_HOME' => 'Remove from Main', 'ITEM_WILL_APPEAR' => 'This item will now appear on selected modules on the main page', 'ITEM_WILL_NO_LONGER_APPEAR' => 'This item will no longer appear on selected modules on the main page', 'ADD_CONTENT' => 'Add Content', 'BROUGHT_TO_YOU_BY' => '%s brought to you by %s © %s', 'GIVE_US_YOUR_FEEDBACK' => 'Give Us Your Feedback', 'FOR_ADDITIONAL_QUESTIONS_OR_TO_CONTACT_NING_PLEASE_CLICK_HERE' => 'For additional questions or to contact Ning, please click here:', 'SEND_FEEDBACK' => 'Send Feedback', 'SIGN_OUT' => 'sign out', 'SIGN_OUT_TITLE' => 'Sign Out', 'INVITE_MORE' => 'Invite More', 'USE_THIS_FORM_TO_SEND_FEEDBACK_TO_NC' => 'Use this form to send feedback to %s, the creator of %s.', 'YOUR_FEEDBACK' => 'Your Feedback', 'NETWORK_INFORMATION' => 'Network Information', 'ABOUT_YOUR_SITE' => 'About Your Network', 'WELCOME_TO_YOUR_SITE' => 'Welcome to Your Social Network!', 'EDIT_YOUR_NETWORKS_INFO' => 'Edit your network\'s name, description and other information.', 'TAGLINE' => 'Tagline', 'APPEARS_IN_HEADER' => 'Appears in the header of your network', 'APPEARS_IN_EMAILS' => 'Appears in emails and elsewhere', 'NETWORK_NAME' => 'Network Name', 'DESCRIPTION' => 'Description', 'KEYWORDS' => 'Keywords', 'LANGUAGE' => 'Language', 'SEPARATE_EACH_KEYWORD' => 'Separate each keyword with a comma', 'ICON' => 'Icon', 'UPLOAD_A_PHOTO_WHICH_WILL_BE_RESIZED' => 'Upload a photo (GIF, JPG or PNG), which will be resized to a square. It may take a few minutes for this photo to appear.', 'SAVE_SETTINGS' => 'Save Settings', 'SUCCESS_EXCLAMATION' => 'Success!', 'FEATURES' => 'Features', 'ADD_FEATURES' => 'Add Features to Your Network', 'ORGANIZE_FEATURES' => 'Organize your main page by dragging in features from the list below, then arranging them any way you\'d like.', 'SKIP_FEATURES' => 'Click Skip This Step to continue with the default layout and features.', 'FEATURES_FOR_ALL_PAGES' => 'Features added to this box will appear on all pages of your network.', 'CUSTOMIZE_SITE_BY_ADDING' => 'Customize your social network by adding new features or removing existing ones.', 'ADJUST_YOUR_SITES_COLORS' => 'Adjust your network\'s colors, images and overall style.', 'APPEARANCE' => 'Appearance', 'PROFILE_QUESTIONS' => 'Profile Questions', 'EDIT_QUESTIONS_THAT_MEMBERS_ANSWER' => 'Edit the questions that members answer about themselves.', 'MESSAGE_SENT' => 'Message Sent!', 'YOUR_MESSAGE_HAS_BEEN_SENT' => 'Your message has been sent to all the members of your network.', 'YOUR_MESSAGE_HAS_BEEN_SENT_GROUP' => 'Your message has been sent to all the members of your group.', 'YOUR_MESSAGE_IS_BEING_SENT' => 'Your message is being sent. Please wait, as it may take a few minutes.', 'BROADCAST_MESSAGE' => 'Broadcast Message', 'TRACK_VISITORS_AND_TRENDS' => 'Track visitors and trends on your social network.', 'EDIT_SOURCE_CODE' => 'Edit Source Code', 'TAKE_FULL_CONTROL' => 'Take full control of your network\'s functionality by editing the source code.', 'DELETE_THIS_SITE' => 'Delete Your Social Network', 'MAIN_PAGE' => 'Main Page', 'MAIN' => 'Main', 'MAIN_TAB_TEXT' => 'Main', 'MANAGE' => 'Manage', 'MANAGE_TAB_TEXT' => 'Manage', 'PAGE_TITLE' => 'Page Title', 'LOREM_IPSUM_1' => 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc scelerisque blandit dolor. Vestibulum ante ipsum primis in faucibus orci luctus.', 'LOREM_IPSUM_2' => 'Lorem ipsum dolor sit amet, consectetuer adipiscing', 'LOREM_IPSUM_3' => 'Lorem ipsum dolor sit amet, consectetuer adipiscing', 'EDIT_THE_APPEARANCE' => 'Edit the Appearance of Your Page', 'CHOOSE_A_THEME' => 'Choose a Theme for Your Social Network', 'NOW_CUSTOMIZE_SITE' => 'Now Customize Your Social Network…', 'THEME_SETTINGS' => 'Theme Settings', 'ADVANCED' => 'Advanced', 'TOP_BAR_AND_FOOTER' => 'Top Bar & Footer', 'HEADER_AND_NAVIGATION' => 'Header & Navigation', 'ADD_A_LOGO' => 'Add a Logo', 'THIS_IMAGE_WILL_REPLACE' => 'This image will replace the network name text', 'TABS' => 'Tabs', 'TAB' => 'Tab', 'SITE' => 'Network', 'SIDES' => 'Sides', 'BODY' => 'Body', 'SHOW_NING_LOGO' => 'Show Ning Logo?', 'LAUNCH' => 'LAUNCH!', 'NING_ID' => 'Ning ID', 'PASSWORD' => 'Password', 'RETYPE_PASSWORD' => 'Retype Password', 'TYPE_CODE_ON_RIGHT' => 'Type the Code
on the Right', 'JOIN_X' => 'Join %s', 'SIGN_UP_FOR_X' => 'Sign Up for %s', 'HAS_INVITED_YOU_TO_X' => 'has invited you to join %s.', 'CONTENT_AWAITING_APPROVAL' => 'Awaiting Approval', 'NEW_MEMBER' => 'New Member?', 'JOIN_X_NOW' => 'Join %s Now!', 'HIDE_THIS_MESSAGE' => 'Hide this message', 'PAGE_NOT_FOUND' => 'Page Not Found', 'THIS_PAGE_WAS_NOT_FOUND' => 'Our apologies – this page was not found', 'FOLLOW_THESE_LINKS_TO' => 'Follow these links to a few things we know are available:', 'ALTERNATIVELY_YOU_CAN_SEARCH' => 'Alternatively, you can search this social network:', 'IF_YOU_GET_THIS_MESSAGE' => 'If you get this message again, please let us know.', 'GROUP_MEMBERS' => 'Group Members', 'VIDEOS' => 'Videos', 'BLOG' => 'Blog', 'ACCOUNT' => 'Account', 'WE_ARE_SORRY_WE_ARE_HAVING' => 'We\'re sorry, we are having an issue with this page.', 'FOLLOW_LINK_TO_HOMEPAGE' => 'Follow this link to the main page.', // Messages below are used in Groups as well [Jon Aquino 2007-04-26] 'REQUEST_AN_INVITATION' => 'Request an Invitation', 'NAME' => 'Name', 'EMAIL_ADDRESS' => 'Email Address', 'MESSAGE_OPTIONAL' => 'Message (Optional)', 'SORRY_HOWEVER_ITS_EASY' => 'Sorry! However, it\'s easy to start your own social network.', 'GET_YOUR_OWN_BAZEL' => 'Create Your Own Social Network!', 'SITE_IS_NOT_READY' => 'This social network\'s not ready yet!', 'BAZEL_IS_BEING_SET_UP' => 'This social network is still being set up!', 'SIGN_IN' => 'Sign In', 'FORGOT_YOUR_PASSWORD' => 'Forgot your password?', 'FORGOT_YOUR_PASSWORD_TITLE' => 'Forgot Your Password?', 'ENTER_EMAIL_AND_CLICK_RESET_PASSWORD' => 'Enter your email address and click \'Reset Password\'. You will get an email with a link to reset your password.', 'RESET_PASSWORD' => 'Reset Password', 'EXPLORE' => 'Explore', 'SIGN_UP' => 'Sign Up', 'CONFIRM_PASSWORD' => 'Confirm Password', 'VERIFICATION' => 'Let us know you\'re
a person', 'YOUR_PHOTO' => 'Your Photo', 'SUMMARY' => 'Summary', 'YOUR_SITE_IS_READY' => 'Your social network is ready to launch! Default settings will be used for any steps that you skipped. Go back to make changes, or click \'Launch!\' to launch your network.', 'WHEN_YOU_ARE_FINISHED' => 'When you are finished, click \'View Layout\' to see your handiwork!', 'COMPLETE' => 'complete', 'INCOMPLETE' => 'incomplete', 'VIEW_LAYOUT' => 'View Layout', 'CLEAR_CONTENTS' => 'Clear Contents', 'ADD_MODULE' => 'Add Module…', 'ADD_COLUMNS' => 'Add Columns…', 'PUBLIC_ANYBODY_CAN_JOIN' => 'Public – Anybody can join', 'PRIVATE_ONLY_INVITED' => 'Private – Only invited people can view and join it', 'INVITATIONS' => 'Invitations', 'MEMBERS_CAN_INVITE' => 'Members can invite other people to join.', // Used in Groups as well [Jon Aquino 2007-04-25] 'QUESTION_TITLE' => 'Question Title', 'ANSWER_TYPE' => 'Answer Type', 'REQUIRED' => 'Required', 'PRIVATE' => 'Private', 'CHOICES' => 'Choices', 'SEPARATE_EACH_CHOICE' => 'Separate each choice with a comma', 'CAN_PICK_MORE' => 'Can pick more than one', 'ADD_ANOTHER_QUESTION' => 'Add Another Question', 'WHAT_INFORMATION' => 'What questions would you like your members to answer when they join your network? You can re-order the questions below. Simply click on the question and drag it to where you want it to appear.', 'IF_YOU_SELECT_REQUIRED_MEMBERS_WILL' => 'If you select "Required," members will have to answer the question to join. If you select "Private," the answer will only be visible to you and other administrators.', 'WE_COULD_NOT_FIND_ANYTHING' => 'We couldn\'t find anything that matches "%s". Why not search for something else?', 'GET_CUSTOM_URL' => 'Get your own custom URL, add storage and bandwidth, or run your own ads.', 'VIEW_STATISTICS' => 'View Statistics', 'ADD_TRACKING_CODE' => 'Add your own tracking code.', 'TRACKING_CODE' => 'Tracking Code', 'ANY_JAVASCRIPT_CODE' => 'Any JavaScript code you paste here is inserted at the bottom of every page of your network. You can use this for external site-tracking systems, such as Google Analytics.', 'ANALYTICS_LEARN_MORE' => 'To learn more about Google Analytics and set up your own account, click here.', 'RESOURCES' => 'Resources', 'LINKS' => 'Links', 'PAGE' => 'Page', 'BACKGROUND' => 'Background', 'TEXT' => 'Text', 'HEADING_TEXT' => 'Heading Text', 'FONT' => 'Font', 'AABBCC' => 'AaBbCc', 'COLOR' => 'Color', 'LINK_COLOR' => 'Link Color', 'BODY_TEXT' => 'Body Text', 'MIDDLE' => 'Middle', 'FEATURE_BOXES' => 'Feature Boxes', 'TITLEBAR_TEXT_COLOR' => 'Titlebar Text Color', 'TITLEBAR_BACKGROUND' => 'Titlebar Background', 'UPLOADING_CONTENT' => 'Uploading Content…', 'WHEN_UPLOADING_IS_COMPLETE' => 'When uploading is complete, you can check out the network.', 'FINISH' => 'Finish', 'FLICKR_IMPORT_SETUP' => 'Flickr Import Setup', 'FLICKR_API_KEY' => 'Your Key', 'FLICKR_SECRET' => 'Your Secret', 'FLICKR_KEY_ERROR' => 'There was a problem with the Flickr key or secret that you entered. Can you check them and try entering them again?', 'FLICKR_INTRO' => 'Want to let your members import their photos from Flickr? You\'ve come to the right place. If you already have a Flickr API Key and Secret, you can skip ahead. Not sure what that means? Just follow the steps below and you\'ll be up and running in just a few minutes.', 'FLICKR_GET_ACCOUNT' => 'If you don\'t already have a Flickr account, get one here.', 'FLICKR_STEP1_TITLE' => 'Step 1: Get a Flickr API Key', 'FLICKR_STEP1_APPLY_SCREEN' => 'Apply for your API Key screen on Flickr', 'FLICKR_STEP1_API_SCREEN' => 'API Key screen on Flickr', 'FLICKR_STEP1_INTRO' => 'Log in to Flickr and apply for a new API key (opens in a new window).', 'FLICKR_STEP1_A' => 'Fill in Your Name and Email Address.', 'FLICKR_STEP1_B' => 'Under This key is for… choose the non-commercial use option.', 'FLICKR_STEP1_C' => 'Describe your social network in the Describe the application are you planning to build box.', 'FLICKR_STEP1_D' => 'Check both acceptance boxes.', 'FLICKR_STEP1_APPLY' => 'When you are done click the Apply button.', 'FLICKR_STEP1_E' => 'You will land on a screen displaying your new API key. Click the Click here link to configure user authentication for this key.', 'FLICKR_STEP2_TITLE' => 'Step 2: Setup Your Key', 'FLICKR_STEP2_SETUP_SCREEN' => 'API Key Authentication Setup screen on Flickr', 'FLICKR_STEP2_F' => 'Paste the following web address into the Callback URL field:', 'FLICKR_STEP2_SAVE_CHANGES' => 'When you are done click the Save Changes button.', 'FLICKR_STEP3_TITLE' => 'Step 3: Enter Your Information', 'FLICKR_STEP3_KEYS_SCREEN' => 'API Key information screen on Flickr', 'FLICKR_STEP3_CONGRATULATIONS' => 'Congratulations! You\'re now set up on Flickr.', 'FLICKR_STEP3_COMPLETE' => 'To complete setup on %s, simply copy and paste your key and secret into the following fields:', 'COMPLETE_SETUP' => 'Complete Setup', 'SETUP_YOUR_SITE_TO' => 'Set up your social network to import photos from Flickr.', 'FLICKR_IMPORTING' => 'Flickr Importing', 'YOU_NEED_TO_SET_UP_FLICKR' => 'You need to set up your social network to let people import their photos from Flickr. It only takes a few minutes so why not set it up now?', 'DONT_SHOW_THIS_AGAIN_FLICKR' => 'Please don\'t show me this again.', 'YOUVE_SIGNED_OUT_OF_X' => 'You\'ve successfully signed out of %s. Please come back and join us again soon!', 'CREATED_THIS_SOCIAL_NETWORK' => 'created this social network on Ning.', 'CREATE_YOUR_OWN' => 'Create your own social network on Ning for free!', 'DRAG_HERE_TO_REMOVE_FEATURE' => 'Drag Here to Remove Feature', 'LAYOUT' => 'Layout', 'DRAG' => 'Drag', 'HERE' => 'Here', 'YOU' => 'You', 'ADS' => 'Ads', 'MEMBERS' => 'Members', 'HELLO_USERNAME' => 'Hello, Username', 'CREATED_BY' => 'Created By', 'SAVE_FEATURES' => 'Save Features', 'FORUM' => 'Forum', 'CATEGORIES' => 'Categories', 'FORUM_CATEGORIES' => 'Forum Categories', 'A_THREADED_DISCUSSION_FORUM' =>'A threaded discussion forum', 'ALLOW_MEMBERS_TO_CREATE_GROUPS' => 'Allow members to create their own interest groups within your network', 'FEATURE_POSTS_FROM_YOUR_BLOG' => 'Feature posts from your blog or other members\' blogs', 'TEXT_BOX' => 'Text Box', 'PUT_ANY_TEXT_WIDGET_OR_HTML' => 'Put any text, widget or HTML on the main page', 'A_LIST_OF_MEMBERS' => 'A list of your social network\'s members', 'ALLOW_USERS_PHOTOS' => 'Allow people to upload and share photos', 'ADD_FEEDS_FROM_ACROSS_THE_WEB' => 'Add feeds from across the web', 'INFORMATION_ABOUT_THE_USER' => 'Information about the person currently signed in', 'ALLOW_USERS_VIDEOS' => 'Allow people to add and share videos', 'SHOW_NETWORK_DESCRIPTION' => 'Show your network description', 'PROMOTE_NETWORK_WITH_BADGES' => 'Promote your network across the web with custom badges and widgets', 'MONETIZE_WITH_ADS' => 'Monetize your network with advertising', 'LET_MEMBERS_KNOW_WHO_CREATED_NETWORK' => 'Let your members know who created this network', 'FOLLOW_LATEST_ACTIVITY' => 'Follow the latest member activity on your network', 'FAQ_FOR_NETWORK_CREATORS' => 'FAQ for Network Creators', 'ANSWERS_TO_FAQS' => 'Answers to frequently asked questions about customizing your Social Network.', 'MEET_OTHER_LIKEMINDED' => 'Meet other like-minded network creators, share ideas and get support from the Ning team.', 'CUSTOMIZE_THE_APPEARANCE_NETWORK' => 'Customize the appearance of your social network by adding your own Cascading Style Sheets (CSS) in the field on the left. (What is CSS?)', 'CUSTOMIZE_THE_APPEARANCE_PAGE' => 'Customize the appearance of your page by adding your own Cascading Style Sheets (CSS) in the field on the left. (What is CSS?)', 'CSS_ON_YOUR_SOCIAL_NETWORK' => 'CSS on your Social Network', 'CSS_ON_YOUR_PAGE' => 'CSS on your page', 'ADDING_YOUR_OWN_CSS_NETWORK' => 'Adding your own CSS gives you full control over the fonts, color, spacing, and general style of your network.', 'ADDING_YOUR_OWN_CSS_PAGE' => 'Adding your own CSS to your page gives you full control over the fonts, color, spacing, and general style of your page.', 'CSS_STYLES_WILL_OVERRIDE' => 'The CSS styles you add here will override any existing CSS styles you may have chosen earlier.', 'NEED_HELP_FIGURING_OUT_CSS' => 'Need help figuring out the name of a specific CSS class on your network? We recommend the "Inspect" feature of the free Firebug extension (for the Firefox browser).', 'WANT_TO_LEARN_MORE' => 'Want to learn more? Check out our Advanced Customization section.', 'APPLY_XS_THEME' => 'Apply %s\'s theme', 'X_ALREADY_REGISTERED_Y_TO_RESET' => 'There is already a Ning ID registered with the email address %s. Please sign in below with your Ning ID or email address. If you\'ve forgotten your password, click here to reset your password.', 'INVITED' => 'Invited', 'REQUESTED_INVITE' => 'Requested Invite', 'BAN_FROM_NETWORK' => 'Ban from Network', 'REMOVE_BAN' => 'Remove Ban', 'CANCEL_INVITATION' => 'Cancel Invitation', 'IGNORE' => 'Ignore', 'PROMOTE_TO_ADMINISTRATOR' => 'Promote to Administrator', 'DEMOTE_FROM_ADMINISTRATOR' => 'Demote from Administrator', 'STATUS' => 'Status', 'DATE_JOINED' => 'Date Joined', 'DATE_INVITED' => 'Date Invited', 'DATE_REQUESTED' => 'Date Requested', 'DATE_APPLIED' => 'Date Applied', 'NETWORK_CREATOR' => 'Network Creator', 'NETWORK_ADMINISTRATOR' => 'Administrator', 'ADMINISTRATORS_HAVE_A_SIMILAR_LEVEL' => 'Administrators have a similar level of control to the Network Creator.', 'DOWNLOAD_ALL_MEMBER_DATA' => 'Export All Member Data (.CSV)', 'CLICK_TO_SEE_MEMBER_DATA' => 'Your Member Data has been exported. Right click this link and choose \'Save As\' in order to save it to your desktop.', 'CLICK_GO_TO_START_EXPORT' => 'Click Go to start the export. If you have a lot of members, the process might take a few minutes.', 'MEMBER' => 'Member', 'INVITED_BY_X' => 'Invited by %s', 'DONE' => 'Done', 'YOU_HAVE_BEEN_BANNED_FROM_APPNAME' => 'You have been banned from %s', 'MESSAGE_TO_ADMINISTRATOR' => 'Message to the Administrator', 'SORRY_USERNAME_YOU_CANNOT_ACCESS_IF_YOU_THINK' => 'Sorry, %s, you can not access %s as you have been banned. If you think you\'ve been banned in error, you can contact the administrator.', 'SORRY_USERNAME_YOU_CANNOT_ACCESS' => 'Sorry, %s, you can not access %s as you have been banned.', 'SORRY_USERNAME' => 'Sorry, %s', 'PENDING' => 'Pending', 'ACCEPT' => 'Accept', 'PENDING_APPROVAL' => 'Pending Approval', 'ACCEPT_MEMBERSHIP' => 'Accept Membership', 'DECLINE_MEMBERSHIP' => 'Decline Membership', 'NO_PAGE_YET' => 'No Page Yet', 'YOUR_MEMBERSHIP_TO_X_IS_PENDING_APPROVAL' => 'Your membership to %s is pending approval from the administrators.', 'MEMBERSHIP_PENDING_APPROVAL' => 'Membership Pending Approval', 'YOUR_PROFILE_IS_PENDING_APPROVAL' => 'Your Profile is Pending Approval', 'YOUR_PROFILE_DETAILS_MUST_BE_APPROVED_ON_X' => 'Your profile details must be approved by the Administrator before you can become a member of %s. You will receive an email once your profile is approved.', 'CONTINUE_ARROW' => 'Continue →', 'LARR_BACK_TO_PENDING_MEMBERS' => '← Back to Pending Members', 'X_IS_AWAITING_APPROVAL_TO_BECOME_MEMBER_OF_Y' => '%s is awaiting approval to become a member of %s.', 'VIEW_PAGE' => 'View Page', 'MESSAGE' => 'Message', 'SEND_MESSAGE' => 'Send Message', 'MANAGE_FORUM_CATEGORIES' => 'Manage forum categories', 'START_DISCUSSIONS' => 'Start discussions', 'WELCOME_TO_YOUR_NEW_SOCIAL_NETWORK' => 'Welcome to your new social network', 'NOW_ALL_YOU_NEED_TO_DO_IS_INVITE_YOUR_FRIENDS' => 'Now all you need to do is invite your friends!', 'CONTRIBUTE' => 'Contribute.', 'CUSTOMIZE_APPEARANCE_BADGES' => 'Customize. Adjust network appearance and design badges and widgets.', 'CONTROL_MANAGE_PAGE' => 'Control. The manage page is home to a host of configuration options.', 'CREATE_GROUPS' => 'Create groups', 'INVITE_MORE_PEOPLE' => 'Invite More People', 'VIEW_THREAD' => 'View Thread', 'COMMENT_THREAD' => 'Comment Thread', 'COMMENT_BACK' => 'Comment Back', 'HELLO_YOU_NEED_TO_ENABLE_JAVASCRIPT' => 'Hello, you need to enable JavaScript to use this network.', 'PLEASE_CHECK_YOUR_BROWSER_SETTINGS' => 'Please check your browser settings or contact your system administrator.', 'MANAGE_MEMBERS_ADMINS_INVITED' => 'Manage members, Administrators, invited people and banned people.', 'MANAGE_MEMBERS' => 'Manage Members', 'MANAGE_INVITED_PEOPLE' => 'Manage Invited People', 'NETWORK_SETTINGS' => 'Network Settings', 'PROMOTE_YOUR_NETWORK' => 'Promote Your Network', 'NING_RESOURCES' => 'Ning Resources', 'ADD_PREMIUM_SERVICES' => 'Add Premium Services', 'REQUEST_SOURCE_CODE' => 'Request Source Code Access', 'REQUEST_A_COPY_OF_THE_SOURCE_CODE' => 'Developers: request access to the source code running your network.', 'JOIN_NETWORK_CREATORS' => 'Join Network Creators', 'SEND_MESSAGE_TO_ALL_THIS' => 'Send a message to all the members of this network.', 'CREATE_ANOTHER_NETWORK' => 'Create Another Network', 'HAVE_ANOTHER_GREAT_IDEA' => 'Have another great idea for a Social Network?', 'ALLOW_FACEBOOK_USERS_TO' => 'Allow Facebook users to put your network\'s widgets on their profile pages.', 'BADGES_AND_WIDGETS' => 'Badges & Widgets', 'CUSTOMIZE_WIDGETS_AND_BADGES' => 'Customize the look of your network\'s widgets and badges.', 'GET_BADGES' => 'Get Badges', 'CUSTOM_TEXT' => 'Custom Text', 'IM_A_MEMBER_OF' => 'I\'m a member of:', 'DONT_DISPLAY_ANY_BRANDING' => 'Don\'t Display Any Branding', 'WATERMARK_OR_LOGO_IMAGE' => 'Watermark or Logo Image:', 'NETWORK_BRANDING_BADGES' => 'Network Branding: Badges', 'NETWORK_BRANDING_WIDGETS' => 'Network Branding: Widgets', 'LOGO_IMAGE' => 'Logo Image', 'SMALL_NETWORK_BADGE' => 'Small Network Badge', 'LARGE_NETWORK_BADGE' => 'Large Network Badge', 'REFRESH' => 'Refresh', 'HTML_EMBED_CODE' => 'HTML Embed Code:', 'CUSTOMIZE' => 'Customize', 'SHARE_TITLE' => 'Share \'%s\'', 'SHARE_TYPE' => 'Share %s', 'YOUR_MESSAGE_SENT' => 'Your message has been sent successfully.', 'YOUR_MESSAGES_SENT' => 'Your messages have been sent successfully.', 'YOU_CAN_SHARE_TYPE_TWO_WAYS' => 'You can share this %s in two ways…', 'CHECK_OUT_X_ON_Y_ELLIPSIS' => 'Check out "%1$s" on %2$s…', 'CHECK_OUT_THIS_X_ON_Y_ELLIPSIS' => 'Check out this %1$s on %2$s…', 'PHOTO_ALBUM' => 'photo album', 'CUSTOMIZE_YOUR_BADGES_AND_WIDGETS' => 'Customize your badges and widgets with your own color and image choices. Your changes may take up to 4 hours to be reflected on other websites.', 'BACKGROUND_IMAGE_AND_COLOR' => 'Background Image & Color', 'USE_THIS_FORM_TO_REPORT_ISSUE_TO_NC' => 'Use this form to report an issue to %s, the creator of %s.', // Profile widget 'SEND_MESSAGE_TO_FRIENDS' => 'Send Message to Friends', 'SORRY_NCS_CANNOT_CHANGE_EMAIL' => 'Sorry, Network Creators cannot change their email addresses through networks they don\'t own.', 'SORRY_NCS_CANNOT_CHANGE_PASSWORD' => 'Sorry, Network Creators cannot change their passwords through networks they don\'t own.', 'GO' => 'Go', 'LARGE_THUMBNAILS' => 'Large Thumbnails', 'SMALL_THUMBNAILS' => 'Small Thumbnails', 'RECENTLY_JOINED' => 'Newest', 'MOST_POPULAR_MEMBERS' => 'Most Popular', 'NO_MEMBERS_TO_DISPLAY' => 'You are currently displaying no members', 'BOX_WILL_NOT_SHOW_MEMBERS' => 'This box won\'t show up for other people unless you select at least one row.', 'DETAIL_VIEW' => 'Detail View', 'TITLES_ONLY' => 'Titles Only', 'RECENTLY_ADDED_POSTS' => 'Recently Added', 'POPULAR_POSTS' => 'Most Comments', 'PROMOTED_POSTS' => 'Featured ', 'BOX_WILL_NOT_SHOW_BLOG_POST' => 'This box won\'t show up for other people unless you select at least one post.', 'KEEP_WINDOW_OPEN_UPLOAD' => 'Please keep this browser window open while upload continues.', 'CANCEL_UPLOAD' => 'Cancel Upload', 'YOU_DO_NOT_HAVE_POSTS' => 'You haven\'t written any posts yet.', 'YOU_DO_NOT_HAVE_COMMENTS' => 'You don\'t have any comments to approve.', 'REQUIRED_FIELD' => '(Required field)', 'BLOG_POST_BY_X' => 'Blog Post by %s', 'HELLO' => 'Hello,', 'ADDED_BY_X' => 'Added by %s', 'CLICK_TO_ADD_A_TITLE' => 'click to add a title', 'DELETE_BLOG_POST' =>'Delete Post', 'DELETE_THIS_BLOG_POST_Q' => 'Delete This Blog Post?', 'ARE_YOU_SURE_DELETE_THIS_BLOG_POST' => 'Are you sure you want to delete this blog post? This process may take a few minutes.', 'SPINNER' => 'Spinner', 'PLEASE_ENTER_SOMETHING_FOR_X' => 'Please enter something for: %s', 'PLEASE_SELECT_OPTION_FOR_X' => 'Please select an option for: %s', 'PLEASE_PROVIDE_VALID_DATE_FOR_X' => 'Please provide a valid date for: %s', 'PLEASE_PROVIDE_DATE_FOR_X' => 'Please provide a date for: %s', 'XS_BLOG_POSTS_FOR_M_Y' => '%s\'s Blog Posts for %s %s', 'FEATURED_BLOG_POSTS_FOR_M_Y' => 'Featured Blog Posts for %s %s', 'BLOG_POSTS_FOR_M_Y' => 'Blog Posts for %s %s', 'FEATURED_BLOG_POSTS' => 'Featured Blog Posts', 'EVERYONES_POSTS' => 'Everyone\'s Blog Posts', 'PUBLISHED_N_OF_N' => 'Published %d of %d', 'DOWNLOAD_X' => 'Download %s', 'UPLOAD_DID_NOT_WORK' => 'Sorry, that upload didn\'t work', 'F_J_Y' => 'F j, Y', 'M_J_Y' => 'M. j, Y', 'XS_POSTS' => '%s\'s Posts', 'USERNAMES_COMMENTS' => '%s\'s Comments', 'ADD_COMMENT' => 'Add Comment', 'XS_PAGE' => '%s\'s Page', 'XS_BLOG' => '%s\'s Blog', 'XS_FRIENDS' => '%s\'s Friends', 'VIEW_XS_ELLIPSIS' => 'View %s\'s…', 'DRAFT_BRACKETS' => '[ Draft ]', 'FEATURED' => 'Featured', 'MY_POSTS' => 'My Posts', 'MY_POSTS_ONLY' => 'My Posts Only', 'OWNER_POSTS_ONLY' => 'Creator Posts Only', 'JANUARY' => 'January', 'FEBRUARY' => 'February', 'MARCH' => 'March', 'APRIL' => 'April', 'MAY' => 'May', 'JUNE' => 'June', 'JULY' => 'July', 'AUGUST' => 'August', 'SEPTEMBER' => 'September', 'OCTOBER' => 'October', 'NOVEMBER' => 'November', 'DECEMBER' => 'December', 'MY_COMMENTS' => 'My Comments', 'AM' => 'AM', 'PM' => 'PM', 'MY_PAGE' => 'My Page', 'MY_PAGE_TAB_TEXT' => 'My Page', 'BLOG_POSTS' => 'Blog Posts', 'MY_BLOG' => 'My Blog', 'MONTH' => 'Month', 'DAY' => 'Day', 'PICK_VALID_DEFAULT_VISIBILITY' => 'Please pick a valid choice for default visibility', 'PICK_VALID_WHO_CAN_COMMENT' => 'Please pick a valid choice for who can comment', 'PICK_VALID_BLOG_COMMENT_MODERATION' => 'Please pick a valid choice for blog comment moderation', 'PICK_VALID_ACTIVITY_NOTIFICATION' => 'Please pick a valid choice for activity notification', 'PICK_VALID_MODERATION_NOTIFICATION' => 'Please pick a valid choice for moderation notification', 'PICK_VALID_APPROVAL_NOTIFICATION' => 'Please pick a valid choice for approval notification', 'PICK_VALID_INVITEE_NOTIFICATION' => 'Please pick a valid choice for invitee joining notification', 'PICK_VALID_NEVER_NOTIFICATION' => 'Please pick a valid choice for never receiving notifications', 'PICK_VALID_ALL_FRIENDS_NOTIFICATION' => 'Please pick a valid choice for notifications of messages sent to all friends', 'PICK_VALID_FRIEND_REQUEST_NOTIFICATION' => 'Please pick a valid choice for friend request notifications', 'PICK_VALID_NEW_MESSAGE_NOTIFICATION' => 'Please pick a valid choice for new message notifications', 'APPROVE_COMMENT' => 'Approve Comment', 'MANAGE_BLOG' => 'Manage Blog', 'COMMENTS_POSTED_ON_BLOG' => 'Comments posted on my blog', 'COMMENT' => 'Comment', 'COMMENTER' => 'Commenter', 'POST' => 'POST', 'M_J_Y_G_IA' => 'M j, Y, g:ia', 'POST_HAS_BEEN_DELETED' => 'Post has been deleted', 'COMMENTS_ARE_CLOSED' => 'Comments are closed for this blog post', 'NO_COMMENTS' => 'No Comments', 'FLAG' => 'Flag', 'POST_TITLE' => 'Post Title', 'DRAFT_PARENTHESES' => '(Draft)', 'SCHEDULED_TO_PUBLISH_ON' => 'Scheduled to publish on: %s', 'EDIT_2' => 'edit', 'NONE' => 'None', 'N_NEW' => '%s New', 'NO_POSTS' => 'No Posts', 'ADD_NEW_BLOG_POST' => 'Add a New Blog Post', 'HAPPY' => 'Happy', 'SAD' => 'Sad', 'COOL' => 'Cool', 'EVIL' => 'Evil', 'MAD' => 'Mad', 'ENVIOUS' => 'Envious', 'ENTRY' => 'Entry', 'WHAT_DATE_FOR_YOUR_POST' => 'What date would you like for your post?', 'NOW' => 'Now', 'CHOOSE_DATE_AND_TIME' => 'Choose a date and time (if you choose a future date, your post will publish at that time)', 'PRIVACY_AND_COMMENTS' => 'Privacy & Comments', 'WHO_CAN_VIEW_POST' => 'Who can view this post?', 'EVERYONE' => 'Everyone', 'ALLOW_COMMENTS' => 'Allow comments on this post?', 'YES' => 'Yes', 'NO' => 'No', 'COMMENT_MODERATION' => 'Comment Moderation', 'YOU_ARE_MODERATING_BLOG_COMMENTS' => 'You are currently moderating blog comments.', 'YOU_ARE_NOT_MODERATING_BLOG_COMMENTS' => 'You are not currently moderating blog comments.', 'SAVE_AS_DRAFT' => 'Save as Draft', 'PREVIEW' => 'Preview', 'PUBLISH_POST' => 'Publish Post', 'THIS_IS_PREVIEW_OF_BLOG_POST' => 'This is a preview of what your blog post will look like when you publish it. Click Back to edit the post, or Publish if it\'s ready!', 'BACK' => 'Back', 'PUBLISH' => 'Publish!', 'BLOG_POST' => 'Blog Post', 'PROFILE' => 'Profile', 'THIS_IS_UNPUBLISHED_DRAFT' => 'This is an unpublished draft', 'WILL_BE_PUBLISHED_ON_X' => 'Will be published on %s %s', 'POSTED_ON_X' => 'Posted %s %s', 'POSTED_ON_X_BY' => 'Posted %s %s by:', 'ABOUT_THIS_POST' => 'About This Post', 'ABOUT_YOUR_POST' => 'About Your Post', 'ADDED_BY' => 'Added by:', 'JUST_FRIENDS' => 'Just Friends', 'RECENT_POSTS' => 'Recent Posts', 'THERE_ARE_NO_RECENT_POSTS' => 'There are no recent posts.', 'YOUR_COMMENT_HAS_BEEN_ADDED_BUT' => 'Your comment has been added but needs to be approved before everyone can see it.', 'AT_TIME_ON_DATE_USERNAME_SAID' => 'At %s on %s, %s said…', 'X_DOES_NOT_HAVE_ANY_FRIENDS' => '%s doesn\'t have any friends on this social network yet.', 'YOU_DO_NOT_HAVE_ANY_FRIENDS' => 'You don\'t have any friends on this social network yet.', 'EDIT_PAGE_APPEARANCE' => 'Edit Page Appearance', 'VIEW_PAGE_AS_OTHERS' => 'View Page As Others See It', 'ADD_BLOG_POST' => 'Add Blog Post', 'KEEP_WINDOW_OPEN_CONTENT_DELETED_2' => 'Please keep this browser window open while all of %s\'s content is deleted. This process may take a few minutes.', 'BAN_MEMBER_FROM_NETWORK' => 'Ban Member from Network', 'BAN_USERNAME' => 'Ban %s?', 'BLOCK' => 'block', 'CREATE_NEW_BLOG_POST' => 'Create a new blog post!', 'EDIT_POST' => 'Edit Post', 'EDIT_POST_COLON' => 'Edit Post: ', 'CONTINUE_READING' => 'Continue Reading…', 'POSTED_BY_ME_LINK_ON_X_AT_X' => 'Posted by me on %s at %s —', 'POSTED_BY_X_ON_X_AT_X' => 'Posted by %s on %s at %s —', 'POSTED_BY_ME_ON_X_AT_X' => 'Posted by me on %s at %s —', 'ADD' => 'Add', 'SUBSCRIBE' => 'Subscribe', 'VIEW_ARCHIVES' => 'View Archives', 'YOUR_SETTINGS_HAVE_BEEN_SAVED' => 'Your settings have been saved.', 'PLEASE_CORRECT_THE_FOLLOWING' => 'Please correct the following:', 'PRIVACY' => 'Privacy', 'NETWORK_PRIVACY' => 'Network Privacy', 'THIS_NETWORK_VISIBLE_TO_EVERYONE' => 'This network is visible to everyone.', 'ANYONE_CAN_SIGN_UP_VISITORS_CAN' => 'Anyone can sign up to become a member. Visitors can…', 'SEE_EVERYTHING' => 'See everything', 'SEE_JUST_THE_MAIN_PAGE' => 'See just the main page', 'SEE_JUST_THE_SIGN_UP_PAGE' => 'See just the sign up page', 'THIS_NETWORK_VISIBLE_MEMBERS_ONLY' => 'This network is visible to members only.', 'WHO_CAN_SIGN_UP' => 'Who can sign up to become a member?', 'MODERATION' => 'Moderation', 'APPROVE_MEMBERS_BEFORE_JOIN' => 'Approve new members before they can join', 'APPROVE_PHOTOS_VIDEOS' => 'Approve photos and videos before they appear', 'SHOW_LATEST_ACTIVITY_ON_YOUR_NETWORK' => 'Show Latest Activity on Your Network!', 'PUT_A_CONSTANTLY_UPDATED_STREAM' => 'Put a constantly updated stream of recent activity on your network\'s main page.', 'CLICK_HERE_TO_ADD_LATEST_ACTIVITY' => 'Click here to add Latest Activity to your network.', 'THESE_OPTIONS_ARE_DISABLED_ACTIVITY' => 'These options are disabled since you don\'t have Latest Activity on your network.', 'ACTIVITY' => 'Activity', 'DISPLAY_PREFERENCES' => 'Display Preferences', 'NEW_CONTENT' => 'New content', 'NEW_COMMENTS' => 'New comments', 'NEW_MEMBERS' => 'New members', 'MEMBER_UPDATES' => 'Member updates', 'WHAT_DISPLAYS_LATEST_ACTIVITY' => 'What displays in your network\'s
Latest Activity?', 'LATEST_ACTIVITY' => 'Latest Activity', 'X_COMMENTED_ON_POST_TITLE' => '%1$s replied to the discussion %2$s', 'X_LINK_COMMENTED_ON_POST_LINK_TITLE' => '%1$s replied to the discussion %4$s', 'YOU_LINK_COMMENTED_ON_POST_LINK_TITLE' => 'You replied to the discussion %3$s', 'X_COMMENTED_ON_BLOG_POST_TITLE' => '%1$s commented on the blog post %2$s', 'X_LINK_COMMENTED_ON_BLOG_POST_LINK_TITLE' => '%1$s commented on the blog post %4$s', 'YOU_LINK_COMMENTED_ON_BLOG_POST_LINK_TITLE' => 'You commented on the blog post %3$s', 'X_STARTED_A_DISCUSSION_Y' => '%s started a discussion called %s', 'YOU_STARTED_A_DISCUSSION_Y' => 'You started a discussion called %s', 'X_ADDED_THE_BLOG_POST_Y' => '%s added the blog post \'%s\'', 'YOU_ADDED_THE_BLOG_POST_Y' => 'You added the blog post \'%s\'', 'X_JOINED_THE_GROUP_Y' => '%s joined the group %s', 'YOU_JOINED_THE_GROUP_X' => 'You joined the group %s', 'X_JOINED_Y_GROUPS' => '%s joined %s groups', 'YOU_JOINED_X_GROUPS' => 'You joined %s groups', 'X_JOINED_APPNAME' => '%s joined %s. Leave a Comment for %s.', 'WELCOME_MEMBER_N_OF_APPNAME' => 'Welcome, %1$s! You are member #%2$s of %3$s.', 'WELCOME_MEMBER_N_OF_APPNAME_INVITE' => 'Welcome, %1$s! You are member #%2$s of %3$s. Invite friends now.', 'X_IS_MEMBER_N_OF_APPNAME' => '%1$s is member #%2$s of %3$s.', 'XS_PROFILE_CHANGED' => '%s\'s profile changed', 'YOUR_PROFILE_CHANGED' => 'Your profile changed', 'X_LEFT_A_COMMENT_FOR_Y' => '%s left a comment for %s', 'YOU_LEFT_A_COMMENT_FOR_X' => 'You left a comment for %s', 'X_LEFT_A_COMMENT_FOR_YOU' => '%s left a comment for you', 'X_CREATED_A_GROUP_Y' => '%s created a group called %s', 'YOU_CREATED_A_GROUP_Y' => 'You created a group called %s', 'X_CREATED_Y_NEW_GROUPS' => '%s created %s new groups', 'X_STARTED_Y_FORUM_POSTS' => '%s started %s new forum discussions', 'YOU_STARTED_Y_FORUM_POSTS' => 'You started %s new forum discussions', 'X_ADDED_Y_BLOG_POSTS' => '%s added %s new blog posts', 'YOU_ADDED_Y_BLOG_POSTS' => 'You added %s new blog posts', 'YOU_COMMENTED_ON_PHOTO_TITLE' => 'You commented on the photo %s', 'X_LINK_COMMENTED_ON_PHOTO_TITLE' => '%s commented on the photo %s', 'YOU_COMMENTED_ON_VIDEO_TITLE' => 'You commented on the video %s', 'X_LINK_COMMENTED_ON_VIDEO_TITLE' => '%s commented on the video %s', 'VIEW_XS_BLOG_POSTS' => 'View %s\'s blog posts', 'VIEW_YOUR_BLOG_POSTS' => 'View your blog posts', 'APPNAME_HAS_NEW_PROFILE_QUESTIONS' => '%s has new profile questions', 'APPNAME_NOW_HAS_MUSIC' => '%s now has a music player', 'APPNAME_NOW_HAS_GROUPS' => '%s now has groups', 'APPNAME_NOW_HAS_VIDEO' => '%s now has videos', 'APPNAME_NOW_HAS_FORUM' => '%s now has a forum', 'APPNAME_NOW_HAS_PHOTO' => '%s now has photos', 'DID_YOU_KNOW' => 'Did you know', 'ANNOUNCEMENT' => 'Announcement', 'CONGRATULATIONS' => 'Congratulations', 'YOU_CREATED_APPNAME' => 'You created the %s network.', 'USER_CREATED_APPNAME' => '%s created the %s network.', 'ADD_MESSAGES_ACTIVITY_FEED' => 'Add messages and choose what\'s displayed in your network\'s activity feed.', 'WHICH_OF_YOUR_ACTIONS_DISPLAY_ACTIVITY' => 'Which of your actions should display
on Latest Activity?', 'NEW_CONTENT_I_ADD' => 'New content I add', 'NEW_COMMENTS_I_ADD' => 'New comments I add', 'WHEN_I_UPDATE_MY_PROFILE' => 'When I update my profile', 'THE_LATEST_ACTIVITY_WILL_NEVER' => 'Latest Activity will never display messages you send, pages or members you view, invitations you decline, people you de-friend or decline, or things you delete.', 'YOU_HAVENT_DONE_ANYTHING_RECENTLY' => 'You have no recent activity. Why not start something?', 'YOUVE_TURNED_OFF_THE_ACTIVITY_DISPLAY_CLICK' => 'You\'ve turned off the display of your activity. Click here to turn it back on.', 'THE_NETWORK_CREATOR_HAS_TURNED_OFF_THE_ACTIVITY' => 'The network creator has turned off the display of all activity.', 'NO_ACTIVITY_TO_DISPLAY' => 'You are currently displaying no activity.', 'BOX_WILL_NOT_SHOW_ACTIVITY' => 'This box won\'t show up for other people unless you select at least one activity item.', 'NOTHING_IS_HAPPENING_ON_YOUR_NETWORK' => 'There is no recent activity. Why not start something?', 'MY_ACTIVITY_PREFERENCES' => 'My Activity Preferences', 'DELETE_ACTIVITY_ITEM' => 'Remove Activity Message', 'DELETE_THIS_ACTIVITY_MESSAGE_Q' => 'Remove this activity message?', 'THIS_WILL_PREVENT_ACTIVITY' => 'This will prevent anyone from seeing this activity message', 'X_HAS_POSTED_THE_MOST_PHOTOS' => '%1$s has posted the most %2$sphotos%3$s', 'X_IS_THE_MOST_POPULAR_PHOTO' => '%s is the most popular photo to date', 'X_HAS_POSTED_THE_MOST_VIDEOS' => '%1$s has posted the most %2$svideos%3$s', 'X_IS_THE_MOST_POPULAR_VIDEO' => '%s is the most popular video to date', 'X_HAS_POSTED_THE_MOST_MUSIC' => '%s has posted the most songs', 'X_IS_THE_MOST_POPULAR_MUSIC' => '%s is the most popular song to date', 'X_IS_THE_MOST_POPULAR_TOPIC' => '%s is the most popular forum post to date', 'X_IS_THE_MOST_POPULAR_BLOG_POST' => '%s is the most popular blog post to date', 'XS_LATEST_ACTIVITY_ON_APPNAME' => '%s\'s Latest Activity on %s', 'LATEST_ACTIVITY_ON_APPNAME' => 'Latest Activity on %s', 'ADD_MESSAGE_TO_LATEST_ACTIVITY' => 'Add Message to Latest Activity', 'ADD_FACTS_ABOUT_THE_NETWORK_ELLIPSIS' => 'Add facts about the network…', 'ADD_MESSAGE' => 'Add Message', 'ELLIPSIS_OR_WRITE_YOUR_OWN_MESSAGE' => '…or write your own message', 'NETWORK' => 'Network', 'WHO_CAN_VIEW_YOUR_PHOTOS_VIDEOS' => 'Who can view your photos, videos,
and blog posts by default?', 'YOU_CAN_OVERRIDE_WHEN_YOU_ADD' => '(You can override this setting for a photo, video, or blog post when you add it.)', 'MODERATE_COMMENTS_ON_BLOG' => 'Do you want to approve comments
before they appear on your blog?', 'YES_LET_ME_APPROVE' => 'Yes – Let me approve comments first', 'NO_PUBLISH_COMMENTS' => 'No – Publish comments immediately', 'WHO_CAN_COMMENT_ON_PHOTOS_VIDEOS' => 'Who can comment on your photos,
videos and blog?', 'SAVE' => 'Save', 'EMAIL' => 'Email', 'YOUR_PRIVACY_IS_IMPORTANT' => 'Your privacy is important to us. If you have any questions on your email notifications, please send us a note via the Help Center.', 'ADD_PHOTOS_AND_VIDEOS_TO_X_BY_SENDING' => 'Add photos and videos to %s by sending them to this email address:', 'ADD_PHOTOS_AND_VIDEOS_TO_APPNAME_FROM_PHONE' => 'Add photos and videos to %s from your phone by sending them to this email address:', 'GENERATE_NEW_EMAIL_ADDRESS' => 'Generate New Email Address', 'SUPPORTS_TEXT_EMBEDDED' => 'Supports text, embedded videos, photos, and widgets', 'POST_COMMENT' => 'Post Comment', 'YOU_NEED_TO_BE_MEMBER_COMMENTS' => 'You need to be a member of %s to add comments!', 'MONTHLY_ARCHIVES' => 'Monthly Archives', 'NO_FRIENDS_ON_SITE' => 'No friends on this social network yet.', 'NO_FRIENDS_ON_SITE_THAT_MATCH' => 'No friends on this social network that match your search.', 'MEMBERS_TAB_TEXT' => 'Members', 'SITE_HAS_NO_MEMBERS' => 'This social network doesn\'t have any members yet!', 'SITE_HAS_NO_MEMBERS_THAT_MATCH' => 'This social network doesn\'t have any members that match your search.', 'NO_COMMENTS_YET' => 'No comments yet!', 'VIEW_ALL_COMMENTS' => 'View All Comments', 'YOU_HAVE_NOT_ADDED_BLOG_POSTS' => 'You haven\'t added any blog posts yet!', 'YOU_CAN_WRITE_ABOUT_ANYTHING' => 'You can write about anything you want, talk about and embed your favorite videos, photos and music.', 'WRITE_YOUR_FIRST_ENTRY' => 'Write your first entry!', 'THERE_ARE_NO_FEATURED_X' => 'There are no featured %s on your social network.', 'THERE_ARE_NO_X_THAT_MATCH_SETTINGS' => 'There are no %s that match the settings you have selected.', 'START_FEATURING_X_CLICK_Y' => 'Start featuring %s where you see the Feature option. To learn more about featuring, click here.', 'YOUR_FRIEND' => 'Your Friend', 'REQUEST_SENT' => 'Request Sent!', 'BLOCKED' => 'Blocked', 'BANNED' => 'Banned', 'ADD_YOUR_FIRST_BLOG_POST' => 'Add Your First Blog Post', 'MY_FIRST_BLOG_POST' => 'My first blog post!', 'TELL_THE_PEOPLE_ON' => 'Tell the people on %s more about yourself. Questions marked with a lock are private and only visible to Administrators.', 'CHOOSE_A_THEME_FOR_PAGE' => 'Choose a Theme for Your Page', 'NOW_CUSTOMIZE_PAGE' => 'Now Customize Your Page…', 'NO_POSTS_TO_DISPLAY' => 'No posts to display.', 'YOU_ARE_DISPLAYING_NO_POSTS' => 'You are currently displaying no posts.', 'DATE_COLON' => 'Date:', 'TIME_COLON' => 'Time:', 'CHANGE' => 'Change', 'UPLOAD_A_PHOTO' => 'Upload a Photo', 'OPTIONS' => 'Options', 'PIXELS' => 'Pixels', 'CANCEL' => 'Cancel', 'UPLOAD_A_FILE' => 'Upload a file:', 'TO_INSERT_A_FILE' => 'To insert a file, click the "Browse" or "Choose" button above to locate the file on your computer.', 'UPLOADING' => 'Uploading…', 'OK' => 'OK', 'POPULAR_MEMBERS' => 'Popular Members', 'INVITE_FRIENDS' => 'Invite Friends', 'VIEW_ALL' => 'View All', 'REMOVE_X' => 'Remove %s', 'ARE_YOU_SURE_BAN_X_AND_CONTENT' => 'Are you sure you want to ban %1$s from your social network and delete all content %1$s has added? This process may take a few minutes.', 'REMOVING_X' => 'Removing %s', 'ARE_YOU_SURE_BAN_MEMBERS_AND_CONTENT' => 'Are you sure you want to ban the selected member(s) from your social network and delete all content they have added? This process may take a few minutes.', 'ARE_YOU_SURE_BAN_MEMBERS' => 'Are you sure you want to ban the selected member(s) from your social network? This process may take a few minutes.', 'BAN' => 'Ban', 'REMOVING_MEMBERS' => 'Removing Members', 'FEMALE' => 'Female', 'MALE' => 'Male', 'UNITED_STATES' => 'United States', 'AND' => 'and', 'FROM' => 'from', 'GENDER_M' => 'Male', 'GENDER_F' => 'Female', 'XS_PAGE_ON_Y' => '%s\'s Page on %s', 'SEARCH_MEMBERS' => 'Search Members', 'SOMEBODY_COMMENTED_BLOGPOST_ADDED_TO_X' => 'somebody commented on a blog post you\'ve added to %s', 'YOU_HAVE_A_NEW_COMMENT_ON_YOUR_PAGE_ON_X' => 'You have a new comment on your page on %s.', 'A_BLOG_POST' => 'a blog post', 'NOW_THAT_YOU_JOINED_INVITE' => 'Now that you\'ve joined, invite your friends!', 'THIS_IS_YOUR_PAGE' => 'This is Your Page:', 'START_BY_CUSTOMIZING_ITS_APPEARANCE' => 'Start by customizing its appearance.', 'USE_IT_TO_KEEP_A_BLOG_AND_DISPLAY_YOUR_PROFILE_ANSWERS' => 'Use it to keep a blog, and display your profile answers.', 'START_CONTRIBUTING' => 'Start contributing:', 'UPLOAD_VIDEOS' => 'Upload videos', 'CONTRIBUTE_TO_DISCUSSIONS' => 'Contribute to discussions', 'JOIN_GROUPS' => 'Join groups', 'ADD_A_BLOG_POST' => 'Add a blog post', 'CLICK_TO_ACCEPT_FRIENDS' => 'Click here to view your friend requests.', 'LEAVE_X' => 'Leave %s', 'LEAVE_X_Q' => 'Leave %s?', 'ARE_YOU_SURE_LEAVE_X' => 'Are you sure you want to leave %s and delete all your content? This process may take a few minutes.', 'BACK_TO_USERNAMES_PAGE' => '← Back to %s\'s Page', 'BACK_TO_MY_PAGE' => '← Back to My Page', 'COMMENT_WALL' => 'Comment Wall', 'ONLINE' => 'Online', 'MEMBER_IS_ONLINE' => 'Member is Online', 'ONLINE_NOW' => 'Online Now', 'CHOOSE_WHO_CAN_SEE_JOIN_AND_CONTRIBUTE' => 'Choose who can see, join and contribute to your network.', 'EMAIL_NOTIFICATIONS' => 'Email Notifications', 'WHAT_NETWORK_ACTIVITY_EMAIL_FOR' => 'What network activity do you want to receive an email notification for?', 'NETWORK_MESSAGES' => 'Network Messages', 'MEMBER_ACTIVITY' => 'Member Activity', 'APPROVAL' => 'Approval', 'FRIEND_REQUESTS' => 'Friend requests', 'PEOPLE_IVE_INVITED_JOIN' => 'People that I\'ve invited to join this network', 'MESSAGES_SENT_TO_ME' => 'Messages sent to me', 'MESSAGES_SENT_TO_GROUPS' => 'Messages sent to groups I belong to', 'MESSAGES_SENT_TO_NETWORK' => 'Messages sent to the whole network', 'MESSAGES_SENT_TO_ALL_FRIENDS' => 'Messages sent to all friends', 'I_HAVE_NEW_COMMENTS' => 'I have new comments to approve', 'I_HAVE_NEW_NETWORK_CONTENT' => 'I have new network content to approve', 'CONTENT_ACTIVITY' => 'Content Activity', //TODO slated to be removed for BAZ-4398 'ACTIVITY_ON_THINGS_IVE_ADDED' => 'Activity on things I\'ve added', //TODO slated to be removed for BAZ-4398 'AUTO_FOLLOW_DISCUSSIONS_I_REPLY_TO' => 'Automatically follow discussions I reply to', //TODO slated to be removed for BAZ-4398 'THINGS_IVE_ADDED_APPROVED' => 'Things I\'ve added have been approved', 'NOTIFICATIONS' => 'Notifications', 'EMAIL_ME_WHEN_PEOPLE_REPLY' => 'Email me when people reply', 'DO_NOT_EMAIL_ME_WHEN_PEOPLE_REPLY' => 'Don\'t email me when people reply', 'TO_STOP_FOLLOWING_THIS_X_GO_TO' => 'To stop following this %s, go to:', 'YOU_ARE_NO_LONGER_FOLLOWING_THIS_X' => 'You are no longer following this %s.', 'NOTIFY' => 'Notify', 'STOP_NOTIFYING' => 'Stop Notifying', 'EMAIL_WHEN_NEW_DISCUSSIONS' => 'Email me when there are new discussions ', 'DO_NOT_EMAIL_WHEN_NEW_DISCUSSIONS' => 'Don\'t email me when there are new discussions ', 'STOP_FOLLOWING_ALL' => 'Stop following all discussions and blog comments', 'CHANGE_MY_PHOTO' => 'Change My Photo', // Countries 'COUNTRY_AF' => 'Afghanistan', 'COUNTRY_AX' => 'Aland Islands', 'COUNTRY_AL' => 'Albania', 'COUNTRY_DZ' => 'Algeria', 'COUNTRY_AS' => 'American Samoa', 'COUNTRY_AD' => 'Andorra', 'COUNTRY_AO' => 'Angola', 'COUNTRY_AI' => 'Anguilla', 'COUNTRY_AQ' => 'Antarctica', 'COUNTRY_AG' => 'Antigua and Barbuda', 'COUNTRY_AR' => 'Argentina', 'COUNTRY_AM' => 'Armenia', 'COUNTRY_AW' => 'Aruba', 'COUNTRY_AU' => 'Australia', 'COUNTRY_AT' => 'Austria', 'COUNTRY_AZ' => 'Azerbaijan', 'COUNTRY_BS' => 'Bahamas', 'COUNTRY_BH' => 'Bahrain', 'COUNTRY_BD' => 'Bangladesh', 'COUNTRY_BB' => 'Barbados', 'COUNTRY_BY' => 'Belarus', 'COUNTRY_BE' => 'Belgium', 'COUNTRY_BZ' => 'Belize', 'COUNTRY_BJ' => 'Benin', 'COUNTRY_BM' => 'Bermuda', 'COUNTRY_BT' => 'Bhutan', 'COUNTRY_BO' => 'Bolivia', 'COUNTRY_BA' => 'Bosnia and Herzegovina', 'COUNTRY_BW' => 'Botswana', 'COUNTRY_BV' => 'Bouvet Island', 'COUNTRY_BR' => 'Brazil', 'COUNTRY_IO' => 'British Indian Ocean Territory', 'COUNTRY_BN' => 'Brunei Darussalam', 'COUNTRY_BG' => 'Bulgaria', 'COUNTRY_BF' => 'Burkina Faso', 'COUNTRY_BI' => 'Burundi', 'COUNTRY_KH' => 'Cambodia', 'COUNTRY_CM' => 'Cameroon', 'COUNTRY_CA' => 'Canada', 'COUNTRY_CV' => 'Cape Verde', 'COUNTRY_KY' => 'Cayman Islands', 'COUNTRY_CF' => 'Central African Republic', 'COUNTRY_TD' => 'Chad', 'COUNTRY_CL' => 'Chile', 'COUNTRY_CN' => 'China, mainland', 'COUNTRY_CX' => 'Christmas Island', 'COUNTRY_CC' => 'Cocos (Keeling) Islands', 'COUNTRY_CO' => 'Colombia', 'COUNTRY_KM' => 'Comoros', 'COUNTRY_CG' => 'Congo, Republic of the', 'COUNTRY_CD' => 'Congo, The Democratic Republic Of The', 'COUNTRY_CK' => 'Cook Islands', 'COUNTRY_CR' => 'Costa Rica', 'COUNTRY_CI' => 'Cote d Ivoire', 'COUNTRY_HR' => 'Croatia', 'COUNTRY_CU' => 'Cuba', 'COUNTRY_CY' => 'Cyprus', 'COUNTRY_CZ' => 'Czech Republic', 'COUNTRY_DK' => 'Denmark', 'COUNTRY_DJ' => 'Djibouti', 'COUNTRY_DM' => 'Dominica', 'COUNTRY_DO' => 'Dominican Republic', 'COUNTRY_EC' => 'Ecuador', 'COUNTRY_EG' => 'Egypt', 'COUNTRY_SV' => 'El Salvador', 'COUNTRY_GQ' => 'Equatorial Guinea', 'COUNTRY_ER' => 'Eritrea', 'COUNTRY_EE' => 'Estonia', 'COUNTRY_ET' => 'Ethiopia', 'COUNTRY_EU' => 'European Union', 'COUNTRY_FK' => 'Falkland Islands', 'COUNTRY_FO' => 'Faroe Islands', 'COUNTRY_FJ' => 'Fiji', 'COUNTRY_FI' => 'Finland', 'COUNTRY_FR' => 'France', 'COUNTRY_GF' => 'French Guiana', 'COUNTRY_PF' => 'French Polynesia', 'COUNTRY_TF' => 'French Southern Territories', 'COUNTRY_GA' => 'Gabon', 'COUNTRY_GM' => 'Gambia', 'COUNTRY_GE' => 'Georgia', 'COUNTRY_DE' => 'Germany', 'COUNTRY_GH' => 'Ghana', 'COUNTRY_GI' => 'Gibraltar', 'COUNTRY_GR' => 'Greece', 'COUNTRY_GL' => 'Greenland', 'COUNTRY_GD' => 'Grenada', 'COUNTRY_GP' => 'Guadeloupe', 'COUNTRY_GU' => 'Guam', 'COUNTRY_GT' => 'Guatemala', 'COUNTRY_GN' => 'Guinea', 'COUNTRY_GW' => 'Guinea-Bissau', 'COUNTRY_GY' => 'Guyana', 'COUNTRY_HT' => 'Haiti', 'COUNTRY_HM' => 'Heard Island and McDonald Islands', 'COUNTRY_HN' => 'Honduras', 'COUNTRY_HK' => 'Hong Kong', 'COUNTRY_HU' => 'Hungary', 'COUNTRY_IS' => 'Iceland', 'COUNTRY_IN' => 'India', 'COUNTRY_ID' => 'Indonesia', 'COUNTRY_IR' => 'Iran, Islamic Republic of', 'COUNTRY_IQ' => 'Iraq', 'COUNTRY_IE' => 'Ireland', 'COUNTRY_IL' => 'Israel', 'COUNTRY_IT' => 'Italy', 'COUNTRY_JM' => 'Jamaica', 'COUNTRY_JP' => 'Japan', 'COUNTRY_JO' => 'Jordan', 'COUNTRY_KZ' => 'Kazakhstan', 'COUNTRY_KE' => 'Kenya', 'COUNTRY_KI' => 'Kiribati', 'COUNTRY_KP' => 'Korea, Democratic Peoples Republic of', 'COUNTRY_KR' => 'Korea, Republic of', 'COUNTRY_KW' => 'Kuwait', 'COUNTRY_KG' => 'Kyrgyzstan', 'COUNTRY_LA' => 'Lao Peoples Democratic Republic', 'COUNTRY_LV' => 'Latvia', 'COUNTRY_LB' => 'Lebanon', 'COUNTRY_LS' => 'Lesotho', 'COUNTRY_LR' => 'Liberia', 'COUNTRY_LY' => 'Libyan Arab Jamahiriya', 'COUNTRY_LI' => 'Liechtenstein', 'COUNTRY_LT' => 'Lithuania', 'COUNTRY_LU' => 'Luxembourg', 'COUNTRY_MO' => 'Macao', 'COUNTRY_MK' => 'Macedonia, The Former Yugoslav Republic of', 'COUNTRY_MG' => 'Madagascar', 'COUNTRY_MW' => 'Malawi', 'COUNTRY_MY' => 'Malaysia', 'COUNTRY_MV' => 'Maldives', 'COUNTRY_ML' => 'Mali', 'COUNTRY_MT' => 'Malta', 'COUNTRY_MH' => 'Marshall Islands', 'COUNTRY_MQ' => 'Martinique', 'COUNTRY_MR' => 'Mauritania', 'COUNTRY_MU' => 'Mauritius', 'COUNTRY_YT' => 'Mayotte', 'COUNTRY_MX' => 'Mexico', 'COUNTRY_FM' => 'Micronesia, Federated States of', 'COUNTRY_MD' => 'Moldova, Republic of', 'COUNTRY_MC' => 'Monaco', 'COUNTRY_MN' => 'Mongolia', 'COUNTRY_MS' => 'Montserrat', 'COUNTRY_MA' => 'Morocco', 'COUNTRY_MZ' => 'Mozambique', 'COUNTRY_MM' => 'Myanmar', 'COUNTRY_NA' => 'Namibia', 'COUNTRY_NR' => 'Nauru', 'COUNTRY_NP' => 'Nepal', 'COUNTRY_NL' => 'Netherlands', 'COUNTRY_AN' => 'Netherlands Antilles', 'COUNTRY_NC' => 'New Caledonia', 'COUNTRY_NZ' => 'New Zealand', 'COUNTRY_NI' => 'Nicaragua', 'COUNTRY_NE' => 'Niger', 'COUNTRY_NG' => 'Nigeria', 'COUNTRY_NU' => 'Niue', 'COUNTRY_NF' => 'Norfolk Island', 'COUNTRY_MP' => 'Northern Mariana Islands', 'COUNTRY_NO' => 'Norway', 'COUNTRY_OM' => 'Oman', 'COUNTRY_PK' => 'Pakistan', 'COUNTRY_PW' => 'Palau', 'COUNTRY_PS' => 'Palestinian Territory, Occupied', 'COUNTRY_PA' => 'Panama', 'COUNTRY_PG' => 'Papua New Guinea', 'COUNTRY_PY' => 'Paraguay', 'COUNTRY_PE' => 'Peru', 'COUNTRY_PH' => 'Philippines', 'COUNTRY_PN' => 'Pitcairn', 'COUNTRY_PL' => 'Poland', 'COUNTRY_PT' => 'Portugal', 'COUNTRY_PR' => 'Puerto Rico', 'COUNTRY_QA' => 'Qatar', 'COUNTRY_RE' => 'Reunion', 'COUNTRY_RO' => 'Romania', 'COUNTRY_RU' => 'Russian Federation', 'COUNTRY_RW' => 'Rwanda', 'COUNTRY_SH' => 'Saint Helena', 'COUNTRY_KN' => 'Saint Kitts and Nevis', 'COUNTRY_LC' => 'Saint Lucia', 'COUNTRY_PM' => 'Saint-Pierre and Miquelon', 'COUNTRY_VC' => 'Saint Vincent and the Grenadines', 'COUNTRY_WS' => 'Samoa', 'COUNTRY_SM' => 'San Marino', 'COUNTRY_ST' => 'Sao Tome and Principe', 'COUNTRY_SA' => 'Saudi Arabia', 'COUNTRY_SN' => 'Senegal', 'COUNTRY_CS' => 'Serbia and Montenegro', 'COUNTRY_SC' => 'Seychelles', 'COUNTRY_SL' => 'Sierra Leone', 'COUNTRY_SG' => 'Singapore', 'COUNTRY_SK' => 'Slovakia', 'COUNTRY_SI' => 'Slovenia', 'COUNTRY_SB' => 'Solomon Islands', 'COUNTRY_SO' => 'Somalia', 'COUNTRY_ZA' => 'South Africa', 'COUNTRY_GS' => 'South Georgia and the South Sandwich Islands', 'COUNTRY_ES' => 'Spain', 'COUNTRY_LK' => 'Sri Lanka', 'COUNTRY_SD' => 'Sudan', 'COUNTRY_SR' => 'Suriname', 'COUNTRY_SJ' => 'Svalbard and Jan Mayen', 'COUNTRY_SZ' => 'Swaziland', 'COUNTRY_SE' => 'Sweden', 'COUNTRY_CH' => 'Switzerland', 'COUNTRY_SY' => 'Syrian Arab Republic', 'COUNTRY_TW' => 'Taiwan', 'COUNTRY_TJ' => 'Tajikistan', 'COUNTRY_TZ' => 'Tanzania, United Republic Of', 'COUNTRY_TH' => 'Thailand', 'COUNTRY_TL' => 'Timor-Leste', 'COUNTRY_TG' => 'Togo', 'COUNTRY_TK' => 'Tokelau', 'COUNTRY_TO' => 'Tonga', 'COUNTRY_TT' => 'Trinidad and Tobago', 'COUNTRY_TN' => 'Tunisia', 'COUNTRY_TR' => 'Turkey', 'COUNTRY_TM' => 'Turkmenistan', 'COUNTRY_TC' => 'Turks and Caicos Islands', 'COUNTRY_TV' => 'Tuvalu', 'COUNTRY_UG' => 'Uganda', 'COUNTRY_UA' => 'Ukraine', 'COUNTRY_AE' => 'United Arab Emirates', 'COUNTRY_GB' => 'United Kingdom', 'COUNTRY_US' => 'United States', 'COUNTRY_UM' => 'United States Minor Outlying Islands', 'COUNTRY_UY' => 'Uruguay', 'COUNTRY_UZ' => 'Uzbekistan', 'COUNTRY_VU' => 'Vanuatu', 'COUNTRY_VA' => 'Vatican City State', 'COUNTRY_VE' => 'Venezuela', 'COUNTRY_VN' => 'Viet Nam', 'COUNTRY_VG' => 'Virgin Islands, British', 'COUNTRY_VI' => 'Virgin Islands, U.S.', 'COUNTRY_WF' => 'Wallis and Futuna', 'COUNTRY_EH' => 'Western Sahara', 'COUNTRY_YE' => 'Yemen', 'COUNTRY_ZM' => 'Zambia', 'COUNTRY_ZW' => 'Zimbabwe', // Admin widget 'ERROR_LOG' => 'Error Log', 'CANNOT_READ_ERROR_LOG' => 'Can\'t read error log', 'CANNOT_OPEN_ERROR_LOG' => 'Can\'t open error log', 'CANNOT_SCAN_ERROR_LOG' => 'Can\'t scan error log', 'MODELS_RESET' => 'Models reset:', 'NO_MODELS_RESET' => 'No models reset.', // Feed widget 'NO_FEED_TO_DISPLAY' => 'You are currently displaying no items.', 'BOX_WILL_NOT_SHOW_FEED' => 'This box won\'t show up for other people unless you select at least one item.', 'CLICK_EDIT_TO_SPECIFY_FEED' => 'Please click Edit to specify the RSS feed for this box.', 'PROBLEM_OCCURRED_RETRIEVING_FEED' => 'A problem occurred retrieving this RSS feed.', 'MORE_ELLIPSIS' => 'More…', 'RSS' => 'RSS', // GADGETS 'CHOOSE_GADGETS' => 'Choose one of these great OpenSocial gadgets to add to your profile page! You can view and rate gadgets here, or learn more about OpenSocial here.', 'GADGETS_UNAVAILABLE' => 'Gadgets temporarily unavailable', 'APOLOGIES_GADGETS_UNAVAILABLE' => 'Our apologies - gadgets are temporarily unavailable.', 'BOX_WILL_NOT_SHOW_GADGET' => 'This box won\'t show up for other people unless you select a Gadget.', 'CLICK_EDIT_TO_SPECIFY_GADGET_OR_VISIT_GADGET_GALLERY' => 'Please click Edit to specify the Gadget URL for this box or visit the Gadget Directory.', 'PROBLEM_OCCURRED_RETRIEVING_GADGET' => 'A problem occurred retrieving this Gadget URL feed.', 'ADD_GADGET_TO_YOUR_PAGE' => 'Add this gadget to your profile', 'GADGETS_BETA' => 'Gadgets (Beta)', 'TRY_OUT_OPENSOCIAL_GADGETS_WARNING_EXPERIMENTAL' => 'Try out OpenSocial Gadgets. Warning: this feature is experimental.', 'ADD_TO_MY_PAGE' => 'Add to My Page', 'GADGETS' => 'Gadgets', 'GADGETS_TAB_TEXT' => 'Gadgets', 'GADGET' => 'Gadget', 'GADGETS_IS_IN_BETA' => 'Gadgets is in Beta.', 'SORRY_GADGET_UNAVAILABLE' => 'We\'re sorry, but this Gadget is unavailable. Please check to ensure that you have the right URL. If you are still having issues, please let us know.', // error.php 'WE_ARE_SORRY_SITE_HAS_ISSUE' => 'We\'re sorry, this site has an issue.', 'PLEASE_TRY_REFRESHING' => 'Please try refreshing the page in 30 seconds, or let us know if you get this message again.', // Page Widget 'NO_DISCUSSIONS_TAGGED_X' => 'There aren\'t any discussions tagged "%1$s".', 'PAGE_TITLE_COLON' => 'Page Title:', 'PAGE_CONTENT' => 'Content:', 'CREATE_PAGE' => 'Create Page', 'CREATE_NEW_PAGE' => 'Create a New Page', 'YOUR_COMMENT' => 'Your Comment', 'ADD_YOUR_COMMENT' => 'Add Your Comment', 'DELETE_PAGE' => 'Delete this Page', 'DELETE_THIS_PAGE_Q' => 'Delete This Page?', 'ARE_YOU_SURE_DELETE_THIS_PAGE' => 'Are you sure you want to delete this page (including all comments)? This process may take a few minutes.', 'SEARCH_PAGES' => 'Search Pages', 'ALL_PAGES' => 'All Pages', 'SUBSCRIBE_TO_PAGES' => 'Subscribe to these pages', 'NOBODY_HAS_ADDED_PAGES' => 'Nobody has added any pages yet!', 'ADD_PAGES_CALL_TO_ACTION' => ' Create a Page to get started.', 'CREATE_A_PAGE' => 'Create a Page', 'PLEASE_ENTER_PAGE_CONTENT' => 'Please enter the page content', 'SEARCH_RESULTS_FOR_X' => 'Search Results for %s', 'EDIT_YOUR_PAGE' => 'Edit Your Page', 'UPDATE_PAGE' => 'Update Page', // Forum widget 'CLOSE_DISCUSSION' => 'Close Discussion', 'REOPEN_DISCUSSION' => 'Re-open Discussion', 'CLOSING_DISCUSSION_PREVENTS' => 'Closing a discussion prevents any further replies', 'NO_DISCUSSION_TO_DISPLAY' => 'You are currently displaying no discussions.', 'BOX_WILL_NOT_SHOW_DISCUSSION' => 'This box won\'t show up for other people unless you select at least one discussion.', 'NEWEST_DISCUSSIONS' => 'Newest Discussions', 'LATEST_REPLIES' => 'Latest Replies', 'REPLIES_CLOSED_FOR_DISCUSSION' => 'Replies are closed for this discussion.', 'SORRY_DISCUSSION_CLOSED' => 'We\'re sorry, but this discussion has just been closed to further replies.', 'MOST_REPLIES' => 'Most Replies', 'OWNER_DISCUSSIONS_ONLY' => 'Creator Discussions Only', 'MY_DISCUSSIONS_ONLY' => 'My Discussions Only', 'DISCUSSION_DELETED' => 'Discussion Deleted', 'DISCUSSION_HAS_BEEN_DELETED' => 'This discussion is no longer available.', 'REPLY_DELETED' => 'Reply Deleted', 'REPLY_HAS_BEEN_DELETED' => 'This reply has been deleted. Return to the discussion.', 'VIEW_ALL_DISCUSSIONS' => 'View All Discussions', 'ADD_CATEGORIES' => 'Add Categories', 'CATEGORY' => 'Category:', 'NO_DISCUSSIONS_IN_CATEGORY' => 'There are no discussions in this category yet.', 'ADD_MANAGE_CATEGORIES' => 'Add/Manage Categories', 'VIEW_ALL_N_CATEGORIES' => 'View All %s Categories', //TODO do we need to use the pluralize function here for i18n reasons? 'UNTITLED_CATEGORY' => 'Untitled Category', 'SAMPLE_TITLE' => 'Sample Title', 'UNCATEGORIZED' => 'Uncategorized', 'EXISTING_DISCUSSIONS' => 'Existing discussions that have not been assigned a category.', 'YOU_HAVE_NOT_ADDED_CATEGORIES' => 'There aren\'t any categories at the moment. Add a category to get started!', 'ADD_A_CATEGORY' => 'Add a Category', 'ADD_ANOTHER_CATEGORY' => 'Add Another Category', 'MANAGE_CATEGORIES' => 'Manage Categories', 'CATEGORY_TITLE' => 'Category Title', 'ALLOW_MEMBERS_TO_START_DISCUSSIONS' => 'Allow members to start discussions in this category', 'ONLY_I_CAN_START_DISCUSSIONS' => 'Only I can start discussions in this category', 'ALLOW_MEMBERS_TO_REPLY' => 'Allow members to reply', 'SUGGESTIONS' => 'Suggestions:', 'TRY_DIFFERENT_KEYWORDS' => 'Try different or more general keywords', 'VIEW_DISCUSSIONS_OR_START_DISCUSSION' => 'View All Discussions or Start a New Discussion', 'MAKE_SURE_WORDS_SPELLED' => 'Make sure all words are spelled correctly', 'REPLY_WAS_DELETED' => 'This reply was deleted', 'TAGS_X' => 'Tags: %s', 'SEND_PRIVATE_MESSAGE' => 'Send Private Message', 'PERMALINK_TO_REPLY' => 'Permalink to this Reply', 'PERMALINK' => 'Permalink', 'WE_COULD_NOT_FIND_ANY_DISCUSSIONS' => 'Our apologies - we couldn\'t find any discussions matching your search.', 'DISCUSSIONS_MATCHING_X' => 'Discussions matching \'%s\'', 'SEARCH_DISCUSSIONS' => 'Search Discussions', 'YOU_HAVE_NOT_ADDED_DISCUSSIONS_2' => 'You haven\'t added any discussions yet!', 'ADD_DISCUSSIONS_AND_SHARE' => 'Add discussions and share them with your friends, family or the rest of the world!', 'DISCUSSION' => 'Discussion', 'DISCUSSIONS' => 'Discussions', 'KEEP_PAGE_OPEN_FORUM' => 'Please keep this page open so we can finish uploading your files to the forum.', 'MEANWHILE_FEEL_FREE_FORUM' => 'Meanwhile, feel free to open a new browser window and continue using %s.', 'START_A_NEW_DISCUSSION' => 'Start a New Discussion', 'DISCUSSION_TITLE' => 'Discussion Title:', 'FIRST_POST' => 'Post:', 'UPLOAD_FILES' => 'Attach File(s):', 'START_DISCUSSION' => 'Start Discussion', 'EDIT_DISCUSSION' => 'Edit Discussion', 'START_A_DISCUSSION' => 'Start a Discussion', 'ALL_DISCUSSIONS' => 'Forum Home', 'CONTRIBUTORS' => 'Contributors', 'MY_DISCUSSIONS' => 'My Discussions', 'READ_MORE' => 'Read More', // _T is for "time elapsed" - see xg_elapsed_time [Jon Aquino 2007-03-13] 'STARTED_T_BY' => 'Started %s by:', 'ADDED_BY_X_T' => 'Added by %s %s', 'STARTED_BY_X_T' => 'Started by %s %s', 'REPLY_BY_X_T' => 'Reply by %s %s', 'STARTED_BY_X_LAST_REPLY_LINK_BY_X_T' => 'Started by %s. Last reply by %s %s.', 'STARTED_DISCUSSION_LAST_REPLY_LINK_BY_X_T' => 'Started this discussion. Last reply by %s %s.', 'STARTED_DISCUSSION_T' => 'Started this discussion %s', 'ADDED_REPLY_T' => 'Added a reply %s', 'ADDED_POST_T' => 'Added a post %s', 'STARTED_BY_X_ON' => 'Started by %s on %s', 'STARTED_DISCUSSION_ON' => 'Started this discussion %s', 'STARTED_ON' => 'Started %s', 'ADDED_REPLY_ON' => 'Added a reply %s', 'ADDED_POST_ON' => 'Added a post %s', 'XS_DISCUSSIONS' => '%s\'s discussions', 'XS_DISCUSSIONS_LOWERCASE' => '%s\'s discussions', 'VIEW_XS_DISCUSSIONS' => 'View %s\'s discussions', 'VIEW_YOUR_DISCUSSIONS' => 'View your discussions', 'TAGGED_X' => 'Tagged: %s', 'SUBSCRIBE_TO_DISCUSSIONS' => 'Subscribe to these discussions', 'SUBSCRIBE_TO_DISCUSSION' => 'Subscribe to this discussion', 'SUBSCRIBE_TO_XS_DISCUSSIONS' => 'Subscribe to %s\'s discussions', 'ALL_DISCUSSIONS_TAGGED_X' => 'All Discussions Tagged \'%s\'', 'SUBSCRIBE_TO_DISCUSSIONS_TAGGED_X' => 'Subscribe to Discussions Tagged \'%s\'', 'N_KB' => '%s KB', 'N_MB' => '%s MB', 'UPLOADING_FILES' => 'Uploading Files', 'ATTACHMENTS' => 'Attachments', 'YOUR_POST' => 'Your Post:', 'YOUR_REPLY' => 'Your Reply:', 'WOULD_YOU_LIKE_TO_UPLOAD_FILES' => 'Would You Like to Upload Files?', 'ADD_YOUR_REPLY' => 'Add Your Reply', 'REPLIES_TO_THIS_DISCUSSION' => 'Replies to This Discussion', 'POSTED_BY_X_ON' => 'Posted by %s %s', 'PLEASE_ENTER_TITLE' => 'Please enter a title for the discussion', 'PLEASE_ENTER_FIRST_POST' => 'Please write the first post for the discussion.', 'REPLY_TO_THIS' => 'Reply to This', 'DELETE_ATTACHMENT' => 'Delete Attachment', 'DELETE_ATTACHMENT_Q' => 'Delete this attachment?', 'DELETE_REPLY' => 'Delete Reply', 'DELETE_THIS_DISCUSSION_Q' => 'Delete This Discussion?', 'ARE_YOU_SURE_DELETE_THIS_DISCUSSION' => 'Are you sure you want to delete this discussion (including all replies)? This process may take a few minutes.', 'DELETE_DISCUSSION' => 'Delete Discussion', 'NOBODY_HAS_ADDED_DISCUSSIONS' => 'Nobody has added any discussions yet.', 'NOBODY_HAS_ADDED_DISCUSSIONS_ADD' => 'Nobody has added any discussions yet! Add a discussion to get started.', 'YOU_HAVE_NOT_ADDED_DISCUSSIONS' => 'You haven\'t added any discussions yet. Add a discussion to get started!', 'YOU_HAVE_NOT_STARTED_DISCUSSIONS' => 'You haven\'t started any discussions yet.', 'YOU_HAVE_NOT_ADDED_TO_DISCUSSIONS' => 'You haven\'t added to any discussions yet.', 'X_HAS_NOT_ADDED_DISCUSSIONS' => '%s hasn\'t added any discussions yet.', 'X_HAS_NOT_STARTED_DISCUSSIONS' => '%s hasn\'t started any discussions yet.', 'X_HAS_NOT_ADDED_TO_DISCUSSIONS' => '%s hasn\'t added to any discussions yet.', 'VIEW_DISCUSSIONS' => 'View Discussions', 'VIEW_ALL_PEOPLE_ON_X' => 'View All People on %s', 'THERE_ARE_NO_DISCUSSIONS' => 'There are currently no discussions on your network.', 'GROUP_HAS_NO_DISCUSSIONS' => 'This group does not have any discussions yet.', 'VIEW_DISCUSSIONS_IN_GROUP_FORUM' => 'View discussions in the %s forum!', 'NO_DISCUSSIONS_TAGGED_X_CHECK_OUT_ADD' => 'There aren\'t any discussions tagged "%1$s". Check out photos tagged "%1$s" or videos tagged "%1$s". Or add and tag your own discussions!', 'NO_DISCUSSIONS_TAGGED_X_CHECK_OUT' => 'There aren\'t any discussions tagged "%1$s". Check out photos tagged "%1$s" or videos tagged "%1$s".', 'THIS_BOX_WILL_NOT_SHOW_DISCUSSIONS' => 'This box won\'t show up for other people until there are discussions to show. Why not start one?', 'DISCUSSIONS_I_STARTED' => 'Discussions I Started', 'DISCUSSIONS_X_STARTED' => 'Discussions %s Started', 'DISCUSSIONS_I_REPLIED_TO' => 'Discussions I Replied To', 'DISCUSSIONS_X_REPLIED_TO' => 'Discussions %s Replied To', 'PLEASE_WRITE_SOMETHING_FOR_POST' => 'Please write something for your post.', 'PLEASE_WRITE_SOMETHING_FOR_REPLY' => 'Please write something for your reply.', 'THERE_IS_NEW_COMMENT_ON_DISCUSSION_X' => 'There is a new comment on your discussion "%s" on %s', 'THERE_IS_NEW_COMMENT_ON_DISCUSSION' => 'There is a new comment on one of your discussions on %s', 'SOMEBODY_COMMENTED_DISCUSSION_ADDED_TO_X' => 'somebody commented on a discussion you started on %s', 'ABOUT_YOUR_DISCUSSION' => 'About Your Discussion', 'ABOUT_THIS_DISCUSSION' => 'About This Discussion', 'USER_REPLIED_TO_A_DISCUSSION_ON_Y' => '%s replied to a discussion on %s', 'USER_REPLIED_TO_DISCUSSION_TITLE_ON_APPNAME' => '%s replied to the discussion "%s" on %s', // Groups widget 'ALREADY_MEMBER_OF_GROUP' => '(Already a member of this group)', 'INVITE_YOUR_FRIENDS_TO_GROUPNAME' => 'Invite Your Friends to \'%s\'', 'PROBLEM_WITH_ICON' => 'There was a problem with the icon file', 'GROUP_ADMINISTRATORS_HAVE_A_SIMILAR_LEVEL' => 'Group Administrators have a similar level of control to the Group Creator.', 'CREATE_NEW_GROUP' => 'Create New Group', 'CREATE_A_NEW_GROUP' => 'Create a New Group', 'CREATE_A_GROUP' => 'Create a Group', 'VIEW_GROUPS' => 'View Groups', 'CREATE_GROUP' => 'Create Group', 'PLEASE_ENTER_NAME_FOR_GROUP' => 'Please choose a name for your group.', 'PLEASE_ENTER_URL_FOR_GROUP' => 'Please choose a web address for your group.', 'URL_CAN_CONTAIN_ONLY_LETTERS' => 'The web address can contain only letters and numbers (no spaces).', 'NAME_TAKEN' => 'Our apologies - that name has already been taken. Please choose another name.', 'URL_TAKEN' => 'Our apologies - that web address has already been taken. Please choose another web address.', 'GROUP_INFORMATION' => 'Group Information', 'EXTERNAL_WEBSITE' => 'External Website', 'DO_YOU_HAVE_EXISTING_WEBSITE' => 'Do you have an existing group website somewhere else?', 'URL' => 'URL', 'GROUPS' => 'Groups', 'SEARCH_GROUPS' => 'Search Groups', 'NOBODY_HAS_CREATED_GROUPS' => 'Nobody has created any groups yet.', 'NOBODY_HAS_CREATED_GROUPS_ADD' => 'Nobody has created any groups yet! Create a group to get started.', 'MY_GROUPS' => 'My Groups', 'FEATURED_GROUPS' => 'Featured Groups', 'YOU_CAN_CREATE_GROUP' => 'You can create a new group on %s!', 'GROUP_FORUM' => '%s Forum', 'USER_CREATED_GROUP' => '%s created this group on %s.', 'GROUP_MEMBERS_COUNT' => '%s Members (%d)', 'WE_ARE_SORRY_NOT_ALLOWED_JOIN_GROUP' => 'We\'re sorry, you are not allowed to join this group.', 'JOIN_GROUP_NOW' => 'Join %s Now!', 'USER_HAS_INVITED_YOU_TO_JOIN_GROUP' => '%s has invited you to join %s', 'DECLINE' => 'Decline', 'WELCOME_TO_GROUP' => 'Welcome to %s', 'YOU_CAN_PARTICIPATE_IN_GROUP' => 'You can now participate in the %s forum.', 'SEND_MESSAGE_TO_GROUP' => 'Send Message to Group', 'LEAVE_THIS_GROUP' => 'Leave Group', 'EDIT_GROUP_INFO' => 'Edit This Group\'s Info', 'EDIT_GROUP_INFORMATION' => 'Edit Group Information', 'MANAGE_GROUP_MEMBERS' => 'Manage Group Members', 'GROUP_HAS_NO_MEMBERS' => 'This group doesn\'t have any members yet!', 'GROUP_HAS_NO_MEMBERS_THAT_MATCH' => 'This group doesn\'t have any members that match your search.', 'USERS_GROUPS' => '%s\'s Groups', 'YOU_HAVE_NOT_CREATED_GROUPS' => 'You haven\'t created any groups yet.', 'USER_HAS_NOT_CREATED_GROUPS' => '%s hasn\'t created any groups yet.', 'THERE_ARE_NO_FEATURED_GROUPS' => 'There are no featured groups on your social network.', 'START_FEATURING_GROUPS' => 'Start featuring groups where you see the Feature option. To learn more about featuring, click here.', 'NO_GROUPS_TO_DISPLAY' => 'You are currently displaying no groups.', 'BOX_WILL_NOT_SHOW_GROUPS' => 'This box won\'t show up for other people unless you select at least one group.', 'YOU_HAVE_NOT_CREATED_GROUPS_2' => 'You haven\'t created any groups yet!', 'CREATE_GROUPS_AND_SHARE' => 'Create groups and share them with your friends, family or the rest of the world!', 'GROUPS_MATCHING_SEARCH_TERM' => 'Groups matching \'%s\'', 'WE_COULD_NOT_FIND_ANY_GROUPS' => 'Our apologies - we couldn\'t find any groups matching your search.', 'VIEW_GROUPS_OR_CREATE_GROUP' => 'View All Groups or Create a New Group', 'VIEW_ALL_GROUPS' => 'View All Groups', 'DELETE_GROUP' => 'Delete Group', 'DELETE_GROUP_Q' => 'Are you sure you wish to delete this group?', 'GROUP_INVITATIONS' => 'Group Invitations', 'YOU_HAVE_BEEN_INVITED_TO_JOIN' => 'You\'ve been invited to join:', 'VISIT' => 'Visit', 'WHO_CAN_JOIN_GROUP' => 'Who can join this group?', 'PRIVACY_CANNOT_BE_CHANGED' => 'Privacy can\'t be changed after the group is created.', 'ONLY_INVITED_PEOPLE' => 'Only Invited People', 'ALLOW_PEOPLE_TO_REQUEST' => 'Allow people to request an invitation', 'ANYONE_CAN_JOIN_GROUP' => 'Anyone can join this group', 'ONLY_INVITED_PEOPLE_CAN_JOIN_GROUP' => 'Only invited people can join this group', 'WHY_NOT_CREATE_GROUP' => 'Why not create your own group?', 'GROUP_IS_ACCEPTING_MEMBERS' => '%s is accepting new members. If you would like to join, please use the form below to request an invitation from the group creator.', 'PLEASE_ENTER_NAME' => 'Please enter your name', 'PLEASE_ENTER_EMAIL_ADDRESS' => 'Please enter your email address.', 'PLEASE_ENTER_PAGE_ADDRESS' => 'Please enter a new page address.', 'PLEASE_ENTER_PASSWORD' => 'Please enter your password.', 'CREATE_ACCOUNT_OR_SIGN_IN' => 'Click here to create an account or try to sign in again below.', 'CREATE_ACCOUNT_OR_JOIN' => 'Click here to create an account or try to join with your Ning ID again below.', 'CHOOSE_SHORTER_PASSWORD' => 'Please choose a shorter password.', 'CHOOSE_SHORTER_NAME' => 'Please choose a shorter name.', 'ENTER_SHORTER_CITY_NAME' => 'Please enter a shorter city name.', 'PLEASE_ENTER_PASSWORD_AGAIN' => 'Please enter your password again in the "Retype Password" box.', 'PLEASE_ENTER_CURRENT_PASSWORD' => 'Please enter your current password.', 'PLEASE_ENTER_NEW_PASSWORD' => 'Please enter your new password.', 'PLEASE_ENTER_NEW_PASSWORD_AGAIN' => 'Please enter your new password again in the "Confirm Password" box.', 'CURRENT_PASSWORD' => 'Current Password', 'PASSWORDS_DO_NOT_MATCH' => 'The two passwords do not match.', 'NEW_AND_CONFIRMATION_PASSWORDS' => 'The new password and the confirmation password do not match.', 'YOUR_REQUEST_HAS_BEEN_SENT_TO_GROUP_CREATOR' => 'Your request has been sent to the group creator.', 'X_IS_NOT_VALID_EMAIL_ADDRESS' => '%s is not a valid email address', 'COME_JOIN_ME_ON_X_ON_Y' => 'Come join me on %1$s on %2$s.', 'COME_JOIN_ME_ON_X_ON_Y_ELLIPSIS' => 'Come join me on %1$s on %2$s…', 'INVITE_PEOPLE_TO_GROUP' => 'Invite People to %s', 'INVITE_TO_GROUP' => 'Invite to \'%s\'', 'SEND_INVITATIONS_TO_JOIN_GROUP' => 'Send invitations to other people to join %s.', 'GROUPNAME_MEMBERS' => '%s Members', 'GROUP_CREATOR' => 'Group Creator', 'GROUP_ADMINISTRATOR' => 'Group Administrator', 'DATE_BANNED' => 'Date Banned', 'BAN_FROM_GROUP' => 'Ban from Group', 'ARE_YOU_SURE_BAN_MEMBER_FROM_GROUP' => 'Are you sure you want to ban the selected member(s) from your group? This process may take a few minutes.', 'ALSO_DELETE_FORUM_POSTINGS' => 'Also delete their forum postings and replies.', 'GROUP_WEB_ADDRESS' => 'Group Web Address', 'GROUP' => 'Group', 'BACK_TO_GROUP' => '← Back to %s', 'USER_BANNED_FROM_GROUP' => '%1$s has been banned from this group. Send %1$s a message', 'USER_ALREADY_GROUP_MEMBER' => '%1$s is already a member of this group. Send %1$s a message', 'GROUP_ADMIN_DISCUSSIONS' => 'Group Admin Discussions', 'BACK_TO_NETWORK_GROUPS' => 'Back to %s Groups', 'MOST_MEMBERS' => 'Most Members', 'THIS_SETS_URL_OF_GROUP' => 'This sets the URL of your group:
http://%s/groupwebaddress', 'LIKE_WHAT_YOU_SEE' => 'Like what you see on %s? Join Now!', 'LIKE_WHAT_YOU_SEE_GROUP' => 'Like what you see in %s? Join Now!', 'YOU_HAVE_CREATED_GROUP_AND_CAN_INVITE' => 'You are now a member of %1$s. You can start a discussion in the %1$s forum or invite more people to join.', 'YOU_ARE_MEMBER_OF_GROUP_AND_CAN_INVITE' => 'You are now a member of %1$s. You can participate in the %1$s forum or invite more people to join. ', // Music widget 'NETWORK_DOES_NOT_HAVE_MUSIC' => 'This network doesn\'t have any music yet.', 'PERSON_DOES_NOT_HAVE_MUSIC' => 'This person doesn\'t have any music yet.', 'FIND_MORE_MUSIC_LIKE_THIS' => 'Find more music like this on %s', 'TRACKS' => 'Tracks', 'ADD_MUSIC_TRACKS' => 'Add Music', 'CHOOSE_MUSIC_TRACKS' => 'Choose Songs to Add', 'YOU_CAN_ADD_UP_TO_MP3' => 'You can add up to 4 MP3s at a time.', 'UPLOAD_TRACKS' => 'Upload Songs', 'ADD_TRACKS' => 'Add Songs', 'ENTER_THE_URL_MP3_TO_ADD' => 'Enter the URL to each MP3 you\'d like to add:', 'EACH_MP3_FILE_MAY_BE_UP_TO' => 'You can upload up to 100 MP3s! Each MP3 file may be up to 20MB in size, but smaller files will upload more quickly.', 'BE_NICE' => 'Be nice', 'PLEASE_UPLOAD_ONLY_TRACKS' => 'Please only upload songs if you have permission to do so from the artist or copyright holder.', 'PLEASE_LINK_ONLY_TRACKS' => 'Please link only to music which has been authorized for distribution on the web.', 'MORE_WAY_TO_ADD_MUSIC' => 'More ways to add music…', 'ELLIP_FROM_ANOTHER_WEBSITE' => '…from another website', 'ADD_MUSIC_FROM_ANY_WEBSITE' => 'Add music from any website by pasting in a link to the MP3.', 'KEEP_PAGE_OPEN_MUSIC' => 'Please keep this page open so we can finish uploading your songs and we\'ll let you know when they\'ve been approved!', 'MEANWHILE_FEEL_FREE_MUSIC' => '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 songs in this window.', 'TRACKS_EXCEEDED_LIMIT' => 'The track(s) seem to have exceeded the limit of 10 MB per song.', 'EDIT_TRACK_INFORMATION' => 'Edit Song Information', 'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_TRACK_1' => 'Add a title, description, and other information to the songs you just uploaded.', 'ADD_TITLE_DESCRIPTION_AND_OTHER_TO_TRACK_2' => 'Add a title, description, and other information for this song.', 'CANCEL_AND_RETURN_TO_PLAYLIST' => '« Cancel and return to playlist', 'TRACK_TITLE' => 'Song Title', 'TRACK_ARTIST' => 'Artist', 'TRACK_ALBUM' => 'Album', 'ENABLE_DOWNLOAD_LINK' => 'Enable download link', 'ALLOW_PEOPLE_TO_ADD_TRACK_TO_PROFILE' => 'Allow people to put this song on their pages', 'TRACK_ARTWORK' => 'Artwork', 'EDIT_PLAYLIST' => 'Edit Playlist', 'DRAG_TO_CHANGE_ORDER_PLAYLIST' => 'To re-order your playlist, click on the song and drag it to where you want it to play.', 'ADD_MUSIC_ELLIPSIS' => 'Add music…', 'ELLIPSIS_FROM_YOUR_COMPUTER' => '…from your computer', 'UPLOAD_MP3_FROM_YOUR_COMPUTER' => 'Upload MP3s from your computer.', 'DELETE_THIS_TRACK_Q' => 'Delete This Song?', 'DELETE_TRACK' => 'Delete Song', 'ARE_YOU_SURE_DELETE_THIS_TRACK' => 'Are you sure you want to delete this song?', 'PLAY' => 'play', 'GENRE' => 'Genre', 'YEAR' => 'Year', 'LABEL' => 'Label', 'EXPLICIT_LYRICS' => 'Explicit Lyrics', 'ARTIST_SITE' => 'Artist Site', 'HOSTING_SITE' => 'Hosting Site', 'LABEL_SITE' => 'Label Site', 'LICENSE' => 'License', 'SELECT_LICENSE' => '— Select license —', 'LICENSE_NAME' => 'License Name', 'LICENSE_URL' => 'License URL', 'MUSIC' => 'Music', 'ALLOW_PEOPLE_TO_UPLOAD_AND_SHARE_AUDIO' => 'Allow people to upload and share audio', 'PLAYLIST' => 'Playlist', 'PODCAST' => 'Podcast', 'MOST_RECENT_TRACKS' => 'Most Recent', 'FEATURED_TRACKS' => 'Featured', 'HIGHEST_RATED_TRACKS' => 'Highest Rated', 'NO_TRACKS_TO_PLAY' => 'There is currently no music on your network.', 'BOX_WILL_NOT_SHOW_TRACKS' => 'This box won\'t show up for anyone else until until there is a song or podcast to play. Why not add one?', 'NO_FEATURED_TRACKS' => 'There are no featured songs on your network.', 'START_FEATURING_TRACKS' => 'Start featuring songs when you hear one you would like to appear on the Main page.', 'VIEW_MUSICPLAYER' => 'View music player', 'MY_PLAYLIST' => 'My Playlist', 'NETWORK_PLAYLIST' => 'Network Playlist', //license names 'COPYRIGHT' => '© All Rights Reserved', 'CC_BY_X' => 'Creative Commons Attribution %s', 'CC_BY_SA_X' => 'Creative Commons Attribution Share Alike %s', 'CC_BY_ND_X' => 'Creative Commons Attribution No Derivatives %s', 'CC_BY_NC_X' => 'Creative Commons Attribution Non-commercial %s', 'CC_BY_NC_SA_X' => 'Creative Commons Attribution Non-commercial Share Alike %s', 'CC_BY_NC_ND_X' => 'Creative Commons Attribution Non-commercial No Derivatives %s', 'PUBLICDOMAIN' => 'Public Domain', //facebook 'FACEBOOK_CONFIRM_DISABLE' => 'Are you sure?', 'FACEBOOK_PLAYER_DISABLE' => 'Disable', 'FACEBOOK_MUSIC_PLAYER_TITLE' => 'Music Player', 'FACEBOOK_MUSIC_PLAYER_DESC' => 'Allow anyone to add an application to their Facebook profile pages that plays your music selection.', 'FACEBOOK_MUSIC_BUTTON' => 'Create Music Application »', 'FACEBOOK_MUSIC_PLAYER_ENABLED' => 'Facebook Music Player already enabled.', 'FACEBOOK_VIDEO_PLAYER_TITLE' => 'Video Player', 'FACEBOOK_VIDEO_PLAYER_DESC' => 'Allow anyone to add an application to their Facebook profile pages that plays a video from your network.', 'FACEBOOK_VIDEO_BUTTON' => 'Create Video Application »', 'FACEBOOK_VIDEO_PLAYER_ENABLED' => 'Facebook Video Player already enabled.', 'FACEBOOK_SLIDESHOW_PLAYER_TITLE' => 'Photo Slideshow', 'FACEBOOK_SLIDESHOW_PLAYER_DESC' => 'Allow anyone to add an application to their Facebook profile pages that plays a slideshow of photos from your network.', 'FACEBOOK_SLIDESHOW_BUTTON' => 'Create Photo Slideshow Application »', 'FACEBOOK_SLIDESHOW_PLAYER_ENABLED' => 'Facebook Photo Slideshow already enabled.', 'FACEBOOK_PLATFORM_LOGO' => 'Facebook Platform logo', 'FACEBOOK_QUICK_INTRO_1' => 'Facebook, a popular social networking site, allows third-party developers to create applications that can be added to Facebook member profile pages. In addition to providing added profile page functionality, these applications can be used to drive Facebook users to other web destinations.', 'FACEBOOK_QUICK_INTRO_2' => 'With Ning, you don\'t need to be a developer to promote your social network on Facebook. We\'ve done all the heaving lifting, and your network comes pre-built with Facebook application integration. Just choose from the options below, and your social network will be integrated with Facebook in seconds.', 'FACEBOOK_ADD_DEVELOPER_BUTTON' => 'Add Developer button', 'FACEBOOK_SETUP_NEW_APP_BUTTON' => 'Set up New Application button', 'FACEBOOK_YOUR_APPLICATIONS' => 'Your Facebook Applications', 'FACEBOOK_EMBEDDING' => 'Facebook Promotion', 'FACEBOOK_SETUP' => 'Facebook Promotion', 'FACEBOOK_PROMOTING' => 'Promoting Applications on Facebook', 'FACEBOOK_VIEW_APP' => 'View Application', 'FACEBOOK_ADD_THE' => 'Add the', 'FACEBOOK_RECENT' => 'Most Recent', 'FACEBOOK_RECENTLY_FEATURED' => 'Most Recently Featured', 'FACEBOOK_RECENTLY_ADDED' => 'Most Recently Added', 'FACEBOOK_PROMOTED' => 'Featured', 'FACEBOOK_RATED' => 'Highest Rated', 'FACEBOOK_POPULAR' => 'Popular', 'FACEBOOK_MUSIC_WIDGET' => 'Music Widget', 'FACEBOOK_VIDEO_WIDGET' => 'Videos Widget', 'FACEBOOK_PHOTO_WIDGET' => 'Photos Widget', 'FACEBOOK_INSTR_FIRST_STEPS' => 'First Steps', 'FACEBOOK_INSTR_CLICK_HERE_TO_GO_TO_FACEBOOK' => 'Click here to go to Facebook and start creating your application.', 'FACEBOOK_INSTR_OPEN_FACEBOOK_IN_NEW_WINDOW' => 'This will open Facebook in a new window. If you\'re not already logged in to Facebook, you will need to log in now.', 'FACEBOOK_INSTR_FIRST_STEPS_1' => 'If you haven\'t created an application on Facebook, you\'ll be asked to add Facebook\'s Developer application. Once you\'ve done that, it says "You have no applications." Click Create one.', 'FACEBOOK_INSTR_FIRST_STEPS_2' => 'If you have already created an application on Facebook, you\'ll land on Facebook\'s Developer application. Click the Set Up New Application button.', 'FACEBOOK_INSTR_FIRST_STEPS_NEXT' => 'Next: Instructions on how to setup your %s application for it to work on Facebook.', 'FACEBOOK_INSTR_SETUP' => 'Setup Instructions', 'FACEBOOK_INSTR_SETUP_1' => 'Great! Now for the details. Facebook needs to know some basic information to get your application off the ground. Just follow the steps below.', 'FACEBOOK_INSTR_SETUP_REQ_FIELDS' => 'Required Fields', 'FACEBOOK_INSTR_SETUP_2' => 'Choose an Application Name.', 'FACEBOOK_INSTR_SETUP_3' => 'Check to indicate that you\'ve read the Facebook terms document.', 'FACEBOOK_INSTR_SETUP_4' => 'Open the Optional Fields section.', 'FACEBOOK_INSTR_SETUP_BASE_OPT' => 'Base Options', 'FACEBOOK_INSTR_SETUP_5' => 'Put your email address in the Support E-Mail field.', 'FACEBOOK_INSTR_SETUP_6' => 'Paste the following web address into the Callback URL field:', 'FACEBOOK_INSTR_SETUP_7_EXAMPLE_X' => 'Choose a Canvas Page URL (e.g. %s).', 'FACEBOOK_INSTR_SETUP_8' => 'Select Yes for Can your application be added on Facebook.', 'FACEBOOK_INSTR_SETUP_INST_OPT' => 'Installation Options', 'FACEBOOK_INSTR_SETUP_APP_DESC' => 'Write an Application Description.', 'FACEBOOK_INSTR_SETUP_9' => 'Paste the following code into the Default FBML field:', 'FACEBOOK_INSTR_SETUP_9B_WIDE' => 'For Default Profile Box Column, select Wide.', 'FACEBOOK_INSTR_SETUP_9B_NARROW' => 'For Default Profile Box Column, select Narrow.', 'FACEBOOK_INSTR_SETUP_10' => 'In the Side Nav URL field, enter your Canvas Page URL (as created in step ‘f’ above). Be sure to include the http://apps.facebook.com/ portion of the URL.', 'FACEBOOK_INSTR_SETUP_11' => 'Write text for the Attachment action. This is what will appear if you\'re sending someone a message on Facebook and want to include one of your applications. If your application is a Photo Slideshow, you might enter Photos from Network Name. If your application is a Video Player, you might enter Videos from Network Name.', 'FACEBOOK_INSTR_SETUP_12' => 'Paste the following web address into the Callback URL field:', 'FACEBOOK_INSTR_APPLICATION_SETUP_PAGE' => 'Facebook application setup page', 'FACEBOOK_INSTR_SETUP_DONE' => 'When you are done, click the Submit button.', 'FACEBOOK_INSTR_SETUP_NEXT' => 'Next: Retrieving your API Key and Secret.', 'FACEBOOK_API_INFO_TITLE' => 'Facebook API Information', 'FACEBOOK_API_INFO_DESC' => 'In order to complete setup, you need to enter your API Key and Secret, and your Application URL in the fields below.', 'FACEBOOK_API_INFO_FIND_KEY' => 'You can find the API Key and Secret on your My Applications page on Facebook (opens in new window) under the title of the application you have just created.', 'FACEBOOK_API_INFO_MY_APPLICATIONS_PAGE' => 'My Applications page (highlighting location of API information)', 'FACEBOOK_API_INFO_KEY' => 'API Key', 'FACEBOOK_API_INFO_SECRET' => 'API Secret', 'FACEBOOK_URL_INFO_TITLE' => 'Facebook Application URL', 'FACEBOOK_URL_INFO_DESC' => 'The Application URL is the same as the Canvas Page URL that you defined on the previous page (in step ‘f’).', 'FACEBOOK_MUSIC_SHOULD_PLAY_FROM' => 'Facebook music applications should play:', 'FACEBOOK_VIDEO_SHOULD_PLAY_FROM' => 'Facebook video applications should play the video that is:', 'FACEBOOK_PHOTO_SHOULD_PLAY_FROM' => 'Facebook slideshow applications should play photos from:', 'FACEBOOK_PROMOTING_ON' => 'Promoting on Facebook', 'FACEBOOK_SETUP_INSTR' => 'Setup Instructions', 'FACEBOOK_API_INFO' => 'API Information', 'FACEBOOK_DISABLE' => 'Disable this Application', 'FACEBOOK_TO_YOUR_FACEBOOK_PROFILE' => 'to your Facebook profile', 'FACEBOOK_BACK_TO_EMBEDDING' => 'Back to Facebook Promotion', 'FACEBOOK_EMBEDDING_DESC' => 'Allow Facebook users to put your network\'s widgets and badges on their profile pages.', 'FACEBOOK_PROMOTE' => 'To get the most bang for your buck when it comes to promoting your new application, we recommend taking the following steps. These options can all be accessed from Facebook\'s My Applications page (link opens in new window).', 'FACEBOOK_PROMOTE_TITLE_ABOUT_PAGE' => 'Provide an About Page', 'FACEBOOK_PROMOTE_TEXT_ABOUT_PAGE' => 'Let Facebook users know what your application is all about by providing a clear description. To edit this information, click the Edit About Page link next to the application you\'re modifying.', 'FACEBOOK_PROMOTE_TITLE_SUBMIT' => 'Submit the Application to the Facebook Directory', 'FACEBOOK_PROMOTE_TEXT_SUBMIT_1' => 'Spread the word about your new application by adding it to the Facebook directory.', 'FACEBOOK_PROMOTE_TEXT_SUBMIT_2' => 'To submit your application, click on the Submit Application link next to the application you\'re modifying. On the following page you can edit the Application Description and also add a logo for your App.', 'FACEBOOK_PROMOTE_TITLE_PROFILE' => 'Add the Application to your Facebook Profile', 'FACEBOOK_PROMOTE_TEXT_PROFILE_1' => 'Show off your application by adding it to your Facebook profile page, then sit back and watch your friends do the same.', 'FACEBOOK_PROMOTE_TEXT_PROFILE_2' => 'Just click the View About Page link next to the application you want to add to your profile, then choose the Add Application button on the next page.', 'FACEBOOK_PROMOTE_TEXT_PROFILE_3' => 'Your application is now on the bottom of your Facebook profile page!', 'FACEBOOK_PROMOTE_MY_APPLICATIONS_PAGE' => 'My Applications page on Facebook', 'FACEBOOK_MY_APPS' => 'My Applications', // Tabs 'FORUM_TAB_TEXT' => 'Forum', 'VIDEOS_TAB_TEXT' => 'Videos', 'PHOTOS_TAB_TEXT' => 'Photos', 'GROUPS_TAB_TEXT' => 'Groups', ); /** * 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 * * @deprecated Use XG_LanguageHelper::translateDefaultWidgetTitle instead */ public static function translateDefaultWidgetTitle($widgetTitle) { return $widgetTitle; } /** * Returns the value of the $messages variable, for unit testing. * * @return array message-name => message */ public static function getMessagesForTesting() { return self::$messages; } /** * Returns an array of XN_Profile country-codes. * * @return array the country codes, e.g., AU */ public static function countryCodes() { $countryCodes = array(); foreach (self::$messages as $name => $message) { if (mb_strpos($name, 'COUNTRY_') === 0 && mb_strlen($name) == 10) { $countryCodes[] = mb_substr($name, -2); } } return $countryCodes; } } dojo.provide('xg.custom.shared.messagecatalogs.en_US'); dojo.require('xg.index.i18n'); /** * Texts for the en_US locale. This file was generated by the Manage > Language page. */ // Use UTF-8 byte sequences instead of HTML entities, e.g., & instead of &, … instead of … [Jon Aquino 2007-01-10] dojo.evalObjPath('xg.feed.nls', true); dojo.lang.mixin(xg.feed.nls, xg.index.i18n, { edit: 'Düzenle:', title: 'Başlık:', save: 'Kaydet:' }); dojo.evalObjPath('xg.gadgets.nls', true); dojo.lang.mixin(xg.gadgets.nls, xg.index.i18n, { edit: 'Düzenle:', title: 'Başlık:', save: 'Kaydet:' }); dojo.evalObjPath('xg.forum.nls', true); dojo.lang.mixin(xg.forum.nls, xg.index.i18n, { save: 'Kaydet', yes: 'Evet', no: 'Hayır', edit: 'Düzenle', deleteCategory: 'Categoriyi Sil', 'delete': 'Sil', deleteDiscussions: 'Tartışmayı Sil', discussions: 'Tartışmalae', discussionsFromACategory: 'Tartışma Kategoriler...', moveToCategory: 'KATEGORİ SEÇİN...', deleteReply: 'Sil', deleteReplyQ: 'Silinsin mi?' }); dojo.evalObjPath('xg.groups.nls', true); dojo.lang.mixin(xg.groups.nls, xg.index.i18n, { edit: 'Düzenle', groups: 'Gruplar', save: 'Kaydet' }); dojo.evalObjPath('xg.html.nls', true); dojo.lang.mixin(xg.html.nls, xg.index.i18n, { edit: 'Düzenle', save: 'Kaydet', saving: 'Kaydediliyor…' }); dojo.evalObjPath('xg.index.nls', true); dojo.lang.mixin(xg.index.nls, xg.index.i18n, { themeSettings: 'Tema Ayarları', error: 'Hata', photos: 'Fotograflar', videos: 'Videolar', ok: 'Tamam', title: 'Başlık:', subject: 'Başlık', pleaseEnterASubject: 'Lütfen Bir Başlık Yazınız', send: 'Gönder', thisSiteIsOnline: 'Sosyal Paylaşım ağı şu anda çevrim içi' }); dojo.evalObjPath('xg.music.nls', true); dojo.lang.mixin(xg.music.nls, xg.index.i18n, { play: 'Oynat', save: 'Kaydet', edit: 'Düzenle' }); dojo.evalObjPath('xg.page.nls', true); dojo.lang.mixin(xg.page.nls, xg.index.i18n, { save: 'Kaydet', discussionTitle: 'Sayfa Başlıgı:', tags: 'Etiketler:', edit: 'Düzelt:' }); dojo.evalObjPath('xg.photo.nls', true); dojo.lang.mixin(xg.photo.nls, xg.index.i18n, { edit: 'Düzelt:', save: 'Kaydet' }); dojo.evalObjPath('xg.shared.nls', true); dojo.lang.mixin(xg.shared.nls, xg.index.i18n, { ok: 'Tamam', save: 'Kaydet', cancel: 'Çık', saving: 'Kaydediliyor...', options: 'Ayarlar', noo: 'YENİ', requestSent: 'Arkadaşlık Teklifi Yaptınız' }); dojo.evalObjPath('xg.video.nls', true); dojo.lang.mixin(xg.video.nls, xg.index.i18n, { edit: 'Düzelt', detail: 'Detaylar', save: 'kaydet', saving: 'kaydediliyor...', deleteThisVideo: 'videoyu sil?', 'delete': 'Sil', deleting: 'Siliniyor...', deleteThisComment: 'Yorum silinsin mi?' }); dojo.evalObjPath('xg.profiles.nls', true); dojo.lang.mixin(xg.profiles.nls, xg.index.i18n, { isYourFriend: 'Arkadaşınız', thisIsYou: 'Bu sizsiniz!', addAsFriend: 'Arkadasınız olarak Ekleyin', requestSent: 'Arkadaşlık Teklifi Yaptınız', commentWall: 'Yorum duvarı!!!' });dojo.provide('xg.shared.messagecatalogs.en_US'); dojo.require('xg.index.i18n'); /** * Texts for the English (U.S.) locale. */ // Use UTF-8 byte sequences instead of HTML entities, e.g., & instead of &, … instead of … [Jon Aquino 2007-01-10] dojo.evalObjPath('xg.feed.nls', true); dojo.lang.mixin(xg.feed.nls, xg.index.i18n, { edit: 'Edit', title: 'Title:', feedUrl: 'URL:', show: 'Show:', titles: 'Titles Only', titlesAndDescriptions: 'Detail View', display: 'Display', cancel: 'Cancel', save: 'Save', loading: 'Loading…', items: 'items' }); dojo.evalObjPath('xg.gadgets.nls', true); dojo.lang.mixin(xg.gadgets.nls, xg.index.i18n, { edit: 'Edit', title: 'Title:', feedUrl: 'URL:', cancel: 'Cancel', save: 'Save', loading: 'Loading…', removeGadget: 'Remove Gadget', findGadgetsInDirectory: 'Find Gadgets in the Gadget Directory' }); dojo.evalObjPath('xg.forum.nls', true); dojo.lang.mixin(xg.forum.nls, xg.index.i18n, { numberOfCharactersExceedsMaximum: function(n, maximum) { return 'The number of characters (' + n + ') exceeds the maximum (' + maximum + ')'; }, pleaseEnterFirstPost: 'Please write the first post for the discussion', pleaseEnterTitle: 'Please enter a title for the discussion', save: 'Save', cancel: 'Cancel', yes: 'Yes', no: 'No', edit: 'Edit', deleteCategory: 'Delete Category', discussionsWillBeDeleted: 'The discussions in this category will be deleted.', whatDoWithDiscussions: 'What would you like to do with the discussions in this category?', moveDiscussionsTo: 'Move discussions to:', moveToCategory: 'Move to Category…', deleteDiscussions: 'Delete discussions', 'delete': 'Delete', deleteReply: 'Delete Reply', deleteReplyQ: 'Delete this reply?', deletingReplies: 'Deleting Replies…', doYouWantToRemoveReplies: 'Do you also want to remove the replies to this comment?', pleaseKeepWindowOpen: 'Please keep this browser window open while processing continues. It may take a few minutes.', /*Embed Options*/ from: 'From', show: 'Show', discussions: 'discussions', discussionsFromACategory: 'Discussions from a category…' }); dojo.evalObjPath('xg.groups.nls', true); dojo.lang.mixin(xg.groups.nls, xg.index.i18n, { pleaseChooseAName: 'Please choose a name for your group.', pleaseChooseAUrl: 'Please choose a web address for your group.', urlCanContainOnlyLetters: 'The web address can contain only letters and numbers (no spaces).', descriptionTooLong: function(n, maximum) { return 'The length of your group\'s description (' + n + ') exceeds the maximum (' + maximum + ')'; }, nameTaken: 'Our apologies - that name has already been taken. Please choose another name.', urlTaken: 'Our apologies - that web address has already been taken. Please choose another web address.', whyNot: 'Why not?', groupCreatorDetermines: function(href) { return 'The group creator determines who is allowed to join. If you feel that you may have been mistakenly blocked, please contact the group creator'; }, edit: 'Edit', from: 'From', show: 'Show', groups: 'groups', pleaseEnterName: 'Please enter your name', pleaseEnterEmailAddress: 'Please enter your email address', xIsNotValidEmailAddress: function(x) { return x + ' is not a valid email address'; }, save: 'Save', cancel: 'Cancel' }); dojo.evalObjPath('xg.html.nls', true); dojo.lang.mixin(xg.html.nls, xg.index.i18n, { edit: 'Edit', save: 'Save', cancel: 'Cancel', saving: 'Saving…', addAWidget: function(url) { return 'Add a widget to this textbox'; } }); dojo.evalObjPath('xg.index.nls', true); dojo.lang.mixin(xg.index.nls, xg.index.i18n, { showingNFriends: function(n, searchString) { switch(n) { case 1: return 'Showing 1 friend matching "' + searchString + '". Show everyone'; default: return 'Showing ' + n + ' friends matching "' + searchString + '". Show everyone'; } }, sendInvitation: 'Send Invitation', sendMessage: 'Send Message', sendInvitationToNFriends: function(n) { switch(n) { case 1: return 'Send invitation to 1 friend?'; default: return 'Send invitation to ' + n + ' friends?'; } }, sendMessageToNFriends: function(n) { switch(n) { case 1: return 'Send message to 1 friend?'; default: return 'Send message to ' + n + ' friends?'; } }, invitingNFriends: function(n) { switch(n) { case 1: return 'Inviting 1 friend…'; default: return 'Inviting ' + n + ' friends…'; } }, nFriends: function(n) { switch(n) { case 1: return '1 friend…'; default: return n + ' friends…'; } }, sendingMessageToNFriends: function(n) { switch(n) { case 1: return 'Sending message to 1 friend…'; default: return 'Sending message to ' + n + ' friends…'; } }, yourMessageOptional: ' (Optional)', pleaseChoosePeople: 'Please choose some people to invite.', noPeopleSelected: 'No People Selected', pleaseEnterEmailAddress: 'Please enter your email address.', pleaseEnterPassword: function(emailAddress) { return 'Please enter your password for ' + emailAddress + '.'; }, sorryWeDontSupport: 'Sorry, we don\'t support the web address book for your email address. Try clicking \'Address Book Application\' below to use addresses from your computer.', pleaseSelectSecondPart: 'Please select the second part of your email address, e.g., gmail.com.', atSymbolNotAllowed: 'Please ensure that the @ symbol is not in the first part of the email address.', resetTextQ: 'Reset Text?', resetTextToOriginalVersion: 'Are you sure you wish to reset all of your text to the original version? All of your changes will be lost.', changeQuestionsToPublic: 'Change questions to public?', changingPrivateQuestionsToPublic: 'Changing private questions to public will expose all members\' answers. Are you sure?', youHaveUnsavedChanges: 'You have unsaved changes.', pleaseEnterASiteName: 'Please enter a name for the social network, e.g. Tiny Clown Club', pleaseEnterShorterSiteName: 'Please enter a shorter name (max 64 characters)', pleaseEnterShorterSiteDescription: 'Please enter a shorter description (max 250 characters)', siteNameHasInvalidCharacters: 'The name has some invalid characters', thereIsAProblem: 'There is a problem with your information', thisSiteIsOnline: 'This social network is Online', onlineSiteCanBeViewed: 'Online - Network can be viewed with respect to your privacy settings. ', takeOffline: 'Take Offline', thisSiteIsOffline: 'This social network is Offline', offlineOnlyYouCanView: 'Offline - Only you can view this social network.', takeOnline: 'Take Online', themeSettings: 'Theme Settings', addYourOwnCss: 'Advanced', error: 'Error', pleaseEnterTitleForFeature: function(displayName) { return 'Please enter a title for your ' + displayName + ' feature'; }, thereIsAProblemWithTheInformation: 'There is a problem with the information entered', photos: 'Photos', videos: 'Videos', pleaseEnterTheChoicesFor: function(questionTitle) { return 'Please enter the choices for "' + questionTitle + '" e.g. Hiking, Reading, Shopping'; }, pleaseEnterTheChoices: 'Please enter the choices e.g. Hiking, Reading, Shopping', shareWithFriends: 'Share with Friends', email: 'email', separateMultipleAddresses: 'Separate multiple addresses with commas', subject: 'Subject', message: 'Message', send: 'Send', cancel: 'Cancel', pleaseEnterAValidEmail: 'Please enter a valid email address', go: 'Go', areYouSureYouWant: 'Are you sure you want to do this?', processing: 'Processing…', pleaseKeepWindowOpen: 'Please keep this browser window open while processing continues. It may take a few minutes.', complete: 'Complete!', processIsComplete: 'Process is complete.', ok: 'OK', body: 'Body', pleaseEnterASubject: 'Please enter a subject', pleaseEnterAMessage: 'Please enter a message', pleaseChooseFriends: 'Please select some friends before sending your message.', thereHasBeenAnError: 'There has been an error', fileNotFound: 'File not found', pleaseProvideADescription: 'Please provide a description', pleaseEnterYourFriendsAddresses: 'Please enter your friends\' addresses or Ning IDs', pleaseEnterSomeFeedback: 'Please enter some feedback', title: 'Title:', setAsMainSiteFeature: 'Set as Main Feature', thisIsTheMainSiteFeature: 'This is the main feature', customized: 'Customized', copyHtmlCode: 'Copy HTML Code', playerSize: 'Player Size', selectSource: 'Select Source', myAlbums: 'My Albums', myMusic: 'My Music', myVideos: 'My Videos', showPlaylist: 'Show Playlist', change: 'Change', changing: 'Changing...', changePrivacy: 'Change Privacy?', keepWindowOpenWhileChanging: 'Please keep this browser window open while privacy settings are being changed. This process may take a few minutes.', htmlNotAllowed: 'HTML not allowed', noFriendsFound: 'No friends found that match your search.' }); dojo.evalObjPath('xg.music.nls', true); dojo.lang.mixin(xg.music.nls, xg.index.i18n, { play: 'play', pleaseSelectTrackToUpload: 'Please select a song to upload.', pleaseEnterTrackLink: 'Please enter a song URL.', thereAreUnsavedChanges: 'There are unsaved changes.', autoplay: 'Autoplay', showPlaylist: 'Show Playlist', playLabel: 'Play', url: 'URL', rssXspfOrM3u: 'rss, xspf, or m3u', save: 'Save', cancel: 'Cancel', edit: 'Edit', fileIsNotAnMp3: 'One of the files does not seem to be an MP3. Try uploading it anyway?', entryNotAUrl: 'One of the entries does not appear to be a URL. Make sure all entries start with http://' }); dojo.evalObjPath('xg.page.nls', true); dojo.lang.mixin(xg.page.nls, xg.index.i18n, { numberOfCharactersExceedsMaximum: function(n, maximum) { return 'The number of characters (' + n + ') exceeds the maximum (' + maximum + ')'; }, pleaseEnterContent: 'Please enter the page content', pleaseEnterTitle: 'Please enter a title for the page', pleaseEnterAComment: 'Please enter a comment', deleteThisComment: 'Are you sure you want to delete this comment?', save: 'Save', cancel: 'Cancel', discussionTitle: 'Page Title:', tags: 'Tags:', edit: 'Edit', close: 'Close', displayPagePosts: 'Display Page Posts' }); dojo.evalObjPath('xg.photo.nls', true); dojo.lang.mixin(xg.photo.nls, xg.index.i18n, { untitled: 'Untitled', photos: 'Photos', edit: 'Edit', photosFromAnAlbum: 'Albums', show: 'Show', rows: 'rows', cancel: 'Cancel', save: 'Save', deleteThisPhoto: 'Delete this photo?', numberOfCharactersExceedsMaximum: function(n, maximum) { return 'The number of characters (' + n + ') exceeds the maximum (' + maximum + ')'; }, weCouldNotLookUpAddress: function(address) { return 'Sorry, we couldn\'t look up the address "' + address + '".'; }, pleaseSelectPhotoToUpload: 'Please select a photo to upload.', pleaseEnterAComment: 'Please enter a comment.', addToExistingAlbum: 'Add to Existing Album', addToNewAlbumTitled: 'Add to a New Album Titled…', deleteThisComment: 'Delete this comment?', importingNofMPhotos: function(n,m) { return 'Importing ' + n + ' of ' + m + ' photos.'}, starting: 'Starting…', done: 'Done!', from: 'From', display: 'Display', takingYou: 'Taking you to see your photos…', anErrorOccurred: 'Unfortunately an error occurred. Please report this issue using the link at the bottom of the page.', weCouldntFind: 'We couldn\'t find any photos! Why don\'t you try one of the other options?' }); dojo.evalObjPath('xg.activity.nls', true); dojo.lang.mixin(xg.activity.nls, xg.index.i18n, { edit: 'Edit', show: 'Show', events: 'events', setWhatActivityGetsDisplayed: 'Set what activity gets displayed', save: 'Save', cancel: 'Cancel' }); dojo.evalObjPath('xg.profiles.nls', true); dojo.lang.mixin(xg.profiles.nls, xg.index.i18n, { pleaseEnterValueForPost: 'Please enter a value for the post', pleaseProvideAValidDate: 'Please provide a valid date', uploadAFile: 'Upload a File', pleaseEnterUrlOfLink: 'Please enter the URL of the link:', pleaseEnterTextOfLink: 'What text would you like to link?', edit: 'Edit', recentlyAdded: 'Recently Added', featured: 'Featured', iHaveRecentlyAdded: 'I\'ve Recently Added', fromTheSite: 'From the Social Network', cancel: 'Cancel', save: 'Save', loading: 'Loading…', addAsFriend: 'Add as friend', requestSent: 'Request Sent!', sendingFriendRequest: 'Sending Friend Request', thisIsYou: 'This is you!', isYourFriend: 'Is your friend', isBlocked: 'Is blocked', pleaseEnterAComment: 'Please enter a comment', pleaseEnterPostBody: 'Please enter something for the post body', pleaseSelectAFile: 'Please select a file', pleaseEnterChatter: 'Please enter something for your comment', /* Blog Editor Tooltips */ toggleBetweenHTML: 'Show/Hide HTML Code', attachAFile: 'Attach a File', addAPhoto: 'Add a Photo', insertALink: 'Insert a Link', changeTextSize: 'Change Text Size', makeABulletedList: 'Make a Bulleted List', makeANumberedList: 'Make a Numbered List', crossOutText: 'Cross-out Text', underlineText: 'Underline Text', italicizeText: 'Italicize Text', boldText: 'Bold Text', /* End Blog Editor Tooltips */ letMeApproveChatters: 'Let me approve comments before posting?', noPostChattersImmediately: 'No – post comments immediately', yesApproveChattersFirst: 'Yes – approve comments first', yourCommentMustBeApproved: 'Your comment must be approved before everyone can see it.', reallyDeleteThisPost: 'Really delete this post?', commentWall: 'Comment Wall', commentWallNComments: function(n) { switch(n) { case 1: return 'Comment Wall (1 comment)'; default: return 'Comment Wall (' + n + ' comments)'; } }, /*Embed Options*/ display: 'Display', from: 'From', show: 'Show', rows: 'rows', posts: 'posts' }); dojo.evalObjPath('xg.shared.nls', true); dojo.lang.mixin(xg.shared.nls, xg.index.i18n, { uploadAPhoto: 'Upload a Photo', uploadAnImage: 'Upload an image', uploadAPhotoEllipsis: 'Upload a Photo…', useExistingImage: 'Use existing image:', existingImage: 'Existing Image', useThemeImage: 'Use theme image:', themeImage: 'Theme Image', noImage: 'No image', uploadImageFromComputer: 'Upload an image from your computer', tileThisImage: 'Tile this image', done: 'Done', currentImage: 'Current image', pickAColor: 'Pick a Color…', openColorPicker: 'Open Color Picker', loading: 'Loading…', ok: 'OK', save: 'Save', cancel: 'Cancel', saving: 'Saving…', addAnImage: 'Add an Image', bold: 'Bold', italic: 'Italic', underline: 'Underline', strikethrough: 'Strikethrough', addHyperink: 'Add Hyperlink', options: 'Options', wrapTextAroundImage: 'Wrap text around image?', imageOnLeft: 'Image on left?', imageOnRight: 'Image on right?', createThumbnail: 'Create thumbnail?', pixels: 'pixels', createSmallerVersion: 'Create a smaller version of your image to display. Set the width in pixels.', popupWindow: 'Popup Window?', linkToFullSize: 'Link to the full-size version of the image in a popup window.', add: 'Add', keepWindowOpen: 'Please keep this browser window open while upload continues.', cancelUpload: 'Cancel Upload', pleaseSelectAFile: 'Please select an Image File', pleaseSpecifyAThumbnailSize: 'Please specify a thumbnail size', thumbnailSizeMustBeNumber: 'The thumbnail size must be a number', addExistingImage: 'or insert an existing image', clickToEdit: 'Click to edit', sendingFriendRequest: 'Sending Friend Request', requestSent: 'Request Sent!', pleaseCorrectErrors: 'Please correct these errors', tagThis: 'Tag This', addOrEditYourTags: 'Add or edit your tags:', addYourRating: 'Add your rating:', separateMultipleTagsWithCommas: 'Separate multiple tags with commas e.g. cool, "new zealand"', saved: 'Saved!', noo: 'NEW', none: 'NONE', joinNow: 'Join Now', join: 'Join', youHaventRated: 'You haven\'t rated this item yet.', yourRatedThis: function(n) { switch(n) { case 1: return 'You rated this item with 1 star.'; default: return 'You rated this item with ' + n + ' stars.'; } }, yourRatingHasBeenAdded: 'Your rating has been added.', thereWasAnErrorRating: 'There was an error rating this content.', yourTagsHaveBeenAdded: 'Your tags have been added.', thereWasAnErrorTagging: 'There was an error adding tags.', addToFavorites: 'Add to Favorites', removeFromFavorites: 'Remove from Favorites', nStarsOutOfM: function(n,m) { switch(n) { case 1: return '1 star out of ' + m; default: return n + ' stars out of ' + m; } }, follow: 'Follow', stopFollowing: 'Stop Following', pendingPromptTitle: 'Membership Pending Approval', youCanDoThis: 'You can do this once your membership has been approved by the administrators.' }); dojo.evalObjPath('xg.video.nls', true); dojo.lang.mixin(xg.video.nls, xg.index.i18n, { edit: 'Edit', display: 'Display', detail: 'Detail', player: 'Player', from: 'From', show: 'Show', videos: 'videos', cancel: 'Cancel', save: 'Save', saving: 'Saving…', deleteThisVideo: 'Delete this video?', numberOfCharactersExceedsMaximum: function(n, maximum) { return 'The number of characters (' + n + ') exceeds the maximum (' + maximum + ')'; }, weCouldNotLookUpAddress: function(address) { return 'Sorry, we couldn\'t look up the address "' + address + '".'; }, approve: 'Approve', approving: 'Approving…', keepWindowOpenWhileApproving: 'Please keep this browser window open while videos are being approved. This process may take a few minutes.', 'delete': 'Delete', deleting: 'Deleting…', keepWindowOpenWhileDeleting: 'Please keep this browser window open while videos are being deleted. This process may take a few minutes.', pasteInEmbedCode: 'Please paste in the embed code for a video from another site.', pleaseSelectVideoToUpload: 'Please select a video to upload.', embedCodeContainsMoreThanOneVideo: 'The embed code contains more than one video. Please make sure it has only one and/or tag.', embedCodeMissingTag: 'The embed code is missing an <embed> or <object> tag.', fileIsNotAMov: 'This file does not seem to be a .mov, .mpg, .mp4, .avi, .3gp or .wmv. Try uploading it anyway?', pleaseEnterAComment: 'Please enter a comment.', youRatedVideoNStars: function(n) { switch(n) { case 1: return 'You rated this video 1 star!'; default: return 'You rated this video ' + n + ' stars!'; } }, deleteThisComment: 'Delete this comment?', embedHTMLCode: 'HTML Embed Code:', copyHTMLCode: 'Copy HTML Code' });