Created
June 29, 2012 13:22
-
-
Save eddievlagea/3017868 to your computer and use it in GitHub Desktop.
en.json
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
{ | |
"locale": { | |
"dashboard":{ | |
"DASHBOARD_TITLE": "OTP Bank", | |
}, | |
"global": { | |
"LABEL_CANCEL":"Cancel", | |
"LABEL_DONE":"Done", | |
"LABEL_LOGOUT": "Logout", | |
"LABEL_LOGIN": "Login", | |
"LABEL_LOG_IN": "Log in", | |
"MY_ACCOUNTS_TITLE": "My accounts", | |
"EXCHANGE_TITLE": "Exchange rates", | |
"FIND_ATM_TITLE": "Find ATM", | |
"CONTACT_TITLE": "Contact us", | |
"SETTINGS_TITLE": "Settings", | |
"NEW_PAYMENT_TITLE":"New payment", | |
"LABEL_OPTIONAL": "Optional", | |
"LABEL_CATEGORY": "Category", | |
"LABEL_LOAD_MORE": "Load more...", | |
"LABEL_PHONE": "Phone" | |
}, | |
"authentification": { | |
"AUTH_TITLE": "Login", | |
"AUTH_MUST_LOGIN": "You must login to access this feature.", | |
"AUTH_HTML_CONTACT": "If you have trouble logging in contact us at <a href='mailto:[email protected]'>[email protected]</a> or call <a href='tel:+40756363636'>+40 756 363 636</a>.", | |
"LABEL_LOGOUT": "Logout", | |
"LABEL_LOGIN": "Login", | |
"LABEL_LOG_IN": "Log in", | |
"LABEL_CANCEL": "Cancel", | |
"LABEL_USERNAME": "User name", | |
"LABEL_PASSWORD": "Password", | |
"LABEL_SHOWPASSWORD": "Show password" | |
}, | |
"newpayment": { | |
"NEW_PAYMENT_TITLE":"New payment", | |
"LABEL_SAVE_BENEFICIARY": "Save beneficiary", | |
"LABEL_SELECT_BENEFICIARY": "Select beneficiary", | |
"LABEL_ENTER_NAME": "Enter name", | |
"LABEL_PAY_TO": "Pay to", | |
"LABEL_PAY_FROM": "Pay from", | |
"LABEL_PAY_NOTES": "Notes", | |
"LABEL_PAY_TYPE": "Type", | |
"LABEL_PAY_FOR": "For", | |
"LABEL_PAY_NOW": "Pay now", | |
"LABEL_PAY_WITH": "Pay with", | |
"LABEL_AMOUNT": "Amount", | |
"LABEL_NAME": "Name", | |
"LABEL_CURRENCY": "Currency", | |
"LABEL_DETAILS": "Details", | |
"LABEL_REMAINING": "Remaining", | |
"LABEL_SELECT_ACCOUNT": "Select account", | |
"LABEL_AUTH_PAYMENT": "Authorize payment", | |
"LABEL_CATEGORY": "Category", | |
"SELECT_PROVIDER_TITLE": "Select provider", | |
"SELECT_UTILITY_TITLE": "Select utilitiy", | |
"TOP_PROVIDERS_TITLE": "Top providers", | |
"OTHER_PROVIDERS_TITLE": "Other providers", | |
"SAVED_TITLE": "Saved", | |
"UTILITIES_TITLE": "Utilities", | |
"SELECT_BENEFICIARY_TITLE": "Select beneficiary", | |
"SELECT_ACCOUNT_TITLE": "Select account", | |
"ADD_BENEFICIARY_TITLE": "Add beneficiary", | |
"ACCOUNT_NUMBER_TITLE": "Account number", | |
"CONFIRM_PAYMENT_TITLE": "Confirm payment", | |
"LABEL_BANK": "Bank", | |
"MSG_FOUND_ERRORS": "There are some errors", | |
"MSG_PROCESS_PAYMENT": "Processing payment", | |
"MSG_SUCCESS_PAYMENT": "Payment successful.", | |
"MSG_CONFIRM_CANCEL_PAYMENT": "Are you sure you want to cancel this payment?", | |
"LABEL_DATE": "Date", | |
"LABEL_CANCEL_PAYMENT": "Cancel payment" | |
}, | |
"myaccounts": { | |
"MY_ACCOUNTS_TITLE": "My accounts", | |
"LABEL_PAY_NOTES": "Notes", | |
"LABEL_PAY_TYPE": "Type", | |
"LABEL_PAY_FOR": "For", | |
"LABEL_PAY_TO": "Pay to", | |
"TRANSACTION_DETAILS_TITLE": "Transaction details", | |
"MSG_ADDED_BENEFICIARY": "benef added" | |
}, | |
"findatm": { | |
"LOCATION_DETAILS_TITLE": "Location details", | |
"LABEL_MAP": "Map", | |
"LABEL_LIST": "List", | |
"LABEL_FEATURES": "Features" | |
}, | |
"settings":{ | |
"LABEL_SELECT_LANGUAGE":"Language", | |
"LABEL_LANGUAGE":"Language" | |
}, | |
"LABEL_DATE": "Date", | |
"LABEL_SHOWPASSWORD": "Show password", | |
"LABEL_FAILURE": "Failure", | |
"LABEL_BACK": "Back", | |
"LABEL_NAME": "Name", | |
"LABEL_CURRENCY": "Currency", | |
"LABEL_OPENINGS": "Open", | |
"LABEL_AUTH_NO": "Auth #", | |
"LABEL_TO": "To", | |
"LABEL_CONFIRM": "Confirm", | |
"LABEL_LOAD_MORE_TRANSACTIONS": "Load more transactions...", | |
"LABEL_DISTANCE": "Distance", | |
"LABEL_SHOW_ON_MAP": "Show on map", | |
"LABEL_INCOME": "Income", | |
"LABEL_EXPENSE": "Expense", | |
"MSG_LOGING_IN": "Logging in", | |
"MSG_YOU_LOGGED_IN": "You are logged in.", | |
"MSG_WRONG_DETAILS": "Wrong details. Try again?", | |
"MSG_SERVER_ERROR": "There was a server error.", | |
"MSG_FOUND_ERRORS": "There are some errors", | |
"MSG_SOMETHING_BAD": "Something went bad: ", | |
"MSG_YOU_ARE_HERE": "You are here.", | |
"MSG_YOUR_POSITION": "Your position", | |
"MSG_TIMEOUT": "Timeout occured.", | |
"FORMAT_DATE_MONTH_DAY_YEAR": "F d, Y", | |
"FORMAT_DATE_FULL_DAY": "l", | |
"MSG_WENT_WRONG_TITLE": "Ooops!", | |
"MSG_WENT_WRONG_BODY": "Something went wrong" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment