summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/tg_TJ.js
blob: 37042a4f4124c4cd929f1bd207519f52db75ee18 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "user_ldap",
    {
    "_%s group found_::_%s groups found_" : ["",""],
    "_%s user found_::_%s users found_" : ["",""]
},
"nplurals=2; plural=(n != 1);");
> echo "Console can only be used once ownCloud has been installed" . PHP_EOL; exit(0); } if (!OC::$CLI) { echo "This script can be run from the command line only" . PHP_EOL; exit(0); } // load all apps to get all api routes properly setup OC_App::loadApps(); $defaults = new OC_Defaults; $application = new Application($defaults->getName(), \OC_Util::getVersionString()); require_once 'core/register_command.php'; foreach(OC_App::getAllApps() as $app) { $file = OC_App::getAppPath($app).'/appinfo/register_command.php'; if(file_exists($file)) { require $file; } } $application->run();