mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -20,6 +20,7 @@
|
||||
$apps[$x]['description']['fr-fr'] = "Gestion des guides vocaux principalement utilisés dans les RVI";
|
||||
$apps[$x]['description']['he-il'] = "";
|
||||
$apps[$x]['description']['it-it'] = "";
|
||||
$apps[$x]['description']['ka-ge'] = "მართეთ ჩანაწერები. ძირითადად გამოიყენება IVR მენიუებისთვის.";
|
||||
$apps[$x]['description']['nl-nl'] = "Beheer opnamen met name gebruikt in een IVR.";
|
||||
$apps[$x]['description']['pl-pl'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
@@ -13,6 +13,7 @@ $text['title-edit']['fr-ca'] = "Guides vocaux";
|
||||
$text['title-edit']['fr-fr'] = "Guides vocaux";
|
||||
$text['title-edit']['he-il'] = "קובץ מדיה";
|
||||
$text['title-edit']['it-it'] = "Registrazioni Audio";
|
||||
$text['title-edit']['ka-ge'] = "ჩანაწერი";
|
||||
$text['title-edit']['nl-nl'] = "Opname";
|
||||
$text['title-edit']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$text['title-edit']['pt-br'] = "Gravações";
|
||||
@@ -39,6 +40,7 @@ $text['title-add']['fr-ca'] = "Ajouter un guide vocal";
|
||||
$text['title-add']['fr-fr'] = "Ajouter un guide vocal";
|
||||
$text['title-add']['he-il'] = "הוסף קבצי מדיה";
|
||||
$text['title-add']['it-it'] = "Inserire Registrazione";
|
||||
$text['title-add']['ka-ge'] = "ჩანაწერის დამატება";
|
||||
$text['title-add']['nl-nl'] = "Voeg opname toe";
|
||||
$text['title-add']['pl-pl'] = "Dodaj nagrywanie rozmów";
|
||||
$text['title-add']['pt-br'] = "Adicionar gravação";
|
||||
@@ -65,6 +67,7 @@ $text['title-recordings']['fr-ca'] = "Guides vocaux";
|
||||
$text['title-recordings']['fr-fr'] = "Guides vocaux";
|
||||
$text['title-recordings']['he-il'] = "קבצי מדיה";
|
||||
$text['title-recordings']['it-it'] = "Registrazioni";
|
||||
$text['title-recordings']['ka-ge'] = "ჩანაწერები";
|
||||
$text['title-recordings']['nl-nl'] = "Opnamen";
|
||||
$text['title-recordings']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$text['title-recordings']['pt-br'] = "Configurações da Conta";
|
||||
@@ -91,6 +94,7 @@ $text['message-uploaded']['fr-ca'] = "Fichier téléchargé";
|
||||
$text['message-uploaded']['fr-fr'] = "Fichier téléchargé";
|
||||
$text['message-uploaded']['he-il'] = "הקובץ הועלה";
|
||||
$text['message-uploaded']['it-it'] = "File Caricato";
|
||||
$text['message-uploaded']['ka-ge'] = "ფაილის ატვირთვა";
|
||||
$text['message-uploaded']['nl-nl'] = "Bestand opsturen";
|
||||
$text['message-uploaded']['pl-pl'] = "Dodany Plik";
|
||||
$text['message-uploaded']['pt-br'] = "Arquivo Enviado";
|
||||
@@ -117,6 +121,7 @@ $text['label-uploaded']['fr-ca'] = "Envoyé";
|
||||
$text['label-uploaded']['fr-fr'] = "Envoyé";
|
||||
$text['label-uploaded']['he-il'] = "הוטען";
|
||||
$text['label-uploaded']['it-it'] = "Caricato";
|
||||
$text['label-uploaded']['ka-ge'] = "აიტვირთა";
|
||||
$text['label-uploaded']['nl-nl'] = "Opsturen";
|
||||
$text['label-uploaded']['pl-pl'] = "Przesłano";
|
||||
$text['label-uploaded']['pt-br'] = "Carregado";
|
||||
@@ -143,6 +148,7 @@ $text['label-upload']['fr-ca'] = "Chemin du fichier";
|
||||
$text['label-upload']['fr-fr'] = "Chemin du fichier";
|
||||
$text['label-upload']['he-il'] = "נתיב הקובץ";
|
||||
$text['label-upload']['it-it'] = "Percorso File";
|
||||
$text['label-upload']['ka-ge'] = "ფაილის ბილიკი";
|
||||
$text['label-upload']['nl-nl'] = "Bestandspad";
|
||||
$text['label-upload']['pl-pl'] = "Ścieżka do pliku";
|
||||
$text['label-upload']['pt-br'] = "Carregando arquivo";
|
||||
@@ -169,6 +175,7 @@ $text['label-tools']['fr-ca'] = "Outils";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "כלים";
|
||||
$text['label-tools']['it-it'] = "Strumenti";
|
||||
$text['label-tools']['ka-ge'] = "ხელსაწყოები";
|
||||
$text['label-tools']['nl-nl'] = "Gereedschappen";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
@@ -195,6 +202,7 @@ $text['label-recording_name']['fr-ca'] = "Nom de l'enregistrement";
|
||||
$text['label-recording_name']['fr-fr'] = "Nom de l'enregistrement";
|
||||
$text['label-recording_name']['he-il'] = "שם הקובץ מדיה";
|
||||
$text['label-recording_name']['it-it'] = "Nome Registrazione";
|
||||
$text['label-recording_name']['ka-ge'] = "ჩანაწერის სახელი";
|
||||
$text['label-recording_name']['nl-nl'] = "Opnamenaam";
|
||||
$text['label-recording_name']['pl-pl'] = "Nazwa nagrania";
|
||||
$text['label-recording_name']['pt-br'] = "Nome da gravação";
|
||||
@@ -221,6 +229,7 @@ $text['label-play']['fr-ca'] = "Jouer";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-play']['he-il'] = "נגן";
|
||||
$text['label-play']['it-it'] = "Riproduci";
|
||||
$text['label-play']['ka-ge'] = "დაკვრა";
|
||||
$text['label-play']['nl-nl'] = "Afspelen";
|
||||
$text['label-play']['pl-pl'] = "Odtwórz";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
@@ -247,6 +256,7 @@ $text['label-pause']['fr-ca'] = "Pause";
|
||||
$text['label-pause']['fr-fr'] = "Pause";
|
||||
$text['label-pause']['he-il'] = "השהה";
|
||||
$text['label-pause']['it-it'] = "Pausa";
|
||||
$text['label-pause']['ka-ge'] = "შეჩერება";
|
||||
$text['label-pause']['nl-nl'] = "Pauze";
|
||||
$text['label-pause']['pl-pl'] = "Pauza";
|
||||
$text['label-pause']['pt-br'] = "Pausado";
|
||||
@@ -273,6 +283,7 @@ $text['label-file_name']['fr-ca'] = "Nom du Fichier";
|
||||
$text['label-file_name']['fr-fr'] = "Nom du Fichier";
|
||||
$text['label-file_name']['he-il'] = "שם קובץ מדיה";
|
||||
$text['label-file_name']['it-it'] = "Nome File";
|
||||
$text['label-file_name']['ka-ge'] = "ფაილის სახელი";
|
||||
$text['label-file_name']['nl-nl'] = "Bestandsnaam";
|
||||
$text['label-file_name']['pl-pl'] = "Nazwa pliku";
|
||||
$text['label-file_name']['pt-br'] = "Nome do arquivo";
|
||||
@@ -299,6 +310,7 @@ $text['description-file_name']['fr-ca'] = "Entrez le nom du fichier.";
|
||||
$text['description-file_name']['fr-fr'] = "Entrez le nom du fichier.";
|
||||
$text['description-file_name']['he-il'] = "הזן את שם הקובץ.";
|
||||
$text['description-file_name']['it-it'] = "Immettere il nome del file.";
|
||||
$text['description-file_name']['ka-ge'] = "შეიყვანეთ ფაილის სახელი.";
|
||||
$text['description-file_name']['nl-nl'] = "Voer de bestandsnaam in.";
|
||||
$text['description-file_name']['pl-pl'] = "Wprowadź nazwę pliku.";
|
||||
$text['description-file_name']['pt-br'] = "Digite o nome do arquivo.";
|
||||
@@ -325,6 +337,7 @@ $text['label-file_size']['fr-ca'] = "Taille du fichier";
|
||||
$text['label-file_size']['fr-fr'] = "Taille du fichier";
|
||||
$text['label-file_size']['he-il'] = "גודל קובץ";
|
||||
$text['label-file_size']['it-it'] = "Dimensioni File";
|
||||
$text['label-file_size']['ka-ge'] = "ფაილიზ ზომა";
|
||||
$text['label-file_size']['nl-nl'] = "Bestandsomvang";
|
||||
$text['label-file_size']['pl-pl'] = "Rozmiar pliku";
|
||||
$text['label-file_size']['pt-br'] = "Tamanho do arquivo";
|
||||
@@ -351,6 +364,7 @@ $text['label-size']['fr-ca'] = "Taille du fichier";
|
||||
$text['label-size']['fr-fr'] = "Taille du fichier";
|
||||
$text['label-size']['he-il'] = "גודל";
|
||||
$text['label-size']['it-it'] = "Dimensioni File";
|
||||
$text['label-size']['ka-ge'] = "ზომა";
|
||||
$text['label-size']['nl-nl'] = "Afmetingen";
|
||||
$text['label-size']['pl-pl'] = "Rozmiar pliku";
|
||||
$text['label-size']['pt-br'] = "Tamanho do arquivo";
|
||||
@@ -377,6 +391,7 @@ $text['label-file']['fr-ca'] = "Nom du fichier (Télécharger)";
|
||||
$text['label-file']['fr-fr'] = "Nom du fichier (Télécharger)";
|
||||
$text['label-file']['he-il'] = "שם קובץ הורדה";
|
||||
$text['label-file']['it-it'] = "Nome File (Scarica)";
|
||||
$text['label-file']['ka-ge'] = "ფაილის სახელი (გადმოწერა)";
|
||||
$text['label-file']['nl-nl'] = "Bestandsnaam (ophalen)";
|
||||
$text['label-file']['pl-pl'] = "Nazwa pliku (pobranie)";
|
||||
$text['label-file']['pt-br'] = "Ficheiro não encontrado";
|
||||
@@ -403,6 +418,7 @@ $text['label-edit_recording']['fr-ca'] = "Merci d'indiquer: nom de l'enregistrem
|
||||
$text['label-edit_recording']['fr-fr'] = "Merci d'indiquer: nom de l'enregistrement (jouer)";
|
||||
$text['label-edit_recording']['he-il'] = "אנא ספק: הקלטת שם הפעלה";
|
||||
$text['label-edit_recording']['it-it'] = "Prego fornire: Nome Registrazione (riproduci)";
|
||||
$text['label-edit_recording']['ka-ge'] = "შეიყვანეთ: ფაილის სახელი (დაკვრა)";
|
||||
$text['label-edit_recording']['nl-nl'] = "Geef aub.: Opename naam (afspelen)";
|
||||
$text['label-edit_recording']['pl-pl'] = "Wprowadź: Nazwę nagrania (do odsłuchania)";
|
||||
$text['label-edit_recording']['pt-br'] = "Por favor indique: Nome da gravação (tocar)";
|
||||
@@ -429,6 +445,7 @@ $text['label-edit_file']['fr-ca'] = "Merci d'indiquer: nom de fichier (Télécha
|
||||
$text['label-edit_file']['fr-fr'] = "Merci d'indiquer: nom de fichier (Télécharger)";
|
||||
$text['label-edit_file']['he-il'] = "אנא ספק: הקלטת שם הורדה";
|
||||
$text['label-edit_file']['it-it'] = "Prego fornire: Nome file (scarica)";
|
||||
$text['label-edit_file']['ka-ge'] = "შეიყვანეთ: ფაილის სახელი (გადმოწერა)";
|
||||
$text['label-edit_file']['nl-nl'] = "Geef aug.: Bestandsnaam (ophalen)";
|
||||
$text['label-edit_file']['pl-pl'] = "Wprowadź: Nazwę pliku (do pobrania)";
|
||||
$text['label-edit_file']['pt-br'] = "Por favor indique: Nome de ficheiro (download)";
|
||||
@@ -455,6 +472,7 @@ $text['label-download']['fr-ca'] = "Télécharger";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-download']['he-il'] = "הורדה";
|
||||
$text['label-download']['it-it'] = "Scaricare";
|
||||
$text['label-download']['ka-ge'] = "გადმოწერა";
|
||||
$text['label-download']['nl-nl'] = "Ophalen";
|
||||
$text['label-download']['pl-pl'] = "Pobierz";
|
||||
$text['label-download']['pt-br'] = "Download";
|
||||
@@ -481,6 +499,7 @@ $text['header']['fr-ca'] = "Télécharger l'enregistrement";
|
||||
$text['header']['fr-fr'] = "Télécharger l'enregistrement";
|
||||
$text['header']['he-il'] = "העלאת הקלטה";
|
||||
$text['header']['it-it'] = "Caricare Registrazione";
|
||||
$text['header']['ka-ge'] = "ჩანაწერის ატვირთვა";
|
||||
$text['header']['nl-nl'] = "Opsturen opname";
|
||||
$text['header']['pl-pl'] = "Wyślij nagranie";
|
||||
$text['header']['pt-br'] = "Carregadr gravações";
|
||||
@@ -507,6 +526,7 @@ $text['label-model']['fr-ca'] = "Modèle";
|
||||
$text['label-model']['fr-fr'] = "Modèle";
|
||||
$text['label-model']['he-il'] = "דֶגֶם";
|
||||
$text['label-model']['it-it'] = "Modello";
|
||||
$text['label-model']['ka-ge'] = "მოდელი";
|
||||
$text['label-model']['nl-nl'] = "Model";
|
||||
$text['label-model']['pl-pl'] = "Model";
|
||||
$text['label-model']['pt-br'] = "Modelo";
|
||||
@@ -533,6 +553,7 @@ $text['description-model']['fr-ca'] = "Sélectionnez le modèle utilisé pour ef
|
||||
$text['description-model']['fr-fr'] = "Sélectionnez le modèle utilisé pour effectuer l'enregistrement.";
|
||||
$text['description-model']['he-il'] = "בחר את הדגם המשמש לביצוע ההקלטה.";
|
||||
$text['description-model']['it-it'] = "Seleziona il modello utilizzato per effettuare la registrazione.";
|
||||
$text['description-model']['ka-ge'] = "აირჩიეთ მოდელი, რომელიც გამოიყენება ჩანაწერისთვის.";
|
||||
$text['description-model']['nl-nl'] = "Selecteer het model dat wordt gebruikt om de opname te maken.";
|
||||
$text['description-model']['pl-pl'] = "Wybierz model, który będzie używany do nagrywania.";
|
||||
$text['description-model']['pt-br'] = "Selecione o modelo que será utilizado para fazer a gravação.";
|
||||
@@ -559,6 +580,7 @@ $text['label-voice']['fr-ca'] = "Voix";
|
||||
$text['label-voice']['fr-fr'] = "Voix";
|
||||
$text['label-voice']['he-il'] = "קוֹל";
|
||||
$text['label-voice']['it-it'] = "Voce";
|
||||
$text['label-voice']['ka-ge'] = "ხმა";
|
||||
$text['label-voice']['nl-nl'] = "Stem";
|
||||
$text['label-voice']['pl-pl'] = "Głos";
|
||||
$text['label-voice']['pt-br'] = "Voz";
|
||||
@@ -585,6 +607,7 @@ $text['description-voice']['fr-ca'] = "Sélectionnez la voix utilisée pour effe
|
||||
$text['description-voice']['fr-fr'] = "Sélectionnez la voix utilisée pour effectuer l'enregistrement.";
|
||||
$text['description-voice']['he-il'] = "בחר את הקול המשמש לביצוע ההקלטה.";
|
||||
$text['description-voice']['it-it'] = "Seleziona la voce utilizzata per effettuare la registrazione.";
|
||||
$text['description-voice']['ka-ge'] = "აირჩიეთ ხმა, რომელიც ჩანაწერის შესაქმნელად გამოიყენება.";
|
||||
$text['description-voice']['nl-nl'] = "Selecteer de stem die wordt gebruikt om de opname te maken.";
|
||||
$text['description-voice']['pl-pl'] = "Wybierz głos, który zostanie użyty do nagrania.";
|
||||
$text['description-voice']['pt-br'] = "Selecione a voz usada para fazer a gravação.";
|
||||
@@ -611,6 +634,7 @@ $text['label-message']['fr-ca'] = "Message";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "הוֹדָעָה";
|
||||
$text['label-message']['it-it'] = "Messaggio";
|
||||
$text['label-message']['ka-ge'] = "შეტყობინება";
|
||||
$text['label-message']['nl-nl'] = "Bericht";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
@@ -637,6 +661,7 @@ $text['description-message']['fr-ca'] = "Le message d'enregistrement.";
|
||||
$text['description-message']['fr-fr'] = "Le message d'enregistrement.";
|
||||
$text['description-message']['he-il'] = "הודעת ההקלטה.";
|
||||
$text['description-message']['it-it'] = "Il messaggio registrato.";
|
||||
$text['description-message']['ka-ge'] = "ჩანაწერს შეტყობინება.";
|
||||
$text['description-message']['nl-nl'] = "Het opnamebericht.";
|
||||
$text['description-message']['pl-pl'] = "Nagrana wiadomość.";
|
||||
$text['description-message']['pt-br'] = "A mensagem de gravação.";
|
||||
@@ -663,6 +688,7 @@ $text['label-create_recording']['fr-ca'] = "Mise à jour";
|
||||
$text['label-create_recording']['fr-fr'] = "Mise à jour";
|
||||
$text['label-create_recording']['he-il'] = "לְעַדְכֵּן";
|
||||
$text['label-create_recording']['it-it'] = "Aggiornamento";
|
||||
$text['label-create_recording']['ka-ge'] = "განახლების შეტყობინება";
|
||||
$text['label-create_recording']['nl-nl'] = "Update";
|
||||
$text['label-create_recording']['pl-pl'] = "Aktualizacja";
|
||||
$text['label-create_recording']['pt-br'] = "Atualizar";
|
||||
@@ -689,6 +715,7 @@ $text['description-create_recording']['fr-ca'] = "Lorsqu'il est activé, un enre
|
||||
$text['description-create_recording']['fr-fr'] = "Lorsqu'il est activé, un enregistrement sera créé pour remplacer le précédent.";
|
||||
$text['description-create_recording']['he-il'] = "כאשר מופעלת תיווצר הקלטה שתחליף את הקודמת.";
|
||||
$text['description-create_recording']['it-it'] = "Se abilitata, verrà creata una registrazione che sostituirà quella precedente.";
|
||||
$text['description-create_recording']['ka-ge'] = "როცა ჩართულია, ჩანაწერი წინა ჩანაწერს ჩაანაცვლებს.";
|
||||
$text['description-create_recording']['nl-nl'] = "Wanneer deze optie is ingeschakeld, wordt er een opname gemaakt ter vervanging van de vorige.";
|
||||
$text['description-create_recording']['pl-pl'] = "Po włączeniu tej opcji utworzone zostanie nagranie, które zastąpi poprzednie.";
|
||||
$text['description-create_recording']['pt-br'] = "Quando ativado, uma gravação será criada para substituir a anterior.";
|
||||
@@ -715,6 +742,7 @@ $text['description-recording']['fr-ca'] = "Nom de l'enregistrement.";
|
||||
$text['description-recording']['fr-fr'] = "Nom de l'enregistrement.";
|
||||
$text['description-recording']['he-il'] = "שם להקלטה לא מנותח.";
|
||||
$text['description-recording']['it-it'] = "Un nome per la registrazione.";
|
||||
$text['description-recording']['ka-ge'] = "ჩანაწერის სახელი.";
|
||||
$text['description-recording']['nl-nl'] = "Een naam voor de opname.";
|
||||
$text['description-recording']['pl-pl'] = "Nazwa nagrania.";
|
||||
$text['description-recording']['pt-br'] = "Nome da gravação:";
|
||||
@@ -741,6 +769,7 @@ $text['description-file']['fr-ca'] = "Nom du fichier. exemple.wav";
|
||||
$text['description-file']['fr-fr'] = "Nom du fichier. exemple.wav";
|
||||
$text['description-file']['he-il'] = "שם הקובץ. example.wav";
|
||||
$text['description-file']['it-it'] = "Nome del file. (es. nome.wav)";
|
||||
$text['description-file']['ka-ge'] = "ფაილის სახელი. example.wav";
|
||||
$text['description-file']['nl-nl'] = "Naam van het bestand";
|
||||
$text['description-file']['pl-pl'] = "Nazwa pliku: przykład.wav";
|
||||
$text['description-file']['pt-br'] = "Nome do arquivo: exemplo.wav";
|
||||
@@ -767,6 +796,7 @@ $text['description']['fr-ca'] = "Pour créer un guide vocal, composer le *732 ou
|
||||
$text['description']['fr-fr'] = "Pour créer un guide vocal, composer le *732 ou créer un fichier audio WAV 16bit 8khz/16khz Mono et ensuite le copier dans le répertoire qui suit. Rafraîchir ensuite cette page pour le voir apparaitre.";
|
||||
$text['description']['he-il'] = "חייג * 732 ליצירת הקלטה, או (לקבלת התוצאות הטובות ביותר) העלה קובץ WAV מונו בגודל 16bit 8khz / 16khz";
|
||||
$text['description']['it-it'] = "Chiamare *732 per creare una registrazione, o (per un risultato migliore) caricare file WAV a 16bit 8khz/16khz mono.";
|
||||
$text['description']['ka-ge'] = "ჩანაწერის შექმნისთვის დარეკეთ ნომერზე *732, ან (უკეთესი შედეგებისთვის) ატვირთეთ 16-ბიტიანი 8/16 კჰც მონო WAV ფაილი.";
|
||||
$text['description']['nl-nl'] = "Kies *732 om een opname te maken, of voor betere resultaten, stuur een 16bit 8kHz/16kHz mono WAV bestand op.";
|
||||
$text['description']['pl-pl'] = "Aby stworzyć własne nagranie wybierz *732 z klawiatury telefonu lub stwórz plik audio w formacie WAV o następujących parametrach: 16bit 8khz/16khz Mono, a następnie skopiuj go do odpowiedniego katalogu i odśwież, aby go odsłuchać.";
|
||||
$text['description']['pt-br'] = "Disque *732 para criar uma gravação ou (para obter melhores resultados) carregue um arquivo WAV mono de 16 bits 8 khz/16 khz.";
|
||||
@@ -793,6 +823,7 @@ $text['description-with_password']['fr-ca'] = "Pour créer un guide vocal, compo
|
||||
$text['description-with_password']['fr-fr'] = "Pour créer un guide vocal, composer le *732 ou créer un fichier audio WAV 16bit 8khz/16khz Mono et ensuite le copier dans le répertoire qui suit. Rafraîchir ensuite cette page pour le voir apparaitre.";
|
||||
$text['description-with_password']['he-il'] = "חייג *732 והזן את הסיסמה ||RECORDING_PASSWORD||, ואחריה מספר ליצירת ההקלטה. לחלופין, לתוצאות הטובות ביותר, העלה קובץ WAV מונו של 16bit 8khz/16khz.";
|
||||
$text['description-with_password']['it-it'] = "Comporre *732 e inserire la password ||RECORDING_PASSWORD||, seguita da un numero per la registrazione da creare. Oppure, per ottenere i migliori risultati, carica un file WAV mono a 16 bit 8 khz/16 khz.";
|
||||
$text['description-with_password']['ka-ge'] = "აკრიფეთ *732 და შეიყვანეთ პაროლი ||RECORDING_PASSWORD||, რომელსაც მოჰყვება ნომერი ჩანაწერს შექმნისთვის. ან, საუკეთესო შედეგებისთვის, ატვირთეთ 16 ბიტიანი 8/16 კჰც მონო WAV ფაილი.";
|
||||
$text['description-with_password']['nl-nl'] = "Kies *732 en voer het wachtwoord ||RECORDING_PASSWORD|| in, gevolgd door een nummer om de opname te maken. Of upload voor het beste resultaat een 16bit 8khz/16khz mono WAV-bestand.";
|
||||
$text['description-with_password']['pl-pl'] = "Aby stworzyć własne nagranie wybierz *732 z klawiatury telefonu lub stwórz plik audio w formacie WAV o następujących parametrach: 16bit 8khz/16khz Mono, a następnie skopiuj go do odpowiedniego katalogu i odśwież, aby go odsłuchać.";
|
||||
$text['description-with_password']['pt-br'] = "Disque *732 e digite a senha ||RECORDING_PASSWORD||, seguida de um número para a gravação a ser criada. Ou, para obter melhores resultados, carregue um arquivo WAV mono de 16 bits 8khz/16khz.";
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
|
||||
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ჩანაწერები";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
|
||||
Reference in New Issue
Block a user