French Translation

If you would like to check the status of a language, volunteer to do a translation, or highlight or correct a problem in one of the existing language files then post here.
Post Reply
cvinh
Posts: 5
Joined: Fri Mar 02, 2007 3:29 am

French Translation

Post by cvinh »

I have a fresh French Translation. How to post the file ?
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

You can either post it here or mail it to me directly, click on the email button on this post.

Thanks for your efforts.
Phil
cvinh
Posts: 5
Joined: Fri Mar 02, 2007 3:29 am

here it is, I can't find the possibility to attach a file

Post by cvinh »

<?php
//
// ZoneMinder web UK French language file, $Date: 2006/11/29 15:46:38 $, $Revision: 1.28 $
// Copyright (C) 2003, 2004, 2005, 2006 Philip Coombes
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//

// ZoneMinder French Translation by Jerome Hanoteau

// Notes for Translators
// 0. Get some credit, put your name in the line above (optional)
// 1. When composing the language tokens in your language you should try and keep to roughly the
// same length text if possible. Abbreviate where necessary as spacing is quite close in a number of places.
// 2. There are four types of string replacement
// a) Simple replacements are words or short phrases that are static and used directly. This type of
// replacement can be used 'as is'.
// b) Complex replacements involve some dynamic element being included and so may require substitution
// or changing into a different order. The token listed in this file will be passed through sprintf as
// a formatting string. If the dynamic element is a number you will usually need to use a variable
// replacement also as described below.
// c) Variable replacements are used in conjunction with complex replacements and involve the generation
// of a singular or plural noun depending on the number passed into the zmVlang function. See the
// the zmVlang section below for a further description of this.
// d) Optional strings which can be used to replace the prompts and/or help text for the Options section
// of the web interface. These are not listed below as they are quite large and held in the database
// so that they can also be used by the zmconfig.pl script. However you can build up your own list
// quite easily from the Config table in the database if necessary.
// 3. The tokens listed below are not used to build up phrases or sentences from single words. Therefore
// you can safely assume that a single word token will only be used in that context.
// 4. In new language files, or if you are changing only a few words or phrases it makes sense from a
// maintenance point of view to include the original language file and override the old definitions rather
// than copy all the language tokens across. To do this change the line below to whatever your base language
// is and uncomment it.
// require_once( 'zm_lang_en_gb.php' );

// You may need to change the character set here, if your web server does not already
// do this by default, uncomment this if required.
//
// Example
// header( "Content-Type: text/html; charset=iso-8859-1" );

// You may need to change your locale here if your default one is incorrect for the
// language described in this file, or if you have multiple languages supported.
// If you do need to change your locale, be aware that the format of this function
// is subtlely different in versions of PHP before and after 4.3.0, see
// http://uk2.php.net/manual/en/function.setlocale.php for details.
// Also be aware that changing the whole locale may affect some floating point or decimal
// arithmetic in the database, if this is the case change only the individual locale areas
// that don't affect this rather than all at once. See the examples below.
// Finally, depending on your setup, PHP may not enjoy have multiple locales in a shared
// threaded environment, if you get funny errors it may be this.
//
// Examples
// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
// setlocale( LC_ALL, 'en_GB' ); All locale settings 4.3.0 and after
// setlocale( LC_CTYPE, 'en_GB' ); Character class settings 4.3.0 and after
// setlocale( LC_TIME, 'fr_FR' )

