Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-07-31 12:19:51 +0300
committersgiehl <stefan@piwik.org>2015-07-31 12:19:51 +0300
commit05a943c48b539355d4139338a33af277e15cdb1d (patch)
treef336dc13250a4d55ba640892f6e49279521332a4 /plugins/API
parent89421d99eb7fa63f5efa9081489035e65c0ecf11 (diff)
language update
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/gl.json3
-rw-r--r--plugins/API/lang/nb.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/API/lang/gl.json b/plugins/API/lang/gl.json
index 5e7933b2b9..82400837c4 100644
--- a/plugins/API/lang/gl.json
+++ b/plugins/API/lang/gl.json
@@ -1,5 +1,6 @@
{
"API": {
- "LoadedAPIs": "%s APIs foro cargadas con éxito"
+ "LoadedAPIs": "%s APIs foro cargadas con éxito",
+ "UserAuthentication": "Autenticación do usuario"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/nb.json b/plugins/API/lang/nb.json
index 7cde5b4d1c..87806f9ce2 100644
--- a/plugins/API/lang/nb.json
+++ b/plugins/API/lang/nb.json
@@ -1,6 +1,7 @@
{
"API": {
"LoadedAPIs": "Lastet %s API",
+ "QuickDocumentationTitle": "API hurtigdokumentasjon",
"UserAuthentication": "Brukerautentisering"
}
} \ No newline at end of file