fusionpbx/app/settings/app_languages.php

72 lines
3.7 KiB
PHP
Raw Normal View History

<?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>
Philippe Rioual <bhouba@gmail.com>
*/
$text['title-settings']['en-us'] = 'Setting Update';
$text['title-settings']['fr'] = 'Mise à jour de la configuration';
$text['label-event-socket-ip']['en-us'] = 'Event Socket IP Address:';
$text['label-event-socket-ip']['fr'] = 'Adresse IP pour Event Socket:';
$text['description-event-socket-ip']['en-us'] = 'Enter the event socket IP address. default: 127.0.0.1';
$text['description-event-socket-ip']['fr'] = "Adresse IP pour le module Event Socket. défaut: 127.0.0.1";
$text['label-event-socket-port']['en-us'] = 'Event Socket Port:';
$text['label-event-socket-port']['fr'] = 'Event Socket Port:';
$text['description-event-socket-port']['en-us'] = 'Enter the event socket port. default: 8021';
$text['description-event-socket-port']['fr'] = "Port du module Event Socket. défaut: 8021";
$text['label-event-socket-pw']['en-us'] = 'Event Socket Password:';
$text['label-event-socket-pw']['fr'] = 'Mot de Passe Event Socket:';
$text['description-event-socket-pw']['en-us'] = 'Enter the event socket password.';
$text['description-event-socket-pw']['fr'] = 'Mot de passe pour se connecter au module Event Socket.';
$text['label-xml-rpc-port']['en-us'] = 'XML RPC HTTP Port:';
$text['label-xml-rpc-port']['fr'] = 'XML RPC HTTP Port:';
$text['description-xml-rpc-port']['en-us'] = 'Enter the XML RPC HTTP Port. default: 8787';
$text['description-xml-rpc-port']['fr'] = 'Port pour joindre le service XML RPC HTTP. défaut: 8787';
$text['label-xml-rpc-realm']['en-us'] = 'XML RPC Auth Realm:';
$text['label-xml-rpc-realm']['fr'] = 'XML RPC Auth Realm:';
$text['description-xml-rpc-realm']['en-us'] = 'Enter the XML RPC Auth Realm. default: freeswitch';
$text['description-xml-rpc-realm']['fr'] = "Royaume d'authentification XML RPC. défaut: freeswitch";
$text['label-xml-rpc-user']['en-us'] = 'XML RPC Auth User:';
$text['label-xml-rpc-user']['fr'] = 'Auth usager XML RPC:';
$text['description-xml-rpc-user']['en-us'] = 'Enter the XML RPC Auth User. default: xmlrpc';
$text['description-xml-rpc-user']['fr'] = 'Usager XML RPC. défaut: xmlrpc';
$text['label-xml-rpc-pw']['en-us'] = 'XML RPC Auth Password:';
$text['label-xml-rpc-pw']['fr'] = 'Mot de passe XML RPC:';
$text['description-xml-rpc-pw']['en-us'] = 'Enter the XML RPC Auth Password.';
$text['description-xml-rpc-pw']['fr'] = 'Mot de passe pour XML RPC.';
$text['label-shout-decoder']['en-us'] = 'Mod Shout Decoder:';
$text['label-shout-decoder']['fr'] = 'Décodeur Mod Shout (MP3):';
$text['description-shout-decoder']['en-us'] = 'Ender the Decoder. default: i386';
$text['description-shout-decoder']['fr'] = 'Type de Decoder. défaut: i386';
$text['label-shout-volume']['en-us'] = 'Mod Shout Volume:';
$text['label-shout-volume']['fr'] = 'Mod Shout Volume:';
2012-11-24 04:28:48 +01:00
$text['description-shout-volume']['en-us'] = 'Enter Mod Shout Volume.';
$text['description-shout-volume']['fr'] = "Choisir l'amplification du volume pour Mod Shout.";
?>