summaryrefslogtreecommitdiffstats
path: root/settings/l10n/eu.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/eu.json')
-rw-r--r--settings/l10n/eu.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json
index 6536201ddea..63fc7379660 100644
--- a/settings/l10n/eu.json
+++ b/settings/l10n/eu.json
@@ -219,7 +219,6 @@
"These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu",
"Personal" : "Pertsonala",
"Administration" : "Administrazioa",
- "Follow us on Google+" : "Google+en jarrai gaitzazu",
"Like our Facebook page" : "Gure Facebook orrian Like egin",
"Follow us on Twitter" : "Jarrai gaitzazu Twitterren",
"Check out our blog" : "Gure bloga kontsultatu",
@@ -348,6 +347,7 @@
"Hardening and security guidance" : "Gogortze eta segurtasun gida",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Zuk <strong>%s</strong> erabiltzen ari zara <strong>%s</strong>-tik",
"You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "<strong>%s</strong> erabiltzen ari zara,<strong>%s</strong>-koa (<strong>%s %%</strong>)",
+ "Follow us on Google+" : "Google+en jarrai gaitzazu",
"Settings" : "Ezarpenak",
"Show storage location" : "Erakutsi biltegiaren kokapena",
"Show email address" : "Bistaratu eposta helbidea",
or: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-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 */
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
		 strict="true"
		 verbose="true"
		 backupGlobals="false"
		 timeoutForSmallTests="900"
		 timeoutForMediumTests="900"
		 timeoutForLargeTests="900"
>
	<testsuite name='ownCloud'>
		<directory suffix='.php'>lib/</directory>
		<directory suffix='.php'>Settings/</directory>
		<directory suffix='.php'>Core/</directory>
		<directory suffix='.php'>ocs-provider/</directory>
		<file>apps.php</file>
	</testsuite>
	<!-- filters for code coverage -->
	<filter>
		<!-- whitelist processUncoveredFilesFromWhitelist="true" -->
		<whitelist>
			<directory suffix=".php">..</directory>
			<exclude>
				<directory suffix=".php">../3rdparty</directory>
				<directory suffix=".php">../apps/dav/tests</directory>
				<directory suffix=".php">../apps/encryption/tests</directory>
				<directory suffix=".php">../apps/federatedfilesharing/tests</directory>
				<directory suffix=".php">../apps/federation/tests</directory>
				<directory suffix=".php">../apps/files/tests</directory>
				<directory suffix=".php">../apps/files_external</directory>
				<directory suffix=".php">../apps/files_sharing/tests</directory>
				<directory suffix=".php">../apps/files_trashbin/tests</directory>
				<directory suffix=".php">../apps/files_versions/tests</directory>
				<directory suffix=".php">../apps/oauth2/tests</directory>
				<directory suffix=".php">../apps/provisioning_api/tests</directory>
				<directory suffix=".php">../apps/systemtags/tests</directory>
				<directory suffix=".php">../apps/theming/tests</directory>
				<directory suffix=".php">../apps/twofactor_backupcodes/tests</directory>
				<directory suffix=".php">../apps/updatenotification/tests</directory>
				<directory suffix=".php">../apps/user_ldap/tests</directory>
				<directory suffix=".php">../apps/workflowengine/tests</directory>
				<directory suffix=".php">../tests</directory>
				<directory suffix=".php">../build</directory>
				<directory suffix=".php">../lib/composer</directory>
			</exclude>
		</whitelist>
	</filter>
	<listeners>
		<listener class="StartSessionListener" file="startsessionlistener.php" />
	</listeners>
</phpunit>