summaryrefslogtreecommitdiffstats
path: root/remote.php
Commit message (Expand)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Fix undefined variable $exThomas Müller2016-05-021-1/+1
* Catch class Error on all root entrypointsThomas Müller2016-04-201-3/+5
* Employ a stricter Content Security Policy on remote.phpLukas Reschke2016-04-121-0/+5
* All webdav endpoints within remote.php are now hardcoded - helps to prevent m...Thomas Müller2016-04-051-1/+22
* Update author informationLukas Reschke2016-03-011-0/+1
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
* Happy new year!Thomas Müller2016-01-121-2/+2
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
* Avoid logging normal exceptions in remote.phpRobin McCorkell2015-08-181-3/+8
* Fixing content type detection and handle all local printErrorPage callsThomas Müller2015-06-301-12/+29
* Adding request specific exception handling - now with WebDAV responses - refs...Thomas Müller2015-06-301-7/+33
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Update license headersJenkins for ownCloud2015-03-261-1/+27
* Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-0/+3
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+25
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-6/+7
* Add sabredav plugin to check if a user has access to an appRobin Appelman2014-11-171-1/+3
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+4
* Prevent loading apps in remote when an upgrade is dueVincent Petry2014-06-251-0/+9
* Move authentication to it's own callLukas Reschke2014-06-051-1/+2
* Remove legacy routing codeLukas Reschke2014-06-051-1/+5
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-6/+2
|\
| * Remove no longer needed if statementRobin Appelman2014-02-201-5/+1
| * Merge pull request #7036 from LeBlaaanc/patch-1Thomas Müller2014-02-201-1/+1
| |\
| | * Removed '/'. Fixes #7035.Chris LeBlanc2014-02-011-1/+1
| * | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
| |/
* / remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-1/+0
|/
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-34/+43
* More Checkstyle cleanupFelix Moeller2012-10-231-1/+1
* fix remote.php for our favorite OS - WindowsGeorg Ehrke2012-10-081-1/+5
* Update remote.phpThomas Müller2012-09-041-4/+4
* Check if path info is empty for remote.php, prevent errorMichael Gapczynski2012-08-281-1/+1
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-1/+0
* Move getting the path info to OC_RequestBart Visscher2012-08-071-5/+1
* fix errors like Failed opening required ownCloudcalendar/appinfo/remote.phpGeorg Ehrke2012-07-261-1/+1
* fix minified js and cssRobin Appelman2012-07-141-0/+2
* fix remote and public.phpRobin Appelman2012-07-131-6/+4
* Simplified remote.php file loadingBart Visscher2012-07-041-23/+13
* Check if app is enabled before loading in remote and public.phpBart Visscher2012-06-271-2/+13
* Quick fix of multi app migration. Need a better solutionBrice Maron2012-06-251-0/+2
* Try to fix the remote pbm. fix oc-1090Brice Maron2012-06-241-6/+9
* Correct inclusion pathsBrice Maron2012-06-211-4/+3
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-1/+1
|\
{ color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
#   <cosenal@gmail.com>, 2011.
# Francesco Apruzzese <cescoap@gmail.com>, 2011, 2012.
#   <marco@carnazzo.it>, 2011, 2012.
#   <rb.colombo@gmail.com>, 2011.
# Vincenzo Reale <vinx.reale@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-08 00:01+0100\n"
"PO-Revision-Date: 2012-11-07 23:01+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ajax/vcategories/add.php:22 ajax/vcategories/delete.php:22
msgid "Application name not provided."
msgstr "Nome dell'applicazione non fornito."

#: ajax/vcategories/add.php:28
msgid "No category to add?"
msgstr "Nessuna categoria da aggiungere?"

#: ajax/vcategories/add.php:35
msgid "This category already exists: "
msgstr "Questa categoria esiste già: "

#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
msgid "Settings"
msgstr "Impostazioni"

#: js/js.js:687
msgid "seconds ago"
msgstr ""

#: js/js.js:688
msgid "1 minute ago"
msgstr ""

#: js/js.js:689
msgid "{minutes} minutes ago"
msgstr ""

#: js/js.js:692
msgid "today"
msgstr ""

#: js/js.js:693
msgid "yesterday"
msgstr ""

#: js/js.js:694
msgid "{days} days ago"
msgstr ""

#: js/js.js:695
msgid "last month"
msgstr ""

#: js/js.js:697
msgid "months ago"
msgstr ""

#: js/js.js:698
msgid "last year"
msgstr ""

#: js/js.js:699
msgid "years ago"
msgstr ""

#: js/oc-dialogs.js:126
msgid "Choose"
msgstr "Scegli"

#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
msgid "Cancel"
msgstr "Annulla"

#: js/oc-dialogs.js:162
msgid "No"
msgstr "No"

#: js/oc-dialogs.js:163
msgid "Yes"
msgstr "Sì"

#: js/oc-dialogs.js:180
msgid "Ok"
msgstr "Ok"

#: js/oc-vcategories.js:68
msgid "No categories selected for deletion."
msgstr "Nessuna categoria selezionata per l'eliminazione."

#: js/oc-vcategories.js:68 js/share.js:135 js/share.js:142 js/share.js:525
#: js/share.js:537
msgid "Error"
msgstr "Errore"

#: js/share.js:124
msgid "Error while sharing"
msgstr "Errore durante la condivisione"

#: js/share.js:135
msgid "Error while unsharing"
msgstr "Errore durante la rimozione della condivisione"

#: js/share.js:142
msgid "Error while changing permissions"
msgstr "Errore durante la modifica dei permessi"

#: js/share.js:151
msgid "Shared with you and the group {group} by {owner}"
msgstr "Condiviso con te e con il gruppo {group} da {owner}"

#: js/share.js:153
msgid "Shared with you by {owner}"
msgstr "Condiviso con te da {owner}"

#: js/share.js:158
msgid "Share with"
msgstr "Condividi con"

#: js/share.js:163
msgid "Share with link"
msgstr "Condividi con collegamento"

#: js/share.js:164
msgid "Password protect"
msgstr "Proteggi con password"

#: js/share.js:168 templates/installation.php:42 templates/login.php:24
#: templates/verify.php:13
msgid "Password"
msgstr "Password"

#: js/share.js:173
msgid "Set expiration date"
msgstr "Imposta data di scadenza"

#: js/share.js:174
msgid "Expiration date"
msgstr "Data di scadenza"

#: js/share.js:206
msgid "Share via email:"
msgstr "Condividi tramite email:"

#: js/share.js:208
msgid "No people found"
msgstr "Non sono state trovate altre persone"

#: js/share.js:235
msgid "Resharing is not allowed"
msgstr "La ri-condivisione non è consentita"

#: js/share.js:271
msgid "Shared in {item} with {user}"
msgstr "Condiviso in {item} con {user}"

#: js/share.js:292
msgid "Unshare"
msgstr "Rimuovi condivisione"

#: js/share.js:304
msgid "can edit"
msgstr "può modificare"

#: js/share.js:306
msgid "access control"
msgstr "controllo d'accesso"

#: js/share.js:309
msgid "create"
msgstr "creare"

#: js/share.js:312
msgid "update"
msgstr "aggiornare"

#: js/share.js:315
msgid "delete"
msgstr "eliminare"

#: js/share.js:318
msgid "share"
msgstr "condividere"

#: js/share.js:343 js/share.js:512 js/share.js:514
msgid "Password protected"
msgstr "Protetta da password"

#: js/share.js:525
msgid "Error unsetting expiration date"
msgstr "Errore durante la rimozione della data di scadenza"

#: js/share.js:537
msgid "Error setting expiration date"
msgstr "Errore durante l'impostazione della data di scadenza"

#: lostpassword/controller.php:47
msgid "ownCloud password reset"
msgstr "Ripristino password di ownCloud"

#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
msgstr "Usa il collegamento seguente per ripristinare la password: {link}"

#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
msgstr "Riceverai un collegamento per ripristinare la tua password via email"

#: lostpassword/templates/lostpassword.php:5
msgid "Reset email send."
msgstr "Email di ripristino inviata."

#: lostpassword/templates/lostpassword.php:8
msgid "Request failed!"
msgstr "Richiesta non riuscita!"

#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
#: templates/login.php:20
msgid "Username"
msgstr "Nome utente"

#: lostpassword/templates/lostpassword.php:14
msgid "Request reset"
msgstr "Richiesta di ripristino"

#: lostpassword/templates/resetpassword.php:4
msgid "Your password was reset"
msgstr "La password è stata ripristinata"

#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
msgstr "Alla pagina di accesso"

#: lostpassword/templates/resetpassword.php:8
msgid "New password"
msgstr "Nuova password"

#: lostpassword/templates/resetpassword.php:11
msgid "Reset password"
msgstr "Ripristina la password"

#: strings.php:5
msgid "Personal"
msgstr "Personale"

#: strings.php:6
msgid "Users"
msgstr "Utenti"

#: strings.php:7
msgid "Apps"
msgstr "Applicazioni"

#: strings.php:8
msgid "Admin"
msgstr "Admin"

#: strings.php:9
msgid "Help"
msgstr "Aiuto"

#: templates/403.php:12
msgid "Access forbidden"
msgstr "Accesso negato"

#: templates/404.php:12
msgid "Cloud not found"
msgstr "Nuvola non trovata"

#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
msgstr "Modifica le categorie"

#: templates/edit_categories_dialog.php:14
msgid "Add"
msgstr "Aggiungi"

#: templates/installation.php:23 templates/installation.php:31
msgid "Security Warning"
msgstr "Avviso di sicurezza"

#: templates/installation.php:24
msgid ""
"No secure random number generator is available, please enable the PHP "
"OpenSSL extension."
msgstr "Non è disponibile alcun generatore di numeri casuali sicuro. Abilita l'estensione OpenSSL di PHP"

#: templates/installation.php:26
msgid ""
"Without a secure random number generator an attacker may be able to predict "
"password reset tokens and take over your account."
msgstr "Senza un generatore di numeri casuali sicuro, un malintenzionato potrebbe riuscire a individuare i token di ripristino delle password e impossessarsi del tuo account."

#: templates/installation.php:32
msgid ""
"Your data directory and your files are probably accessible from the "
"internet. The .htaccess file that ownCloud provides is not working. We "
"strongly suggest that you configure your webserver in a way that the data "
"directory is no longer accessible or you move the data directory outside the"
" webserver document root."
msgstr "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess fornito da ownCloud non funziona. Ti suggeriamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o sposta tale cartella fuori dalla radice del sito."

#: templates/installation.php:36
msgid "Create an <strong>admin account</strong>"
msgstr "Crea un <strong>account amministratore</strong>"

#: templates/installation.php:48
msgid "Advanced"
msgstr "Avanzate"

#: templates/installation.php:50
msgid "Data folder"
msgstr "Cartella dati"

#: templates/installation.php:57
msgid "Configure the database"
msgstr "Configura il database"

#: templates/installation.php:62 templates/installation.php:73
#: templates/installation.php:83 templates/installation.php:93
msgid "will be used"
msgstr "sarà utilizzato"

#: templates/installation.php:105
msgid "Database user"
msgstr "Utente del database"

#: templates/installation.php:109
msgid "Database password"
msgstr "Password del database"

#: templates/installation.php:113
msgid "Database name"
msgstr "Nome del database"

#: templates/installation.php:121
msgid "Database tablespace"
msgstr "Spazio delle tabelle del database"

#: templates/installation.php:127
msgid "Database host"
msgstr "Host del database"

#: templates/installation.php:132
msgid "Finish setup"
msgstr "Termina la configurazione"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Sunday"
msgstr "Domenica"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Monday"
msgstr "Lunedì"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Tuesday"
msgstr "Martedì"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Wednesday"
msgstr "Mercoledì"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Thursday"
msgstr "Giovedì"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Friday"
msgstr "Venerdì"

#: templates/layout.guest.php:15 templates/layout.user.php:16
msgid "Saturday"
msgstr "Sabato"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "January"
msgstr "Gennaio"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "February"
msgstr "Febbraio"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "March"
msgstr "Marzo"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "April"
msgstr "Aprile"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "May"
msgstr "Maggio"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "June"
msgstr "Giugno"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "July"
msgstr "Luglio"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "August"
msgstr "Agosto"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "September"
msgstr "Settembre"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "October"
msgstr "Ottobre"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "November"
msgstr "Novembre"

#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "December"
msgstr "Dicembre"

#: templates/layout.guest.php:41
msgid "web services under your control"
msgstr "servizi web nelle tue mani"

#: templates/layout.user.php:44
msgid "Log out"
msgstr "Esci"

#: templates/login.php:8
msgid "Automatic logon rejected!"
msgstr "Accesso automatico rifiutato."

#: templates/login.php:9
msgid ""
"If you did not change your password recently, your account may be "
"compromised!"
msgstr "Se non hai cambiato la password recentemente, il tuo account potrebbe essere stato compromesso."

#: templates/login.php:10
msgid "Please change your password to secure your account again."
msgstr "Cambia la password per rendere nuovamente sicuro il tuo account."

#: templates/login.php:15
msgid "Lost your password?"
msgstr "Hai perso la password?"

#: templates/login.php:27
msgid "remember"
msgstr "ricorda"

#: templates/login.php:28
msgid "Log in"
msgstr "Accedi"

#: templates/logout.php:1
msgid "You are logged out."
msgstr "Sei uscito."

#: templates/part.pagenavi.php:3
msgid "prev"
msgstr "precedente"

#: templates/part.pagenavi.php:20
msgid "next"
msgstr "successivo"

#: templates/verify.php:5
msgid "Security Warning!"
msgstr "Avviso di sicurezza"

#: templates/verify.php:6
msgid ""
"Please verify your password. <br/>For security reasons you may be "
"occasionally asked to enter your password again."
msgstr "Verifica la tua password.<br/>Per motivi di sicurezza, potresti ricevere una richiesta di digitare nuovamente la password."

#: templates/verify.php:16
msgid "Verify"
msgstr "Verifica"