Speakr.fm/Speakr.fm
-
<?php // --------- Welcome page ---------------// //Header $lang['welcome_title'] = "Playlists Sociais"; $lang['welcome_description'] = "em breve..."; $lang['welcome_image'] = "/img/showcase.jpg"; //Showcase $lang['welcome_showcase1_image'] = "/img/timeIcon.png"; $lang['welcome_showcase1_description'] = "Compartilhe e escute em tempo real."; $lang['welcome_showcase2_image'] = "/img/supportIcon.png"; $lang['welcome_showcase2_description'] = "Playlists sociais: descubra músicas com seus amigos!"; $lang['welcome_showcase3_image'] = "/img/awardIcon.png"; $lang['welcome_showcase3_description'] = "Uma experiência única. Totalmente grátis."; //Features $lang['welcome_features_title'] = "Recursos incríveis"; $lang['welcome_features_description'] = "apenas alguns motivos para você se cadastrar agora!"; //feature 1 $lang['welcome_feature1_title'] = "Socialize! Escute com seus amigos"; $lang['welcome_feature1_description'] = "Cansado das músicas de sempre? Convide alguns amigos e crie uma playlist única, baseada em seus gostos em comum incorporados de redes sociais como Facebook, Last.fm e Tumblr! Maravilhoso, não?"; $lang['welcome_feature1_image'] = "/img/showcase/network.jpg"; //feature 2 $lang['welcome_feature2_title'] = "Banco de dados gigantesco"; $lang['welcome_feature2_description'] = "Nós temos mais de <b>2 milhões de artistas</b> e <b>35 milhões de músicas</b> em nosso banco de dados, baseado no Echonest e no Lastfm. É algo em torno de 195 anos ininterruptos de música. Aposto que você não consegue escutar tudo isso."; $lang['welcome_feature2_image'] = "/img/third/logos/echonest.gif"; //feature 3 $lang['welcome_feature3_title'] = "Integrado ao YouTube e ao Vimeo"; $lang['welcome_feature3_description'] = "Você pode assistir aos videoclipes das músicas que você vai compartilhar com seus amigos!"; $lang['welcome_feature3_image'] = "/img/third/logos/vimeo.png"; //feature 4 $lang['welcome_feature4_title'] = "Totalmente gratuito!"; $lang['welcome_feature4_description'] = "Sim, gratuito para todos os usuários! É só logar com uma rede social e começar a escutar músicas incríveis como nunca antes!"; $lang['welcome_feature4_image'] = "/img/feature1.jpg"; //subscribe $lang['welcome_subscribe_title'] = "Cadastre-se para novidades e convites"; $lang['welcome_subscribe_emailbox'] = "Digite seu endereço de email"; $lang['welcome_subscribe_button'] = "Cadastrar"; $lang['welcome_subscribe_unsubscribe'] = "Remover cadastro"; //media $lang['welcome_social_title'] = "Social"; //press $lang['welcome_press_title'] = "Social"; $lang['welcome_press_body'] = ""; $lang['welcome_press_name'] = ""; $lang['welcome_press_description'] = ""; //footer $lang['welcome_footer'] = "© 2012 - Speakr.fm - Todos os direitos reservados - <a href=\"#\">Home</a> | <a href=\"/about\">Sobre</a> | <a href=\"/help\">Ajuda</a> | <a href=\"/legal\">Legal</a> | <a href=\"mailto:contact@speakr.fm\">Contato</a>"; /* End of file welcome_lang.php */ /* Location: ./application/language/pt_BR/welcome_lang.php */
<?php
2 milhões de artistas
// --------- Welcome page ---------------//
//Header
$lang['welcome_title'] = "Playlists Sociais";
$lang['welcome_description'] = "em breve...";
$lang['welcome_image'] = "/img/showcase.jpg";
//Showcase
$lang['welcome_showcase1_image'] = "/img/timeIcon.png";
$lang['welcome_showcase1_description'] = "Compartilhe e escute em tempo real.";
$lang['welcome_showcase2_image'] = "/img/supportIcon.png";
$lang['welcome_showcase2_description'] = "Playlists sociais: descubra músicas com seus amigos!";
$lang['welcome_showcase3_image'] = "/img/awardIcon.png";
$lang['welcome_showcase3_description'] = "Uma experiência única. Totalmente grátis.";
//Features
$lang['welcome_features_title'] = "Recursos incríveis";
$lang['welcome_features_description'] = "apenas alguns motivos para você se cadastrar agora!";
//feature 1
$lang['welcome_feature1_title'] = "Socialize! Escute com seus amigos";
$lang['welcome_feature1_description'] = "Cansado das músicas de sempre? Convide alguns amigos e crie uma playlist única, baseada em seus gostos em comum incorporados de redes sociais como Facebook, Last.fm e Tumblr! Maravilhoso, não?";
$lang['welcome_feature1_image'] = "/img/showcase/network.jpg";
//feature 2
$lang['welcome_feature2_title'] = "Banco de dados gigantesco";
$lang['welcome_feature2_description'] = "Nós temos mais de<
b></b>
e<b>
35 milhões de músicas</b>
em nosso banco de dados, baseado no Echonest e no Lastfm. É algo em torno de 195 anos ininterruptos de música. Aposto que você não consegue escutar tudo isso.";
$lang['welcome_feature2_image'] = "/img/third/logos/echonest.gif";
//feature 3
$lang['welcome_feature3_title'] = "Integrado ao YouTube e ao Vimeo";
$lang['welcome_feature3_description'] = "Você pode assistir aos videoclipes das músicas que você vai compartilhar com seus amigos!";
$lang['welcome_feature3_image'] = "/img/third/logos/vimeo.png";
//feature 4
$lang['welcome_feature4_title'] = "Totalmente gratuito!";
$lang['welcome_feature4_description'] = "Sim, gratuito para todos os usuários! É só logar com uma rede social e começar a escutar músicas incríveis como nunca antes!";
$lang['welcome_feature4_image'] = "/img/feature1.jpg";
//subscribe
$lang['welcome_subscribe_title'] = "Cadastre-se para novidades e convites";
$lang['welcome_subscribe_emailbox'] = "Digite seu endereço de email";
$lang['welcome_subscribe_button'] = "Cadastrar";
$lang['welcome_subscribe_unsubscribe'] = "Remover cadastro";
//media
$lang['welcome_social_title'] = "Social";
//press
$lang['welcome_press_title'] = "Social";
$lang['welcome_press_body'] = "";
$lang['welcome_press_name'] = "";
$lang['welcome_press_description'] = "";
//footer
$lang['welcome_footer'] = "© 2012 - Speakr.fm - Todos os direitos reservados -<a href=\"#\">
Home</a>
|<a href=\"/about\">
Sobre</a>
|<a href=\"/help\">
Ajuda</a>
|<a href=\"/legal\">
Legal</a>
|<a href=\"mailto:contact@speakr.fm\">
Contato</a>
";
/* End of file welcome_lang.php */
/* Location: ./application/language/pt_BR/welcome_lang.php */<?php
2 million artists
// --------- Welcome page ---------------//
//Header
$lang['welcome_title'] = "Social Listening";
$lang['welcome_description'] = "coming soon...";
$lang['welcome_image'] = "/img/showcase.jpg";
//Showcase
$lang['welcome_showcase1_image'] = "/img/timeIcon.png";
$lang['welcome_showcase1_description'] = "Real time song sharing and listening.";
$lang['welcome_showcase2_image'] = "/img/supportIcon.png";
$lang['welcome_showcase2_description'] = "Social playlists, discover music with your friends!";
$lang['welcome_showcase3_image'] = "/img/awardIcon.png";
$lang['welcome_showcase3_description'] = "Unique experience. Totally and forever free.";
//Features
$lang['welcome_features_title'] = "Awesome features";
$lang['welcome_features_description'] = "just a few good reasons for you to subscribe now!";
//feature 1
$lang['welcome_feature1_title'] = "Social Listening & Sharing";
$lang['welcome_feature1_description'] = "Tired of listening to the same songs? Call out some friends and make and unique and awesome playlist, based on your common tastes, imported by social networks, such as Facebook, Last.fm and Tumblr! Amazing, isn't it?";
$lang['welcome_feature1_image'] = "/img/showcase/network.jpg";
//feature 2
$lang['welcome_feature2_title'] = "Stupidly Huge Database";
$lang['welcome_feature2_description'] = "We have more than<
b></b>
and<b>
35 million songs</b>
in our database, proudly powered by The Echonest. It's something around 195 years of unstoppable music. I bet you can't listen that much.";
$lang['welcome_feature2_image'] = "/img/third/logos/echonest.gif";
//feature 3
$lang['welcome_feature3_title'] = "Youtube & Vimeo Support";
$lang['welcome_feature3_description'] = "You can even watch the videoclips of the songs you will share with your friends. OMG.";
$lang['welcome_feature3_image'] = "/img/third/logos/vimeo.png";
//feature 4
$lang['welcome_feature4_title'] = "Completely free!";
$lang['welcome_feature4_description'] = "Yes nigga, free for all users. Just type some boring info into some boxes (email, password etc...) and start listening to amazing songs like never before!";
$lang['welcome_feature4_image'] = "/img/feature1.jpg";
//subscribe
$lang['welcome_subscribe_title'] = "Subscribe for updates & invitations";
$lang['welcome_subscribe_emailbox'] = "Enter your email address";
$lang['welcome_subscribe_button'] = "Sign up";
$lang['welcome_subscribe_unsubscribe'] = "Unsubscribe";
//media
$lang['welcome_social_title'] = "Social";
//press
$lang['welcome_press_title'] = "Social";
$lang['welcome_press_body'] = "September, 2012";
$lang['welcome_press_name'] = "";
$lang['welcome_press_description'] = "";
//footer
$lang['welcome_footer'] = "© 2012 - Speakr.fm - All rights reserved -<a href=\"#\">
Home</a>
|<a href=\"/about\">
About</a>
|<a href=\"#\">
Help</a>
|<a href=\"#\">
Legal</a>
|<a href=\"mailto:contact@speakr.fm\">
Contact</a>
";
/* End of file welcome_lang.php */
/* Location: ./application/language/en_US/welcome_lang.php */
History
Translation History shows you the different versions of the translations that were saved. It also lets you revert to an older version of a translation.