| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2024-11-25 04:18:55 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  | /* | 
					
						
							|  |  |  |  * translations.php | 
					
						
							|  |  |  |  * Copyright (c) 2024 james@firefly-iii.org. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see https://www.gnu.org/licenses/. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							| 
									
										
										
										
											2024-04-07 06:51:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  | return [ | 
					
						
							|  |  |  |     'json'      => [ | 
					
						
							|  |  |  |         'v2' => [ | 
					
						
							|  |  |  |             'config'     => [ | 
					
						
							|  |  |  |                 'html_language', | 
					
						
							|  |  |  |                 'date_time_fns', | 
					
						
							|  |  |  |                 'month_and_day_fns', | 
					
						
							|  |  |  |                 'does_not_exist', // on purpose
 | 
					
						
							|  |  |  |                 'date_time_fns_short', | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             'form'       => [ | 
					
						
							|  |  |  |                 'title', | 
					
						
							|  |  |  |             ], | 
					
						
							| 
									
										
										
										
											2024-04-23 07:13:10 +02:00
										 |  |  |             'list'       => [ | 
					
						
							| 
									
										
										
										
											2024-04-23 06:59:49 +02:00
										 |  |  |                 'drag_and_drop', | 
					
						
							|  |  |  |                 'active', | 
					
						
							|  |  |  |                 'name', | 
					
						
							|  |  |  |                 'type', | 
					
						
							|  |  |  |                 'number', | 
					
						
							|  |  |  |                 'liability_type', | 
					
						
							|  |  |  |                 'current_balance', | 
					
						
							|  |  |  |                 'last_activity', | 
					
						
							|  |  |  |                 'amount_due', | 
					
						
							|  |  |  |                 'balance_difference', | 
					
						
							|  |  |  |                 'menu', | 
					
						
							|  |  |  |             ], | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |             'validation' => [ | 
					
						
							|  |  |  |                 'bad_type_source', | 
					
						
							|  |  |  |                 'bad_type_destination', | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             'firefly'    => [ | 
					
						
							| 
									
										
										
										
											2024-04-28 13:30:42 +02:00
										 |  |  |                 'liability_direction_debit_short', | 
					
						
							|  |  |  |                 'liability_direction_credit_short', | 
					
						
							| 
									
										
										
										
											2024-08-03 07:51:30 +02:00
										 |  |  |                 'liability_direction_null_short', | 
					
						
							| 
									
										
										
										
											2024-04-28 13:30:42 +02:00
										 |  |  |                 'interest_calc_yearly', | 
					
						
							|  |  |  |                 'interest_calc_', | 
					
						
							| 
									
										
										
										
											2024-08-03 07:51:30 +02:00
										 |  |  |                 'interest_calc_null', | 
					
						
							| 
									
										
										
										
											2024-04-28 13:30:42 +02:00
										 |  |  |                 'interest_calc_daily', | 
					
						
							|  |  |  |                 'interest_calc_monthly', | 
					
						
							|  |  |  |                 'interest_calc_weekly', | 
					
						
							|  |  |  |                 'interest_calc_half-year', | 
					
						
							|  |  |  |                 'interest_calc_quarterly', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'spent', | 
					
						
							|  |  |  |                 'administration_owner', | 
					
						
							|  |  |  |                 'administration_you', | 
					
						
							|  |  |  |                 'administration_role_owner', | 
					
						
							|  |  |  |                 'administration_role_ro', | 
					
						
							|  |  |  |                 'administration_role_mng_trx', | 
					
						
							|  |  |  |                 'administration_role_mng_meta', | 
					
						
							|  |  |  |                 'administration_role_mng_budgets', | 
					
						
							|  |  |  |                 'administration_role_mng_piggies', | 
					
						
							|  |  |  |                 'administration_role_mng_subscriptions', | 
					
						
							|  |  |  |                 'administration_role_mng_rules', | 
					
						
							|  |  |  |                 'administration_role_mng_recurring', | 
					
						
							|  |  |  |                 'administration_role_mng_webhooks', | 
					
						
							|  |  |  |                 'administration_role_mng_currencies', | 
					
						
							|  |  |  |                 'administration_role_view_reports', | 
					
						
							|  |  |  |                 'administration_role_full', | 
					
						
							|  |  |  |                 'new_administration_created', | 
					
						
							|  |  |  |                 'left', | 
					
						
							|  |  |  |                 'paid', | 
					
						
							|  |  |  |                 'errors_submission_v2', | 
					
						
							|  |  |  |                 'unpaid', | 
					
						
							|  |  |  |                 'default_group_title_name_plain', | 
					
						
							|  |  |  |                 'subscriptions_in_group', | 
					
						
							|  |  |  |                 'subscr_expected_x_times', | 
					
						
							|  |  |  |                 'overspent', | 
					
						
							|  |  |  |                 'money_flowing_in', | 
					
						
							|  |  |  |                 'money_flowing_out', | 
					
						
							|  |  |  |                 'category', | 
					
						
							|  |  |  |                 'unknown_category_plain', | 
					
						
							|  |  |  |                 'all_money', | 
					
						
							|  |  |  |                 'unknown_source_plain', | 
					
						
							|  |  |  |                 'unknown_dest_plain', | 
					
						
							|  |  |  |                 'unknown_any_plain', | 
					
						
							|  |  |  |                 'unknown_budget_plain', | 
					
						
							|  |  |  |                 'stored_journal_js', | 
					
						
							|  |  |  |                 'wait_loading_transaction', | 
					
						
							|  |  |  |                 'nothing_found', | 
					
						
							|  |  |  |                 'wait_loading_data', | 
					
						
							|  |  |  |                 'Transfer', | 
					
						
							|  |  |  |                 'Withdrawal', | 
					
						
							|  |  |  |                 'Deposit', | 
					
						
							|  |  |  |                 'expense_account', | 
					
						
							|  |  |  |                 'revenue_account', | 
					
						
							|  |  |  |                 'budget', | 
					
						
							| 
									
										
										
										
											2024-08-03 07:51:30 +02:00
										 |  |  |                 'account_type_undefined', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'account_type_Asset account', | 
					
						
							|  |  |  |                 'account_type_Expense account', | 
					
						
							|  |  |  |                 'account_type_Revenue account', | 
					
						
							|  |  |  |                 'account_type_Debt', | 
					
						
							|  |  |  |                 'account_type_Loan', | 
					
						
							|  |  |  |                 'account_type_Mortgage', | 
					
						
							|  |  |  |                 'account_role_defaultAsset', | 
					
						
							|  |  |  |                 'account_role_sharedAsset', | 
					
						
							|  |  |  |                 'account_role_savingAsset', | 
					
						
							|  |  |  |                 'account_role_ccAsset', | 
					
						
							|  |  |  |                 'account_role_cashWalletAsset', | 
					
						
							| 
									
										
										
										
											2024-04-23 07:13:10 +02:00
										 |  |  |                 //                'account_column_opt_drag_and_drop',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_active',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_name',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_type',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_liability_type',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_liability_direction',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_liability_interest',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_number',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_current_balance',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_amount_due',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_last_activity',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_balance_difference',
 | 
					
						
							|  |  |  |                 //                'account_column_opt_menu',
 | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |             ], | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |         'v1' => [ | 
					
						
							|  |  |  |             'firefly' => [ | 
					
						
							| 
									
										
										
										
											2025-01-19 11:34:23 +01:00
										 |  |  |                 'administrations_page_title', | 
					
						
							|  |  |  |                 'administrations_index_menu', | 
					
						
							|  |  |  |                 'temp_administrations_introduction', | 
					
						
							|  |  |  |                 'administration_currency_form_help', | 
					
						
							|  |  |  |                 'administrations_page_edit_sub_title_js', | 
					
						
							|  |  |  |                 'table', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'welcome_back', | 
					
						
							|  |  |  |                 'flash_error', | 
					
						
							|  |  |  |                 'flash_warning', | 
					
						
							|  |  |  |                 'flash_success', | 
					
						
							|  |  |  |                 'close', | 
					
						
							|  |  |  |                 'select_dest_account', | 
					
						
							|  |  |  |                 'select_source_account', | 
					
						
							|  |  |  |                 'split_transaction_title', | 
					
						
							|  |  |  |                 'errors_submission', | 
					
						
							| 
									
										
										
										
											2025-01-10 06:26:28 +01:00
										 |  |  |                 'is_reconciled', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'split', | 
					
						
							|  |  |  |                 'single_split', | 
					
						
							| 
									
										
										
										
											2025-02-05 18:50:09 +01:00
										 |  |  |                 'not_enough_currencies', | 
					
						
							|  |  |  |                 'not_enough_currencies_enabled', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'transaction_stored_link', | 
					
						
							|  |  |  |                 'webhook_stored_link', | 
					
						
							|  |  |  |                 'webhook_updated_link', | 
					
						
							|  |  |  |                 'transaction_updated_link', | 
					
						
							|  |  |  |                 'transaction_new_stored_link', | 
					
						
							|  |  |  |                 'transaction_journal_information', | 
					
						
							|  |  |  |                 'submission_options', | 
					
						
							|  |  |  |                 'apply_rules_checkbox', | 
					
						
							|  |  |  |                 'fire_webhooks_checkbox', | 
					
						
							|  |  |  |                 'no_budget_pointer', | 
					
						
							|  |  |  |                 'no_bill_pointer', | 
					
						
							|  |  |  |                 'source_account', | 
					
						
							|  |  |  |                 'hidden_fields_preferences', | 
					
						
							|  |  |  |                 'destination_account', | 
					
						
							|  |  |  |                 'add_another_split', | 
					
						
							|  |  |  |                 'submission', | 
					
						
							|  |  |  |                 'stored_journal', | 
					
						
							|  |  |  |                 'create_another', | 
					
						
							|  |  |  |                 'reset_after', | 
					
						
							|  |  |  |                 'submit', | 
					
						
							|  |  |  |                 'amount', | 
					
						
							|  |  |  |                 'date', | 
					
						
							|  |  |  |                 'is_reconciled_fields_dropped', | 
					
						
							|  |  |  |                 'tags', | 
					
						
							|  |  |  |                 'no_budget', | 
					
						
							|  |  |  |                 'no_bill', | 
					
						
							|  |  |  |                 'category', | 
					
						
							|  |  |  |                 'attachments', | 
					
						
							|  |  |  |                 'notes', | 
					
						
							|  |  |  |                 'external_url', | 
					
						
							|  |  |  |                 'update_transaction', | 
					
						
							|  |  |  |                 'after_update_create_another', | 
					
						
							|  |  |  |                 'store_as_new', | 
					
						
							|  |  |  |                 'reset_after', | 
					
						
							|  |  |  |                 'split_title_help', | 
					
						
							|  |  |  |                 'none_in_select_list', | 
					
						
							|  |  |  |                 'no_piggy_bank', | 
					
						
							|  |  |  |                 'description', | 
					
						
							|  |  |  |                 'split_transaction_title_help', | 
					
						
							|  |  |  |                 'destination_account_reconciliation', | 
					
						
							|  |  |  |                 'source_account_reconciliation', | 
					
						
							|  |  |  |                 'budget', | 
					
						
							|  |  |  |                 'bill', | 
					
						
							|  |  |  |                 'you_create_withdrawal', | 
					
						
							|  |  |  |                 'you_create_transfer', | 
					
						
							|  |  |  |                 'you_create_deposit', | 
					
						
							|  |  |  |                 'edit', | 
					
						
							|  |  |  |                 'delete', | 
					
						
							|  |  |  |                 'name', | 
					
						
							|  |  |  |                 'profile_whoops', | 
					
						
							|  |  |  |                 'profile_something_wrong', | 
					
						
							|  |  |  |                 'profile_try_again', | 
					
						
							|  |  |  |                 'profile_oauth_clients', | 
					
						
							|  |  |  |                 'profile_oauth_no_clients', | 
					
						
							|  |  |  |                 'profile_oauth_clients_header', | 
					
						
							|  |  |  |                 'profile_oauth_client_id', | 
					
						
							|  |  |  |                 'profile_oauth_client_name', | 
					
						
							|  |  |  |                 'profile_oauth_client_secret', | 
					
						
							|  |  |  |                 'profile_oauth_create_new_client', | 
					
						
							|  |  |  |                 'profile_oauth_create_client', | 
					
						
							|  |  |  |                 'profile_oauth_edit_client', | 
					
						
							|  |  |  |                 'profile_oauth_name_help', | 
					
						
							|  |  |  |                 'profile_oauth_redirect_url', | 
					
						
							|  |  |  |                 'profile_oauth_clients_external_auth', | 
					
						
							|  |  |  |                 'profile_oauth_redirect_url_help', | 
					
						
							|  |  |  |                 'profile_authorized_apps', | 
					
						
							|  |  |  |                 'profile_authorized_clients', | 
					
						
							|  |  |  |                 'profile_scopes', | 
					
						
							|  |  |  |                 'profile_revoke', | 
					
						
							|  |  |  |                 'profile_personal_access_tokens', | 
					
						
							|  |  |  |                 'profile_personal_access_token', | 
					
						
							|  |  |  |                 'profile_personal_access_token_explanation', | 
					
						
							|  |  |  |                 'profile_no_personal_access_token', | 
					
						
							|  |  |  |                 'profile_create_new_token', | 
					
						
							|  |  |  |                 'profile_create_token', | 
					
						
							|  |  |  |                 'profile_create', | 
					
						
							|  |  |  |                 'profile_save_changes', | 
					
						
							|  |  |  |                 'default_group_title_name', | 
					
						
							|  |  |  |                 'piggy_bank', | 
					
						
							|  |  |  |                 'profile_oauth_client_secret_title', | 
					
						
							|  |  |  |                 'profile_oauth_client_secret_expl', | 
					
						
							|  |  |  |                 'profile_oauth_confidential', | 
					
						
							|  |  |  |                 'profile_oauth_confidential_help', | 
					
						
							|  |  |  |                 'multi_account_warning_unknown', | 
					
						
							|  |  |  |                 'multi_account_warning_withdrawal', | 
					
						
							|  |  |  |                 'multi_account_warning_deposit', | 
					
						
							|  |  |  |                 'multi_account_warning_transfer', | 
					
						
							|  |  |  |                 'webhook_trigger_STORE_TRANSACTION', | 
					
						
							|  |  |  |                 'webhook_trigger_UPDATE_TRANSACTION', | 
					
						
							|  |  |  |                 'webhook_trigger_DESTROY_TRANSACTION', | 
					
						
							|  |  |  |                 'webhook_response_TRANSACTIONS', | 
					
						
							|  |  |  |                 'webhook_response_ACCOUNTS', | 
					
						
							|  |  |  |                 'webhook_response_none_NONE', | 
					
						
							|  |  |  |                 'webhook_delivery_JSON', | 
					
						
							|  |  |  |                 'actions', | 
					
						
							|  |  |  |                 'meta_data', | 
					
						
							|  |  |  |                 'webhook_messages', | 
					
						
							|  |  |  |                 'inactive', | 
					
						
							|  |  |  |                 'no_webhook_messages', | 
					
						
							|  |  |  |                 'inspect', | 
					
						
							|  |  |  |                 'edit', | 
					
						
							|  |  |  |                 'delete', | 
					
						
							|  |  |  |                 'create_new_webhook', | 
					
						
							|  |  |  |                 'webhooks', | 
					
						
							|  |  |  |                 'webhook_trigger_form_help', | 
					
						
							|  |  |  |                 'webhook_response_form_help', | 
					
						
							|  |  |  |                 'webhook_delivery_form_help', | 
					
						
							|  |  |  |                 'webhook_active_form_help', | 
					
						
							|  |  |  |                 'edit_webhook_js', | 
					
						
							|  |  |  |                 'webhook_was_triggered', | 
					
						
							|  |  |  |                 'view_message', | 
					
						
							|  |  |  |                 'view_attempts', | 
					
						
							|  |  |  |                 'message_content_title', | 
					
						
							|  |  |  |                 'message_content_help', | 
					
						
							|  |  |  |                 'attempt_content_title', | 
					
						
							|  |  |  |                 'attempt_content_help', | 
					
						
							|  |  |  |                 'no_attempts', | 
					
						
							|  |  |  |                 'webhook_attempt_at', | 
					
						
							|  |  |  |                 'logs', | 
					
						
							|  |  |  |                 'response', | 
					
						
							|  |  |  |                 'visit_webhook_url', | 
					
						
							|  |  |  |                 'reset_webhook_secret', | 
					
						
							| 
									
										
										
										
											2024-12-21 21:01:03 +01:00
										 |  |  |                 'header_exchange_rates', | 
					
						
							|  |  |  |                 'exchange_rates_intro', | 
					
						
							| 
									
										
										
										
											2024-12-22 06:24:45 +01:00
										 |  |  |                 'exchange_rates_from_to', | 
					
						
							| 
									
										
										
										
											2024-12-22 07:05:15 +01:00
										 |  |  |                 'exchange_rates_intro_rates', | 
					
						
							| 
									
										
										
										
											2024-12-22 13:19:23 +01:00
										 |  |  |                 'header_exchange_rates_rates', | 
					
						
							|  |  |  |                 'header_exchange_rates_table', | 
					
						
							|  |  |  |                 'help_rate_form', | 
					
						
							|  |  |  |                 'add_new_rate', | 
					
						
							| 
									
										
										
										
											2024-12-22 14:00:37 +01:00
										 |  |  |                 'save_new_rate', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |             ], | 
					
						
							|  |  |  |             'form'    => [ | 
					
						
							|  |  |  |                 'url', | 
					
						
							|  |  |  |                 'active', | 
					
						
							|  |  |  |                 'interest_date', | 
					
						
							| 
									
										
										
										
											2025-01-19 11:34:23 +01:00
										 |  |  |                 'administration_currency', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'title', | 
					
						
							| 
									
										
										
										
											2024-12-22 13:19:23 +01:00
										 |  |  |                 'date', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'book_date', | 
					
						
							|  |  |  |                 'process_date', | 
					
						
							|  |  |  |                 'due_date', | 
					
						
							|  |  |  |                 'foreign_amount', | 
					
						
							|  |  |  |                 'payment_date', | 
					
						
							|  |  |  |                 'invoice_date', | 
					
						
							|  |  |  |                 'internal_reference', | 
					
						
							|  |  |  |                 'webhook_response', | 
					
						
							|  |  |  |                 'webhook_trigger', | 
					
						
							|  |  |  |                 'webhook_delivery', | 
					
						
							| 
									
										
										
										
											2024-12-22 06:24:45 +01:00
										 |  |  |                 'from_currency_to_currency', | 
					
						
							| 
									
										
										
										
											2024-12-22 07:05:15 +01:00
										 |  |  |                 'to_currency_from_currency', | 
					
						
							| 
									
										
										
										
											2024-12-22 13:19:23 +01:00
										 |  |  |                 'rate', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |             ], | 
					
						
							|  |  |  |             'list'    => [ | 
					
						
							| 
									
										
										
										
											2025-01-19 11:34:23 +01:00
										 |  |  |                 'title', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'active', | 
					
						
							| 
									
										
										
										
											2025-01-19 11:34:23 +01:00
										 |  |  |                 'native_currency', | 
					
						
							| 
									
										
										
										
											2024-04-07 06:44:45 +02:00
										 |  |  |                 'trigger', | 
					
						
							|  |  |  |                 'response', | 
					
						
							|  |  |  |                 'delivery', | 
					
						
							|  |  |  |                 'url', | 
					
						
							|  |  |  |                 'secret', | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             'config'  => [ | 
					
						
							|  |  |  |                 'html_language', | 
					
						
							|  |  |  |                 'date_time_fns', | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // TODO duplicate with firefly.php
 | 
					
						
							|  |  |  |     'languages' => [ | 
					
						
							|  |  |  |         // currently enabled languages
 | 
					
						
							|  |  |  |         'bg_BG', | 
					
						
							|  |  |  |         'cs_CZ', | 
					
						
							|  |  |  |         'da_DK', | 
					
						
							|  |  |  |         'de_DE', | 
					
						
							|  |  |  |         'el_GR', | 
					
						
							|  |  |  |         'en_GB', | 
					
						
							|  |  |  |         'en_US', | 
					
						
							|  |  |  |         'es_ES', | 
					
						
							|  |  |  |         'ca_ES', | 
					
						
							|  |  |  |         'fi_FI', | 
					
						
							|  |  |  |         'fr_FR', | 
					
						
							|  |  |  |         'hu_HU', | 
					
						
							|  |  |  |         'id_ID', | 
					
						
							|  |  |  |         'it_IT', | 
					
						
							|  |  |  |         'ja_JP', | 
					
						
							|  |  |  |         'ko_KR', | 
					
						
							|  |  |  |         'nb_NO', | 
					
						
							|  |  |  |         'nn_NO', | 
					
						
							|  |  |  |         'nl_NL', | 
					
						
							|  |  |  |         'pl_PL', | 
					
						
							|  |  |  |         'pt_BR', | 
					
						
							|  |  |  |         'pt_PT', | 
					
						
							|  |  |  |         'ro_RO', | 
					
						
							|  |  |  |         'ru_RU', | 
					
						
							|  |  |  |         'sk_SK', | 
					
						
							|  |  |  |         'sl_SI', | 
					
						
							|  |  |  |         'sv_SE', | 
					
						
							|  |  |  |         'tr_TR', | 
					
						
							|  |  |  |         'uk_UA', | 
					
						
							|  |  |  |         'vi_VN', | 
					
						
							|  |  |  |         'zh_TW', | 
					
						
							|  |  |  |         'zh_CN', | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ]; |