FusionPBX
711bca9e97
Update app_languages.php
...
Add label-global to the global languages file.
2016-07-06 13:10:12 -06:00
FusionPBX
82820c3d75
Update app_languages.php
...
Add button-applied to app_languages.php.
2016-06-24 10:10:51 -06:00
markjcrane
e5020a842b
Rename user_uuid device_user_uuid in the devices table. Add an apply button to the key dashboard and provision button to the device edit.
2016-06-17 17:34:31 -06:00
Mafoo
d663891bd8
Enhance Ringback ( #1590 )
...
created new class to look after generating the list of ringbacks
available
adjusted MOH class so legacy method is still possible (just not recommend) and utilizes optgroups as well
converted ring_groups and ivr_menus to use new method
added translations
implemented list_recordings in switch_recordings class
2016-06-08 07:21:45 -06:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Alexey Melnichuk
987eebdf7d
Fix. Display language name on Install page.
...
This is special case because all this names should be displayed
in same time on single page on different languages.
So not translate in strict way.
2016-03-30 10:27:04 +03:00
markjcrane
27829859b9
Add a missing semi-colon.
2016-03-12 22:16:22 -07:00
markjcrane
f924453e1c
Change $language_name to $text['language-name'] this will follow current naming standards in app_languages.php and reduces code needed in the text class.
2016-03-12 22:06:57 -07:00
reliberate
c469e12226
Languages: Corrected capitalization on 'false'.
2016-02-25 11:13:18 -07:00
Matthew Vale
fe949cf048
Initial consolidation of common terms
2015-12-10 10:06:48 +00:00
Matthew Vale
e3f1e919da
Migrate app_languages.php from core to resources
2015-12-10 09:57:08 +00:00