AlexanderDCrane
5dcbb0aa1a
Update contact_url_edit.php ( #3161 )
2018-06-13 07:36:24 -06:00
AlexanderDCrane
67d66d149c
Update contact_relation_edit.php ( #3163 )
2018-06-13 07:31:59 -06:00
AlexanderDCrane
e56e746f80
Update contact_email_edit.php ( #3160 )
2018-06-13 07:24:38 -06:00
AlexanderDCrane
fb2c34419b
Update contact_note_edit.php ( #3165 )
2018-06-13 07:23:55 -06:00
AlexanderDCrane
a2748fbf04
Update contact_time_edit.php ( #3167 )
2018-06-13 07:21:25 -06:00
AlexanderDCrane
4ac7575ddf
Update contact_address_edit.php ( #3158 )
2018-06-13 00:56:16 -06:00
AlexanderDCrane
c90ae90dbf
Update contact_phone_edit.php ( #3156 )
2018-06-13 00:54:36 -06:00
AlexanderDCrane
88ba99d6b1
Update contact_setting_edit.php ( #3169 )
2018-06-13 00:51:00 -06:00
AlexanderDCrane
d91bcb70d3
Update contact_edit.php ( #3154 )
2018-06-13 00:25:52 -06:00
FusionPBX
bba4f62d50
Update contact_notes.php
2018-06-08 00:33:16 -06:00
FusionPBX
fdc569a810
Update contact_urls.php
2018-06-08 00:29:09 -06:00
FusionPBX
ce71f97b57
Update contact_times.php
2018-06-08 00:28:00 -06:00
FusionPBX
fc8d1f4ef3
Update contact_settings.php
2018-06-08 00:24:58 -06:00
FusionPBX
d6a4242d22
Update contact_relations.php
2018-06-08 00:23:30 -06:00
FusionPBX
150a324e1b
Update contact_extensions.php
2018-06-08 00:18:24 -06:00
FusionPBX
12a4e52e12
Update contact_emails.php
2018-06-08 00:17:06 -06:00
FusionPBX
749c3afe70
Update contact_addresses.php
2018-06-08 00:15:57 -06:00
FusionPBX
9cf334b88a
Update contact_phones.php
2018-06-06 12:04:14 -06:00
FusionPBX
8a59c98b18
Update contacts.php
2018-06-05 18:23:58 -06:00
FusionPBX
ad3569ea97
Update contact_notes.php
2018-06-02 21:12:08 -06:00
Mafoo
4d60f4f6d5
Enhance [master] - Italian Translations ( #2989 )
...
* Reinstate comments detected by text class
* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX
0db0ac5941
Update contacts.php
2018-01-10 13:37:26 -07:00
Pro-pra
8e0cf6ae12
Update app_languages.php ( #2909 )
2017-11-16 17:47:03 -07:00
FusionPBX
292794adb6
Update contact_edit.php
2017-10-10 23:35:29 -06:00
Christian Bergamaschi
9f228ef8c5
Italian translation added ( #2852 )
2017-09-21 09:06:26 -06:00
Mafoo
f394915125
Enhance - translation missing tags ( #2680 )
...
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo
f0feb25016
Enhance - Convert more messages ( #2646 )
...
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -06:00
Mafoo
b98f9cb120
Enhance - app_config.php cleanup for apps ( #2633 )
...
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:00:20 -06:00
Mafoo
4ae8b418d4
BugFix [master] - Convert all menus to 2-2 format ( #2627 )
...
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00
Kristian Karlsson
22c317eb2f
BugFix [master] - Update languages ( #2621 )
...
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
The-Operator
a8dbc5fa93
Update German and Austrian translations ( #2595 )
2017-05-23 02:15:49 -06:00
FusionPBX
c39ca2e138
Update app_languages.php
2017-05-19 15:04:53 -06:00
Mafoo
01563ff267
BugFix - Convert all languages to 2-2 digit ( #2590 )
...
Some applications were missed due to permissions issue on the server performing the update, this update corrects the missing changes
ordering in xml_cdr was done manually in a previous PR, this corrects the ordering and incorrect description-pdd and description-mos for nl-nl
2017-05-19 11:50:44 -06:00
Mafoo
f44aee3bf8
Enhance - Convert all languages to 2-2 digit ( #2581 )
...
Convert all languages to use the en-us style codes
Where an installation is using a 2 digit code, use the legacy map to find
the mapped language and provide that text correctly
Have escape_str strip \' before converting or we end up with a double
encode
Update organzie_languages to understand how to convert legacy languages
automatically
updated flags
2017-05-13 13:13:38 -06:00
FusionPBX
db98723eed
Update app_languages.php
2017-05-10 22:16:07 -06:00
Mafoo
22dc22c30e
BugFix [master] Languages add missing text placeholders ( #2572 )
...
* BugFix [master] Languages add missing text placeholders
add placeholders for missing language text
reorganise file so languages are in a consistent order with en-us always first, and the remaining stored alphabetically
space out tag names to make them line up for readability
* add organize_language to text class
also add get_languages
2017-05-10 13:40:46 -06:00
The-Operator
d05ace4995
Updates to German and Austrian translations ( #2549 )
...
Updates and error corrections
2017-04-27 15:19:36 -06:00
The-Operator
32c1522cbb
Add/Update German and Austrian translations ( #2542 )
...
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00
Vladimir
30055465b7
Adding ru-ru locales ( #2530 )
...
* Translation of the menu (sent by Victor Kraft)
* ACL translate
* Backup translated
* App Fax translated (sent by Victor Kraft)
* App Adminer trnslated
* Resources translated (sent by Victor Kraft)
* App SIP Profiles translated
* ru-ru
* Call Block added
* ru-ru
* Update app_menu.php
* voicemails/app_languages.php locales ru-ru
voicemails/app_languages.php locales ru-ru
* app/vars/app_languages.php locales ru-ru
app/vars/app_languages.php locales ru-ru
* core: apps, authentication, databases, default_settings translate
* app/traffic_graph/app_languages.php adding locales ru-ru
app/traffic_graph/app_languages.php adding locales ru-ru
* app/time_conditions/app_languages.php adding locales ru-ru
app/time_conditions/app_languages.php adding locales ru-ru
* /app/system/app_languages.php adding locales ru-ru
/app/system/app_languages.php adding locales ru-ru
* /app/sip_status/app_languages.php adding locales ru-ru
* /app/settings/app_languages.php adding locales ru-ru
* /app/services/app_languages.php adding locales ru-ru
* /app/ring_groups/app_languages.php adding locales ru-ru
* /app/registrations/app_languages.php adding locales ru-ru
* /app/recordings/app_languages.php adding locales ru-ru
* /app/provision/app_menu.php adding locales ru-ru
* /app/pin_numbers/app_languages.php adding locales ru-ru
* Update app_languages.php
* /app/phrases/app_languages.php adding locales ru-ru
* /app/operator_panel/app_languages.php adding locales ru-ru
* core/groups translated
* /app/music_on_hold/app_languages.php adding locales ru-ru
* core/install translated
* core/menu translated
* /app/modules/app_languages.php adding locales ru-ru
* /app/meetings/app_menu.php adding locales ru-ru
* /app/log_viewer/app_languages.php adding locales ru-ru
* /app/ivr_menus/app_languages.php adding locales ru-ru
* /app/gateways/app_languages.php adding locales ru-ru
* /app/fifo_list/app_languages.php adding locales ru-ru
* core/notifications translated
* /app/fifo/app_languages.php adding locales ru-ru
* core/upgrade translated
* Update app_config.php
* core/user_settings translated
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* core/users translated
* call_block translate fix
* Call Broadcast added
* call_block выклюено fix
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* themes translated
* /app/extensions/app_languages.php for locale ru-ru
* /app/exec/app_languages.php add locale ru-ru
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* add locales ru-ru /core/install/app_menu.php
* /app/emails/app_languages.php add locales ru-ru
* /app/edit/app_languages.php add locales ru-ru
* /app/dialplan_outbound/app_languages.php add lacales ru-ru
* app/devices translated
* /app/dialplan_inbound/app_languages.php add locales ru-ru
* call_center_active + call_centers
* /app/dialplan/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/database_transactions/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php addlocales ru-ru
* Update app_languages.php
* Update app_languages.php
* /app/contacts/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* /app/conference_profiles/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* app/calls_active translated
* app/click_to_call translated
* app/calls_active label-opt fix transtation
* translated
* translated
* translate
* /app/voicemails/app_config.php addlocales ru-ru
* /app/voicemail_greetings/app_config.php add locales ru-ru
* /app/vars/app_config.php add locales ru-ru
* /app/traffic_graph/app_config.php add locales ru-ru
* /app/tones/app_config.php add locales ru-ru
* /app/time_conditions/app_config.php add locales ru-ru
* /app/tftp/app_config.php add locales ru-ru
* /app/system/app_config.php add locales ru-ru
* /app/sip_status/app_config.php addlocales ru-ru
* app/devices translated ru-ru
* app/devices translated ru-ru
* /core/menu/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* /app/voicemails/app_languages.php add locales ru-ru
* /app/conference_centers/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/ivr_menus/app_languages.php add locales ru-ru
* /app/xml_cdr/app_languages.php add locales ru-ru
* /resources/app_languages.php add locales ru-ru
* /app/conference_centers/app_languages.php add locales ru-ru
* call_flows
* /app/call_broadcast/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* By now
* calls
* /app/call_flows/app_languages.php add locales ru-ru
* /app/system/app_languages.php add locales ru-ru
* /app/exec/app_languages.php add locales ru-ru
* /app/vars/app_menu.php add locales ru-ru
* /app/backup/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/calls/app_languages.php add locales ru-ru
* /app/call_centers/app_languages.php add locales ru-ru
* /app/call_broadcast/app_languages.php add locales ru-ru
* app/fax fix translate label-fax_send_channels
* /app/extensions/app_languages.php add locales ru-ru
* /app/xml_cdr/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php add locales ru-ru
* Fix default language select
* /app/contacts/app_languages.php add locales ru-ru
* Fix translations in app edit, extensions, fifo, gateways, music_on_hold, services, time_conditions, xml_cdr
* Replaced "звонки" to "вызовы" and fix sorting in menu for "Конференции"
* More replace "звонк"
* Fix translate
* app/xml_cdr replace translate for label-start_range, label-end_range
* app/xml_cdr replace translate label-destination, description_search and description-4
* Corrections
* Repalce "Порядковый номер" to "Приоритет"
* app/operator_panel replace translation label-call_group
2017-04-24 16:37:00 -06:00
The-Operator
8842d7c252
Add German translation and update Austrian Translation ( #2441 )
...
Numerous apps updated
2017-03-22 18:49:33 -06:00
FusionPBX
9dbb59ce8e
Update contact_import.php
2017-03-17 00:04:27 -06:00
FusionPBX
69c0b9a4f8
Update contact_import.php
2017-03-16 19:23:17 -06:00
FusionPBX
32ac0435e9
Update contact_import.php
2017-02-24 10:50:14 -07:00
FusionPBX
782edeca44
Update contact_import.php
2017-02-16 17:12:34 -07:00
FusionPBX
f8eee50a62
Update app_config.php
2017-02-16 15:43:53 -07:00
FusionPBX
10c45b82f8
Update contact_import.php
2017-02-16 00:14:52 -07:00
FusionPBX
6ce2d44fef
Update app_config.php
2017-02-15 22:17:18 -07:00
FusionPBX
69a3561d3b
Update app_languages.php
2017-02-03 15:08:11 -07:00
FusionPBX
2322238b89
Update contact_import.php
2017-02-03 15:04:21 -07:00