Bitcoin Forum
May 21, 2024, 10:32:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: Help to translate app Bitcoin Paranoid  (Read 2970 times)
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 21, 2012, 09:32:57 PM
 #1

Hello guys! I made this app, Bitcoin Paranoid: https://play.google.com/store/apps/details?id=br.eti.fml.satoshi

But I am not a native speaker. Anyone can help me on an English text review?

This is my current resource file: http://pastebin.com/5FW7snez

And there are the text on Store Play (see the link above)


Thanks!
Blazr
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1005



View Profile
December 21, 2012, 09:39:05 PM
 #2

I had a quick read through it and made a couple of changes.

Quote
   <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <string name="app_name">Bitcoin paranoid</string>
        <string name="description">Shows the latest Bitcoin price in the notification bar</string>
    
        <string name="pref_service">Notification bar</string>
        <string name="pref_title_on">Start or stop it</string>
        <string name="pref_summ_on">You can turn on/off the service</string>
        <string name="pref_title_start_on_boot">Starts on boot</string>
        <string name="pref_summ_start_on_boot">Starts when your device is turned on. It won\'t work if the app is on external storage (SD card)</string>
        <string name="pref_update_title">Information settings</string>
        <string name="pref_title_donate">Donate at http://btc.to/6y3</string>
        <string name="pref_summ_donate">If you like this app v%1$s, please donate ~ 0.05 BTC or anything you want</string>
        <string name="pref_title_data_source">Data sources</string>
    
        <string name="mtgox_long_name">Mt.Gox (Japan)</string>
        <string name="mbbra_long_name">Mercado Bitcoin (Brazil)</string>
        <string name="mtgox_short_name">Mt.Gox JP</string>
        <string name="mbbra_short_name">M. BTC BR</string>
        <string name="mtgox_key">mtgox</string>
        <string name="mbbra_key">mbbra</string>
    
        <string name="pref_summ_data_source">Choose the sources of information</string>
        <string-array name="pref_entries_data_source">
            <item>@string/mtgox_long_name</item>
            <item>@string/mbbra_long_name</item>
        </string-array>
        <string-array name="pref_values_data_source">
            <item>@string/mtgox_key</item>
            <item>@string/mbbra_key</item>
        </string-array>
        <string-array name="pref_def_values_data_source">
            <item>@string/mtgox_key</item>
        </string-array>
    
        <string name="pref_title_update_interval">Interval update</string>
        <string name="pref_summ_update_interval">Choose the data interval update</string>
        <string-array name="pref_entries_update_interval">
            <item>10s - paranoia mode</item>
            <item>1 min - crazy mode</item>
            <item>15 min - normal mode</item>
            <item>1h - economic mode</item>
        </string-array>
        <string-array name="pref_values_update_interval">
            <item>10</item>
            <item>60</item>
            <item>900</item>
            <item>3600</item>
        </string-array>
    
        <string name="pref_others_title">Support us</string>
    
        <string name="starting_service">Starting Bitcoin paranoid…</string>
        <string name="stopping_service">Bye bye paranoia!</string>
        <string name="last_value">%1$s, %2$s</string>
    
        <string name="title_sure">Are you sure?</string>
        <string name="yes">Yes</string>
        <string name="no">Not sure</string>