// Simple String Replacements
$zmSlang24BitColour = 'Couleur 24 bit';
$zmSlang8BitGrey = 'Gris 8 bit';
$zmSlangAction = 'Action';
$zmSlangActual = 'Réelle';
$zmSlangAddNewControl = 'Add New Control';
$zmSlangAddNewMonitor = 'Aj. nouv. Moniteur';
$zmSlangAddNewUser = 'Aj. nouv. util.';
$zmSlangAddNewZone = 'Aj. nouv. zone';
$zmSlangAlarm = 'Alarme';
$zmSlangAlarmBrFrames = 'Images<br>en Alarme';
$zmSlangAlarmFrameCount = 'Alarm Frame Count';
$zmSlangAlarmFrame = 'Image alarme';
$zmSlangAlarmLimits = 'Limites alarme';
$zmSlangAlarmMaximumFPS = 'Alarm Maximum FPS';
$zmSlangAlarmPx = 'Px Alarme';
$zmSlangAlarmRGBUnset = 'You must set an alarm RGB colour';
$zmSlangAlert = 'Alerte';
$zmSlangAll = 'Afficher Tout';
$zmSlangApply = 'Appliquer';
$zmSlangApplyingStateChange = 'Appl. chgt état';
$zmSlangArchArchived = 'Archivé seul.';
$zmSlangArchive = 'Archiver';
$zmSlangArchived = 'Archives';
$zmSlangArchUnarchived = 'Non-arch. seul.';
$zmSlangArea = 'Surface';
$zmSlangAreaUnits = 'Surface (px/%)';
$zmSlangAttrAlarmFrames = 'Images alarme';
$zmSlangAttrArchiveStatus = 'Etat Archive';
$zmSlangAttrAvgScore = 'Score moy.';
$zmSlangAttrCause = 'Cause';
$zmSlangAttrDate = 'Date';
$zmSlangAttrDateTime = 'Date/heure';
$zmSlangAttrDiskBlocks = 'Disk Blocks';
$zmSlangAttrDiskPercent = 'Disk Percent';
$zmSlangAttrDuration = 'Durée';
$zmSlangAttrFrames = 'Images';
$zmSlangAttrId = 'Id';
$zmSlangAttrMaxScore = 'Score max.';
$zmSlangAttrMonitorId = 'N° Moniteur';
$zmSlangAttrMonitorName = 'Nom Moniteur';
$zmSlangAttrName = 'Nom';
$zmSlangAttrNotes = 'Notes';
$zmSlangAttrTime = 'Heure';
$zmSlangAttrTotalScore = 'Score total';
$zmSlangAttrWeekday = 'Semaine';
$zmSlangAuto = 'Auto';
$zmSlangAutoStopTimeout = 'Auto Stop Timeout';
$zmSlangAvgBrScore = 'Score<br>moy.';
$zmSlangBackground = 'Background';
$zmSlangBackgroundFilter = 'Filtre automatique';
$zmSlangBadAlarmFrameCount = 'Alarm frame count must be an integer of one or more';
$zmSlangBadAlarmMaxFPS = 'Alarm Maximum FPS must be a positive integer or floating point value';
$zmSlangBadChannel = 'Channel must be set to an integer of zero or more';
$zmSlangBadDevice = 'Device must be set to a valid value';
$zmSlangBadFormat = 'Format must be set to an integer of zero or more';
$zmSlangBadFPSReportInterval = 'FPS report interval buffer count must be an integer of 100 or more';
$zmSlangBadFrameSkip = 'Frame skip count must be an integer of zero or more';
$zmSlangBadHeight = 'Height must be set to a valid value';
$zmSlangBadHost = 'Host must be set to a valid ip address or hostname, do not include http://';
$zmSlangBadImageBufferCount = 'Image buffer size must be an integer of 10 or more';
$zmSlangBadLabelX = 'Label X co-ordinate must be set to an integer of zero or more';
$zmSlangBadLabelY = 'Label Y co-ordinate must be set to an integer of zero or more';
$zmSlangBadMaxFPS = 'Maximum FPS must be a positive integer or floating point value';
$zmSlangBadNameChars = 'Les noms ne peuvent contenir que des lettres, chiffres, trait d\'union ou souligné';
$zmSlangBadPath = 'Path must be set to a valid value';
$zmSlangBadPort = 'Port must be set to a valid number';
$zmSlangBadPostEventCount = 'Post event image buffer must be an integer of zero or more';
$zmSlangBadPreEventCount = 'Pre event image buffer must be at least zero, and less than image buffer size';
$zmSlangBadRefBlendPerc = 'Reference blendpercentage must be a positive integer';
$zmSlangBadSectionLength = 'Section length must be an integer of 30 or more';
$zmSlangBadWarmupCount = 'Warmup frames must be an integer of zero or more';
$zmSlangBadWebColour = 'Web colour must be a valid web colour string';
$zmSlangBadWidth = 'Width must be set to a valid value';
$zmSlangBandwidth = 'Bande passante';
$zmSlangBlobPx = 'Px forme';
$zmSlangBlobs = 'Formes';
$zmSlangBlobSizes = 'Taille forme';
$zmSlangBrightness = 'Luminosité;';
$zmSlangBuffers = 'Tampons';
$zmSlangCanAutoFocus = 'Can Auto Focus';
$zmSlangCanAutoGain = 'Can Auto Gain';
$zmSlangCanAutoIris = 'Can Auto Iris';
$zmSlangCanAutoWhite = 'Can Auto White Bal.';
$zmSlangCanAutoZoom = 'Can Auto Zoom';
$zmSlangCancel = 'Annuler';
$zmSlangCancelForcedAlarm = 'Annul.&nbsp;Forc&eacute;&nbsp;Alarme';
$zmSlangCanFocusAbs = 'Can Focus Absolute';
$zmSlangCanFocus = 'Can Focus';
$zmSlangCanFocusCon = 'Can Focus Continuous';
$zmSlangCanFocusRel = 'Can Focus Relative';
$zmSlangCanGainAbs = 'Can Gain Absolute';
$zmSlangCanGain = 'Can Gain ';
$zmSlangCanGainCon = 'Can Gain Continuous';
$zmSlangCanGainRel = 'Can Gain Relative';
$zmSlangCanIrisAbs = 'Can Iris Absolute';
$zmSlangCanIris = 'Can Iris';
$zmSlangCanIrisCon = 'Can Iris Continuous';
$zmSlangCanIrisRel = 'Can Iris Relative';
$zmSlangCanMoveAbs = 'Can Move Absolute';
$zmSlangCanMove = 'Can Move';
$zmSlangCanMoveCon = 'Can Move Continuous';
$zmSlangCanMoveDiag = 'Can Move Diagonally';
$zmSlangCanMoveMap = 'Can Move Mapped';
$zmSlangCanMoveRel = 'Can Move Relative';
$zmSlangCanPan = 'Can Pan' ;
$zmSlangCanReset = 'Can Reset';
$zmSlangCanSetPresets = 'Can Set Presets';
$zmSlangCanSleep = 'Can Sleep';
$zmSlangCanTilt = 'Can Tilt';
$zmSlangCanWake = 'Can Wake';
$zmSlangCanWhiteAbs = 'Can White Bal. Absolute';
$zmSlangCanWhiteBal = 'Can White Bal.';
$zmSlangCanWhite = 'Can White Balance';
$zmSlangCanWhiteCon = 'Can White Bal. Continuous';
$zmSlangCanWhiteRel = 'Can White Bal. Relative';
$zmSlangCanZoomAbs = 'Can Zoom Absolute';
$zmSlangCanZoom = 'Can Zoom';
$zmSlangCanZoomCon = 'Can Zoom Continuous';
$zmSlangCanZoomRel = 'Can Zoom Relative';
$zmSlangCaptureHeight = 'Haut. capture';
$zmSlangCapturePalette = 'palette capture';
$zmSlangCaptureWidth = 'Larg. capture';
$zmSlangCause = 'Cause';
$zmSlangCheckMethod = 'Méthode vérif. alarme';
$zmSlangChooseFilter = 'Choisir filtre';
$zmSlangChoosePreset = 'Choisir Préréglage';
$zmSlangClose = 'Fermer';
$zmSlangColour = 'Couleur';
$zmSlangCommand = 'Command';
$zmSlangConfig = 'Config';
$zmSlangConfiguredFor = 'Configuré pour';
$zmSlangConfirmDeleteEvents = 'Etes-vous sur de vouloir supprimer les événements sélectionnés?';
$zmSlangConfirmPassword = 'Confirmer mot de passe';
$zmSlangConjAnd = 'et';
$zmSlangConjOr = 'ou';
$zmSlangConsole = 'Console';
$zmSlangContactAdmin = 'Contactez votre administrateur SVP';
$zmSlangContinue = 'Continue';
$zmSlangContrast = 'Contraste';
$zmSlangControlAddress = 'Control Address';
$zmSlangControlCap = 'Control Capability';
$zmSlangControlCaps = 'Control Capabilities';
$zmSlangControl = 'Control';
$zmSlangControlDevice = 'Control Device';
$zmSlangControllable = 'Controllable';
$zmSlangControlType = 'Control Type';
$zmSlangCycle = 'Cycle';
$zmSlangCycleWatch = 'Cycle vision';
$zmSlangDay = 'Jour';
$zmSlangDebug = 'Debug';
$zmSlangDefaultRate = 'Default Rate';
$zmSlangDefaultScale = 'Default Scale';
$zmSlangDefaultView = 'Default View';
$zmSlangDeleteAndNext = 'Effacer & Suivant';
$zmSlangDeleteAndPrev = 'Effacer & Précédent';
$zmSlangDelete = 'Effacer';
$zmSlangDeleteSavedFilter = 'Eff. filtre sauvé';
$zmSlangDescription = 'Description';
$zmSlangDeviceChannel = 'Canal caméra';
$zmSlangDeviceFormat = 'Format caméra';
$zmSlangDeviceNumber = 'Numéro caméra';
$zmSlangDevicePath = 'Device Path';
$zmSlangDevices = 'Devices';
$zmSlangDimensions = 'Dimensions';
$zmSlangDisableAlarms = 'Disable Alarms';
$zmSlangDisk = 'Disque Dur';
$zmSlangDonateAlready = 'No, I\'ve already donated';
$zmSlangDonateEnticement = 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br><br>If you would like to donate please select the option below or go to http://www.zoneminder.com/donate.html in your browser.<br><br>Thank you for using ZoneMinder and don\'t forget to visit the forums on ZoneMinder.com for support or suggestions about how to make your ZoneMinder experience even better.';
$zmSlangDonate = 'Please Donate';
$zmSlangDonateRemindDay = 'Not yet, remind again in 1 day';
$zmSlangDonateRemindHour = 'Not yet, remind again in 1 hour';
$zmSlangDonateRemindMonth = 'Not yet, remind again in 1 month';
$zmSlangDonateRemindNever = 'No, I don\'t want to donate, never remind';
$zmSlangDonateRemindWeek = 'Not yet, remind again in 1 week';
$zmSlangDonateYes = 'Yes, I\'d like to donate now';
$zmSlangDownload = 'Download';
$zmSlangDuration = 'Durée';
$zmSlangEdit = 'Editer';
$zmSlangEmail = 'Courriel';
$zmSlangEnableAlarms = 'Enable Alarms';
$zmSlangEnabled = 'Activé';
$zmSlangEnterNewFilterName = 'Entrer nom nouv. filtre';
$zmSlangErrorBrackets = 'Erreur, vérifiez que toutes les parenthèses ouvertes sont fermées';
$zmSlangError = 'Erreur';
$zmSlangErrorValidValue = 'Erreur, vérifiez que tous les termes ont une valeur valide';
$zmSlangEtc = 'etc';
$zmSlangEvent = 'Evénement';
$zmSlangEventFilter = 'Filtre Evénements';
$zmSlangEventId = 'Event Id';
$zmSlangEventName = 'Event Name';
$zmSlangEventPrefix = 'Event Prefix';
$zmSlangEvents = 'Evénements';
$zmSlangExclude = 'Exclure';
$zmSlangExecute = 'Exécuter';
$zmSlangExportDetails = 'Exporter détails de l\'événement';
$zmSlangExport = 'Exporter';
$zmSlangExportFailed = 'Export Failed';
$zmSlangExportFormat = 'Format de fichier d\'export';
$zmSlangExportFormatTar = 'Tar';
$zmSlangExportFormatZip = 'Zip';
$zmSlangExportFrames = 'Exporter détails des images';
$zmSlangExportImageFiles = 'Exporter fichiers-images';
$zmSlangExporting = 'Exporting';
$zmSlangExportMiscFiles = 'Exporter autres fichiers (si présents)';
$zmSlangExportOptions = 'Export Options';
$zmSlangExportVideoFiles = 'Exporter fichiers vidéo (si présents)';
$zmSlangFar = 'Far';
$zmSlangFeed = 'Feed';
$zmSlangFileColours = 'File Colours';
$zmSlangFile = 'File';
$zmSlangFilePath = 'File Path';
$zmSlangFilterArchiveEvents = 'Archiver les événements filtrés';
$zmSlangFilterDeleteEvents = 'Effacer les événements filtrés';
$zmSlangFilterEmailEvents = 'Email details of all matches';
$zmSlangFilterExecuteEvents = 'Executer cette commande sur les événements filtrés';
$zmSlangFilterMessageEvents = 'Message details of all matches';
$zmSlangFilterPx = 'Filtre Px';
$zmSlangFilters = 'Filtres';
$zmSlangFilterUnset = 'You must specify a filter width and height';
$zmSlangFilterUploadEvents = 'Upload all matches';
$zmSlangFilterVideoEvents = 'Créer une video avec les événements filtrés';
$zmSlangFirst = 'Premier';
$zmSlangFlippedHori = 'Flipped Horizontally';
$zmSlangFlippedVert = 'Flipped Vertically';
$zmSlangFocus = 'Focus';
$zmSlangForceAlarm = 'Force&nbsp;Alarme';
$zmSlangFormat = 'Format';
$zmSlangFPS = 'i/s';
$zmSlangFPSReportInterval = 'FPS Report Interval';
$zmSlangFrameId = 'N° image';
$zmSlangFrame = 'Image';
$zmSlangFrameRate = 'Débit image';
$zmSlangFrames = 'Images';
$zmSlangFrameSkip = 'Saut image';
$zmSlangFTP = 'FTP';
$zmSlangFunc = 'Fct';
$zmSlangFunction = 'Fonction';
$zmSlangGain = 'Gain';
$zmSlangGeneral = 'General';
$zmSlangGenerateVideo = 'Générer Vidéo';
$zmSlangGeneratingVideo = 'Génération Vidéo';
$zmSlangGoToZoneMinder = 'Aller sur ZoneMinder.com';
$zmSlangGrey = 'Gris';
$zmSlangGroup = 'Group';
$zmSlangGroups = 'Groups';
$zmSlangHasFocusSpeed = 'Has Focus Speed';
$zmSlangHasGainSpeed = 'Has Gain Speed';
$zmSlangHasHomePreset = 'Has Home Preset';
$zmSlangHasIrisSpeed = 'Has Iris Speed';
$zmSlangHasPanSpeed = 'Has Pan Speed';
$zmSlangHasPresets = 'Has Presets';
$zmSlangHasTiltSpeed = 'Has Tilt Speed';
$zmSlangHasTurboPan = 'Has Turbo Pan';
$zmSlangHasTurboTilt = 'Has Turbo Tilt';
$zmSlangHasWhiteSpeed = 'Has White Bal. Speed';
$zmSlangHasZoomSpeed = 'Has Zoom Speed';
$zmSlangHighBW = 'Haut&nbsp;N/B';
$zmSlangHigh = 'Haute';
$zmSlangHome = 'Home';
$zmSlangHour = 'Heure';
$zmSlangHue = 'Teinte';
$zmSlangIdle = 'Vide';
$zmSlangId = 'N°';
$zmSlangIgnore = 'Ignorer';
$zmSlangImageBufferSize = 'Taille tampon image';
$zmSlangImage = 'Image';
$zmSlangImages = 'Images';
$zmSlangInclude = 'Inclure';
$zmSlangIn = 'In';
$zmSlangInverted = 'Inversé';
$zmSlangIris = 'Iris';
$zmSlangKeyString = 'Key String';
$zmSlangLabel = 'Label';
$zmSlangLanguage = 'Langue';
$zmSlangLast = 'Dernier';
$zmSlangLimitResultsPost = 'premiers résultats seulement;'; // This is used at the end of the phrase 'Limit to first N results only'
$zmSlangLimitResultsPre = 'Limiter aux '; // This is used at the beginning of the phrase 'Limit to first N results only'
$zmSlangLinkedMonitors = 'Linked Monitors';
$zmSlangList = 'Liste';
$zmSlangLoad = 'Charge CPU';
$zmSlangLocal = 'Local';
$zmSlangLoggedInAs = 'Utilisateur :';
$zmSlangLoggingIn = 'Connexion';
$zmSlangLogin = 'Identification';
$zmSlangLogout = 'Déconnexion';
$zmSlangLow = 'Faible';
$zmSlangLowBW = 'Basse&nbsp;N/B';
$zmSlangMain = 'Main';
$zmSlangMan = 'Man';
$zmSlangManual = 'Manual';
$zmSlangMark = 'Sélect.';
$zmSlangMaxBandwidth = 'Max Bandwidth';
$zmSlangMaxBrScore = 'Score<br>max';
$zmSlangMaxFocusRange = 'Max Focus Range';
$zmSlangMaxFocusSpeed = 'Max Focus Speed';
$zmSlangMaxFocusStep = 'Max Focus Step';
$zmSlangMaxGainRange = 'Max Gain Range';
$zmSlangMaxGainSpeed = 'Max Gain Speed';
$zmSlangMaxGainStep = 'Max Gain Step';
$zmSlangMaximumFPS = 'i/s maximum';
$zmSlangMaxIrisRange = 'Max Iris Range';
$zmSlangMaxIrisSpeed = 'Max Iris Speed';
$zmSlangMaxIrisStep = 'Max Iris Step';
$zmSlangMax = 'Max';
$zmSlangMaxPanRange = 'Max Pan Range';
$zmSlangMaxPanSpeed = 'Max Pan Speed';
$zmSlangMaxPanStep = 'Max Pan Step';
$zmSlangMaxTiltRange = 'Max Tilt Range';
$zmSlangMaxTiltSpeed = 'Max Tilt Speed';
$zmSlangMaxTiltStep = 'Max Tilt Step';
$zmSlangMaxWhiteRange = 'Max White Bal. Range';
$zmSlangMaxWhiteSpeed = 'Max White Bal. Speed';
$zmSlangMaxWhiteStep = 'Max White Bal. Step';
$zmSlangMaxZoomRange = 'Max Zoom Range';
$zmSlangMaxZoomSpeed = 'Max Zoom Speed';
$zmSlangMaxZoomStep = 'Max Zoom Step';
$zmSlangMediumBW = 'Moy.&nbsp;N/B';
$zmSlangMedium = 'Moyenne';
$zmSlangMinAlarmAreaLtMax = 'Minimum alarm area should be less than maximum';
$zmSlangMinAlarmAreaUnset = 'You must specify the minimum alarm pixel count';
$zmSlangMinBlobAreaLtMax = 'Aire blob min. doit ê < aire blob maximum';
$zmSlangMinBlobAreaUnset = 'You must specify the minimum blob pixel count';
$zmSlangMinBlobLtMinFilter = 'Minimum blob area should be less than or equal to minimum filter area';
$zmSlangMinBlobsLtMax = 'Blobs min. doit ê < blobs max.';
$zmSlangMinBlobsUnset = 'You must specify the minimum blob count';
$zmSlangMinFilterAreaLtMax = 'Minimum filter area should be less than maximum';
$zmSlangMinFilterAreaUnset = 'You must specify the minimum filter pixel count';
$zmSlangMinFilterLtMinAlarm = 'Minimum filter area should be less than or equal to minimum alarm area';
$zmSlangMinFocusRange = 'Min Focus Range';
$zmSlangMinFocusSpeed = 'Min Focus Speed';
$zmSlangMinFocusStep = 'Min Focus Step';
$zmSlangMinGainRange = 'Min Gain Range';
$zmSlangMinGainSpeed = 'Min Gain Speed';
$zmSlangMinGainStep = 'Min Gain Step';
$zmSlangMinIrisRange = 'Min Iris Range';
$zmSlangMinIrisSpeed = 'Min Iris Speed';
$zmSlangMinIrisStep = 'Min Iris Step';
$zmSlangMinPanRange = 'Min Pan Range';
$zmSlangMinPanSpeed = 'Min Pan Speed';
$zmSlangMinPanStep = 'Min Pan Step';
$zmSlangMinPixelThresLtMax = 'Seuil pixel min. doit ê < seuil pixel max.';
$zmSlangMinPixelThresUnset = 'You must specify a minimum pixel threshold';
$zmSlangMinTiltRange = 'Min Tilt Range';
$zmSlangMinTiltSpeed = 'Min Tilt Speed';
$zmSlangMinTiltStep = 'Min Tilt Step';
$zmSlangMinWhiteRange = 'Min White Bal. Range';
$zmSlangMinWhiteSpeed = 'Min White Bal. Speed';
$zmSlangMinWhiteStep = 'Min White Bal. Step';
$zmSlangMinZoomRange = 'Min Zoom Range';
$zmSlangMinZoomSpeed = 'Min Zoom Speed';
$zmSlangMinZoomStep = 'Min Zoom Step';
$zmSlangMisc = 'Div.';
$zmSlangMonitor = 'Moniteur';
$zmSlangMonitorIds = 'N°&nbsp;Moniteur';
$zmSlangMonitorPresetIntro = 'Select an appropriate preset from the list below.<br><br>Please note that this may overwrite any values you already have configured for this monitor.<br><br>';
$zmSlangMonitorPreset = 'Monitor Preset';
$zmSlangMonitors = 'Moniteurs';
$zmSlangMontage = 'Montage';
$zmSlangMonth = 'Mois';
$zmSlangMove = 'Move';
$zmSlangMustBeGe = 'doit être sup. ou égal à';
$zmSlangMustBeLe = 'doit être inf. ou égal à';
$zmSlangMustConfirmPassword = 'Confirmez le mot de passe';
$zmSlangMustSupplyPassword = 'Entrez un mot de passe';
$zmSlangMustSupplyUsername = 'Entrez un nom d\'utilisateur';
$zmSlangName = 'Nom';
$zmSlangNear = 'Near';
$zmSlangNetwork = 'Réseau';
$zmSlangNewGroup = 'New Group';
$zmSlangNewLabel = 'New Label';
$zmSlangNew = 'Nouveau';
$zmSlangNewPassword = 'Nouveau mot de passe';
$zmSlangNewState = 'Nv état';
$zmSlangNewUser = 'Nv util.';
$zmSlangNext = 'Suivant';
$zmSlangNoFramesRecorded = 'Pas d\'image enregistrée pour cet événement';
$zmSlangNoGroup = 'No Group';
$zmSlangNone = 'Aucun';
$zmSlangNoneAvailable = 'Aucun disponible';
$zmSlangNo = 'Non';
$zmSlangNormal = 'Normal';
$zmSlangNoSavedFilters = 'Pasfiltressauv';
$zmSlangNoStatisticsRecorded = 'Pas de statistiques disponibles pour cet événement/imag.';
$zmSlangNotes = 'Notes';
$zmSlangNumPresets = 'Num Presets';
$zmSlangOff = 'Off';
$zmSlangOn = 'On';
$zmSlangOpen = 'Open';
$zmSlangOpEq = 'égal à';
$zmSlangOpGtEq = 'sup. ou égal à';
$zmSlangOpGt = 'sup. à';
$zmSlangOpIn = 'en lot';
$zmSlangOpLtEq = 'inf. ou égal à';
$zmSlangOpLt = 'inf. à';
$zmSlangOpMatches = 'correspond';
$zmSlangOpNe = 'diff. de';
$zmSlangOpNotIn = 'pas en lot';
$zmSlangOpNotMatches = 'ne correspond pas';
$zmSlangOptionHelp = 'OptionAide';
$zmSlangOptionRestartWarning = 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.';
$zmSlangOptions = 'Options';
$zmSlangOrder = 'Ordre';
$zmSlangOrEnterNewName = 'ou entrez nv nom';
$zmSlangOrientation = 'Orientation';
$zmSlangOut = 'Out';
$zmSlangOverwriteExisting = 'Ecraser l\'existant';
$zmSlangPaged = 'Afficher par Page';
$zmSlangPanLeft = 'Pan Left';
$zmSlangPan = 'Pan';
$zmSlangPanRight = 'Pan Right';
$zmSlangPanTilt = 'Pan/Tilt';
$zmSlangParameter = 'Paramètre';
$zmSlangPassword = 'Mot de passe';
$zmSlangPasswordsDifferent = 'Les 2 mots de passe sont différents';
$zmSlangPaths = 'Paths';
$zmSlangPhoneBW = 'Phone&nbsp;B/W';
$zmSlangPhone = 'Phone';
$zmSlangPixelDiff = 'Pixel Diff';
$zmSlangPixels = 'pixels';
$zmSlangPlayAll = 'Tout visionner';
$zmSlangPleaseWait = 'Attendez';
$zmSlangPoint = 'Point';
$zmSlangPostEventImageBuffer = 'Post Event Image Buffer';
$zmSlangPreEventImageBuffer = 'Pre Event Image Buffer';
$zmSlangPreset = 'Préréglage';
$zmSlangPresets = 'Préréglages';
$zmSlangPrev = 'Précédent';
$zmSlangRate = 'Débit';
$zmSlangReal = 'Réel';
$zmSlangRecord = 'Enregistrer';
$zmSlangRefImageBlendPct = 'Reference Image Blend %ge';
$zmSlangRefresh = 'Rafraîchir';
$zmSlangRemoteHostName = 'Remote Host Name';
$zmSlangRemoteHostPath = 'Remote Host Path';
$zmSlangRemoteHostPort = 'Remote Host Port';
$zmSlangRemoteImageColours = 'Remote Image Colours';
$zmSlangRemote = 'Remote';
$zmSlangRename = 'Renommer';
$zmSlangReplay = 'Ralenti';
$zmSlangResetEventCounts = 'Rem. à 0 comptage des évts';
$zmSlangReset = 'Reset';
$zmSlangRestarting = 'Redémarrage';
$zmSlangRestart = 'Redémarrer';
$zmSlangRestrictedCameraIds = 'N° caméras confid.';
$zmSlangRestrictedMonitors = 'Restricted Monitors';
$zmSlangReturnDelay = 'Return Delay';
$zmSlangReturnLocation = 'Return Location';
$zmSlangRotateLeft = 'Rotation g.';
$zmSlangRotateRight = 'Rotation d.';
$zmSlangRunMode = 'Run Mode';
$zmSlangRunning = 'Démarré';
$zmSlangRunState = 'Etat du Système';
$zmSlangSaveAs = 'Enr. ss';
$zmSlangSave = 'Enregistrer';
$zmSlangSaveFilter = 'Save Filter';
$zmSlangScale = 'Echelle';
$zmSlangScore = 'Score';
$zmSlangSecs = 'Secs';
$zmSlangSectionlength = 'Longueur section';
$zmSlangSelectMonitors = 'Select Monitors';
$zmSlangSelect = 'Select';
$zmSlangSelfIntersecting = 'Polygon edges must not intersect';
$zmSlangSetLearnPrefs = 'Régler préf. apprises'; // This can be ignored for now
$zmSlangSetNewBandwidth = 'Régler la bande passante';
$zmSlangSetPreset = 'Set Preset';
$zmSlangSet = 'Set';
$zmSlangSettings = 'Réglages';
$zmSlangShowFilterWindow = 'Utiliser un Filtre';
$zmSlangShowTimeline = 'Afficher en fct du Temps';
$zmSlangSize = 'Size';
$zmSlangSleep = 'Sleep';
$zmSlangSortAsc = 'Croissant';
$zmSlangSortBy = 'Trier par';
$zmSlangSortDesc = 'Décroissant';
$zmSlangSource = 'Adresse';
$zmSlangSourceType = 'Source Type';
$zmSlangSpeedHigh = 'High Speed';
$zmSlangSpeedLow = 'Low Speed';
$zmSlangSpeedMedium = 'Medium Speed';
$zmSlangSpeed = 'Speed';
$zmSlangSpeedTurbo = 'Turbo Speed';
$zmSlangStart = 'Démarrer';
$zmSlangState = 'Etat';
$zmSlangStats = 'Stats';
$zmSlangStatus = 'Statut';
$zmSlangStepLarge = 'Large Step';
$zmSlangStepMedium = 'Medium Step';
$zmSlangStepNone = 'No Step';
$zmSlangStepSmall = 'Small Step';
$zmSlangStep = 'Step';
$zmSlangStills = 'Photos';
$zmSlangStopped = 'Arrêté';
$zmSlangStop = 'Stop';
$zmSlangStream = 'Film';
$zmSlangSubmit = 'Valider';
$zmSlangSystem = 'Système';
$zmSlangTele = 'Tele';
$zmSlangThumbnail = 'Thumbnail';
$zmSlangTilt = 'Tilt';
$zmSlangTimeDelta = 'Time Delta';
$zmSlangTimeline = 'Timeline';
$zmSlangTimestampLabelFormat = 'Timestamp Label Format';
$zmSlangTimestampLabelX = 'Timestamp Label X';
$zmSlangTimestampLabelY = 'Timestamp Label Y';
$zmSlangTimestamp = 'Timestamp';
$zmSlangTimeStamp = 'Time Stamp';
$zmSlangTime = 'Date';
$zmSlangToday = 'Today';
$zmSlangTools = 'Outils';
$zmSlangTotalBrScore = 'Score<br>total';
$zmSlangTrackDelay = 'Track Delay';
$zmSlangTrackMotion = 'Track Motion';
$zmSlangTriggers = 'Déclenchements';
$zmSlangTurboPanSpeed = 'Turbo Pan Speed';
$zmSlangTurboTiltSpeed = 'Turbo Tilt Speed';
$zmSlangType = 'Type';
$zmSlangUnarchive = 'Désarchiver';
$zmSlangUnits = 'Unités';
$zmSlangUnknown = 'Inconnu';
$zmSlangUpdateAvailable = 'Mise à jour de ZM dispo.';
$zmSlangUpdateNotNecessary = 'Pas de mise à jour dispo.';
$zmSlangUpdate = 'Update';
$zmSlangUseFilterExprsPost = '&nbsp;filter&nbsp;expressions'; // This is used at the end of the phrase 'use N filter expressions'
$zmSlangUseFilterExprsPre = 'Util.&nbsp;'; // This is used at the beginning of the phrase 'use N filter expressions'
$zmSlangUseFilter = 'Filtre';
$zmSlangUsername = 'Utilisateur';
$zmSlangUsers = 'Utils';
$zmSlangUser = 'Util.';
$zmSlangValue = 'Valeur';
$zmSlangVersionIgnore = 'Ignorer cette version';
$zmSlangVersionRemindDay = 'Me rappeler ds 1 j.';
$zmSlangVersionRemindHour = 'Me rappleler dans 1 h.';
$zmSlangVersionRemindNever = 'Ne pas avertir des nvelles versions';
$zmSlangVersionRemindWeek = 'Me rappeler ds 1 sem.';
$zmSlangVersion = 'Version';
$zmSlangVideoFormat = 'Video Format';
$zmSlangVideoGenFailed = 'Echec génération vidéo!';
$zmSlangVideoGenFiles = 'Existing Video Files';
$zmSlangVideoGenNoFiles = 'No Video Files Found';
$zmSlangVideoGenParms = 'Paramètres génération vidéo';
$zmSlangVideoGenSucceeded = 'Video Generation Succeeded!';
$zmSlangVideoSize = 'taille vidéo';
$zmSlangVideo = 'Vidéo';
$zmSlangViewAll = 'Voir tout';
$zmSlangViewEvent = 'View Event';
$zmSlangViewPaged = 'Vue par page';
$zmSlangView = 'Voir';
$zmSlangWake = 'Wake';
$zmSlangWarmupFrames = 'Images test';
$zmSlangWatch = 'Regarder';
$zmSlangWebColour = 'Web Colour';
$zmSlangWeb = 'Web';
$zmSlangWeek = 'Semaine';
$zmSlangWhiteBalance = 'White Balance';
$zmSlangWhite = 'White';
$zmSlangWide = 'Wide';
$zmSlangX10ActivationString = 'X10:chaîne activation';
$zmSlangX10InputAlarmString = 'X10:chaîne alarme entrée';
$zmSlangX10OutputAlarmString = 'X10:chaîne alarme sortie';
$zmSlangX10 = 'X10';
$zmSlangX = 'X';
$zmSlangYes = 'Oui';
$zmSlangYouNoPerms = 'Permissions nécessaires pour cette ressource.';
$zmSlangY = 'Y';
$zmSlangZoneAlarmColour = 'Couleur alarme (Red/Green/Blue)';
$zmSlangZoneArea = 'Zone Area';
$zmSlangZoneFilterSize = 'Filter Width/Height (pixels)';
$zmSlangZoneMinMaxAlarmArea = 'Min/Max Alarmed Area';
$zmSlangZoneMinMaxBlobArea = 'Min/Max Blob Area';
$zmSlangZoneMinMaxBlobs = 'Min/Max Blobs';
$zmSlangZoneMinMaxFiltArea = 'Min/Max Filtered Area';
$zmSlangZoneMinMaxPixelThres = 'Min/Max Pixel Threshold (0-255)';
$zmSlangZones = 'Zones';
$zmSlangZone = 'Zone';
$zmSlangZoomIn = 'Zoom In';
$zmSlangZoomOut = 'Zoom Out';
$zmSlangZoom = 'Zoom';


