Localization: Add full support for Georgian language (#7110)

* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
This commit is contained in:
NorwayFun
2024-08-28 17:59:02 +02:00
committed by GitHub
parent 5702102850
commit aabc2f33a8
212 changed files with 4389 additions and 869 deletions

View File

@@ -19,6 +19,7 @@
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['ka-ge'] = "დააყენეთ სისტემა fusionPBX ან დაამატეთ ახალი კომუტატორები";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";

View File

@@ -13,6 +13,7 @@ $text['title-install']['fr-ca'] = "Installation";
$text['title-install']['fr-fr'] = "Installation";
$text['title-install']['he-il'] = "להתקין";
$text['title-install']['it-it'] = "Installazione";
$text['title-install']['ka-ge'] = "დაყენება";
$text['title-install']['nl-nl'] = "Installeren";
$text['title-install']['pl-pl'] = "Zainstalować";
$text['title-install']['pt-br'] = "Installation";
@@ -39,6 +40,7 @@ $text['title-detected_configuration']['fr-ca'] = "Configuration Détectée";
$text['title-detected_configuration']['fr-fr'] = "Configuration Détectée";
$text['title-detected_configuration']['he-il'] = "זוהתה תצורה";
$text['title-detected_configuration']['it-it'] = "Rilevata Configurazione";
$text['title-detected_configuration']['ka-ge'] = "აღმოჩენილია კონფიგურაცია";
$text['title-detected_configuration']['nl-nl'] = "Gedetecteerde configuratie";
$text['title-detected_configuration']['pl-pl'] = "Wykryto Konfiguracja";
$text['title-detected_configuration']['pt-br'] = "Configuração detectado";
@@ -65,6 +67,7 @@ $text['title-assumed_configuration']['fr-ca'] = "Configuration supposée";
$text['title-assumed_configuration']['fr-fr'] = "Configuration supposée";
$text['title-assumed_configuration']['he-il'] = "תצורה משוערת";
$text['title-assumed_configuration']['it-it'] = "Configurazione accettata";
$text['title-assumed_configuration']['ka-ge'] = "სავარაუდო კონფიგურაცია";
$text['title-assumed_configuration']['nl-nl'] = "Veronderstelde configuratie";
$text['title-assumed_configuration']['pl-pl'] = "Zakładana Konfiguracja";
$text['title-assumed_configuration']['pt-br'] = "Configuração presumida";
@@ -91,6 +94,7 @@ $text['label-ft-install']['fr-ca'] = "Première installation";
$text['label-ft-install']['fr-fr'] = "Première installation";
$text['label-ft-install']['he-il'] = "פעם ראשונה התקנה";
$text['label-ft-install']['it-it'] = "Prima Installazione";
$text['label-ft-install']['ka-ge'] = "პირველი დაყენება";
$text['label-ft-install']['nl-nl'] = "Eerste keer installeren";
$text['label-ft-install']['pl-pl'] = "Zainstalować";
$text['label-ft-install']['pt-br'] = "Primeira instalação";
@@ -117,6 +121,7 @@ $text['description-ft-install']['fr-ca'] = "Effectuer toutes les actions pour un
$text['description-ft-install']['fr-fr'] = "Effectuer toutes les actions pour une première installation";
$text['description-ft-install']['he-il'] = "בצע את כל הפעולות להתקנה בפעם הראשונה";
$text['description-ft-install']['it-it'] = "Esecuzione di tutte le operazione per la Prima Installazione";
$text['description-ft-install']['ka-ge'] = "ყველა ქმედების გაშვება პირველი დაყენებისთვის";
$text['description-ft-install']['nl-nl'] = "Veroordeel alle acties voor een eerste Time Install";
$text['description-ft-install']['pl-pl'] = "Wykonać wszystkie czynności dla pierwszy raz zainstalować";
$text['description-ft-install']['pt-br'] = "Executar todas as ações para uma primeira vez Instalar";
@@ -143,6 +148,7 @@ $text['label-add-switch']['fr-ca'] = "Ajouter un nouveau commutateur";
$text['label-add-switch']['fr-fr'] = "Ajouter un nouveau commutateur";
$text['label-add-switch']['he-il'] = "הוסף מתג חדש";
$text['label-add-switch']['it-it'] = "Aggiungi un nuovo switch";
$text['label-add-switch']['ka-ge'] = "ახალი კომუტატორის დამატება";
$text['label-add-switch']['nl-nl'] = "Voeg een nieuwe schakelaar toe.";
$text['label-add-switch']['pl-pl'] = "Dodaj nowy przełącznik";
$text['label-add-switch']['pt-br'] = "Adicionar um novo switch";
@@ -169,6 +175,7 @@ $text['label-select_language']['fr-ca'] = "Langue";
$text['label-select_language']['fr-fr'] = "Langue";
$text['label-select_language']['he-il'] = "שפה";
$text['label-select_language']['it-it'] = "Lingua";
$text['label-select_language']['ka-ge'] = "ენა";
$text['label-select_language']['nl-nl'] = "Taal:";
$text['label-select_language']['pl-pl'] = "Język";
$text['label-select_language']['pt-br'] = "Idioma";
@@ -195,6 +202,7 @@ $text['label-event_host']['fr-ca'] = "Adresse de l'hôte";
$text['label-event_host']['fr-fr'] = "Adresse de l'hôte";
$text['label-event_host']['he-il'] = "כתובת המארח";
$text['label-event_host']['it-it'] = "Indirizzo Host";
$text['label-event_host']['ka-ge'] = "ჰოსტის მისამართი";
$text['label-event_host']['nl-nl'] = "Host adres";
$text['label-event_host']['pl-pl'] = "Adres hosta";
$text['label-event_host']['pt-br'] = "Endereço do host";
@@ -221,6 +229,7 @@ $text['label-event_port']['fr-ca'] = "Port";
$text['label-event_port']['fr-fr'] = "Port";
$text['label-event_port']['he-il'] = "נמל";
$text['label-event_port']['it-it'] = "Porta";
$text['label-event_port']['ka-ge'] = "პორტი";
$text['label-event_port']['nl-nl'] = "Haven";
$text['label-event_port']['pl-pl'] = "Port";
$text['label-event_port']['pt-br'] = "Porta";
@@ -247,6 +256,7 @@ $text['label-event_password']['fr-ca'] = "Mot de Passe";
$text['label-event_password']['fr-fr'] = "Mot de Passe";
$text['label-event_password']['he-il'] = "סיסמה";
$text['label-event_password']['it-it'] = "Parola d'ordine";
$text['label-event_password']['ka-ge'] = "პაროლი";
$text['label-event_password']['nl-nl'] = "Wachtwoord";
$text['label-event_password']['pl-pl'] = "Hasło";
$text['label-event_password']['pt-br'] = "Senha";
@@ -273,6 +283,7 @@ $text['label-username']['fr-ca'] = "Utilisateur";
$text['label-username']['fr-fr'] = "Utilisateur";
$text['label-username']['he-il'] = "שם משתמש";
$text['label-username']['it-it'] = "Nome Utente";
$text['label-username']['ka-ge'] = "მომხმარებლის სახელი";
$text['label-username']['nl-nl'] = "Noem";
$text['label-username']['pl-pl'] = "Użytkownik";
$text['label-username']['pt-br'] = "Nome do Usuário";
@@ -299,6 +310,7 @@ $text['label-port']['fr-ca'] = "Port";
$text['label-port']['fr-fr'] = "Port";
$text['label-port']['he-il'] = "נמל";
$text['label-port']['it-it'] = "Porta";
$text['label-port']['ka-ge'] = "პორტი";
$text['label-port']['nl-nl'] = "Haven";
$text['label-port']['pl-pl'] = "Port";
$text['label-port']['pt-br'] = "Porta";
@@ -325,6 +337,7 @@ $text['label-path']['fr-ca'] = "Chemin";
$text['label-path']['fr-fr'] = "Chemin";
$text['label-path']['he-il'] = "נָתִיב";
$text['label-path']['it-it'] = "Percorso";
$text['label-path']['ka-ge'] = "ბილიკი";
$text['label-path']['nl-nl'] = "pad.";
$text['label-path']['pl-pl'] = "Ścieżka";
$text['label-path']['pt-br'] = "Caminho";
@@ -351,6 +364,7 @@ $text['label-host']['fr-ca'] = "Hôte";
$text['label-host']['fr-fr'] = "Hôte";
$text['label-host']['he-il'] = "מנחה";
$text['label-host']['it-it'] = "Host";
$text['label-host']['ka-ge'] = "ჰოსტი";
$text['label-host']['nl-nl'] = "gast";
$text['label-host']['pl-pl'] = "Host";
$text['label-host']['pt-br'] = "Máquina";
@@ -378,6 +392,7 @@ $text['label-domain_name']['fr-ca'] = "Domaine";
$text['label-domain_name']['fr-fr'] = "Domaine";
$text['label-domain_name']['he-il'] = "שם דומיין";
$text['label-domain_name']['it-it'] = "Dominio";
$text['label-domain_name']['ka-ge'] = "დომენის სახელი";
$text['label-domain_name']['nl-nl'] = "Domain Naam";
$text['label-domain_name']['pl-pl'] = "Domena";
$text['label-domain_name']['pt-br'] = "Domínio";
@@ -405,6 +420,7 @@ $text['label-driver']['fr-ca'] = "Pilote";
$text['label-driver']['fr-fr'] = "Pilote";
$text['label-driver']['he-il'] = "נהג";
$text['label-driver']['it-it'] = "Autista";
$text['label-driver']['ka-ge'] = "დრაივერი";
$text['label-driver']['nl-nl'] = "Bestuurder";
$text['label-driver']['pl-pl'] = "Sterownik";
$text['label-driver']['pt-br'] = "Motorista";
@@ -431,6 +447,7 @@ $text['header-install']['fr-ca'] = "Installer";
$text['header-install']['fr-fr'] = "Installer";
$text['header-install']['he-il'] = "להתקין";
$text['header-install']['it-it'] = "Installazione";
$text['header-install']['ka-ge'] = "დაყენება";
$text['header-install']['nl-nl'] = "installatie";
$text['header-install']['pl-pl'] = "Zainstalować";
$text['header-install']['pt-br'] = "Instalar";
@@ -457,6 +474,7 @@ $text['header-select_language']['fr-ca'] = "Sélectionnez la langue";
$text['header-select_language']['fr-fr'] = "Sélectionnez la langue";
$text['header-select_language']['he-il'] = "בחר שפה";
$text['header-select_language']['it-it'] = "Seleziona Lingua";
$text['header-select_language']['ka-ge'] = "აირჩიეთ ენა";
$text['header-select_language']['nl-nl'] = "Select Langu";
$text['header-select_language']['pl-pl'] = "Wybierz język";
$text['header-select_language']['pt-br'] = "Selecione o idioma";
@@ -483,6 +501,7 @@ $text['header-event_socket']['fr-ca'] = "Configuration du socket d'événement";
$text['header-event_socket']['fr-fr'] = "Configuration du socket d'événement";
$text['header-event_socket']['he-il'] = "תצורת שקע אירועים";
$text['header-event_socket']['it-it'] = "Configurazione degli eventi Socket";
$text['header-event_socket']['ka-ge'] = "მოვლენების სოკეტის მორგება";
$text['header-event_socket']['nl-nl'] = "Event Socket-configuratie";
$text['header-event_socket']['pl-pl'] = "Zdarzenie Gniazdo Konfiguracja";
$text['header-event_socket']['pt-br'] = "Configuração soquete evento";
@@ -509,6 +528,7 @@ $text['header-config_detail']['fr-ca'] = "Configuration Admin";
$text['header-config_detail']['fr-fr'] = "Configuration Admin";
$text['header-config_detail']['he-il'] = "תצורת מנהל מערכת";
$text['header-config_detail']['it-it'] = "Configurazione Amministratore";
$text['header-config_detail']['ka-ge'] = "ადმინისტრატორის კონფიგურაცია";
$text['header-config_detail']['nl-nl'] = "Admin Configu";
$text['header-config_detail']['pl-pl'] = "Konfiguracja Admin";
$text['header-config_detail']['pt-br'] = "Configuração de administrador";
@@ -535,6 +555,7 @@ $text['header-config_database']['fr-ca'] = "Configuration de base de données";
$text['header-config_database']['fr-fr'] = "Configuration de base de données";
$text['header-config_database']['he-il'] = "תצורת מסד נתונים";
$text['header-config_database']['it-it'] = "Configurazione Database";
$text['header-config_database']['ka-ge'] = "მონაცემთა ბაზების მორგება";
$text['header-config_database']['nl-nl'] = "Database Configuratie";
$text['header-config_database']['pl-pl'] = "Konfiguracja bazy danych";
$text['header-config_database']['pt-br'] = "Configuration Database";
@@ -561,6 +582,7 @@ $text['header-installing']['fr-ca'] = "Installez exécution";
$text['header-installing']['fr-fr'] = "Installez exécution";
$text['header-installing']['he-il'] = "ביצוע התקנה";
$text['header-installing']['it-it'] = "Installazione in corso";
$text['header-installing']['ka-ge'] = "მიმდინარეობს დაყენება";
$text['header-installing']['nl-nl'] = "Installeren uitvoeren";
$text['header-installing']['pl-pl'] = "Wykonywanie Install";
$text['header-installing']['pt-br'] = "Execução Instalar";
@@ -587,6 +609,7 @@ $text['description-event_host']['fr-ca'] = "Entrez le socket nom d'hôte de l'é
$text['description-event_host']['fr-fr'] = "Entrez le socket nom d'hôte de l'événement ou de l'adresse IP.";
$text['description-event_host']['he-il'] = "הזן את שם המארח של שקע האירוע או כתובת ה-IP.";
$text['description-event_host']['it-it'] = "Inserisci il nome host o l'indirizzo IP per gli eventi socket.";
$text['description-event_host']['ka-ge'] = "შეიყვანეთ მოვლენების სოკეტს ჰოსტის სახელი ან IP მისამართი.";
$text['description-event_host']['nl-nl'] = "Voer de hostnaam of het IP-adres van de event-socket in.";
$text['description-event_host']['pl-pl'] = "Wprowadź nazwę hosta gniazda wydarzenie lub adres IP.";
$text['description-event_host']['pt-br'] = "Digite o nome do host tomada evento ou endereço IP.";
@@ -613,6 +636,7 @@ $text['description-event_port']['fr-ca'] = "Entrez le numéro cas de port du soc
$text['description-event_port']['fr-fr'] = "Entrez le numéro cas de port du socket.";
$text['description-event_port']['he-il'] = "הזן את מספר יציאת שקע האירוע.";
$text['description-event_port']['it-it'] = "Inseriesci il numero porta per gli eventi socket.";
$text['description-event_port']['ka-ge'] = "შეიყვანეთ მოვლენების სოკეტის პორტის ნომერი.";
$text['description-event_port']['nl-nl'] = "Voer het poortnummer van de event-socket in.";
$text['description-event_port']['pl-pl'] = "Wprowadź numer portu gniazda zdarzenia.";
$text['description-event_port']['pt-br'] = "Digite o número do evento porta de soquete.";
@@ -639,6 +663,7 @@ $text['description-event_password']['fr-ca'] = "Saisissez la prise de mot de pas
$text['description-event_password']['fr-fr'] = "Saisissez la prise de mot de passe de l'événement.";
$text['description-event_password']['he-il'] = "הזן את סיסמת שקע האירוע.";
$text['description-event_password']['it-it'] = "Inserisci la password per gli eventi socket.";
$text['description-event_password']['ka-ge'] = "შეიყვანეთ მოვლენების სოკეტის პაროლი.";
$text['description-event_password']['nl-nl'] = "Voer het wachtwoord voor de event-socket in.";
$text['description-event_password']['pl-pl'] = "Wprowadź hasło gniazda zdarzenia.";
$text['description-event_password']['pt-br'] = "Digite tomada a senha evento.";
@@ -665,6 +690,7 @@ $text['description-username']['fr-ca'] = "Entrer le nom d'utilisateur de la Base
$text['description-username']['fr-fr'] = "Entrer le nom d'utilisateur de la Base de données.";
$text['description-username']['he-il'] = "הזן את שם המשתמש של מסד הנתונים.";
$text['description-username']['it-it'] = "Inserisci il nome utente del database.";
$text['description-username']['ka-ge'] = "შეიყვანეთ მონაცემთა ბაზის მომხმარებლის სახელი.";
$text['description-username']['nl-nl'] = "Voer de gebruikersnaam van de database in.";
$text['description-username']['pl-pl'] = "Wprowadź nazwę użytkownika";
$text['description-username']['pt-br'] = "Insira o nome do usuário";
@@ -691,6 +717,7 @@ $text['description-type']['fr-ca'] = "Choisir le type de Base de données.";
$text['description-type']['fr-fr'] = "Choisir le type de Base de données.";
$text['description-type']['he-il'] = "בחר את סוג מסד הנתונים.";
$text['description-type']['it-it'] = "Seleziona il tipo di database.";
$text['description-type']['ka-ge'] = "აირჩიეთ მონაცემთა ბაზის ტიპი.";
$text['description-type']['nl-nl'] = "Selecteer het database type.";
$text['description-type']['pl-pl'] = "Wprowadź rodzaj bazy danych";
$text['description-type']['pt-br'] = "Introduza o tipo de definição.";
@@ -717,6 +744,7 @@ $text['description-port']['fr-ca'] = "Entrer le numéro de port.";
$text['description-port']['fr-fr'] = "Entrer le numéro de port.";
$text['description-port']['he-il'] = "הזן את מספר היציאה.";
$text['description-port']['it-it'] = "Inserisci il numero di porta.";
$text['description-port']['ka-ge'] = "შეიყვანეთ პორტის ნომერი.";
$text['description-port']['nl-nl'] = "Voer het poortnummer in.";
$text['description-port']['pl-pl'] = "Wprowadź numer portu";
$text['description-port']['pt-br'] = "Insira o número da porta";
@@ -743,6 +771,7 @@ $text['description-path']['fr-ca'] = "Entrer le chemin du fichier Base de donné
$text['description-path']['fr-fr'] = "Entrer le chemin du fichier Base de données (Spécifique SQLite).";
$text['description-path']['he-il'] = "הזן את נתיב קובץ מסד הנתונים (SQLite בלבד).";
$text['description-path']['it-it'] = "Inserisci il percorso del database (solo SQLite).";
$text['description-path']['ka-ge'] = "შეყვანეთ მონაცემთა ბაზის ფაილის ბილიკი (მხოლოდ SQLite-სთვის).";
$text['description-path']['nl-nl'] = "Voer het databasebestandspad in.";
$text['description-path']['pl-pl'] = "Wprowadź ścieżkę do pliku bazy danych (tylko SQLite)";
$text['description-path']['pt-br'] = "Insira o caminho da base de dados (SQLite)";
@@ -769,6 +798,7 @@ $text['description-password']['fr-ca'] = "Entrer le mot de passe pour la Base de
$text['description-password']['fr-fr'] = "Entrer le mot de passe pour la Base de données.";
$text['description-password']['he-il'] = "הזן את סיסמת מסד הנתונים.";
$text['description-password']['it-it'] = "Inserisci la password del database.";
$text['description-password']['ka-ge'] = "შეიყვანეთ მონაცემთა ბაზის პაროლი.";
$text['description-password']['nl-nl'] = "Voer het database wachtwoord in.";
$text['description-password']['pl-pl'] = "Wpisz hasło";
$text['description-password']['pt-br'] = "Introduza a senha";
@@ -795,6 +825,7 @@ $text['description-name']['fr-ca'] = "Entrer le nom de la Base de données.";
$text['description-name']['fr-fr'] = "Entrer le nom de la Base de données.";
$text['description-name']['he-il'] = "הזן את שם מסד הנתונים.";
$text['description-name']['it-it'] = "Inserisci il nome del database.";
$text['description-name']['ka-ge'] = "შეიყვანეთ მონაცემთა ბაზის სახელი.";
$text['description-name']['nl-nl'] = "Voer de database naam in.";
$text['description-name']['pl-pl'] = "Wprowadź nazwę bazy danych.";
$text['description-name']['pt-br'] = "Insira o nome do menu";
@@ -821,6 +852,7 @@ $text['description-host']['fr-ca'] = "Entrer le nom de l'hôte.";
$text['description-host']['fr-fr'] = "Entrer le nom de l'hôte.";
$text['description-host']['he-il'] = "הזן את שם המארח.";
$text['description-host']['it-it'] = "Inserisci il nome host.";
$text['description-host']['ka-ge'] = "შეიყვანეთ ჰოსტის სახელი.";
$text['description-host']['nl-nl'] = "Voer de hostnaam in.";
$text['description-host']['pl-pl'] = "Wprowadź nazwę hosta.";
$text['description-host']['pt-br'] = "Insira o nome da máquina ";
@@ -847,6 +879,7 @@ $text['description-driver']['fr-ca'] = "Choisir le driver de la Base de données
$text['description-driver']['fr-fr'] = "Choisir le driver de la Base de données.";
$text['description-driver']['he-il'] = "בחר את מנהל ההתקן של מסד הנתונים.";
$text['description-driver']['it-it'] = "Seleziona il driver del database.";
$text['description-driver']['ka-ge'] = "აირჩიეთ მონაცემთა ბაზის დრაივერი.";
$text['description-driver']['nl-nl'] = "Verkoop de databasechauffeur.";
$text['description-driver']['pl-pl'] = "Wybierz sterownik bazy danych.";
$text['description-driver']['pt-br'] = "Escolha o driver da base de dados";
@@ -873,6 +906,7 @@ $text['description-install']['fr-ca'] = "Sélectionnez l'action ci-dessous que v
$text['description-install']['fr-fr'] = "Sélectionnez l'action ci-dessous que vous souhaitez effectuer.";
$text['description-install']['he-il'] = "בחר את הפעולה למטה שברצונך לבצע.";
$text['description-install']['it-it'] = "Seleziona l'azione che si vuole eseguire.";
$text['description-install']['ka-ge'] = "აირჩეთ ქვემოთ ქმედება, რომლის შესრულებაც გნებავთ.";
$text['description-install']['nl-nl'] = "Selecteer hieronder de actie die u wilt uitvoeren.";
$text['description-install']['pl-pl'] = "Wybierz opcje, które chcesz wykonać.";
$text['description-install']['pt-br'] = "Seleciona as ações abaixo que deseja executar ";
@@ -899,6 +933,7 @@ $text['description-database-edit']['fr-ca'] = "Informations de connexion à la B
$text['description-database-edit']['fr-fr'] = "Informations de connexion à la Base";
$text['description-database-edit']['he-il'] = "מידע על חיבור מסד נתונים.";
$text['description-database-edit']['it-it'] = "Informazioni di connessione al Database.";
$text['description-database-edit']['ka-ge'] = "მონაცემთა ბაზასთან კავშირის ინფორმაცია.";
$text['description-database-edit']['nl-nl'] = "Informatie over databaseverbinding.";
$text['description-database-edit']['pl-pl'] = "Informacje o połączeniach z bazą danych.";
$text['description-database-edit']['pt-br'] = "Informações da ligação na base de dados";
@@ -925,6 +960,7 @@ $text['description-database-add']['fr-ca'] = "Informations de connexion à la Ba
$text['description-database-add']['fr-fr'] = "Informations de connexion à la Base de donnée.";
$text['description-database-add']['he-il'] = "מידע על חיבור מסד נתונים.";
$text['description-database-add']['it-it'] = "Informazioni di connessione al Database.";
$text['description-database-add']['ka-ge'] = "მონაცემთა ბაზასთან კავშირის ინფორმაცია.";
$text['description-database-add']['nl-nl'] = "Informatie over databaseverbinding.";
$text['description-database-add']['pl-pl'] = "Informacje o połączeniach z bazą danych.";
$text['description-database-add']['pt-br'] = "Informações da ligação na base de dados";
@@ -951,6 +987,7 @@ $text['description-select_language']['fr-ca'] = "S'il vous plaît choisir la lan
$text['description-select_language']['fr-fr'] = "S'il vous plaît choisir la langue que vous souhaitez utiliser";
$text['description-select_language']['he-il'] = "אנא בחר את השפה שבה ברצונך להשתמש";
$text['description-select_language']['it-it'] = "Per favore seleziona la lingua che desideri usare";
$text['description-select_language']['ka-ge'] = "აირჩიეთ სასურველი ენა";
$text['description-select_language']['nl-nl'] = "Kies alsjeblieft de taal die je wilt gebruiken";
$text['description-select_language']['pl-pl'] = "Wybierz język, którego chcesz używać";
$text['description-select_language']['pt-br'] = "Por favor, selecione o idioma que deseja usar";
@@ -977,6 +1014,7 @@ $text['button-detect']['fr-ca'] = "Détecter Configuration";
$text['button-detect']['fr-fr'] = "Détecter Configuration";
$text['button-detect']['he-il'] = "זיהוי תצורה";
$text['button-detect']['it-it'] = "Rileva Configurazione";
$text['button-detect']['ka-ge'] = "კონფიგურაციის აღმოჩენა";
$text['button-detect']['nl-nl'] = "Detect Configuratie";
$text['button-detect']['pl-pl'] = "Wykrywanie Konfiguracja";
$text['button-detect']['pt-br'] = "Detectar Configuração";
@@ -1003,6 +1041,7 @@ $text['button-select']['fr-ca'] = "Sélectionner";
$text['button-select']['fr-fr'] = "Sélectionner";
$text['button-select']['he-il'] = "בחר";
$text['button-select']['it-it'] = "Seleziona";
$text['button-select']['ka-ge'] = "აირჩიეთ";
$text['button-select']['nl-nl'] = "Selecteer";
$text['button-select']['pl-pl'] = "Wybierz";
$text['button-select']['pt-br'] = "Selecionar";