2004-03-24 17:57:01 +08:00
< ? php
//
2004-04-21 18:00:00 +08:00
// ZoneMinder web Italian language file, $Date$, $Revision$
2006-01-24 18:59:53 +08:00
// Copyright (C) 2003, 2004, 2005 Philip Coombes
2004-03-24 17:57:01 +08:00
//
// 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.
//
2006-01-24 18:59:53 +08:00
// ZoneMinder IT modified by Alessio Chemeri (18/01/2006) (based on the translation done by
// Davide Morelli
// Tolmino Muccitelli - Sicurezza Informatica: info@tolmino.it
2004-03-24 17:57:01 +08:00
// 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, 'en_GB' ); Date and time formatting 4.3.0 and after
// Simple String Replacements
2006-01-24 18:59:53 +08:00
$zmSlang24BitColour = 'colori a 24 bit' ;
$zmSlang8BitGrey = '8 bit scala di grigio' ;
$zmSlangAction = 'Azione' ;
2004-03-24 17:57:01 +08:00
$zmSlangActual = 'Attuale' ;
2006-01-24 18:59:53 +08:00
$zmSlangAddNewControl = 'Aggiungi nuovo Control' ;
$zmSlangAddNewMonitor = 'Aggiungi nuovo Monitor' ;
$zmSlangAddNewUser = 'Aggiungi nuovo Utente' ;
$zmSlangAddNewZone = 'Aggiungi nuova Zona' ;
2004-03-24 17:57:01 +08:00
$zmSlangAlarm = 'Allarme' ;
$zmSlangAlarmBrFrames = 'Immagini<br/>Allarme' ;
2006-01-24 18:59:53 +08:00
$zmSlangAlarmFrameCount = 'Allarme Conta frame' ;
2004-03-24 17:57:01 +08:00
$zmSlangAlarmFrame = 'Immagine Allarme' ;
$zmSlangAlarmLimits = 'Limiti Allarme' ;
$zmSlangAlarmPx = 'Px Allarme' ;
2006-01-02 03:55:21 +08:00
$zmSlangAlarmRGBUnset = 'You must set an alarm RGB colour' ;
2004-05-20 19:59:32 +08:00
$zmSlangAlert = 'Attenzione' ;
2004-03-24 17:57:01 +08:00
$zmSlangAll = 'Tutto' ;
$zmSlangApply = 'Applica' ;
$zmSlangApplyingStateChange = 'Sto applicando le modifiche' ;
2006-01-24 18:59:53 +08:00
$zmSlangArchArchived = 'Archiviato' ;
$zmSlangArchive = 'Archivio' ;
2005-06-13 19:05:03 +08:00
$zmSlangArchived = 'Archived' ;
2004-03-24 17:57:01 +08:00
$zmSlangArchUnarchived = 'Non archiviare' ;
2006-01-02 03:55:21 +08:00
$zmSlangArea = 'Area' ;
$zmSlangAreaUnits = 'Area (px/%)' ;
2006-01-24 18:59:53 +08:00
$zmSlangAttrAlarmFrames = 'Immagini in Allarme' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrArchiveStatus = 'Stato Archivio' ;
$zmSlangAttrAvgScore = 'Punteggio medio' ;
2006-01-24 18:59:53 +08:00
$zmSlangAttrCause = 'Causa' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrDate = 'Data' ;
$zmSlangAttrDateTime = 'Data/Ora' ;
2006-01-24 18:59:53 +08:00
$zmSlangAttrDiskBlocks = 'Blocchi del Disco' ;
$zmSlangAttrDiskPercent = 'Percent del Disco' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrDuration = 'Durata' ;
$zmSlangAttrFrames = 'Immagini' ;
2004-04-21 18:00:00 +08:00
$zmSlangAttrId = 'Id' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrMaxScore = 'Punteggio massimo' ;
2006-01-24 18:59:53 +08:00
$zmSlangAttrMonitorId = 'Id Monitor' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrMonitorName = 'Nome Monitor' ;
2006-01-24 18:59:53 +08:00
$zmSlangAttrName = 'Nome' ;
2006-01-02 03:55:21 +08:00
$zmSlangAttrNotes = 'Notes' ;
2004-03-24 17:57:01 +08:00
$zmSlangAttrTime = 'Ora' ;
$zmSlangAttrTotalScore = 'Punteggio totale' ;
$zmSlangAttrWeekday = 'Giorno della settimana' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoArchiveAbbr = 'Archive' ;
2006-01-24 18:59:53 +08:00
$zmSlangAutoArchiveEvents = 'Archivia automaticamente gli eventi' ;
2005-03-17 01:38:37 +08:00
$zmSlangAuto = 'Auto' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoDeleteAbbr = 'Delete' ;
2006-01-24 18:59:53 +08:00
$zmSlangAutoDeleteEvents = 'Elimina automaticamente gli eventi' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoEmailAbbr = 'Email' ;
2004-05-20 19:59:32 +08:00
$zmSlangAutoEmailEvents = 'Invia dettagli via email automaticamente' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoExecuteAbbr = 'Execute' ;
2006-01-24 18:59:53 +08:00
$zmSlangAutoExecuteEvents = 'Esegui un comando automaticamente' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoMessageAbbr = 'Message' ;
2004-05-20 19:59:32 +08:00
$zmSlangAutoMessageEvents = 'Invia dettagli tramite messaggio automaticamente' ;
2005-06-13 19:05:03 +08:00
$zmSlangAutoStopTimeout = 'Auto Stop Timeout' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoUploadAbbr = 'Upload' ;
2006-01-24 18:59:53 +08:00
$zmSlangAutoUploadEvents = 'Fai upload automatico eventi (FTP)' ;
2006-01-02 03:55:21 +08:00
$zmSlangAutoVideoAbbr = 'Video' ;
$zmSlangAutoVideoEvents = 'Automatically create video for all matches' ;
2004-03-24 17:57:01 +08:00
$zmSlangAvgBrScore = 'Punteggio<br/>medio' ;
2006-01-24 19:01:42 +08:00
$zmSlangBadAlarmFrameCount = 'Alarm frame count must be an integer of one or more' ;
$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' ;
2005-03-17 01:38:37 +08:00
$zmSlangBadNameChars = 'I nomi possono contenere solo caratteri alfanumerici più i caratteri - e _' ;
2006-01-24 19:01:42 +08:00
$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' ;
2004-03-24 17:57:01 +08:00
$zmSlangBandwidth = 'Banda' ;
$zmSlangBlobPx = 'Blob Px' ;
$zmSlangBlobs = 'Blobs' ;
$zmSlangBlobSizes = 'Dimensioni Blob' ;
$zmSlangBrightness = 'Luminosità' ;
$zmSlangBuffers = 'Buffers' ;
2006-01-24 18:59:53 +08:00
$zmSlangCanAutoFocus = 'Puo Auto Focus' ;
$zmSlangCanAutoGain = 'Puo Auto Gains' ;
$zmSlangCanAutoIris = 'Puo Auto Iris' ;
$zmSlangCanAutoWhite = 'Puo Auto bil bianco' ;
$zmSlangCanAutoZoom = 'Puo Auto Zoom' ;
2004-03-24 17:57:01 +08:00
$zmSlangCancel = 'Annulla' ;
$zmSlangCancelForcedAlarm = 'Annulla Allarme Forzato' ;
2006-01-24 18:59:53 +08:00
$zmSlangCanFocusAbs = 'Puo Fuoco Assoluto' ;
$zmSlangCanFocusCon = 'Puo Fuoco Continuo ' ;
$zmSlangCanFocus = 'Puo Fuoco' ;
$zmSlangCanFocusRel = 'Puo Fuoco Relativa' ;
$zmSlangCanGainAbs = 'Puo Gain Assoluto' ;
$zmSlangCanGainCon = 'Puo Gain Continuo ' ;
$zmSlangCanGain = 'Puo Gain ' ;
$zmSlangCanGainRel = 'Puo Gain Relativo' ;
$zmSlangCanIrisAbs = 'Puo Iris Assoluto' ;
$zmSlangCanIrisCon = 'Puo Iris Continuo ' ;
$zmSlangCanIris = 'Puo Iris' ;
$zmSlangCanIrisRel = 'Puo Iris Relativo' ;
$zmSlangCanMoveAbs = 'Puo Mov. Assoluto' ;
$zmSlangCanMoveCon = 'Puo Mov. Continuo ' ;
$zmSlangCanMoveDiag = 'Puo Mov. Diagonale ' ;
$zmSlangCanMoveMap = 'Puo Mov Mappato' ;
$zmSlangCanMove = 'Puo Mov.' ;
$zmSlangCanMoveRel = 'Puo Mov. Relativo' ;
2005-03-17 01:38:37 +08:00
$zmSlangCanPan = 'Can Pan' ;
2006-01-24 18:59:53 +08:00
$zmSlangCanReset = 'Puo Reset' ;
2005-03-17 01:38:37 +08:00
$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' ;
2006-01-24 18:59:53 +08:00
$zmSlangCaptureHeight = 'Altezza img catturata' ;
$zmSlangCapturePalette = 'Paletta img Catturata' ;
$zmSlangCaptureWidth = 'Larghezza img Catturata' ;
$zmSlangCause = 'Causa' ;
$zmSlangCheckAll = 'Seleziona Tutto' ;
2004-03-24 17:57:01 +08:00
$zmSlangCheckMethod = 'Metodo di Controllo Allarme' ;
$zmSlangChooseFilter = 'Scegli Filtro' ;
2006-01-02 03:55:21 +08:00
$zmSlangChoosePreset = 'Choose Preset' ;
2004-03-24 17:57:01 +08:00
$zmSlangClose = 'Chiudi' ;
$zmSlangColour = 'Colori' ;
2006-01-24 18:59:53 +08:00
$zmSlangCommand = 'Comando' ;
2004-03-24 17:57:01 +08:00
$zmSlangConfig = 'Configura' ;
$zmSlangConfiguredFor = 'Configurato per' ;
$zmSlangConfirmPassword = 'Conferma Password' ;
$zmSlangConjAnd = 'e' ;
$zmSlangConjOr = 'o' ;
$zmSlangConsole = 'Console' ;
$zmSlangContactAdmin = 'Contatta il tuo amministratore per dettagli.' ;
2006-01-24 18:59:53 +08:00
$zmSlangContinue = 'Continuo' ;
2004-03-24 17:57:01 +08:00
$zmSlangContrast = 'Contrasto' ;
2005-03-17 01:38:37 +08:00
$zmSlangControlAddress = 'Control Address' ;
$zmSlangControlCap = 'Control Capability' ;
$zmSlangControlCaps = 'Control Capabilities' ;
$zmSlangControl = 'Control' ;
2006-01-24 18:59:53 +08:00
$zmSlangControlDevice = 'Control Dispositivo' ;
$zmSlangControllable = 'Controllabile' ;
$zmSlangControlType = 'Tipo Controllo' ;
$zmSlangCycle = 'Cicla' ;
2004-03-24 17:57:01 +08:00
$zmSlangCycleWatch = 'Vista Ciclica' ;
$zmSlangDay = 'Giorno' ;
2006-01-15 06:50:40 +08:00
$zmSlangDebug = 'Debug' ;
2006-01-02 03:55:21 +08:00
$zmSlangDefaultRate = 'Default Rate' ;
2006-01-24 18:59:53 +08:00
$zmSlangDefaultScale = 'Scala di default' ;
2004-03-24 17:57:01 +08:00
$zmSlangDeleteAndNext = 'Elimina & Prossimo' ;
$zmSlangDeleteAndPrev = 'Elimina & Precedente' ;
$zmSlangDelete = 'Elimina' ;
$zmSlangDeleteSavedFilter = 'Elimina il filtro salvato' ;
$zmSlangDescription = 'Descrizione' ;
$zmSlangDeviceChannel = 'Canale Periferica' ;
$zmSlangDeviceFormat = 'Formato (0=PAL,1=NTSC etc)' ;
$zmSlangDeviceNumber = 'Numero Periferica (/dev/video?)' ;
2006-01-24 18:59:53 +08:00
$zmSlangDevicePath = 'Percorso Dispositivo' ;
2004-03-24 17:57:01 +08:00
$zmSlangDimensions = 'Dimensioni' ;
2006-01-24 18:59:53 +08:00
$zmSlangDisableAlarms = 'Disabil Alarme' ;
2004-03-24 17:57:01 +08:00
$zmSlangDisk = 'Disco' ;
2006-01-24 18:59:53 +08:00
$zmSlangDonateAlready = 'No, ho gia donato... ' ;
$zmSlangDonate = 'Donate,per favore' ;
$zmSlangDonateEnticement = 'Stai usando ZoneMinder da un po\' di tempo e spero che tu lo stia trovando utile per la sicurezza di casa tua o del tuo posto di lavoro.Anche se ZoneMinder e\' distribuito liberamente come software libero,costa soldi sia svilupparlo che supportarlo. Se preferisci che questo software continui ad avere supporto e sviluppo in futuro allora considera l\idea di fare una piccola donazione. Donare e\' ovviamente opzionale, ma apprezzato e puoi donare quanto vuoi,quel poco o tanto che tu desideri.<br><br>Se hai voglia per cortesia seleziona l\'opzione sotto o punta il tuo browser a http://www.zoneminder.com/donate.html .<br><br>Grazie per usare ZoneMinder e non dimenticare di visitare il forum in ZoneMinder.com se cerchi supporto o hai suggerimenti riguardo a come rendere migliore Zoneminder.' ;
$zmSlangDonateRemindDay = 'Non ancora, ricordamelo ancora tra 1 giorno' ;
$zmSlangDonateRemindHour = 'Non ancora, ricordamelo ancora tra 1 ora' ;
$zmSlangDonateRemindMonth = 'Non ancora, ricordamelo ancora tra 1 mese' ;
$zmSlangDonateRemindNever = 'No, io non voglio donare, non lo faro\' mai' ;
$zmSlangDonateRemindWeek = 'Non ancora, ricordamelo ancora tra 1 settimana' ;
$zmSlangDonateYes = 'Si,mi piacerebbe donare qualcosa ora' ;
2005-11-07 18:04:28 +08:00
$zmSlangDownload = 'Download' ;
2004-03-24 17:57:01 +08:00
$zmSlangDuration = 'Durata' ;
$zmSlangEdit = 'Modifica' ;
$zmSlangEmail = 'Email' ;
2006-01-24 18:59:53 +08:00
$zmSlangEnableAlarms = 'Abilita Alarms' ;
2004-03-24 17:57:01 +08:00
$zmSlangEnabled = 'Attivo' ;
$zmSlangEnterNewFilterName = 'Inserisci il nome del nuovo filtro' ;
2006-01-24 18:59:53 +08:00
$zmSlangErrorBrackets = 'Errore, controlla di avere un ugual numero di parentesti aperte e chiuse.' ;
2004-03-24 17:57:01 +08:00
$zmSlangError = 'Errore' ;
$zmSlangErrorValidValue = 'Errore, controlla che tutti i termini abbiano un valore valido' ;
2006-01-24 18:59:53 +08:00
$zmSlangEtc = 'ecc.' ;
2004-03-24 17:57:01 +08:00
$zmSlangEvent = 'Evento' ;
$zmSlangEventFilter = 'Filtro Eventi' ;
2006-01-24 18:59:53 +08:00
$zmSlangEventId = 'Id Evento' ;
$zmSlangEventName = 'Nome Evento' ;
$zmSlangEventPrefix = 'Prefisso Event' ;
2004-03-24 17:57:01 +08:00
$zmSlangEvents = 'Eventi' ;
$zmSlangExclude = 'Escludi' ;
2006-01-24 18:59:53 +08:00
$zmSlangExportDetails = 'Esp. dettagli eventi' ;
$zmSlangExport = 'Esport' ;
$zmSlangExportFailed = 'Esp. Fallita ' ;
$zmSlangExportFormat = 'Formato File Esp. ' ;
2005-06-13 19:05:03 +08:00
$zmSlangExportFormatTar = 'Tar' ;
$zmSlangExportFormatZip = 'Zip' ;
2006-01-24 18:59:53 +08:00
$zmSlangExportFrames = 'Dettagli frame espo.' ;
2005-06-13 19:05:03 +08:00
$zmSlangExportImageFiles = 'Export Image Files' ;
2006-01-24 18:59:53 +08:00
$zmSlangExporting = 'In corso.' ;
$zmSlangExportMiscFiles = 'Esporto Altri file (se present)' ;
$zmSlangExportOptions = 'Opzioni Esport' ;
$zmSlangExportVideoFiles = 'Esporto File Video (se present)' ;
2005-03-17 01:38:37 +08:00
$zmSlangFar = 'Far' ;
2004-03-24 17:57:01 +08:00
$zmSlangFeed = 'Feed' ;
2005-11-07 18:04:28 +08:00
$zmSlangFileColours = 'File Colours' ;
$zmSlangFile = 'File' ;
$zmSlangFilePath = 'File Path' ;
2004-03-24 17:57:01 +08:00
$zmSlangFilterPx = 'Px Filtro' ;
2005-11-07 18:04:28 +08:00
$zmSlangFilters = 'Filters' ;
2006-01-02 03:55:21 +08:00
$zmSlangFilterUnset = 'You must specify a filter width and height' ;
2004-03-24 17:57:01 +08:00
$zmSlangFirst = 'Primo' ;
2006-01-24 18:59:53 +08:00
$zmSlangFlippedHori = 'ribaltato orizzontale' ;
$zmSlangFlippedVert = 'ribaltato verticale' ;
2005-03-17 01:38:37 +08:00
$zmSlangFocus = 'Focus' ;
2004-03-24 17:57:01 +08:00
$zmSlangForceAlarm = 'Forza Allarme' ;
2005-11-07 18:04:28 +08:00
$zmSlangFormat = 'Format' ;
2004-03-24 17:57:01 +08:00
$zmSlangFPS = 'fps' ;
$zmSlangFPSReportInterval = 'Intervallo Report FPS' ;
$zmSlangFrameId = 'Id Immagine' ;
2006-01-24 18:59:53 +08:00
$zmSlangFrame = 'Immagini' ;
2004-03-24 17:57:01 +08:00
$zmSlangFrameRate = 'Immagini al secondo' ;
$zmSlangFrames = 'Immagini' ;
2006-01-24 18:59:53 +08:00
$zmSlangFrameSkip = 'Immagini saltate' ;
2004-03-24 17:57:01 +08:00
$zmSlangFTP = 'FTP' ;
$zmSlangFunc = 'Funz' ;
$zmSlangFunction = 'Funzione' ;
2005-03-17 01:38:37 +08:00
$zmSlangGain = 'Gain' ;
2006-01-02 03:55:21 +08:00
$zmSlangGeneral = 'General' ;
2004-03-24 17:57:01 +08:00
$zmSlangGenerateVideo = 'Genera Video' ;
$zmSlangGeneratingVideo = 'Sto generando il Video' ;
$zmSlangGoToZoneMinder = 'Vai su ZoneMinder.com' ;
$zmSlangGrey = 'Grigio' ;
2006-01-24 19:01:42 +08:00
$zmSlangGroup = 'Group' ;
2004-12-30 02:50:35 +08:00
$zmSlangGroups = 'Groups' ;
2005-03-17 01:38:37 +08:00
$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' ;
2004-03-24 17:57:01 +08:00
$zmSlangHigh = 'Alta' ;
2004-04-21 18:00:00 +08:00
$zmSlangHighBW = 'Banda Alta' ;
2005-03-17 01:38:37 +08:00
$zmSlangHome = 'Home' ;
2004-03-24 17:57:01 +08:00
$zmSlangHour = 'Ora' ;
$zmSlangHue = 'Tinta' ;
$zmSlangId = 'Id' ;
$zmSlangIdle = 'Inattivo' ;
$zmSlangIgnore = 'Ignora' ;
2006-01-24 18:59:53 +08:00
$zmSlangImageBufferSize = 'Grandezza Buffer Immagine (frames)' ;
2004-03-24 17:57:01 +08:00
$zmSlangImage = 'Immagine' ;
$zmSlangInclude = 'Includi' ;
2005-03-17 01:38:37 +08:00
$zmSlangIn = 'In' ;
2004-03-24 17:57:01 +08:00
$zmSlangInverted = 'Invertito' ;
2005-03-17 01:38:37 +08:00
$zmSlangIris = 'Iris' ;
2004-03-24 17:57:01 +08:00
$zmSlangLanguage = 'Linguaggio' ;
$zmSlangLast = 'Ultimo' ;
2006-01-24 18:59:53 +08:00
$zmSlangLimitResultsPost = 'risultati;' ; // This is used at the end of the phrase 'Limit to first N results only'
$zmSlangLimitResultsPre = 'Limita ai primi' ; // This is used at the beginning of the phrase 'Limit to first N results only'
2006-01-24 19:01:42 +08:00
$zmSlangLinkedMonitors = 'Linked Monitors' ;
2006-01-24 18:59:53 +08:00
$zmSlangList = 'Lista' ;
2004-03-24 17:57:01 +08:00
$zmSlangLoad = 'Carica' ;
$zmSlangLocal = 'Locale' ;
2006-01-24 18:59:53 +08:00
$zmSlangLoggedInAs = 'Collegato come:' ;
$zmSlangLoggingIn = 'Mi Sto Collegando' ;
2004-03-24 17:57:01 +08:00
$zmSlangLogin = 'Login' ;
$zmSlangLogout = 'Logout' ;
$zmSlangLow = 'Bassa' ;
2004-04-21 18:00:00 +08:00
$zmSlangLowBW = 'Banda Bassa' ;
2006-01-24 18:59:53 +08:00
$zmSlangMain = 'Principale' ;
2005-03-17 01:38:37 +08:00
$zmSlangMan = 'Man' ;
2006-01-24 18:59:53 +08:00
$zmSlangManual = 'Manuale' ;
2004-03-24 17:57:01 +08:00
$zmSlangMark = 'Seleziona' ;
2006-01-24 18:59:53 +08:00
$zmSlangMaxBandwidth = 'Banda Massima' ;
2004-03-24 17:57:01 +08:00
$zmSlangMaxBrScore = 'Punteggio<br/>Massimo' ;
2005-03-17 01:38:37 +08:00
$zmSlangMaxFocusRange = 'Max Focus Range' ;
$zmSlangMaxFocusSpeed = 'Max Focus Speed' ;
$zmSlangMaxFocusStep = 'Max Focus Step' ;
$zmSlangMaxGainRange = 'Max Gain Range' ;
$zmSlangMaxGainSpeed = 'Max Gain Speed' ;
$zmSlangMaxGainStep = 'Max Gain Step' ;
2006-01-24 18:59:53 +08:00
$zmSlangMaximumFPS = 'Massimi FPS' ;
2005-03-17 01:38:37 +08:00
$zmSlangMaxIrisRange = 'Max Iris Range' ;
$zmSlangMaxIrisSpeed = 'Max Iris Speed' ;
$zmSlangMaxIrisStep = 'Max Iris Step' ;
2006-01-24 18:59:53 +08:00
$zmSlangMax = 'Massima' ;
2005-03-17 01:38:37 +08:00
$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' ;
2004-03-24 17:57:01 +08:00
$zmSlangMediumBW = 'Banda Media' ;
$zmSlangMedium = 'Media' ;
2006-01-02 03:55:21 +08:00
$zmSlangMinAlarmAreaLtMax = 'Minimum alarm area should be less than maximum' ;
$zmSlangMinAlarmAreaUnset = 'You must specify the minimum alarm pixel count' ;
2006-01-24 18:59:53 +08:00
$zmSlangMinAlarmGeMinBlob = 'I pixel minimi dell\'allarme devono essere grandi almeno quanto i pixel minimi del blob' ;
$zmSlangMinAlarmGeMinFilter = 'I pixel minimi dell\'allarme devono essere grandi almeno quanto i pixel minimi del filtro' ;
$zmSlangMinAlarmPixelsLtMax = 'I pixel minimi dell\'allarme devono essere minori dei pixel massimi dell\'allarme' ;
2004-03-24 17:57:01 +08:00
$zmSlangMinBlobAreaLtMax = 'L\'area di blob minima deve essere minore dell\'area di blob massima' ;
2006-01-02 03:55:21 +08:00
$zmSlangMinBlobAreaUnset = 'You must specify the minimum blob pixel count' ;
$zmSlangMinBlobLtMinFilter = 'Minimum blob area should be less than or equal to minimum filter area' ;
2006-01-24 18:59:53 +08:00
$zmSlangMinBlobsLtMax = 'I blob minimi devono essere minori dei blob massimi' ;
2006-01-02 03:55:21 +08:00
$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' ;
2006-01-24 18:59:53 +08:00
$zmSlangMinFilterPixelsLtMax = 'I pixel minimi del filtro devono essere minori di pixel massimi del filtro' ;
2005-03-17 01:38:37 +08:00
$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' ;
2006-01-24 18:59:53 +08:00
$zmSlangMinPixelThresLtMax = 'I pixel minimi della soglia devono essere minori dei pixel massimi della soglia' ;
2005-03-17 01:38:37 +08:00
$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' ;
2004-03-24 17:57:01 +08:00
$zmSlangMisc = 'Altro' ;
$zmSlangMonitorIds = 'Monitor Ids' ;
$zmSlangMonitor = 'Monitor' ;
2006-01-02 03:55:21 +08:00
$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' ;
2004-03-24 17:57:01 +08:00
$zmSlangMonitors = 'Monitors' ;
$zmSlangMontage = 'Montaggio' ;
$zmSlangMonth = 'Mese' ;
2005-03-17 01:38:37 +08:00
$zmSlangMove = 'Move' ;
2004-03-24 17:57:01 +08:00
$zmSlangMustBeGe = 'deve essere superiore a' ;
$zmSlangMustBeLe = 'deve essere inferiore o pari a' ;
$zmSlangMustConfirmPassword = 'Devi confermare la password' ;
$zmSlangMustSupplyPassword = 'Devi inserire una password' ;
2004-05-20 19:59:32 +08:00
$zmSlangMustSupplyUsername = 'Devi specificare un nome utente' ;
2004-03-24 17:57:01 +08:00
$zmSlangName = 'Nome' ;
2005-03-17 01:38:37 +08:00
$zmSlangNear = 'Near' ;
2004-03-24 17:57:01 +08:00
$zmSlangNetwork = 'Rete' ;
2006-01-24 18:59:53 +08:00
$zmSlangNewGroup = 'Nuovo Gruppo' ;
2004-03-24 17:57:01 +08:00
$zmSlangNew = 'Nuovo' ;
$zmSlangNewPassword = 'Nuova Password' ;
$zmSlangNewState = 'Nuovo Stato' ;
$zmSlangNewUser = 'Nuovo Utente' ;
$zmSlangNext = 'Prossimo' ;
$zmSlangNoFramesRecorded = 'Non ci sono immagini salvate per questo evento' ;
2006-01-24 18:59:53 +08:00
$zmSlangNoGroups = 'Nessun Gruppo e\' stato definito' ;
2004-03-24 17:57:01 +08:00
$zmSlangNoneAvailable = 'Nessuno disponibile' ;
$zmSlangNone = 'Nessuno' ;
$zmSlangNo = 'No' ;
$zmSlangNormal = 'Normale' ;
2004-05-20 19:59:32 +08:00
$zmSlangNoSavedFilters = 'NessunFiltroSalvato' ;
$zmSlangNoStatisticsRecorded = 'Non ci sono statistiche salvate per questo evento/immagine' ;
2005-06-13 19:05:03 +08:00
$zmSlangNotes = 'Notes' ;
2005-03-17 01:38:37 +08:00
$zmSlangNumPresets = 'Num Presets' ;
2006-01-24 18:59:53 +08:00
$zmSlangOpen = 'Apri' ;
2004-03-24 17:57:01 +08:00
$zmSlangOpEq = 'uguale a' ;
$zmSlangOpGtEq = 'maggiore o uguale a' ;
$zmSlangOpGt = 'maggiore di' ;
2006-01-24 18:59:53 +08:00
$zmSlangOpIn = 'settato' ;
2004-03-24 17:57:01 +08:00
$zmSlangOpLtEq = 'minore o uguale a' ;
$zmSlangOpLt = 'minore di' ;
$zmSlangOpMatches = 'corrisponde' ;
$zmSlangOpNe = 'diverso da' ;
$zmSlangOpNotIn = 'non in set' ;
$zmSlangOpNotMatches = 'non corrisponde' ;
2006-01-24 18:59:53 +08:00
$zmSlangOptionHelp = 'Opzioni di Aiuto' ;
2004-03-24 17:57:01 +08:00
$zmSlangOptionRestartWarning = 'Queste modifiche potrebbero essere attive solo dopo \nun riavvio del sistema. Riavviare ZoneMinder.' ;
$zmSlangOptions = 'Opzioni' ;
2006-01-24 18:59:53 +08:00
$zmSlangOrder = 'Ordine' ;
2004-03-24 17:57:01 +08:00
$zmSlangOrEnterNewName = 'o inserisci un nuovo nome' ;
$zmSlangOrientation = 'Orientamento' ;
2005-03-17 01:38:37 +08:00
$zmSlangOut = 'Out' ;
2004-03-24 17:57:01 +08:00
$zmSlangOverwriteExisting = 'Sovrascrivi' ;
$zmSlangPaged = 'Con paginazione' ;
2005-11-10 20:48:51 +08:00
$zmSlangPanLeft = 'Pan Left' ;
2005-03-17 01:38:37 +08:00
$zmSlangPan = 'Pan' ;
2005-11-10 20:48:51 +08:00
$zmSlangPanRight = 'Pan Right' ;
2005-03-17 01:38:37 +08:00
$zmSlangPanTilt = 'Pan/Tilt' ;
2004-03-24 17:57:01 +08:00
$zmSlangParameter = 'Parametri' ;
$zmSlangPassword = 'Password' ;
$zmSlangPasswordsDifferent = 'Le password non coincidono' ;
$zmSlangPaths = 'Percorsi' ;
$zmSlangPhoneBW = 'Banda Tel' ;
2006-01-24 18:59:53 +08:00
$zmSlangPhone = 'Telefono' ;
2004-03-24 17:57:01 +08:00
$zmSlangPixels = 'pixels' ;
2006-01-24 18:59:53 +08:00
$zmSlangPlayAll = 'Vedi tutti' ;
2004-03-24 17:57:01 +08:00
$zmSlangPleaseWait = 'Attendere prego' ;
2006-01-02 03:55:21 +08:00
$zmSlangPoint = 'Point' ;
2004-03-24 17:57:01 +08:00
$zmSlangPostEventImageBuffer = 'Buffer di immagini Dopo Evento' ;
2004-05-21 21:00:13 +08:00
$zmSlangPreEventImageBuffer = 'Buffer di immagini Pre Evento' ;
2005-03-17 01:38:37 +08:00
$zmSlangPreset = 'Preset' ;
$zmSlangPresets = 'Presets' ;
2004-03-24 17:57:01 +08:00
$zmSlangPrev = 'Prec' ;
$zmSlangRate = 'Rate' ;
$zmSlangReal = 'Reale' ;
$zmSlangRecord = 'Record' ;
$zmSlangRefImageBlendPct = 'Riferimento Miscela Immagine percentuale' ;
$zmSlangRefresh = 'Aggiorna' ;
$zmSlangRemoteHostName = 'Nome dell\'Host Remoto' ;
$zmSlangRemoteHostPath = 'Percorso dell\'Host Remoto' ;
$zmSlangRemoteHostPort = 'Porta dell\'Host Remoto' ;
$zmSlangRemoteImageColours = 'Colori delle immagini Remote' ;
$zmSlangRemote = 'Remoto' ;
$zmSlangRename = 'Rinomina' ;
$zmSlangReplay = 'Replay' ;
$zmSlangResetEventCounts = 'Resetta Contatore Eventi' ;
2004-12-30 02:50:35 +08:00
$zmSlangReset = 'Reset' ;
2004-03-24 17:57:01 +08:00
$zmSlangRestarting = 'Sto riavviando' ;
$zmSlangRestart = 'Riavvia' ;
$zmSlangRestrictedCameraIds = 'Camera Ids Riservati' ;
2006-01-24 19:01:42 +08:00
$zmSlangRestrictedMonitors = 'Restricted Monitors' ;
2005-03-17 01:38:37 +08:00
$zmSlangReturnDelay = 'Return Delay' ;
$zmSlangReturnLocation = 'Return Location' ;
2004-03-24 17:57:01 +08:00
$zmSlangRotateLeft = 'Ruota a Sinista' ;
$zmSlangRotateRight = 'Ruota a Destra' ;
2006-01-24 18:59:53 +08:00
$zmSlangRunMode = 'Modalita funzionamento' ;
2004-03-24 17:57:01 +08:00
$zmSlangRunning = 'Avviato' ;
$zmSlangRunState = 'Stato Avviato' ;
$zmSlangSaveAs = 'Salva come' ;
$zmSlangSaveFilter = 'salva Filtro' ;
$zmSlangSave = 'Salva' ;
$zmSlangScale = 'Scala' ;
2006-01-24 18:59:53 +08:00
$zmSlangScore = 'Punteggio' ;
2004-03-24 17:57:01 +08:00
$zmSlangSecs = 'Secs' ;
$zmSlangSectionlength = 'Lunghezza Sezione' ;
2006-01-24 19:01:42 +08:00
$zmSlangSelectMonitors = 'Select Monitors' ;
2006-01-24 18:59:53 +08:00
$zmSlangSelect = 'Seleziona' ;
2006-01-02 03:55:21 +08:00
$zmSlangSelfIntersecting = 'Polygon edges must not intersect' ;
2006-01-24 18:59:53 +08:00
$zmSlangSetLearnPrefs = 'Seleziona le preferenze di autoapprendimento' ; // This can be ignored for now
2004-03-24 17:57:01 +08:00
$zmSlangSetNewBandwidth = 'Imposta nuova Banda' ;
2005-03-17 01:38:37 +08:00
$zmSlangSetPreset = 'Set Preset' ;
$zmSlangSet = 'Set' ;
2004-03-24 17:57:01 +08:00
$zmSlangSettings = 'Impostazioni' ;
2004-05-20 19:59:32 +08:00
$zmSlangShowFilterWindow = 'MostraFinestraFiltri' ;
2006-01-24 18:59:53 +08:00
$zmSlangShowTimeline = 'Mostra linea temporale' ;
$zmSlangSize = 'grandezza' ;
2005-03-17 01:38:37 +08:00
$zmSlangSleep = 'Sleep' ;
2004-05-20 19:59:32 +08:00
$zmSlangSortAsc = 'Cresc' ;
$zmSlangSortBy = 'Ordina per' ;
$zmSlangSortDesc = 'Decr' ;
2004-03-24 17:57:01 +08:00
$zmSlangSource = 'Sorgente' ;
$zmSlangSourceType = 'Tipo Sorgente' ;
2006-01-24 18:59:53 +08:00
$zmSlangSpeedHigh = 'Alta Velocita' ;
$zmSlangSpeedLow = 'Bassa Velocita' ;
$zmSlangSpeedMedium = 'Media Velocita' ;
$zmSlangSpeedTurbo = 'Turbo Velocita' ;
$zmSlangSpeed = 'Velocita' ;
2004-03-24 17:57:01 +08:00
$zmSlangStart = 'Avvia' ;
$zmSlangState = 'Stato' ;
$zmSlangStats = 'Statistiche' ;
$zmSlangStatus = 'Stato' ;
2006-01-24 18:59:53 +08:00
$zmSlangStepLarge = 'Lungo passo' ;
$zmSlangStepMedium = 'Medio passo' ;
$zmSlangStepNone = 'No passo' ;
$zmSlangStepSmall = 'Piccolo passo' ;
2005-03-17 01:38:37 +08:00
$zmSlangStep = 'Step' ;
2004-03-24 17:57:01 +08:00
$zmSlangStills = 'Foto' ;
2006-01-24 18:59:53 +08:00
$zmSlangStopped = 'Fermo-immagine' ;
2004-03-24 17:57:01 +08:00
$zmSlangStop = 'Stop' ;
$zmSlangStream = 'Flusso' ;
2006-01-24 18:59:53 +08:00
$zmSlangSubmit = 'Accetta' ;
2004-03-24 17:57:01 +08:00
$zmSlangSystem = 'Sistema' ;
2005-03-17 01:38:37 +08:00
$zmSlangTele = 'Tele' ;
2006-01-24 18:59:53 +08:00
$zmSlangThumbnail = 'Anteprima' ;
2005-03-17 01:38:37 +08:00
$zmSlangTilt = 'Tilt' ;
2006-01-24 18:59:53 +08:00
$zmSlangTimeDelta = 'Tempo di Delta' ;
2005-11-07 18:04:28 +08:00
$zmSlangTimeline = 'Timeline' ;
2004-04-21 18:00:00 +08:00
$zmSlangTime = 'Ora' ;
2004-03-24 17:57:01 +08:00
$zmSlangTimestampLabelFormat = 'Formato etichetta timestamp' ;
$zmSlangTimestampLabelX = 'coordinata X etichetta' ;
$zmSlangTimestampLabelY = 'coordinata Y etichetta' ;
$zmSlangTimestamp = 'Timestamp' ;
$zmSlangTimeStamp = 'Time Stamp' ;
2006-01-24 18:59:53 +08:00
$zmSlangToday = 'Oggi ' ;
2004-03-24 17:57:01 +08:00
$zmSlangTools = 'Tools' ;
$zmSlangTotalBrScore = 'Punteggio<br/>Totale' ;
2005-03-17 01:38:37 +08:00
$zmSlangTrackDelay = 'Track Delay' ;
$zmSlangTrackMotion = 'Track Motion' ;
2004-03-24 17:57:01 +08:00
$zmSlangTriggers = 'Triggers' ;
2005-03-17 01:38:37 +08:00
$zmSlangTurboPanSpeed = 'Turbo Pan Speed' ;
$zmSlangTurboTiltSpeed = 'Turbo Tilt Speed' ;
2004-03-24 17:57:01 +08:00
$zmSlangType = 'Tipo' ;
$zmSlangUnarchive = 'Togli dall\'archivio' ;
$zmSlangUnits = 'Unità' ;
$zmSlangUnknown = 'Sconosciuto' ;
$zmSlangUpdateAvailable = 'Un aggiornamento di ZoneMinder è disponibilie.' ;
$zmSlangUpdateNotNecessary = 'Nessun aggiornamento necessario.' ;
2006-01-02 03:55:21 +08:00
$zmSlangUpdate = 'Update' ;
2004-03-24 17:57:01 +08:00
$zmSlangUseFilterExprsPost = ' espressioni filtri' ; // This is used at the end of the phrase 'use N filter expressions'
$zmSlangUseFilterExprsPre = 'Usa ' ; // This is used at the beginning of the phrase 'use N filter expressions'
$zmSlangUseFilter = 'Usa Filtro' ;
$zmSlangUsername = 'Nome Utente' ;
$zmSlangUsers = 'Utenti' ;
$zmSlangUser = 'Utente' ;
$zmSlangValue = 'Valore' ;
$zmSlangVersionIgnore = 'Ignora questa versione' ;
$zmSlangVersionRemindDay = 'Ricordami ancora tra un giorno' ;
$zmSlangVersionRemindHour = 'Ricordami ancora tra un\'ora' ;
$zmSlangVersionRemindNever = 'Non ricordarmi di nuove versioni' ;
$zmSlangVersionRemindWeek = 'Ricordami ancora tra una settimana' ;
$zmSlangVersion = 'Versione' ;
2006-01-24 18:59:53 +08:00
$zmSlangVideoFormat = 'Formato Video' ;
2004-03-24 17:57:01 +08:00
$zmSlangVideoGenFailed = 'Generazione Video Fallita!' ;
2006-01-24 18:59:53 +08:00
$zmSlangVideoGenFiles = 'Video File Esistenti' ;
$zmSlangVideoGenNoFiles = 'Non ho trovato file ' ;
2004-03-24 17:57:01 +08:00
$zmSlangVideoGenParms = 'Parametri Generazione Video' ;
2006-01-24 18:59:53 +08:00
$zmSlangVideoGenSucceeded = 'Successo: Generato Video !' ;
2004-03-24 17:57:01 +08:00
$zmSlangVideoSize = 'Dimensioni Video' ;
$zmSlangVideo = 'Video' ;
2006-01-24 18:59:53 +08:00
$zmSlangViewAll = 'Vedi Tutto' ;
$zmSlangViewEvent = 'Vedi Evento' ;
2004-03-24 17:57:01 +08:00
$zmSlangViewPaged = 'Vedi con paginazione' ;
$zmSlangView = 'vedi' ;
2005-03-17 01:38:37 +08:00
$zmSlangWake = 'Wake' ;
2004-03-24 17:57:01 +08:00
$zmSlangWarmupFrames = 'Immagini Warmup' ;
$zmSlangWatch = 'Guarda' ;
2005-11-07 18:04:28 +08:00
$zmSlangWebColour = 'Web Colour' ;
2004-03-24 17:57:01 +08:00
$zmSlangWeb = 'Web' ;
$zmSlangWeek = 'Settimana' ;
2006-01-24 18:59:53 +08:00
$zmSlangWhiteBalance = 'Bil. Bianco ' ;
$zmSlangWhite = 'Bianc' ;
2005-03-17 01:38:37 +08:00
$zmSlangWide = 'Wide' ;
2004-03-24 17:57:01 +08:00
$zmSlangX10ActivationString = 'Stringa attivazione X10' ;
$zmSlangX10InputAlarmString = 'Stringa allarme input X10' ;
$zmSlangX10OutputAlarmString = 'Stringa allarme output X10' ;
$zmSlangX10 = 'X10' ;
2006-01-02 03:55:21 +08:00
$zmSlangX = 'X' ;
2004-03-24 17:57:01 +08:00
$zmSlangYes = 'Si' ;
$zmSlangYouNoPerms = 'Non hai i permessi per accedere a questa risorsa.' ;
2006-01-02 03:55:21 +08:00
$zmSlangY = 'Y' ;
2006-01-24 18:59:53 +08:00
$zmSlangZoneAlarmColour = 'Colore Allarme (RGB)' ;
2006-01-02 03:55:21 +08:00
$zmSlangZoneArea = 'Zone Area' ;
2006-01-24 18:59:53 +08:00
$zmSlangZoneFilterHeight = 'Altezza Filtro (pixels)' ;
2006-01-02 03:55:21 +08:00
$zmSlangZoneFilterSize = 'Filter Width/Height (pixels)' ;
2006-01-24 18:59:53 +08:00
$zmSlangZoneFilterWidth = 'Larghezza Filtro (pixels)' ;
$zmSlangZoneMaxAlarmedArea = 'Massima Area Allarmata' ;
$zmSlangZoneMaxBlobArea = 'Massima Area Blob' ;
$zmSlangZoneMaxBlobs = 'Numero Massimo di Blobs' ;
$zmSlangZoneMaxFilteredArea = 'Massima Area Filtrata' ;
$zmSlangZoneMaxPixelThres = 'Pixel Massimi di Soglia (0-255)' ;
$zmSlangZoneMaxX = 'X Massimo (destra)' ;
$zmSlangZoneMaxY = 'Y Massimo (basso)' ;
$zmSlangZoneMinAlarmedArea = 'Minima Area Allarmata' ;
$zmSlangZoneMinBlobArea = 'Minima Area Blob' ;
$zmSlangZoneMinBlobs = 'Blob Minimi' ;
$zmSlangZoneMinFilteredArea = 'Minima Area Filtrata' ;
2006-01-02 03:55:21 +08:00
$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)' ;
2006-01-24 18:59:53 +08:00
$zmSlangZoneMinPixelThres = 'Pixel Minimi di Soglia (0-255)' ;
$zmSlangZoneMinX = 'X Minimo (sinistra)' ;
$zmSlangZoneMinY = 'Y Minimo (alto)' ;
2004-03-24 17:57:01 +08:00
$zmSlangZones = 'Zone' ;
$zmSlangZone = 'Zona' ;
2005-11-10 20:48:51 +08:00
$zmSlangZoomIn = 'Zoom In' ;
$zmSlangZoomOut = 'Zoom Out' ;
2005-03-17 01:38:37 +08:00
$zmSlangZoom = 'Zoom' ;
2004-03-24 17:57:01 +08:00
// Complex replacements with formatting and/or placements, must be passed through sprintf
$zmClangCurrentLogin = 'Login attuale: \'%1$s\'' ;
$zmClangEventCount = '%1$s %2$s' ; // For example '37 Events' (from Vlang below)
$zmClangLastEvents = 'Ultimi %1$s %2$s' ; // For example 'Last 37 Events' (from Vlang below)
$zmClangLatestRelease = 'L\'ultima release v%1$s, tu hai v%2$s.' ;
$zmClangMonitorCount = '%1$s %2$s' ; // For example '4 Monitors' (from Vlang below)
$zmClangMonitorFunction = 'Monitor %1$s Function' ;
$zmClangRunningRecentVer = 'Stai usando la versione più aggiornata di 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 => 'Eventi' , 1 => 'Evento' , 2 => 'Eventi' );
$zmVlangMonitor = array ( 0 => 'Monitor' , 1 => 'Monitor' , 2 => 'Monitor' );
// 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 );
}
}
2006-01-24 18:59:53 +08:00
die ( 'Errore, sono incapace di correlare le stringhe del file-linguaggio' );
2004-03-24 17:57:01 +08:00
}
// 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";
//
?>