* * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * */ namespace Test; /** * Class InfoXmlTest * * @group DB * @package Test */ class InfoXmlTest extends TestCase { public function dataApps() { return [ ['admin_audit'], ['comments'], ['dav'], ['encryption'], ['federatedfilesharing'], ['federation'], ['files'], ['files_external'], ['files_sharing'], ['files_trashbin'], ['files_versions'], ['provisioning_api'], ['systemtags'], ['theming'], ['settings'], ['twofactor_backupcodes'], ['updatenotification'], ['user_ldap'], ['workflowengine'], ]; } /** * @dataProvider dataApps * * @param string $app */ public function testClasses($app) { $appInfo = \OC_App::getAppInfo($app); $appPath = \OC_App::getAppPath($app); \OC_App::registerAutoloading($app, $appPath); //Add the appcontainer $applicationClassName = \OCP\AppFramework\App::buildAppNamespace($app) . '\\AppInfo\\Application'; if (class_exists($applicationClassName)) { $application = new $applicationClassName(); $this->addToAssertionCount(1); } else { $application = new \OCP\AppFramework\App($app); $this->addToAssertionCount(1); } if (isset($appInfo['background-jobs'])) { foreach ($appInfo['background-jobs'] as $job) { $this->assertTrue(class_exists($job), 'Asserting background job "' . $job . '" exists'); $this->assertInstanceOf($job, \OC::$server->query($job)); } } if (isset($appInfo['two-factor-providers'])) { foreach ($appInfo['two-factor-providers'] as $provider) { $this->assertTrue(class_exists($provider), 'Asserting two-factor providers "' . $provider . '" exists'); $this->assertInstanceOf($provider, \OC::$server->query($provider)); } } if (isset($appInfo['commands'])) { foreach ($appInfo['commands'] as $command) { $this->assertTrue(class_exists($command), 'Asserting command "' . $command . '" exists'); $this->assertInstanceOf($command, \OC::$server->query($command)); } } if (isset($appInfo['repair-steps']['pre-migration'])) { foreach ($appInfo['repair-steps']['pre-migration'] as $migration) { $this->assertTrue(class_exists($migration), 'Asserting pre-migration "' . $migration . '" exists'); $this->assertInstanceOf($migration, \OC::$server->query($migration)); } } if (isset($appInfo['repair-steps']['post-migration'])) { foreach ($appInfo['repair-steps']['post-migration'] as $migration) { $this->assertTrue(class_exists($migration), 'Asserting post-migration "' . $migration . '" exists'); $this->assertInstanceOf($migration, \OC::$server->query($migration)); } } if (isset($appInfo['repair-steps']['live-migration'])) { foreach ($appInfo['repair-steps']['live-migration'] as $migration) { $this->assertTrue(class_exists($migration), 'Asserting live-migration "' . $migration . '" exists'); $this->assertInstanceOf($migration, \OC::$server->query($migration)); } } if (isset($appInfo['repair-steps']['install'])) { foreach ($appInfo['repair-steps']['install'] as $migration) { $this->assertTrue(class_exists($migration), 'Asserting install-migration "' . $migration . '" exists'); $this->assertInstanceOf($migration, \OC::$server->query($migration)); } } if (isset($appInfo['repair-steps']['uninstall'])) { foreach ($appInfo['repair-steps']['uninstall'] as $migration) { $this->assertTrue(class_exists($migration), 'Asserting uninstall-migration "' . $migration . '" exists'); $this->assertInstanceOf($migration, \OC::$server->query($migration)); } } if (isset($appInfo['commands'])) { foreach ($appInfo['commands'] as $command) { $this->assertTrue(class_exists($command), 'Asserting command "'. $command . '"exists'); $this->assertInstanceOf($command, \OC::$server->query($command)); } } } } r_are_close Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/hr.js
blob: 7b5fda27d11f55f897d03886ac0d5ded8d2e55d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Korak 1 nije uspio. Izuzetak: %s",
    "Step 2 failed. Exception: %s" : "Korak 2 nije uspio. Izuzetak: %s",
    "External storage" : "Vanjsko spremište za pohranu",
    "Personal" : "Osobno",
    "System" : "Sustav",
    "Grant access" : "Dodijeli pristup",
    "All users. Type to select user or group." : "Svi korisnici. Započnite unos za izbor korisnika ili grupe.",
    "(group)" : "(grupa)",
    "Saved" : "Spremljeno",
    "Username" : "Korisničko ime",
    "Password" : "Lozinka",
    "Save" : "Spremi",
    "None" : "Ništa",
    "App key" : "Ključ za aplikacije",
    "App secret" : "Tajna aplikacije",
    "Client ID" : "ID klijenta",
    "Client secret" : "Klijentski tajni ključ",
    "Amazon S3" : "Amazon S3",
    "Bucket" : "Kantica",
    "Hostname" : "Naziv poslužitelja",
    "Port" : "Port",
    "Region" : "Regija",
    "Enable SSL" : "Omogućite SSL",
    "Enable Path Style" : "Omogućite Path Style",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "Udaljena podmapa",
    "Secure https://" : "Siguran https://",
    "Host" : "Glavno računalo",
    "Secure ftps://" : "Sigurni ftps://",
    "Local" : "Lokalno",
    "Location" : "Lokacija",
    "ownCloud" : "OwnCloud",
    "Root" : "Korijen",
    "Share" : "Dijeljenje zhajedničkih resursa",
    "SMB / CIFS using OC login" : "SMB / CIFS uz prijavu putem programa OC",
    "Username as share" : "Korisničko ime kao dijeljeni resurs",
    "OpenStack Object Storage" : "Prostor za pohranu.....",
    "<b>Note:</b> " : "<b>Bilješka:</b>",
    "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> Podrška cURL u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svog administratora sustava da je instalira.",
    "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> Podrška FTP u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svotg administratora sustava da je instalira.",
    "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> \"%s\" nije instaliran. Postavljanje %s nije moguće. Molimo zamolitesvog administratora sustava da ga instalira.",
    "Name" : "Naziv",
    "Storage type" : "Vrsta spremišta",
    "Scope" : "Opseg",
    "External Storage" : "Vanjsko spremište",
    "Folder name" : "Naziv mape",
    "Configuration" : "Konfiguracija",
    "Available for" : "Dostupno za",
    "Add storage" : "Dodajte spremište",
    "Delete" : "Izbrišite",
    "Allow users to mount the following external storage" : "Dopustite korisnicima postavljanje sljedećeg vanjskog spremišta"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");