summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/pl.php
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-271-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-031-0/+6
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-271-0/+18
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-261-0/+13
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-081-1/+0
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-031-4/+4
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-021-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-161-1/+0
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-191-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-311-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-211-0/+36
nd-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 */
<?php

/**
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
*
* This library 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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this library.  If not, see <http://www.gnu.org/licenses/>.
*
*/

$RUNTIME_NOAPPS = TRUE; //no apps, yet

require_once 'lib/base.php';

OC::handleRequest();