(this one I couldn't fully understand so it may be wrong)
        <string name="body_cool">This is very cool, but leave your phone near you and plugged in.\n\nKeep in mind this mode will unlock your phone if it is locked by a pin or pattern.\n\nNote: it does not work as expected with alternative lockers such as \"Widget Locker\".</string>
    
        <string name="pref_title_screen_on">Turn the screen on</string>
        <string name="pref_summ_screen_on">When a value is updated, turn the screen on. Best for addicts!</string>
    
        <string name="pref_experimental_title">Experimental (beta)</string>
    
        <string name="pref_title_rate_us">Please rate us</string>
        <string name="pref_summ_rate_us">Rate us ★★★★★ on Google Play</string>
    
        <string name="pref_title_feedback">Problem or request?</string>
        <string name="pref_summ_feedback">Please report any problem here</string>
    
        <string name="pref_title_open_wallet">Open the Bitcoin Wallet</string>
        <string name="pref_summ_open_wallet">Third-party app by Andreas Schildbach</string>
    
        <string name="internet_down">Is your Internet ok?</string>
        <string name="loading">Loading…</string>
        <string name="no_internet">Or maybe %1$s is down</string>
    
        <string name="pref_title_dollar_to_btc">Invert conversion</string>
        <string name="pref_summ_dollar_to_btc">Use 1 USD = X mBTC instead 1 BTC = X USD; Notice that uses millibit (mBTC)</string>
    
        <string name="pref_title_24h">Use 24-hour clock style</string>
        <string name="pref_summ_24h">e.g. 23:00 instead 11:00 PM</string>
    
        <string name="pref_title_currency">Currency</string>
        <string name="pref_summ_currency">Set the currency: USD, EUR, JPY etc.</string>
    
        <string name="error_convert">Error currency conversion</string>
        <string name="where">on</string>
    
        <string-array name="pref_entries_currency">
            <item>Currency from source (*)</item>
            <item>Argentine Peso (ARS)</item>
            <item>Australian dollar (AUD)</item>
            <item>Brazilian real (BRL)</item>
            <item>Canadian dollar (CAD)</item>
            <item>Chinese yuan (CNY)</item>
            <item>Danish krone (DKK)</item>
            <item>Euro (EUR)</item>
            <item>Hong Kong dollar (HKD)</item>
            <item>Indian rupee (INR)</item>
            <item>Israeli new shekel (ILS)</item>
            <item>Japanese yen (JPY)</item>
            <item>Mexican peso (MXN)</item>
            <item>New Zealand dollar (NZD)</item>
            <item>Polish złoty (PLN)</item>
            <item>Pound sterling (GBP)</item>
            <item>Russian rouble (RUB)</item>
            <item>South African rand (ZAR)</item>
            <item>South Korean won (KRW)</item>
            <item>Swedish krona (SEK)</item>
            <item>Swiss franc (CHF)</item>
            <item>Singapore dollar (SGD)</item>
            <item>Thai baht (THB)</item>
            <item>United States dollar (USD)</item>
        </string-array>
        <string-array name="pref_values_currency">
            <item>OOO</item>
            <item>ARS</item>
            <item>AUD</item>
            <item>BRL</item>
            <item>CAD</item>
            <item>CNY</item>
            <item>DKK</item>
            <item>EUR</item>
            <item>HKD</item>
            <item>INR</item>
            <item>ILS</item>
            <item>JPY</item>
            <item>MXN</item>
            <item>NZD</item>
            <item>PLN</item>
            <item>GBP</item>
            <item>RUB</item>
            <item>ZAR</item>
            <item>KRW</item>
            <item>SEK</item>
            <item>CHF</item>
            <item>SGD</item>
            <item>THB</item>
            <item>USD</item>
        </string-array>
    
        <string name="ok">OK</string>
        <string name="error_empty">Error</string>
        <string name="error_empty_body">You must select a data source, undoing…</string>
    </resources>

hamdi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
December 21, 2012, 09:42:30 PM
 #3

tell me when you need proper german.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 21, 2012, 09:51:22 PM
 #4

@Blazr, thanks so much! Where can I deposit a donation for you? And what about the texts in store?
https://play.google.com/store/apps/details?id=br.eti.fml.satoshi

@hamdi I pay 1 BTC if you can help me to translate it to German (the file + Google Play Store). It's not much but I don't make profit with this app.

Thanks!
hamdi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
December 21, 2012, 09:53:20 PM
 #5

sent you a pm.
Winterfrost
Full Member
***
Offline Offline

Activity: 621
Merit: 135


★Bitvest.io★ Play Plinko or Invest!


View Profile
December 21, 2012, 10:01:58 PM
 #6


Here are some suggested changes. There were only a few minor errors (mostly style/consistency).

Quote
This app shows the current Bitcoin value in US dollars (USD) or any other currency in the notification bar.
If you "bitcoin paranoid" this app is for you. This is NOT a widget, nor is it a standard app. This app starts a service that keeps the latest Bitcoin value in the *notification bar*.
You can tap the notification and disable the service at any time. But if you are a Bitcoin addict, you probably won't do that.

The app supports these refresh intervals:
* 10s - paranoia mode
* 1 min - crazy mode
* 15 min - normal mode
* 1h - economic mode

Data souce information:
* MtGox - Japan
* Mercado Bitcoin - Brazil

The app is integrated with Bitcoin Wallet, thanks to Andreas.

Supported currencies:
Argentine Peso (ARS)
Australian dollar (AUD)
Brazilian real (BRL)
Canadian dollar (CAD)
Chinese yuan (CNY)
Danish krone (DKK)
Euro (EUR)
Hong Kong dollar (HKD)
Indian rupee (INR)
Israeli new shekel (ILS)
Japanese yen (JPY)
Mexican peso (MXN)
New Zealand dollar (NZD)
Polish złoty (PLN)
Pound sterling (GBP)
Russian rouble (RUB)
South African rand (ZAR)
South Korean won (KRW)
Swedish krona (SEK)
Swiss franc (CHF)
Singapore dollar (SGD)
Thai baht (THB)
United States dollar (USD)
..........
Thanks so much! Enjoy!
More info about Bitcoins: http://bitcoin.org/
Please donate 0.05 BTC to http://btc.to/6y3/qr or 129aYgYwr9YNimdjjaRxVvWF4bcyUxv2Zg

felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 21, 2012, 10:36:53 PM
 #7

Thank you guys! I'll send the BTC as soon I purchase. See you!
hamdi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
December 21, 2012, 11:24:56 PM
 #8

okay, here is the german translation:

resource file: http://pastebin.com/F6SThKh3
info text: http://pastebin.com/ux3Fdtn0

thanks for the 1 BTC: 1tHXmntuyAvFmJrZfrRNWkrnB9Rq3nnu4
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 22, 2012, 05:58:17 PM
 #9

Thank you guys!!

Follow the transfer BTC:

https://blockchain.info/tx/b62926aa0ce309844da55dbd1824f5719e761d9a9d89e1a3f442c132b8a600b2

I paid 1 BTC to German translation and 0.5 BTC to English review. I know it is not much, but I don't make profit with this app. Thanks so much!
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 22, 2012, 06:11:33 PM
 #10

If anyone could help me to translate to Japanese and Korean it would be good! Thanks!
knight22
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


--------------->¿?


View Profile
December 23, 2012, 01:06:19 AM
 #11

Any help for French? PM me

felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 23, 2012, 02:06:56 AM
 #12

Yes, please!  Wink
hamdi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
December 23, 2012, 08:16:35 AM
 #13

thanks felipe.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 24, 2012, 05:17:02 AM
 #14

thank you! did you download the app in German?
knight22
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


--------------->¿?


View Profile
December 24, 2012, 05:39:21 AM
Last edit: December 26, 2012, 03:09:18 PM by knight22
 #15

French translation done here:

http://pastebin.com/UND0nvFA

1P5hM6CnxVJV8DVFYno5BzkyWYD5qGhwsw

John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1226


Away on an extended break


View Profile
December 24, 2012, 06:24:52 AM
 #16

Do you need a Chinese version too? Drop me a PM.  Smiley
katyhik
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 24, 2012, 07:43:11 PM
 #17

I can translate to Russian, if necessary.
hamdi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
December 24, 2012, 11:06:41 PM
 #18

thank you! did you download the app in German?
i dont have a proper phone.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 25, 2012, 04:15:50 AM
 #19

John and katyhik, I want the Chinese and Russian version. Can I pay 0,5 BTC each for this? Actually it is starting to be expensive for me these translations!!  Grin  If you guys accept, please let me know in this topic. Thanks!
DPony13
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 25, 2012, 06:52:54 AM
 #20

Tagalog/Filipino isn't really a widely used language, but do you
need it? Just tell me if you need, but I'm sure you won't really need it,
but I'm offering!

Thanks.

EndTheFed123, if you had just taken the money it wouldn't have ended like this Sad
BTW this hasn't been the real DPony13 since he "came back", I just hacked this account, SirLolicon is the real DPony13 I think.
katyhik
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 25, 2012, 05:14:03 PM
 #21

http://pastebin.com/s9wUm6Yy - translated into Russian. I do not need to pay. It will be an act of goodwill from me Smiley.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 26, 2012, 02:17:32 AM
 #22

@katyhik  Really?? Thanks so much, I'll put your name on the playstore.  Cry
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 26, 2012, 02:19:21 AM
 #23

@DPony13 yes, please, I want! More language, better!!  Grin 0.3 BTC is ok for this not-so-used language?
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 26, 2012, 02:21:00 AM
 #24

@katyhik can you please translate the Google Store text too, please?

The text is here: https://play.google.com/store/apps/details?id=br.eti.fml.satoshi
DPony13
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 26, 2012, 09:16:19 AM
 #25

@DPony13 yes, please, I want! More language, better!!  Grin 0.3 BTC is ok for this not-so-used language?

sure it's okay!
I'll work on it now

EndTheFed123, if you had just taken the money it wouldn't have ended like this Sad
BTW this hasn't been the real DPony13 since he "came back", I just hacked this account, SirLolicon is the real DPony13 I think.
DPony13
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 26, 2012, 09:42:36 AM
 #26

http://bitbin.it/B37bXIBi

Finished!
Please just send the payment to the address in my signature.

Thanks!

EndTheFed123, if you had just taken the money it wouldn't have ended like this Sad
BTW this hasn't been the real DPony13 since he "came back", I just hacked this account, SirLolicon is the real DPony13 I think.
katyhik
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 26, 2012, 04:41:38 PM
Last edit: December 26, 2012, 04:53:51 PM by katyhik
 #27

I corrected a couple of mistakes that that are made earlier and changed the name of the app to Russian. New version: http://pastebin.com/nAtKqE25

http://pastebin.com/J6rHZixU - This translation of the description.
I gave a link to the popular russian site about Bitcoin, instead http://bitcoin.org/, because the Russian people do not speak English very much, on average.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 26, 2012, 06:15:03 PM
 #28

Good! Thanks!!

Ponny, here is: 99a41c18ebc67283c748da8ddb88a38c867b06b5a646fa95f7e2f6dbee65c280
DPony13
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
December 27, 2012, 12:59:32 AM
 #29

Thanks.
I actually use Bitcoin Paranoid myself.

will check if there are any errors and will
fix or improve.

EndTheFed123, if you had just taken the money it wouldn't have ended like this Sad
BTW this hasn't been the real DPony13 since he "came back", I just hacked this account, SirLolicon is the real DPony13 I think.
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 27, 2012, 12:27:22 PM
 #30

Thanks Pony! What is the ISO code of Tagalog/Filipino language?
felipelalli (OP)
Full Member
***
Offline Offline

Activity: 229
Merit: 103



View Profile
December 28, 2012, 12:31:01 AM
 #31

DPony13, I found it, it is "tl"
Pages: 1 2 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!