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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-06-29 03:12:46 +0300
committerNextcloud bot <bot@nextcloud.com>2018-06-29 03:12:46 +0300
commit25cab4971cb08c2d6718208afb1c771e3a3c375c (patch)
treec692a61e7bb1c4451c307630fb96bb221c0f843d
parent4db8b7175e56b2449c94171d160e7a218126d377 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/files_trashbin/l10n/sr.js1
-rw-r--r--apps/files_trashbin/l10n/sr.json1
-rw-r--r--apps/updatenotification/l10n/de.js1
-rw-r--r--apps/updatenotification/l10n/de.json1
-rw-r--r--apps/updatenotification/l10n/de_DE.js1
-rw-r--r--apps/updatenotification/l10n/de_DE.json1
-rw-r--r--apps/updatenotification/l10n/it.js1
-rw-r--r--apps/updatenotification/l10n/it.json1
-rw-r--r--apps/updatenotification/l10n/pt_BR.js1
-rw-r--r--apps/updatenotification/l10n/pt_BR.json1
-rw-r--r--apps/updatenotification/l10n/sr.js1
-rw-r--r--apps/updatenotification/l10n/sr.json1
-rw-r--r--core/l10n/de.js2
-rw-r--r--core/l10n/de.json2
-rw-r--r--core/l10n/de_DE.js2
-rw-r--r--core/l10n/de_DE.json2
-rw-r--r--core/l10n/it.js2
-rw-r--r--core/l10n/it.json2
-rw-r--r--core/l10n/pt_BR.js2
-rw-r--r--core/l10n/pt_BR.json2
-rw-r--r--core/l10n/sr.js2
-rw-r--r--core/l10n/sr.json2
-rw-r--r--lib/l10n/fr.js1
-rw-r--r--lib/l10n/fr.json1
-rw-r--r--lib/l10n/it.js1
-rw-r--r--lib/l10n/it.json1
-rw-r--r--lib/l10n/pt_BR.js1
-rw-r--r--lib/l10n/pt_BR.json1
-rw-r--r--lib/l10n/sr.js1
-rw-r--r--lib/l10n/sr.json1
-rw-r--r--settings/l10n/fr.js5
-rw-r--r--settings/l10n/fr.json5
32 files changed, 50 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/sr.js b/apps/files_trashbin/l10n/sr.js
index c48ae127087..2a2e6b3a5a9 100644
--- a/apps/files_trashbin/l10n/sr.js
+++ b/apps/files_trashbin/l10n/sr.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"No entries found in this folder" : "Нема ничега у овој фасцикли",
"Select all" : "Означи све",
"Name" : "Назив",
+ "Actions" : "Радње",
"Deleted" : "Обрисано"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files_trashbin/l10n/sr.json b/apps/files_trashbin/l10n/sr.json
index fd856ecb81c..73d531bd165 100644
--- a/apps/files_trashbin/l10n/sr.json
+++ b/apps/files_trashbin/l10n/sr.json
@@ -14,6 +14,7 @@
"No entries found in this folder" : "Нема ничега у овој фасцикли",
"Select all" : "Означи све",
"Name" : "Назив",
+ "Actions" : "Радње",
"Deleted" : "Обрисано"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js
index d1a5881f1e9..907f95260a4 100644
--- a/apps/updatenotification/l10n/de.js
+++ b/apps/updatenotification/l10n/de.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produktion</strong> bietet immer die neuesten Patch-Stände an, jedoch nicht sofort die nächste Hauptversion. Diese Aktualisierung erfolgt normalerweise nach der zweiten kleineren Aktualisierung (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabil</strong> ist die aktuellste stabile Version. Die stabile Version ist für den normalen Gebrauch gedacht und wird jeweils auf die aktuelle Hauptversion aktualisiert.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> bietet eine Vorabversion an und dient zum Testen von neuen Funktionen. Nicht für den Einsatz in Produktivumgebungen geeignet.",
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuche ein manuelles Update",
"Update notifications" : "Update-Benachrichtigungen",
diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json
index 8c642227848..da1dc9a429f 100644
--- a/apps/updatenotification/l10n/de.json
+++ b/apps/updatenotification/l10n/de.json
@@ -18,6 +18,7 @@
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produktion</strong> bietet immer die neuesten Patch-Stände an, jedoch nicht sofort die nächste Hauptversion. Diese Aktualisierung erfolgt normalerweise nach der zweiten kleineren Aktualisierung (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabil</strong> ist die aktuellste stabile Version. Die stabile Version ist für den normalen Gebrauch gedacht und wird jeweils auf die aktuelle Hauptversion aktualisiert.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> bietet eine Vorabversion an und dient zum Testen von neuen Funktionen. Nicht für den Einsatz in Produktivumgebungen geeignet.",
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuche ein manuelles Update",
"Update notifications" : "Update-Benachrichtigungen",
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js
index 529e98545a1..d86fd30cb0e 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produktion</strong> bietet immer die neuesten Patch-Stände an, jedoch nicht sofort die nächste Hauptversion. Diese Aktualisierung erfolgt normalerweise nach der zweiten kleineren Aktualisierung (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabil</strong> ist die aktuellste stabile Version. Die stabile Version ist für den normalen Gebrauch gedacht und wird jeweils auf die aktuelle Hauptversion aktualisiert.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> bietet eine Vorabversion an und dient zum Testen von neuen Funktionen. Nicht für den Einsatz in Produktivumgebungen geeignet.",
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
"Update notifications" : "Update-Benachrichtigungen",
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index c06139abfc6..821fa0a62c8 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -18,6 +18,7 @@
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produktion</strong> bietet immer die neuesten Patch-Stände an, jedoch nicht sofort die nächste Hauptversion. Diese Aktualisierung erfolgt normalerweise nach der zweiten kleineren Aktualisierung (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabil</strong> ist die aktuellste stabile Version. Die stabile Version ist für den normalen Gebrauch gedacht und wird jeweils auf die aktuelle Hauptversion aktualisiert.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> bietet eine Vorabversion an und dient zum Testen von neuen Funktionen. Nicht für den Einsatz in Produktivumgebungen geeignet.",
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
"Update notifications" : "Update-Benachrichtigungen",
diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js
index f6f7ef64a3f..38799e47b8c 100644
--- a/apps/updatenotification/l10n/it.js
+++ b/apps/updatenotification/l10n/it.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "<strong>Tutte</strong> le applicazioni hanno un aggiornamento disponibile per questa versione",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> applicazione non ha un aggiornamento disponibile per questa versione","<strong>%n</strong> applicazioni non hanno un aggiornamento disponibile per questa versione"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produzione</strong> fornirà sempre l'ultimo livello di patch, ma non aggiornerà immediatamente alla successiva versione principale. Tale aggiornamento di solito avviene con la seconda versione minore (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabile</strong> è la versione stabile più recente. È appropriata per l'utilizzo di tutti i giorni e sarà sempre aggiornata all'ultima versione principale.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> è una versione pre-rilascio solo per provare le nuove funzionalità, non per ambienti di produzione.",
"Could not start updater, please try the manual update" : "Impossibile avviare lo strumento di aggiornamento, prova l'aggiornamento manuale",
"Update notifications" : "Notifiche degli aggiornamenti",
diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json
index 4ee66f5277c..734692254c4 100644
--- a/apps/updatenotification/l10n/it.json
+++ b/apps/updatenotification/l10n/it.json
@@ -18,6 +18,7 @@
"<strong>All</strong> apps have an update for this version available" : "<strong>Tutte</strong> le applicazioni hanno un aggiornamento disponibile per questa versione",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> applicazione non ha un aggiornamento disponibile per questa versione","<strong>%n</strong> applicazioni non hanno un aggiornamento disponibile per questa versione"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produzione</strong> fornirà sempre l'ultimo livello di patch, ma non aggiornerà immediatamente alla successiva versione principale. Tale aggiornamento di solito avviene con la seconda versione minore (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stabile</strong> è la versione stabile più recente. È appropriata per l'utilizzo di tutti i giorni e sarà sempre aggiornata all'ultima versione principale.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> è una versione pre-rilascio solo per provare le nuove funzionalità, non per ambienti di produzione.",
"Could not start updater, please try the manual update" : "Impossibile avviare lo strumento di aggiornamento, prova l'aggiornamento manuale",
"Update notifications" : "Notifiche degli aggiornamenti",
diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js
index e08b3cd8ff1..5d3942f791c 100644
--- a/apps/updatenotification/l10n/pt_BR.js
+++ b/apps/updatenotification/l10n/pt_BR.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "<strong>Todos</strong> os aplicativos tem uma atualização disponível",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> aplicativo não tem atualização disponível","<strong>%n</strong> aplicativos tem uma atualização disponível"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produção</strong> sempre fornecerá o nível de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>estável</strong> é a versão estável mais recente. É adequado para uso regular e será sempre atualizado para a versão principal mais recente.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> é uma versão de pré-lançamento apenas para testar novos recursos, não para ambientes de produção.",
"Could not start updater, please try the manual update" : "Não foi possível iniciar o atualizador, tente a atualização manual",
"Update notifications" : "Notificações de atualização",
diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json
index 210d5bbdb10..3281d874baa 100644
--- a/apps/updatenotification/l10n/pt_BR.json
+++ b/apps/updatenotification/l10n/pt_BR.json
@@ -18,6 +18,7 @@
"<strong>All</strong> apps have an update for this version available" : "<strong>Todos</strong> os aplicativos tem uma atualização disponível",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> aplicativo não tem atualização disponível","<strong>%n</strong> aplicativos tem uma atualização disponível"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produção</strong> sempre fornecerá o nível de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>estável</strong> é a versão estável mais recente. É adequado para uso regular e será sempre atualizado para a versão principal mais recente.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> é uma versão de pré-lançamento apenas para testar novos recursos, não para ambientes de produção.",
"Could not start updater, please try the manual update" : "Não foi possível iniciar o atualizador, tente a atualização manual",
"Update notifications" : "Notificações de atualização",
diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js
index 673bfe5249d..f09dd0b92ed 100644
--- a/apps/updatenotification/l10n/sr.js
+++ b/apps/updatenotification/l10n/sr.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "<strong>Све</strong> апликације имају доступна ажурирања за ову верзију",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> апликација имају доступна ажурирања за ову верзију","<strong>%n</strong> апликације имају доступна ажурирања за ову верзију","<strong>%n</strong> апликација имају доступна ажурирања за ову верзију"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>радна</strong> ће увек давати последњи ниво закрпа али неће се одмах ажурирати на следеће главно издање. То ажурирање се углавном обавља по изласку другог мањег издања (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>стабилна</strong> је најновија стабилна верзија. Прикладна за свакодневну употребу и увек се ажурира на најновију главну верзију.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>бета</strong> је пред-издање и служи само за тестирање нових могућности, не за свакодневни рад.",
"Could not start updater, please try the manual update" : "Не могу да покренем програм за ажурирање, покушајте ручно ажурирање",
"Update notifications" : "Обавештења о ажурирању",
diff --git a/apps/updatenotification/l10n/sr.json b/apps/updatenotification/l10n/sr.json
index e1d2f8838d4..576ad98a979 100644
--- a/apps/updatenotification/l10n/sr.json
+++ b/apps/updatenotification/l10n/sr.json
@@ -18,6 +18,7 @@
"<strong>All</strong> apps have an update for this version available" : "<strong>Све</strong> апликације имају доступна ажурирања за ову верзију",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> апликација имају доступна ажурирања за ову верзију","<strong>%n</strong> апликације имају доступна ажурирања за ову верзију","<strong>%n</strong> апликација имају доступна ажурирања за ову верзију"],
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>радна</strong> ће увек давати последњи ниво закрпа али неће се одмах ажурирати на следеће главно издање. То ажурирање се углавном обавља по изласку другог мањег издања (x.0.2).",
+ "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>стабилна</strong> је најновија стабилна верзија. Прикладна за свакодневну употребу и увек се ажурира на најновију главну верзију.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>бета</strong> је пред-издање и служи само за тестирање нових могућности, не за свакодневни рад.",
"Could not start updater, please try the manual update" : "Не могу да покренем програм за ажурирање, покушајте ручно ажурирање",
"Update notifications" : "Обавештења о ажурирању",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index e40a21e41c2..45a8f152df2 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schau in die Dokumentation",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktiviere JavaScript{linkend} und lade die Seite neu.",
+ "Skip to main content" : "Zum Hauptinhalt springen",
+ "Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More apps menu" : "Weitere Apps-Menü",
"Search" : "Suche",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index e2e796fe333..cafc4b37a99 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -279,6 +279,8 @@
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schau in die Dokumentation",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktiviere JavaScript{linkend} und lade die Seite neu.",
+ "Skip to main content" : "Zum Hauptinhalt springen",
+ "Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More apps menu" : "Weitere Apps-Menü",
"Search" : "Suche",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 0f623968923..a307c10e927 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schauen Sie in die Dokumentation",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu.",
+ "Skip to main content" : "Zum Hauptinhalt springen",
+ "Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More apps menu" : "Weitere Apps-Menü",
"Search" : "Suche",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index e53b4874c24..66cb923c1a3 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -279,6 +279,8 @@
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schauen Sie in die Dokumentation",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu.",
+ "Skip to main content" : "Zum Hauptinhalt springen",
+ "Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More apps menu" : "Weitere Apps-Menü",
"Search" : "Suche",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 08e4a9a94a6..a6c8d4f4aa1 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Need help?" : "Ti serve aiuto?",
"See the documentation" : "Leggi la documentazione",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. {linkstart}Abilita JavaScript{linkend} e ricarica la pagina.",
+ "Skip to main content" : "Passa al contenuto principale",
+ "Skip to navigation of app" : "Passa alla navigazione dell'applicazione",
"More apps" : "Altre applicazioni",
"More apps menu" : "Menu delle altre applicazioni",
"Search" : "Cerca",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index 1474b1925f9..b4d704880f2 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -279,6 +279,8 @@
"Need help?" : "Ti serve aiuto?",
"See the documentation" : "Leggi la documentazione",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. {linkstart}Abilita JavaScript{linkend} e ricarica la pagina.",
+ "Skip to main content" : "Passa al contenuto principale",
+ "Skip to navigation of app" : "Passa alla navigazione dell'applicazione",
"More apps" : "Altre applicazioni",
"More apps menu" : "Menu delle altre applicazioni",
"Search" : "Cerca",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 1d2225f418a..0130afaf978 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Need help?" : "Precisa de ajuda?",
"See the documentation" : "Veja a documentação",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Este aplicativo requer JavaScript para sua correta operação. Por favor {linkstart}habilite o JavaScript{linkend} e recarregue a página.",
+ "Skip to main content" : "Ir ao conteúdo principal",
+ "Skip to navigation of app" : "Ir à navegação do aplicativo",
"More apps" : "Mais aplicativos",
"More apps menu" : "Mais aplicativos",
"Search" : "Pesquisar",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index ef9c3f00413..0e347092996 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -279,6 +279,8 @@
"Need help?" : "Precisa de ajuda?",
"See the documentation" : "Veja a documentação",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Este aplicativo requer JavaScript para sua correta operação. Por favor {linkstart}habilite o JavaScript{linkend} e recarregue a página.",
+ "Skip to main content" : "Ir ao conteúdo principal",
+ "Skip to navigation of app" : "Ir à navegação do aplicativo",
"More apps" : "Mais aplicativos",
"More apps menu" : "Mais aplicativos",
"Search" : "Pesquisar",
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index 1e0432a3e52..e84015d6e00 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Need help?" : "Треба Вам помоћ?",
"See the documentation" : "Погледајте документацију",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава скрипт за исправан рад. {linkstart}Омогућите Јава скрипт{linkend} и поново учитајте страницу.",
+ "Skip to main content" : "Прескочи на главни садржај",
+ "Skip to navigation of app" : "Прескочи на навигацију апликације",
"More apps" : "Још апликација",
"More apps menu" : "Мени још апликација",
"Search" : "Претражи",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index bf868694e6d..762e1abfdfe 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -279,6 +279,8 @@
"Need help?" : "Треба Вам помоћ?",
"See the documentation" : "Погледајте документацију",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава скрипт за исправан рад. {linkstart}Омогућите Јава скрипт{linkend} и поново учитајте страницу.",
+ "Skip to main content" : "Прескочи на главни садржај",
+ "Skip to navigation of app" : "Прескочи на навигацију апликације",
"More apps" : "Још апликација",
"More apps menu" : "Мени још апликација",
"Search" : "Претражи",
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 478681106c0..42b90c01dfe 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -75,6 +75,7 @@ OC.L10N.register(
"Sharing" : "Partage",
"Security" : "Sécurité",
"Encryption" : "Chiffrement",
+ "Groupware" : "Travail collaboratif",
"Additional settings" : "Paramètres supplémentaires",
"Personal info" : "Informations personnelles",
"Mobile & desktop" : "Mobile & bureau",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index 5cd27a1f77b..8796893aee5 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -73,6 +73,7 @@
"Sharing" : "Partage",
"Security" : "Sécurité",
"Encryption" : "Chiffrement",
+ "Groupware" : "Travail collaboratif",
"Additional settings" : "Paramètres supplémentaires",
"Personal info" : "Informations personnelles",
"Mobile & desktop" : "Mobile & bureau",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 6a6b24ecf4d..79e05fc9a7c 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -77,6 +77,7 @@ OC.L10N.register(
"Sharing" : "Condivisione",
"Security" : "Sicurezza",
"Encryption" : "Cifratura",
+ "Groupware" : "Groupware",
"Additional settings" : "Impostazioni aggiuntive",
"Personal info" : "Informazioni personali",
"Mobile & desktop" : "Mobile e desktop",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 8dcb32d407c..f564987857d 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -75,6 +75,7 @@
"Sharing" : "Condivisione",
"Security" : "Sicurezza",
"Encryption" : "Cifratura",
+ "Groupware" : "Groupware",
"Additional settings" : "Impostazioni aggiuntive",
"Personal info" : "Informazioni personali",
"Mobile & desktop" : "Mobile e desktop",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 47299c24990..d7797d56fe5 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -77,6 +77,7 @@ OC.L10N.register(
"Sharing" : "Compartilhamento",
"Security" : "Segurança",
"Encryption" : "Criptografia",
+ "Groupware" : "Groupware",
"Additional settings" : "Configurações adicionais",
"Personal info" : "Informação Pessoal",
"Mobile & desktop" : "Móvel & desktop",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 8a3cad36ba1..455c4ff54c0 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -75,6 +75,7 @@
"Sharing" : "Compartilhamento",
"Security" : "Segurança",
"Encryption" : "Criptografia",
+ "Groupware" : "Groupware",
"Additional settings" : "Configurações adicionais",
"Personal info" : "Informação Pessoal",
"Mobile & desktop" : "Móvel & desktop",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index 70671983f58..cdfa591b810 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -77,6 +77,7 @@ OC.L10N.register(
"Sharing" : "Дељење",
"Security" : "Безбедност",
"Encryption" : "Шифровање",
+ "Groupware" : "Радни тимови",
"Additional settings" : "Додатне поставке",
"Personal info" : "Лични подаци",
"Mobile & desktop" : "Мобилни и десктоп",
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index 7e098bb00fe..a564f6f9a27 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -75,6 +75,7 @@
"Sharing" : "Дељење",
"Security" : "Безбедност",
"Encryption" : "Шифровање",
+ "Groupware" : "Радни тимови",
"Additional settings" : "Додатне поставке",
"Personal info" : "Лични подаци",
"Mobile & desktop" : "Мобилни и десктоп",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 982e5dd2299..6de3e3064fd 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -57,6 +57,7 @@ OC.L10N.register(
"Set your password" : "Saisissez votre mot de passe",
"Go to %s" : "Aller à %s",
"Install Client" : "Installer le Client",
+ "Logged in user must be a subadmin" : "L'utilisateur connecté doit être un sous-administrateur",
"Migration in progress. Please wait until the migration is finished" : "Migration en cours. Veuillez attendre que celle-ci se termine",
"Migration started …" : "Migration démarrée...",
"Not saved" : "Non sauvegardé",
@@ -106,6 +107,8 @@ OC.L10N.register(
"Good password" : "Mot de passe de sécurité suffisante",
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
+ "Group list is empty" : "La liste du groupe est vide",
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Official" : "Officielle",
"No results" : "Pas de résultat",
"Visit website" : "Visiter le site web",
@@ -123,6 +126,8 @@ OC.L10N.register(
"Delete user" : "Supprimer l'utilisateur",
"Disable user" : "Désactiver l'utilisateur",
"Enable user" : "Activer l'utilisateur",
+ "Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
+ "Welcome mail sent!" : "E-mail de bienvenue envoyé !",
"Full name" : "Nom complet",
"Email" : "Adresse e-mail",
"Group admin for" : "Administrateur de groupe pour",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index d2de42bb2cb..ba88270daa5 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -55,6 +55,7 @@
"Set your password" : "Saisissez votre mot de passe",
"Go to %s" : "Aller à %s",
"Install Client" : "Installer le Client",
+ "Logged in user must be a subadmin" : "L'utilisateur connecté doit être un sous-administrateur",
"Migration in progress. Please wait until the migration is finished" : "Migration en cours. Veuillez attendre que celle-ci se termine",
"Migration started …" : "Migration démarrée...",
"Not saved" : "Non sauvegardé",
@@ -104,6 +105,8 @@
"Good password" : "Mot de passe de sécurité suffisante",
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
+ "Group list is empty" : "La liste du groupe est vide",
+ "Unable to retrieve the group list" : "Impossible de récupérer la liste du groupe",
"Official" : "Officielle",
"No results" : "Pas de résultat",
"Visit website" : "Visiter le site web",
@@ -121,6 +124,8 @@
"Delete user" : "Supprimer l'utilisateur",
"Disable user" : "Désactiver l'utilisateur",
"Enable user" : "Activer l'utilisateur",
+ "Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
+ "Welcome mail sent!" : "E-mail de bienvenue envoyé !",
"Full name" : "Nom complet",
"Email" : "Adresse e-mail",
"Group admin for" : "Administrateur de groupe pour",