aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/dav/appinfo/info.xml6
-rw-r--r--apps/dav/appinfo/v1/caldav.php7
-rw-r--r--apps/dav/js/settings-admin-caldav.js28
-rw-r--r--apps/dav/l10n/de.js5
-rw-r--r--apps/dav/l10n/de.json5
-rw-r--r--apps/dav/l10n/de_DE.js5
-rw-r--r--apps/dav/l10n/de_DE.json5
-rw-r--r--apps/dav/l10n/es_MX.js5
-rw-r--r--apps/dav/l10n/es_MX.json5
-rw-r--r--apps/dav/l10n/fr.js4
-rw-r--r--apps/dav/l10n/fr.json4
-rw-r--r--apps/dav/l10n/hu.js5
-rw-r--r--apps/dav/l10n/hu.json5
-rw-r--r--apps/dav/l10n/nb.js4
-rw-r--r--apps/dav/l10n/nb.json4
-rw-r--r--apps/dav/l10n/pt_BR.js5
-rw-r--r--apps/dav/l10n/pt_BR.json5
-rw-r--r--apps/dav/l10n/sr.js5
-rw-r--r--apps/dav/l10n/sr.json5
-rw-r--r--apps/dav/l10n/tr.js5
-rw-r--r--apps/dav/l10n/tr.json5
-rw-r--r--apps/dav/lib/Server.php5
-rw-r--r--apps/dav/lib/Settings/CalDAVSettings.php68
-rw-r--r--apps/dav/templates/settings-admin-caldav.php40
-rw-r--r--apps/dav/tests/unit/Settings/CalDAVSettingsTest.php58
-rw-r--r--apps/federatedfilesharing/l10n/hu.js3
-rw-r--r--apps/federatedfilesharing/l10n/hu.json3
-rw-r--r--apps/files/l10n/es_MX.js1
-rw-r--r--apps/files/l10n/es_MX.json1
-rw-r--r--apps/files/l10n/hu.js6
-rw-r--r--apps/files/l10n/hu.json6
-rw-r--r--apps/files/l10n/ja.js4
-rw-r--r--apps/files/l10n/ja.json4
-rw-r--r--apps/files_external/l10n/ja.js2
-rw-r--r--apps/files_external/l10n/ja.json2
-rw-r--r--apps/oauth2/l10n/hu.js13
-rw-r--r--apps/oauth2/l10n/hu.json11
-rw-r--r--apps/sharebymail/l10n/hu.js47
-rw-r--r--apps/sharebymail/l10n/hu.json45
-rw-r--r--apps/theming/l10n/es_MX.js7
-rw-r--r--apps/theming/l10n/es_MX.json7
-rw-r--r--apps/theming/l10n/tr.js8
-rw-r--r--apps/theming/l10n/tr.json8
-rw-r--r--apps/twofactor_backupcodes/l10n/hu.js1
-rw-r--r--apps/twofactor_backupcodes/l10n/hu.json1
-rw-r--r--apps/updatenotification/l10n/hu.js5
-rw-r--r--apps/updatenotification/l10n/hu.json5
-rw-r--r--apps/user_ldap/lib/Connection.php4
-rw-r--r--apps/user_ldap/lib/Proxy.php31
-rw-r--r--apps/user_ldap/lib/User/User.php1
-rw-r--r--apps/user_ldap/tests/User/UserTest.php25
-rw-r--r--core/l10n/es_MX.js1
-rw-r--r--core/l10n/es_MX.json1
-rw-r--r--core/l10n/hu.js22
-rw-r--r--core/l10n/hu.json22
-rw-r--r--core/l10n/ja.js3
-rw-r--r--core/l10n/ja.json3
-rw-r--r--lib/l10n/es_MX.js9
-rw-r--r--lib/l10n/es_MX.json9
-rw-r--r--lib/l10n/hu.js19
-rw-r--r--lib/l10n/hu.json19
-rw-r--r--lib/l10n/ja.js1
-rw-r--r--lib/l10n/ja.json1
-rw-r--r--lib/l10n/tr.js9
-rw-r--r--lib/l10n/tr.json9
-rw-r--r--settings/l10n/es_MX.js2
-rw-r--r--settings/l10n/es_MX.json2
-rw-r--r--settings/l10n/hu.js85
-rw-r--r--settings/l10n/hu.json85
69 files changed, 789 insertions, 62 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 9b500c9f300..0f97289ba37 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<default_enable/>
<types>
<filesystem/>
@@ -52,4 +52,8 @@
<provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
</providers>
</activity>
+
+ <settings>
+ <admin>OCA\DAV\Settings\CalDAVSettings</admin>
+ </settings>
</info>
diff --git a/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php
index b005ec2fcb8..a103f82a420 100644
--- a/apps/dav/appinfo/v1/caldav.php
+++ b/apps/dav/appinfo/v1/caldav.php
@@ -52,6 +52,7 @@ $dispatcher = \OC::$server->getEventDispatcher();
$calDavBackend = new CalDavBackend($db, $principalBackend, $userManager, \OC::$server->getGroupManager(), $random, $dispatcher, true);
$debugging = \OC::$server->getConfig()->getSystemValue('debug', false);
+$sendInvitations = \OC::$server->getConfig()->getAppValue('dav', 'sendInvitations', 'yes') === 'yes';
// Root nodes
$principalCollection = new \Sabre\CalDAV\Principal\Collection($principalBackend);
@@ -84,7 +85,11 @@ if ($debugging) {
$server->addPlugin(new \Sabre\DAV\Sync\Plugin());
$server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
$server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin());
-$server->addPlugin(new \OCA\DAV\CalDAV\Schedule\IMipPlugin( \OC::$server->getMailer(), \OC::$server->getLogger(), new \OC\AppFramework\Utility\TimeFactory()));
+
+if ($sendInvitations) {
+ $server->addPlugin(new \OCA\DAV\CalDAV\Schedule\IMipPlugin( \OC::$server->getMailer(), \OC::$server->getLogger(), new \OC\AppFramework\Utility\TimeFactory()));
+}
+
$server->addPlugin(new ExceptionLoggerPlugin('caldav', \OC::$server->getLogger()));
// And off we go!
diff --git a/apps/dav/js/settings-admin-caldav.js b/apps/dav/js/settings-admin-caldav.js
new file mode 100644
index 00000000000..10eb89ab61d
--- /dev/null
+++ b/apps/dav/js/settings-admin-caldav.js
@@ -0,0 +1,28 @@
+/**
+ * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ *
+ */
+"use strict";
+
+$('#caldavSendInvitations').change(function() {
+ var val = $(this)[0].checked;
+
+ OCP.AppConfig.setValue('dav', 'sendInvitations', val ? 'yes' : 'no');
+});
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js
index d3ba32be6f9..9bf57da3f95 100644
--- a/apps/dav/l10n/de.js
+++ b/apps/dav/l10n/de.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Kontakte",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
- "Request ID: %s" : "Anfragekennung: %s"
+ "Request ID: %s" : "Anfragekennung: %s",
+ "CalDAV server" : "CalDAV-Server",
+ "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
+ "Please make sure to properly setup the email settings above." : "Stelle sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json
index cc1ce2e388f..235edda4051 100644
--- a/apps/dav/l10n/de.json
+++ b/apps/dav/l10n/de.json
@@ -42,6 +42,9 @@
"Contacts" : "Kontakte",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
- "Request ID: %s" : "Anfragekennung: %s"
+ "Request ID: %s" : "Anfragekennung: %s",
+ "CalDAV server" : "CalDAV-Server",
+ "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
+ "Please make sure to properly setup the email settings above." : "Stelle sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
index 8e36f62c49c..20d576b096f 100644
--- a/apps/dav/l10n/de_DE.js
+++ b/apps/dav/l10n/de_DE.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Kontakte",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
- "Request ID: %s" : "Anfragekennung: %s"
+ "Request ID: %s" : "Anfragekennung: %s",
+ "CalDAV server" : "CalDAV-Server",
+ "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
+ "Please make sure to properly setup the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
index 85320e551a7..3ab9b304d35 100644
--- a/apps/dav/l10n/de_DE.json
+++ b/apps/dav/l10n/de_DE.json
@@ -42,6 +42,9 @@
"Contacts" : "Kontakte",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
- "Request ID: %s" : "Anfragekennung: %s"
+ "Request ID: %s" : "Anfragekennung: %s",
+ "CalDAV server" : "CalDAV-Server",
+ "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
+ "Please make sure to properly setup the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/es_MX.js b/apps/dav/l10n/es_MX.js
index 496d5d582e2..5730b78580f 100644
--- a/apps/dav/l10n/es_MX.js
+++ b/apps/dav/l10n/es_MX.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Contactos",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Dirección remota: %s",
- "Request ID: %s" : "ID de solicitud: %s"
+ "Request ID: %s" : "ID de solicitud: %s",
+ "CalDAV server" : "Servidor CalDAV",
+ "Send invitations to attendees" : "Enviar invitaciones a los asistentes",
+ "Please make sure to properly setup the email settings above." : "Por favor asegúrate de establecer correctamente las configuraciones de correo electrónico de arriba."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/es_MX.json b/apps/dav/l10n/es_MX.json
index eb87be0396b..d9a339343e7 100644
--- a/apps/dav/l10n/es_MX.json
+++ b/apps/dav/l10n/es_MX.json
@@ -42,6 +42,9 @@
"Contacts" : "Contactos",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Dirección remota: %s",
- "Request ID: %s" : "ID de solicitud: %s"
+ "Request ID: %s" : "ID de solicitud: %s",
+ "CalDAV server" : "Servidor CalDAV",
+ "Send invitations to attendees" : "Enviar invitaciones a los asistentes",
+ "Please make sure to properly setup the email settings above." : "Por favor asegúrate de establecer correctamente las configuraciones de correo electrónico de arriba."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js
index b7ac0f6f476..51409b980af 100644
--- a/apps/dav/l10n/fr.js
+++ b/apps/dav/l10n/fr.js
@@ -44,6 +44,8 @@ OC.L10N.register(
"Contacts" : "Contacts",
"Technical details" : "Détails techniques",
"Remote Address: %s" : "Adresse distante : %s",
- "Request ID: %s" : "ID de la requête : %s"
+ "Request ID: %s" : "ID de la requête : %s",
+ "CalDAV server" : "Serveur CalDAV",
+ "Send invitations to attendees" : "Envoyer des invitations aux participants"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json
index ffe94009f03..a256a383a4b 100644
--- a/apps/dav/l10n/fr.json
+++ b/apps/dav/l10n/fr.json
@@ -42,6 +42,8 @@
"Contacts" : "Contacts",
"Technical details" : "Détails techniques",
"Remote Address: %s" : "Adresse distante : %s",
- "Request ID: %s" : "ID de la requête : %s"
+ "Request ID: %s" : "ID de la requête : %s",
+ "CalDAV server" : "Serveur CalDAV",
+ "Send invitations to attendees" : "Envoyer des invitations aux participants"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/hu.js b/apps/dav/l10n/hu.js
index 85c3bc641ff..caf0fe16c91 100644
--- a/apps/dav/l10n/hu.js
+++ b/apps/dav/l10n/hu.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Névjegyek",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
- "Request ID: %s" : "Kérelem azonosító: %s"
+ "Request ID: %s" : "Kérelem azonosító: %s",
+ "CalDAV server" : "CalDAV szerver",
+ "Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
+ "Please make sure to properly setup the email settings above." : "Kérlek győződj meg a fenti e-mail beállítások helyességéről."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/hu.json b/apps/dav/l10n/hu.json
index f84e4c4fce3..04a571549ec 100644
--- a/apps/dav/l10n/hu.json
+++ b/apps/dav/l10n/hu.json
@@ -42,6 +42,9 @@
"Contacts" : "Névjegyek",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
- "Request ID: %s" : "Kérelem azonosító: %s"
+ "Request ID: %s" : "Kérelem azonosító: %s",
+ "CalDAV server" : "CalDAV szerver",
+ "Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
+ "Please make sure to properly setup the email settings above." : "Kérlek győződj meg a fenti e-mail beállítások helyességéről."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/nb.js b/apps/dav/l10n/nb.js
index ae4959ba0df..e1985b743b1 100644
--- a/apps/dav/l10n/nb.js
+++ b/apps/dav/l10n/nb.js
@@ -44,6 +44,8 @@ OC.L10N.register(
"Contacts" : "Kontakter",
"Technical details" : "Tekniske detaljer",
"Remote Address: %s" : "Ekstern adresse: %s",
- "Request ID: %s" : "Forespørsel ID: %s"
+ "Request ID: %s" : "Forespørsel ID: %s",
+ "CalDAV server" : "DalDAV-tjener",
+ "Send invitations to attendees" : "Send invitasjoner til oppmøtte"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/nb.json b/apps/dav/l10n/nb.json
index 81fcad6f830..cce442b7655 100644
--- a/apps/dav/l10n/nb.json
+++ b/apps/dav/l10n/nb.json
@@ -42,6 +42,8 @@
"Contacts" : "Kontakter",
"Technical details" : "Tekniske detaljer",
"Remote Address: %s" : "Ekstern adresse: %s",
- "Request ID: %s" : "Forespørsel ID: %s"
+ "Request ID: %s" : "Forespørsel ID: %s",
+ "CalDAV server" : "DalDAV-tjener",
+ "Send invitations to attendees" : "Send invitasjoner til oppmøtte"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js
index bafe878a8d7..5c8cff9cf69 100644
--- a/apps/dav/l10n/pt_BR.js
+++ b/apps/dav/l10n/pt_BR.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Contatos",
"Technical details" : "Detalhes técnicos",
"Remote Address: %s" : "Endereço remoto: %s",
- "Request ID: %s" : "ID do solicitante: %s"
+ "Request ID: %s" : "ID do solicitante: %s",
+ "CalDAV server" : "Servidor CalDAV",
+ "Send invitations to attendees" : "Envie convites aos participantes",
+ "Please make sure to properly setup the email settings above." : "Certifique-se de configurar corretamente as configurações de email acima."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json
index d434ef77752..1aa53c3f2d2 100644
--- a/apps/dav/l10n/pt_BR.json
+++ b/apps/dav/l10n/pt_BR.json
@@ -42,6 +42,9 @@
"Contacts" : "Contatos",
"Technical details" : "Detalhes técnicos",
"Remote Address: %s" : "Endereço remoto: %s",
- "Request ID: %s" : "ID do solicitante: %s"
+ "Request ID: %s" : "ID do solicitante: %s",
+ "CalDAV server" : "Servidor CalDAV",
+ "Send invitations to attendees" : "Envie convites aos participantes",
+ "Please make sure to properly setup the email settings above." : "Certifique-se de configurar corretamente as configurações de email acima."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/dav/l10n/sr.js b/apps/dav/l10n/sr.js
index ad84267ebf5..23aadf71bc3 100644
--- a/apps/dav/l10n/sr.js
+++ b/apps/dav/l10n/sr.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Контакти",
"Technical details" : "Технички детаљи",
"Remote Address: %s" : "Удаљена адреса: %s",
- "Request ID: %s" : "ИД захтева: %s"
+ "Request ID: %s" : "ИД захтева: %s",
+ "CalDAV server" : "CalDAV сервер",
+ "Send invitations to attendees" : "Пошаљи позивницу учесницима",
+ "Please make sure to properly setup the email settings above." : "Пазите да правилно подесите поставке е-поште изнад."
},
"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/dav/l10n/sr.json b/apps/dav/l10n/sr.json
index 613f034614b..b6589cfd473 100644
--- a/apps/dav/l10n/sr.json
+++ b/apps/dav/l10n/sr.json
@@ -42,6 +42,9 @@
"Contacts" : "Контакти",
"Technical details" : "Технички детаљи",
"Remote Address: %s" : "Удаљена адреса: %s",
- "Request ID: %s" : "ИД захтева: %s"
+ "Request ID: %s" : "ИД захтева: %s",
+ "CalDAV server" : "CalDAV сервер",
+ "Send invitations to attendees" : "Пошаљи позивницу учесницима",
+ "Please make sure to properly setup the email settings above." : "Пазите да правилно подесите поставке е-поште изнад."
},"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/dav/l10n/tr.js b/apps/dav/l10n/tr.js
index e292cfa7d59..4a2662121e2 100644
--- a/apps/dav/l10n/tr.js
+++ b/apps/dav/l10n/tr.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Kişiler",
"Technical details" : "Teknik ayrıntılar",
"Remote Address: %s" : "Uzak Adres: %s",
- "Request ID: %s" : "İstek Kodu: %s"
+ "Request ID: %s" : "İstek Kodu: %s",
+ "CalDAV server" : "CalDAV sunucusu",
+ "Send invitations to attendees" : "Katılımcılara çağrıları gönder",
+ "Please make sure to properly setup the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru şekilde ayarladığınızdan emin olun."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json
index f189e713ec5..956696cb736 100644
--- a/apps/dav/l10n/tr.json
+++ b/apps/dav/l10n/tr.json
@@ -42,6 +42,9 @@
"Contacts" : "Kişiler",
"Technical details" : "Teknik ayrıntılar",
"Remote Address: %s" : "Uzak Adres: %s",
- "Request ID: %s" : "İstek Kodu: %s"
+ "Request ID: %s" : "İstek Kodu: %s",
+ "CalDAV server" : "CalDAV sunucusu",
+ "Send invitations to attendees" : "Katılımcılara çağrıları gönder",
+ "Please make sure to properly setup the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru şekilde ayarladığınızdan emin olun."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php
index 162833951a3..719e4974755 100644
--- a/apps/dav/lib/Server.php
+++ b/apps/dav/lib/Server.php
@@ -76,6 +76,7 @@ class Server {
$mailer = \OC::$server->getMailer();
$dispatcher = \OC::$server->getEventDispatcher();
$timezone = new TimeFactory();
+ $sendInvitations = \OC::$server->getConfig()->getAppValue('dav', 'sendInvitations', 'yes') === 'yes';
$root = new RootCollection();
$this->server = new \OCA\DAV\Connector\Sabre\Server(new CachingTree($root));
@@ -137,7 +138,9 @@ class Server {
$this->server->addPlugin(new \OCA\DAV\CalDAV\Plugin());
$this->server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
$this->server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin());
- $this->server->addPlugin(new IMipPlugin($mailer, $logger, $timezone));
+ if ($sendInvitations) {
+ $this->server->addPlugin(new IMipPlugin($mailer, $logger, $timezone));
+ }
$this->server->addPlugin(new \Sabre\CalDAV\Subscriptions\Plugin());
$this->server->addPlugin(new \Sabre\CalDAV\Notifications\Plugin());
$this->server->addPlugin(new DAV\Sharing\Plugin($authBackend, \OC::$server->getRequest()));
diff --git a/apps/dav/lib/Settings/CalDAVSettings.php b/apps/dav/lib/Settings/CalDAVSettings.php
new file mode 100644
index 00000000000..1c85d19432c
--- /dev/null
+++ b/apps/dav/lib/Settings/CalDAVSettings.php
@@ -0,0 +1,68 @@
+<?php
+/**
+ * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+namespace OCA\DAV\Settings;
+
+use OCP\AppFramework\Http\TemplateResponse;
+use OCP\IConfig;
+use OCP\Settings\ISettings;
+
+class CalDAVSettings implements ISettings {
+
+ /** @var IConfig */
+ private $config;
+
+ /**
+ * CalDAVSettings constructor.
+ *
+ * @param IConfig $config
+ */
+ public function __construct(IConfig $config) {
+ $this->config = $config;
+ }
+
+ /**
+ * @return TemplateResponse
+ */
+ public function getForm() {
+ $parameters = [
+ 'send_invitations' => $this->config->getAppValue('dav', 'sendInvitations', 'yes'),
+ ];
+
+ return new TemplateResponse('dav', 'settings-admin-caldav', $parameters);
+ }
+
+ /**
+ * @return string
+ */
+ public function getSection() {
+ return 'additional';
+ }
+
+ /**
+ * @return int
+ */
+ public function getPriority() {
+ return 20;
+ }
+}
diff --git a/apps/dav/templates/settings-admin-caldav.php b/apps/dav/templates/settings-admin-caldav.php
new file mode 100644
index 00000000000..34d3517e8d9
--- /dev/null
+++ b/apps/dav/templates/settings-admin-caldav.php
@@ -0,0 +1,40 @@
+<?php
+/**
+ * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+script('dav', [
+ 'settings-admin-caldav'
+]);
+
+/** @var \OCP\IL10N $l */
+/** @var array $_ */
+?>
+<form id="CalDAV" class="section">
+ <h2><?php p($l->t('CalDAV server')); ?></h2>
+ <p>
+ <input type="checkbox" name="caldav_send_invitations" id="caldavSendInvitations" class="checkbox"
+ <?php ($_['send_invitations'] === 'yes') ? print_unescaped('checked="checked"') : null ?>/>
+ <label for="caldavSendInvitations"><?php p($l->t('Send invitations to attendees')); ?></label>
+ <br>
+ <em><?php p($l->t('Please make sure to properly setup the email settings above.')); ?></em>
+ </p>
+</form>
diff --git a/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php b/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php
new file mode 100644
index 00000000000..8ee58107487
--- /dev/null
+++ b/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php
@@ -0,0 +1,58 @@
+<?php
+/**
+ * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+namespace OCA\DAV\Tests\Unit\DAV\Settings;
+
+use OCA\DAV\Settings\CalDAVSettings;
+use OCP\IConfig;
+use Test\TestCase;
+
+class CalDAVSettingsTest extends TestCase {
+
+ /** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
+ private $config;
+
+ /** @var CalDAVSettings */
+ private $settings;
+
+ public function setUp() {
+ parent::setUp();
+
+ $this->config = $this->createMock(IConfig::class);
+ $this->settings = new CalDAVSettings($this->config);
+ }
+
+ public function testGetForm() {
+ $result = $this->settings->getForm();
+
+ $this->assertInstanceOf('OCP\AppFramework\Http\TemplateResponse', $result);
+ }
+
+ public function testGetSection() {
+ $this->assertEquals('additional', $this->settings->getSection());
+ }
+
+ public function testGetPriority() {
+ $this->assertEquals(20, $this->settings->getPriority());
+ }
+}
diff --git a/apps/federatedfilesharing/l10n/hu.js b/apps/federatedfilesharing/l10n/hu.js
index f30ba37b29e..0df0568d3ac 100644
--- a/apps/federatedfilesharing/l10n/hu.js
+++ b/apps/federatedfilesharing/l10n/hu.js
@@ -35,13 +35,16 @@ OC.L10N.register(
"Decline" : "Elutasítás",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Ossza meg velem az #Nextcloud Egyesített Felhő Azonosító segítségével, lásd %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Ossza meg velem az #Nextcloud Egyesített Felhő Azonosító segítségével ",
+ "Sharing" : "Megosztás",
"Federated Cloud Sharing" : "Megosztás Egyesített Felhőben",
"Open documentation" : "Dokumentáció megnyitása",
+ "Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
"Federated Cloud" : "Egyesített felhő",
"Your Federated Cloud ID:" : "Egyesített felhő azonosító:",
+ "Share it so your friends can share files with you:" : "Oszd meg, hogy a barátaid is megoszthassanak veled fájlokat:",
"Add to your website" : "Adja hozzá saját weboldalához",
"Share with me via Nextcloud" : "Ossza meg velem Nextcloud-on keresztül",
"HTML Code:" : "HTML kód:",
diff --git a/apps/federatedfilesharing/l10n/hu.json b/apps/federatedfilesharing/l10n/hu.json
index c8d717e11d7..46010af8d1b 100644
--- a/apps/federatedfilesharing/l10n/hu.json
+++ b/apps/federatedfilesharing/l10n/hu.json
@@ -33,13 +33,16 @@
"Decline" : "Elutasítás",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Ossza meg velem az #Nextcloud Egyesített Felhő Azonosító segítségével, lásd %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Ossza meg velem az #Nextcloud Egyesített Felhő Azonosító segítségével ",
+ "Sharing" : "Megosztás",
"Federated Cloud Sharing" : "Megosztás Egyesített Felhőben",
"Open documentation" : "Dokumentáció megnyitása",
+ "Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
"Federated Cloud" : "Egyesített felhő",
"Your Federated Cloud ID:" : "Egyesített felhő azonosító:",
+ "Share it so your friends can share files with you:" : "Oszd meg, hogy a barátaid is megoszthassanak veled fájlokat:",
"Add to your website" : "Adja hozzá saját weboldalához",
"Share with me via Nextcloud" : "Ossza meg velem Nextcloud-on keresztül",
"HTML Code:" : "HTML kód:",
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js
index d04c8c5b39d..2c4adea018e 100644
--- a/apps/files/l10n/es_MX.js
+++ b/apps/files/l10n/es_MX.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
"Uploading @" : "Actualizando @",
+ "Cancel upload" : "Cancelar carga",
"No files in here" : "No hay archivos aquí",
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json
index 3e43fba5c45..b783e8b08f5 100644
--- a/apps/files/l10n/es_MX.json
+++ b/apps/files/l10n/es_MX.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
"Uploading @" : "Actualizando @",
+ "Cancel upload" : "Cancelar carga",
"No files in here" : "No hay archivos aquí",
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 820cfda7754..694aeb1e614 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
+ "Move or copy" : "Mozgatás vagy másolás",
"Target folder" : "Cél mappa",
"Delete" : "Törlés",
"Disconnect storage" : "Tároló leválasztása",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
+ "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
+ "Could not copy \"{file}\"" : "\"{file}\" másolása sikertelen",
+ "Copied {origin} inside {destination}" : "{origin} átmásolva ide: {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}",
"{newName} already exists" : "{newName} már létezik",
"Could not rename \"{fileName}\", it does not exist any more" : "Nem átnevezhető erre: {fileName}, mert már nem létezik",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "{targetName} már használatban van ebben a mappában: {dir}. Kérjük, válassz másik nevet.",
@@ -119,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.",
"Uploading @" : "Feltöltés @",
+ "Cancel upload" : "Feltöltés megszakítása",
"No files in here" : "Itt nincsenek fájlok",
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index 2122c818250..9dc06fb48fd 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -20,6 +20,7 @@
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
+ "Move or copy" : "Mozgatás vagy másolás",
"Target folder" : "Cél mappa",
"Delete" : "Törlés",
"Disconnect storage" : "Tároló leválasztása",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
+ "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
+ "Could not copy \"{file}\"" : "\"{file}\" másolása sikertelen",
+ "Copied {origin} inside {destination}" : "{origin} átmásolva ide: {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}",
"{newName} already exists" : "{newName} már létezik",
"Could not rename \"{fileName}\", it does not exist any more" : "Nem átnevezhető erre: {fileName}, mert már nem létezik",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "{targetName} már használatban van ebben a mappában: {dir}. Kérjük, válassz másik nevet.",
@@ -117,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.",
"Uploading @" : "Feltöltés @",
+ "Cancel upload" : "Feltöltés megszakítása",
"No files in here" : "Itt nincsenek fájlok",
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 3b6ab721ab1..41c1256e8da 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -16,10 +16,12 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
"Not enough free space" : "十分な空き容量がありません",
+ "Uploading …" : "アップロード中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
"Actions" : "アクション",
"Download" : "ダウンロード",
"Rename" : "名前の変更",
+ "Move or copy" : "移動またはコピー",
"Target folder" : "対象フォルダー",
"Delete" : "削除",
"Disconnect storage" : "ストレージを切断する",
@@ -34,6 +36,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
+ "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
+ "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
"{newName} already exists" : "{newName} はすでに存在します",
"Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index 100d473f70d..9112fb9bb13 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -14,10 +14,12 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
"Not enough free space" : "十分な空き容量がありません",
+ "Uploading …" : "アップロード中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
"Actions" : "アクション",
"Download" : "ダウンロード",
"Rename" : "名前の変更",
+ "Move or copy" : "移動またはコピー",
"Target folder" : "対象フォルダー",
"Delete" : "削除",
"Disconnect storage" : "ストレージを切断する",
@@ -32,6 +34,8 @@
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
+ "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
+ "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
"{newName} already exists" : "{newName} はすでに存在します",
"Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js
index ddd23c5e668..d1f6d723235 100644
--- a/apps/files_external/l10n/ja.js
+++ b/apps/files_external/l10n/ja.js
@@ -14,6 +14,8 @@ OC.L10N.register(
"(group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Admin defined" : "管理者設定済",
+ "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?",
+ "Delete storage?" : "ストレージを削除しますか?",
"Saved" : "保存されました",
"Saving..." : "保存中...",
"Save" : "保存",
diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json
index c76ba6fb797..8c78d89c958 100644
--- a/apps/files_external/l10n/ja.json
+++ b/apps/files_external/l10n/ja.json
@@ -12,6 +12,8 @@
"(group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Admin defined" : "管理者設定済",
+ "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?",
+ "Delete storage?" : "ストレージを削除しますか?",
"Saved" : "保存されました",
"Saving..." : "保存中...",
"Save" : "保存",
diff --git a/apps/oauth2/l10n/hu.js b/apps/oauth2/l10n/hu.js
new file mode 100644
index 00000000000..48747669a31
--- /dev/null
+++ b/apps/oauth2/l10n/hu.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "OAuth 2.0 kliensek",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 megengedi külső szolgáltatásoknak, hogy hozzáférést kérjenek ehhez: %s.",
+ "Name" : "Név",
+ "Redirection URI" : "Átirányítési URI",
+ "Client Identifier" : "Ügyfél azonosító",
+ "Secret" : "Titok",
+ "Add client" : "Ügyfél hozzáadás",
+ "Add" : "Hozzáadás"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/hu.json b/apps/oauth2/l10n/hu.json
new file mode 100644
index 00000000000..c69fbb0fcd8
--- /dev/null
+++ b/apps/oauth2/l10n/hu.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "OAuth 2.0 kliensek",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 megengedi külső szolgáltatásoknak, hogy hozzáférést kérjenek ehhez: %s.",
+ "Name" : "Név",
+ "Redirection URI" : "Átirányítési URI",
+ "Client Identifier" : "Ügyfél azonosító",
+ "Secret" : "Titok",
+ "Add client" : "Ügyfél hozzáadás",
+ "Add" : "Hozzáadás"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/hu.js b/apps/sharebymail/l10n/hu.js
new file mode 100644
index 00000000000..42c44cce91a
--- /dev/null
+++ b/apps/sharebymail/l10n/hu.js
@@ -0,0 +1,47 @@
+OC.L10N.register(
+ "sharebymail",
+ {
+ "Shared with %1$s" : "Megosztva vele: %1$s",
+ "Shared with {email}" : "Megosztva: {email}",
+ "Shared with %1$s by %2$s" : "%2$s megosztotta vele: %1$s",
+ "Shared with {email} by {actor}" : "Shared with {email} by {actor}",
+ "Password for mail share sent to %1$s" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: %1$s",
+ "Password for mail share sent to {email}" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: {email}",
+ "Password for mail share sent to you" : "A levelezési megosztáshoz szükséges jelszó elküldve neked",
+ "You shared %1$s with %2$s by mail" : "Megosztottad: %1$s vele: %2$s e-mailben",
+ "You shared {file} with {email} by mail" : "{file} megosztva e-mailen keresztül: {email}",
+ "%3$s shared %1$s with %2$s by mail" : "%3$smegosztotta ezt: %1$s vele: %2$s e-mailben",
+ "{actor} shared {file} with {email} by mail" : "{actor} megosztotta ezt: {file} vele: {email} e-mailben",
+ "Password to access %1$s was sent to %2s" : "A %1$s eléréséhez szükséges jelszót elküldtük ide: %2s",
+ "Password to access {file} was sent to {email}" : "A {file} eléréséhez szükséges jelszót elküldtük ide: {email}",
+ "Password to access %1$s was sent to you" : "A %1$s eléréséhez szükséges jelszót elküldtük neked",
+ "Password to access {file} was sent to you" : "A {file} eléréséhez szükséges jelszót elküldtük neked",
+ "Sharing %s failed, this item is already shared with %s" : "%s megosztás sikertelen, mert már meg van osztva vele: %s",
+ "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nem tudtuk elküldeni neked az automatikusan generált jelszót. Kérlek állíts be egy érvényes e-mail címet a profilodban és próbáld meg újra.",
+ "Failed to send share by email" : "Nem sikerült elküldeni a megosztó e-mailt",
+ "%s shared »%s« with you" : "%s megosztotta Önnel: »%s«.",
+ "%s shared »%s« with you." : "%s megosztotta veled ezt: »%s«.",
+ "Click the button below to open it." : "Kattints a lenti gombra a megnyitásához",
+ "Open »%s«" : "»%s« megnyitása",
+ "%s via %s" : "%s ezen keresztül: %s",
+ "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s",
+ "Password to access »%s«" : "Jelszó »%s« eléréséhez",
+ "It is protected with the following password: %s" : "A következő jelszóval védve: %s",
+ "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s",
+ "This is the password: %s" : "Ez a jelszó: %s",
+ "You can choose a different password at any time in the share dialog." : "Bármikor választhatsz másik jelszót a megosztási ablakban.",
+ "Could not find share" : "Nem található a megosztás",
+ "Share by mail" : "Küldés e-mailben",
+ "Allows users to share a personalized link to a file or folder by putting in an email address." : "Segítségével személyre szabott megosztási linket hozhatsz létre egy fájlhoz vagy mappához az e-mail cím beleírásával.",
+ "Send password by mail" : "Jelszó kiküldése e-mailben",
+ "Enforce password protection" : "Jelszóvédelem kényszerítése",
+ "Failed to send share by E-mail" : "Nem sikerült elküldeni a megosztó e-mailt!",
+ "%s shared »%s« with you on behalf of %s" : "%s megosztotta ezt: »%s« veled %s nevében.",
+ "Failed to create the E-mail" : "Nem sikerült létrehozni az e-mailt.",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Üdv,\n\n%s megosztotta ezt: »%s« veled %s nevében.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Üdvözöljük!\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: »%s«.\n\n%s\n",
+ "Cheers!" : "Üdvözlettel,",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Üdv,<br><br>%s megosztotta ezt: <a href=\"%s\">%s</a> veled %s nevében.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Üdvözöljük!<br><br>Értesítjük, hogy %s megosztotta Önnel a következőt: <a href=\"%s\">%s</a>.<br><br>"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/sharebymail/l10n/hu.json b/apps/sharebymail/l10n/hu.json
new file mode 100644
index 00000000000..41c6eaf5ba1
--- /dev/null
+++ b/apps/sharebymail/l10n/hu.json
@@ -0,0 +1,45 @@
+{ "translations": {
+ "Shared with %1$s" : "Megosztva vele: %1$s",
+ "Shared with {email}" : "Megosztva: {email}",
+ "Shared with %1$s by %2$s" : "%2$s megosztotta vele: %1$s",
+ "Shared with {email} by {actor}" : "Shared with {email} by {actor}",
+ "Password for mail share sent to %1$s" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: %1$s",
+ "Password for mail share sent to {email}" : "A levelezési megosztáshoz szükséges jelszó elküldve ide: {email}",
+ "Password for mail share sent to you" : "A levelezési megosztáshoz szükséges jelszó elküldve neked",
+ "You shared %1$s with %2$s by mail" : "Megosztottad: %1$s vele: %2$s e-mailben",
+ "You shared {file} with {email} by mail" : "{file} megosztva e-mailen keresztül: {email}",
+ "%3$s shared %1$s with %2$s by mail" : "%3$smegosztotta ezt: %1$s vele: %2$s e-mailben",
+ "{actor} shared {file} with {email} by mail" : "{actor} megosztotta ezt: {file} vele: {email} e-mailben",
+ "Password to access %1$s was sent to %2s" : "A %1$s eléréséhez szükséges jelszót elküldtük ide: %2s",
+ "Password to access {file} was sent to {email}" : "A {file} eléréséhez szükséges jelszót elküldtük ide: {email}",
+ "Password to access %1$s was sent to you" : "A %1$s eléréséhez szükséges jelszót elküldtük neked",
+ "Password to access {file} was sent to you" : "A {file} eléréséhez szükséges jelszót elküldtük neked",
+ "Sharing %s failed, this item is already shared with %s" : "%s megosztás sikertelen, mert már meg van osztva vele: %s",
+ "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nem tudtuk elküldeni neked az automatikusan generált jelszót. Kérlek állíts be egy érvényes e-mail címet a profilodban és próbáld meg újra.",
+ "Failed to send share by email" : "Nem sikerült elküldeni a megosztó e-mailt",
+ "%s shared »%s« with you" : "%s megosztotta Önnel: »%s«.",
+ "%s shared »%s« with you." : "%s megosztotta veled ezt: »%s«.",
+ "Click the button below to open it." : "Kattints a lenti gombra a megnyitásához",
+ "Open »%s«" : "»%s« megnyitása",
+ "%s via %s" : "%s ezen keresztül: %s",
+ "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s",
+ "Password to access »%s«" : "Jelszó »%s« eléréséhez",
+ "It is protected with the following password: %s" : "A következő jelszóval védve: %s",
+ "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s",
+ "This is the password: %s" : "Ez a jelszó: %s",
+ "You can choose a different password at any time in the share dialog." : "Bármikor választhatsz másik jelszót a megosztási ablakban.",
+ "Could not find share" : "Nem található a megosztás",
+ "Share by mail" : "Küldés e-mailben",
+ "Allows users to share a personalized link to a file or folder by putting in an email address." : "Segítségével személyre szabott megosztási linket hozhatsz létre egy fájlhoz vagy mappához az e-mail cím beleírásával.",
+ "Send password by mail" : "Jelszó kiküldése e-mailben",
+ "Enforce password protection" : "Jelszóvédelem kényszerítése",
+ "Failed to send share by E-mail" : "Nem sikerült elküldeni a megosztó e-mailt!",
+ "%s shared »%s« with you on behalf of %s" : "%s megosztotta ezt: »%s« veled %s nevében.",
+ "Failed to create the E-mail" : "Nem sikerült létrehozni az e-mailt.",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Üdv,\n\n%s megosztotta ezt: »%s« veled %s nevében.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Üdvözöljük!\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: »%s«.\n\n%s\n",
+ "Cheers!" : "Üdvözlettel,",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Üdv,<br><br>%s megosztotta ezt: <a href=\"%s\">%s</a> veled %s nevében.<br><br>",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Üdvözöljük!<br><br>Értesítjük, hogy %s megosztotta Önnel a következőt: <a href=\"%s\">%s</a>.<br><br>"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js
index 9e846a5eb92..594e5b9beed 100644
--- a/apps/theming/l10n/es_MX.js
+++ b/apps/theming/l10n/es_MX.js
@@ -9,6 +9,13 @@ OC.L10N.register(
"The given web address is too long" : "La dirección web dada es demasiado larga",
"The given slogan is too long" : "El lema dado es demasiado largo",
"The given color is invalid" : "El color dado es inválido",
+ "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
+ "No file was uploaded" : "No se cargó el archivo",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ",
+ "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ",
"No file uploaded" : "No hay archivos cargados",
"Unsupported image type" : "Tipo de imagen no soportado",
"You are already using a custom theme" : "Ya estás usando un tema personalizado",
diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json
index eb2632daf68..d6db2de8184 100644
--- a/apps/theming/l10n/es_MX.json
+++ b/apps/theming/l10n/es_MX.json
@@ -7,6 +7,13 @@
"The given web address is too long" : "La dirección web dada es demasiado larga",
"The given slogan is too long" : "El lema dado es demasiado largo",
"The given color is invalid" : "El color dado es inválido",
+ "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
+ "No file was uploaded" : "No se cargó el archivo",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ",
+ "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ",
"No file uploaded" : "No hay archivos cargados",
"Unsupported image type" : "Tipo de imagen no soportado",
"You are already using a custom theme" : "Ya estás usando un tema personalizado",
diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js
index e720ccaa005..89f01f4eb54 100644
--- a/apps/theming/l10n/tr.js
+++ b/apps/theming/l10n/tr.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Belirtilen web adresi çok uzun",
"The given slogan is too long" : "Belirtilen slogan çok uzun",
"The given color is invalid" : "Belirtilen renk geçersiz",
+ "There is no error, the file uploaded with success" : "Herhangi bir sorun yok, dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The uploaded file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklenebildi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Geçici klasör bulunamadı",
+ "Failed to write file to disk." : "Dosya diske yazılamadı.",
+ "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi.",
"No file uploaded" : "Herhangi bir dosya yüklenmemiş",
"Unsupported image type" : "Görsel türü desteklenmiyor",
"You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz",
diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json
index 03de74cbb4c..b77802476d4 100644
--- a/apps/theming/l10n/tr.json
+++ b/apps/theming/l10n/tr.json
@@ -7,6 +7,14 @@
"The given web address is too long" : "Belirtilen web adresi çok uzun",
"The given slogan is too long" : "Belirtilen slogan çok uzun",
"The given color is invalid" : "Belirtilen renk geçersiz",
+ "There is no error, the file uploaded with success" : "Herhangi bir sorun yok, dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The uploaded file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklenebildi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Geçici klasör bulunamadı",
+ "Failed to write file to disk." : "Dosya diske yazılamadı.",
+ "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi.",
"No file uploaded" : "Herhangi bir dosya yüklenmemiş",
"Unsupported image type" : "Görsel türü desteklenmiyor",
"You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz",
diff --git a/apps/twofactor_backupcodes/l10n/hu.js b/apps/twofactor_backupcodes/l10n/hu.js
index c5e10d26f2d..0d168f9f62b 100644
--- a/apps/twofactor_backupcodes/l10n/hu.js
+++ b/apps/twofactor_backupcodes/l10n/hu.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
+ "You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
"Backup code" : "Biztonsági kód",
"Use backup code" : "Biztonsági kód használata",
"Second-factor backup codes" : "Második lépcsős biztonsági kódok"
diff --git a/apps/twofactor_backupcodes/l10n/hu.json b/apps/twofactor_backupcodes/l10n/hu.json
index 1afa0a6ac84..4e981a9acc6 100644
--- a/apps/twofactor_backupcodes/l10n/hu.json
+++ b/apps/twofactor_backupcodes/l10n/hu.json
@@ -8,6 +8,7 @@
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
+ "You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
"Backup code" : "Biztonsági kód",
"Use backup code" : "Biztonsági kód használata",
"Second-factor backup codes" : "Második lépcsős biztonsági kódok"
diff --git a/apps/updatenotification/l10n/hu.js b/apps/updatenotification/l10n/hu.js
index b87e09c68db..ff5f2ba62a7 100644
--- a/apps/updatenotification/l10n/hu.js
+++ b/apps/updatenotification/l10n/hu.js
@@ -5,16 +5,21 @@ OC.L10N.register(
"Could not start updater, please try the manual update" : "Nem sikerült elindítani a frissítőt, kérlek próbáld a manuális frissítést",
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
"Channel updated" : "Csatorna frissítve",
+ "The update server could not be reached since %d days to check for new updates." : "A frissítési szerver %d napja nem elérhető a frissítések kereséséhez.",
+ "Please check the Nextcloud and server log files for errors." : "Kérlek nézd meg a Nextcloud és a szervernaplókat a hibák miatt.",
"Update to %1$s is available." : "%1$s frissítés elérhető.",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
"A new version is available: %s" : "Új verzió érhető el: %s",
"Open updater" : "Frissítő megnyitása",
"Download now" : "Letöltés most",
+ "The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
"Your version is up to date." : "Verzió frissítve.",
"Checked on %s" : "Ellenőrizve: %s",
+ "A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
"Update channel:" : "Frissítési csatorna:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mindig frissíthetsz az újabb verzióra vagy kísérleti csatornára, de visszafelé sosem frissíthetsz egy jóval stabilabb verzióra.",
+ "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Vedd figyelembe, hogy egy firssítés megjelenése után eltarthat egy darabig míg itt megjelenik. Fokozatosan juttatjuk el a frissítéseket a felhaszálóinkhoz és néha kihagyunk egy-egy verziót, ha problémák merülnek fel.",
"Notify members of the following groups about available updates:" : "A következő csoport tagjainak értesítése az elérhető frissítésekről:",
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel makes dedicated notifications for the server obsolete." : "A kiválasztott frissítési csatorna dedikált értesítéseket jelenít meg a szerver elavulásakor.",
diff --git a/apps/updatenotification/l10n/hu.json b/apps/updatenotification/l10n/hu.json
index 7f803b00268..2eaacdff14e 100644
--- a/apps/updatenotification/l10n/hu.json
+++ b/apps/updatenotification/l10n/hu.json
@@ -3,16 +3,21 @@
"Could not start updater, please try the manual update" : "Nem sikerült elindítani a frissítőt, kérlek próbáld a manuális frissítést",
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
"Channel updated" : "Csatorna frissítve",
+ "The update server could not be reached since %d days to check for new updates." : "A frissítési szerver %d napja nem elérhető a frissítések kereséséhez.",
+ "Please check the Nextcloud and server log files for errors." : "Kérlek nézd meg a Nextcloud és a szervernaplókat a hibák miatt.",
"Update to %1$s is available." : "%1$s frissítés elérhető.",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
"A new version is available: %s" : "Új verzió érhető el: %s",
"Open updater" : "Frissítő megnyitása",
"Download now" : "Letöltés most",
+ "The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
"Your version is up to date." : "Verzió frissítve.",
"Checked on %s" : "Ellenőrizve: %s",
+ "A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
"Update channel:" : "Frissítési csatorna:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mindig frissíthetsz az újabb verzióra vagy kísérleti csatornára, de visszafelé sosem frissíthetsz egy jóval stabilabb verzióra.",
+ "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Vedd figyelembe, hogy egy firssítés megjelenése után eltarthat egy darabig míg itt megjelenik. Fokozatosan juttatjuk el a frissítéseket a felhaszálóinkhoz és néha kihagyunk egy-egy verziót, ha problémák merülnek fel.",
"Notify members of the following groups about available updates:" : "A következő csoport tagjainak értesítése az elérhető frissítésekről:",
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel makes dedicated notifications for the server obsolete." : "A kiválasztott frissítési csatorna dedikált értesítéseket jelenít meg a szerver elavulásakor.",
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php
index 440f5d2444e..3350dd6a5cd 100644
--- a/apps/user_ldap/lib/Connection.php
+++ b/apps/user_ldap/lib/Connection.php
@@ -436,8 +436,8 @@ class Connection extends LDAPUtility {
|| ($agent !== '' && $pwd === '')
) {
\OCP\Util::writeLog('user_ldap',
- $errorStr.'either no password is given for the'.
- 'user agent or a password is given, but not an'.
+ $errorStr.'either no password is given for the '.
+ 'user agent or a password is given, but not an '.
'LDAP agent.',
\OCP\Util::WARN);
$configurationOK = false;
diff --git a/apps/user_ldap/lib/Proxy.php b/apps/user_ldap/lib/Proxy.php
index 96bb670b789..305d2c4181b 100644
--- a/apps/user_ldap/lib/Proxy.php
+++ b/apps/user_ldap/lib/Proxy.php
@@ -65,7 +65,7 @@ abstract class Proxy {
static $db;
static $coreUserManager;
static $coreNotificationManager;
- if(is_null($fs)) {
+ if($fs === null) {
$ocConfig = \OC::$server->getConfig();
$fs = new FilesystemHelper();
$log = new LogWrapper();
@@ -158,7 +158,7 @@ abstract class Proxy {
*/
private function getCacheKey($key) {
$prefix = 'LDAP-Proxy-';
- if(is_null($key)) {
+ if($key === null) {
return $prefix;
}
return $prefix.md5($key);
@@ -169,24 +169,17 @@ abstract class Proxy {
* @return mixed|null
*/
public function getFromCache($key) {
- if(is_null($this->cache) || !$this->isCached($key)) {
+ if($this->cache === null) {
return null;
}
- $key = $this->getCacheKey($key);
-
- return json_decode(base64_decode($this->cache->get($key)));
- }
- /**
- * @param string $key
- * @return bool
- */
- public function isCached($key) {
- if(is_null($this->cache)) {
- return false;
- }
$key = $this->getCacheKey($key);
- return $this->cache->hasKey($key);
+ $value = $this->cache->get($key);
+ if ($value === null) {
+ return null;
+ }
+
+ return json_decode(base64_decode($value));
}
/**
@@ -194,16 +187,16 @@ abstract class Proxy {
* @param mixed $value
*/
public function writeToCache($key, $value) {
- if(is_null($this->cache)) {
+ if($this->cache === null) {
return;
}
$key = $this->getCacheKey($key);
$value = base64_encode(json_encode($value));
- $this->cache->set($key, $value, '2592000');
+ $this->cache->set($key, $value, 2592000);
}
public function clearCache() {
- if(is_null($this->cache)) {
+ if($this->cache === null) {
return;
}
$this->cache->clear($this->getCacheKey(null));
diff --git a/apps/user_ldap/lib/User/User.php b/apps/user_ldap/lib/User/User.php
index 5017f35ed0a..a46b0053b40 100644
--- a/apps/user_ldap/lib/User/User.php
+++ b/apps/user_ldap/lib/User/User.php
@@ -529,7 +529,6 @@ class User {
$targetUser->setQuota($quota);
} else {
$this->log->log('not suitable default quota found for user ' . $this->uid . ': [' . $defaultQuota . ']', \OCP\Util::WARN);
- $targetUser->setQuota('default');
}
} else {
$this->log->log('trying to set a quota for user ' . $this->uid . ' but the user is missing', \OCP\Util::ERROR);
diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php
index 637842d9ac7..5f6148b1332 100644
--- a/apps/user_ldap/tests/User/UserTest.php
+++ b/apps/user_ldap/tests/User/UserTest.php
@@ -453,9 +453,8 @@ class UserTest extends \Test\TestCase {
->will($this->returnValue(false));
$user = $this->createMock('\OCP\IUser');
- $user->expects($this->once())
- ->method('setQuota')
- ->with('default');
+ $user->expects($this->never())
+ ->method('setQuota');
$userMgr->expects($this->once())
->method('get')
@@ -495,9 +494,8 @@ class UserTest extends \Test\TestCase {
->method('__get');
$user = $this->createMock('\OCP\IUser');
- $user->expects($this->once())
- ->method('setQuota')
- ->with('default');
+ $user->expects($this->never())
+ ->method('setQuota');
$userMgr->expects($this->once())
->method('get')
@@ -633,9 +631,8 @@ class UserTest extends \Test\TestCase {
->will($this->returnValue(false));
$user = $this->createMock('\OCP\IUser');
- $user->expects($this->once())
- ->method('setQuota')
- ->with('default');
+ $user->expects($this->never())
+ ->method('setQuota');
$userMgr->expects($this->once())
->method('get')
@@ -681,9 +678,8 @@ class UserTest extends \Test\TestCase {
->will($this->returnValue(array('23 flush')));
$user = $this->createMock('\OCP\IUser');
- $user->expects($this->once())
- ->method('setQuota')
- ->with('default');
+ $user->expects($this->never())
+ ->method('setQuota');
$userMgr->expects($this->once())
->method('get')
@@ -726,9 +722,8 @@ class UserTest extends \Test\TestCase {
->method('readAttribute');
$user = $this->createMock('\OCP\IUser');
- $user->expects($this->once())
- ->method('setQuota')
- ->with('default');
+ $user->expects($this->never())
+ ->method('setQuota');
$userMgr->expects($this->once())
->method('get')
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js
index c50523e1da8..6239f9520c3 100644
--- a/core/l10n/es_MX.js
+++ b/core/l10n/es_MX.js
@@ -262,6 +262,7 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"Search" : "Buscar",
+ "Reset search" : "Reestablecer búsqueda",
"Confirm your password" : "Confirma tu contraseña",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json
index 52cdd973b40..e5f21d06910 100644
--- a/core/l10n/es_MX.json
+++ b/core/l10n/es_MX.json
@@ -260,6 +260,7 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"Search" : "Buscar",
+ "Reset search" : "Reestablecer búsqueda",
"Confirm your password" : "Confirma tu contraseña",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
diff --git a/core/l10n/hu.js b/core/l10n/hu.js
index 71e2e35d85a..f79fde38593 100644
--- a/core/l10n/hu.js
+++ b/core/l10n/hu.js
@@ -38,6 +38,7 @@ OC.L10N.register(
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Annak ellenőrzése, hogy az adatbázis sémát lehet-e frissíteni (ez hosszabb ideig is eltarthat az adatbázis méretétől függően)",
"Checked database schema update" : "Az adatbázis séma frissítését ellenőriztük",
"Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
+ "Update app \"%s\" from appstore" : "\"%s\" alkalmazás frissítése a tárból",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Annak ellenőrzése, hogy a(z) %s adatbázis sémáját lehet-e frissíteni (ez hosszabb ideig is eltarthat az adatbázis méretétől függően)",
"Checked database schema update for apps" : "Az adatbázis séma frissítését ellenőriztük az alkalmazásokra vontakozóan",
"Updated \"%s\" to %s" : "\"%s\" frissítve erre: %s",
@@ -54,8 +55,10 @@ OC.L10N.register(
"Show all contacts …" : "Minden névjegy megjelenítése...",
"There was an error loading your contacts" : "Probléma lépett fel a névjegyek betöltése közben",
"Loading your contacts …" : "Névjegyek betöltése...",
+ "Looking for {term} …" : "{term} keresése …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",
"No action available" : "Nincs elérhető művelet",
+ "Error fetching contact actions" : "Hiba a kapcsolati műveletek begyűjtésében",
"Settings" : "Beállítások",
"Connection to server lost" : "Megszakadt a kapcsolat a szerverrel",
"Saving..." : "Mentés...",
@@ -76,6 +79,7 @@ OC.L10N.register(
"No files in here" : "Itt nincsenek fájlok",
"Choose" : "Válasszon",
"Copy" : "Másol",
+ "Move" : "Mozgatás",
"Error loading file picker template: {error}" : "Nem sikerült betölteni a fájlkiválasztó sablont: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Nem sikerült betölteni az üzenet sablont: {error}",
@@ -91,6 +95,8 @@ OC.L10N.register(
"({count} selected)" : "({count} kiválasztva)",
"Error loading file exists template" : "Hiba a létezőfájl-sablon betöltésekor",
"Pending" : "Folyamatban",
+ "Copy to {folder}" : "Másolás ide: {folder}",
+ "Move to {folder}" : "Mozgatás ide: {folder}",
"Very weak password" : "Nagyon gyenge jelszó",
"Weak password" : "Gyenge jelszó",
"So-so password" : "Nem túl jó jelszó",
@@ -122,6 +128,7 @@ OC.L10N.register(
"Press ⌘-C to copy." : "A másoláshoz nyomj ⌘-C-t.",
"Press Ctrl-C to copy." : "A másoláshoz nyomj Ctrl-C-t.",
"Resharing is not allowed" : "Ezt a fájlt csak a tulajdonosa oszthatja meg másokkal",
+ "Share to {name}" : "Megosztás vele: {name}",
"Share link" : "Megosztás hivatkozással",
"Link" : "Hivatkozás",
"Password protect" : "Jelszóval védett",
@@ -133,6 +140,7 @@ OC.L10N.register(
"File drop (upload only)" : "Fájl ejtés (csak feltöltés)",
"Shared with you and the group {group} by {owner}" : "{owner} megosztotta veled és ezzel a csoporttal: {group}",
"Shared with you by {owner}" : "{owner} megosztotta veled",
+ "Choose a password for the mail share" : "Válassz egy jelszót a levél megosztáshoz",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} megosztva hivatkozással",
"group" : "csoport",
"remote" : "távoli",
@@ -157,6 +165,7 @@ OC.L10N.register(
"{sharee} (email)" : "{sharee} (e-mail)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Megosztás",
+ "Name or email address..." : "Név vagy e-mail cím...",
"Name..." : "Név...",
"Error" : "Hiba",
"Error removing share" : "Hiba a megosztás törlésekor",
@@ -182,6 +191,7 @@ OC.L10N.register(
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A frissítés sikertelen volt. Kérlek jelezd a problémát a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud közösségnek</a>.",
"Continue to Nextcloud" : "Irány a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloud-ra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloud-ra %n másodperc múlva."],
"Searching other places" : "Keresés más helyeken",
"No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek keresési eredmények más mappákban: {tag}{filter}{endtag}",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} keresési eredmény egy másik mappában","{count} keresési eredmény más mappákban"],
@@ -195,6 +205,7 @@ OC.L10N.register(
"The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.",
"You can click here to return to %s." : "Ide kattintva visszatérhet ide: %s.",
"Internal Server Error" : "Belső szerver hiba",
+ "The server was unable to complete your request." : "A szerver nem tudta végrehajtani a kérésed.",
"More details can be found in the server log." : "További részletek a szerver naplóban találhatók.",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
@@ -233,6 +244,7 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Az alkalmazás megfelelő működéséhez JavaScript szükséges. Kérjük, {linkstart}engedélyezze a JavaScript-et{linkend} és frissítse a lapot.",
"More apps" : "További alkalmazások",
"Search" : "Keresés",
+ "Reset search" : "Keresés visszaállítása",
"Confirm your password" : "Erősítsd meg a jelszavad:",
"Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!",
"Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.",
@@ -244,6 +256,9 @@ OC.L10N.register(
"Log in" : "Bejelentkezés",
"Stay logged in" : "Maradjon bejelentkezve",
"Alternative Logins" : "Alternatív bejelentkezés",
+ "Account access" : "Fiók hozzáférés",
+ "App token" : "App token",
+ "Alternative login using app token" : "Alternatív bejelentkezés app token segítségével",
"Redirecting …" : "Átirányítás ...",
"New password" : "Új jelszó",
"New Password" : "Új jelszó",
@@ -253,6 +268,9 @@ OC.L10N.register(
"Cancel log in" : "Bejelentkezés megszakítása",
"Use backup code" : "Biztonsági kód használata",
"Error while validating your second factor" : "Hiba történt a második lépés évényesítésekor",
+ "Access through untrusted domain" : "Nem megbízható domain-en keresztüli hozzáférés",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lépj kapcsolatba az adminisztrátoroddal. Ha te vagy az, szerkeszd a \"trusted_domains\" beállítást a config/config.php-ban a config.sample.php-hoz hasonlóan.",
+ "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:",
"Add \"%s\" as trusted domain" : "Adjuk hozzá „%s”-t a megbízható domain nevekhez!",
"App update required" : "Alkalmazás frissítése szükséges",
"%s will be updated to version %s" : "%s frissítve lesz erre a verzióra: %s",
@@ -265,6 +283,7 @@ OC.L10N.register(
"Detailed logs" : "Részletezett naplók",
"Update needed" : "Frissítés szükséges",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Segítségért keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt</a>.",
+ "Upgrade via web on my own risk" : "Saját felelőségre frissítés weben keresztül",
"This %s instance is currently in maintenance mode, which may take a while." : "Ez a %s folyamat éppen karbantartó üzemmódban van, ami eltarthat egy darabig.",
"This page will refresh itself when the %s instance is available again." : "Ez az oldal frissíteni fogja magát amint a(z) %s példány ismét elérhető.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse fel a rendszergazdáját!",
@@ -310,6 +329,7 @@ OC.L10N.register(
"You are accessing the server from an untrusted domain." : "A szervert nem megbízható domain névvel éri el.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.",
- "Please use the command line updater because you have a big instance." : "Kérjük, a frissítéshez a parancssort használja, mert nagyobb frissítést készül telepíteni."
+ "Please use the command line updater because you have a big instance." : "Kérjük, a frissítéshez a parancssort használja, mert nagyobb frissítést készül telepíteni.",
+ "You are about to grant \"%s\" access to your %s account." : "\"%s\" hozzáférést készülsz adni a(z) %s fiókodnak."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/hu.json b/core/l10n/hu.json
index 1af1a341944..9d1ee17a04c 100644
--- a/core/l10n/hu.json
+++ b/core/l10n/hu.json
@@ -36,6 +36,7 @@
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Annak ellenőrzése, hogy az adatbázis sémát lehet-e frissíteni (ez hosszabb ideig is eltarthat az adatbázis méretétől függően)",
"Checked database schema update" : "Az adatbázis séma frissítését ellenőriztük",
"Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
+ "Update app \"%s\" from appstore" : "\"%s\" alkalmazás frissítése a tárból",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Annak ellenőrzése, hogy a(z) %s adatbázis sémáját lehet-e frissíteni (ez hosszabb ideig is eltarthat az adatbázis méretétől függően)",
"Checked database schema update for apps" : "Az adatbázis séma frissítését ellenőriztük az alkalmazásokra vontakozóan",
"Updated \"%s\" to %s" : "\"%s\" frissítve erre: %s",
@@ -52,8 +53,10 @@
"Show all contacts …" : "Minden névjegy megjelenítése...",
"There was an error loading your contacts" : "Probléma lépett fel a névjegyek betöltése közben",
"Loading your contacts …" : "Névjegyek betöltése...",
+ "Looking for {term} …" : "{term} keresése …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",
"No action available" : "Nincs elérhető művelet",
+ "Error fetching contact actions" : "Hiba a kapcsolati műveletek begyűjtésében",
"Settings" : "Beállítások",
"Connection to server lost" : "Megszakadt a kapcsolat a szerverrel",
"Saving..." : "Mentés...",
@@ -74,6 +77,7 @@
"No files in here" : "Itt nincsenek fájlok",
"Choose" : "Válasszon",
"Copy" : "Másol",
+ "Move" : "Mozgatás",
"Error loading file picker template: {error}" : "Nem sikerült betölteni a fájlkiválasztó sablont: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Nem sikerült betölteni az üzenet sablont: {error}",
@@ -89,6 +93,8 @@
"({count} selected)" : "({count} kiválasztva)",
"Error loading file exists template" : "Hiba a létezőfájl-sablon betöltésekor",
"Pending" : "Folyamatban",
+ "Copy to {folder}" : "Másolás ide: {folder}",
+ "Move to {folder}" : "Mozgatás ide: {folder}",
"Very weak password" : "Nagyon gyenge jelszó",
"Weak password" : "Gyenge jelszó",
"So-so password" : "Nem túl jó jelszó",
@@ -120,6 +126,7 @@
"Press ⌘-C to copy." : "A másoláshoz nyomj ⌘-C-t.",
"Press Ctrl-C to copy." : "A másoláshoz nyomj Ctrl-C-t.",
"Resharing is not allowed" : "Ezt a fájlt csak a tulajdonosa oszthatja meg másokkal",
+ "Share to {name}" : "Megosztás vele: {name}",
"Share link" : "Megosztás hivatkozással",
"Link" : "Hivatkozás",
"Password protect" : "Jelszóval védett",
@@ -131,6 +138,7 @@
"File drop (upload only)" : "Fájl ejtés (csak feltöltés)",
"Shared with you and the group {group} by {owner}" : "{owner} megosztotta veled és ezzel a csoporttal: {group}",
"Shared with you by {owner}" : "{owner} megosztotta veled",
+ "Choose a password for the mail share" : "Válassz egy jelszót a levél megosztáshoz",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} megosztva hivatkozással",
"group" : "csoport",
"remote" : "távoli",
@@ -155,6 +163,7 @@
"{sharee} (email)" : "{sharee} (e-mail)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Megosztás",
+ "Name or email address..." : "Név vagy e-mail cím...",
"Name..." : "Név...",
"Error" : "Hiba",
"Error removing share" : "Hiba a megosztás törlésekor",
@@ -180,6 +189,7 @@
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A frissítés sikertelen volt. Kérlek jelezd a problémát a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud közösségnek</a>.",
"Continue to Nextcloud" : "Irány a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloud-ra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloud-ra %n másodperc múlva."],
"Searching other places" : "Keresés más helyeken",
"No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek keresési eredmények más mappákban: {tag}{filter}{endtag}",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} keresési eredmény egy másik mappában","{count} keresési eredmény más mappákban"],
@@ -193,6 +203,7 @@
"The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.",
"You can click here to return to %s." : "Ide kattintva visszatérhet ide: %s.",
"Internal Server Error" : "Belső szerver hiba",
+ "The server was unable to complete your request." : "A szerver nem tudta végrehajtani a kérésed.",
"More details can be found in the server log." : "További részletek a szerver naplóban találhatók.",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
@@ -231,6 +242,7 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Az alkalmazás megfelelő működéséhez JavaScript szükséges. Kérjük, {linkstart}engedélyezze a JavaScript-et{linkend} és frissítse a lapot.",
"More apps" : "További alkalmazások",
"Search" : "Keresés",
+ "Reset search" : "Keresés visszaállítása",
"Confirm your password" : "Erősítsd meg a jelszavad:",
"Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!",
"Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.",
@@ -242,6 +254,9 @@
"Log in" : "Bejelentkezés",
"Stay logged in" : "Maradjon bejelentkezve",
"Alternative Logins" : "Alternatív bejelentkezés",
+ "Account access" : "Fiók hozzáférés",
+ "App token" : "App token",
+ "Alternative login using app token" : "Alternatív bejelentkezés app token segítségével",
"Redirecting …" : "Átirányítás ...",
"New password" : "Új jelszó",
"New Password" : "Új jelszó",
@@ -251,6 +266,9 @@
"Cancel log in" : "Bejelentkezés megszakítása",
"Use backup code" : "Biztonsági kód használata",
"Error while validating your second factor" : "Hiba történt a második lépés évényesítésekor",
+ "Access through untrusted domain" : "Nem megbízható domain-en keresztüli hozzáférés",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lépj kapcsolatba az adminisztrátoroddal. Ha te vagy az, szerkeszd a \"trusted_domains\" beállítást a config/config.php-ban a config.sample.php-hoz hasonlóan.",
+ "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:",
"Add \"%s\" as trusted domain" : "Adjuk hozzá „%s”-t a megbízható domain nevekhez!",
"App update required" : "Alkalmazás frissítése szükséges",
"%s will be updated to version %s" : "%s frissítve lesz erre a verzióra: %s",
@@ -263,6 +281,7 @@
"Detailed logs" : "Részletezett naplók",
"Update needed" : "Frissítés szükséges",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Segítségért keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt</a>.",
+ "Upgrade via web on my own risk" : "Saját felelőségre frissítés weben keresztül",
"This %s instance is currently in maintenance mode, which may take a while." : "Ez a %s folyamat éppen karbantartó üzemmódban van, ami eltarthat egy darabig.",
"This page will refresh itself when the %s instance is available again." : "Ez az oldal frissíteni fogja magát amint a(z) %s példány ismét elérhető.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse fel a rendszergazdáját!",
@@ -308,6 +327,7 @@
"You are accessing the server from an untrusted domain." : "A szervert nem megbízható domain névvel éri el.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.",
- "Please use the command line updater because you have a big instance." : "Kérjük, a frissítéshez a parancssort használja, mert nagyobb frissítést készül telepíteni."
+ "Please use the command line updater because you have a big instance." : "Kérjük, a frissítéshez a parancssort használja, mert nagyobb frissítést készül telepíteni.",
+ "You are about to grant \"%s\" access to your %s account." : "\"%s\" hozzáférést készülsz adni a(z) %s fiókodnak."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index 3a9fc7cb254..df117b879e7 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "ここにはファイルがありません",
"Choose" : "選択",
"Copy" : "コピー",
+ "Move" : "移動",
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} 選択)",
"Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー",
"Pending" : "保留中",
+ "Copy to {folder}" : "{folder}へコピー",
+ "Move to {folder}" : "{folder}へ移動",
"Very weak password" : "非常に弱いパスワード",
"Weak password" : "弱いパスワード",
"So-so password" : "まずまずのパスワード",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index c3e47fe4b65..4d7074d0dac 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -83,6 +83,7 @@
"No files in here" : "ここにはファイルがありません",
"Choose" : "選択",
"Copy" : "コピー",
+ "Move" : "移動",
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} 選択)",
"Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー",
"Pending" : "保留中",
+ "Copy to {folder}" : "{folder}へコピー",
+ "Move to {folder}" : "{folder}へ移動",
"Very weak password" : "非常に弱いパスワード",
"Weak password" : "弱いパスワード",
"So-so password" : "まずまずのパスワード",
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index bc252633450..89acfdc93fe 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -31,14 +31,23 @@ OC.L10N.register(
"Invalid image" : "Imagen inválida",
"Avatar image is not square" : "La imagen del avatar no es un cuadrado",
"today" : "hoy",
+ "tomorrow" : "mañana",
"yesterday" : "ayer",
+ "_in %n day_::_in %n days_" : ["en %n día","en %n días"],
"_%n day ago_::_%n days ago_" : ["hace %n día","hace %n días"],
+ "next month" : "próximo mes",
"last month" : "mes pasado",
+ "_in %n month_::_in %n months_" : ["en %n mes","en %n meses"],
"_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"],
+ "next year" : "próximo año",
"last year" : "año pasado",
+ "_in %n year_::_in %n years_" : ["en %n año","en %n años"],
"_%n year ago_::_%n years ago_" : ["hace %n año","hace %n años"],
+ "_in %n hour_::_in %n hours_" : ["en %n hora","en %n horas"],
"_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"],
+ "_in %n minute_::_in %n minutes_" : ["en %n minuto","en %n minutos"],
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
+ "in a few seconds" : "en algunos segundos",
"seconds ago" : "hace segundos",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID: %sno existe. Por favor hablíitalo en tus configuraciones de aplicación o contacta a tu administrador. ",
"File name is a reserved word" : "Nombre de archivo es una palabra reservada",
diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json
index 6a7c6474bb9..0b6be27dfb5 100644
--- a/lib/l10n/es_MX.json
+++ b/lib/l10n/es_MX.json
@@ -29,14 +29,23 @@
"Invalid image" : "Imagen inválida",
"Avatar image is not square" : "La imagen del avatar no es un cuadrado",
"today" : "hoy",
+ "tomorrow" : "mañana",
"yesterday" : "ayer",
+ "_in %n day_::_in %n days_" : ["en %n día","en %n días"],
"_%n day ago_::_%n days ago_" : ["hace %n día","hace %n días"],
+ "next month" : "próximo mes",
"last month" : "mes pasado",
+ "_in %n month_::_in %n months_" : ["en %n mes","en %n meses"],
"_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"],
+ "next year" : "próximo año",
"last year" : "año pasado",
+ "_in %n year_::_in %n years_" : ["en %n año","en %n años"],
"_%n year ago_::_%n years ago_" : ["hace %n año","hace %n años"],
+ "_in %n hour_::_in %n hours_" : ["en %n hora","en %n horas"],
"_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"],
+ "_in %n minute_::_in %n minutes_" : ["en %n minuto","en %n minutos"],
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
+ "in a few seconds" : "en algunos segundos",
"seconds ago" : "hace segundos",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID: %sno existe. Por favor hablíitalo en tus configuraciones de aplicación o contacta a tu administrador. ",
"File name is a reserved word" : "Nombre de archivo es una palabra reservada",
diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js
index 3a33c0d3164..80ed2686702 100644
--- a/lib/l10n/hu.js
+++ b/lib/l10n/hu.js
@@ -31,14 +31,18 @@ OC.L10N.register(
"Invalid image" : "Hibás kép",
"Avatar image is not square" : "Az avatár kép nem négyzetes.",
"today" : "ma",
+ "tomorrow" : "holnap",
"yesterday" : "tegnap",
"_%n day ago_::_%n days ago_" : ["%n napja","%n napja"],
+ "next month" : "következő hónap",
"last month" : "múlt hónapban",
"_%n month ago_::_%n months ago_" : ["%n hónapja","%n hónapja"],
+ "next year" : "következő évben",
"last year" : "tavaly",
"_%n year ago_::_%n years ago_" : ["%n éve","%n éve"],
"_%n hour ago_::_%n hours ago_" : ["%n órája","%n órája"],
"_%n minute ago_::_%n minutes ago_" : ["%n perce","%n perce"],
+ "in a few seconds" : "pár másodpercen belül",
"seconds ago" : "pár másodperce",
"File name is a reserved word" : "A fajl neve egy rezervált szó",
"File name contains at least one invalid character" : "A fájlnév legalább egy érvénytelen karaktert tartalmaz!",
@@ -60,6 +64,11 @@ OC.L10N.register(
"Encryption" : "Titkosítás",
"Additional settings" : "További beállítások",
"Tips & tricks" : "Tippek és trükkök",
+ "Personal info" : "Személyes információk",
+ "Sync clients" : "Szinkronizálási kliensek",
+ "Unlimited" : "Korlátlan",
+ "__language_name__" : "__language_name__",
+ "Verifying" : "Ellenőrzés",
"Verifying …" : "Ellenőrzés...",
"Verify" : "Ellenőrzés",
"%s enter the database username and name." : "%s add meg az adatbázis nevét és felhasználónevét",
@@ -102,8 +111,14 @@ OC.L10N.register(
"Sharing %s failed, because resharing is not allowed" : "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja",
"Sharing %s failed, because the file could not be found in the file cache" : "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban",
+ "Can’t increase permissions of %s" : "A(z) %s engedélyei nem kibővíthetők",
+ "Files can’t be shared with delete permissions" : "A fájlok nem megoszthatók törlési joggal",
+ "Files can’t be shared with create permissions" : "Fájlok nem oszthatók meg létrehozási joggal",
"Expiration date is in the past" : "A lejárati dátum már elmúlt",
"%s shared »%s« with you" : "%s megosztotta veled ezt: »%s«",
+ "%s shared »%s« with you." : "%s megosztotta »%s«-t veled.",
+ "Click the button below to open it." : "Kattintson a lenti gombra a megnyitáshoz.",
+ "Open »%s«" : "»%s« megnyitása",
"%s via %s" : "%s - %s",
"Could not find category \"%s\"" : "Ez a kategória nem található: \"%s\"",
"Sunday" : "Vasárnap",
@@ -171,6 +186,7 @@ OC.L10N.register(
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).",
"Cannot write into \"config\" directory" : "Nem írható a \"config\" könyvtár",
"Cannot write into \"apps\" directory" : "Nem írható az \"apps\" könyvtár",
+ "Cannot create \"data\" directory" : "\"data\" mappa nem hozható létre",
"Setting locale to %s failed" : "A lokalizáció %s-re való állítása nem sikerült",
"Please install one of these locales on your system and restart your webserver." : "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!",
"Please ask your server administrator to install the module." : "Kérje meg a rendszergazdát, hogy telepítse a modult!",
@@ -188,7 +204,10 @@ OC.L10N.register(
"PostgreSQL >= 9 required" : "PostgreSQL >= 9 szükséges",
"Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!",
+ "Your data directory is readable by other users" : "Az adatkönyvtárad mások által olvasható",
+ "Your data directory must be an absolute path" : "Az adatkönyvtára abszolút útvonal kell legyen",
"Check the value of \"datadirectory\" in your configuration" : "Ellenőrizd a \"datadirectory\" értékét a konfigurációban",
+ "Your data directory is invalid" : "Az adatkönyvtárad érvénytelen",
"Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\".",
"Storage unauthorized. %s" : "A tároló jogosulatlan. %s",
"Storage incomplete configuration. %s" : "A tároló beállítása nem teljes. %s",
diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json
index aa0f6b86d62..31542fa6ca3 100644
--- a/lib/l10n/hu.json
+++ b/lib/l10n/hu.json
@@ -29,14 +29,18 @@
"Invalid image" : "Hibás kép",
"Avatar image is not square" : "Az avatár kép nem négyzetes.",
"today" : "ma",
+ "tomorrow" : "holnap",
"yesterday" : "tegnap",
"_%n day ago_::_%n days ago_" : ["%n napja","%n napja"],
+ "next month" : "következő hónap",
"last month" : "múlt hónapban",
"_%n month ago_::_%n months ago_" : ["%n hónapja","%n hónapja"],
+ "next year" : "következő évben",
"last year" : "tavaly",
"_%n year ago_::_%n years ago_" : ["%n éve","%n éve"],
"_%n hour ago_::_%n hours ago_" : ["%n órája","%n órája"],
"_%n minute ago_::_%n minutes ago_" : ["%n perce","%n perce"],
+ "in a few seconds" : "pár másodpercen belül",
"seconds ago" : "pár másodperce",
"File name is a reserved word" : "A fajl neve egy rezervált szó",
"File name contains at least one invalid character" : "A fájlnév legalább egy érvénytelen karaktert tartalmaz!",
@@ -58,6 +62,11 @@
"Encryption" : "Titkosítás",
"Additional settings" : "További beállítások",
"Tips & tricks" : "Tippek és trükkök",
+ "Personal info" : "Személyes információk",
+ "Sync clients" : "Szinkronizálási kliensek",
+ "Unlimited" : "Korlátlan",
+ "__language_name__" : "__language_name__",
+ "Verifying" : "Ellenőrzés",
"Verifying …" : "Ellenőrzés...",
"Verify" : "Ellenőrzés",
"%s enter the database username and name." : "%s add meg az adatbázis nevét és felhasználónevét",
@@ -100,8 +109,14 @@
"Sharing %s failed, because resharing is not allowed" : "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja",
"Sharing %s failed, because the file could not be found in the file cache" : "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban",
+ "Can’t increase permissions of %s" : "A(z) %s engedélyei nem kibővíthetők",
+ "Files can’t be shared with delete permissions" : "A fájlok nem megoszthatók törlési joggal",
+ "Files can’t be shared with create permissions" : "Fájlok nem oszthatók meg létrehozási joggal",
"Expiration date is in the past" : "A lejárati dátum már elmúlt",
"%s shared »%s« with you" : "%s megosztotta veled ezt: »%s«",
+ "%s shared »%s« with you." : "%s megosztotta »%s«-t veled.",
+ "Click the button below to open it." : "Kattintson a lenti gombra a megnyitáshoz.",
+ "Open »%s«" : "»%s« megnyitása",
"%s via %s" : "%s - %s",
"Could not find category \"%s\"" : "Ez a kategória nem található: \"%s\"",
"Sunday" : "Vasárnap",
@@ -169,6 +184,7 @@
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).",
"Cannot write into \"config\" directory" : "Nem írható a \"config\" könyvtár",
"Cannot write into \"apps\" directory" : "Nem írható az \"apps\" könyvtár",
+ "Cannot create \"data\" directory" : "\"data\" mappa nem hozható létre",
"Setting locale to %s failed" : "A lokalizáció %s-re való állítása nem sikerült",
"Please install one of these locales on your system and restart your webserver." : "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!",
"Please ask your server administrator to install the module." : "Kérje meg a rendszergazdát, hogy telepítse a modult!",
@@ -186,7 +202,10 @@
"PostgreSQL >= 9 required" : "PostgreSQL >= 9 szükséges",
"Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!",
+ "Your data directory is readable by other users" : "Az adatkönyvtárad mások által olvasható",
+ "Your data directory must be an absolute path" : "Az adatkönyvtára abszolút útvonal kell legyen",
"Check the value of \"datadirectory\" in your configuration" : "Ellenőrizd a \"datadirectory\" értékét a konfigurációban",
+ "Your data directory is invalid" : "Az adatkönyvtárad érvénytelen",
"Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\".",
"Storage unauthorized. %s" : "A tároló jogosulatlan. %s",
"Storage incomplete configuration. %s" : "A tároló beállítása nem teljes. %s",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 90f8eb3cdae..d22447aac83 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -170,6 +170,7 @@ OC.L10N.register(
"Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"The username is already being used" : "ユーザー名はすでに使われています",
+ "Could not create user" : "ユーザーを作成できませんでした",
"User disabled" : "ユーザーは無効です",
"Login canceled by app" : "アプリによりログインが中止されました",
"No app name specified" : "アプリ名が未指定",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index c69b62bfcc9..06ec04443ec 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -168,6 +168,7 @@
"Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"The username is already being used" : "ユーザー名はすでに使われています",
+ "Could not create user" : "ユーザーを作成できませんでした",
"User disabled" : "ユーザーは無効です",
"Login canceled by app" : "アプリによりログインが中止されました",
"No app name specified" : "アプリ名が未指定",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 12c64e8b2b1..e08bdcd63c0 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -31,14 +31,23 @@ OC.L10N.register(
"Invalid image" : "Görsel geçersiz",
"Avatar image is not square" : "Avatar görseli kare değil",
"today" : "bugün",
+ "tomorrow" : "yarın",
"yesterday" : "dün",
+ "_in %n day_::_in %n days_" : ["%n gün içinde","%n gün içinde"],
"_%n day ago_::_%n days ago_" : ["%n gün önce","%n gün önce"],
+ "next month" : "gelecek ay",
"last month" : "geçen ay",
+ "_in %n month_::_in %n months_" : ["%n ay içinde","%n ay içinde"],
"_%n month ago_::_%n months ago_" : ["%n ay önce","%n ay önce"],
+ "next year" : "gelecek yıl",
"last year" : "geçen yıl",
+ "_in %n year_::_in %n years_" : ["%n yıl içinde","%n yıl içinde"],
"_%n year ago_::_%n years ago_" : ["%n yıl önce","%n yıl önce"],
+ "_in %n hour_::_in %n hours_" : ["%n saat içinde","%n saat içinde"],
"_%n hour ago_::_%n hours ago_" : ["%n saat önce","%n saat önce"],
+ "_in %n minute_::_in %n minutes_" : ["%n dakika içinde","%n dakika içinde"],
"_%n minute ago_::_%n minutes ago_" : ["%n dakika önce","%n dakika önce"],
+ "in a few seconds" : "bir kaç saniye içinde",
"seconds ago" : "saniyeler önce",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s kodlu modül bulunamadı. Lütfen uygulamalarınız içinden modülü etkinleştirin ya da sistem yöneticinizle görüşün.",
"File name is a reserved word" : "Bu dosya adı sistem kullanıma ayrılmıştır",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 3ed52c7fe26..43e50fac360 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -29,14 +29,23 @@
"Invalid image" : "Görsel geçersiz",
"Avatar image is not square" : "Avatar görseli kare değil",
"today" : "bugün",
+ "tomorrow" : "yarın",
"yesterday" : "dün",
+ "_in %n day_::_in %n days_" : ["%n gün içinde","%n gün içinde"],
"_%n day ago_::_%n days ago_" : ["%n gün önce","%n gün önce"],
+ "next month" : "gelecek ay",
"last month" : "geçen ay",
+ "_in %n month_::_in %n months_" : ["%n ay içinde","%n ay içinde"],
"_%n month ago_::_%n months ago_" : ["%n ay önce","%n ay önce"],
+ "next year" : "gelecek yıl",
"last year" : "geçen yıl",
+ "_in %n year_::_in %n years_" : ["%n yıl içinde","%n yıl içinde"],
"_%n year ago_::_%n years ago_" : ["%n yıl önce","%n yıl önce"],
+ "_in %n hour_::_in %n hours_" : ["%n saat içinde","%n saat içinde"],
"_%n hour ago_::_%n hours ago_" : ["%n saat önce","%n saat önce"],
+ "_in %n minute_::_in %n minutes_" : ["%n dakika içinde","%n dakika içinde"],
"_%n minute ago_::_%n minutes ago_" : ["%n dakika önce","%n dakika önce"],
+ "in a few seconds" : "bir kaç saniye içinde",
"seconds ago" : "saniyeler önce",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s kodlu modül bulunamadı. Lütfen uygulamalarınız içinden modülü etkinleştirin ya da sistem yöneticinizle görüşün.",
"File name is a reserved word" : "Bu dosya adı sistem kullanıma ayrılmıştır",
diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js
index 2e49b039e4d..f08bc9d8610 100644
--- a/settings/l10n/es_MX.js
+++ b/settings/l10n/es_MX.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autenticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Tus aplicaciones",
+ "Updates" : "Actualizaciones",
"Enabled apps" : "Aplicaciones habilitadas",
"Disabled apps" : "Aplicaciones deshabilitadas",
"App bundles" : "Paquetes de aplicación",
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error: This app can not be enabled because it makes the server unstable" : "Error: Esta aplicación no puede ser habilitada porque genera inestabilidad en el servidor",
"Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota",
"Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota",
+ "No app updates available" : "No hay actualizaciones disponibles de la aplicación ",
"Updating...." : "Actualizando....",
"Error while updating app" : "Se presentó un error al actualizar la aplicación",
"Updated" : "Actualizado",
diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json
index c1b76a53c25..78697ffd645 100644
--- a/settings/l10n/es_MX.json
+++ b/settings/l10n/es_MX.json
@@ -10,6 +10,7 @@
"A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autenticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Tus aplicaciones",
+ "Updates" : "Actualizaciones",
"Enabled apps" : "Aplicaciones habilitadas",
"Disabled apps" : "Aplicaciones deshabilitadas",
"App bundles" : "Paquetes de aplicación",
@@ -101,6 +102,7 @@
"Error: This app can not be enabled because it makes the server unstable" : "Error: Esta aplicación no puede ser habilitada porque genera inestabilidad en el servidor",
"Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota",
"Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota",
+ "No app updates available" : "No hay actualizaciones disponibles de la aplicación ",
"Updating...." : "Actualizando....",
"Error while updating app" : "Se presentó un error al actualizar la aplicación",
"Updated" : "Actualizado",
diff --git a/settings/l10n/hu.js b/settings/l10n/hu.js
index 454e68312b9..af8bd13fbac 100644
--- a/settings/l10n/hu.js
+++ b/settings/l10n/hu.js
@@ -4,9 +4,15 @@ OC.L10N.register(
"{actor} changed your password" : "{actor} módosította a jelszavad",
"You changed your password" : "Módosítottad a jelszavad",
"Your password was reset by an administrator" : "A jelszavadat visszaállította egy adminisztrátor",
+ "{actor} changed your email address" : "{actor} megváltoztatta az e-mail címed",
"You changed your email address" : "Módosítottad az e-mail címed",
+ "Your email address was changed by an administrator" : "Az e-mail címedet megváltoztatta egy adminisztrátor",
"Security" : "Biztonság",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Sikeresen bejelentkeztél kétfaktoros azonosítással (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Egy kétfaktoros bejelentkezési kísérlet sikertelen volt (%1$s)",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "A <strong>jelszavad </strong> vagy <strong>email címed</strong> megváltozott",
"Your apps" : "Alkalmazásaid",
+ "Updates" : "Feltöltések",
"Enabled apps" : "Engedélyezett alkalmazások",
"Disabled apps" : "Letiltott alkalmazások",
"App bundles" : "Alkalmazás csomagok",
@@ -17,6 +23,7 @@ OC.L10N.register(
"Authentication error" : "Azonosítási hiba",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Kérjük, adjon meg egy adminisztrátori visszaállító jelszót; különben, az összes felhasználó adata eltűnik.",
"Wrong admin recovery password. Please check the password and try again." : "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!",
+ "Backend doesn't support password change, but the user's encryption key was updated." : "A háttérszolgáltatás nem támogatja a jelszómódosítást, de a titkosítási kulcs frissítve lett.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "alkalmazások telepítése és frissítése az alkalmazás tárból vagy Szövetséges Felhő Megosztásból",
"Federated Cloud Sharing" : "Megosztás Egyesített Felhőben",
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL elavult %s verziót (%s) használ. Kérlek, frissítsd az operációs rendszert, vagy egyes funkciók (mint például a %s) megbízhatatlanul fognak működni.",
@@ -25,6 +32,11 @@ OC.L10N.register(
"Group already exists." : "A csoport már létezik.",
"Unable to add group." : "Nem lehet létrehozni a csoportot.",
"Unable to delete group." : "Nem lehet törölni a csoportot.",
+ "Invalid SMTP password." : "Érvénytelen SMTP jelszó",
+ "Email setting test" : "E-mail beállítás tesztelése",
+ "Well done, %s!" : "Szép munka, %s!",
+ "If you received this email, the email configuration seems to be correct." : "Ha ezt a levelet látod, a beállításaid megfelelőnek tűnnek.",
+ "Email could not be sent. Check your mail server log" : "E-mail nem elküldhető. Ellenőrizd a mailszerver naplójában",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Hiba történt az e-mail küldésekor. Kérlek ellenőrizd a beállításokat! (Hiba: %s)",
"You need to set your user email before being able to send test emails." : "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.",
"Invalid mail address" : "Érvénytelen e-mail cím",
@@ -33,6 +45,10 @@ OC.L10N.register(
"To send a password link to the user an email address is required." : "A jelszóvisszaállító levél elküldéséhez a felhasználónak egy e-mail címre van szüksége.",
"Unable to create user." : "Nem lehet létrehozni a felhasználót.",
"Unable to delete user." : "Nem lehet törölni a felhasználót.",
+ "Error while enabling user." : "Hiba a felhasználó engedélyezése közben.",
+ "Error while disabling user." : "Hiba a felhasználó letiltása közben.",
+ "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "A twitter fiók megerősítésére tweeteld ki az alábbit. (Kérünk pontosan így, sortörések nélkül tweeteld)",
+ "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "A weboldalad ellenőrzése érdekében helyezd el a következő tartalmat a '.well-known/CloudIdVerificationCode.txt'-ba. (figyelj arra, hogy az egész szöveg egy sorban legyen):",
"Settings saved" : "Beállítások elmentve",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
"Unable to change email address" : "Nem lehet megváltoztatni az e-mail címet",
@@ -41,9 +57,22 @@ OC.L10N.register(
"Invalid user" : "Érvénytelen felhasználó",
"Unable to change mail address" : "Nem lehet megváltoztatni az e-mail címet",
"Email saved" : "E-mail elmentve!",
+ "%1$s changed your password on %2$s." : "%1$smegváltoztatta a jelszavadat%2$s-on.",
+ "Your password on %s was changed." : "A jelszavad %s-on megváltozott.",
+ "Your password on %s was reset by an administrator." : "A jelszavad %s-on visszaállította egy adminisztrátor.",
+ "Password for %1$s changed on %2$s" : "%1$s jelszava megváltozott %2$s-on",
+ "Password changed for %s" : "%s jelszava módosítva",
+ "If you did not request this, please contact an administrator." : "Ha ezt nem te kérted, lépj kapcsolatba egy adminisztrátorral.",
+ "%1$s changed your email address on %2$s." : "%1$s megváltoztatta a jelszavadat %2$s-on.",
+ "Your email address on %s was changed." : "Az e-mail címed megváltozott %s-on.",
+ "Your email address on %s was changed by an administrator." : "Az e-mail címedet %s-on megváltoztatta egy adminisztrátor.",
+ "Email address for %1$s changed on %2$s" : "%1$s e-mail címe megváltozott%2$s-on",
+ "Email address changed for %s" : "%s e-mail címe módosítva",
+ "The new email address is %s" : "Az új e-mail cím %s",
"Your %s account was created" : "%s fiók létrehozva",
"Welcome aboard" : "Üdv a fedélzeten",
"Welcome aboard %s" : "Üdv a fedélzeten %s",
+ "You now have an %s account, you can add, protect, and share your data." : "Mostantól van egy %s fiókod, hozzáadhatsz, védhetsz és megoszthatsz adatokat.",
"Your username is: %s" : "A felhasználóneved: %s",
"Set your password" : "Állítsd be a jelszabad",
"Go to %s" : "Menj ide: %s",
@@ -72,15 +101,22 @@ OC.L10N.register(
"Enable" : "Engedélyezés",
"Enabling app …" : "Alkalmazás engedélyezése ...",
"Error while enabling app" : "Hiba az alkalmazás engedélyezése közben",
+ "Error: This app can not be enabled because it makes the server unstable" : "Hiba: az alkalmazás nem nem engedélyezhető, mert instabillá tenné a szervert",
+ "Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható",
"Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben",
+ "No app updates available" : "Nincs alkalmazás frissítés",
"Updating...." : "Frissítés folyamatban...",
"Error while updating app" : "Hiba történt az alkalmazás frissítése közben",
"Updated" : "Frissítve",
+ "Removing …" : "Eltávolítás...",
+ "Error while removing app" : "Hiba az alkalmazás eltávolításakor",
+ "Remove" : "Eltávolítás",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ez az alkalmazás engedélyezve van, de frissíteni kell. A frissítő oldalra irányítjuk 5 másodpercen belül.",
"App update" : "Alkalmazás frissítése",
"Approved" : "Jóváhagyott",
"Experimental" : "Kísérleti",
"No apps found for {query}" : "{query} keresésre nincs találat",
+ "Enable all" : "Mind engedélyezése",
"Allow filesystem access" : "Fájlrendszer hozzáférés engedélyezése",
"Disconnect" : "Szétkapcsolás",
"Revoke" : "Visszavonás",
@@ -115,7 +151,9 @@ OC.L10N.register(
"Visible to local users and to trusted servers" : "Helyi felhasználók és megbízható szereverek láthatják",
"Public" : "Nyilvános",
"Will be synced to a global and public address book" : "Globális és nyilvános névjegyek számára lesz szinkronizálva",
+ "Verify" : "Ellenőrzés",
"Verifying …" : "Ellenőrzés...",
+ "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.",
"Select a profile picture" : "Válasszon profilképet!",
"Very weak password" : "Nagyon gyenge jelszó",
"Weak password" : "Gyenge jelszó",
@@ -140,11 +178,14 @@ OC.L10N.register(
"Password successfully changed" : "Jelszót sikeresen megváltoztatva",
"Changing the password will result in data loss, because data recovery is not available for this user" : "A jelszó megváltoztatása adatvesztéssel jár, mert lehetséges az adatok visszaállítása ennek a felhasználónak",
"Could not change the users email" : "Nem lehet módosítani a felhasználó e-mail címét",
+ "Error while changing status of {user}" : "Hiba {user} státuszának megváltoztatása közben",
"A valid username must be provided" : "Érvényes felhasználónevet kell megadnia",
"Error creating user: {message}" : "Hiba történt a felhasználó létrehozásakor: {message}",
"A valid password must be provided" : "Érvényes jelszót kell megadnia",
"A valid email must be provided" : "Érvényes e-mail címet kell megadni",
"Developer documentation" : "Fejlesztői dokumentáció",
+ "View in store" : "Megtekintés a tárban",
+ "Limit to groups" : "Csoportokra korlátozás",
"by %s" : "készítő: %s",
"%s-licensed" : "%s-licencelt",
"Documentation:" : "Dokumentációk:",
@@ -178,6 +219,7 @@ OC.L10N.register(
"STARTTLS" : "STARTTLS",
"Email server" : "E-mail szerver",
"Open documentation" : "Dokumentáció megnyitása",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Fontos, hogy a levelezés be jegyen állítva a szerveren például a jelszóvisszaállítások és értesítések miatt.",
"Send mode" : "Küldési mód",
"Encryption" : "Titkosítás",
"From address" : "A feladó címe",
@@ -193,6 +235,7 @@ OC.L10N.register(
"Test email settings" : "Az e-mail beállítások ellenőrzése",
"Send email" : "E-mail küldése",
"Server-side encryption" : "Szerver-oldali titkosítás",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A szerveroldali titkosítás segítségével a tárolt fájlok titkosítva kerülnek tárolásra a szerveren. Ez korlátozásokkal jár, például teljesítmény csökkenést okoz, így csak akkor kapcsold be, ha szükséges.",
"Enable server-side encryption" : "Szerver-oldali titkosítás engedélyezése",
"Please read carefully before activating server-side encryption: " : "Kérjük, ezt olvasd el figyelmesen mielőtt engedélyezed a szerveroldali titkosítást:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Ha egyszer engedélyezve lett a titkosítás, akkor onnantól kezdve a szerveren az összes fájl titkosításra kerül, melyet később csak akkor lehet visszafordítani, ha azt az aktív titkosítási modul támogatja és minden elő-követelmény (például helyreállító kulcs) teljesül.",
@@ -207,17 +250,36 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Migrálni kell a titkosítási kulcsokat a régi titkosításból (ownCloud <= 8.0) egy újba.",
"Start migration" : "Migrálás indítása",
"Security & setup warnings" : "Biztonsági és telepítési figyelmeztetések",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizze a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden frissítés alkalmával.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem tud \"READ COMMITTED\" tranzakció elkülönítési szinttel futni. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bővebb információért.",
"System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs fájljai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.",
+ "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Kérjük, ellenőrizd a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"%s\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.",
"All checks passed." : "Minden ellenőrzés sikeres.",
+ "Background jobs" : "Háttérfeladatok",
+ "Last job ran %s." : "Utolsó futás: %s.",
+ "Last job execution ran %s. Something seems wrong." : "Utolsó futás:%s. Valami nincs rendben.",
+ "Background job didn’t run yet!" : "Háttérfeladat még nem futott le!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Az optimális teljesítményhez fontos, hogy a háttérfeladatok megfelelően legyenek beállítva. Nagyobb telepítésekhez a 'Cron' javasolt. Kérlek nézd meg a dokumentációt a részletekért.",
"Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "a cron.php a webcron szolgáltatásban van regisztrálva 15 percenkénti meghívásra HTTP-n keresztül.",
+ "Use system cron service to call the cron.php file every 15 minutes." : "A rendszer cron szolgáltatásának használata a cron.php meghívására 15 percenként.",
"The cron.php needs to be executed by the system user \"%s\"." : "A cron.php-t ennek a rendszer felhasználónak kell végrehajtania: \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek futtatásához PHP POSIX kiterjesztés szükséges. Nézd meg a {linkstart}PHP dokumentációt{linkend} a részletekért.",
"Version" : "Verzió",
"Sharing" : "Megosztás",
+ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Adminisztrátorként finomhangolhatod a megosztás viselkedését. Kérlek nézd meg a dokumentációt a részletekért.",
"Allow apps to use the Share API" : "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást",
"Allow users to share via link" : "Engedjük meg a fájlok hivatkozással történő megosztását",
"Allow public uploads" : "Nyilvános feltöltés engedélyezése",
@@ -232,9 +294,11 @@ OC.L10N.register(
"Restrict users to only share with users in their groups" : "A csoporttagok csak a saját csoportjukon belül oszthassanak meg anyagokat",
"Exclude groups from sharing" : "Csoportok megosztási jogának tiltása",
"These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.",
+ "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Felhasználónevek automatikus kiegészítésének engedélyezése a megosztási ablakban. Ha ki van kapcsolva, teljes felhasználóneveket vagy e-mail címeket kell begépelni.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon. (Csak akkor jelenik meg, ha fájl lista rejtett.)",
"This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, amikor a fájl lista el van rejtve.",
"Tips & tricks" : "Tippek és trükkök",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Rengeteg szolgáltatás és kapcsoló van a telepítés személyreszabásához. Íme pár iránymutatás a további információkra.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van használva háttér adatbázisként. Nagyobb telepítéshez más háttér adatbázist javaslunk.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ez különösen asztali kliens szinkronizáció használata esetén javasolt.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a>.",
@@ -245,6 +309,8 @@ OC.L10N.register(
"Theming" : "Témázás",
"Check the security of your Nextcloud over our security scan" : "Ellenőrizze a Nextcloud biztonságát a biztonsági ellenőrzőnkkel ",
"Hardening and security guidance" : "Megerősítési és biztonsági útmutató",
+ "Personal" : "Személyes",
+ "Administration" : "Adminisztrátor",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Jelenleg használt: <strong>%s</strong>, maximálisan elérhető: <strong>%s</strong>",
"You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Jelenleg használt: <strong>%s</strong>, ebből: <strong>%s</strong> (<strong>%s %%</strong>)",
"Profile picture" : "Profilkép",
@@ -266,7 +332,10 @@ OC.L10N.register(
"Address" : "Cím",
"Your postal address" : "A postai címed",
"Website" : "Weboldal",
+ "It can take up to 24 hours before the account is displayed as verified." : "Akár 24 óra is eltelhet mire igazoltként látszik a fiók.",
+ "Link https://…" : "Link https://…",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter handle @…",
"You are member of the following groups:" : "Tagja vagy a következő csoport(ok)nak:",
"Language" : "Nyelv",
"Help translate" : "Segítsen a fordításban!",
@@ -284,6 +353,11 @@ OC.L10N.register(
"Username" : "Felhasználónév",
"Done" : "Kész",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Fejleszti a {communityopen}Nextcloud közösség{linkclose}, a {githubopen}forráskódra{linkclose} az {licenseopen}AGPL{linkclose} licenc vonatkozik.",
+ "Follow us on Google+" : "Kövess Google+ -on.",
+ "Like our Facebook page" : "Lájkold a Facebook oldalunkat",
+ "Follow us on Twitter" : "Kövess Twitteren",
+ "Check out our blog" : "Nézd meg a blogunkat",
+ "Subscribe to our newsletter" : "Iratkozz fel a hírlevelünkre",
"Settings" : "Beállítások",
"Show storage location" : "Háttértároló helyének mutatása",
"Show user backend" : "Felhasználói háttér mutatása",
@@ -298,6 +372,7 @@ OC.L10N.register(
"Group name" : "Csoport neve",
"Everyone" : "Mindenki",
"Admins" : "Adminisztrátorok",
+ "Disabled" : "Kikapcsolva",
"Default quota" : "Alapértelmezett kvóta",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")",
"Unlimited" : "Korlátlan",
@@ -369,6 +444,14 @@ OC.L10N.register(
"Subscribe to our news feed!" : "Iratkozz fel a hírfolyamunkra!",
"Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!",
"Show last log in" : "Utolsó bejelentkezés megjelenítése",
- "You have now an %s account, you can add, protect, and share your data." : "Most már van egy %s fiókod, hozzáadhatod, védheted és megoszthatod az adataidat."
+ "You have now an %s account, you can add, protect, and share your data." : "Most már van egy %s fiókod, hozzáadhatod, védheted és megoszthatod az adataidat.",
+ "Verifying" : "Ellenőrzés",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
+ "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.",
+ "Follow us on Google+!" : "Kövess Google+ -on!",
+ "Follow us on Twitter!" : "Kövess Twitteren!",
+ "Check out our blog!" : "Nézd meg a blogunkat!"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/hu.json b/settings/l10n/hu.json
index 2c297a11660..fbaff4b1308 100644
--- a/settings/l10n/hu.json
+++ b/settings/l10n/hu.json
@@ -2,9 +2,15 @@
"{actor} changed your password" : "{actor} módosította a jelszavad",
"You changed your password" : "Módosítottad a jelszavad",
"Your password was reset by an administrator" : "A jelszavadat visszaállította egy adminisztrátor",
+ "{actor} changed your email address" : "{actor} megváltoztatta az e-mail címed",
"You changed your email address" : "Módosítottad az e-mail címed",
+ "Your email address was changed by an administrator" : "Az e-mail címedet megváltoztatta egy adminisztrátor",
"Security" : "Biztonság",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Sikeresen bejelentkeztél kétfaktoros azonosítással (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Egy kétfaktoros bejelentkezési kísérlet sikertelen volt (%1$s)",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "A <strong>jelszavad </strong> vagy <strong>email címed</strong> megváltozott",
"Your apps" : "Alkalmazásaid",
+ "Updates" : "Feltöltések",
"Enabled apps" : "Engedélyezett alkalmazások",
"Disabled apps" : "Letiltott alkalmazások",
"App bundles" : "Alkalmazás csomagok",
@@ -15,6 +21,7 @@
"Authentication error" : "Azonosítási hiba",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Kérjük, adjon meg egy adminisztrátori visszaállító jelszót; különben, az összes felhasználó adata eltűnik.",
"Wrong admin recovery password. Please check the password and try again." : "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!",
+ "Backend doesn't support password change, but the user's encryption key was updated." : "A háttérszolgáltatás nem támogatja a jelszómódosítást, de a titkosítási kulcs frissítve lett.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "alkalmazások telepítése és frissítése az alkalmazás tárból vagy Szövetséges Felhő Megosztásból",
"Federated Cloud Sharing" : "Megosztás Egyesített Felhőben",
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL elavult %s verziót (%s) használ. Kérlek, frissítsd az operációs rendszert, vagy egyes funkciók (mint például a %s) megbízhatatlanul fognak működni.",
@@ -23,6 +30,11 @@
"Group already exists." : "A csoport már létezik.",
"Unable to add group." : "Nem lehet létrehozni a csoportot.",
"Unable to delete group." : "Nem lehet törölni a csoportot.",
+ "Invalid SMTP password." : "Érvénytelen SMTP jelszó",
+ "Email setting test" : "E-mail beállítás tesztelése",
+ "Well done, %s!" : "Szép munka, %s!",
+ "If you received this email, the email configuration seems to be correct." : "Ha ezt a levelet látod, a beállításaid megfelelőnek tűnnek.",
+ "Email could not be sent. Check your mail server log" : "E-mail nem elküldhető. Ellenőrizd a mailszerver naplójában",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Hiba történt az e-mail küldésekor. Kérlek ellenőrizd a beállításokat! (Hiba: %s)",
"You need to set your user email before being able to send test emails." : "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.",
"Invalid mail address" : "Érvénytelen e-mail cím",
@@ -31,6 +43,10 @@
"To send a password link to the user an email address is required." : "A jelszóvisszaállító levél elküldéséhez a felhasználónak egy e-mail címre van szüksége.",
"Unable to create user." : "Nem lehet létrehozni a felhasználót.",
"Unable to delete user." : "Nem lehet törölni a felhasználót.",
+ "Error while enabling user." : "Hiba a felhasználó engedélyezése közben.",
+ "Error while disabling user." : "Hiba a felhasználó letiltása közben.",
+ "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "A twitter fiók megerősítésére tweeteld ki az alábbit. (Kérünk pontosan így, sortörések nélkül tweeteld)",
+ "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "A weboldalad ellenőrzése érdekében helyezd el a következő tartalmat a '.well-known/CloudIdVerificationCode.txt'-ba. (figyelj arra, hogy az egész szöveg egy sorban legyen):",
"Settings saved" : "Beállítások elmentve",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
"Unable to change email address" : "Nem lehet megváltoztatni az e-mail címet",
@@ -39,9 +55,22 @@
"Invalid user" : "Érvénytelen felhasználó",
"Unable to change mail address" : "Nem lehet megváltoztatni az e-mail címet",
"Email saved" : "E-mail elmentve!",
+ "%1$s changed your password on %2$s." : "%1$smegváltoztatta a jelszavadat%2$s-on.",
+ "Your password on %s was changed." : "A jelszavad %s-on megváltozott.",
+ "Your password on %s was reset by an administrator." : "A jelszavad %s-on visszaállította egy adminisztrátor.",
+ "Password for %1$s changed on %2$s" : "%1$s jelszava megváltozott %2$s-on",
+ "Password changed for %s" : "%s jelszava módosítva",
+ "If you did not request this, please contact an administrator." : "Ha ezt nem te kérted, lépj kapcsolatba egy adminisztrátorral.",
+ "%1$s changed your email address on %2$s." : "%1$s megváltoztatta a jelszavadat %2$s-on.",
+ "Your email address on %s was changed." : "Az e-mail címed megváltozott %s-on.",
+ "Your email address on %s was changed by an administrator." : "Az e-mail címedet %s-on megváltoztatta egy adminisztrátor.",
+ "Email address for %1$s changed on %2$s" : "%1$s e-mail címe megváltozott%2$s-on",
+ "Email address changed for %s" : "%s e-mail címe módosítva",
+ "The new email address is %s" : "Az új e-mail cím %s",
"Your %s account was created" : "%s fiók létrehozva",
"Welcome aboard" : "Üdv a fedélzeten",
"Welcome aboard %s" : "Üdv a fedélzeten %s",
+ "You now have an %s account, you can add, protect, and share your data." : "Mostantól van egy %s fiókod, hozzáadhatsz, védhetsz és megoszthatsz adatokat.",
"Your username is: %s" : "A felhasználóneved: %s",
"Set your password" : "Állítsd be a jelszabad",
"Go to %s" : "Menj ide: %s",
@@ -70,15 +99,22 @@
"Enable" : "Engedélyezés",
"Enabling app …" : "Alkalmazás engedélyezése ...",
"Error while enabling app" : "Hiba az alkalmazás engedélyezése közben",
+ "Error: This app can not be enabled because it makes the server unstable" : "Hiba: az alkalmazás nem nem engedélyezhető, mert instabillá tenné a szervert",
+ "Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható",
"Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben",
+ "No app updates available" : "Nincs alkalmazás frissítés",
"Updating...." : "Frissítés folyamatban...",
"Error while updating app" : "Hiba történt az alkalmazás frissítése közben",
"Updated" : "Frissítve",
+ "Removing …" : "Eltávolítás...",
+ "Error while removing app" : "Hiba az alkalmazás eltávolításakor",
+ "Remove" : "Eltávolítás",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ez az alkalmazás engedélyezve van, de frissíteni kell. A frissítő oldalra irányítjuk 5 másodpercen belül.",
"App update" : "Alkalmazás frissítése",
"Approved" : "Jóváhagyott",
"Experimental" : "Kísérleti",
"No apps found for {query}" : "{query} keresésre nincs találat",
+ "Enable all" : "Mind engedélyezése",
"Allow filesystem access" : "Fájlrendszer hozzáférés engedélyezése",
"Disconnect" : "Szétkapcsolás",
"Revoke" : "Visszavonás",
@@ -113,7 +149,9 @@
"Visible to local users and to trusted servers" : "Helyi felhasználók és megbízható szereverek láthatják",
"Public" : "Nyilvános",
"Will be synced to a global and public address book" : "Globális és nyilvános névjegyek számára lesz szinkronizálva",
+ "Verify" : "Ellenőrzés",
"Verifying …" : "Ellenőrzés...",
+ "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.",
"Select a profile picture" : "Válasszon profilképet!",
"Very weak password" : "Nagyon gyenge jelszó",
"Weak password" : "Gyenge jelszó",
@@ -138,11 +176,14 @@
"Password successfully changed" : "Jelszót sikeresen megváltoztatva",
"Changing the password will result in data loss, because data recovery is not available for this user" : "A jelszó megváltoztatása adatvesztéssel jár, mert lehetséges az adatok visszaállítása ennek a felhasználónak",
"Could not change the users email" : "Nem lehet módosítani a felhasználó e-mail címét",
+ "Error while changing status of {user}" : "Hiba {user} státuszának megváltoztatása közben",
"A valid username must be provided" : "Érvényes felhasználónevet kell megadnia",
"Error creating user: {message}" : "Hiba történt a felhasználó létrehozásakor: {message}",
"A valid password must be provided" : "Érvényes jelszót kell megadnia",
"A valid email must be provided" : "Érvényes e-mail címet kell megadni",
"Developer documentation" : "Fejlesztői dokumentáció",
+ "View in store" : "Megtekintés a tárban",
+ "Limit to groups" : "Csoportokra korlátozás",
"by %s" : "készítő: %s",
"%s-licensed" : "%s-licencelt",
"Documentation:" : "Dokumentációk:",
@@ -176,6 +217,7 @@
"STARTTLS" : "STARTTLS",
"Email server" : "E-mail szerver",
"Open documentation" : "Dokumentáció megnyitása",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Fontos, hogy a levelezés be jegyen állítva a szerveren például a jelszóvisszaállítások és értesítések miatt.",
"Send mode" : "Küldési mód",
"Encryption" : "Titkosítás",
"From address" : "A feladó címe",
@@ -191,6 +233,7 @@
"Test email settings" : "Az e-mail beállítások ellenőrzése",
"Send email" : "E-mail küldése",
"Server-side encryption" : "Szerver-oldali titkosítás",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A szerveroldali titkosítás segítségével a tárolt fájlok titkosítva kerülnek tárolásra a szerveren. Ez korlátozásokkal jár, például teljesítmény csökkenést okoz, így csak akkor kapcsold be, ha szükséges.",
"Enable server-side encryption" : "Szerver-oldali titkosítás engedélyezése",
"Please read carefully before activating server-side encryption: " : "Kérjük, ezt olvasd el figyelmesen mielőtt engedélyezed a szerveroldali titkosítást:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Ha egyszer engedélyezve lett a titkosítás, akkor onnantól kezdve a szerveren az összes fájl titkosításra kerül, melyet később csak akkor lehet visszafordítani, ha azt az aktív titkosítási modul támogatja és minden elő-követelmény (például helyreállító kulcs) teljesül.",
@@ -205,17 +248,36 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Migrálni kell a titkosítási kulcsokat a régi titkosításból (ownCloud <= 8.0) egy újba.",
"Start migration" : "Migrálás indítása",
"Security & setup warnings" : "Biztonsági és telepítési figyelmeztetések",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizze a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden frissítés alkalmával.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem tud \"READ COMMITTED\" tranzakció elkülönítési szinttel futni. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bővebb információért.",
"System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs fájljai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.",
+ "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Kérjük, ellenőrizd a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"%s\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.",
"All checks passed." : "Minden ellenőrzés sikeres.",
+ "Background jobs" : "Háttérfeladatok",
+ "Last job ran %s." : "Utolsó futás: %s.",
+ "Last job execution ran %s. Something seems wrong." : "Utolsó futás:%s. Valami nincs rendben.",
+ "Background job didn’t run yet!" : "Háttérfeladat még nem futott le!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Az optimális teljesítményhez fontos, hogy a háttérfeladatok megfelelően legyenek beállítva. Nagyobb telepítésekhez a 'Cron' javasolt. Kérlek nézd meg a dokumentációt a részletekért.",
"Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "a cron.php a webcron szolgáltatásban van regisztrálva 15 percenkénti meghívásra HTTP-n keresztül.",
+ "Use system cron service to call the cron.php file every 15 minutes." : "A rendszer cron szolgáltatásának használata a cron.php meghívására 15 percenként.",
"The cron.php needs to be executed by the system user \"%s\"." : "A cron.php-t ennek a rendszer felhasználónak kell végrehajtania: \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek futtatásához PHP POSIX kiterjesztés szükséges. Nézd meg a {linkstart}PHP dokumentációt{linkend} a részletekért.",
"Version" : "Verzió",
"Sharing" : "Megosztás",
+ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Adminisztrátorként finomhangolhatod a megosztás viselkedését. Kérlek nézd meg a dokumentációt a részletekért.",
"Allow apps to use the Share API" : "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást",
"Allow users to share via link" : "Engedjük meg a fájlok hivatkozással történő megosztását",
"Allow public uploads" : "Nyilvános feltöltés engedélyezése",
@@ -230,9 +292,11 @@
"Restrict users to only share with users in their groups" : "A csoporttagok csak a saját csoportjukon belül oszthassanak meg anyagokat",
"Exclude groups from sharing" : "Csoportok megosztási jogának tiltása",
"These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.",
+ "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Felhasználónevek automatikus kiegészítésének engedélyezése a megosztási ablakban. Ha ki van kapcsolva, teljes felhasználóneveket vagy e-mail címeket kell begépelni.",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon. (Csak akkor jelenik meg, ha fájl lista rejtett.)",
"This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, amikor a fájl lista el van rejtve.",
"Tips & tricks" : "Tippek és trükkök",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Rengeteg szolgáltatás és kapcsoló van a telepítés személyreszabásához. Íme pár iránymutatás a további információkra.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van használva háttér adatbázisként. Nagyobb telepítéshez más háttér adatbázist javaslunk.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ez különösen asztali kliens szinkronizáció használata esetén javasolt.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a>.",
@@ -243,6 +307,8 @@
"Theming" : "Témázás",
"Check the security of your Nextcloud over our security scan" : "Ellenőrizze a Nextcloud biztonságát a biztonsági ellenőrzőnkkel ",
"Hardening and security guidance" : "Megerősítési és biztonsági útmutató",
+ "Personal" : "Személyes",
+ "Administration" : "Adminisztrátor",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Jelenleg használt: <strong>%s</strong>, maximálisan elérhető: <strong>%s</strong>",
"You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Jelenleg használt: <strong>%s</strong>, ebből: <strong>%s</strong> (<strong>%s %%</strong>)",
"Profile picture" : "Profilkép",
@@ -264,7 +330,10 @@
"Address" : "Cím",
"Your postal address" : "A postai címed",
"Website" : "Weboldal",
+ "It can take up to 24 hours before the account is displayed as verified." : "Akár 24 óra is eltelhet mire igazoltként látszik a fiók.",
+ "Link https://…" : "Link https://…",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter handle @…",
"You are member of the following groups:" : "Tagja vagy a következő csoport(ok)nak:",
"Language" : "Nyelv",
"Help translate" : "Segítsen a fordításban!",
@@ -282,6 +351,11 @@
"Username" : "Felhasználónév",
"Done" : "Kész",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Fejleszti a {communityopen}Nextcloud közösség{linkclose}, a {githubopen}forráskódra{linkclose} az {licenseopen}AGPL{linkclose} licenc vonatkozik.",
+ "Follow us on Google+" : "Kövess Google+ -on.",
+ "Like our Facebook page" : "Lájkold a Facebook oldalunkat",
+ "Follow us on Twitter" : "Kövess Twitteren",
+ "Check out our blog" : "Nézd meg a blogunkat",
+ "Subscribe to our newsletter" : "Iratkozz fel a hírlevelünkre",
"Settings" : "Beállítások",
"Show storage location" : "Háttértároló helyének mutatása",
"Show user backend" : "Felhasználói háttér mutatása",
@@ -296,6 +370,7 @@
"Group name" : "Csoport neve",
"Everyone" : "Mindenki",
"Admins" : "Adminisztrátorok",
+ "Disabled" : "Kikapcsolva",
"Default quota" : "Alapértelmezett kvóta",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")",
"Unlimited" : "Korlátlan",
@@ -367,6 +442,14 @@
"Subscribe to our news feed!" : "Iratkozz fel a hírfolyamunkra!",
"Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!",
"Show last log in" : "Utolsó bejelentkezés megjelenítése",
- "You have now an %s account, you can add, protect, and share your data." : "Most már van egy %s fiókod, hozzáadhatod, védheted és megoszthatod az adataidat."
+ "You have now an %s account, you can add, protect, and share your data." : "Most már van egy %s fiókod, hozzáadhatod, védheted és megoszthatod az adataidat.",
+ "Verifying" : "Ellenőrzés",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.",
+ "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.",
+ "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.",
+ "Follow us on Google+!" : "Kövess Google+ -on!",
+ "Follow us on Twitter!" : "Kövess Twitteren!",
+ "Check out our blog!" : "Nézd meg a blogunkat!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file