fusionpbx/core/user_logs/app_languages.php

485 lines
29 KiB
PHP
Raw Normal View History

2021-02-13 23:56:49 +01:00
<?php
2023-05-03 04:22:44 +02:00
$text['title-user_logs']['en-us'] = "User Logs";
$text['title-user_logs']['ar-eg'] = "المستعمل";
$text['title-user_logs']['de-at'] = "Benutzerprotokolle";
$text['title-user_logs']['de-ch'] = "Benutzerprotokolle";
$text['title-user_logs']['de-de'] = "Benutzerprotokolle";
$text['title-user_logs']['es-cl'] = "registros de usuario";
$text['title-user_logs']['es-mx'] = "registros de usuario";
$text['title-user_logs']['fr-ca'] = "Connexions utilisateur";
$text['title-user_logs']['fr-fr'] = "Connexions utilisateur";
$text['title-user_logs']['he-il'] = "יומני משתמש";
$text['title-user_logs']['it-it'] = "Log utente";
$text['title-user_logs']['nl-nl'] = "Gebruiker logs";
$text['title-user_logs']['pl-pl'] = "Logi Użytkownika";
$text['title-user_logs']['pt-br'] = "Logs de usuário";
$text['title-user_logs']['pt-pt'] = "Logs de usuário";
2023-05-08 19:52:46 +02:00
$text['title-user_logs']['ro-ro'] = "Jurnalele utilizatorilor";
2023-05-03 04:22:44 +02:00
$text['title-user_logs']['ru-ru'] = "Журналы пользователей";
$text['title-user_logs']['sv-se'] = "Användarloggar";
$text['title-user_logs']['uk-ua'] = "Логи користувачів";
$text['title-user_logs']['zh-cn'] = "用户日志";
$text['title-user_logs']['ja-jp'] = "ユーザーログ";
$text['title-user_logs']['ko-kr'] = "사용자 로그";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['title-user_log']['en-us'] = "User Log";
$text['title-user_log']['ar-eg'] = "مستعمل لوغ";
$text['title-user_log']['de-at'] = "Benutzerlogbuch";
$text['title-user_log']['de-ch'] = "Benutzerlogbuch";
$text['title-user_log']['de-de'] = "Benutzerlogbuch";
$text['title-user_log']['es-cl'] = "Usuario";
$text['title-user_log']['es-mx'] = "Usuario";
$text['title-user_log']['fr-ca'] = "journal utilisateur";
$text['title-user_log']['fr-fr'] = "journal utilisateur";
2023-05-08 19:52:46 +02:00
$text['title-user_log']['he-il'] = "יומן משתמש";
2023-05-03 04:22:44 +02:00
$text['title-user_log']['it-it'] = "Log utente";
$text['title-user_log']['nl-nl'] = "Gebruiker log";
$text['title-user_log']['pl-pl'] = "Log Użytkownika";
$text['title-user_log']['pt-br'] = "Log de usuário";
$text['title-user_log']['pt-pt'] = "Log de usuário";
2023-05-08 19:52:46 +02:00
$text['title-user_log']['ro-ro'] = "Jurnal de utilizator";
2023-05-03 04:22:44 +02:00
$text['title-user_log']['ru-ru'] = "Журнал пользователя";
$text['title-user_log']['sv-se'] = "Användarlogg";
$text['title-user_log']['uk-ua'] = "Логін користувача";
$text['title-user_log']['zh-cn'] = "用户日志";
$text['title-user_log']['ja-jp'] = "ユーザーログ";
$text['title-user_log']['ko-kr'] = "사용자 로그";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['title_description-user_logs']['en-us'] = "Shows authentication attempts with the result, timestamp, remote address and user details.";
$text['title_description-user_logs']['ar-eg'] = "تظهر محاولات التوثيق بالنتيجة والأوقات والعنوان عن بعد وتفاصيل المستخدمين.";
$text['title_description-user_logs']['de-at'] = "Zeigt Authentifizierungsversuche mit Ergebnis, Zeitstempel, Remote-Adresse und Benutzerdetails.";
$text['title_description-user_logs']['de-ch'] = "Zeigt Authentifizierungsversuche mit Ergebnis, Zeitstempel, Remote-Adresse und Benutzerdetails.";
$text['title_description-user_logs']['de-de'] = "Zeigt Authentifizierungsversuche mit Ergebnis, Zeitstempel, Remote-Adresse und Benutzerdetails.";
$text['title_description-user_logs']['es-cl'] = "Muestra intentos de autenticación con el resultado, horario, dirección remota y detalles del usuario.";
$text['title_description-user_logs']['es-mx'] = "Muestra intentos de autenticación con el resultado, horario, dirección remota y detalles del usuario.";
$text['title_description-user_logs']['fr-ca'] = "Affiche les tentatives d'authentification avec le résultat, le timetamp, l'adresse distante et les détails de l'utilisateur.";
$text['title_description-user_logs']['fr-fr'] = "Affiche les tentatives d'authentification avec le résultat, le timetamp, l'adresse distante et les détails de l'utilisateur.";
$text['title_description-user_logs']['he-il'] = "הצג ניסיונות אימות עם התוצאה, פעמיםtamp, כתובת מרחוק ופרטי משתמשים.";
$text['title_description-user_logs']['it-it'] = "Mostra tentativi di autenticazione con il risultato, timestamp, indirizzo remoto e dettagli utente.";
$text['title_description-user_logs']['nl-nl'] = "Toont authenticatiepogingen met het resultaat, tijdstip, afgelegen adres en gebruikersgegevens.";
$text['title_description-user_logs']['pl-pl'] = "Pokazuje próby uwierzytelnienia z wynikiem, sygnaturą czasową, adresem zdalnym i szczegółami użytkownika.";
$text['title_description-user_logs']['pt-br'] = "Mostra tentativas de autenticação com o resultado, timestamp, endereço remoto e detalhes do usuário.";
$text['title_description-user_logs']['pt-pt'] = "Mostra tentativas de autenticação com o resultado, timestamp, endereço remoto e detalhes do usuário.";
2023-05-08 19:52:46 +02:00
$text['title_description-user_logs']['ro-ro'] = "Afișează încercări de autentificare cu rezultatul, timestamp, adresa de la distanță și detaliile utilizatorului.";
2023-05-03 04:22:44 +02:00
$text['title_description-user_logs']['ru-ru'] = "Показывает попытки аутентификации с результатом, тайм-тампом, удаленным адресом и деталями пользователя.";
$text['title_description-user_logs']['sv-se'] = "Visar autentiseringsförsök med resultat, tidsstämpel, fjärradress och användardetaljer.";
$text['title_description-user_logs']['uk-ua'] = "Відображається спроба автентифікації з результатом, своєчасністю, віддаленою адресою та реквізитами користувачів.";
$text['title_description-user_logs']['zh-cn'] = "显示结果的身份验证尝试,时间戳,远程地址和用户详细信息。";
$text['title_description-user_logs']['ja-jp'] = "結果、タイムスタンプ、リモートアドレス、ユーザーの詳細を使用した認証試行を表示します。";
$text['title_description-user_logs']['ko-kr'] = "결과, 타임 스탬프, 원격 주소 및 사용자 세부 사항에 대한 인증 시도를 보여줍니다.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-timestamp']['en-us'] = "Timestamp";
$text['label-timestamp']['ar-eg'] = "الزمان";
$text['label-timestamp']['de-at'] = "Zeitstempel";
$text['label-timestamp']['de-ch'] = "Zeitstempel";
$text['label-timestamp']['de-de'] = "Zeitstempel";
$text['label-timestamp']['es-cl'] = "timetamp";
$text['label-timestamp']['es-mx'] = "timetamp";
$text['label-timestamp']['fr-ca'] = "timestamp";
$text['label-timestamp']['fr-fr'] = "timestamp";
$text['label-timestamp']['he-il'] = "פעמים";
$text['label-timestamp']['it-it'] = "timestamp";
$text['label-timestamp']['nl-nl'] = "Tijdstip";
$text['label-timestamp']['pl-pl'] = "Znacznik czasu";
$text['label-timestamp']['pt-br'] = "Temporada";
$text['label-timestamp']['pt-pt'] = "Temporada";
2023-05-08 19:52:46 +02:00
$text['label-timestamp']['ro-ro'] = "Timestamp-ul";
2023-05-03 04:22:44 +02:00
$text['label-timestamp']['ru-ru'] = "время";
$text['label-timestamp']['sv-se'] = "timestamp";
$text['label-timestamp']['uk-ua'] = "Таймер";
$text['label-timestamp']['zh-cn'] = "时间戳";
$text['label-timestamp']['ja-jp'] = "タイムスタンプ";
$text['label-timestamp']['ko-kr'] = "타임 스탬프";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-timestamp']['en-us'] = "Set the datetime.";
$text['description-timestamp']['ar-eg'] = "حدد موعد الموعد";
$text['description-timestamp']['de-at'] = "Legen Sie das Datum fest.";
$text['description-timestamp']['de-ch'] = "Legen Sie das Datum fest.";
$text['description-timestamp']['de-de'] = "Legen Sie das Datum fest.";
$text['description-timestamp']['es-cl'] = "Establece la fecha.";
$text['description-timestamp']['es-mx'] = "Establece la fecha.";
$text['description-timestamp']['fr-ca'] = "Réglez la date.";
$text['description-timestamp']['fr-fr'] = "Réglez la date.";
$text['description-timestamp']['he-il'] = "הגדר את התאריך";
$text['description-timestamp']['it-it'] = "Imposta la data.";
$text['description-timestamp']['nl-nl'] = "Stel de datum/tijd in.";
$text['description-timestamp']['pl-pl'] = "Ustaw datę.";
$text['description-timestamp']['pt-br'] = "Defina a data.";
$text['description-timestamp']['pt-pt'] = "Defina a data.";
2023-05-08 19:52:46 +02:00
$text['description-timestamp']['ro-ro'] = "Setați dateTime.";
2023-05-03 04:22:44 +02:00
$text['description-timestamp']['ru-ru'] = "Назначь время.";
$text['description-timestamp']['sv-se'] = "Ställ datumet.";
$text['description-timestamp']['uk-ua'] = "Встановити час.";
$text['description-timestamp']['zh-cn'] = "设置日期/时间。";
$text['description-timestamp']['ja-jp'] = "日付時刻を設定します。";
$text['description-timestamp']['ko-kr'] = "날짜/시간을 설정하십시오.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-user_uuid']['en-us'] = "User";
$text['label-user_uuid']['ar-eg'] = "مستخدم";
$text['label-user_uuid']['de-at'] = "Benutzer";
$text['label-user_uuid']['de-ch'] = "Benutzer";
$text['label-user_uuid']['de-de'] = "Benutzer";
$text['label-user_uuid']['es-cl'] = "Usuario";
$text['label-user_uuid']['es-mx'] = "Usuario";
$text['label-user_uuid']['fr-ca'] = "Utilisateur";
$text['label-user_uuid']['fr-fr'] = "Utilisateur";
$text['label-user_uuid']['he-il'] = "משתמש";
$text['label-user_uuid']['it-it'] = "Utente";
$text['label-user_uuid']['nl-nl'] = "Gebruiker";
$text['label-user_uuid']['pl-pl'] = "Użytkownik";
$text['label-user_uuid']['pt-br'] = "Usuário";
$text['label-user_uuid']['pt-pt'] = "Usuário";
2023-05-08 19:52:46 +02:00
$text['label-user_uuid']['ro-ro'] = "Utilizator";
2023-05-03 04:22:44 +02:00
$text['label-user_uuid']['ru-ru'] = "Пользователь";
$text['label-user_uuid']['sv-se'] = "Användare";
$text['label-user_uuid']['uk-ua'] = "Користувач";
$text['label-user_uuid']['zh-cn'] = "用户";
$text['label-user_uuid']['ja-jp'] = "ユーザー";
$text['label-user_uuid']['ko-kr'] = "사용자";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-user_uuid']['en-us'] = "Select the user.";
$text['description-user_uuid']['ar-eg'] = "إختار المستعمل";
$text['description-user_uuid']['de-at'] = "Wählen Sie den Benutzer aus.";
$text['description-user_uuid']['de-ch'] = "Wählen Sie den Benutzer aus.";
$text['description-user_uuid']['de-de'] = "Wählen Sie den Benutzer aus.";
$text['description-user_uuid']['es-cl'] = "Seleccione el usuario.";
$text['description-user_uuid']['es-mx'] = "Seleccione el usuario.";
$text['description-user_uuid']['fr-ca'] = "Sélectionnez l'utilisateur.";
$text['description-user_uuid']['fr-fr'] = "Sélectionnez l'utilisateur.";
$text['description-user_uuid']['he-il'] = "בחר את המשתמש.";
$text['description-user_uuid']['it-it'] = "Selezionare l'utente.";
$text['description-user_uuid']['nl-nl'] = "Selecteer de gebruiker.";
$text['description-user_uuid']['pl-pl'] = "Wybierz użytkownika.";
$text['description-user_uuid']['pt-br'] = "Selecione o usuário.";
$text['description-user_uuid']['pt-pt'] = "Selecione o usuário.";
2023-05-08 19:52:46 +02:00
$text['description-user_uuid']['ro-ro'] = "Selectați utilizatorul.";
2023-05-03 04:22:44 +02:00
$text['description-user_uuid']['ru-ru'] = "Выберите пользователя.";
$text['description-user_uuid']['sv-se'] = "Välj användaren.";
$text['description-user_uuid']['uk-ua'] = "Виберіть користувача.";
$text['description-user_uuid']['zh-cn'] = "选择用户。";
$text['description-user_uuid']['ja-jp'] = "ユーザを選択します。";
$text['description-user_uuid']['ko-kr'] = "사용자 선택";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-username']['en-us'] = "Username";
$text['label-username']['ar-eg'] = "المستعمل";
$text['label-username']['de-at'] = "Benutzername";
$text['label-username']['de-ch'] = "Benutzername";
$text['label-username']['de-de'] = "Benutzername";
$text['label-username']['es-cl'] = "Nombre de usuario";
$text['label-username']['es-mx'] = "Nombre de usuario";
$text['label-username']['fr-ca'] = "Nom";
$text['label-username']['fr-fr'] = "Nom";
$text['label-username']['he-il'] = "שם המשתמש";
$text['label-username']['it-it'] = "Nome utente";
$text['label-username']['nl-nl'] = "Gebruikersnaam";
$text['label-username']['pl-pl'] = "Użytkownik";
$text['label-username']['pt-br'] = "Nome de utilizador";
$text['label-username']['pt-pt'] = "Nome de utilizador";
2023-05-08 19:52:46 +02:00
$text['label-username']['ro-ro'] = "Nume de utilizator";
2023-05-03 04:22:44 +02:00
$text['label-username']['ru-ru'] = "Имя пользователя";
$text['label-username']['sv-se'] = "Användarnamn";
$text['label-username']['uk-ua'] = "Ім'я користувача";
$text['label-username']['zh-cn'] = "用户名";
$text['label-username']['ja-jp'] = "ユーザ名";
$text['label-username']['ko-kr'] = "사용자 이름";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-username']['en-us'] = "Enter the Username.";
$text['description-username']['ar-eg'] = "أدخل المستعمل";
$text['description-username']['de-at'] = "Geben Sie den Benutzernamen ein.";
$text['description-username']['de-ch'] = "Geben Sie den Benutzernamen ein.";
$text['description-username']['de-de'] = "Geben Sie den Benutzernamen ein.";
$text['description-username']['es-cl'] = "Introduzca el nombre de usuario.";
$text['description-username']['es-mx'] = "Introduzca el nombre de usuario.";
$text['description-username']['fr-ca'] = "Entrez le nom d'utilisateur.";
$text['description-username']['fr-fr'] = "Entrez le nom d'utilisateur.";
$text['description-username']['he-il'] = "הזן את שם המשתמש.";
$text['description-username']['it-it'] = "Inserisci il nome utente.";
$text['description-username']['nl-nl'] = "Voer de gebruikersnaam in.";
$text['description-username']['pl-pl'] = "Wprowadź użytkownika.";
$text['description-username']['pt-br'] = "Digite o nome do usuário.";
$text['description-username']['pt-pt'] = "Digite o nome do usuário.";
2023-05-08 19:52:46 +02:00
$text['description-username']['ro-ro'] = "Introduceți numele de utilizator.";
2023-05-03 04:22:44 +02:00
$text['description-username']['ru-ru'] = "Введите имя пользователя.";
$text['description-username']['sv-se'] = "Ange användarnamnet.";
$text['description-username']['uk-ua'] = "Введіть ім'я користувача.";
$text['description-username']['zh-cn'] = "进入用户名。";
$text['description-username']['ja-jp'] = "ユーザー名を入力してください。";
$text['description-username']['ko-kr'] = "사용자 이름 입력";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-type']['en-us'] = "Type";
$text['label-type']['ar-eg'] = "النوع";
$text['label-type']['de-at'] = "Art";
$text['label-type']['de-ch'] = "Art";
$text['label-type']['de-de'] = "Art";
$text['label-type']['es-cl'] = "Tipo";
$text['label-type']['es-mx'] = "Tipo";
$text['label-type']['fr-ca'] = "type";
$text['label-type']['fr-fr'] = "type";
$text['label-type']['he-il'] = "סוג";
$text['label-type']['it-it'] = "Tipo";
2023-05-08 19:52:46 +02:00
$text['label-type']['nl-nl'] = "Type";
2023-05-03 04:22:44 +02:00
$text['label-type']['pl-pl'] = "Typ";
$text['label-type']['pt-br'] = "Tipo";
$text['label-type']['pt-pt'] = "Tipo";
2023-05-08 19:52:46 +02:00
$text['label-type']['ro-ro'] = "Tip";
2023-05-03 04:22:44 +02:00
$text['label-type']['ru-ru'] = "Тип";
$text['label-type']['sv-se'] = "Typ";
$text['label-type']['uk-ua'] = "Тип";
$text['label-type']['zh-cn'] = "类型";
$text['label-type']['ja-jp'] = "タイプ";
$text['label-type']['ko-kr'] = "유형";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-type']['en-us'] = "Enter the type.";
$text['description-type']['ar-eg'] = "أدخل النوع";
$text['description-type']['de-at'] = "Geben Sie den Typ ein.";
$text['description-type']['de-ch'] = "Geben Sie den Typ ein.";
$text['description-type']['de-de'] = "Geben Sie den Typ ein.";
$text['description-type']['es-cl'] = "Introduzca el tipo.";
$text['description-type']['es-mx'] = "Introduzca el tipo.";
$text['description-type']['fr-ca'] = "Entrez le type.";
$text['description-type']['fr-fr'] = "Entrez le type.";
$text['description-type']['he-il'] = "הזן את הסוג";
$text['description-type']['it-it'] = "Inserisci il tipo.";
$text['description-type']['nl-nl'] = "Voer het type in.";
$text['description-type']['pl-pl'] = "Wprowadź typ.";
$text['description-type']['pt-br'] = "Digite o tipo.";
$text['description-type']['pt-pt'] = "Digite o tipo.";
2023-05-08 19:52:46 +02:00
$text['description-type']['ro-ro'] = "Introduceți tipul.";
2023-05-03 04:22:44 +02:00
$text['description-type']['ru-ru'] = "Введите тип.";
$text['description-type']['sv-se'] = "Ange typen.";
$text['description-type']['uk-ua'] = "Введіть тип.";
$text['description-type']['zh-cn'] = "进入类型。";
$text['description-type']['ja-jp'] = "タイプを入力してください。";
$text['description-type']['ko-kr'] = "유형을 입력하십시오.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-result']['en-us'] = "Result";
$text['label-result']['ar-eg'] = "النتيجة";
$text['label-result']['de-at'] = "Ergebnis";
$text['label-result']['de-ch'] = "Ergebnis";
$text['label-result']['de-de'] = "Ergebnis";
$text['label-result']['es-cl'] = "Resultado";
$text['label-result']['es-mx'] = "Resultado";
$text['label-result']['fr-ca'] = "Résultat";
$text['label-result']['fr-fr'] = "Résultat";
$text['label-result']['he-il'] = "תוצאה";
$text['label-result']['it-it'] = "Risultato";
$text['label-result']['nl-nl'] = "Resultaat";
$text['label-result']['pl-pl'] = "Rezultat";
$text['label-result']['pt-br'] = "Resultado";
$text['label-result']['pt-pt'] = "Resultado";
2023-05-08 19:52:46 +02:00
$text['label-result']['ro-ro'] = "Rezultat";
2023-05-03 04:22:44 +02:00
$text['label-result']['ru-ru'] = "Результат";
$text['label-result']['sv-se'] = "Resultat";
$text['label-result']['uk-ua'] = "Почати";
$text['label-result']['zh-cn'] = "结果";
$text['label-result']['ja-jp'] = "結果";
$text['label-result']['ko-kr'] = "결과";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-result']['en-us'] = "Enter the result.";
$text['description-result']['ar-eg'] = "أدخل النتيجة";
$text['description-result']['de-at'] = "Geben Sie das Ergebnis ein.";
$text['description-result']['de-ch'] = "Geben Sie das Ergebnis ein.";
$text['description-result']['de-de'] = "Geben Sie das Ergebnis ein.";
$text['description-result']['es-cl'] = "Introduzca el resultado.";
$text['description-result']['es-mx'] = "Introduzca el resultado.";
$text['description-result']['fr-ca'] = "Entrez le résultat.";
$text['description-result']['fr-fr'] = "Entrez le résultat.";
$text['description-result']['he-il'] = "היכנסו לתוצאה.";
$text['description-result']['it-it'] = "Inserisci il risultato.";
$text['description-result']['nl-nl'] = "Voer het resultaat in.";
$text['description-result']['pl-pl'] = "Wyprowadź rezultat.";
$text['description-result']['pt-br'] = "Insira o resultado.";
$text['description-result']['pt-pt'] = "Insira o resultado.";
2023-05-08 19:52:46 +02:00
$text['description-result']['ro-ro'] = "Introduceți rezultatul.";
2023-05-03 04:22:44 +02:00
$text['description-result']['ru-ru'] = "Введите результат.";
$text['description-result']['sv-se'] = "Ange resultatet.";
$text['description-result']['uk-ua'] = "Введіть результат.";
$text['description-result']['zh-cn'] = "得出结果。";
$text['description-result']['ja-jp'] = "結果を入力してください。";
$text['description-result']['ko-kr'] = "결과를 입력하십시오.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-success']['en-us'] = "success";
$text['label-success']['ar-eg'] = "النجاح";
$text['label-success']['de-at'] = "Erfolg";
$text['label-success']['de-ch'] = "Erfolg";
$text['label-success']['de-de'] = "Erfolg";
$text['label-success']['es-mx'] = "éxito";
$text['label-success']['fr-ca'] = "succès";
$text['label-success']['fr-fr'] = "succès";
$text['label-success']['he-il'] = "הצלחה";
$text['label-success']['it-it'] = "successo";
$text['label-success']['nl-nl'] = "succes";
$text['label-success']['pl-pl'] = "sukces";
$text['label-success']['pt-br'] = "sucesso";
$text['label-success']['pt-pt'] = "sucesso";
2023-05-08 19:52:46 +02:00
$text['label-success']['ro-ro'] = "success";
2023-05-03 04:22:44 +02:00
$text['label-success']['ru-ru'] = "успех";
$text['label-success']['sv-se'] = "Framgång framgång";
$text['label-success']['uk-ua'] = "Успіх";
$text['label-success']['zh-cn'] = "成功";
$text['label-success']['ja-jp'] = "サクセス";
$text['label-success']['ko-kr'] = "결과";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-failure']['en-us'] = "failure";
$text['label-failure']['ar-eg'] = "الفشل";
$text['label-failure']['de-at'] = "Fehler";
$text['label-failure']['de-ch'] = "Fehler";
$text['label-failure']['de-de'] = "Fehler";
$text['label-failure']['es-mx'] = "fracaso";
$text['label-failure']['fr-ca'] = "défaillance";
$text['label-failure']['fr-fr'] = "défaillance";
$text['label-failure']['he-il'] = "כישלון";
$text['label-failure']['it-it'] = "guasto";
$text['label-failure']['nl-nl'] = "mislukt";
$text['label-failure']['pl-pl'] = "niepowodzenie";
$text['label-failure']['pt-br'] = "falha";
$text['label-failure']['pt-pt'] = "falha";
2023-05-08 19:52:46 +02:00
$text['label-failure']['ro-ro'] = "eşec";
2023-05-03 04:22:44 +02:00
$text['label-failure']['ru-ru'] = "отказ";
$text['label-failure']['sv-se'] = "misslyckande";
$text['label-failure']['uk-ua'] = "відмова";
$text['label-failure']['zh-cn'] = "失败";
$text['label-failure']['ja-jp'] = "故障";
$text['label-failure']['ko-kr'] = "실패";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-remote_address']['en-us'] = "Remote Address";
$text['label-remote_address']['ar-eg'] = "العنوان عن بعد";
$text['label-remote_address']['de-at'] = "Fernleitung";
$text['label-remote_address']['de-ch'] = "Fernleitung";
$text['label-remote_address']['de-de'] = "Fernleitung";
$text['label-remote_address']['es-cl'] = "Dirección remota";
$text['label-remote_address']['es-mx'] = "Dirección remota";
$text['label-remote_address']['fr-ca'] = "Adresse distante";
$text['label-remote_address']['fr-fr'] = "Adresse distante";
$text['label-remote_address']['he-il'] = "כתובת מרחוק";
$text['label-remote_address']['it-it'] = "Indirizzo remoto";
$text['label-remote_address']['nl-nl'] = "IP adres";
$text['label-remote_address']['pl-pl'] = "Adres Zdalny";
$text['label-remote_address']['pt-br'] = "Endereço remoto";
$text['label-remote_address']['pt-pt'] = "Endereço remoto";
2023-05-08 19:52:46 +02:00
$text['label-remote_address']['ro-ro'] = "Adresa de la distanță";
2023-05-03 04:22:44 +02:00
$text['label-remote_address']['ru-ru'] = "Удаленный адрес";
$text['label-remote_address']['sv-se'] = "Fjärradress";
$text['label-remote_address']['uk-ua'] = "Віддалена адреса";
$text['label-remote_address']['zh-cn'] = "远程地址";
$text['label-remote_address']['ja-jp'] = "リモートアドレス";
$text['label-remote_address']['ko-kr'] = "원격 주소";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-remote_address']['en-us'] = "Enter the IP address.";
$text['description-remote_address']['ar-eg'] = "أدخل العنوان";
$text['description-remote_address']['de-at'] = "Geben Sie die IP-Adresse ein.";
$text['description-remote_address']['de-ch'] = "Geben Sie die IP-Adresse ein.";
$text['description-remote_address']['de-de'] = "Geben Sie die IP-Adresse ein.";
$text['description-remote_address']['es-cl'] = "Introduzca la dirección IP.";
$text['description-remote_address']['es-mx'] = "Introduzca la dirección IP.";
$text['description-remote_address']['fr-ca'] = "Entrez l'adresse IP.";
$text['description-remote_address']['fr-fr'] = "Entrez l'adresse IP.";
$text['description-remote_address']['he-il'] = "היכנס לכתובת IP";
$text['description-remote_address']['it-it'] = "Inserisci l'indirizzo IP.";
$text['description-remote_address']['nl-nl'] = "Voer het IP adres in.";
$text['description-remote_address']['pl-pl'] = "Wprowadź adres IP.";
$text['description-remote_address']['pt-br'] = "Digite o endereço IP.";
$text['description-remote_address']['pt-pt'] = "Digite o endereço IP.";
2023-05-08 19:52:46 +02:00
$text['description-remote_address']['ro-ro'] = "Introduceți adresa IP.";
2023-05-03 04:22:44 +02:00
$text['description-remote_address']['ru-ru'] = "Введите IP-адрес.";
$text['description-remote_address']['sv-se'] = "Ange IP-adressen.";
$text['description-remote_address']['uk-ua'] = "Введіть IP-адресу.";
$text['description-remote_address']['zh-cn'] = "进入IP地址。";
$text['description-remote_address']['ja-jp'] = "IPアドレスを入力してください。";
$text['description-remote_address']['ko-kr'] = "IP 주소를 입력하십시오.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-user_agent']['en-us'] = "User Agent";
$text['label-user_agent']['ar-eg'] = "وكيل مستعمل";
$text['label-user_agent']['de-at'] = "Benutzer";
$text['label-user_agent']['de-ch'] = "Benutzer";
$text['label-user_agent']['de-de'] = "Benutzer";
$text['label-user_agent']['es-cl'] = "Usuario";
$text['label-user_agent']['es-mx'] = "Usuario";
$text['label-user_agent']['fr-ca'] = "utilisateur agent";
$text['label-user_agent']['fr-fr'] = "utilisateur agent";
$text['label-user_agent']['he-il'] = "סוכן המשתמש";
$text['label-user_agent']['it-it'] = "Agente Utente";
2023-05-08 19:52:46 +02:00
$text['label-user_agent']['nl-nl'] = "Gebruikersagent";
2023-05-03 04:22:44 +02:00
$text['label-user_agent']['pl-pl'] = "User Agent";
$text['label-user_agent']['pt-br'] = "Agente do Usuário";
$text['label-user_agent']['pt-pt'] = "Agente do Usuário";
2023-05-08 19:52:46 +02:00
$text['label-user_agent']['ro-ro'] = "Agent utilizator";
2023-05-03 04:22:44 +02:00
$text['label-user_agent']['ru-ru'] = "Агент пользователя";
$text['label-user_agent']['sv-se'] = "Användaragent";
$text['label-user_agent']['uk-ua'] = "агент користувача";
$text['label-user_agent']['zh-cn'] = "用户代理";
$text['label-user_agent']['ja-jp'] = "ユーザーエージェント";
$text['label-user_agent']['ko-kr'] = "사용자 에이전트";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-user_agent']['en-us'] = "Enter the user agent.";
$text['description-user_agent']['ar-eg'] = "أدخل وكيل المستعمل";
$text['description-user_agent']['de-at'] = "Geben Sie den Benutzeragent ein.";
$text['description-user_agent']['de-ch'] = "Geben Sie den Benutzeragent ein.";
$text['description-user_agent']['de-de'] = "Geben Sie den Benutzeragent ein.";
$text['description-user_agent']['es-cl'] = "Introduzca el agente de usuario.";
$text['description-user_agent']['es-mx'] = "Introduzca el agente de usuario.";
$text['description-user_agent']['fr-ca'] = "Entrez l'agent utilisateur.";
$text['description-user_agent']['fr-fr'] = "Entrez l'agent utilisateur.";
$text['description-user_agent']['he-il'] = "היכנס לסוכן המשתמש.";
$text['description-user_agent']['it-it'] = "Inserisci l'agente utente.";
$text['description-user_agent']['nl-nl'] = "Voer de user agent in.";
$text['description-user_agent']['pl-pl'] = "Wprowadź User Agent.";
$text['description-user_agent']['pt-br'] = "Digite o agente de usuário.";
$text['description-user_agent']['pt-pt'] = "Digite o agente de usuário.";
2023-05-08 19:52:46 +02:00
$text['description-user_agent']['ro-ro'] = "Introduceți agentul utilizator.";
2023-05-03 04:22:44 +02:00
$text['description-user_agent']['ru-ru'] = "Введите пользовательский агент.";
$text['description-user_agent']['sv-se'] = "Ange användaragenten.";
$text['description-user_agent']['uk-ua'] = "Введіть агента користувача.";
$text['description-user_agent']['zh-cn'] = "进入用户代理人。";
$text['description-user_agent']['ja-jp'] = "ユーザエージェントを入力してください。";
$text['description-user_agent']['ko-kr'] = "사용자 에이전트를 입력하십시오.";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['label-location']['en-us'] = "Location";
$text['label-location']['ar-eg'] = "الموقع";
$text['label-location']['de-at'] = "Standort";
$text['label-location']['de-ch'] = "Standort";
$text['label-location']['de-de'] = "Standort";
$text['label-location']['es-cl'] = "Ubicación";
$text['label-location']['es-mx'] = "Ubicación";
$text['label-location']['fr-ca'] = "Lieu";
$text['label-location']['fr-fr'] = "Lieu";
$text['label-location']['he-il'] = "מיקום Location";
$text['label-location']['it-it'] = "posizione";
$text['label-location']['nl-nl'] = "Lokatie";
$text['label-location']['pl-pl'] = "Lokalizacja";
$text['label-location']['pt-br'] = "Localização";
$text['label-location']['pt-pt'] = "Localização";
2023-05-08 19:52:46 +02:00
$text['label-location']['ro-ro'] = "Locație";
2023-05-03 04:22:44 +02:00
$text['label-location']['ru-ru'] = "Место";
$text['label-location']['sv-se'] = "Plats";
$text['label-location']['uk-ua'] = "Місцезнаходження";
$text['label-location']['zh-cn'] = "地点";
$text['label-location']['ja-jp'] = "位置";
$text['label-location']['ko-kr'] = "위치";
2021-02-13 23:56:49 +01:00
2023-05-03 04:22:44 +02:00
$text['description-location']['en-us'] = "Enter the location.";
$text['description-location']['ar-eg'] = "أدخل الموقع";
$text['description-location']['de-at'] = "Geben Sie den Standort ein.";
$text['description-location']['de-ch'] = "Geben Sie den Standort ein.";
$text['description-location']['de-de'] = "Geben Sie den Standort ein.";
$text['description-location']['es-cl'] = "Entra en la ubicación.";
$text['description-location']['es-mx'] = "Entra en la ubicación.";
$text['description-location']['fr-ca'] = "Entrez.";
$text['description-location']['fr-fr'] = "Entrez.";
$text['description-location']['he-il'] = "היכנס למיקום.";
$text['description-location']['it-it'] = "Inserisci la posizione.";
$text['description-location']['nl-nl'] = "Voer de lokatie in.";
$text['description-location']['pl-pl'] = "Wprowadź lokalizację";
$text['description-location']['pt-br'] = "Entre na localização.";
$text['description-location']['pt-pt'] = "Entre na localização.";
2023-05-08 19:52:46 +02:00
$text['description-location']['ro-ro'] = "Introduceți locația.";
2023-05-03 04:22:44 +02:00
$text['description-location']['ru-ru'] = "Введите место.";
$text['description-location']['sv-se'] = "Ange platsen.";
$text['description-location']['uk-ua'] = "Введіть місце розташування.";
$text['description-location']['zh-cn'] = "进入地点。";
$text['description-location']['ja-jp'] = "所在地を入力してください。";
$text['description-location']['ko-kr'] = "위치를 입력하십시오.";
2021-02-13 23:56:49 +01:00
?>