2013-09-21 10:40:50 +02:00
|
|
|
<?php
|
2012-11-24 06:23:48 +01:00
|
|
|
/*
|
|
|
|
|
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>
|
2013-09-30 15:19:40 +02:00
|
|
|
Philippe Rioual <bhouba@gmail.com>
|
2012-11-24 06:23:48 +01:00
|
|
|
*/
|
|
|
|
|
$text['message-add']['en-us'] = 'Add Complete';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-add']['fr-fr'] = 'Ajouté';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-folder']['en-us'] = 'Folder:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-folder']['fr-fr'] = 'Répertoire:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-before-selection']['en-us'] = 'Before Selection:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-before-selection']['fr-fr'] = 'Avant la Selection:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-after-selection']['en-us'] = 'After Selection:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-after-selection']['fr-fr'] = 'Après la Selection:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-notes']['en-us'] = 'Notes:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-notes']['fr-fr'] = 'Notes:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-add']['en-us'] = 'Add';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add']['fr-fr'] = 'Ajouter';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-delete']['en-us'] = 'Delete Complete';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-delete']['fr-fr'] = 'Supprimé';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-give-up']['en-us'] = 'Giving up :( Cannot create an XMLHTTP instance';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-problem']['en-us'] = 'There was a problem with the request.';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-clip-library']['en-us'] = 'Clip Library';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-clip-library']['fr-fr'] = 'Clip Libraries';
|
2013-09-30 17:22:35 +02:00
|
|
|
$text['button-edit-clip']['en-us'] = 'Edit Clip';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-edit-clip']['fr-fr'] = 'Editer le Clip';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-add-clip']['en-us'] = 'Add Clip';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add-clip']['fr-fr'] = 'Ajouter un Clip';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-delete-clip']['en-us'] = 'Are you sure you want to delete the selected clip?';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-delete']['en-us'] = ' Delete ';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-delete']['fr-fr'] = ' Supprimé ';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-close']['en-us'] = ' Close ';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-close']['fr-fr'] = ' Fermé ';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-path']['en-us'] = 'Path:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-path']['fr-fr'] = 'Chemin:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-file-name']['en-us'] = 'File Name:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-file-name']['fr-fr'] = 'Nom du Fichier:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-new-file']['en-us'] = 'New File';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-new-file']['fr-fr'] = 'Nouveau Fichier';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-file-name-orig']['en-us'] = 'Original File Name:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-file-name-orig']['fr-fr'] = 'Nom du Fichier Original:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-rename-file-to']['en-us'] = 'Rename File To:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-rename-file-to']['fr-fr'] = 'Renommer le Fichier en:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-files']['en-us'] = 'Files';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-files']['fr-fr'] = 'Fichiers';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-add-file']['en-us'] = 'Add File';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add-file']['fr-fr'] = 'Ajouter Fichier';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-add-dir']['en-us'] = 'Add Dir'; //add directory
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add-dir']['fr-fr'] = 'Ajouter un Répertoire'; //add directory
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-rename-file']['en-us'] = 'Rename File';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-rename-file']['fr-fr'] = 'Renommer le Fichier';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-delete-file']['en-us'] = 'Are you sure you want to delete the selected file?';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-del-file']['en-us'] = 'Delete File';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-del-file']['fr-fr'] = 'Supprimer le Fichier';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-delete-folder']['en-us'] = 'Are you sure you want to delete the selected folder?';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-del-dir']['en-us'] = 'Delete Dir'; //delete directory
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-del-dir']['fr-fr'] = 'Supprimer le répertoire'; //delete directory
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['message-error']['en-us'] = 'Error!!';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-error']['fr-fr'] = 'Erreur!!';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['label-folder-name']['en-us'] = 'Folder Name:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-folder-name']['fr-fr'] = 'Nom du Répertoire:';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-new-folder']['en-us'] = 'New Folder';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-new-folder']['fr-fr'] = 'Nouveau Répertoire';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-delete-this']['en-us'] = 'Are you sure want to delete this?';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-search']['en-us'] = 'Search';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-search']['fr-fr'] = 'Chercher';
|
2012-11-24 06:23:48 +01:00
|
|
|
$text['button-add']['en-us'] = 'Add';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add']['fr-fr'] = 'Ajouter';
|
2013-04-24 05:28:57 +02:00
|
|
|
$text['label-file']['en-us'] = 'File:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-file']['fr-fr'] = 'Fichier:';
|
2012-11-24 06:23:48 +01:00
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|