// Complex replacements with formatting and/or placements, must be passed through sprintf
$zmClangCurrentLogin = 'Util. Actuel: \'%1$s\'';
$zmClangEventCount = '%1$s %2$s'; // par ex. '37 évènts' (voir Vlang ci-dessous)
$zmClangLastEvents = '%1$s derniers %2$s'; // par ex. '37 derniers évènts' (voir Vlang ci-dessous)
$zmClangLatestRelease = 'La dernière version est v%1$s, vous avez v%2$s.';
$zmClangMonitorCount = '%1$s %2$s'; // par exemple '4 Moniteurs' (voir Vlang ci-dessous)
$zmClangMonitorFunction = 'Fonction Moniteur %1$s';
$zmClangRunningRecentVer = 'Vs avez la dernière version de ZoneMinder, v%s.';

// The next section allows you to describe a series of word ending and counts used to
// generate the correctly conjugated forms of words depending on a count that is associated
// with that word.
// This intended to allow phrases such a '0 potatoes', '1 potato', '2 potatoes' etc to
// conjugate correctly with the associated count.
// In some languages such as English this is fairly simple and can be expressed by assigning
// a count with a singular or plural form of a word and then finding the nearest (lower) value.
// So '0' of something generally ends in 's', 1 of something is singular and has no extra
// ending and 2 or more is a plural and ends in 's' also. So to find the ending for '187' of
// something you would find the nearest lower count (2) and use that ending.
//
// So examples of this would be
// $zmVlangPotato = array( 0=>'Potatoes', 1=>'Potato', 2=>'Potatoes' );
// $zmVlangSheep = array( 0=>'Sheep' );
//
// where you can have as few or as many entries in the array as necessary
// If your language is similar in form to this then use the same format and choose the
// appropriate zmVlang function below.
// If however you have a language with a different format of plural endings then another
// approach is required . For instance in Russian the word endings change continuously
// depending on the last digit (or digits) of the numerator. In this case then zmVlang
// arrays could be written so that the array index just represents an arbitrary 'type'
// and the zmVlang function does the calculation about which version is appropriate.
//
// So an example in Russian might be (using English words, and made up endings as I
// don't know any Russian!!)
// $zmVlangPotato = array( 1=>'Potati', 2=>'Potaton', 3=>'Potaten' );
//
// and the zmVlang function decides that the first form is used for counts ending in
// 0, 5-9 or 11-19 and the second form when ending in 1 etc.
//

