-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19e1a50
commit c57375c
Showing
6 changed files
with
41 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
index: | ||
title: How many fakes follow you? | ||
button: Calculate | ||
followers: You have %1 fake followers | ||
info: !!html | ||
We don't store their data, <a href="/images/heroku.png">our Heroku account not using storage space</a>. | ||
retweet: !!html | ||
<a href="/tweet">Tweet this</a> | ||
footer: | ||
message: !!html | ||
Twifakes uses <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> for Authentication. This is designed to protect your account. You will be redirected to Twitter and asked to allow the Twifakes Application. Simply click Allow to use Twifakes. We promise not to misuse or abuse your account. | ||
locale: !!html | ||
Change language to <a href="?locale=pt">Portuguese</a> | ||
credit: !!html | ||
Twifakes is a <a href="http://github.com/gurupi/twifakes">open source</a> application | ||
title: How many fakes follow you? | ||
button: Calculate | ||
followers: You have %1 fake followers | ||
message: "I have %1 fake followers, and you? http://twifakes.heroku.com/ #Twifakes" | ||
info: !!html | ||
We don't store their data, <a href="/images/heroku.png">our Heroku account not using storage space</a>. | ||
retweet: !!html | ||
<a href="/tweet">Tweet this</a> | ||
footer: | ||
message: !!html | ||
Twifakes uses <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> for Authentication. This is designed to protect your account. You will be redirected to Twitter and asked to allow the Twifakes Application. Simply click Allow to use Twifakes. We promise not to misuse or abuse your account. | ||
locale: !!html | ||
Change language to <a href="?locale=pt">Portuguese</a> | ||
credit: !!html | ||
Twifakes is a <a href="http://github.com/gurupi/twifakes">open source</a> application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
index: | ||
title: Quantos fakes seguem você? | ||
button: Calcular | ||
followers: Você tem %1 seguidores fake | ||
info: !!html | ||
Nós não armazenamos seus dados, <a href="/images/heroku.png">nossa conta no Heroku não está utilizando espaço para armazenamento</a>. | ||
retweet: !!html | ||
<a href="/tweet">Envie um Tweet</a> | ||
footer: | ||
message: !!html | ||
Para proteger sua conta o Twifakes usa <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> na Autenticação. Você será redirecionado para o Twitter que perguntará se você dar permissão à aplicação Twifakes. Simplesmente clique em "Allow" para usar o Twifakes. Prometemos não fazer uso indevido ou abusar da sua conta. | ||
locale: !!html | ||
Mudar idioma para <a href="?locale=en">Inglês</a> | ||
credit: !!html | ||
Twifakes é uma aplicação <a href="http://github.com/gurupi/twifakes">open source</a> | ||
title: Quantos fakes seguem você? | ||
button: Calcular | ||
followers: Você tem %1 seguidores fake | ||
message: "Eu tenho %1 seguidores fake, e você? http://twifakes.heroku.com/ #Twifakes" | ||
info: !!html | ||
Nós não armazenamos seus dados, <a href="/images/heroku.png">nossa conta no Heroku não está utilizando espaço para armazenamento</a>. | ||
retweet: !!html | ||
<a href="/tweet">Envie um Tweet</a> | ||
footer: | ||
message: !!html | ||
Para proteger sua conta o Twifakes usa <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> na Autenticação. Você será redirecionado para o Twitter que perguntará se você dar permissão à aplicação Twifakes. Simplesmente clique em "Allow" para usar o Twifakes. Prometemos não fazer uso indevido ou abusar da sua conta. | ||
locale: !!html | ||
Mudar idioma para <a href="?locale=en">Inglês</a> | ||
credit: !!html | ||
Twifakes é uma aplicação <a href="http://github.com/gurupi/twifakes">open source</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<h1><%= r18n.index.title %></h1> | ||
<p id="calculate"><a href="/connect"><%= r18n.index.button %></a></p> | ||
<p class="info"><%= r18n.index.info %></p> | ||
<h1><%= r18n.title %></h1> | ||
<p id="calculate"><a href="/connect"><%= r18n.button %></a></p> | ||
<p class="info"><%= r18n.info %></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<h1><%= r18n.index.followers(@fakes) %></h1> | ||
<p id="retweet"><%= r18n.index.retweet %></p> | ||
<p class="info"><%= r18n.index.info %></p> | ||
<h1><%= r18n.followers(@fakes) %></h1> | ||
<p id="retweet"><%= r18n.retweet %></p> | ||
<p class="info"><%= r18n.info %></p> |