mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us * Add en-gb to app_configs * Add en-gb to app_menus * Language copy utility * Fix missing quote mark * Delete cp_lang.py Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Track database transactions";
|
||||
$apps[$x]['description']['en-gb'] = "Track database transactions";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Datenbanktransaktionen verfolgen";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-database_transactions']['en-us'] = "Database Transactions";
|
||||
$text['title-database_transactions']['en-gb'] = "Database Transactions";
|
||||
$text['title-database_transactions']['ar-eg'] = "";
|
||||
$text['title-database_transactions']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['title-database_transactions']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
@@ -22,6 +23,7 @@ $text['title-database_transactions']['sv-se'] = "Databas Transaktioner";
|
||||
$text['title-database_transactions']['uk-ua'] = "";
|
||||
|
||||
$text['title-database_transaction']['en-us'] = "Database Transaction";
|
||||
$text['title-database_transaction']['en-gb'] = "Database Transaction";
|
||||
$text['title-database_transaction']['ar-eg'] = "";
|
||||
$text['title-database_transaction']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['title-database_transaction']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
@@ -42,6 +44,7 @@ $text['title-database_transaction']['sv-se'] = "Transaktionsdatabas";
|
||||
$text['title-database_transaction']['uk-ua'] = "";
|
||||
|
||||
$text['description-database_transactions']['en-us'] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions.";
|
||||
$text['description-database_transactions']['en-gb'] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions.";
|
||||
$text['description-database_transactions']['ar-eg'] = "";
|
||||
$text['description-database_transactions']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['description-database_transactions']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
@@ -62,6 +65,7 @@ $text['description-database_transactions']['sv-se'] = "Databas Transaktioner";
|
||||
$text['description-database_transactions']['uk-ua'] = "";
|
||||
|
||||
$text['label-user_uuid']['en-us'] = "User";
|
||||
$text['label-user_uuid']['en-gb'] = "User";
|
||||
$text['label-user_uuid']['ar-eg'] = "";
|
||||
$text['label-user_uuid']['de-at'] = "Benutzer"; //copied from de-de
|
||||
$text['label-user_uuid']['de-ch'] = "Benutzer"; //copied from de-de
|
||||
@@ -82,6 +86,7 @@ $text['label-user_uuid']['sv-se'] = "Användare";
|
||||
$text['label-user_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['description-user_uuid']['en-us'] = "User transaction.";
|
||||
$text['description-user_uuid']['en-gb'] = "User transaction.";
|
||||
$text['description-user_uuid']['ar-eg'] = "";
|
||||
$text['description-user_uuid']['de-at'] = "Benutzer Transaktion"; //copied from de-de
|
||||
$text['description-user_uuid']['de-ch'] = "Benutzer Transaktion"; //copied from de-de
|
||||
@@ -102,6 +107,7 @@ $text['description-user_uuid']['sv-se'] = "Användar transaktion";
|
||||
$text['description-user_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['label-app_name']['en-us'] = "Application";
|
||||
$text['label-app_name']['en-gb'] = "Application";
|
||||
$text['label-app_name']['ar-eg'] = "";
|
||||
$text['label-app_name']['de-at'] = "Anwendung"; //copied from de-de
|
||||
$text['label-app_name']['de-ch'] = "Anwendung"; //copied from de-de
|
||||
@@ -122,6 +128,7 @@ $text['label-app_name']['sv-se'] = "Applikation";
|
||||
$text['label-app_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-app_name']['en-us'] = "Application name.";
|
||||
$text['description-app_name']['en-gb'] = "Application name.";
|
||||
$text['description-app_name']['ar-eg'] = "";
|
||||
$text['description-app_name']['de-at'] = "Anwendungs-Name."; //copied from de-de
|
||||
$text['description-app_name']['de-ch'] = "Anwendungs-Name."; //copied from de-de
|
||||
@@ -142,6 +149,7 @@ $text['description-app_name']['sv-se'] = "Applikation namn";
|
||||
$text['description-app_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-app_uuid']['en-us'] = "Application Id";
|
||||
$text['label-app_uuid']['en-gb'] = "Application Id";
|
||||
$text['label-app_uuid']['ar-eg'] = "";
|
||||
$text['label-app_uuid']['de-at'] = "Anwendungs-ID"; //copied from de-de
|
||||
$text['label-app_uuid']['de-ch'] = "Anwendungs-ID"; //copied from de-de
|
||||
@@ -162,6 +170,7 @@ $text['label-app_uuid']['sv-se'] = "Applikation Id.";
|
||||
$text['label-app_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['description-app_uuid']['en-us'] = "Application name.";
|
||||
$text['description-app_uuid']['en-gb'] = "Application name.";
|
||||
$text['description-app_uuid']['ar-eg'] = "";
|
||||
$text['description-app_uuid']['de-at'] = "Anwendungs-Name."; //copied from de-de
|
||||
$text['description-app_uuid']['de-ch'] = "Anwendungs-Name."; //copied from de-de
|
||||
@@ -182,6 +191,7 @@ $text['description-app_uuid']['sv-se'] = "Applikation namn.";
|
||||
$text['description-app_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_code']['en-us'] = "Code";
|
||||
$text['label-transaction_code']['en-gb'] = "Code";
|
||||
$text['label-transaction_code']['ar-eg'] = "";
|
||||
$text['label-transaction_code']['de-at'] = "Code"; //copied from de-de
|
||||
$text['label-transaction_code']['de-ch'] = "Code"; //copied from de-de
|
||||
@@ -202,6 +212,7 @@ $text['label-transaction_code']['sv-se'] = "Kod";
|
||||
$text['label-transaction_code']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_code']['en-us'] = "Transaction code.";
|
||||
$text['description-transaction_code']['en-gb'] = "Transaction code.";
|
||||
$text['description-transaction_code']['ar-eg'] = "";
|
||||
$text['description-transaction_code']['de-at'] = "Transaktions-Code"; //copied from de-de
|
||||
$text['description-transaction_code']['de-ch'] = "Transaktions-Code"; //copied from de-de
|
||||
@@ -222,6 +233,7 @@ $text['description-transaction_code']['sv-se'] = "Transaktion kod.";
|
||||
$text['description-transaction_code']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_address']['en-us'] = "IP Address";
|
||||
$text['label-transaction_address']['en-gb'] = "IP Address";
|
||||
$text['label-transaction_address']['ar-eg'] = "";
|
||||
$text['label-transaction_address']['de-at'] = "IP Adresse"; //copied from de-de
|
||||
$text['label-transaction_address']['de-ch'] = "IP Adresse"; //copied from de-de
|
||||
@@ -242,6 +254,7 @@ $text['label-transaction_address']['sv-se'] = "IP Address";
|
||||
$text['label-transaction_address']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_address']['en-us'] = "IP address of the user.";
|
||||
$text['description-transaction_address']['en-gb'] = "IP address of the user.";
|
||||
$text['description-transaction_address']['ar-eg'] = "";
|
||||
$text['description-transaction_address']['de-at'] = "IP Adresse des Anwenders"; //copied from de-de
|
||||
$text['description-transaction_address']['de-ch'] = "IP Adresse des Anwenders"; //copied from de-de
|
||||
@@ -262,6 +275,7 @@ $text['description-transaction_address']['sv-se'] = "Användarens IP Address";
|
||||
$text['description-transaction_address']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_type']['en-us'] = "Type";
|
||||
$text['label-transaction_type']['en-gb'] = "Type";
|
||||
$text['label-transaction_type']['ar-eg'] = "";
|
||||
$text['label-transaction_type']['de-at'] = "Typ"; //copied from de-de
|
||||
$text['label-transaction_type']['de-ch'] = "Typ"; //copied from de-de
|
||||
@@ -282,6 +296,7 @@ $text['label-transaction_type']['sv-se'] = "Typ";
|
||||
$text['label-transaction_type']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_type']['en-us'] = "Type: add, update, delete";
|
||||
$text['description-transaction_type']['en-gb'] = "Type: add, update, delete";
|
||||
$text['description-transaction_type']['ar-eg'] = "";
|
||||
$text['description-transaction_type']['de-at'] = "Typ: add, update, delete"; //copied from de-de
|
||||
$text['description-transaction_type']['de-ch'] = "Typ: add, update, delete"; //copied from de-de
|
||||
@@ -302,6 +317,7 @@ $text['description-transaction_type']['sv-se'] = "Typ: lägg till, ändra, ta bo
|
||||
$text['description-transaction_type']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_date']['en-us'] = "Date";
|
||||
$text['label-transaction_date']['en-gb'] = "Date";
|
||||
$text['label-transaction_date']['ar-eg'] = "";
|
||||
$text['label-transaction_date']['de-at'] = "Datum"; //copied from de-de
|
||||
$text['label-transaction_date']['de-ch'] = "Datum"; //copied from de-de
|
||||
@@ -322,6 +338,7 @@ $text['label-transaction_date']['sv-se'] = "Datum";
|
||||
$text['label-transaction_date']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_date']['en-us'] = "Transaction date.";
|
||||
$text['description-transaction_date']['en-gb'] = "Transaction date.";
|
||||
$text['description-transaction_date']['ar-eg'] = "";
|
||||
$text['description-transaction_date']['de-at'] = "Transaktions-Datum"; //copied from de-de
|
||||
$text['description-transaction_date']['de-ch'] = "Transaktions-Datum"; //copied from de-de
|
||||
@@ -342,6 +359,7 @@ $text['description-transaction_date']['sv-se'] = "Transaktions datum.";
|
||||
$text['description-transaction_date']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_old']['en-us'] = "Before";
|
||||
$text['label-transaction_old']['en-gb'] = "Before";
|
||||
$text['label-transaction_old']['ar-eg'] = "";
|
||||
$text['label-transaction_old']['de-at'] = "Vor"; //copied from de-de
|
||||
$text['label-transaction_old']['de-ch'] = "Vor"; //copied from de-de
|
||||
@@ -362,6 +380,7 @@ $text['label-transaction_old']['sv-se'] = "Före";
|
||||
$text['label-transaction_old']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_old']['en-us'] = "Array before the transaction.";
|
||||
$text['description-transaction_old']['en-gb'] = "Array before the transaction.";
|
||||
$text['description-transaction_old']['ar-eg'] = "";
|
||||
$text['description-transaction_old']['de-at'] = "Array vor der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_old']['de-ch'] = "Array vor der Transaktion."; //copied from de-de
|
||||
@@ -382,6 +401,7 @@ $text['description-transaction_old']['sv-se'] = "Array före transaktionen.";
|
||||
$text['description-transaction_old']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_new']['en-us'] = "After";
|
||||
$text['label-transaction_new']['en-gb'] = "After";
|
||||
$text['label-transaction_new']['ar-eg'] = "";
|
||||
$text['label-transaction_new']['de-at'] = "Nach"; //copied from de-de
|
||||
$text['label-transaction_new']['de-ch'] = "Nach"; //copied from de-de
|
||||
@@ -402,6 +422,7 @@ $text['label-transaction_new']['sv-se'] = "Efter";
|
||||
$text['label-transaction_new']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_new']['en-us'] = "Array after the transaction.";
|
||||
$text['description-transaction_new']['en-gb'] = "Array after the transaction.";
|
||||
$text['description-transaction_new']['ar-eg'] = "";
|
||||
$text['description-transaction_new']['de-at'] = "Array nach der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_new']['de-ch'] = "Array nach der Transaktion."; //copied from de-de
|
||||
@@ -422,6 +443,7 @@ $text['description-transaction_new']['sv-se'] = "Array efter transaktionen.";
|
||||
$text['description-transaction_new']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_result']['en-us'] = "Result";
|
||||
$text['label-transaction_result']['en-gb'] = "Result";
|
||||
$text['label-transaction_result']['ar-eg'] = "";
|
||||
$text['label-transaction_result']['de-at'] = "Ergebnis"; //copied from de-de
|
||||
$text['label-transaction_result']['de-ch'] = "Ergebnis"; //copied from de-de
|
||||
@@ -442,6 +464,7 @@ $text['label-transaction_result']['sv-se'] = "Resultat";
|
||||
$text['label-transaction_result']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_result']['en-us'] = "Result of the transaction.";
|
||||
$text['description-transaction_result']['en-gb'] = "Result of the transaction.";
|
||||
$text['description-transaction_result']['ar-eg'] = "";
|
||||
$text['description-transaction_result']['de-at'] = "Ergebnis der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_result']['de-ch'] = "Ergebnis der Transaktion."; //copied from de-de
|
||||
@@ -462,6 +485,7 @@ $text['description-transaction_result']['sv-se'] = "Resultat av transaktionen.";
|
||||
$text['description-transaction_result']['uk-ua'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['en-gb'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "wahr"; //copied from de-de
|
||||
$text['label-true']['de-ch'] = "wahr"; //copied from de-de
|
||||
@@ -482,6 +506,7 @@ $text['label-true']['sv-se'] = "sann";
|
||||
$text['label-true']['uk-ua'] = "";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['en-gb'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus"; //copied from de-de
|
||||
$text['label-false']['de-ch'] = "aus"; //copied from de-de
|
||||
@@ -502,6 +527,7 @@ $text['label-false']['sv-se'] = "falsk";
|
||||
$text['label-false']['uk-ua'] = "";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['en-gb'] = "Add";
|
||||
$text['button-add']['ar-eg'] = "";
|
||||
$text['button-add']['de-at'] = "Hinzufügen"; //copied from de-de
|
||||
$text['button-add']['de-ch'] = "Hinzufügen"; //copied from de-de
|
||||
@@ -522,6 +548,7 @@ $text['button-add']['sv-se'] = "Lägg Till";
|
||||
$text['button-add']['uk-ua'] = "";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['en-gb'] = "Edit";
|
||||
$text['button-edit']['ar-eg'] = "";
|
||||
$text['button-edit']['de-at'] = "Bearbeiten"; //copied from de-de
|
||||
$text['button-edit']['de-ch'] = "Bearbeiten"; //copied from de-de
|
||||
@@ -542,6 +569,7 @@ $text['button-edit']['sv-se'] = "Ändra";
|
||||
$text['button-edit']['uk-ua'] = "";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['en-gb'] = "Delete";
|
||||
$text['button-delete']['ar-eg'] = "";
|
||||
$text['button-delete']['de-at'] = "Löschen"; //copied from de-de
|
||||
$text['button-delete']['de-ch'] = "Löschen"; //copied from de-de
|
||||
@@ -562,6 +590,7 @@ $text['button-delete']['sv-se'] = "Ta Bort";
|
||||
$text['button-delete']['uk-ua'] = "";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['en-gb'] = "Save";
|
||||
$text['button-save']['ar-eg'] = "";
|
||||
$text['button-save']['de-at'] = "Speichern"; //copied from de-de
|
||||
$text['button-save']['de-ch'] = "Speichern"; //copied from de-de
|
||||
@@ -582,6 +611,7 @@ $text['button-save']['sv-se'] = "Spara";
|
||||
$text['button-save']['uk-ua'] = "";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['en-gb'] = "View";
|
||||
$text['button-view']['ar-eg'] = "";
|
||||
$text['button-view']['de-at'] = "Anzeigen"; //copied from de-de
|
||||
$text['button-view']['de-ch'] = "Anzeigen"; //copied from de-de
|
||||
@@ -602,6 +632,7 @@ $text['button-view']['sv-se'] = "Visa";
|
||||
$text['button-view']['uk-ua'] = "";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['en-gb'] = "Back";
|
||||
$text['button-back']['ar-eg'] = "";
|
||||
$text['button-back']['de-at'] = "Zurück"; //copied from de-de
|
||||
$text['button-back']['de-ch'] = "Zurück"; //copied from de-de
|
||||
@@ -622,6 +653,7 @@ $text['button-back']['sv-se'] = "Tillbaka";
|
||||
$text['button-back']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['en-gb'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['ar-eg'] = "";
|
||||
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
$text['confirm-delete']['de-ch'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
@@ -642,6 +674,7 @@ $text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete']['uk-ua'] = "";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['en-gb'] = "Add Completed";
|
||||
$text['message-add']['ar-eg'] = "";
|
||||
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
$text['message-add']['de-ch'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
@@ -662,6 +695,7 @@ $text['message-add']['sv-se'] = "Tillagd";
|
||||
$text['message-add']['uk-ua'] = "";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['en-gb'] = "Update Completed";
|
||||
$text['message-update']['ar-eg'] = "";
|
||||
$text['message-update']['de-at'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
$text['message-update']['de-ch'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
@@ -682,6 +716,7 @@ $text['message-update']['sv-se'] = "Ändring utförd";
|
||||
$text['message-update']['uk-ua'] = "";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['en-gb'] = "Delete Completed";
|
||||
$text['message-delete']['ar-eg'] = "";
|
||||
$text['message-delete']['de-at'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
$text['message-delete']['de-ch'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
@@ -702,6 +737,7 @@ $text['message-delete']['sv-se'] = "Borttagning utförd";
|
||||
$text['message-delete']['uk-ua'] = "";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['en-gb'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
$text['message-required']['de-ch'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
||||
Reference in New Issue
Block a user