// Variable arrays expressing plurality, see the zmVlang description above
$zmVlangEvent = array( 0=>'événements', 1=>'événement', 2=>'événements' );
$zmVlangMonitor = array( 0=>'Moniteurs', 1=>'Moniteur', 2=>'Moniteurs' );

// You will need to choose or write a function that can correlate the plurality string arrays
// with variable counts. This is used to conjugate the Vlang arrays above with a number passed
// in to generate the correct noun form.
//
// In languages such as English this is fairly simple
// Note this still has to be used with printf etc to get the right formating
function zmVlang( $lang_var_array, $count )
{
krsort( $lang_var_array );
foreach ( $lang_var_array as $key=>$value )
{
if ( abs($count) >= $key )
{
return( $value );
}
}
die( 'Error, unable to correlate variable language string' );
}

// This is an version that could be used in the Russian example above
// The rules are that the first word form is used if the count ends in
// 0, 5-9 or 11-19. The second form is used then the count ends in 1
// (not including 11 as above) and the third form is used when the
// count ends in 2-4, again excluding any values ending in 12-14.
//
// function zmVlang( $lang_var_array, $count )
// {
// $secondlastdigit = substr( $count, -2, 1 );
// $lastdigit = substr( $count, -1, 1 );
// // or
// // $secondlastdigit = ($count/10)%10;
// // $lastdigit = $count%10;
//
// // Get rid of the special cases first, the teens
// if ( $secondlastdigit == 1 && $lastdigit != 0 )
// {
// return( $lang_var_array[1] );
// }
// switch ( $lastdigit )
// {
// case 0 :
// case 5 :
// case 6 :
// case 7 :
// case 8 :
// case 9 :
// {
// return( $lang_var_array[1] );
// break;
// }
// case 1 :
// {
// return( $lang_var_array[2] );
// break;
// }
// case 2 :
// case 3 :
// case 4 :
// {
// return( $lang_var_array[3] );
// break;
// }
// }
// die( 'Error, unable to correlate variable language string' );
// }

// This is an example of how the function is used in the code which you can uncomment and
// use to test your custom function.
//$monitors = array();
//$monitors[] = 1; // Choose any number
//echo sprintf( $zmClangMonitorCount, count($monitors), zmVlang( $zmVlangMonitor, count($monitors) ) );

// In this section you can override the default prompt and help texts for the options area
// These overrides are in the form of $zmOlangPrompt<option> and $zmOlangHelp<option>
// where <option> represents the option name minus the initial ZM_
// So for example, to override the help text for ZM_LANG_DEFAULT do
//$zmOlangPromptLANG_DEFAULT = "This is a new prompt for this option";
//$zmOlangHelpLANG_DEFAULT = "This is some new help for this option which will be displayed in the popup window when the ? is clicked";
//

?>
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks for this. Posting it seems to have lost most of the formatting. If possible please can you email it (zipped if poss) by clicking on my email button.
Phil
Post Reply