2013-09-30 13:19:40 +00:00
<? php
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'title-time-condition-add' ][ 'en-us' ] = "Time Conditions" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-time-condition-add' ][ 'pt-pt' ] = "Condições Temporais" ;
2013-10-01 11:35:07 +00:00
$text [ 'title-time-condition-add' ][ 'fr-fr' ] = "Conditions Temporelles" ;
$text [ 'description-time-condition-add' ][ 'en-us' ] = "Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-time-condition-add' ][ 'pt-pt' ] = "As condições temporais encaminham as chamadas com base no tempo. Pode utilizar as condições temporais para enviar chamadas para um menu de IVR, números externos, scripts, ou outros destinos." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-time-condition-add' ][ 'fr-fr' ] = "Configurer l'acheminement d'apppel en fonction de conditions temporelles. Ces conditions temporelles permettent de diriger les appels vers un menu SVI, un numéro externe, un script, ou tout autre destination." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-name' ][ 'en-us' ] = "Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-name' ][ 'pt-pt' ] = "Nome" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-name' ][ 'fr-fr' ] = "Nom" ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name' ][ 'en-us' ] = "Enter the name for the time condition." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name' ][ 'pt-pt' ] = "Introduza o nome da condição temporal." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name' ][ 'fr-fr' ] = "Choisir un nom pour cette condition temporelle." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-extension' ][ 'en-us' ] = "Extension" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-extension' ][ 'pt-pt' ] = "Extensão" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-extension' ][ 'fr-fr' ] = "Extension" ;
$text [ 'description-extension' ][ 'en-us' ] = "Enter the extension number." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-extension' ][ 'pt-pt' ] = "Introduza o número da extensão." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-extension' ][ 'fr-fr' ] = "Choisir le numéro d'extension." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-template' ][ 'en-us' ] = "Template" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-template' ][ 'pt-pt' ] = "Template" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-template' ][ 'fr-fr' ] = "Modèle" ;
$text [ 'description-template' ][ 'en-us' ] = "The templates provides a list of preset time conditions." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-template' ][ 'pt-pt' ] = "Os templates oferecem uma lista condições temporais." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-template' ][ 'fr-fr' ] = "Le modèle fourni une liste de présélection." ;
2012-11-24 20:30:26 +00:00
//begin: Template options
2013-10-01 11:35:07 +00:00
$text [ 'label-optgroup-office' ][ 'en-us' ] = "Office" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-optgroup-office' ][ 'pt-pt' ] = "Escritório" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-optgroup-office' ][ 'fr-fr' ] = "Bureau" ;
$text [ 'label-option-office-8am-5pm' ][ 'en-us' ] = "Office Hours Mon-Fri 8am-5pm" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-office-8am-5pm' ][ 'pt-pt' ] = "Horas de Trabalho Seg-Sex 8h-17h" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-office-8am-5pm' ][ 'fr-fr' ] = "Heures de Bureau Lun-Ven 8h-17h" ;
$text [ 'label-option-office-9am-6pm' ][ 'en-us' ] = "Office Hours Mon-Fri 9am-6pm" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-office-9am-6pm' ][ 'pt-pt' ] = "Horas de Trabalho Seg-Sex 9h-18h" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-office-9am-6pm' ][ 'fr-fr' ] = "Heures de Bureau Lun-Ven 9h-18h" ;
2013-10-01 12:26:41 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-optgroup-us-holidays' ][ 'en-us' ] = "US Holidays" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-optgroup-us-holidays' ][ 'pt-pt' ] = "Férias US" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-optgroup-us-holidays' ][ 'fr-fr' ] = "Vacances US" ;
$text [ 'label-option-us-holidays-new-year' ][ 'en-us' ] = "New Year\'s Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-new-year' ][ 'pt-pt' ] = "Dia de Ano Novo" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-option-us-holidays-new-year' ][ 'fr-fr' ] = "Nouvel an" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-martin-luther-king' ][ 'en-us' ] = "Martin Luther King Jr Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-martin-luther-king' ][ 'pt-pt' ] = "Dia de Martin Luther King Jr" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-martin-luther-king' ][ 'fr-fr' ] = "Martin Luther King Jr Day" ;
$text [ 'label-option-us-holidays-president' ][ 'en-us' ] = "Presidents Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-president' ][ 'pt-pt' ] = "Dia dos Presidentes" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-president' ][ 'fr-fr' ] = "Presidents Day" ;
$text [ 'label-option-us-holidays-memorial' ][ 'en-us' ] = "Memorial Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-memorial' ][ 'pt-pt' ] = "Dia do Memorial" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-memorial' ][ 'fr-fr' ] = "Memorial Day" ;
$text [ 'label-option-us-holidays-independence' ][ 'en-us' ] = "Independence Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-independence' ][ 'pt-pt' ] = "Dia da Independência" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-independence' ][ 'fr-fr' ] = "Independence Day" ;
$text [ 'label-option-us-holidays-labor' ][ 'en-us' ] = "Labor Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-labor' ][ 'pt-pt' ] = "Dia do Trabalho" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-labor' ][ 'fr-fr' ] = "Labor Day" ;
$text [ 'label-option-us-holidays-columbus' ][ 'en-us' ] = "Columbus Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-columbus' ][ 'pt-pt' ] = "Dia de Colombo" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-columbus' ][ 'fr-fr' ] = "Columbus Day" ;
$text [ 'label-option-us-holidays-veteran' ][ 'en-us' ] = "Veteran\'s Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-veteran' ][ 'pt-pt' ] = "Dia dos Veteranos" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-veteran' ][ 'fr-fr' ] = "Veteran\'s Day" ;
$text [ 'label-option-us-holidays-thanksgiving' ][ 'en-us' ] = "Thanksgiving" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-thanksgiving' ][ 'pt-pt' ] = "Thanksgiving" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-option-us-holidays-thanksgiving' ][ 'fr-fr' ] = "Thanksgiving" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-option-us-holidays-christmas' ][ 'en-us' ] = "Christmas" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-option-us-holidays-christmas' ][ 'pt-pt' ] = "Natal" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-option-us-holidays-christmas' ][ 'fr-fr' ] = "Noël" ;
2012-11-24 20:30:26 +00:00
//end: TemplateOptions
2013-10-01 11:35:07 +00:00
$text [ 'label-day-of-month' ][ 'en-us' ] = "Day of Month" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-day-of-month' ][ 'pt-pt' ] = "Dia do Mês" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-day-of-month' ][ 'fr-fr' ] = "Jour du Mois" ;
2013-10-01 11:35:07 +00:00
$text [ 'description-day-of-month' ][ 'en-us' ] = "Enter the day of the month." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-day-of-month' ][ 'pt-pt' ] = "Introduza o dia do mês." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-day-of-month' ][ 'fr-fr' ] = "Choisir le jour du mois." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-day-of-week' ][ 'en-us' ] = "Day of Week" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-day-of-week' ][ 'pt-pt' ] = "Dia da Semana" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-day-of-week' ][ 'fr-fr' ] = "Jour de la semaine" ;
2013-10-01 11:35:07 +00:00
$text [ 'description-day-of-week' ][ 'en-us' ] = "Enter the day of the week. 1-7 (Sun=1, Mon=2, Tues=3)" ;
2013-10-17 22:06:01 +00:00
$text [ 'description-day-of-week' ][ 'pt-pt' ] = "Introduza o dia da semana. 1-7 (Dom=1, Seg=2, Ter=3)" ;
2013-09-30 13:19:40 +00:00
$text [ 'description-day-of-week' ][ 'fr-fr' ] = "Choisir le jour de la semaine. 1-7 (Dim=1, Lun=2, Mar=3)." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-minute-of-day' ][ 'en-us' ] = "Minute of Day" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-minute-of-day' ][ 'pt-pt' ] = "Minuto do Dia" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-minute-of-day' ][ 'fr-fr' ] = "Minute de la journée" ;
2013-10-01 11:35:07 +00:00
$text [ 'description-minute-of-day' ][ 'en-us' ] = "Enter the minute of the day. 1-1440 (midnight = 1, 8am=480, 9am=540, 6pm=1080)" ;
2013-10-17 22:06:01 +00:00
$text [ 'description-minute-of-day' ][ 'pt-pt' ] = "Introduza o minuto do dia. 1-1440 (meia-noite = 1, 8h=480, 9h=540, 18h=1080)" ;
2013-09-30 13:19:40 +00:00
$text [ 'description-minute-of-day' ][ 'fr-fr' ] = "Choisir la minute de la journée. 1-1440 (minuit = 1, 8h=480, 9h=540, 6h=1080)" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-month' ][ 'en-us' ] = "Month" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-month' ][ 'pt-pt' ] = "Mês" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-month' ][ 'fr-fr' ] = "Mois" ;
$text [ 'description-month' ][ 'en-us' ] = "Enter the month. 1-12 (Jan=1, Feb=2, Mar=3, April=4, May=5, Jun=6, July=7 etc.)" ;
2013-10-17 22:06:01 +00:00
$text [ 'description-month' ][ 'pt-pt' ] = "Introduza o mês. 1-12 (Jan=1, Fev=2, Mar=3, Abr=4, Maio=5, Junho=6, Julho=7 etc.)" ;
2013-09-30 13:19:40 +00:00
$text [ 'description-month' ][ 'fr-fr' ] = "Choisir le mois. 1-12 (Jan=1, Fev=2, Mar=3, Avr=4, Mai=5, etc.)." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-week-of-month' ][ 'en-us' ] = "Week of Month" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-week-of-month' ][ 'pt-pt' ] = "Semana do Mês" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-week-of-month' ][ 'fr-fr' ] = "Semaine du Mois" ;
2013-10-01 11:35:07 +00:00
$text [ 'description-week-of-month' ][ 'en-us' ] = "Enter the week of the month." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-week-of-month' ][ 'pt-pt' ] = "Introduza a semana do mês." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-week-of-month' ][ 'fr-fr' ] = "Choisir le numéro de la semaine dans le mois" ;
2012-11-24 20:30:26 +00:00
//begin: show_advanced
2013-10-01 11:35:07 +00:00
$text [ 'label-show-advanced' ][ 'en-us' ] = "Show Advanced" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-show-advanced' ][ 'pt-pt' ] = "Opções Avançadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-show-advanced' ][ 'fr-fr' ] = "Paramètres avancés" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-advanced' ][ 'en-us' ] = "Advanced" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-advanced' ][ 'pt-pt' ] = "Avançadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-advanced' ][ 'fr-fr' ] = "Afficher les paramètres avancés" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-day-of-year' ][ 'en-us' ] = "Day of Year" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-day-of-year' ][ 'pt-pt' ] = "Dia do Ano" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-day-of-year' ][ 'fr-fr' ] = "Jour de l'année" ;
2013-10-01 11:35:07 +00:00
$text [ 'description-day-of-year' ][ 'en-us' ] = "Enter the day of the year." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-day-of-year' ][ 'pt-pt' ] = "Introduza o dia do ano." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-day-of-year' ][ 'fr-fr' ] = "Choisir le numéro du jour de l'année." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-hour' ][ 'en-us' ] = "Hour" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-hour' ][ 'pt-pt' ] = "Hora" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-hour' ][ 'fr-fr' ] = "Heure" ;
$text [ 'description-hour' ][ 'en-us' ] = "Enter the hour." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-hour' ][ 'pt-pt' ] = "Introduza a hora." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-hour' ][ 'fr-fr' ] = "Choisir l'heure." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-minute' ][ 'en-us' ] = "Minute" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-minute' ][ 'pt-pt' ] = "Minuto" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-minute' ][ 'fr-fr' ] = "Minute" ;
$text [ 'description-minute' ][ 'en-us' ] = "Enter the minute." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-minute' ][ 'pt-pt' ] = "Introduza o minuto." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-minute' ][ 'fr-fr' ] = "Choisir la minute." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-week' ][ 'en-us' ] = "Week" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-week' ][ 'pt-pt' ] = "Semana" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-week' ][ 'fr-fr' ] = "Semaine" ;
$text [ 'description-week' ][ 'en-us' ] = "Enter the week." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-week' ][ 'pt-pt' ] = "Introduza a semana." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-week' ][ 'fr-fr' ] = "Choisir le numéro de la semaine." ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-year' ][ 'en-us' ] = "Year" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-year' ][ 'pt-pt' ] = "Ano" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-year' ][ 'fr-fr' ] = "Année" ;
$text [ 'description-year' ][ 'en-us' ] = "Enter the year." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-year' ][ 'pt-pt' ] = "Introduza o ano." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-year' ][ 'fr-fr' ] = "Choisir l'année." ;
2012-11-24 23:45:15 +00:00
//end: show_advanced
2013-10-01 11:35:07 +00:00
$text [ 'label-true' ][ 'en-us' ] = "true" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-true' ][ 'pt-pt' ] = "sim" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-true' ][ 'fr-fr' ] = "Oui" ;
2012-11-24 23:45:15 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-false' ][ 'en-us' ] = "false" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-false' ][ 'pt-pt' ] = "não" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-false' ][ 'fr-fr' ] = "Non" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-action-when-true' ][ 'en-us' ] = "Action when True" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-action-when-true' ][ 'pt-pt' ] = "Acção quando Verdadeiro" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-action-when-true' ][ 'fr-fr' ] = "Action quand Vrai" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-action-when-false' ][ 'en-us' ] = "Action when False" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-action-when-false' ][ 'pt-pt' ] = "Acção quando Falso" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-action-when-false' ][ 'fr-fr' ] = "Action quand Faux" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-order' ][ 'en-us' ] = "Order" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-order' ][ 'pt-pt' ] = "Ordem" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-order' ][ 'fr-fr' ] = "Ordre" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-enabled' ][ 'en-us' ] = "Enabled" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-enabled' ][ 'pt-pt' ] = "Activado" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-enabled' ][ 'fr-fr' ] = "Actif" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-description' ][ 'en-us' ] = "Description" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-description' ][ 'pt-pt' ] = "Descrição" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-description' ][ 'fr-fr' ] = "Description" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-required-domain_uuid' ][ 'en-us' ] = "Please provide: domain_uuid" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-required-domain_uuid' ][ 'pt-pt' ] = "Por favor indique: domain_uuid" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-required-domain_uuid' ][ 'fr-fr' ] = "Merci d'indiquer: domain_uuid" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-required-dialplan_name' ][ 'en-us' ] = "Please provide: Extension Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-required-dialplan_name' ][ 'pt-pt' ] = "Por favor indique: Nome da Extensão" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-required-dialplan_name' ][ 'fr-fr' ] = "Merci d'indiquer: Nom de l'extension" ;
2012-11-24 20:30:26 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'confirm-update-complete' ][ 'en-us' ] = "Update Complete" ;
2013-10-17 22:06:01 +00:00
$text [ 'confirm-update-complete' ][ 'pt-pt' ] = "Actualização Efectuada" ;
2013-10-01 11:35:07 +00:00
$text [ 'confirm-update-complete' ][ 'fr-fr' ] = "Mis à jour" ;
2012-11-24 20:30:26 +00:00
2013-09-30 13:19:40 +00:00
?>