mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Added Italian translation (#2379)
* Added Italian translation * add italian translation * add italian translation * add italian translation * fix typo error * add italian translation * added italian translation * added italian translation * added italian translation * added italian translation * added italian language * added italian translation * added italian language
This commit is contained in:
@@ -13,6 +13,7 @@ $text['language-name']['uk'] = "Українська - Україна";
|
||||
$text['language-name']['de-at'] = "Deutsch - Österreich";
|
||||
$text['language-name']['ar-eg'] = "العربية - مصر";
|
||||
$text['language-name']['ru-ru'] = 'Русский - Россия';
|
||||
$text['language-name']['it-it'] = "Italiano - Italia";
|
||||
|
||||
//language for `Select Language` install page
|
||||
$text['language-en-us']['en-us'] = "English - United States";
|
||||
@@ -27,6 +28,7 @@ $text['language-uk' ]['en-us'] = "Українська - Україна";
|
||||
$text['language-de-at']['en-us'] = "Deutsch - Österreich";
|
||||
$text['language-ar-eg']['en-us'] = "العربية - مصر";
|
||||
$text['language-ru-ru']['en-us'] = 'Русский - Россия';
|
||||
$text['language-it-it']['it-it'] = "italiano - Italia";
|
||||
|
||||
//message
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
@@ -41,6 +43,7 @@ $text['message-update']['ro'] = "Actualizare completă";
|
||||
$text['message-update']['uk'] = "Оновлення завершено";
|
||||
$text['message-update']['sv-se'] = "Uppdatering Klar";
|
||||
$text['message-update']['ar-eg'] = "تحديث مكتمل";
|
||||
$text['message-update']['it-it'] = "Aggiornamento completato";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['es-cl'] = "Por favor indique:";
|
||||
@@ -54,6 +57,7 @@ $text['message-required']['ro'] = "Vă rugăm să oferiți";
|
||||
$text['message-required']['uk'] = "Будь ласка, вкажіть:";
|
||||
$text['message-required']['sv-se'] = "Var god uppge:";
|
||||
$text['message-required']['ar-eg'] = "يرجى تقديم:";
|
||||
$text['message-required']['it-it'] = "Per favore fornisci: ";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['es-cl'] = "Eliminación Completada";
|
||||
@@ -67,6 +71,7 @@ $text['message-delete']['ro'] = "Ștergere completă";
|
||||
$text['message-delete']['uk'] = "Видалено";
|
||||
$text['message-delete']['sv-se'] = "Borttagning Klar";
|
||||
$text['message-delete']['ar-eg'] = "تم المسح";
|
||||
$text['message-delete']['it-it'] = "Eliminazione Completata";
|
||||
|
||||
$text['message-delete_failed']['en-us'] = "Delete Failed";
|
||||
$text['message-delete_failed']['es-cl'] = "Eliminar Error";
|
||||
@@ -78,6 +83,7 @@ $text['message-delete_failed']['sv-se'] = "Borttagning Misslyckades";
|
||||
$text['message-delete_failed']['de-at'] = "Löschen fehlgeschlagen";
|
||||
$text['message-delete_failed']['ro'] = "Ștergere eșuată";
|
||||
$text['message-delete_failed']['he'] = "";
|
||||
$text['message-delete_failed']['it-it'] = "Eliminazione Fallita";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['es-cl'] = "Agregar Completado";
|
||||
@@ -91,6 +97,7 @@ $text['message-add']['ro'] = "Adăugare completă";
|
||||
$text['message-add']['uk'] = "Додано";
|
||||
$text['message-add']['sv-se'] = "Tillagd";
|
||||
$text['message-add']['ar-eg'] = "تمت الأضافة";
|
||||
$text['message-add']['it-it'] = "Inserimento Completato";
|
||||
|
||||
$text['message-failed']['en-us'] = "Update Failed - Contact Support";
|
||||
$text['message-failed']['es-cl'] = "Update Error - Contact Support";
|
||||
@@ -101,6 +108,7 @@ $text['message-failed']['pl'] = "Aktualizacja nie powiod艂a si臋 - skontaktuj
|
||||
$text['message-failed']['uk'] = "";
|
||||
$text['message-failed']['sv-se'] = "Uppdatering Misslyckades - Kontakta Support";
|
||||
$text['message-failed']['de-at'] = "Aktualisierung fehlgeschlagen - Kontaktieren Sie den Support";
|
||||
$text['message-failed']['it-it'] = "Aggiornamento Fallito - Contattare il Supporto";
|
||||
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['es-cl'] = "Copia Completado";
|
||||
@@ -112,6 +120,7 @@ $text['message-copy']['pl'] = "Skopiowano poprawnie";
|
||||
$text['message-copy']['sv-se'] = "Kopiering Slutförd";
|
||||
$text['message-copy']['uk'] = "Скопійовано";
|
||||
$text['message-copy']['de-at'] = "Erfolgreich kopiert";
|
||||
$text['message-copy']['it-it'] = "Copia completata";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['es-cl'] = "Mensaje";
|
||||
@@ -122,6 +131,7 @@ $text['message-message']['pl'] = "Wiadomość";
|
||||
$text['message-message']['sv-se'] = "Meddelande";
|
||||
$text['message-message']['uk'] = "Повідомлення";
|
||||
$text['message-message']['de-at'] = "Nachricht";
|
||||
$text['message-message']['it-it'] = "Messaggio";
|
||||
|
||||
$text['message-restore']['en-us'] = "Restore Completed";
|
||||
$text['message-restore']['es-cl'] = "Restauración Completada";
|
||||
@@ -133,6 +143,7 @@ $text['message-restore']['sv-se'] = "Återställning Klar";
|
||||
$text['message-restore']['ro'] = "";
|
||||
$text['message-restore']['de-at'] = "Widerherstellung durchgeführt";
|
||||
$text['message-restore']['he'] = "שחזור הושלם";
|
||||
$text['message-restore']['it-it'] = "Ripristino completato";
|
||||
|
||||
$text['message-duplicate']['en-us'] = "Duplicate Detected";
|
||||
$text['message-duplicate']['es-cl'] = "duplicar detectado";
|
||||
@@ -146,6 +157,7 @@ $text['message-duplicate']['ro'] = "";
|
||||
$text['message-duplicate']['de-at'] = "bereits vorhanden";
|
||||
$text['message-duplicate']['ar-eg'] = "";
|
||||
$text['message-duplicate']['he'] = "זוהותה כפילות";
|
||||
$text['message-duplicate']['it-it'] = "Identificato duplicato";
|
||||
|
||||
//misc
|
||||
|
||||
@@ -161,6 +173,7 @@ $text['confirm-delete']['ro'] = "Chiar vrei să ștergeți asta?";
|
||||
$text['confirm-delete']['uk'] = "Ви дійсно бажаєте це видалити?";
|
||||
$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete']['ar-eg'] = "هل تريد حقا أن تحذف هذا؟";
|
||||
$text['confirm-delete']['it-it'] = "Vuoi davvero cancellare questo elemento?";
|
||||
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['es-cl'] = "¿Realmente desea copiar esto?";
|
||||
@@ -170,6 +183,7 @@ $text['confirm-copy']['pt-br'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['pl'] = "Czy na pewno chcesz to skopiować?";
|
||||
$text['confirm-copy']['sv-se'] = "Vill du verkligen kopiera detta?";
|
||||
$text['confirm-copy']['de-at'] = "Wollen Sie das wirklich kopieren?";
|
||||
$text['confirm-copy']['it-it'] = "Vuoi davvero copiare questo elemento?";
|
||||
|
||||
//buttons
|
||||
|
||||
@@ -186,6 +200,7 @@ $text['button-apply']['de-at'] = "";
|
||||
$text['button-apply']['ro'] = "";
|
||||
$text['button-apply']['fa'] = "";
|
||||
$text['button-apply']['ar-eg'] = "";
|
||||
$text['button-apply']['it-it'] = "Applica";
|
||||
|
||||
$text['button-applied']['en-us'] = "Applied";
|
||||
$text['button-applied']['es-cl'] = "";
|
||||
@@ -200,6 +215,7 @@ $text['button-applied']['de-at'] = "";
|
||||
$text['button-applied']['ro'] = "";
|
||||
$text['button-applied']['fa'] = "";
|
||||
$text['button-applied']['ar-eg'] = "";
|
||||
$text['button-applied']['it-it'] = "Applicato";
|
||||
|
||||
$text['button-xml']['en-us'] = "XML";
|
||||
$text['button-xml']['es-cl'] = "";
|
||||
@@ -214,6 +230,7 @@ $text['button-xml']['de-at'] = "";
|
||||
$text['button-xml']['ro'] = "";
|
||||
$text['button-xml']['fa'] = "";
|
||||
$text['button-xml']['ar-eg'] = "";
|
||||
$text['button-xml']['en-us'] = "XML";
|
||||
|
||||
$text['button-clear']['en-us'] = "Clear";
|
||||
$text['button-clear']['es-cl'] = "Limpiar";
|
||||
@@ -225,6 +242,7 @@ $text['button-clear']['sv-se'] = "Rensa";
|
||||
$text['button-clear']['de-at'] = "Zurücksetzen";
|
||||
$text['button-clear']['ro'] = "Curătă";
|
||||
$text['button-clear']['he'] = "נקה";
|
||||
$text['button-clear']['it-it'] = "Cancella";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['es-cl'] = "Guardar";
|
||||
@@ -239,6 +257,7 @@ $text['button-save']['de-at'] = "Speichern";
|
||||
$text['button-save']['ro'] = "Salvează";
|
||||
$text['button-save']['fa'] = "";
|
||||
$text['button-save']['ar-eg'] = "حفظ";
|
||||
$text['button-save']['it-it'] = "Salva";
|
||||
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['es-cl'] = "Buscar";
|
||||
@@ -250,6 +269,7 @@ $text['button-search']['sv-se'] = "Sök";
|
||||
$text['button-search']['ro'] = "";
|
||||
$text['button-search']['de-at'] = "Suchen";
|
||||
$text['button-search']['he'] = "חפש";
|
||||
$text['button-search']['it-it'] = "Search";
|
||||
|
||||
$text['button-show_all']['en-us'] = "Show All";
|
||||
$text['button-show_all']['es-cl'] = "Mostrar Todos";
|
||||
@@ -264,6 +284,7 @@ $text['button-show_all']['de-at'] = "Alle anzeigen";
|
||||
$text['button-show_all']['fa'] = "";
|
||||
$text['button-show_all']['ar-eg'] = "أظهر الكل";
|
||||
$text['button-show_all']['he'] = "הצג הכל";
|
||||
$text['button-show_all']['it-it'] = "Mostra Tutti";
|
||||
|
||||
$text['button-restore']['en-us'] = "Restore Default";
|
||||
$text['button-restore']['es-cl'] = "Restaurar Predeterminados";
|
||||
@@ -275,6 +296,7 @@ $text['button-restore']['sv-se'] = "Aktivera Standard Inställningar";
|
||||
$text['button-restore']['ro'] = "";
|
||||
$text['button-restore']['de-at'] = "Zurücksetzen";
|
||||
$text['button-restore']['he'] = "שחזר למקור";
|
||||
$text['button-restore']['it-it'] = "Ripristina Predefiniti";
|
||||
|
||||
$text['button-reset']['en-us'] = "Reset";
|
||||
$text['button-reset']['es-cl'] = "Reajustar";
|
||||
@@ -289,6 +311,7 @@ $text['button-reset']['de-at'] = "Zurücksetzen";
|
||||
$text['button-reset']['ro'] = "Inițializare";
|
||||
$text['button-reset']['fa'] = "";
|
||||
$text['button-reset']['ar-eg'] = "إعادة تعيين";
|
||||
$text['button-reset']['it-it'] = "Reimposta";
|
||||
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['es-cl'] = "Copiar";
|
||||
@@ -300,6 +323,7 @@ $text['button-copy']['sv-se'] = "Kopiera";
|
||||
$text['button-copy']['ro'] = "";
|
||||
$text['button-copy']['de-at'] = "Kopieren";
|
||||
$text['button-copy']['he'] = "העתק";
|
||||
$text['button-copy']['en-us'] = "Copia";
|
||||
|
||||
$text['button-login']['en-us'] = "Login";
|
||||
$text['button-login']['es-cl'] = "Ingresar";
|
||||
@@ -314,6 +338,7 @@ $text['button-login']['de-at'] = "Anmelden";
|
||||
$text['button-login']['ro'] = "Autentificare";
|
||||
$text['button-login']['fa'] = "";
|
||||
$text['button-login']['ar-eg'] = "دخول";
|
||||
$text['button-login']['it-it'] = "Login";
|
||||
|
||||
$text['button-next']['en-us'] = "Next";
|
||||
$text['button-next']['es-cl'] = "";
|
||||
@@ -325,6 +350,7 @@ $text['button-next']['sv-se'] = "";
|
||||
$text['button-next']['uk'] = "";
|
||||
$text['button-next']['de-at'] = "";
|
||||
$text['button-next']['ar-eg'] = "";
|
||||
$text['button-next']['it-it'] = "Avanti";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['es-cl'] = "Volver";
|
||||
@@ -338,6 +364,7 @@ $text['button-back']['sv-se'] = "Tillbaka";
|
||||
$text['button-back']['de-at'] = "Zurück ";
|
||||
$text['button-back']['ro'] = "Înapoi";
|
||||
$text['button-back']['ar-eg'] = "رجوع";
|
||||
$text['button-back']['it-it'] = "Indietro";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['es-cl'] = "Editar";
|
||||
@@ -351,6 +378,7 @@ $text['button-edit']['ro'] = "edita";
|
||||
$text['button-edit']['uk'] = "Редагувати";
|
||||
$text['button-edit']['sv-se'] = "Editera";
|
||||
$text['button-edit']['ar-eg'] = "تعديل";
|
||||
$text['button-edit']['it-it'] = "Modifica";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['es-cl'] = "Eliminar";
|
||||
@@ -364,6 +392,7 @@ $text['button-delete']['ro'] = "șterge";
|
||||
$text['button-delete']['uk'] = "Видалити";
|
||||
$text['button-delete']['sv-se'] = "Ta Bort";
|
||||
$text['button-delete']['ar-eg'] = "مسح";
|
||||
$text['button-delete']['it-it'] = "Elimina";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['es-cl'] = "Agregar";
|
||||
@@ -377,6 +406,7 @@ $text['button-add']['ro'] = "Adăuga";
|
||||
$text['button-add']['uk'] = "Додати";
|
||||
$text['button-add']['sv-se'] = "Lägg Till";
|
||||
$text['button-add']['ar-eg'] = "اضافة";
|
||||
$text['button-add']['it-it'] = "Aggiungi";
|
||||
|
||||
$text['button-reload']['en-us'] = "Reload";
|
||||
$text['button-reload']['es-cl'] = "Recargar";
|
||||
@@ -388,6 +418,7 @@ $text['button-reload']['pl'] = "Przeładować";
|
||||
$text['button-reload']['sv-se'] = "Ladda";
|
||||
$text['button-reload']['uk'] = "перезавантажувати";
|
||||
$text['button-reload']['de-at'] = "Neu Laden";
|
||||
$text['button-reload']['it-it'] = "Ricarica";
|
||||
|
||||
$text['button-paste']['en-us'] = "Paste";
|
||||
$text['button-paste']['es-cl'] = "Propagar";
|
||||
@@ -399,6 +430,7 @@ $text['button-paste']['pl'] = "Wklej";
|
||||
$text['button-paste']['sv-se'] = "Klistra In";
|
||||
$text['button-paste']['uk'] = "Вставити";
|
||||
$text['button-paste']['de-at'] = "Einfügen";
|
||||
$text['button-paste']['it-it'] = "Incolla";
|
||||
|
||||
$text['button-export']['en-us'] = "Export";
|
||||
$text['button-export']['es-cl'] = "Exportar";
|
||||
@@ -409,6 +441,7 @@ $text['button-export']['pl'] = "Eksportuj";
|
||||
$text['button-export']['sv-se'] = "Export";
|
||||
$text['button-export']['uk'] = "Експортувати";
|
||||
$text['button-export']['de-at'] = "Exportieren";
|
||||
$text['button-export']['it-it'] = "Esporta";
|
||||
|
||||
$text['button-execute']['en-us'] = "Execute";
|
||||
$text['button-execute']['es-cl'] = "Ejecutar";
|
||||
@@ -419,6 +452,7 @@ $text['button-execute']['pl'] = "Wykonaj";
|
||||
$text['button-execute']['sv-se'] = "Kör";
|
||||
$text['button-execute']['uk'] = "Виконати";
|
||||
$text['button-execute']['de-at'] = "Ausführen";
|
||||
$text['button-execute']['it-it'] = "Esegui";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['es-cl'] = "Ver";
|
||||
@@ -432,6 +466,7 @@ $text['button-view']['ro'] = "Vedere";
|
||||
$text['button-view']['uk'] = "вид";
|
||||
$text['button-view']['sv-se'] = "Visa";
|
||||
$text['button-view']['ar-eg'] = "عرض";
|
||||
$text['button-view']['it-it'] = "Visualizza";
|
||||
|
||||
$text['button-upload']['en-us'] = "Upload";
|
||||
$text['button-upload']['es-cl'] = "Subir";
|
||||
@@ -442,6 +477,7 @@ $text['button-upload']['pl'] = "Wyślij";
|
||||
$text['button-upload']['sv-se'] = "Ladda Upp";
|
||||
$text['button-upload']['uk'] = "Завантажити";
|
||||
$text['button-upload']['de-at'] = "Hochladen";
|
||||
$text['button-upload']['it-it'] = "Carica";
|
||||
|
||||
$text['button-download']['en-us'] = "Download";
|
||||
$text['button-download']['es-cl'] = "Descargar";
|
||||
@@ -452,6 +488,7 @@ $text['button-download']['pl'] = "Pobierz";
|
||||
$text['button-download']['sv-se'] = "Ladda Ned";
|
||||
$text['button-download']['uk'] = "Скачати";
|
||||
$text['button-download']['de-at'] = "Download";
|
||||
$text['button-download']['it-it'] = "Scarica";
|
||||
|
||||
$text['button-restart']['en-us'] = "Restart";
|
||||
$text['button-restart']['es-cl'] = "Reanudar";
|
||||
@@ -462,6 +499,7 @@ $text['button-restart']['pl'] = "Restartuj";
|
||||
$text['button-restart']['sv-se'] = "Starta Om";
|
||||
$text['button-restart']['uk'] = "Перезапустити";
|
||||
$text['button-restart']['de-at'] = "Neu starten";
|
||||
$text['button-restart']['it-it'] = "Riavvia";
|
||||
|
||||
$text['button-refresh']['en-us'] = "Refresh";
|
||||
$text['button-refresh']['es-cl'] = "Actualizar";
|
||||
@@ -472,6 +510,7 @@ $text['button-refresh']['pl'] = "Odśwież";
|
||||
$text['button-refresh']['sv-se'] = "Uppdatera";
|
||||
$text['button-refresh']['uk'] = "Оновити";
|
||||
$text['button-refresh']['de-at'] = "Aktualisieren";
|
||||
$text['button-refresh']['it-it'] = "Aggiorna";
|
||||
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['es-cl'] = "Avanzadas";
|
||||
@@ -482,6 +521,7 @@ $text['button-advanced']['pl'] = "Zaawansowany";
|
||||
$text['button-advanced']['sv-se'] = "Avancerat";
|
||||
$text['button-advanced']['uk'] = "Додатково";
|
||||
$text['button-advanced']['de-at'] = "Erweitert";
|
||||
$text['button-advanced']['it-it'] = "Avanzate";
|
||||
|
||||
$text['button-basic']['en-us'] = "Basic";
|
||||
$text['button-basic']['es-cl'] = "Básico";
|
||||
@@ -489,6 +529,7 @@ $text['button-basic']['pt-pt'] = "Básico";
|
||||
$text['button-basic']['fr-fr'] = "Basique";
|
||||
$text['button-basic']['pl'] = "Podstawowy";
|
||||
$text['button-basic']['uk'] = "Основний";
|
||||
$text['button-basic']['it-it'] = "Base";
|
||||
|
||||
$text['button-stop']['en-us'] = "Stop";
|
||||
$text['button-stop']['es-cl'] = "Detener";
|
||||
@@ -499,6 +540,7 @@ $text['button-stop']['pl'] = "Zatrzymaj rozsylanie rozmów";
|
||||
$text['button-stop']['sv-se'] = "Stoppa";
|
||||
$text['button-stop']['uk'] = "Зупинити трансляцію";
|
||||
$text['button-stop']['de-at'] = "Stopp";
|
||||
$text['button-stop']['it-it'] = "Ferma";
|
||||
|
||||
$text['button-status']['en-us'] = "Status";
|
||||
$text['button-status']['es-cl'] = "Estado";
|
||||
@@ -509,6 +551,7 @@ $text['button-status']['pl'] = "Status";
|
||||
$text['button-status']['sv-se'] = "Status";
|
||||
$text['button-status']['uk'] = "Статус";
|
||||
$text['button-status']['de-at'] = "Status";
|
||||
$text['button-status']['it-it'] = "Stato";
|
||||
|
||||
$text['button-start']['en-us'] = "Start";
|
||||
$text['button-start']['es-cl'] = "Iniciar";
|
||||
@@ -519,6 +562,7 @@ $text['button-start']['pl'] = "Start";
|
||||
$text['button-start']['sv-se'] = "Start";
|
||||
$text['button-start']['uk'] = "Запустити";
|
||||
$text['button-start']['de-at'] = "Start";
|
||||
$text['button-start']['it-it'] = "Avvia";
|
||||
|
||||
|
||||
//label
|
||||
@@ -532,6 +576,7 @@ $text['label-name']['pl'] = "Nazwa";
|
||||
$text['label-name']['sv-se'] = "Namn";
|
||||
$text['label-name']['uk'] = "Назва";
|
||||
$text['label-name']['de-at'] = "Name";
|
||||
$text['label-name']['it-it'] = "Nome";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
@@ -542,6 +587,7 @@ $text['label-description']['pl'] = "Opis";
|
||||
$text['label-description']['sv-se'] = "Beskrivning";
|
||||
$text['label-description']['uk'] = "Опис";
|
||||
$text['label-description']['de-at'] = "Beschreibung";
|
||||
$text['label-description']['it-it'] = "Descrizione";
|
||||
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['es-cl'] = "Valor";
|
||||
@@ -553,6 +599,7 @@ $text['label-value']['pl'] = "Wartość";
|
||||
$text['label-value']['sv-se'] = "Värde";
|
||||
$text['label-value']['uk'] = "Значення";
|
||||
$text['label-value']['de-at'] = "Wert";
|
||||
$text['label-value']['it-it'] = "Valore";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['es-cl'] = "Contreseña";
|
||||
@@ -564,6 +611,7 @@ $text['label-password']['sv-se'] = "Lösenord";
|
||||
$text['label-password']['uk'] = "Пароль";
|
||||
$text['label-password']['de-at'] = "Passwort";
|
||||
$text['label-password']['ar-eg'] = "كلمة السر";
|
||||
$text['label-password']['it-it'] = "Password";
|
||||
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
@@ -575,6 +623,7 @@ $text['label-type']['pl'] = "Typ";
|
||||
$text['label-type']['sv-se'] = "Typ";
|
||||
$text['label-type']['uk'] = "Тип";
|
||||
$text['label-type']['de-at'] = "Typ";
|
||||
$text['label-type']['it-it'] = "Tipo";
|
||||
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['es-cl'] = "Categoría";
|
||||
@@ -585,6 +634,7 @@ $text['label-category']['pl'] = "Kategoria";
|
||||
$text['label-category']['sv-se'] = "Kategori";
|
||||
$text['label-category']['uk'] = "Категорія";
|
||||
$text['label-category']['de-at'] = "Kategorie";
|
||||
$text['label-category']['it-it'] = "Categoria";
|
||||
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['es-cl'] = "Subcategoría";
|
||||
@@ -595,6 +645,7 @@ $text['label-subcategory']['pl'] = "Podkategoria";
|
||||
$text['label-subcategory']['sv-se'] = "Under-kategori";
|
||||
$text['label-subcategory']['uk'] = "Підкатегорія";
|
||||
$text['label-subcategory']['de-at'] = "Unterkategorie";
|
||||
$text['label-subcategory']['it-it'] = "Subcategoria";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['es-cl'] = "Verdadero";
|
||||
@@ -609,6 +660,7 @@ $text['label-true']['ro'] = "";
|
||||
$text['label-true']['de-at'] = "Ein";
|
||||
$text['label-true']['ar-eg'] = "صحيح";
|
||||
$text['label-true']['he'] = "חיובי";
|
||||
$text['label-true']['it-it'] = "Vero";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['es-cl'] = "Falso";
|
||||
@@ -622,6 +674,7 @@ $text['label-false']['ro'] = "Fals";
|
||||
$text['label-false']['uk'] = "помилковий";
|
||||
$text['label-false']['sv-se'] = "Falsk";
|
||||
$text['label-false']['ar-eg'] = "خاطئة";
|
||||
$text['label-false']['it-it'] = "Falso";
|
||||
|
||||
$text['label-enable']['en-us'] = "Enable";
|
||||
$text['label-enable']['es-cl'] = "Activar";
|
||||
@@ -632,6 +685,7 @@ $text['label-enable']['pl'] = "Włącz";
|
||||
$text['label-enable']['sv-se'] = "Aktivera ";
|
||||
$text['label-enable']['uk'] = "";
|
||||
$text['label-enable']['de-at'] = "Aktivieren";
|
||||
$text['label-enable']['it-it'] = "Attiva";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['es-cl'] = "Activado";
|
||||
@@ -643,6 +697,7 @@ $text['label-enabled']['pl'] = "Włączony";
|
||||
$text['label-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-enabled']['uk'] = "Включено";
|
||||
$text['label-enabled']['de-at'] = "An";
|
||||
$text['label-enabled']['it-it'] = "Attivato";
|
||||
|
||||
$text['label-disable']['en-us'] = "Disable";
|
||||
$text['label-disable']['es-cl'] = "Desactivar";
|
||||
@@ -653,6 +708,7 @@ $text['label-disable']['pl'] = "Wyłącz";
|
||||
$text['label-disable']['sv-se'] = "Inaktivera ";
|
||||
$text['label-disable']['uk'] = "Відключити";
|
||||
$text['label-disable']['de-at'] = "Deaktivieren";
|
||||
$text['label-disable']['it-it'] = "Disattiva";
|
||||
|
||||
$text['label-disabled']['en-us'] = "Disabled";
|
||||
$text['label-disabled']['es-cl'] = "Discapacitado";
|
||||
@@ -663,6 +719,7 @@ $text['label-disabled']['pl'] = "Wyłączony";
|
||||
$text['label-disabled']['sv-se'] = "Inaktiverad";
|
||||
$text['label-disabled']['uk'] = "Відключено";
|
||||
$text['label-disabled']['de-at'] = "Ausgeschaltet";
|
||||
$text['label-disabled']['it-it'] = "Disattiva";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
@@ -676,6 +733,7 @@ $text['label-domain']['de-at'] = "Domain";
|
||||
$text['label-domain']['ro'] = "Domeniu";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['he'] = "דומיין";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
|
||||
$text['label-global']['en-us'] = "Global";
|
||||
$text['label-global']['es-cl'] = "Global";
|
||||
@@ -689,6 +747,7 @@ $text['label-global']['ro'] = "Global";
|
||||
$text['label-global']['de-at'] = "Global";
|
||||
$text['label-global']['ar-eg'] = "";
|
||||
$text['label-global']['he'] = "כללי";
|
||||
$text['label-global']['it-it'] = "Globale";
|
||||
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['es-cl'] = "Ninguno";
|
||||
@@ -699,6 +758,7 @@ $text['label-none']['pl'] = "Żaden";
|
||||
$text['label-none']['sv-se'] = "Ingen";
|
||||
$text['label-none']['uk'] = "Жоден";
|
||||
$text['label-none']['de-at'] = "keine";
|
||||
$text['label-none']['it-it'] = "Nessuno";
|
||||
|
||||
$text['label-select']['en-us'] = "Select";
|
||||
$text['label-select']['es-cl'] = "Seleccionar";
|
||||
@@ -710,6 +770,7 @@ $text['label-select']['pl'] = "Wybierz";
|
||||
$text['label-select']['sv-se'] = "Välj";
|
||||
$text['label-select']['uk'] = "";
|
||||
$text['label-select']['de-at'] = "Auswählen";
|
||||
$text['label-select']['it-it'] = "Seleziona";
|
||||
|
||||
$text['label-search']['en-us'] = "Search...";
|
||||
$text['label-search']['es-cl'] = "Buscar...";
|
||||
@@ -723,6 +784,7 @@ $text['label-search']['ro'] = "";
|
||||
$text['label-search']['uk'] = "Результати пошуку";
|
||||
$text['label-search']['de-at'] = "Suche...";
|
||||
$text['label-search']['he'] = "תוצאות חיפוש";
|
||||
$text['label-search']['it-it'] = "Cerca...";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['es-cl'] = "Orden";
|
||||
@@ -734,6 +796,7 @@ $text['label-order']['pl'] = "Kolejność";
|
||||
$text['label-order']['sv-se'] = "Ordning";
|
||||
$text['label-order']['uk'] = "Інше";
|
||||
$text['label-order']['de-at'] = "Reihenfolge";
|
||||
$text['label-order']['it-it'] = "Ordina";
|
||||
|
||||
$text['label-delete']['en-us'] = "Delete";
|
||||
$text['label-delete']['es-cl'] = "Eliminar";
|
||||
@@ -744,6 +807,7 @@ $text['label-delete']['pl'] = "Usuń";
|
||||
$text['label-delete']['sv-se'] = "Ta Bort";
|
||||
$text['label-delete']['uk'] = "Видалити";
|
||||
$text['label-delete']['de-at'] = "Löschen";
|
||||
$text['label-delete']['it-it'] = "Elimina";
|
||||
|
||||
$text['label-ringback']['en-us'] = "Ringback";
|
||||
$text['label-ringback']['es-cl'] = "Volver a llamar";
|
||||
@@ -757,6 +821,7 @@ $text['label-ringback']['uk'] = "відповідний";
|
||||
$text['label-ringback']['de-at'] = "Zurückrufen";
|
||||
$text['label-ringback']['he'] = "לצלצל בחזרה";
|
||||
$text['label-ringback']['ru-ru'] = "Перезвонить";
|
||||
$text['label-ringback']['it-it'] = "Richiamare";
|
||||
|
||||
$text['label-tone']['en-us'] = "Tone";
|
||||
$text['label-tone']['es-cl'] = "Tono";
|
||||
@@ -770,6 +835,7 @@ $text['label-tone']['uk'] = "Тон";
|
||||
$text['label-tone']['de-at'] = "Ton";
|
||||
$text['label-tone']['he'] = "טוֹן";
|
||||
$text['label-tone']['ru-ru'] = "Тон";
|
||||
$text['label-tone']['it-it'] = "Tono";
|
||||
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['es-cl'] = "Musica en Espera";
|
||||
@@ -784,6 +850,7 @@ $text['label-music_on_hold']['de-at'] = "Haltemusik";
|
||||
$text['label-music_on_hold']['he'] = "מוסיקה בהמתנה";
|
||||
$text['label-music_on_hold']['ar-eg'] = "موسيقى المؤجلة";
|
||||
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
|
||||
$text['label-music_on_hold']['it-it'] = "Musica di Attesa";
|
||||
|
||||
$text['label-recordings']['en-us'] = "Recordings";
|
||||
$text['label-recordings']['es-cl'] = "Grabaciones";
|
||||
@@ -798,6 +865,7 @@ $text['label-recordings']['de-at'] = "Aufzeichnung";
|
||||
$text['label-recordings']['he'] = "הקלטות";
|
||||
$text['label-recordings']['ar-eg'] = "التسجيلات";
|
||||
$text['label-recordings']['ru-ru'] = "Записи";
|
||||
$text['label-recordings']['it-it'] = "Registrazioni";
|
||||
|
||||
$text['label-default']['en-us'] = "Default";
|
||||
$text['label-default']['es-cl'] = "Defecto";
|
||||
@@ -812,6 +880,7 @@ $text['label-default']['de-at'] = "Default";
|
||||
$text['label-default']['he'] = "Default";
|
||||
$text['label-default']['ar-eg'] = "בְּרִירַת מֶחדָל";
|
||||
$text['label-default']['ru-ru'] = "По умолчанию";
|
||||
$text['label-default']['it-it'] = "Predefinito";
|
||||
|
||||
$text['label-git_branch']['en-us'] = "Branch:";
|
||||
$text['label-git_branch']['es-cl'] = "Rama";
|
||||
@@ -822,6 +891,7 @@ $text['label-git_branch']['pl'] = "Gałąź";
|
||||
$text['label-git_branch']['sv-se'] = "Gren";
|
||||
$text['label-git_branch']['uk'] = "філія";
|
||||
$text['label-git_branch']['de-at'] = "Ast";
|
||||
$text['label-git_branch']['it-it'] = "Branch:";
|
||||
|
||||
$text['label-git_commit']['en-us'] = "Commit:";
|
||||
$text['label-git_commit']['es-cl'] = "Cometer";
|
||||
@@ -832,6 +902,7 @@ $text['label-git_commit']['pl'] = "Popełnić";
|
||||
$text['label-git_commit']['sv-se'] = "Begå";
|
||||
$text['label-git_commit']['uk'] = "здійснити";
|
||||
$text['label-git_commit']['de-at'] = "Verpflichten";
|
||||
$text['label-git_commit']['it-it'] = "Commit:";
|
||||
|
||||
$text['label-us-ring']['en-us'] = "us-ring";
|
||||
$text['label-us-ring']['es-cl'] = "us-ring";
|
||||
@@ -843,6 +914,7 @@ $text['label-us-ring']['sv-se'] = "us-ring";
|
||||
$text['label-us-ring']['uk'] = "us-ring";
|
||||
$text['label-us-ring']['de-at'] = "us-ring";
|
||||
$text['label-us-ring']['he'] = "צלצול אמריקאי";
|
||||
$text['label-us-ring']['it-it'] = "us-ring";
|
||||
|
||||
$text['label-uk-ring']['en-us'] = "uk-ring";
|
||||
$text['label-uk-ring']['es-cl'] = "uk-ring";
|
||||
@@ -854,6 +926,7 @@ $text['label-uk-ring']['sv-se'] = "uk-ring";
|
||||
$text['label-uk-ring']['uk'] = "uk-ring";
|
||||
$text['label-uk-ring']['de-at'] = "uk-ring";
|
||||
$text['label-uk-ring']['he'] = "צלצול אנגלי";
|
||||
$text['label-uk-ring']['it-it'] = "uk-ring";
|
||||
|
||||
$text['label-pt-ring']['en-us'] = "pt-ring";
|
||||
$text['label-pt-ring']['es-cl'] = "pt-ring";
|
||||
@@ -865,6 +938,7 @@ $text['label-pt-ring']['sv-se'] = "pt-ring";
|
||||
$text['label-pt-ring']['uk'] = "pt-ring";
|
||||
$text['label-pt-ring']['de-at'] = "pt-ring";
|
||||
$text['label-pt-ring']['he'] = "צלצול פולני";
|
||||
$text['label-pt-ring']['it-it'] = "pt-ring";
|
||||
|
||||
$text['label-it-ring']['en-us'] = "it-ring";
|
||||
$text['label-it-ring']['es-cl'] = "it-ring";
|
||||
@@ -876,6 +950,7 @@ $text['label-it-ring']['sv-se'] = "it-ring";
|
||||
$text['label-it-ring']['uk'] = "it-ring";
|
||||
$text['label-it-ring']['de-at'] = "it-ring";
|
||||
$text['label-it-ring']['he'] = "צלצול איטלקי";
|
||||
$text['label-it-ring']['it-it'] = "it-ring";
|
||||
|
||||
$text['label-fr-ring']['en-us'] = "fr-ring";
|
||||
$text['label-fr-ring']['es-cl'] = "fr-ring";
|
||||
@@ -887,6 +962,7 @@ $text['label-fr-ring']['sv-se'] = "fr-ring";
|
||||
$text['label-fr-ring']['uk'] = "fr-ring";
|
||||
$text['label-fr-ring']['de-at'] = "fr-ring";
|
||||
$text['label-fr-ring']['he'] = "צלצול צרפתי";
|
||||
$text['label-fr-ring']['it-it'] = "fr-ring";
|
||||
|
||||
//option (present for compatibility, should use label-true/false instead)
|
||||
|
||||
@@ -898,6 +974,7 @@ $text['option-true']['pt-br'] = "Sim";
|
||||
$text['option-true']['pl'] = "Tak";
|
||||
$text['option-true']['sv-se'] = "Sann";
|
||||
$text['option-true']['de-at'] = "Ein";
|
||||
$text['option-true']['it-it'] = "Vero";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['es-cl'] = "Falso";
|
||||
@@ -907,6 +984,7 @@ $text['option-false']['pt-br'] = "Não";
|
||||
$text['option-false']['pl'] = "Nie";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['de-at'] = "Aus";
|
||||
$text['option-false']['it-it'] = "Falso";
|
||||
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
@@ -918,6 +996,7 @@ $text['label-label']['pl'] = "Etykieta";
|
||||
$text['label-label']['uk'] = "Назва";
|
||||
$text['label-label']['sv-se'] = "Etikett";
|
||||
$text['label-label']['de-at'] = "Kennzeichnung";
|
||||
$text['label-label']['it-it'] = "Etichetta";
|
||||
|
||||
$text['label-groups']['en-us'] = "Groups";
|
||||
$text['label-groups']['es-cl'] = "Grupos";
|
||||
@@ -928,6 +1007,7 @@ $text['label-groups']['pl'] = "Grupy";
|
||||
$text['label-groups']['uk'] = "Групи";
|
||||
$text['label-groups']['sv-se'] = "Grupper";
|
||||
$text['label-groups']['de-at'] = "Gruppen";
|
||||
$text['label-groups']['it-it'] = "Gruppi";
|
||||
|
||||
//description
|
||||
|
||||
@@ -941,6 +1021,7 @@ $text['description-name']['pl'] = "";
|
||||
$text['description-name']['sv-se'] = "";
|
||||
$text['description-name']['uk'] = "";
|
||||
$text['description-name']['de-at'] = "";
|
||||
$text['description-name']['it-it'] = "Inserisci il nome.";
|
||||
|
||||
$text['description-value']['en-us'] = "Enter the value.";
|
||||
$text['description-value']['es-cl'] = "Ingrese el valor de esta configuración";
|
||||
@@ -952,6 +1033,7 @@ $text['description-value']['pl'] = "Wprowadź wartość tego ustawienia";
|
||||
$text['description-value']['sv-se'] = "Ange värdet på inställningen.";
|
||||
$text['description-value']['uk'] = "Введіть значенння змінної";
|
||||
$text['description-value']['de-at'] = "Geben Sie den Wert für diese Einstellung an.";
|
||||
$text['description-value']['it-it'] = "Inserisci il valore.";
|
||||
|
||||
$text['description-type']['en-us'] = "Enter the setting type (ie. uuid, name, var, dir, etc).";
|
||||
$text['description-type']['es-cl'] = "Ingrese el tipo de configuración (ej. uuid, name, var, dir, etc).";
|
||||
@@ -963,6 +1045,7 @@ $text['description-type']['pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name,
|
||||
$text['description-type']['sv-se'] = "Fyll i inställnings typ (ie. uuid, name, var, dir, etc).";
|
||||
$text['description-type']['uk'] = "";
|
||||
$text['description-type']['de-at'] = "Geben Sie den Typ für diese Einstellung an (z.B. uuid, name, var, dir, etc).";
|
||||
$text['description-type']['it-it'] = "Inserisci il tipo di impostazione (ad esempio uuid, nome, var, dir, etc).";
|
||||
|
||||
$text['description-category']['en-us'] = "Enter the category.";
|
||||
$text['description-category']['es-cl'] = "Ingrese la categoría.";
|
||||
@@ -974,6 +1057,7 @@ $text['description-category']['pl'] = "Wprowadź kategorię";
|
||||
$text['description-category']['sv-se'] = "Ange Kategori.";
|
||||
$text['description-category']['uk'] = "Опис";
|
||||
$text['description-category']['de-at'] = "Geben Sie die Kategorie an.";
|
||||
$text['description-category']['it-it'] = "Inserisci la categoria.";
|
||||
|
||||
$text['description-subcategory']['en-us'] = "Enter the subcategory.";
|
||||
$text['description-subcategory']['es-cl'] = "Ingrese la subcategoría.";
|
||||
@@ -985,6 +1069,7 @@ $text['description-subcategory']['pl'] = "Wprowadź podkategorię";
|
||||
$text['description-subcategory']['sv-se'] = "Fyll i under-kategori";
|
||||
$text['description-subcategory']['uk'] = "";
|
||||
$text['description-subcategory']['de-at'] = "Geben Sie die Unterkategorie an.";
|
||||
$text['description-subcategory']['it-it'] = "Inserisci la sottocategoria.";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['es-cl'] = "Ingrese una descripción, opcional.";
|
||||
@@ -996,6 +1081,7 @@ $text['description-description']['pl'] = "Wpisz opis (opcjonalne).";
|
||||
$text['description-description']['sv-se'] = "Fyll i en beskrivning, om nödvändigt.";
|
||||
$text['description-description']['uk'] = "Введіть опис, якщо це необхідно.";
|
||||
$text['description-description']['de-at'] = "Falls gewünscht, geben Sie eine Beschreibung an.";
|
||||
$text['description-description']['it-it'] = "Inserisci una descrizione, opzionale.";
|
||||
|
||||
$text['description-enabled']['en-us'] = "";
|
||||
$text['description-enabled']['es-cl'] = "";
|
||||
@@ -1009,10 +1095,12 @@ $text['description-enabled']['ro'] = "";
|
||||
$text['description-enabled']['de-at'] = "";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['he'] = "";
|
||||
$text['description-enabled']['it-it'] = "";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter the description.';
|
||||
$text['description-description']['es-cl'] = '';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
$text['description-description']['it-it'] = 'Inserire la descrizione.';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user