2011-08-18 09:31:26 -04:00
|
|
|
<?php
|
2021-04-26 06:44:37 -04:00
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2025-05-14 09:51:42 -04:00
|
|
|
use OCP\Util;
|
|
|
|
|
|
2015-03-26 06:44:34 -04:00
|
|
|
/**
|
2024-05-27 04:08:53 -04:00
|
|
|
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
2015-03-26 06:44:34 -04:00
|
|
|
*/
|
2016-04-04 04:57:17 -04:00
|
|
|
//some strings that are used in /lib but won't be translatable unless they are in /core too
|
2025-05-14 09:51:42 -04:00
|
|
|
$l = Util::getL10N('core');
|
2011-08-23 05:20:37 -04:00
|
|
|
$l->t('Personal');
|
2022-09-21 11:44:32 -04:00
|
|
|
$l->t('Accounts');
|
2011-08-18 09:31:26 -04:00
|
|
|
$l->t('Apps');
|
2011-08-23 05:20:37 -04:00
|
|
|
$l->t('Admin');
|
2011-08-18 09:31:26 -04:00
|
|
|
$l->t('Help');
|