2013-09-21 10:40:50 +02:00
< ? php
2015-04-08 15:38:58 +02:00
$text [ 'title-edit' ][ 'en-us' ] = " Recording " ;
$text [ 'title-edit' ][ 'es-cl' ] = " Grabación " ;
$text [ 'title-edit' ][ 'pt-pt' ] = " Gravação " ;
$text [ 'title-edit' ][ 'fr-fr' ] = " Guide " ;
$text [ 'title-edit' ][ 'pt-br' ] = " Gravações " ;
$text [ 'title-edit' ][ 'pl' ] = " Nagrywanie rozmów " ;
2015-05-01 13:13:39 +02:00
$text [ 'title-edit' ][ 'sv-se' ] = " Inspelning " ;
$text [ 'title-edit' ][ 'uk' ] = " Запис " ;
2015-04-08 15:38:58 +02:00
$text [ 'title-add' ][ 'en-us' ] = " Add Recording " ;
$text [ 'title-add' ][ 'es-cl' ] = " Agregar Grabación " ;
$text [ 'title-add' ][ 'pt-pt' ] = " Adicionar Gravação " ;
$text [ 'title-add' ][ 'fr-fr' ] = " Ajouter un Guide " ;
$text [ 'title-add' ][ 'pt-br' ] = " Adicionar gravação " ;
$text [ 'title-add' ][ 'pl' ] = " Dodaj nagrywanie rozmów " ;
2015-05-01 13:13:39 +02:00
$text [ 'title-add' ][ 'sv-se' ] = " Lägg Till Inspelning " ;
$text [ 'title-add' ][ 'uk' ] = " Додати запис " ;
2015-04-08 15:38:58 +02:00
$text [ 'title' ][ 'en-us' ] = " Recordings " ;
$text [ 'title' ][ 'es-cl' ] = " Grabaciones " ;
$text [ 'title' ][ 'pt-pt' ] = " Gravações " ;
$text [ 'title' ][ 'fr-fr' ] = " Guides Vocaux " ;
$text [ 'title' ][ 'pt-br' ] = " Configurações da Conta " ;
2015-05-01 13:13:39 +02:00
$text [ 'title' ][ 'pl' ] = " Nagrywanie rozmów " ;
$text [ 'title' ][ 'sv-se' ] = " Inspelningar " ;
$text [ 'title' ][ 'uk' ] = " Записи " ;
2015-04-08 15:38:58 +02:00
2015-04-23 10:41:05 +02:00
$text [ 'message-uploaded' ][ 'en-us' ] = " File Uploaded " ;
$text [ 'message-uploaded' ][ 'es-cl' ] = " Subida de Archivos " ;
$text [ 'message-uploaded' ][ 'pt-pt' ] = " Arquivo Enviado " ;
$text [ 'message-uploaded' ][ 'fr-fr' ] = " Fichier Téléchargé " ;
$text [ 'message-uploaded' ][ 'pt-br' ] = " Arquivo Enviado " ;
$text [ 'message-uploaded' ][ 'pl' ] = " Dodany Plik " ;
2015-05-01 13:13:39 +02:00
$text [ 'message-uploaded' ][ 'sv-se' ] = " File Uppladdade " ;
$text [ 'message-uploaded' ][ 'uk' ] = " файл Завантажено " ;
2015-04-08 15:38:58 +02:00
$text [ 'message-update' ][ 'en-us' ] = " Update Complete " ;
$text [ 'message-update' ][ 'es-cl' ] = " Actualización Completada " ;
$text [ 'message-update' ][ 'pt-pt' ] = " Actualização Efectuada " ;
$text [ 'message-update' ][ 'fr-fr' ] = " Mis à jour " ;
$text [ 'message-update' ][ 'pt-br' ] = " Atualização Efetuada " ;
$text [ 'message-update' ][ 'pl' ] = " Zaktualizowano poprawnie " ;
2015-05-01 13:13:39 +02:00
$text [ 'message-update' ][ 'sv-se' ] = " Uppdatering Klar " ;
$text [ 'message-update' ][ 'uk' ] = " Оновлення завершено " ;
2015-04-08 15:38:58 +02:00
$text [ 'message-delete' ][ 'en-us' ] = " Delete Complete " ;
$text [ 'message-delete' ][ 'es-cl' ] = " Eliminación Completa " ;
$text [ 'message-delete' ][ 'pt-pt' ] = " Remoçãoo Realizada " ;
$text [ 'message-delete' ][ 'fr-fr' ] = " Supprimé " ;
$text [ 'message-delete' ][ 'pt-br' ] = " Remoção Efetuada " ;
$text [ 'message-delete' ][ 'pl' ] = " Usunięto poprawnie " ;
2015-05-01 13:13:39 +02:00
$text [ 'message-delete' ][ 'sv-se' ] = " Borttagning Klar " ;
$text [ 'message-delete' ][ 'uk' ] = " Видалено " ;
2015-04-08 15:38:58 +02:00
$text [ 'message-add' ][ 'en-us' ] = " Add Complete " ;
$text [ 'message-add' ][ 'es-cl' ] = " Agregar Completado " ;
$text [ 'message-add' ][ 'pt-pt' ] = " Adição Efectuada " ;
$text [ 'message-add' ][ 'fr-fr' ] = " Ajouté " ;
$text [ 'message-add' ][ 'pt-br' ] = " Criação Efetuada " ;
$text [ 'message-add' ][ 'pl' ] = " Dodano poprawnie " ;
2015-05-01 13:13:39 +02:00
$text [ 'message-add' ][ 'sv-se' ] = " Tillagd " ;
$text [ 'message-add' ][ 'uk' ] = " Додано " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-upload' ][ 'en-us' ] = " File Path " ;
$text [ 'label-upload' ][ 'es-cl' ] = " Archivo a subir " ;
$text [ 'label-upload' ][ 'pt-pt' ] = " Ficheiro a carregar " ;
$text [ 'label-upload' ][ 'fr-fr' ] = " Fichier à déposer " ;
$text [ 'label-upload' ][ 'pt-br' ] = " Carregando arquivo " ;
$text [ 'label-upload' ][ 'pl' ] = " Ścieżka do pliku " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-upload' ][ 'sv-se' ] = " Sökväg " ;
$text [ 'label-upload' ][ 'uk' ] = " Шлях до файла " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-tools' ][ 'en-us' ] = " Tools " ;
$text [ 'label-tools' ][ 'es-cl' ] = " Instrumentos " ;
$text [ 'label-tools' ][ 'pt-pt' ] = " Ferramentas " ;
$text [ 'label-tools' ][ 'fr-fr' ] = " Outils " ;
$text [ 'label-tools' ][ 'pt-br' ] = " Ferramentas " ;
$text [ 'label-tools' ][ 'pl' ] = " Narzędzia " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-tools' ][ 'sv-se' ] = " Verktyg " ;
$text [ 'label-tools' ][ 'uk' ] = " Параметри " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-recording_name' ][ 'en-us' ] = " Recording Name " ;
$text [ 'label-recording_name' ][ 'es-cl' ] = " Nombre de la grabación " ;
$text [ 'label-recording_name' ][ 'pt-pt' ] = " Nome da gravação " ;
$text [ 'label-recording_name' ][ 'fr-fr' ] = " Nom de l'enregistrement " ;
$text [ 'label-recording_name' ][ 'pt-br' ] = " Nome da gravação " ;
$text [ 'label-recording_name' ][ 'pl' ] = " Nazwa nagrania " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-recording_name' ][ 'sv-se' ] = " Namn på inspelning " ;
$text [ 'label-recording_name' ][ 'uk' ] = " Назва запису " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-play' ][ 'en-us' ] = " Play " ;
$text [ 'label-play' ][ 'es-cl' ] = " Reproducir " ;
$text [ 'label-play' ][ 'pt-pt' ] = " Tocar " ;
$text [ 'label-play' ][ 'fr-fr' ] = " Jouer " ;
$text [ 'label-play' ][ 'pt-br' ] = " Tocar " ;
$text [ 'label-play' ][ 'pl' ] = " Odtwórz " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-play' ][ 'sv-se' ] = " Spela Upp " ;
$text [ 'label-play' ][ 'uk' ] = " Відтворити " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-pause' ][ 'en-us' ] = " Pause " ;
$text [ 'label-pause' ][ 'es-cl' ] = " Pausa " ;
$text [ 'label-pause' ][ 'pt-pt' ] = " Pausa " ;
$text [ 'label-pause' ][ 'fr-fr' ] = " Pause " ;
$text [ 'label-pause' ][ 'pt-br' ] = " Pausado " ;
$text [ 'label-pause' ][ 'pl' ] = " Pauza " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-pause' ][ 'sv-se' ] = " Paus " ;
$text [ 'label-pause' ][ 'uk' ] = " Призупинити " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-file_name' ][ 'en-us' ] = " File Name " ;
$text [ 'label-file_name' ][ 'es-cl' ] = " Nombre del Archivo " ;
$text [ 'label-file_name' ][ 'pt-pt' ] = " Nome do Arquivo " ;
$text [ 'label-file_name' ][ 'fr-fr' ] = " Nom du Fichier " ;
$text [ 'label-file_name' ][ 'pt-br' ] = " Nome do arquivo " ;
$text [ 'label-file_name' ][ 'pl' ] = " Nazwa pliku " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-file_name' ][ 'sv-se' ] = " Fil-namn " ;
$text [ 'label-file_name' ][ 'uk' ] = " Назва файлу " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-file-size' ][ 'en-us' ] = " File Size " ;
$text [ 'label-file-size' ][ 'es-cl' ] = " Tamaño del archivo " ;
$text [ 'label-file-size' ][ 'pt-pt' ] = " Tamanho do Ficheiro " ;
$text [ 'label-file-size' ][ 'fr-fr' ] = " Taille de Fichier " ;
$text [ 'label-file-size' ][ 'pt-br' ] = " Tamanho do arquivo " ;
$text [ 'label-file-size' ][ 'pl' ] = " Rozmiar pliku " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-file-size' ][ 'sv-se' ] = " Filstorlek " ;
$text [ 'label-file-size' ][ 'uk' ] = " Розмір файлу " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-file' ][ 'en-us' ] = " Filename (Download) " ;
$text [ 'label-file' ][ 'es-cl' ] = " Nombre de archivo (Descargar) " ;
$text [ 'label-file' ][ 'pt-pt' ] = " Nome do Ficheiro (Descarregar) " ;
$text [ 'label-file' ][ 'fr-fr' ] = " Nom du fichier (Télécharger) " ;
$text [ 'label-file' ][ 'pt-br' ] = " Ficheiro não encontrado " ;
$text [ 'label-file' ][ 'pl' ] = " Nazwa pliku (pobranie) " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-file' ][ 'sv-se' ] = " Fil Ej Funnen " ;
$text [ 'label-file' ][ 'uk' ] = " " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-edit-recording' ][ 'en-us' ] = " Please provide: Recording Name (play) " ;
$text [ 'label-edit-recording' ][ 'es-cl' ] = " Por favor indique: Nombre de la grabación (reproducir) " ;
$text [ 'label-edit-recording' ][ 'pt-pt' ] = " Por favor indique: Nome da Gravação (tocar) " ;
$text [ 'label-edit-recording' ][ 'fr-fr' ] = " Merci d'indiquer: nom de l'enregistrement (jouer) " ;
$text [ 'label-edit-recording' ][ 'pt-br' ] = " Por favor indique: Nome da gravação (tocar) " ;
$text [ 'label-edit-recording' ][ 'pl' ] = " Wprowadź: Nazwę nagrania (do odsłuchania) " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-edit-recording' ][ 'sv-se' ] = " Ange: Namn på inspelning (spela upp) " ;
$text [ 'label-edit-recording' ][ 'uk' ] = " " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-edit-file' ][ 'en-us' ] = " Please provide: Filename (download) " ;
$text [ 'label-edit-file' ][ 'es-cl' ] = " Por favor indique: Nombre de archivo (descargar) " ;
$text [ 'label-edit-file' ][ 'pt-pt' ] = " Por favor indique: Nome do ficheiro (descarregar) " ;
$text [ 'label-edit-file' ][ 'fr-fr' ] = " Merci d'indiquer: nom de fichier (Télécharger) " ;
$text [ 'label-edit-file' ][ 'pt-br' ] = " Por favor indique: Nome de ficheiro (download) " ;
$text [ 'label-edit-file' ][ 'pl' ] = " Wprowadź: Nazwę pliku (do pobrania) " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-edit-file' ][ 'sv-se' ] = " Ange: Filnamn (ladda ned) " ;
$text [ 'label-edit-file' ][ 'uk' ] = " " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-download' ][ 'en-us' ] = " Download " ;
$text [ 'label-download' ][ 'es-cl' ] = " Descargar " ;
$text [ 'label-download' ][ 'pt-pt' ] = " Descarregar " ;
$text [ 'label-download' ][ 'fr-fr' ] = " Télécharger " ;
$text [ 'label-download' ][ 'pt-br' ] = " Download " ;
$text [ 'label-download' ][ 'pl' ] = " Pobierz " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-download' ][ 'sv-se' ] = " Ladda Ned " ;
$text [ 'label-download' ][ 'uk' ] = " Завантажини " ;
2015-04-08 15:38:58 +02:00
$text [ 'label-description' ][ 'en-us' ] = " Description " ;
$text [ 'label-description' ][ 'es-cl' ] = " Descripción " ;
$text [ 'label-description' ][ 'pt-pt' ] = " Descrição " ;
$text [ 'label-description' ][ 'fr-fr' ] = " Description " ;
$text [ 'label-description' ][ 'pt-br' ] = " Descrição " ;
$text [ 'label-description' ][ 'pl' ] = " Opis " ;
2015-05-01 13:13:39 +02:00
$text [ 'label-description' ][ 'sv-se' ] = " Beskrivning " ;
$text [ 'label-description' ][ 'uk' ] = " Опис " ;
2015-04-08 15:38:58 +02:00
$text [ 'header' ][ 'en-us' ] = " Upload Recording " ;
$text [ 'header' ][ 'es-cl' ] = " Subir Grabación " ;
$text [ 'header' ][ 'pt-pt' ] = " Carregar Gravações " ;
$text [ 'header' ][ 'fr-fr' ] = " Télécharger Enregistrement " ;
$text [ 'header' ][ 'pt-br' ] = " Carregadr gravações " ;
$text [ 'header' ][ 'pl' ] = " Wyślij nagranie " ;
2015-05-01 13:13:39 +02:00
$text [ 'header' ][ 'sv-se' ] = " Ladda Upp Inspelning " ;
$text [ 'header' ][ 'uk' ] = " Вивантажити запис " ;
2015-04-08 15:38:58 +02:00
2015-04-25 14:26:31 +02:00
$text [ 'description-recording' ][ 'en-us' ] = " A name for the recording (not parsed). " ;
$text [ 'description-recording' ][ 'es-cl' ] = " Nombre de la grabación. " ;
$text [ 'description-recording' ][ 'pt-pt' ] = " Nome da gravação. " ;
$text [ 'description-recording' ][ 'fr-fr' ] = " Nom de l'enregistrement (non parsé). " ;
$text [ 'description-recording' ][ 'pt-br' ] = " Nome da gravação: " ;
$text [ 'description-recording' ][ 'pl' ] = " Nazwa nagrania. " ;
2015-05-01 13:13:39 +02:00
$text [ 'description-recording' ][ 'sv-se' ] = " Namn på Inspelning. " ;
$text [ 'description-recording' ][ 'uk' ] = " Ім'я для запису (не розбирається). " ;
2015-04-08 15:38:58 +02:00
$text [ 'description-file' ][ 'en-us' ] = " Name of the file. example.wav " ;
$text [ 'description-file' ][ 'es-cl' ] = " Nombre del archivo. ejemplo.wav " ;
$text [ 'description-file' ][ 'pt-pt' ] = " Nome do ficheiro. exemplo.wav " ;
$text [ 'description-file' ][ 'fr-fr' ] = " Nom du fichier. exemple.wav " ;
$text [ 'description-file' ][ 'pt-br' ] = " Nome do arquivo: exemplo.wav " ;
$text [ 'description-file' ][ 'pl' ] = " Nazwa pliku: przykład.wav " ;
2015-05-01 13:13:39 +02:00
$text [ 'description-file' ][ 'sv-se' ] = " Namn på filen. exempel: inspelning.wav " ;
$text [ 'description-file' ][ 'uk' ] = " " ;
2015-04-08 15:38:58 +02:00
$text [ 'description-description' ][ 'en-us' ] = " You may enter a description here for your reference (not parsed). " ;
$text [ 'description-description' ][ 'es-cl' ] = " Puede ingresar una descripción aquí para su referencia. " ;
$text [ 'description-description' ][ 'pt-pt' ] = " Deverá introduzir uma descrição para sua referência. " ;
$text [ 'description-description' ][ 'fr-fr' ] = " Vous pouvez entrer ici une description pour votre référence (non parsé). " ;
$text [ 'description-description' ][ 'pt-br' ] = " Insira a descrição, caso desejar " ;
$text [ 'description-description' ][ 'pl' ] = " Tutaj możesz wpisać opis w celach informacyjnych. " ;
2015-05-01 13:13:39 +02:00
$text [ 'description-description' ][ 'sv-se' ] = " Du kan skriva in en beskrivning här som referens (ej analyserad). " ;
$text [ 'description-description' ][ 'uk' ] = " Введіть опис, якщо це необхідно. " ;
2015-04-08 15:38:58 +02:00
2015-04-25 14:26:31 +02:00
$text [ 'description' ][ 'en-us' ] = " Dial *732 to create a recording, or (for best results) upload a 16bit 8khz/16khz mono WAV file. " ;
$text [ 'description' ][ 'es-cl' ] = " Para realizar una grabación marque *732 o puede crear un archivo en formato WAV a 16 bit 8khz/16khz Mono y luego copiarlo en el siguiente directorio y refrezcar la página para reproducirlo. " ;
$text [ 'description' ][ 'pt-pt' ] = " Para fazer uma gravação marque *732 ou crie um ficheiro WAV de 16bit 8khz/16khz e copie-o para a seguinte directoria e actualize a página para o ouvir. " ;
2015-04-08 15:38:58 +02:00
$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' ][ 'pt-br' ] = " Editar informações da conta. " ;
2015-05-01 13:13:39 +02:00
$text [ 'description' ][ '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' ][ 'sv-se' ] = " För att göra en inspelning ring * 732 eller så kan du göra en 16bit 8kHz/16kHz Mono WAV-fil och kopiera den till följande katalog uppdatera sedan sidan för att spela upp den. " ;
$text [ 'description' ][ 'uk' ] = " Редагування інформації облікового запису " ;
2015-04-08 15:38:58 +02:00
$text [ 'confirm-delete' ][ 'en-us' ] = " Do you really want to delete this? " ;
$text [ 'confirm-delete' ][ 'es-cl' ] = " ¿Realmente desea eliminar esto? " ;
$text [ 'confirm-delete' ][ 'pt-pt' ] = " Deseja realmente remover isto? " ;
$text [ 'confirm-delete' ][ 'fr-fr' ] = " Voulez-vous vraiment supprimer cela? " ;
$text [ 'confirm-delete' ][ 'pt-br' ] = " Deseja realmente remover isto? " ;
$text [ 'confirm-delete' ][ 'pl' ] = " Czy na pewno chcesz to usunąć? " ;
2015-05-01 13:13:39 +02:00
$text [ 'confirm-delete' ][ 'sv-se' ] = " Vill du verkligen ta bort detta? " ;
$text [ 'confirm-delete' ][ 'uk' ] = " Ви дійсно бажаєте це видалити? " ;
2015-04-08 15:38:58 +02:00
$text [ 'button-upload' ][ 'en-us' ] = " Upload " ;
$text [ 'button-upload' ][ 'es-cl' ] = " Subir " ;
$text [ 'button-upload' ][ 'pt-pt' ] = " Carregar " ;
$text [ 'button-upload' ][ 'fr-fr' ] = " déposer " ;
$text [ 'button-upload' ][ 'pt-br' ] = " Submeter " ;
$text [ 'button-upload' ][ 'pl' ] = " Wyślij " ;
2015-05-01 13:13:39 +02:00
$text [ 'button-upload' ][ 'sv-se' ] = " Ladda Upp " ;
$text [ 'button-upload' ][ 'uk' ] = " Завантажити " ;
2015-04-08 15:38:58 +02:00
$text [ 'button-save' ][ 'en-us' ] = " Save " ;
$text [ 'button-save' ][ 'es-cl' ] = " Guardar " ;
$text [ 'button-save' ][ 'pt-pt' ] = " Gravar " ;
$text [ 'button-save' ][ 'fr-fr' ] = " Sauvegarder " ;
$text [ 'button-save' ][ 'pt-br' ] = " Salvar " ;
$text [ 'button-save' ][ 'pl' ] = " Zachowaj " ;
2015-05-01 13:13:39 +02:00
$text [ 'button-save' ][ 'sv-se' ] = " Spara " ;
$text [ 'button-save' ][ 'uk' ] = " Зберегти " ;
2015-04-08 15:38:58 +02:00
$text [ 'button-back' ][ 'en-us' ] = " Back " ;
$text [ 'button-back' ][ 'es-cl' ] = " Volver " ;
$text [ 'button-back' ][ 'pt-pt' ] = " Voltar " ;
$text [ 'button-back' ][ 'fr-fr' ] = " Retour " ;
$text [ 'button-back' ][ 'pt-br' ] = " Voltar " ;
$text [ 'button-back' ][ 'pl' ] = " Wróć " ;
2015-05-01 13:13:39 +02:00
$text [ 'button-back' ][ 'sv-se' ] = " Tillbaka " ;
$text [ 'button-back' ][ 'uk' ] = " Назад " ;
2015-04-08 15:38:58 +02:00
?>