48 lines
2.2 KiB
PHP
48 lines
2.2 KiB
PHP
<?php
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
James Rose <james.o.rose@gmail.com>
|
|
*/
|
|
$text['message-uploaded']['en-us'] = 'Uploaded file to';
|
|
$text['title']['en-us'] = 'Recordings';
|
|
$text['description']['en-us'] = 'To make a recording dial *732 or you can make a 16bit 8khz/16khz Mono WAV file then copy it to the following directory then refresh the page to play it back. Click on the \'Filename\' to download it or the \'Recording Name\' to play the audio.';
|
|
$text['label-upload']['en-us'] = 'File to upload:';
|
|
$text['button-upload']['en-us'] = 'Upload';
|
|
$text['label-file']['en-us'] = 'Filename (download)';
|
|
$text['description-file']['en-us'] = 'Name of the file. example.wav';
|
|
$text['label-recording']['en-us'] = 'Recording Name (play)';
|
|
$text['description-recording']['en-us'] = 'Recording Name. example: recording_x';
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['description-description']['en-us'] = 'You may enter a description here for your reference (not parsed).';
|
|
$text['message-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['label-edit-file']['en-us'] = 'Please provide: Filename (download)';
|
|
$text['label-edit-recording']['en-us'] = 'Please provide: Recording Name (play)';
|
|
$text['message-add']['en-us'] = 'Add Complete';
|
|
$text['message-update']['en-us'] = 'Update Complete';
|
|
$text['title-add']['en-us'] = 'Add Recording';
|
|
$text['title-edit']['en-us'] = 'Edit Recording';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
?>
|