-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from constantine2nd/develop
Enhancements
- Loading branch information
Showing
23 changed files
with
785 additions
and
70 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
login = Login | ||
logout = Logout | ||
sign_in_as = Sign in as | ||
views = Views | ||
private_accounts = Private accounts | ||
public_accounts = Public accounts | ||
my_accounts = My accounts | ||
account_name = Account Name | ||
you_are_logged_out = You are logged out. No authorised accounts available. | ||
enter_label = Enter a label... | ||
create_account_label = Create a bank account | ||
bank_name = Bank name | ||
account_label = Account label | ||
income_description = Description | ||
income_amount = Amount \u20ac | ||
payment_description = Description | ||
payment_amount = Amount \u20ac | ||
income = Income | ||
payment = Expenditure | ||
add_expenditure = Add expenditure | ||
add_income = Add income | ||
button.save = Save |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
login = Login | ||
logout = Logout | ||
sign_in_as = Sign in as | ||
views = Views | ||
private_accounts = Private accounts | ||
public_accounts = Public accounts | ||
my_accounts = My accounts | ||
account_name = Account Name | ||
you_are_logged_out = You are logged out. No authorised accounts available. | ||
enter_label = Enter a label... | ||
create_account_label = Create a bank account | ||
bank_name = Bank name | ||
account_label = Account label | ||
income_description = Description | ||
income_amount = Amount \u20ac | ||
payment_description = Description | ||
payment_amount = Amount \u20ac | ||
income = Income | ||
payment = Expenditure | ||
add_expenditure = Add expenditure | ||
button.save = Save |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
login = Accedi | ||
logout = Esci | ||
sign_in_as = Accedi come | ||
views = Visualizzazioni | ||
private_accounts = Conti privati | ||
public_accounts = Conti pubblici | ||
my_accounts = I miei account | ||
account_name = Nome utente | ||
you_are_logged_out = Sei disconnesso. Nessun account autorizzato disponibile. | ||
enter_label = Enter a label... | ||
create_account_label = Crea un conto in banca | ||
bank_name = nome della banca | ||
account_label = Etichetta dell'account | ||
income_description = Income description | ||
income_amount = Income amount | ||
payment_description = payment description | ||
payment_amount = payment amount | ||
income = Income | ||
payment = payment |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# The main drawback here is that all application resources for a given locale must exist | ||
# in the same file, and that extended characters such as œ aren’t properly encoded by | ||
# default. This is due to Java properties bundles using ISO 8859-1 encoding and thus | ||
# requiring conversion to escaped format, such as \u0153. Fortunately this process can | ||
# be automated using tools like native2ascii | ||
login = Login | ||
logout = Logout | ||
sign_in_as = Sign in as | ||
views = Views | ||
private_accounts = Private accounts | ||
public_accounts = \u041f\u0443\u0431\u043b\u0456\u0447\u043d\u0456 \u0440\u0430\u0445\u0443\u043d\u043a\u0438 | ||
my_accounts = \u041c\u043e\u0457 \u0440\u0430\u0445\u0443\u043d\u043a\u0438 | ||
account_name = \u041d\u0430\u0437\u0432\u0430 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 | ||
you_are_logged_out = \u0412\u0438 \u0432\u0438\u0439\u0448\u043b\u0438 \u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u0438. \u041d\u0435\u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u0438\u0445 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432. | ||
enter_label = \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043c\u0456\u0442\u043a\u0443 ... | ||
create_account_label = \u0421\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0431\u0430\u043d\u043a\u0456\u0432\u0441\u044c\u043a\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a | ||
bank_name = \u043d\u0430\u0437\u0432\u0430 \u0431\u0430\u043d\u043a\u0443 | ||
account_label = \u041c\u0456\u0442\u043a\u0430 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 | ||
income_description = Income description | ||
income = Income |
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
Oops, something went wrong.