mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add additional languages
This commit is contained in:
@@ -1,422 +1,421 @@
|
||||
<?php
|
||||
|
||||
//User Logs
|
||||
$text['title-user_logs']['en-us'] = 'User Logs';
|
||||
$text['title-user_logs']['ar-eg'] = '';
|
||||
$text['title-user_logs']['de-at'] = '';
|
||||
$text['title-user_logs']['de-ch'] = '';
|
||||
$text['title-user_logs']['de-de'] = '';
|
||||
$text['title-user_logs']['es-cl'] = '';
|
||||
$text['title-user_logs']['es-mx'] = '';
|
||||
$text['title-user_logs']['fr-ca'] = '';
|
||||
$text['title-user_logs']['fr-fr'] = '';
|
||||
$text['title-user_logs']['he-il'] = '';
|
||||
$text['title-user_logs']['it-it'] = '';
|
||||
$text['title-user_logs']['nl-nl'] = 'Gebruiker logs';
|
||||
$text['title-user_logs']['pl-pl'] = 'Logi Użytkownika';
|
||||
$text['title-user_logs']['pt-br'] = '';
|
||||
$text['title-user_logs']['pt-pt'] = '';
|
||||
$text['title-user_logs']['ro-ro'] = '';
|
||||
$text['title-user_logs']['ru-ru'] = '';
|
||||
$text['title-user_logs']['sv-se'] = '';
|
||||
$text['title-user_logs']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['title-user_logs']['ro-ro'] = "";
|
||||
$text['title-user_logs']['ru-ru'] = "Журналы пользователей";
|
||||
$text['title-user_logs']['sv-se'] = "Användarloggar";
|
||||
$text['title-user_logs']['uk-ua'] = "Логи користувачів";
|
||||
|
||||
$text['title-user_log']['en-us'] = 'User Log';
|
||||
$text['title-user_log']['ar-eg'] = '';
|
||||
$text['title-user_log']['de-at'] = '';
|
||||
$text['title-user_log']['de-ch'] = '';
|
||||
$text['title-user_log']['de-de'] = '';
|
||||
$text['title-user_log']['es-cl'] = '';
|
||||
$text['title-user_log']['es-mx'] = '';
|
||||
$text['title-user_log']['fr-ca'] = '';
|
||||
$text['title-user_log']['fr-fr'] = '';
|
||||
$text['title-user_log']['he-il'] = '';
|
||||
$text['title-user_log']['it-it'] = '';
|
||||
$text['title-user_log']['nl-nl'] = 'Gebruiker log';
|
||||
$text['title-user_log']['pl-pl'] = 'Log Użytkownika';
|
||||
$text['title-user_log']['pt-br'] = '';
|
||||
$text['title-user_log']['pt-pt'] = '';
|
||||
$text['title-user_log']['ro-ro'] = '';
|
||||
$text['title-user_log']['ru-ru'] = '';
|
||||
$text['title-user_log']['sv-se'] = '';
|
||||
$text['title-user_log']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['title-user_log']['he-il'] = "User Log";
|
||||
$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";
|
||||
$text['title-user_log']['ro-ro'] = "";
|
||||
$text['title-user_log']['ru-ru'] = "Журнал пользователя";
|
||||
$text['title-user_log']['sv-se'] = "Användarlogg";
|
||||
$text['title-user_log']['uk-ua'] = "Логін користувача";
|
||||
|
||||
$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'] = '';
|
||||
$text['title_description-user_logs']['de-ch'] = '';
|
||||
$text['title_description-user_logs']['de-de'] = '';
|
||||
$text['title_description-user_logs']['es-cl'] = '';
|
||||
$text['title_description-user_logs']['es-mx'] = '';
|
||||
$text['title_description-user_logs']['fr-ca'] = '';
|
||||
$text['title_description-user_logs']['fr-fr'] = '';
|
||||
$text['title_description-user_logs']['he-il'] = '';
|
||||
$text['title_description-user_logs']['it-it'] = '';
|
||||
$text['title_description-user_logs']['nl-nl'] = '';
|
||||
$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'] = '';
|
||||
$text['title_description-user_logs']['pt-pt'] = '';
|
||||
$text['title_description-user_logs']['ro-ro'] = '';
|
||||
$text['title_description-user_logs']['ru-ru'] = '';
|
||||
$text['title_description-user_logs']['sv-se'] = '';
|
||||
$text['title_description-user_logs']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['title_description-user_logs']['ro-ro'] = "";
|
||||
$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['label-timestamp']['en-us'] = 'Timestamp';
|
||||
$text['label-timestamp']['ar-eg'] = '';
|
||||
$text['label-timestamp']['de-at'] = '';
|
||||
$text['label-timestamp']['de-ch'] = '';
|
||||
$text['label-timestamp']['de-de'] = '';
|
||||
$text['label-timestamp']['es-cl'] = '';
|
||||
$text['label-timestamp']['es-mx'] = '';
|
||||
$text['label-timestamp']['fr-ca'] = '';
|
||||
$text['label-timestamp']['fr-fr'] = '';
|
||||
$text['label-timestamp']['he-il'] = '';
|
||||
$text['label-timestamp']['it-it'] = '';
|
||||
$text['label-timestamp']['nl-nl'] = 'Tijdstip';
|
||||
$text['label-timestamp']['pl-pl'] = 'Znacznik czasu';
|
||||
$text['label-timestamp']['pt-br'] = '';
|
||||
$text['label-timestamp']['pt-pt'] = '';
|
||||
$text['label-timestamp']['ro-ro'] = '';
|
||||
$text['label-timestamp']['ru-ru'] = '';
|
||||
$text['label-timestamp']['sv-se'] = '';
|
||||
$text['label-timestamp']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-timestamp']['ro-ro'] = "";
|
||||
$text['label-timestamp']['ru-ru'] = "время";
|
||||
$text['label-timestamp']['sv-se'] = "timestamp";
|
||||
$text['label-timestamp']['uk-ua'] = "Таймер";
|
||||
|
||||
$text['description-timestamp']['en-us'] = 'Set the datetime.';
|
||||
$text['description-timestamp']['ar-eg'] = '';
|
||||
$text['description-timestamp']['de-at'] = '';
|
||||
$text['description-timestamp']['de-ch'] = '';
|
||||
$text['description-timestamp']['de-de'] = '';
|
||||
$text['description-timestamp']['es-cl'] = '';
|
||||
$text['description-timestamp']['es-mx'] = '';
|
||||
$text['description-timestamp']['fr-ca'] = '';
|
||||
$text['description-timestamp']['fr-fr'] = '';
|
||||
$text['description-timestamp']['he-il'] = '';
|
||||
$text['description-timestamp']['it-it'] = '';
|
||||
$text['description-timestamp']['nl-nl'] = 'Stel de datum/tijd in.';
|
||||
$text['description-timestamp']['pl-pl'] = 'Ustaw datę.';
|
||||
$text['description-timestamp']['pt-br'] = '';
|
||||
$text['description-timestamp']['pt-pt'] = '';
|
||||
$text['description-timestamp']['ro-ro'] = '';
|
||||
$text['description-timestamp']['ru-ru'] = '';
|
||||
$text['description-timestamp']['sv-se'] = '';
|
||||
$text['description-timestamp']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-timestamp']['ro-ro'] = "";
|
||||
$text['description-timestamp']['ru-ru'] = "Назначь время.";
|
||||
$text['description-timestamp']['sv-se'] = "Ställ datumet.";
|
||||
$text['description-timestamp']['uk-ua'] = "Встановити час.";
|
||||
|
||||
$text['label-user_uuid']['en-us'] = 'User';
|
||||
$text['label-user_uuid']['ar-eg'] = '';
|
||||
$text['label-user_uuid']['de-at'] = '';
|
||||
$text['label-user_uuid']['de-ch'] = '';
|
||||
$text['label-user_uuid']['de-de'] = '';
|
||||
$text['label-user_uuid']['es-cl'] = '';
|
||||
$text['label-user_uuid']['es-mx'] = '';
|
||||
$text['label-user_uuid']['fr-ca'] = '';
|
||||
$text['label-user_uuid']['fr-fr'] = '';
|
||||
$text['label-user_uuid']['he-il'] = '';
|
||||
$text['label-user_uuid']['it-it'] = '';
|
||||
$text['label-user_uuid']['nl-nl'] = 'Gebruiker';
|
||||
$text['label-user_uuid']['pl-pl'] = 'Użytkownik';
|
||||
$text['label-user_uuid']['pt-br'] = '';
|
||||
$text['label-user_uuid']['pt-pt'] = '';
|
||||
$text['label-user_uuid']['ro-ro'] = '';
|
||||
$text['label-user_uuid']['ru-ru'] = '';
|
||||
$text['label-user_uuid']['sv-se'] = '';
|
||||
$text['label-user_uuid']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-user_uuid']['ro-ro'] = "";
|
||||
$text['label-user_uuid']['ru-ru'] = "Пользователь";
|
||||
$text['label-user_uuid']['sv-se'] = "Användare";
|
||||
$text['label-user_uuid']['uk-ua'] = "Користувач";
|
||||
|
||||
$text['description-user_uuid']['en-us'] = 'Select the user.';
|
||||
$text['description-user_uuid']['ar-eg'] = '';
|
||||
$text['description-user_uuid']['de-at'] = '';
|
||||
$text['description-user_uuid']['de-ch'] = '';
|
||||
$text['description-user_uuid']['de-de'] = '';
|
||||
$text['description-user_uuid']['es-cl'] = '';
|
||||
$text['description-user_uuid']['es-mx'] = '';
|
||||
$text['description-user_uuid']['fr-ca'] = '';
|
||||
$text['description-user_uuid']['fr-fr'] = '';
|
||||
$text['description-user_uuid']['he-il'] = '';
|
||||
$text['description-user_uuid']['it-it'] = '';
|
||||
$text['description-user_uuid']['nl-nl'] = 'Selecteer de gebruiker.';
|
||||
$text['description-user_uuid']['pl-pl'] = 'Wybierz użytkownika.';
|
||||
$text['description-user_uuid']['pt-br'] = '';
|
||||
$text['description-user_uuid']['pt-pt'] = '';
|
||||
$text['description-user_uuid']['ro-ro'] = '';
|
||||
$text['description-user_uuid']['ru-ru'] = '';
|
||||
$text['description-user_uuid']['sv-se'] = '';
|
||||
$text['description-user_uuid']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-user_uuid']['ro-ro'] = "";
|
||||
$text['description-user_uuid']['ru-ru'] = "Выберите пользователя.";
|
||||
$text['description-user_uuid']['sv-se'] = "Välj användaren.";
|
||||
$text['description-user_uuid']['uk-ua'] = "Виберіть користувача.";
|
||||
|
||||
$text['label-username']['en-us'] = 'Username';
|
||||
$text['label-username']['ar-eg'] = '';
|
||||
$text['label-username']['de-at'] = '';
|
||||
$text['label-username']['de-ch'] = '';
|
||||
$text['label-username']['de-de'] = '';
|
||||
$text['label-username']['es-cl'] = '';
|
||||
$text['label-username']['es-mx'] = '';
|
||||
$text['label-username']['fr-ca'] = '';
|
||||
$text['label-username']['fr-fr'] = '';
|
||||
$text['label-username']['he-il'] = '';
|
||||
$text['label-username']['it-it'] = '';
|
||||
$text['label-username']['nl-nl'] = 'Gebruikersnaam';
|
||||
$text['label-username']['pl-pl'] = 'Użytkownik';
|
||||
$text['label-username']['pt-br'] = '';
|
||||
$text['label-username']['pt-pt'] = '';
|
||||
$text['label-username']['ro-ro'] = '';
|
||||
$text['label-username']['ru-ru'] = '';
|
||||
$text['label-username']['sv-se'] = '';
|
||||
$text['label-username']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-username']['ro-ro'] = "";
|
||||
$text['label-username']['ru-ru'] = "Имя пользователя";
|
||||
$text['label-username']['sv-se'] = "Användarnamn";
|
||||
$text['label-username']['uk-ua'] = "Ім'я користувача";
|
||||
|
||||
$text['description-username']['en-us'] = 'Enter the Username.';
|
||||
$text['description-username']['ar-eg'] = '';
|
||||
$text['description-username']['de-at'] = '';
|
||||
$text['description-username']['de-ch'] = '';
|
||||
$text['description-username']['de-de'] = '';
|
||||
$text['description-username']['es-cl'] = '';
|
||||
$text['description-username']['es-mx'] = '';
|
||||
$text['description-username']['fr-ca'] = '';
|
||||
$text['description-username']['fr-fr'] = '';
|
||||
$text['description-username']['he-il'] = '';
|
||||
$text['description-username']['it-it'] = '';
|
||||
$text['description-username']['nl-nl'] = 'Voer de gebruikersnaam in.';
|
||||
$text['description-username']['pl-pl'] = 'Wprowadź użytkownika.';
|
||||
$text['description-username']['pt-br'] = '';
|
||||
$text['description-username']['pt-pt'] = '';
|
||||
$text['description-username']['ro-ro'] = '';
|
||||
$text['description-username']['ru-ru'] = '';
|
||||
$text['description-username']['sv-se'] = '';
|
||||
$text['description-username']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-username']['ro-ro'] = "";
|
||||
$text['description-username']['ru-ru'] = "Введите имя пользователя.";
|
||||
$text['description-username']['sv-se'] = "Ange användarnamnet.";
|
||||
$text['description-username']['uk-ua'] = "Введіть ім'я користувача.";
|
||||
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['ar-eg'] = '';
|
||||
$text['label-type']['de-at'] = '';
|
||||
$text['label-type']['de-ch'] = '';
|
||||
$text['label-type']['de-de'] = '';
|
||||
$text['label-type']['es-cl'] = '';
|
||||
$text['label-type']['es-mx'] = '';
|
||||
$text['label-type']['fr-ca'] = '';
|
||||
$text['label-type']['fr-fr'] = '';
|
||||
$text['label-type']['he-il'] = '';
|
||||
$text['label-type']['it-it'] = '';
|
||||
$text['label-type']['nl-nl'] = '';
|
||||
$text['label-type']['pl-pl'] = 'Typ';
|
||||
$text['label-type']['pt-br'] = '';
|
||||
$text['label-type']['pt-pt'] = '';
|
||||
$text['label-type']['ro-ro'] = '';
|
||||
$text['label-type']['ru-ru'] = '';
|
||||
$text['label-type']['sv-se'] = '';
|
||||
$text['label-type']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-type']['nl-nl'] = "type type type type type type type type type type type type type type type type type type type type type type type type type type type type typety type type type type type type type type type type type type type type type type type type type type type typety type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type typety type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type type";
|
||||
$text['label-type']['pl-pl'] = "Typ";
|
||||
$text['label-type']['pt-br'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['ro-ro'] = "";
|
||||
$text['label-type']['ru-ru'] = "Тип";
|
||||
$text['label-type']['sv-se'] = "Typ";
|
||||
$text['label-type']['uk-ua'] = "Тип";
|
||||
|
||||
$text['description-type']['en-us'] = 'Enter the type.';
|
||||
$text['description-type']['ar-eg'] = '';
|
||||
$text['description-type']['de-at'] = '';
|
||||
$text['description-type']['de-ch'] = '';
|
||||
$text['description-type']['de-de'] = '';
|
||||
$text['description-type']['es-cl'] = '';
|
||||
$text['description-type']['es-mx'] = '';
|
||||
$text['description-type']['fr-ca'] = '';
|
||||
$text['description-type']['fr-fr'] = '';
|
||||
$text['description-type']['he-il'] = '';
|
||||
$text['description-type']['it-it'] = '';
|
||||
$text['description-type']['nl-nl'] = 'Voer het type in.';
|
||||
$text['description-type']['pl-pl'] = 'Wprowadź typ.';
|
||||
$text['description-type']['pt-br'] = '';
|
||||
$text['description-type']['pt-pt'] = '';
|
||||
$text['description-type']['ro-ro'] = '';
|
||||
$text['description-type']['ru-ru'] = '';
|
||||
$text['description-type']['sv-se'] = '';
|
||||
$text['description-type']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-type']['ro-ro'] = "";
|
||||
$text['description-type']['ru-ru'] = "Введите тип.";
|
||||
$text['description-type']['sv-se'] = "Ange typen.";
|
||||
$text['description-type']['uk-ua'] = "Введіть тип.";
|
||||
|
||||
$text['label-result']['en-us'] = 'Result';
|
||||
$text['label-result']['ar-eg'] = '';
|
||||
$text['label-result']['de-at'] = '';
|
||||
$text['label-result']['de-ch'] = '';
|
||||
$text['label-result']['de-de'] = '';
|
||||
$text['label-result']['es-cl'] = '';
|
||||
$text['label-result']['es-mx'] = '';
|
||||
$text['label-result']['fr-ca'] = '';
|
||||
$text['label-result']['fr-fr'] = '';
|
||||
$text['label-result']['he-il'] = '';
|
||||
$text['label-result']['it-it'] = '';
|
||||
$text['label-result']['nl-nl'] = 'Resultaat';
|
||||
$text['label-result']['pl-pl'] = 'Rezultat';
|
||||
$text['label-result']['pt-br'] = '';
|
||||
$text['label-result']['pt-pt'] = '';
|
||||
$text['label-result']['ro-ro'] = '';
|
||||
$text['label-result']['ru-ru'] = '';
|
||||
$text['label-result']['sv-se'] = '';
|
||||
$text['label-result']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-result']['ro-ro'] = "";
|
||||
$text['label-result']['ru-ru'] = "Результат";
|
||||
$text['label-result']['sv-se'] = "Resultat";
|
||||
$text['label-result']['uk-ua'] = "Почати";
|
||||
|
||||
$text['description-result']['en-us'] = 'Enter the result.';
|
||||
$text['description-result']['ar-eg'] = '';
|
||||
$text['description-result']['de-at'] = '';
|
||||
$text['description-result']['de-ch'] = '';
|
||||
$text['description-result']['de-de'] = '';
|
||||
$text['description-result']['es-cl'] = '';
|
||||
$text['description-result']['es-mx'] = '';
|
||||
$text['description-result']['fr-ca'] = '';
|
||||
$text['description-result']['fr-fr'] = '';
|
||||
$text['description-result']['he-il'] = '';
|
||||
$text['description-result']['it-it'] = '';
|
||||
$text['description-result']['nl-nl'] = 'Voer het resultaat in.';
|
||||
$text['description-result']['pl-pl'] = 'Wyprowadź rezultat.';
|
||||
$text['description-result']['pt-br'] = '';
|
||||
$text['description-result']['pt-pt'] = '';
|
||||
$text['description-result']['ro-ro'] = '';
|
||||
$text['description-result']['ru-ru'] = '';
|
||||
$text['description-result']['sv-se'] = '';
|
||||
$text['description-result']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-result']['ro-ro'] = "";
|
||||
$text['description-result']['ru-ru'] = "Введите результат.";
|
||||
$text['description-result']['sv-se'] = "Ange resultatet.";
|
||||
$text['description-result']['uk-ua'] = "Введіть результат.";
|
||||
|
||||
$text['label-success']['en-us'] = 'success';
|
||||
$text['label-success']['ar-eg'] = '';
|
||||
$text['label-success']['de-at'] = '';
|
||||
$text['label-success']['de-ch'] = '';
|
||||
$text['label-success']['de-de'] = '';
|
||||
$text['label-success']['es-mx'] = '';
|
||||
$text['label-success']['fr-ca'] = '';
|
||||
$text['label-success']['fr-fr'] = '';
|
||||
$text['label-success']['he-il'] = '';
|
||||
$text['label-success']['it-it'] = '';
|
||||
$text['label-success']['nl-nl'] = 'succes';
|
||||
$text['label-success']['pl-pl'] = 'sukces';
|
||||
$text['label-success']['pt-br'] = '';
|
||||
$text['label-success']['pt-pt'] = '';
|
||||
$text['label-success']['ro-ro'] = '';
|
||||
$text['label-success']['ru-ru'] = '';
|
||||
$text['label-success']['sv-se'] = '';
|
||||
$text['label-success']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-success']['ro-ro'] = "";
|
||||
$text['label-success']['ru-ru'] = "успех";
|
||||
$text['label-success']['sv-se'] = "Framgång framgång";
|
||||
$text['label-success']['uk-ua'] = "Успіх";
|
||||
|
||||
$text['label-failure']['en-us'] = 'failure';
|
||||
$text['label-failure']['ar-eg'] = '';
|
||||
$text['label-failure']['de-at'] = '';
|
||||
$text['label-failure']['de-ch'] = '';
|
||||
$text['label-failure']['de-de'] = '';
|
||||
$text['label-failure']['es-mx'] = '';
|
||||
$text['label-failure']['fr-ca'] = '';
|
||||
$text['label-failure']['fr-fr'] = '';
|
||||
$text['label-failure']['he-il'] = '';
|
||||
$text['label-failure']['it-it'] = '';
|
||||
$text['label-failure']['nl-nl'] = 'mislukt';
|
||||
$text['label-failure']['pl-pl'] = 'niepowodzenie';
|
||||
$text['label-failure']['pt-br'] = '';
|
||||
$text['label-failure']['pt-pt'] = '';
|
||||
$text['label-failure']['ro-ro'] = '';
|
||||
$text['label-failure']['ru-ru'] = '';
|
||||
$text['label-failure']['sv-se'] = '';
|
||||
$text['label-failure']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-failure']['ro-ro'] = "";
|
||||
$text['label-failure']['ru-ru'] = "отказ";
|
||||
$text['label-failure']['sv-se'] = "misslyckande";
|
||||
$text['label-failure']['uk-ua'] = "відмова";
|
||||
|
||||
$text['label-remote_address']['en-us'] = 'Remote Address';
|
||||
$text['label-remote_address']['ar-eg'] = '';
|
||||
$text['label-remote_address']['de-at'] = '';
|
||||
$text['label-remote_address']['de-ch'] = '';
|
||||
$text['label-remote_address']['de-de'] = '';
|
||||
$text['label-remote_address']['es-cl'] = '';
|
||||
$text['label-remote_address']['es-mx'] = '';
|
||||
$text['label-remote_address']['fr-ca'] = '';
|
||||
$text['label-remote_address']['fr-fr'] = '';
|
||||
$text['label-remote_address']['he-il'] = '';
|
||||
$text['label-remote_address']['it-it'] = '';
|
||||
$text['label-remote_address']['nl-nl'] = 'IP adres';
|
||||
$text['label-remote_address']['pl-pl'] = 'Adres Zdalny';
|
||||
$text['label-remote_address']['pt-br'] = '';
|
||||
$text['label-remote_address']['pt-pt'] = '';
|
||||
$text['label-remote_address']['ro-ro'] = '';
|
||||
$text['label-remote_address']['ru-ru'] = '';
|
||||
$text['label-remote_address']['sv-se'] = '';
|
||||
$text['label-remote_address']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-remote_address']['ro-ro'] = "";
|
||||
$text['label-remote_address']['ru-ru'] = "Удаленный адрес";
|
||||
$text['label-remote_address']['sv-se'] = "Fjärradress";
|
||||
$text['label-remote_address']['uk-ua'] = "Віддалена адреса";
|
||||
|
||||
$text['description-remote_address']['en-us'] = 'Enter the IP address.';
|
||||
$text['description-remote_address']['ar-eg'] = '';
|
||||
$text['description-remote_address']['de-at'] = '';
|
||||
$text['description-remote_address']['de-ch'] = '';
|
||||
$text['description-remote_address']['de-de'] = '';
|
||||
$text['description-remote_address']['es-cl'] = '';
|
||||
$text['description-remote_address']['es-mx'] = '';
|
||||
$text['description-remote_address']['fr-ca'] = '';
|
||||
$text['description-remote_address']['fr-fr'] = '';
|
||||
$text['description-remote_address']['he-il'] = '';
|
||||
$text['description-remote_address']['it-it'] = '';
|
||||
$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'] = '';
|
||||
$text['description-remote_address']['pt-pt'] = '';
|
||||
$text['description-remote_address']['ro-ro'] = '';
|
||||
$text['description-remote_address']['ru-ru'] = '';
|
||||
$text['description-remote_address']['sv-se'] = '';
|
||||
$text['description-remote_address']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-remote_address']['ro-ro'] = "";
|
||||
$text['description-remote_address']['ru-ru'] = "Введите IP-адрес.";
|
||||
$text['description-remote_address']['sv-se'] = "Ange IP-adressen.";
|
||||
$text['description-remote_address']['uk-ua'] = "Введіть IP-адресу.";
|
||||
|
||||
$text['label-user_agent']['en-us'] = 'User Agent';
|
||||
$text['label-user_agent']['ar-eg'] = '';
|
||||
$text['label-user_agent']['de-at'] = '';
|
||||
$text['label-user_agent']['de-ch'] = '';
|
||||
$text['label-user_agent']['de-de'] = '';
|
||||
$text['label-user_agent']['es-cl'] = '';
|
||||
$text['label-user_agent']['es-mx'] = '';
|
||||
$text['label-user_agent']['fr-ca'] = '';
|
||||
$text['label-user_agent']['fr-fr'] = '';
|
||||
$text['label-user_agent']['he-il'] = '';
|
||||
$text['label-user_agent']['it-it'] = '';
|
||||
$text['label-user_agent']['nl-nl'] = '';
|
||||
$text['label-user_agent']['pl-pl'] = 'User Agent';
|
||||
$text['label-user_agent']['pt-br'] = '';
|
||||
$text['label-user_agent']['pt-pt'] = '';
|
||||
$text['label-user_agent']['ro-ro'] = '';
|
||||
$text['label-user_agent']['ru-ru'] = '';
|
||||
$text['label-user_agent']['sv-se'] = '';
|
||||
$text['label-user_agent']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-user_agent']['nl-nl'] = "Agent";
|
||||
$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";
|
||||
$text['label-user_agent']['ro-ro'] = "";
|
||||
$text['label-user_agent']['ru-ru'] = "Агент пользователя";
|
||||
$text['label-user_agent']['sv-se'] = "Användaragent";
|
||||
$text['label-user_agent']['uk-ua'] = "агент користувача";
|
||||
|
||||
$text['description-user_agent']['en-us'] = 'Enter the user agent.';
|
||||
$text['description-user_agent']['ar-eg'] = '';
|
||||
$text['description-user_agent']['de-at'] = '';
|
||||
$text['description-user_agent']['de-ch'] = '';
|
||||
$text['description-user_agent']['de-de'] = '';
|
||||
$text['description-user_agent']['es-cl'] = '';
|
||||
$text['description-user_agent']['es-mx'] = '';
|
||||
$text['description-user_agent']['fr-ca'] = '';
|
||||
$text['description-user_agent']['fr-fr'] = '';
|
||||
$text['description-user_agent']['he-il'] = '';
|
||||
$text['description-user_agent']['it-it'] = '';
|
||||
$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'] = '';
|
||||
$text['description-user_agent']['pt-pt'] = '';
|
||||
$text['description-user_agent']['ro-ro'] = '';
|
||||
$text['description-user_agent']['ru-ru'] = '';
|
||||
$text['description-user_agent']['sv-se'] = '';
|
||||
$text['description-user_agent']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-user_agent']['ro-ro'] = "";
|
||||
$text['description-user_agent']['ru-ru'] = "Введите пользовательский агент.";
|
||||
$text['description-user_agent']['sv-se'] = "Ange användaragenten.";
|
||||
$text['description-user_agent']['uk-ua'] = "Введіть агента користувача.";
|
||||
|
||||
$text['label-location']['en-us'] = 'Location';
|
||||
$text['label-location']['ar-eg'] = '';
|
||||
$text['label-location']['de-at'] = '';
|
||||
$text['label-location']['de-ch'] = '';
|
||||
$text['label-location']['de-de'] = '';
|
||||
$text['label-location']['es-cl'] = '';
|
||||
$text['label-location']['es-mx'] = '';
|
||||
$text['label-location']['fr-ca'] = '';
|
||||
$text['label-location']['fr-fr'] = '';
|
||||
$text['label-location']['he-il'] = '';
|
||||
$text['label-location']['it-it'] = '';
|
||||
$text['label-location']['nl-nl'] = 'Lokatie';
|
||||
$text['label-location']['pl-pl'] = 'Lokalizacja';
|
||||
$text['label-location']['pt-br'] = '';
|
||||
$text['label-location']['pt-pt'] = '';
|
||||
$text['label-location']['ro-ro'] = '';
|
||||
$text['label-location']['ru-ru'] = '';
|
||||
$text['label-location']['sv-se'] = '';
|
||||
$text['label-location']['uk-ua'] = '';
|
||||
$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";
|
||||
$text['label-location']['ro-ro'] = "";
|
||||
$text['label-location']['ru-ru'] = "Место";
|
||||
$text['label-location']['sv-se'] = "Plats";
|
||||
$text['label-location']['uk-ua'] = "Місцезнаходження";
|
||||
|
||||
$text['description-location']['en-us'] = 'Enter the location.';
|
||||
$text['description-location']['ar-eg'] = '';
|
||||
$text['description-location']['de-at'] = '';
|
||||
$text['description-location']['de-ch'] = '';
|
||||
$text['description-location']['de-de'] = '';
|
||||
$text['description-location']['es-cl'] = '';
|
||||
$text['description-location']['es-mx'] = '';
|
||||
$text['description-location']['fr-ca'] = '';
|
||||
$text['description-location']['fr-fr'] = '';
|
||||
$text['description-location']['he-il'] = '';
|
||||
$text['description-location']['it-it'] = '';
|
||||
$text['description-location']['nl-nl'] = 'Voer de lokatie in.';
|
||||
$text['description-location']['pl-pl'] = 'Wprowadź lokalizację';
|
||||
$text['description-location']['pt-br'] = '';
|
||||
$text['description-location']['pt-pt'] = '';
|
||||
$text['description-location']['ro-ro'] = '';
|
||||
$text['description-location']['ru-ru'] = '';
|
||||
$text['description-location']['sv-se'] = '';
|
||||
$text['description-location']['uk-ua'] = '';
|
||||
$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.";
|
||||
$text['description-location']['ro-ro'] = "";
|
||||
$text['description-location']['ru-ru'] = "Введите место.";
|
||||
$text['description-location']['sv-se'] = "Ange platsen.";
|
||||
$text['description-location']['uk-ua'] = "Введіть місце розташування.";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user