2017-05-10 20:40:46 +01:00
<? php
2017-09-19 16:48:40 +01:00
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transactions' ][ 'en-us' ] = "Database Transactions" ;
2020-03-20 20:47:13 +00:00
$text [ 'title-database_transactions' ][ 'en-gb' ] = "Database Transactions" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transactions' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'title-database_transactions' ][ 'de-at' ] = "Datenbank Transaktionen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'title-database_transactions' ][ 'de-ch' ] = "Datenbank Transaktionen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transactions' ][ 'de-de' ] = "Datenbank Transaktionen" ;
$text [ 'title-database_transactions' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-database_transactions' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'title-database_transactions' ][ 'fr-ca' ] = "Transactions de base de données" ;
$text [ 'title-database_transactions' ][ 'fr-fr' ] = "Transactions de base de données" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-database_transactions' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transactions' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'title-database_transactions' ][ 'nl-nl' ] = "Database transacties" ;
2022-03-26 21:30:02 +01:00
$text [ 'title-database_transactions' ][ 'pl-pl' ] = "Transakcje Bazy Danych" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transactions' ][ 'pt-br' ] = "" ;
$text [ 'title-database_transactions' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-database_transactions' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'title-database_transactions' ][ 'ru-ru' ] = "Изменения в базе данных" ;
2017-06-02 16:39:34 +02:00
$text [ 'title-database_transactions' ][ 'sv-se' ] = "Databas Transaktioner" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-database_transactions' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transaction' ][ 'en-us' ] = "Database Transaction" ;
2020-03-20 20:47:13 +00:00
$text [ 'title-database_transaction' ][ 'en-gb' ] = "Database Transaction" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transaction' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'title-database_transaction' ][ 'de-at' ] = "Datenbank Transaktionen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'title-database_transaction' ][ 'de-ch' ] = "Datenbank Transaktionen" ; //copied from de-de
2017-05-23 10:15:49 +02:00
$text [ 'title-database_transaction' ][ 'de-de' ] = "Datenbank Transaktionen" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transaction' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-database_transaction' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'title-database_transaction' ][ 'fr-ca' ] = "Transactions de base de données" ;
$text [ 'title-database_transaction' ][ 'fr-fr' ] = "Transactions de base de données" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-database_transaction' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transaction' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'title-database_transaction' ][ 'nl-nl' ] = "Database transactie" ;
2022-03-26 21:30:02 +01:00
$text [ 'title-database_transaction' ][ 'pl-pl' ] = "Transakcja Bazy Danych" ;
2017-05-10 20:40:46 +01:00
$text [ 'title-database_transaction' ][ 'pt-br' ] = "" ;
$text [ 'title-database_transaction' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-database_transaction' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'title-database_transaction' ][ 'ru-ru' ] = "Изменение в базе данных" ;
2017-06-02 16:39:34 +02:00
$text [ 'title-database_transaction' ][ 'sv-se' ] = "Transaktionsdatabas" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-database_transaction' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
2019-12-27 22:52:58 -07:00
$text [ 'description-database_transactions' ][ 'en-us' ] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-database_transactions' ][ 'en-gb' ] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions." ;
2019-12-27 22:52:58 -07:00
$text [ 'description-database_transactions' ][ 'ar-eg' ] = "" ;
$text [ 'description-database_transactions' ][ 'de-at' ] = "Datenbank Transaktionen" ; //copied from de-de
$text [ 'description-database_transactions' ][ 'de-ch' ] = "Datenbank Transaktionen" ; //copied from de-de
$text [ 'description-database_transactions' ][ 'de-de' ] = "Datenbank Transaktionen" ;
$text [ 'description-database_transactions' ][ 'es-cl' ] = "" ;
$text [ 'description-database_transactions' ][ 'es-mx' ] = "" ;
$text [ 'description-database_transactions' ][ 'fr-ca' ] = "Transactions de base de données" ;
$text [ 'description-database_transactions' ][ 'fr-fr' ] = "Transactions de base de données" ;
$text [ 'description-database_transactions' ][ 'he-il' ] = "" ;
$text [ 'description-database_transactions' ][ 'it-it' ] = "" ;
$text [ 'description-database_transactions' ][ 'nl-nl' ] = "Database transacties" ;
2022-03-26 21:30:02 +01:00
$text [ 'description-database_transactions' ][ 'pl-pl' ] = "Śledź zmiany w bazie danych. Śledź, kiedy zmiany zostały wprowadzone, użytkownika i adres użytkownika, który dokonał zmian. Zapewnia opcję cofnięcia, usunięcia i aktualizacji transakcji." ;
2019-12-27 22:52:58 -07:00
$text [ 'description-database_transactions' ][ 'pt-br' ] = "" ;
$text [ 'description-database_transactions' ][ 'pt-pt' ] = "" ;
$text [ 'description-database_transactions' ][ 'ro-ro' ] = "" ;
$text [ 'description-database_transactions' ][ 'ru-ru' ] = "Изменения в базе данных" ;
$text [ 'description-database_transactions' ][ 'sv-se' ] = "Databas Transaktioner" ;
$text [ 'description-database_transactions' ][ 'uk-ua' ] = "" ;
2020-11-16 15:06:10 -07:00
$text [ 'label-user' ][ 'en-us' ] = "User" ;
$text [ 'label-user' ][ 'en-gb' ] = "User" ;
$text [ 'label-user' ][ 'ar-eg' ] = "" ;
$text [ 'label-user' ][ 'de-at' ] = "Benutzer" ; //copied from de-de
$text [ 'label-user' ][ 'de-ch' ] = "Benutzer" ; //copied from de-de
$text [ 'label-user' ][ 'de-de' ] = "Benutzer" ;
$text [ 'label-user' ][ 'es-cl' ] = "" ;
$text [ 'label-user' ][ 'es-mx' ] = "" ;
$text [ 'label-user' ][ 'fr-ca' ] = "Utilisateur" ;
$text [ 'label-user' ][ 'fr-fr' ] = "Utilisateur" ;
$text [ 'label-user' ][ 'he-il' ] = "" ;
$text [ 'label-user' ][ 'it-it' ] = "" ;
$text [ 'label-user' ][ 'nl-nl' ] = "Gebruiker" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-user' ][ 'pl-pl' ] = "Użytkownik" ;
2020-11-16 15:06:10 -07:00
$text [ 'label-user' ][ 'pt-br' ] = "" ;
$text [ 'label-user' ][ 'pt-pt' ] = "" ;
$text [ 'label-user' ][ 'ro-ro' ] = "" ;
$text [ 'label-user' ][ 'ru-ru' ] = "Пользователь" ;
$text [ 'label-user' ][ 'sv-se' ] = "Användare" ;
$text [ 'label-user' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'en-us' ] = "User" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-user_uuid' ][ 'en-gb' ] = "User" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-user_uuid' ][ 'de-at' ] = "Benutzer" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-user_uuid' ][ 'de-ch' ] = "Benutzer" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'de-de' ] = "Benutzer" ;
$text [ 'label-user_uuid' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-user_uuid' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-user_uuid' ][ 'fr-ca' ] = "Utilisateur" ;
$text [ 'label-user_uuid' ][ 'fr-fr' ] = "Utilisateur" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-user_uuid' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-user_uuid' ][ 'nl-nl' ] = "Gebruiker" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-user_uuid' ][ 'pl-pl' ] = "Użytkownik" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'pt-br' ] = "" ;
$text [ 'label-user_uuid' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-user_uuid' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-user_uuid' ][ 'ru-ru' ] = "Пользователь" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-user_uuid' ][ 'sv-se' ] = "Användare" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-user_uuid' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-user_uuid' ][ 'en-us' ] = "User transaction." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-user_uuid' ][ 'en-gb' ] = "User transaction." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-user_uuid' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-user_uuid' ][ 'de-at' ] = "Benutzer Transaktion" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-user_uuid' ][ 'de-ch' ] = "Benutzer Transaktion" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-user_uuid' ][ 'de-de' ] = "Benutzer Transaktion" ;
$text [ 'description-user_uuid' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-user_uuid' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-user_uuid' ][ 'fr-ca' ] = "Transaction d'utilisateur" ;
$text [ 'description-user_uuid' ][ 'fr-fr' ] = "Transaction d'utilisateur" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-user_uuid' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-user_uuid' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-user_uuid' ][ 'nl-nl' ] = "Gebruiker transactie." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-user_uuid' ][ 'pl-pl' ] = "Transakcje użytkownika" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-user_uuid' ][ 'pt-br' ] = "" ;
$text [ 'description-user_uuid' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-user_uuid' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-user_uuid' ][ 'ru-ru' ] = "Транзакции пользователя." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-user_uuid' ][ 'sv-se' ] = "Användar transaktion" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-user_uuid' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'en-us' ] = "Application" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-app_name' ][ 'en-gb' ] = "Application" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-app_name' ][ 'de-at' ] = "Anwendung" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-app_name' ][ 'de-ch' ] = "Anwendung" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'de-de' ] = "Anwendung" ;
$text [ 'label-app_name' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-app_name' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-app_name' ][ 'fr-ca' ] = "Application" ;
$text [ 'label-app_name' ][ 'fr-fr' ] = "Application" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-app_name' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-app_name' ][ 'nl-nl' ] = "Applicatie" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-app_name' ][ 'pl-pl' ] = "Aplikacja" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'pt-br' ] = "" ;
$text [ 'label-app_name' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-app_name' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_name' ][ 'ru-ru' ] = "Приложение" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-app_name' ][ 'sv-se' ] = "Applikation" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-app_name' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_name' ][ 'en-us' ] = "Application name." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-app_name' ][ 'en-gb' ] = "Application name." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_name' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-app_name' ][ 'de-at' ] = "Anwendungs-Name." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-app_name' ][ 'de-ch' ] = "Anwendungs-Name." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-app_name' ][ 'de-de' ] = "Anwendungs-Name." ;
$text [ 'description-app_name' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-app_name' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-app_name' ][ 'fr-ca' ] = "Nom de l'application" ;
$text [ 'description-app_name' ][ 'fr-fr' ] = "Nom de l'application" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-app_name' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_name' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-app_name' ][ 'nl-nl' ] = "Applicatie naam." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-app_name' ][ 'pl-pl' ] = "Nazwa aplikacji" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_name' ][ 'pt-br' ] = "" ;
$text [ 'description-app_name' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-app_name' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-app_name' ][ 'ru-ru' ] = "Имя приложения." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-app_name' ][ 'sv-se' ] = "Applikation namn" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-app_name' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_uuid' ][ 'en-us' ] = "Application Id" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-app_uuid' ][ 'en-gb' ] = "Application Id" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_uuid' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-app_uuid' ][ 'de-at' ] = "Anwendungs-ID" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-app_uuid' ][ 'de-ch' ] = "Anwendungs-ID" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-app_uuid' ][ 'de-de' ] = "Anwendungs-ID" ;
$text [ 'label-app_uuid' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-app_uuid' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-app_uuid' ][ 'fr-ca' ] = "ID d'application" ;
$text [ 'label-app_uuid' ][ 'fr-fr' ] = "ID d'application" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-app_uuid' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_uuid' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-app_uuid' ][ 'nl-nl' ] = "Applicatie ID." ;
2022-03-26 21:30:02 +01:00
$text [ 'label-app_uuid' ][ 'pl-pl' ] = "ID aplikacji" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-app_uuid' ][ 'pt-br' ] = "" ;
$text [ 'label-app_uuid' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-app_uuid' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'label-app_uuid' ][ 'ru-ru' ] = "Id приложения" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-app_uuid' ][ 'sv-se' ] = "Applikation Id." ;
2017-05-13 20:13:38 +01:00
$text [ 'label-app_uuid' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'en-us' ] = "Application name." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-app_uuid' ][ 'en-gb' ] = "Application name." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-app_uuid' ][ 'de-at' ] = "Anwendungs-Name." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-app_uuid' ][ 'de-ch' ] = "Anwendungs-Name." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'de-de' ] = "Anwendungs-Name." ;
$text [ 'description-app_uuid' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-app_uuid' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-app_uuid' ][ 'fr-ca' ] = "Nom de l'application" ;
$text [ 'description-app_uuid' ][ 'fr-fr' ] = "Nom de l'application" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-app_uuid' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-app_uuid' ][ 'nl-nl' ] = "Applicatie naam." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-app_uuid' ][ 'pl-pl' ] = "Nazwa aplikacji" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'pt-br' ] = "" ;
$text [ 'description-app_uuid' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-app_uuid' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-app_uuid' ][ 'ru-ru' ] = "Имя приложения." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-app_uuid' ][ 'sv-se' ] = "Applikation namn." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-app_uuid' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'en-us' ] = "Code" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_code' ][ 'en-gb' ] = "Code" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_code' ][ 'de-at' ] = "Code" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_code' ][ 'de-ch' ] = "Code" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'de-de' ] = "Code" ;
$text [ 'label-transaction_code' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_code' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_code' ][ 'fr-ca' ] = "Code" ;
$text [ 'label-transaction_code' ][ 'fr-fr' ] = "Code" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_code' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_code' ][ 'nl-nl' ] = "Code" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_code' ][ 'pl-pl' ] = "Kod" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_code' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_code' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_code' ][ 'ru-ru' ] = "Код" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_code' ][ 'sv-se' ] = "Kod" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_code' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_code' ][ 'en-us' ] = "Transaction code." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_code' ][ 'en-gb' ] = "Transaction code." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_code' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_code' ][ 'de-at' ] = "Transaktions-Code" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_code' ][ 'de-ch' ] = "Transaktions-Code" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_code' ][ 'de-de' ] = "Transaktions-Code" ;
$text [ 'description-transaction_code' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_code' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_code' ][ 'fr-ca' ] = "Code de transaction" ;
$text [ 'description-transaction_code' ][ 'fr-fr' ] = "Code de transaction" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_code' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_code' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_code' ][ 'nl-nl' ] = "Transactie code." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_code' ][ 'pl-pl' ] = "Kod transakcji." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_code' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_code' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_code' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-transaction_code' ][ 'ru-ru' ] = "Код транзакции." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_code' ][ 'sv-se' ] = "Transaktion kod." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_code' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'en-us' ] = "IP Address" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_address' ][ 'en-gb' ] = "IP Address" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_address' ][ 'de-at' ] = "IP Adresse" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_address' ][ 'de-ch' ] = "IP Adresse" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'de-de' ] = "IP Adresse" ;
$text [ 'label-transaction_address' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_address' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_address' ][ 'fr-ca' ] = "adresse IP" ;
$text [ 'label-transaction_address' ][ 'fr-fr' ] = "adresse IP" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_address' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_address' ][ 'nl-nl' ] = "IP Adres" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_address' ][ 'pl-pl' ] = "Adres IP" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_address' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_address' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_address' ][ 'ru-ru' ] = "IP Адреса" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_address' ][ 'sv-se' ] = "IP Address" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_address' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_address' ][ 'en-us' ] = "IP address of the user." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_address' ][ 'en-gb' ] = "IP address of the user." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_address' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_address' ][ 'de-at' ] = "IP Adresse des Anwenders" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_address' ][ 'de-ch' ] = "IP Adresse des Anwenders" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_address' ][ 'de-de' ] = "IP Adresse des Anwenders" ;
$text [ 'description-transaction_address' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_address' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_address' ][ 'fr-ca' ] = "Adresse IP de l'utilisateur" ;
$text [ 'description-transaction_address' ][ 'fr-fr' ] = "Adresse IP de l'utilisateur" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_address' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_address' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_address' ][ 'nl-nl' ] = "IP Adres van de gebruiker." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_address' ][ 'pl-pl' ] = "Adres IP użytkownika." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_address' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_address' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_address' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-transaction_address' ][ 'ru-ru' ] = "IP адреса пользователя." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_address' ][ 'sv-se' ] = "Användarens IP Address" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_address' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'en-us' ] = "Type" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_type' ][ 'en-gb' ] = "Type" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_type' ][ 'de-at' ] = "Typ" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_type' ][ 'de-ch' ] = "Typ" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'de-de' ] = "Typ" ;
$text [ 'label-transaction_type' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_type' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_type' ][ 'fr-ca' ] = "Type" ;
$text [ 'label-transaction_type' ][ 'fr-fr' ] = "Type" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_type' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_type' ][ 'nl-nl' ] = "Type" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_type' ][ 'pl-pl' ] = "Typ" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_type' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_type' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_type' ][ 'ru-ru' ] = "Тип" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_type' ][ 'sv-se' ] = "Typ" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_type' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
2018-02-12 10:58:11 -07:00
$text [ 'description-transaction_type' ][ 'en-us' ] = "Type: add, update, delete" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_type' ][ 'en-gb' ] = "Type: add, update, delete" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_type' ][ 'ar-eg' ] = "" ;
2018-02-12 10:58:11 -07:00
$text [ 'description-transaction_type' ][ 'de-at' ] = "Typ: add, update, delete" ; //copied from de-de
$text [ 'description-transaction_type' ][ 'de-ch' ] = "Typ: add, update, delete" ; //copied from de-de
$text [ 'description-transaction_type' ][ 'de-de' ] = "Typ: add, update, delete" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_type' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_type' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_type' ][ 'fr-ca' ] = "Type: ajouter, mettre à jour, supprimer" ;
$text [ 'description-transaction_type' ][ 'fr-fr' ] = "Type: ajouter, mettre à jour, supprimer" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_type' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_type' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_type' ][ 'nl-nl' ] = "Type: toevoegen, bijwerken, verwijderen" ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_type' ][ 'pl-pl' ] = "Typ: dodaj, zaktualizuj, usuń" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_type' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_type' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_type' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-transaction_type' ][ 'ru-ru' ] = "Тип: добавить, обновить, удалить" ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_type' ][ 'sv-se' ] = "Typ: lägg till, ändra, ta bort, välj" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_type' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'en-us' ] = "Date" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_date' ][ 'en-gb' ] = "Date" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_date' ][ 'de-at' ] = "Datum" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_date' ][ 'de-ch' ] = "Datum" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'de-de' ] = "Datum" ;
$text [ 'label-transaction_date' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_date' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_date' ][ 'fr-ca' ] = "Date" ;
$text [ 'label-transaction_date' ][ 'fr-fr' ] = "Date" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_date' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_date' ][ 'nl-nl' ] = "Datum" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_date' ][ 'pl-pl' ] = "Data" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_date' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_date' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_date' ][ 'ru-ru' ] = "Дата" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_date' ][ 'sv-se' ] = "Datum" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_date' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_date' ][ 'en-us' ] = "Transaction date." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_date' ][ 'en-gb' ] = "Transaction date." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_date' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_date' ][ 'de-at' ] = "Transaktions-Datum" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_date' ][ 'de-ch' ] = "Transaktions-Datum" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_date' ][ 'de-de' ] = "Transaktions-Datum" ;
$text [ 'description-transaction_date' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_date' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_date' ][ 'fr-ca' ] = "Date de la transaction." ;
$text [ 'description-transaction_date' ][ 'fr-fr' ] = "Date de la transaction." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_date' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_date' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_date' ][ 'nl-nl' ] = "Transactie datum." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_date' ][ 'pl-pl' ] = "Data transakcji." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_date' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_date' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_date' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'description-transaction_date' ][ 'ru-ru' ] = "Дата транзакции." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_date' ][ 'sv-se' ] = "Transaktions datum." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_date' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'en-us' ] = "Before" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_old' ][ 'en-gb' ] = "Before" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_old' ][ 'de-at' ] = "Vor" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_old' ][ 'de-ch' ] = "Vor" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'de-de' ] = "Vor" ;
$text [ 'label-transaction_old' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_old' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_old' ][ 'fr-ca' ] = "Avant" ;
$text [ 'label-transaction_old' ][ 'fr-fr' ] = "Avant" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_old' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_old' ][ 'nl-nl' ] = "Voor" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_old' ][ 'pl-pl' ] = "Przed" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_old' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_old' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_old' ][ 'ru-ru' ] = "До" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_old' ][ 'sv-se' ] = "Före" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_old' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'en-us' ] = "Array before the transaction." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_old' ][ 'en-gb' ] = "Array before the transaction." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_old' ][ 'de-at' ] = "Array vor der Transaktion." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_old' ][ 'de-ch' ] = "Array vor der Transaktion." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'de-de' ] = "Array vor der Transaktion." ;
$text [ 'description-transaction_old' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_old' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_old' ][ 'fr-ca' ] = "Tableau avant la transaction" ;
$text [ 'description-transaction_old' ][ 'fr-fr' ] = "Tableau avant la transaction" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_old' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_old' ][ 'nl-nl' ] = "Tabel voor de transactie." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_old' ][ 'pl-pl' ] = "Tablica przed transakcją." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_old' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_old' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_old' ][ 'ru-ru' ] = "Массив перед транзакцией." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_old' ][ 'sv-se' ] = "Array före transaktionen." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_old' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'en-us' ] = "After" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_new' ][ 'en-gb' ] = "After" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_new' ][ 'de-at' ] = "Nach" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_new' ][ 'de-ch' ] = "Nach" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'de-de' ] = "Nach" ;
$text [ 'label-transaction_new' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_new' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_new' ][ 'fr-ca' ] = "Après" ;
$text [ 'label-transaction_new' ][ 'fr-fr' ] = "Après" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_new' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_new' ][ 'nl-nl' ] = "Na" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_new' ][ 'pl-pl' ] = "Po" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_new' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_new' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_new' ][ 'ru-ru' ] = "После" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_new' ][ 'sv-se' ] = "Efter" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_new' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'en-us' ] = "Array after the transaction." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_new' ][ 'en-gb' ] = "Array after the transaction." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_new' ][ 'de-at' ] = "Array nach der Transaktion." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_new' ][ 'de-ch' ] = "Array nach der Transaktion." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'de-de' ] = "Array nach der Transaktion." ;
$text [ 'description-transaction_new' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_new' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_new' ][ 'fr-ca' ] = "Tableau après la transaction" ;
$text [ 'description-transaction_new' ][ 'fr-fr' ] = "Tableau après la transaction" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_new' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_new' ][ 'nl-nl' ] = "Tabel na de transactie." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_new' ][ 'pl-pl' ] = "Tablica po transakcji." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_new' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_new' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_new' ][ 'ru-ru' ] = "Массив после транзакции." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_new' ][ 'sv-se' ] = "Array efter transaktionen." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_new' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'en-us' ] = "Result" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-transaction_result' ][ 'en-gb' ] = "Result" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-transaction_result' ][ 'de-at' ] = "Ergebnis" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-transaction_result' ][ 'de-ch' ] = "Ergebnis" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'de-de' ] = "Ergebnis" ;
$text [ 'label-transaction_result' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_result' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-transaction_result' ][ 'fr-ca' ] = "Résultat" ;
$text [ 'label-transaction_result' ][ 'fr-fr' ] = "Résultat" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_result' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-transaction_result' ][ 'nl-nl' ] = "Resultaat" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-transaction_result' ][ 'pl-pl' ] = "Rezultat" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'pt-br' ] = "" ;
$text [ 'label-transaction_result' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-transaction_result' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-transaction_result' ][ 'ru-ru' ] = "Результат." ;
2017-06-02 16:39:34 +02:00
$text [ 'label-transaction_result' ][ 'sv-se' ] = "Resultat" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-transaction_result' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'en-us' ] = "Result of the transaction." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-transaction_result' ][ 'en-gb' ] = "Result of the transaction." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-transaction_result' ][ 'de-at' ] = "Ergebnis der Transaktion." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-transaction_result' ][ 'de-ch' ] = "Ergebnis der Transaktion." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'de-de' ] = "Ergebnis der Transaktion." ;
$text [ 'description-transaction_result' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_result' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'description-transaction_result' ][ 'fr-ca' ] = "Résultat de la transaction" ;
$text [ 'description-transaction_result' ][ 'fr-fr' ] = "Résultat de la transaction" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_result' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'description-transaction_result' ][ 'nl-nl' ] = "Resultaat van de transactie." ;
2022-03-26 21:30:02 +01:00
$text [ 'description-transaction_result' ][ 'pl-pl' ] = "Rezultat transakcji." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'pt-br' ] = "" ;
$text [ 'description-transaction_result' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-transaction_result' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-transaction_result' ][ 'ru-ru' ] = "Результат транзакции." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-transaction_result' ][ 'sv-se' ] = "Resultat av transaktionen." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-transaction_result' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'en-us' ] = "true" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-true' ][ 'en-gb' ] = "true" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-true' ][ 'de-at' ] = "wahr" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-true' ][ 'de-ch' ] = "wahr" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'de-de' ] = "wahr" ;
$text [ 'label-true' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-true' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'label-true' ][ 'fr-ca' ] = "Vrai" ;
$text [ 'label-true' ][ 'fr-fr' ] = "Vrai" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-true' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-true' ][ 'nl-nl' ] = "waar" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-true' ][ 'pl-pl' ] = "Tak" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'pt-br' ] = "" ;
$text [ 'label-true' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-true' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'ru-ru' ] = "Да" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-true' ][ 'sv-se' ] = "sann" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-true' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'en-us' ] = "false" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-false' ][ 'en-gb' ] = "false" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'label-false' ][ 'de-at' ] = "aus" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-false' ][ 'de-ch' ] = "aus" ; //copied from de-de
2017-05-23 10:15:49 +02:00
$text [ 'label-false' ][ 'de-de' ] = "aus" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'es-cl' ] = "falso" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-false' ][ 'es-mx' ] = "falso" ; //copied from es-cl
2019-09-05 15:44:48 -04:00
$text [ 'label-false' ][ 'fr-ca' ] = "Faux" ; //copied from fr-fr
$text [ 'label-false' ][ 'fr-fr' ] = "Faux" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-false' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'label-false' ][ 'nl-nl' ] = "onwaar" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-false' ][ 'pl-pl' ] = "Nie" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-false' ][ 'pt-br' ] = "falso" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'pt-pt' ] = "falso" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-false' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'ru-ru' ] = "Нет" ;
2017-06-02 16:39:34 +02:00
$text [ 'label-false' ][ 'sv-se' ] = "falsk" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-false' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'en-us' ] = "Add" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-add' ][ 'en-gb' ] = "Add" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-add' ][ 'de-at' ] = "Hinzufügen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-add' ][ 'de-ch' ] = "Hinzufügen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'de-de' ] = "Hinzufügen" ;
$text [ 'button-add' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-add' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-add' ][ 'fr-ca' ] = "Ajouter" ;
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-add' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-add' ][ 'nl-nl' ] = "Toevoegen" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-add' ][ 'pl-pl' ] = "Dodaj" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'pt-br' ] = "" ;
$text [ 'button-add' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-add' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'ru-ru' ] = "Добавить" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-add' ][ 'sv-se' ] = "Lägg Till" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-add' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-edit' ][ 'en-gb' ] = "Edit" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-edit' ][ 'de-at' ] = "Bearbeiten" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-edit' ][ 'de-ch' ] = "Bearbeiten" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'de-de' ] = "Bearbeiten" ;
$text [ 'button-edit' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-edit' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-edit' ][ 'fr-ca' ] = "Modifier" ;
$text [ 'button-edit' ][ 'fr-fr' ] = "Modifier" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-edit' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-edit' ][ 'nl-nl' ] = "Bewerken" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-edit' ][ 'pl-pl' ] = "Edytuj" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'pt-br' ] = "" ;
$text [ 'button-edit' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-edit' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'ru-ru' ] = "Редактировать" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-edit' ][ 'sv-se' ] = "Ändra" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-edit' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'en-us' ] = "Delete" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-delete' ][ 'en-gb' ] = "Delete" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-delete' ][ 'de-at' ] = "Löschen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-delete' ][ 'de-ch' ] = "Löschen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'de-de' ] = "Löschen" ;
$text [ 'button-delete' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-delete' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-delete' ][ 'fr-ca' ] = "Supprimer" ;
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-delete' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-delete' ][ 'nl-nl' ] = "Verwijderen" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-delete' ][ 'pl-pl' ] = "Usuń" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'pt-br' ] = "" ;
$text [ 'button-delete' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-delete' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'ru-ru' ] = "Удалить" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-delete' ][ 'sv-se' ] = "Ta Bort" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-delete' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-save' ][ 'en-gb' ] = "Save" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-save' ][ 'de-at' ] = "Speichern" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-save' ][ 'de-ch' ] = "Speichern" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'de-de' ] = "Speichern" ;
$text [ 'button-save' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-save' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-save' ][ 'fr-ca' ] = "Enregistrer" ;
$text [ 'button-save' ][ 'fr-fr' ] = "Enregistrer" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-save' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-save' ][ 'nl-nl' ] = "Opslaan" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-save' ][ 'pl-pl' ] = "Zapisz" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-save' ][ 'pt-br' ] = "Guardar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-save' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'ru-ru' ] = "Сохранить" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-save' ][ 'sv-se' ] = "Spara" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-save' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'en-us' ] = "View" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-view' ][ 'en-gb' ] = "View" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-view' ][ 'de-at' ] = "Anzeigen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-view' ][ 'de-ch' ] = "Anzeigen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'de-de' ] = "Anzeigen" ;
$text [ 'button-view' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-view' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-view' ][ 'fr-ca' ] = "Vue" ;
$text [ 'button-view' ][ 'fr-fr' ] = "Vue" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-view' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-view' ][ 'nl-nl' ] = "Tonen" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-view' ][ 'pl-pl' ] = "Podgląd" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'pt-br' ] = "" ;
$text [ 'button-view' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-view' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'ru-ru' ] = "Просмотрт" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-view' ][ 'sv-se' ] = "Visa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-view' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
2020-03-20 20:47:13 +00:00
$text [ 'button-back' ][ 'en-gb' ] = "Back" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'button-back' ][ 'de-at' ] = "Zurück" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-back' ][ 'de-ch' ] = "Zurück" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'de-de' ] = "Zurück" ;
$text [ 'button-back' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-back' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'button-back' ][ 'fr-ca' ] = "Retour" ;
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-back' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'button-back' ][ 'nl-nl' ] = "Terug" ;
2022-03-26 21:30:02 +01:00
$text [ 'button-back' ][ 'pl-pl' ] = "Cofnij" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-back' ][ 'pt-br' ] = "Voltar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-back' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'ru-ru' ] = "Назад" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-back' ][ 'sv-se' ] = "Tillbaka" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-back' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'en-us' ] = "Do you really want to delete this?" ;
2020-03-20 20:47:13 +00:00
$text [ 'confirm-delete' ][ 'en-gb' ] = "Do you really want to delete this?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'confirm-delete' ][ 'de-at' ] = "Wollen Sie das wirklich löschen?" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'confirm-delete' ][ 'de-ch' ] = "Wollen Sie das wirklich löschen?" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'de-de' ] = "Wollen Sie das wirklich löschen?" ;
$text [ 'confirm-delete' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'confirm-delete' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'confirm-delete' ][ 'fr-ca' ] = "Voulez-vous vraiment supprimer ca" ;
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer ca" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-delete' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'confirm-delete' ][ 'nl-nl' ] = "Wil je dit werkelijk uitvoeren?" ;
2022-03-26 21:30:02 +01:00
$text [ 'confirm-delete' ][ 'pl-pl' ] = "Czy napewno chcesz to usunąć?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'pt-br' ] = "" ;
$text [ 'confirm-delete' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'confirm-delete' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'ru-ru' ] = "Вы действительно хотите удалить это?" ;
2017-06-02 16:39:34 +02:00
$text [ 'confirm-delete' ][ 'sv-se' ] = "Vill du verkligen ta bort detta?" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-delete' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'en-us' ] = "Add Completed" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-add' ][ 'en-gb' ] = "Add Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'message-add' ][ 'de-at' ] = "Erfolgreich hinzugefügt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-add' ][ 'de-ch' ] = "Erfolgreich hinzugefügt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'de-de' ] = "Erfolgreich hinzugefügt" ;
$text [ 'message-add' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-add' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'message-add' ][ 'fr-ca' ] = "Ajouter terminé" ;
$text [ 'message-add' ][ 'fr-fr' ] = "Ajouter terminé" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-add' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'message-add' ][ 'nl-nl' ] = "Toevoegen gereed" ;
2022-03-26 21:30:02 +01:00
$text [ 'message-add' ][ 'pl-pl' ] = "Dodano pomyślnie" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'pt-br' ] = "" ;
$text [ 'message-add' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-add' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'message-add' ][ 'ru-ru' ] = "Добавление выполнено" ;
2017-06-02 16:39:34 +02:00
$text [ 'message-add' ][ 'sv-se' ] = "Tillagd" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-add' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'en-us' ] = "Update Completed" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-update' ][ 'en-gb' ] = "Update Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'message-update' ][ 'de-at' ] = "Aktualisierung durchgeführt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-update' ][ 'de-ch' ] = "Aktualisierung durchgeführt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'de-de' ] = "Aktualisierung durchgeführt" ;
$text [ 'message-update' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-update' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'message-update' ][ 'fr-ca' ] = "Mise à jour terminée" ;
$text [ 'message-update' ][ 'fr-fr' ] = "Mise à jour terminée" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-update' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'message-update' ][ 'nl-nl' ] = "Bijwerken gereed" ;
2022-03-26 21:30:02 +01:00
$text [ 'message-update' ][ 'pl-pl' ] = "Zaktualizowano pomyślnie" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'pt-br' ] = "" ;
$text [ 'message-update' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-update' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'message-update' ][ 'ru-ru' ] = "Обновление выполнено" ;
2017-06-02 16:39:34 +02:00
$text [ 'message-update' ][ 'sv-se' ] = "Ändring utförd" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-update' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'en-us' ] = "Delete Completed" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-delete' ][ 'en-gb' ] = "Delete Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'message-delete' ][ 'de-at' ] = "Erfolgreich gelöscht" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-delete' ][ 'de-ch' ] = "Erfolgreich gelöscht" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'de-de' ] = "Erfolgreich gelöscht" ;
$text [ 'message-delete' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-delete' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'message-delete' ][ 'fr-ca' ] = "Supprimer terminé" ;
$text [ 'message-delete' ][ 'fr-fr' ] = "Supprimer terminé" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'message-delete' ][ 'nl-nl' ] = "Verwijderen gereed" ;
2022-03-26 21:30:02 +01:00
$text [ 'message-delete' ][ 'pl-pl' ] = "Usunięto pomyślnie" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'pt-br' ] = "" ;
$text [ 'message-delete' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-delete' ][ 'ro-ro' ] = "" ;
2018-02-13 14:53:49 +09:00
$text [ 'message-delete' ][ 'ru-ru' ] = "Удаление выполнено" ;
2017-06-02 16:39:34 +02:00
$text [ 'message-delete' ][ 'sv-se' ] = "Borttagning utförd" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'en-us' ] = "Please provide: " ;
2020-03-20 20:47:13 +00:00
$text [ 'message-required' ][ 'en-gb' ] = "Please provide: " ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'ar-eg' ] = "" ;
2017-09-19 16:48:40 +01:00
$text [ 'message-required' ][ 'de-at' ] = "Bitte geben Sie folgendes an:" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-required' ][ 'de-ch' ] = "Bitte geben Sie folgendes an:" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'de-de' ] = "Bitte geben Sie folgendes an:" ;
$text [ 'message-required' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-required' ][ 'es-mx' ] = "" ;
2019-09-05 15:44:48 -04:00
$text [ 'message-required' ][ 'fr-ca' ] = "Veuillez fournir" ;
$text [ 'message-required' ][ 'fr-fr' ] = "Veuillez fournir" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-required' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'it-it' ] = "" ;
2019-11-20 23:16:17 +01:00
$text [ 'message-required' ][ 'nl-nl' ] = "Aub. geef: " ;
2022-03-26 21:30:02 +01:00
$text [ 'message-required' ][ 'pl-pl' ] = "Proszę podać: " ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'pt-br' ] = "" ;
$text [ 'message-required' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-required' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'ru-ru' ] = "Пожалуйста предоставьте:" ;
2017-06-02 16:39:34 +02:00
$text [ 'message-required' ][ 'sv-se' ] = "Var god ange: " ;
2017-05-13 20:13:38 +01:00
$text [ 'message-required' ][ 'uk-ua' ] = "" ;
2017-05-10 20:40:46 +01:00
2017-06-13 06:14:11 +01:00
?>