summaryrefslogtreecommitdiffstats
path: root/lib/l10n/es_CL.json
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-011-27/+1
|
* [tx-robot] updated from transifexNextcloud bot2018-02-011-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-01-211-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2018-01-041-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2017-11-111-0/+256
|
* [tx-robot] updated from transifexNextcloud bot2016-11-301-23/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-041-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-301-5/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-271-5/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-051-1/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-171-1/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-121-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-111-9/+9
|
* update all translation files to js and jsonThomas Müller2014-10-291-0/+30
s="p">('index', $ex); //show the user a detailed error page OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE); OC_Template::printExceptionErrorPage($ex); } catch (\OC\HintException $ex) { OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE); OC_Template::printErrorPage($ex->getMessage(), $ex->getHint()); } catch (Exception $ex) { \OCP\Util::logException('index', $ex); //show the user a detailed error page OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR); OC_Template::printExceptionErrorPage($ex); }