This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Localizable.strings
78 lines (55 loc) · 2.53 KB
/
Localizable.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/*
Localizeable.strings
Shares
Created by Sam Soffes on 12/12/13.
Copyright (c) 2013-2014 Nothing Magical. All rights reserved.
*/
"ADD_SHARES" = "Add Shares";
// This is the placeholder for the stock symbol text field in the add screen
"STOCK_PLACEHOLDER" = "STOCK";
"ADD" = "Add";
"ADD_HELP_MESSAGE" = "Add shares for a stock you’ve purchased. Enter the stock symbol, number of shares you purchased, and the price per share that you purchased them at. The symbol will turn green if it’s valid.";
// OK button for alert. Please try to match what Apple does else where in the system.
"OK" = "OK";
"SYMBOL" = "Symbol";
// Label for shares of stock. This is not used for the application name, so please translate it :)
"SHARES" = "Shares";
"PRICE" = "Price";
"SWIPE_TO_REMOVE" = "Swipe to remove shares.";
// Please try to match what Apple does else where in the system.
"SETTINGS" = "Settings";
"MARKET_PRICE_MODE" = "All prices will be displayed in market currency.";
// The `%@` represents where the currency code (i.e. "USD") will be inserted.
"PRIMARY_CURRENCY_PRICE_MODE_FORMAT" = "All prices will be displayed in %@.";
// The `%@` represents where the time in words (i.e. "2 minutes") will be inserted. The time is will already be localized.
"CURRENCY_LAST_UPDATED_FORMAT" = "Conversion rates updated %@ ago.";
"CURRENCY" = "Currency";
"DISPLAY" = "Display";
// Used to describe the primary currency.
"PRIMARY" = "Primary";
"ALWAYS_USE_PRIMARY" = "Always Use Primary";
"PERCENTAGES" = "Percentages";
"DECIMAL_PLACES" = "Decimal Places";
"HIDE_ARTWORK" = "Hide Artwork";
// An informal welcome
"WELCOME_TITLE" = "Hi there.";
"WELCOME_MESSAGE" = "Shares helps you keep track of your gains and losses. To get started, add some shares that you’ve already purchased.";
// The word for "gains" in "WELCOME_MESSAGE". It will be highlighted in green. Be sure to only use this word once.
"WELCOME_GAINS" = "gains";
// The word for "losses" in "WELCOME_MESSAGE". It will be highlighted in red. Be sure to only use this word once.
"WELCOME_LOSSES" = "losses";
"TUTORIAL_TOGGLE" = "Tap the total to toggle $ & %";
"TUTORIAL_DETAILS" = "Tap a stock to get details";
"GAIN" = "Gain";
"LOSS" = "Loss";
// Title for error alert.
"DARN" = "Darn";
"ERROR_FAILED_TO_UPDATE" = "Failed to update stocks. Be sure you’re connected to the internet.";
"LOSS_TODAY" = "Loss Today";
"GAIN_TODAY" = "Gain Today";
"TOTAL_VALUE" = "Total Value";
"TOTAL_GAIN" = "Total Gain";
"TOTAL_LOSS" = "Total Loss";
"CHANGE" = "Change";
"INVESTMENT" = "Investment";
"VALUE" = "Value";