diff options
183 files changed, 1466 insertions, 558 deletions
diff --git a/.drone.yml b/.drone.yml index 11bc75092d5..ba8ce575640 100644 --- a/.drone.yml +++ b/.drone.yml @@ -201,6 +201,22 @@ pipeline: matrix: DB: mysql PHP: 5.6 + mysql-php7.0: + image: nextcloudci/php7.0:php7.0-13 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql + when: + matrix: + DB: mysql + PHP: "7.0" + mysql-php7.1: + image: nextcloudci/php7.1:php7.1-12 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql + when: + matrix: + DB: mysql + PHP: 7.1 postgres-php5.6: image: nextcloudci/php5.6:php5.6-7 commands: @@ -227,6 +243,22 @@ pipeline: matrix: DB: mysqlmb4 PHP: 5.6 + mysqlmb4-php7.0: + image: nextcloudci/php7.0:php7.0-13 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 + when: + matrix: + DB: mysqlmb4 + PHP: "7.0" + mysqlmb4-php7.1: + image: nextcloudci/php7.1:php7.1-12 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 + when: + matrix: + DB: mysqlmb4 + PHP: 7.1 integration-capabilities_features: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: @@ -577,6 +609,12 @@ matrix: - DB: mysql PHP: 5.6 ENABLE_REDIS: true + - DB: mysql + PHP: 7.0 + ENABLE_REDIS: true + - DB: mysql + PHP: 7.1 + ENABLE_REDIS: true - DB: postgres PHP: 5.6 ENABLE_REDIS: true @@ -586,6 +624,12 @@ matrix: - DB: mysqlmb4 PHP: 5.6 ENABLE_REDIS: true + - DB: mysqlmb4 + PHP: 7.0 + ENABLE_REDIS: true + - DB: mysqlmb4 + PHP: 7.1 + ENABLE_REDIS: true - TESTS: integration-capabilities_features - TESTS: integration-federation_features - TESTS: integration-maintenance-mode diff --git a/apps/encryption/l10n/fr.js b/apps/encryption/l10n/fr.js index 7d527bbb095..e13d788ff99 100644 --- a/apps/encryption/l10n/fr.js +++ b/apps/encryption/l10n/fr.js @@ -24,7 +24,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Vous devez migrer vos clés de chiffrement de l'ancienne version (ownCloud <= 8.0) vers la nouvelle. Veuillez exécuter 'occ encryption:migrate' ou contacter votre administrateur", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clé privée invalide pour l'application de chiffrement. Veuillez mettre à jour le mot de passe de la clef privée dans vos paramètres personnels pour récupérer l'accès à vos fichiers chiffrés.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'application de chiffrement est activée mais vos clefs ne sont pas initialisées. Veuillez vous déconnecter et ensuite vous reconnecter.", - "Please enable server side encryption in the admin settings in order to use the encryption module." : "Veuillez activer le cryptage côté serveur dans les paramètres d'administration pour utiliser le module de cryptage.", + "Please enable server side encryption in the admin settings in order to use the encryption module." : "Veuillez activer le chiffrement côté serveur dans les paramètres d'administration pour utiliser le module de cryptage.", "Encryption app is enabled and ready" : "L'application de chiffrement est activée et prête", "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", diff --git a/apps/encryption/l10n/fr.json b/apps/encryption/l10n/fr.json index 0977d7c44ab..f093f24d1db 100644 --- a/apps/encryption/l10n/fr.json +++ b/apps/encryption/l10n/fr.json @@ -22,7 +22,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Vous devez migrer vos clés de chiffrement de l'ancienne version (ownCloud <= 8.0) vers la nouvelle. Veuillez exécuter 'occ encryption:migrate' ou contacter votre administrateur", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clé privée invalide pour l'application de chiffrement. Veuillez mettre à jour le mot de passe de la clef privée dans vos paramètres personnels pour récupérer l'accès à vos fichiers chiffrés.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'application de chiffrement est activée mais vos clefs ne sont pas initialisées. Veuillez vous déconnecter et ensuite vous reconnecter.", - "Please enable server side encryption in the admin settings in order to use the encryption module." : "Veuillez activer le cryptage côté serveur dans les paramètres d'administration pour utiliser le module de cryptage.", + "Please enable server side encryption in the admin settings in order to use the encryption module." : "Veuillez activer le chiffrement côté serveur dans les paramètres d'administration pour utiliser le module de cryptage.", "Encryption app is enabled and ready" : "L'application de chiffrement est activée et prête", "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", diff --git a/apps/federation/l10n/sl.js b/apps/federation/l10n/sl.js index e05f8e0f322..494a1f60783 100644 --- a/apps/federation/l10n/sl.js +++ b/apps/federation/l10n/sl.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov", "Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.", + "No server to federate with found" : "Ne najdem strežnika za federiranje", "Could not add server" : "Ni mogoče dodati strežnika.", "Federation" : "Zvezni oblaki", "Trusted servers" : "Zanesljivi strežniki", diff --git a/apps/federation/l10n/sl.json b/apps/federation/l10n/sl.json index 08f60f98b28..28d8f66b2cd 100644 --- a/apps/federation/l10n/sl.json +++ b/apps/federation/l10n/sl.json @@ -1,6 +1,7 @@ { "translations": { "Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov", "Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.", + "No server to federate with found" : "Ne najdem strežnika za federiranje", "Could not add server" : "Ni mogoče dodati strežnika.", "Federation" : "Zvezni oblaki", "Trusted servers" : "Zanesljivi strežniki", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 3ee50228190..058d51c226a 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -101,7 +101,9 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "Fitxategi bat gehitu edo kendu da zure <strong>gogokoetatik</strong>", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>", "A new file or folder has been <strong>created</strong>" : "Fitxategi edo karpeta berri bat <strong>sortu da</strong>", + "A file or folder has been <strong>deleted</strong>" : "Fitxategi edo karpeta bat <strong>ezabatu da</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>", + "A file or folder has been <strong>restored</strong>" : "Fitxategia edo karpeta <strong>berrezarri</strong> da", "Unlimited" : "Mugarik gabe", "Upload (max. %s)" : "Igo (max. %s)", "File handling" : "Fitxategien kudeaketa", @@ -110,6 +112,8 @@ OC.L10N.register( "Save" : "Gorde", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM-rekin 5 minutu pasa daiteke aldaketak aplikatu ahal izateko.", "Missing permissions to edit from here." : "Missing permissions to edit from here.", + "%s of %s used" : "%s - %s-tik erabilita", + "%s used" : "%s erabilita", "Settings" : "Ezarpenak", "Show hidden files" : "Erakutsi ezkutuko fitxategiak", "WebDAV" : "WebDAV", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 9bc05236e1e..1e3fb7fc830 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -99,7 +99,9 @@ "A file has been added to or removed from your <strong>favorites</strong>" : "Fitxategi bat gehitu edo kendu da zure <strong>gogokoetatik</strong>", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>", "A new file or folder has been <strong>created</strong>" : "Fitxategi edo karpeta berri bat <strong>sortu da</strong>", + "A file or folder has been <strong>deleted</strong>" : "Fitxategi edo karpeta bat <strong>ezabatu da</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>", + "A file or folder has been <strong>restored</strong>" : "Fitxategia edo karpeta <strong>berrezarri</strong> da", "Unlimited" : "Mugarik gabe", "Upload (max. %s)" : "Igo (max. %s)", "File handling" : "Fitxategien kudeaketa", @@ -108,6 +110,8 @@ "Save" : "Gorde", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM-rekin 5 minutu pasa daiteke aldaketak aplikatu ahal izateko.", "Missing permissions to edit from here." : "Missing permissions to edit from here.", + "%s of %s used" : "%s - %s-tik erabilita", + "%s used" : "%s erabilita", "Settings" : "Ezarpenak", "Show hidden files" : "Erakutsi ezkutuko fitxategiak", "WebDAV" : "WebDAV", diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js index 75dac91502c..47c08def8bc 100644 --- a/apps/files_external/l10n/sl.js +++ b/apps/files_external/l10n/sl.js @@ -6,6 +6,7 @@ OC.L10N.register( "Please provide a valid app key and secret." : "Vpisati je treba veljaven ključ programa in kodo.", "Step 1 failed. Exception: %s" : "1. korak je spodletel. Izjemna napaka: %s", "Step 2 failed. Exception: %s" : "2. korak je spodletel. Izjemna napaka: %s", + "External storages" : "Zunanje hrambe", "Dropbox App Configuration" : "Nastavitve programa Dropbox", "Google Drive App Configuration" : "Nastavitve programa Google Drive", "Personal" : "Osebno", @@ -83,6 +84,7 @@ OC.L10N.register( "Google Drive" : "Google Drive", "Local" : "Krajevno", "Location" : "Mesto", + "Nextcloud" : "Nextcloud", "SFTP" : "SFTP", "Root" : "Koren", "SFTP with secret key login" : "Prijava prek protokola SFTP z geslom", @@ -94,6 +96,7 @@ OC.L10N.register( "OpenStack Object Storage" : "Shramba predmeta OpenStack", "Service name" : "Ime storitve", "Request timeout (seconds)" : "Zahtevan časovni zamik (sekunde)", + "External storage support" : "Podpora zunanjim hrambam", "No external storage configured" : "Ni določene zunanje shrambe", "You can add external storages in the personal settings" : "Med nastavitvami je mogoče dodati tudi zunanjo shrambo.", "Name" : "Ime", diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json index 1944a9d4f6c..fd443477164 100644 --- a/apps/files_external/l10n/sl.json +++ b/apps/files_external/l10n/sl.json @@ -4,6 +4,7 @@ "Please provide a valid app key and secret." : "Vpisati je treba veljaven ključ programa in kodo.", "Step 1 failed. Exception: %s" : "1. korak je spodletel. Izjemna napaka: %s", "Step 2 failed. Exception: %s" : "2. korak je spodletel. Izjemna napaka: %s", + "External storages" : "Zunanje hrambe", "Dropbox App Configuration" : "Nastavitve programa Dropbox", "Google Drive App Configuration" : "Nastavitve programa Google Drive", "Personal" : "Osebno", @@ -81,6 +82,7 @@ "Google Drive" : "Google Drive", "Local" : "Krajevno", "Location" : "Mesto", + "Nextcloud" : "Nextcloud", "SFTP" : "SFTP", "Root" : "Koren", "SFTP with secret key login" : "Prijava prek protokola SFTP z geslom", @@ -92,6 +94,7 @@ "OpenStack Object Storage" : "Shramba predmeta OpenStack", "Service name" : "Ime storitve", "Request timeout (seconds)" : "Zahtevan časovni zamik (sekunde)", + "External storage support" : "Podpora zunanjim hrambam", "No external storage configured" : "Ni določene zunanje shrambe", "You can add external storages in the personal settings" : "Med nastavitvami je mogoče dodati tudi zunanjo shrambo.", "Name" : "Ime", diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 20b84d2a0d3..77fc6f70200 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -66,7 +66,7 @@ input.primary { } @if (lightness($color-primary) > 50) { - #body-login input.login { + #body-login #submit-icon.icon-confirm-white { background-image: url('../../../core/img/actions/confirm.svg'); } } diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js index 6f96e96194b..717cd107c18 100644 --- a/apps/updatenotification/l10n/en_GB.js +++ b/apps/updatenotification/l10n/en_GB.js @@ -14,8 +14,10 @@ OC.L10N.register( "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Download now" : "Download now", + "The update check is not yet finished. Please refresh the page." : "The update check is not yet finished. Please refresh the page.", "Your version is up to date." : "Your version is up to date.", "Checked on %s" : "Checked on %s", + "A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:", "Update channel:" : "Update channel:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.", "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." : "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.", diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json index 10c642ab5cc..04a5941b09b 100644 --- a/apps/updatenotification/l10n/en_GB.json +++ b/apps/updatenotification/l10n/en_GB.json @@ -12,8 +12,10 @@ "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Download now" : "Download now", + "The update check is not yet finished. Please refresh the page." : "The update check is not yet finished. Please refresh the page.", "Your version is up to date." : "Your version is up to date.", "Checked on %s" : "Checked on %s", + "A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:", "Update channel:" : "Update channel:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.", "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." : "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.", diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js index 7e4616d0339..eef863512eb 100644 --- a/apps/updatenotification/l10n/es.js +++ b/apps/updatenotification/l10n/es.js @@ -14,8 +14,10 @@ OC.L10N.register( "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Download now" : "Descargar ahora", + "The update check is not yet finished. Please refresh the page." : "La comprobación de actuliazaciones no ha finalizado aún. Por favor, recarga la página.", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", + "A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:", "Update channel:" : "Canal de actualización: ", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable.", "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." : "Nota: tras un nuevo lanzamiento, puede pasar algo de tiempo antes de que aparezca aquí. Escalonamos la difusión de nuevas versiones a nuestros usuarios y a veces saltamos una versión cuando aparecen problemas.", diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json index c36741abb4c..27288f8db31 100644 --- a/apps/updatenotification/l10n/es.json +++ b/apps/updatenotification/l10n/es.json @@ -12,8 +12,10 @@ "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Download now" : "Descargar ahora", + "The update check is not yet finished. Please refresh the page." : "La comprobación de actuliazaciones no ha finalizado aún. Por favor, recarga la página.", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", + "A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:", "Update channel:" : "Canal de actualización: ", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable.", "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." : "Nota: tras un nuevo lanzamiento, puede pasar algo de tiempo antes de que aparezca aquí. Escalonamos la difusión de nuevas versiones a nuestros usuarios y a veces saltamos una versión cuando aparecen problemas.", diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index 826fbe73535..eae1cb97a42 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -14,11 +14,13 @@ OC.L10N.register( "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", "Download now" : "Télécharger maintenant", + "The update check is not yet finished. Please refresh the page." : "La vérification de la mise-à-jour n'est pas encore terminée. Veuillez rafraîchir la page.", "Your version is up to date." : "Votre version est à jour.", "Checked on %s" : "Vérifié le %s", + "A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :", "Update channel:" : "Canal de mise à jour :", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable.", - "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." : "Notez qu'après une sortie d'une nouvelle version cela peut prendre quelques temps avant qu'il s'affiche ici. Nous déployons de nouvelles versions réparties dans le temps à nos utilisateurs et quelquefois ignorer une version quand des problèmes ont été trouvés. ", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour votre instance Nextcloud vers une version plus récente ou un canal expérimental. Vous ne pourrez cependant jamais revenir à un canal plus stable.", + "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." : "Veuillez noter qu'il peut s'écouler un certain temps entre la sortie d'une nouvelle version et sa disponibilité pour téléchargement et mise-à-jour ici, sur votre instance. Nous répartissons le déploiement des nouvelles versions Nextcloud dans le temps à l'ensemble de nos utilisateurs. Certaines versions mineures, présentant des bugs problématiques, peuvent être sautées.", "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :", "Only notification for app updates are available." : "Seules les notifications pour les mises à jour d'applications sont diponibles.", "The selected update channel makes dedicated notifications for the server obsolete." : "Le canal de mise à jour sélectionné rend obsolètes les notifications dédiées au serveur.", diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index 85fd31e66f6..89b384b02ae 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -12,11 +12,13 @@ "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", "Download now" : "Télécharger maintenant", + "The update check is not yet finished. Please refresh the page." : "La vérification de la mise-à-jour n'est pas encore terminée. Veuillez rafraîchir la page.", "Your version is up to date." : "Votre version est à jour.", "Checked on %s" : "Vérifié le %s", + "A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :", "Update channel:" : "Canal de mise à jour :", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable.", - "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." : "Notez qu'après une sortie d'une nouvelle version cela peut prendre quelques temps avant qu'il s'affiche ici. Nous déployons de nouvelles versions réparties dans le temps à nos utilisateurs et quelquefois ignorer une version quand des problèmes ont été trouvés. ", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour votre instance Nextcloud vers une version plus récente ou un canal expérimental. Vous ne pourrez cependant jamais revenir à un canal plus stable.", + "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." : "Veuillez noter qu'il peut s'écouler un certain temps entre la sortie d'une nouvelle version et sa disponibilité pour téléchargement et mise-à-jour ici, sur votre instance. Nous répartissons le déploiement des nouvelles versions Nextcloud dans le temps à l'ensemble de nos utilisateurs. Certaines versions mineures, présentant des bugs problématiques, peuvent être sautées.", "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :", "Only notification for app updates are available." : "Seules les notifications pour les mises à jour d'applications sont diponibles.", "The selected update channel makes dedicated notifications for the server obsolete." : "Le canal de mise à jour sélectionné rend obsolètes les notifications dédiées au serveur.", diff --git a/apps/updatenotification/l10n/is.js b/apps/updatenotification/l10n/is.js index 801b6f7c3fe..80067b8719c 100644 --- a/apps/updatenotification/l10n/is.js +++ b/apps/updatenotification/l10n/is.js @@ -14,8 +14,10 @@ OC.L10N.register( "A new version is available: %s" : "Ný útgáfa er tiltæk: %s", "Open updater" : "Opna uppfærslustýringu", "Download now" : "Sækja núna", + "The update check is not yet finished. Please refresh the page." : "Athugun á uppfærslum er ekki ennþá lokið. Endurlestu síðuna.", "Your version is up to date." : "Útgáfan þín er af nýjustu gerð.", "Checked on %s" : "Athugað þann %s", + "A non-default update server is in use to be checked for updates:" : "Uppfærsluþjónn sem ekki er sjálfgefinn er núna í notkun til að athuga með uppfærslur:", "Update channel:" : "Uppfærslurás:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Þú getur alltaf uppfært í nýrri útgáfu eða tilraunaútgáfurás. En þú getur aldrei niðurfært í stöðugri rás.", "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." : "Athugaðu að það getur tekið nokkurn tíma áður en nýjar útgáfur birtast hér. Við dreifum útgáfum yfir tíma auk þess sem stundum er útgáfum sleppt ef í þeim finnast hnökrar.", diff --git a/apps/updatenotification/l10n/is.json b/apps/updatenotification/l10n/is.json index 8ff7e4a004f..af1acd5d6a9 100644 --- a/apps/updatenotification/l10n/is.json +++ b/apps/updatenotification/l10n/is.json @@ -12,8 +12,10 @@ "A new version is available: %s" : "Ný útgáfa er tiltæk: %s", "Open updater" : "Opna uppfærslustýringu", "Download now" : "Sækja núna", + "The update check is not yet finished. Please refresh the page." : "Athugun á uppfærslum er ekki ennþá lokið. Endurlestu síðuna.", "Your version is up to date." : "Útgáfan þín er af nýjustu gerð.", "Checked on %s" : "Athugað þann %s", + "A non-default update server is in use to be checked for updates:" : "Uppfærsluþjónn sem ekki er sjálfgefinn er núna í notkun til að athuga með uppfærslur:", "Update channel:" : "Uppfærslurás:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Þú getur alltaf uppfært í nýrri útgáfu eða tilraunaútgáfurás. En þú getur aldrei niðurfært í stöðugri rás.", "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." : "Athugaðu að það getur tekið nokkurn tíma áður en nýjar útgáfur birtast hér. Við dreifum útgáfum yfir tíma auk þess sem stundum er útgáfum sleppt ef í þeim finnast hnökrar.", diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index e523c19689a..f95ce5dde0e 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -14,8 +14,10 @@ OC.L10N.register( "A new version is available: %s" : "Доступна новая версия: %s", "Open updater" : "Открыть окно обновления", "Download now" : "Скачать сейчас", + "The update check is not yet finished. Please refresh the page." : "Проверка обновлений ещё не закончена. Пожалуйста обновите страницу.", "Your version is up to date." : "Версия не требует обновления.", "Checked on %s" : "Проверено %s", + "A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:", "Update channel:" : "Канал обновлений:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Вы всегда можете переключиться на экспериментальный канал обновлений для получения новейших версий. Но учтите, что вы не сможете переключиться обратно на канал обновлений для стабильных версий.", "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." : "Обратите внимание, что от момента выпуска новой версии до её появления здесь может пройти некоторое время. Мы растягиваем во времени распространение новых версий и иногда, при обнаружении проблем, пропускаем версию.", diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json index 0f4ceac7c57..4a18076dcd1 100644 --- a/apps/updatenotification/l10n/ru.json +++ b/apps/updatenotification/l10n/ru.json @@ -12,8 +12,10 @@ "A new version is available: %s" : "Доступна новая версия: %s", "Open updater" : "Открыть окно обновления", "Download now" : "Скачать сейчас", + "The update check is not yet finished. Please refresh the page." : "Проверка обновлений ещё не закончена. Пожалуйста обновите страницу.", "Your version is up to date." : "Версия не требует обновления.", "Checked on %s" : "Проверено %s", + "A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:", "Update channel:" : "Канал обновлений:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Вы всегда можете переключиться на экспериментальный канал обновлений для получения новейших версий. Но учтите, что вы не сможете переключиться обратно на канал обновлений для стабильных версий.", "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." : "Обратите внимание, что от момента выпуска новой версии до её появления здесь может пройти некоторое время. Мы растягиваем во времени распространение новых версий и иногда, при обнаружении проблем, пропускаем версию.", diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 9bd99799e71..f5a2be323d2 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Einstellungen überprüfen und die Gruppen zählen", "When logging in, %s will find the user based on the following attributes:" : "Beim Anmelden wird %s den Nutzer basierend auf folgenden Attributen finden:", "LDAP / AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Erlaubt die Anmeldung gegen den LDAP/AD-Benutzernamen, der entweder \"uid\" oder \"sAMAccountName\" ist, und erkannt wird.", "LDAP / AD Email Address:" : "LDAP-/AD-E-Mail-Adresse:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Erlaubt die Anmeldung gegen ein E-Mail-Attribut. \"mail\" und \"mailPrimaryAddress\" sind erlaubt.", "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. \"%%uid\" ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Test Loginname" : "Anmeldenamen testen", "Verify settings" : "Einstellungen überprüfen", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index 9a20af8dc0a..a9ff53f746b 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Einstellungen überprüfen und die Gruppen zählen", "When logging in, %s will find the user based on the following attributes:" : "Beim Anmelden wird %s den Nutzer basierend auf folgenden Attributen finden:", "LDAP / AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Erlaubt die Anmeldung gegen den LDAP/AD-Benutzernamen, der entweder \"uid\" oder \"sAMAccountName\" ist, und erkannt wird.", "LDAP / AD Email Address:" : "LDAP-/AD-E-Mail-Adresse:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Erlaubt die Anmeldung gegen ein E-Mail-Attribut. \"mail\" und \"mailPrimaryAddress\" sind erlaubt.", "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. \"%%uid\" ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Test Loginname" : "Anmeldenamen testen", "Verify settings" : "Einstellungen überprüfen", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index d4085c7f475..804b303727d 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Überprüfe die Einstellungen und zähle die Gruppen", "When logging in, %s will find the user based on the following attributes:" : "Beim Anmelden wird %s den Nutzer basierend auf folgenden Attributen finden:", "LDAP / AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Erlaubt die Anmeldung gegen den LDAP/AD-Benutzernamen, der entweder \"uid\" oder \"sAMAccountName\" ist, und erkannt wird.", "LDAP / AD Email Address:" : "LDAP-/AD-E-Mail-Adresse:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Erlaubt die Anmeldung gegen ein E-Mail-Attribut. \"mail\" und \"mailPrimaryAddress\" sind erlaubt.", "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. \"%%uid\" ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Test Loginname" : "Anmeldenamen testen", "Verify settings" : "Einstellungen überprüfen", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index c0a1c633a08..0be5003fc62 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Überprüfe die Einstellungen und zähle die Gruppen", "When logging in, %s will find the user based on the following attributes:" : "Beim Anmelden wird %s den Nutzer basierend auf folgenden Attributen finden:", "LDAP / AD Username:" : "LDAP-/AD-Benutzername:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Erlaubt die Anmeldung gegen den LDAP/AD-Benutzernamen, der entweder \"uid\" oder \"sAMAccountName\" ist, und erkannt wird.", "LDAP / AD Email Address:" : "LDAP-/AD-E-Mail-Adresse:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Erlaubt die Anmeldung gegen ein E-Mail-Attribut. \"mail\" und \"mailPrimaryAddress\" sind erlaubt.", "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. \"%%uid\" ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Test Loginname" : "Anmeldenamen testen", "Verify settings" : "Einstellungen überprüfen", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index b950d42133b..66c6d2b2b9c 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Verify settings and count the groups", "When logging in, %s will find the user based on the following attributes:" : "When logging in, %s will find the user based on the following attributes:", "LDAP / AD Username:" : "LDAP / AD Username:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected.", "LDAP / AD Email Address:" : "LDAP / AD Email Address:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed.", "Other Attributes:" : "Other Attributes:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"", "Test Loginname" : "Test Loginname", "Verify settings" : "Verify settings", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index 9a283c5490c..9c608899ada 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Verify settings and count the groups", "When logging in, %s will find the user based on the following attributes:" : "When logging in, %s will find the user based on the following attributes:", "LDAP / AD Username:" : "LDAP / AD Username:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected.", "LDAP / AD Email Address:" : "LDAP / AD Email Address:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed.", "Other Attributes:" : "Other Attributes:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"", "Test Loginname" : "Test Loginname", "Verify settings" : "Verify settings", "1. Server" : "1. Server", diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index e8d780c28f7..3c250fc01a5 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -3,7 +3,9 @@ OC.L10N.register( { "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "Invalid configuration: Anonymous binding is not allowed." : "Configuración no válida: No se permite enlazado anónimo.", "Valid configuration, connection established!" : "Configuración válida. ¡Conexión establecida!", + "Valid configuration, but binding failed. Please check the server settings and credentials." : "Configuración válida, pero falló el enlazado. Por favor compruebe los ajustes del servidor y las credenciales.", "Invalid configuration. Please have a look at the logs for further details." : "Configuración inválida. Por favor, echa un vistazo al registro para más detalles.", "No action specified" : "No se ha especificado la acción", "No configuration specified" : "No se ha especificado la configuración", @@ -77,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Verifique los ajustes y cuente los grupos", "When logging in, %s will find the user based on the following attributes:" : "Cuando se inicia sesión, %s encontrará al usuario basado en los siguientes atributos:", "LDAP / AD Username:" : "Nombre de usuario LDAP /AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite registrarse contra el usuario LDAP / AD, que es o \"uid\" o \"sAMNombreDeCuenta\" y será detectado.", "LDAP / AD Email Address:" : "LDAP / AD dirección de correo electrónico:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite registrarse contra un atributo de correo electrónico. Se permiten \"mail\" y \"mailPrimaryAddress\".", "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro que aplicar cuando se intenta el registro. \"%%uid\" reemplaza al nombre de usuario en la acción de registro. Ejemplo: \"uid=%%uid\"", "Test Loginname" : "Probar nombre de sesión", "Verify settings" : "Verificar configuración", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json index 6c6ba0c095b..c7e4ffaef7d 100644 --- a/apps/user_ldap/l10n/es.json +++ b/apps/user_ldap/l10n/es.json @@ -1,7 +1,9 @@ { "translations": { "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "Invalid configuration: Anonymous binding is not allowed." : "Configuración no válida: No se permite enlazado anónimo.", "Valid configuration, connection established!" : "Configuración válida. ¡Conexión establecida!", + "Valid configuration, but binding failed. Please check the server settings and credentials." : "Configuración válida, pero falló el enlazado. Por favor compruebe los ajustes del servidor y las credenciales.", "Invalid configuration. Please have a look at the logs for further details." : "Configuración inválida. Por favor, echa un vistazo al registro para más detalles.", "No action specified" : "No se ha especificado la acción", "No configuration specified" : "No se ha especificado la configuración", @@ -75,8 +77,11 @@ "Verify settings and count the groups" : "Verifique los ajustes y cuente los grupos", "When logging in, %s will find the user based on the following attributes:" : "Cuando se inicia sesión, %s encontrará al usuario basado en los siguientes atributos:", "LDAP / AD Username:" : "Nombre de usuario LDAP /AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite registrarse contra el usuario LDAP / AD, que es o \"uid\" o \"sAMNombreDeCuenta\" y será detectado.", "LDAP / AD Email Address:" : "LDAP / AD dirección de correo electrónico:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite registrarse contra un atributo de correo electrónico. Se permiten \"mail\" y \"mailPrimaryAddress\".", "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro que aplicar cuando se intenta el registro. \"%%uid\" reemplaza al nombre de usuario en la acción de registro. Ejemplo: \"uid=%%uid\"", "Test Loginname" : "Probar nombre de sesión", "Verify settings" : "Verificar configuración", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index 87b7c02026b..883908617c9 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Verificar las configuraciones y contar los grupos", "When logging in, %s will find the user based on the following attributes:" : "Al iniciar sesion, %s encontrará al usuario con base en los siguientes atributos:", "LDAP / AD Username:" : "Usuario LDAP / AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite iniciar sesión contra el usuario LDAP / AD que es ya sea \"uid\" o \"sAMAccountName\" y será detectado. ", "LDAP / AD Email Address:" : "Dirección de correo electrónico LDAP / AD", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite iniciar sesión contra el atributo de email. \"mail\" y \"mailPrimaryAddresw\" está permitido. ", "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta iniciar sesión. \"%% uid\" remplaza el usuario en la acción de inicio de sesión. Ejemplo: \"uid=%% uid\"", "Test Loginname" : "Probar nombre de usuario", "Verify settings" : "Verificar configuraciones ", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index ea776111b9e..b1de944e784 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Verificar las configuraciones y contar los grupos", "When logging in, %s will find the user based on the following attributes:" : "Al iniciar sesion, %s encontrará al usuario con base en los siguientes atributos:", "LDAP / AD Username:" : "Usuario LDAP / AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite iniciar sesión contra el usuario LDAP / AD que es ya sea \"uid\" o \"sAMAccountName\" y será detectado. ", "LDAP / AD Email Address:" : "Dirección de correo electrónico LDAP / AD", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite iniciar sesión contra el atributo de email. \"mail\" y \"mailPrimaryAddresw\" está permitido. ", "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta iniciar sesión. \"%% uid\" remplaza el usuario en la acción de inicio de sesión. Ejemplo: \"uid=%% uid\"", "Test Loginname" : "Probar nombre de usuario", "Verify settings" : "Verificar configuraciones ", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 12febb9da9c..61da9d81389 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Vérifier les paramètres et compter les groupes", "When logging in, %s will find the user based on the following attributes:" : "Au login, %s cherchera l'utilisateur sur base de ces attributs :", "LDAP / AD Username:" : "Nom d'utilisateur LDAP / AD :", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Autorise l'authentification à partir du nom d'utilisateur LDAP / AD.Celui-ci sera détecté et pourra être soit \"uid\", soit \"sAMAccountName\".", "LDAP / AD Email Address:" : "Adresse mail LDAP / AD :", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Autorise l'authentification par adresse e-mail. \"mail\" et \"mailPrimaryAddress\" sont autorisés.", "Other Attributes:" : "Autres attributs :", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", "Test Loginname" : "Loginname de test", "Verify settings" : "Tester les paramètres", "1. Server" : "1. Serveur", @@ -187,7 +190,7 @@ OC.L10N.register( "The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "La chaîne %uid est manquante. Cette chaîne est remplacée par l'identifiant de connexion lors des requêtes LDAP / AD.", "Verify settings and count groups" : "Vérifier les paramètres et compter les groupes", "Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Autoriser le login avec le nom d'utilisateur LDAP / AD (uid ou samaccountname, la détection est automatique). ", - "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Autoriser le login avec une adresse mail. Mail et mailPrimaryAddress sont autorisés.", + "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Autoriser l'authentification par adresse e-mail. Mail et mailPrimaryAddress sont autorisés.", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur. Exemple : \"uid=%%uid\"", "Add a new and blank configuration" : "Ajouter une nouvelle configuration vierge", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index 784008a09a1..5b72a01f6cf 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Vérifier les paramètres et compter les groupes", "When logging in, %s will find the user based on the following attributes:" : "Au login, %s cherchera l'utilisateur sur base de ces attributs :", "LDAP / AD Username:" : "Nom d'utilisateur LDAP / AD :", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Autorise l'authentification à partir du nom d'utilisateur LDAP / AD.Celui-ci sera détecté et pourra être soit \"uid\", soit \"sAMAccountName\".", "LDAP / AD Email Address:" : "Adresse mail LDAP / AD :", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Autorise l'authentification par adresse e-mail. \"mail\" et \"mailPrimaryAddress\" sont autorisés.", "Other Attributes:" : "Autres attributs :", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", "Test Loginname" : "Loginname de test", "Verify settings" : "Tester les paramètres", "1. Server" : "1. Serveur", @@ -185,7 +188,7 @@ "The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "La chaîne %uid est manquante. Cette chaîne est remplacée par l'identifiant de connexion lors des requêtes LDAP / AD.", "Verify settings and count groups" : "Vérifier les paramètres et compter les groupes", "Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Autoriser le login avec le nom d'utilisateur LDAP / AD (uid ou samaccountname, la détection est automatique). ", - "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Autoriser le login avec une adresse mail. Mail et mailPrimaryAddress sont autorisés.", + "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Autoriser l'authentification par adresse e-mail. Mail et mailPrimaryAddress sont autorisés.", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur. Exemple : \"uid=%%uid\"", "Add a new and blank configuration" : "Ajouter une nouvelle configuration vierge", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 5491eeeb9c1..a9299cb8c6a 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Verificar configurações e contar grupos", "When logging in, %s will find the user based on the following attributes:" : "Ao entrar, %s vai encontrar o usuário com base nos seguintes atributos:", "LDAP / AD Username:" : "Nome do usuário LDAP / AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite login com o nome de usuário LDAP / AD, o qual é \"uid\" ou \"sAMAccountName\" e será detectado.", "LDAP / AD Email Address:" : "Endereço de e-mail LDAP / AD:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite login com um atributo de email. \"Mail\" e \"mailPrimaryAddress\" são permitidos.", "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a aplicar quando o login é tentado. \"%%uid\" substitui o nome de usuário durante o login. Por exemplo: \"uid=%%uid\"", "Test Loginname" : "Testar Loginname", "Verify settings" : "Verificar configurações", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 62ba88e15fc..fa5352490a9 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Verificar configurações e contar grupos", "When logging in, %s will find the user based on the following attributes:" : "Ao entrar, %s vai encontrar o usuário com base nos seguintes atributos:", "LDAP / AD Username:" : "Nome do usuário LDAP / AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Permite login com o nome de usuário LDAP / AD, o qual é \"uid\" ou \"sAMAccountName\" e será detectado.", "LDAP / AD Email Address:" : "Endereço de e-mail LDAP / AD:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Permite login com um atributo de email. \"Mail\" e \"mailPrimaryAddress\" são permitidos.", "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a aplicar quando o login é tentado. \"%%uid\" substitui o nome de usuário durante o login. Por exemplo: \"uid=%%uid\"", "Test Loginname" : "Testar Loginname", "Verify settings" : "Verificar configurações", "1. Server" : "1. Servidor", diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index 8e525c134f9..975b32a8d11 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Ayarları doğrula ve grupları say", "When logging in, %s will find the user based on the following attributes:" : "Oturum açılırken, %s, aşağıdaki özniteliklere bağlı kullanıcıyı bulur:", "LDAP / AD Username:" : "LDAP / AD Kullanıcı Adı:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP / AD kullanıcı adı ile oturum açılmasını sağlar. Kullanıcı adı \"uid\" ya da \"sAMAccountName\" olabilir ve algılanır.", "LDAP / AD Email Address:" : "LDAP / AD E-posta Adresi:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "E-posta adresi ile oturum açılmasını sağlar. \"mail\" ve \"mailPrimaryAddress\" kullanılabilir.", "Other Attributes:" : "Diğer Öznitelikler:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişiminde uygulanacak süzgeci tanımlar. Oturum açma işleminde \"%%uid\" kullanıcı adı ile değiştirilir. Örnek: \"uid=%%uid\"", "Test Loginname" : "Kullanıcı adını sına", "Verify settings" : "Ayarları doğrula", "1. Server" : "1. Sunucu", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index 581bd1419bb..8b326bfb0bf 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Ayarları doğrula ve grupları say", "When logging in, %s will find the user based on the following attributes:" : "Oturum açılırken, %s, aşağıdaki özniteliklere bağlı kullanıcıyı bulur:", "LDAP / AD Username:" : "LDAP / AD Kullanıcı Adı:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP / AD kullanıcı adı ile oturum açılmasını sağlar. Kullanıcı adı \"uid\" ya da \"sAMAccountName\" olabilir ve algılanır.", "LDAP / AD Email Address:" : "LDAP / AD E-posta Adresi:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "E-posta adresi ile oturum açılmasını sağlar. \"mail\" ve \"mailPrimaryAddress\" kullanılabilir.", "Other Attributes:" : "Diğer Öznitelikler:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişiminde uygulanacak süzgeci tanımlar. Oturum açma işleminde \"%%uid\" kullanıcı adı ile değiştirilir. Örnek: \"uid=%%uid\"", "Test Loginname" : "Kullanıcı adını sına", "Verify settings" : "Ayarları doğrula", "1. Server" : "1. Sunucu", diff --git a/core/css/guest.css b/core/css/guest.css index e65f0a5de01..56f8c728d00 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -131,6 +131,28 @@ form #datadirField legend { } /* Buttons and input */ +#submit-wrapper { + position: relative; /* Make the wrapper the containing block of its + absolutely positioned descendant icons */ +} +#submit-wrapper .icon-confirm-white { + position: absolute; + top: 23px; + right: 23px; +} +#submit-wrapper .icon-loading-small { + position: absolute; + top: 22px; + right: 24px; +} + +#submit-wrapper #submit-icon { + pointer-events: none; /* The submit icon is positioned on the submit button. + From the user point of view the icon is part of the + button, so the clicks on the icon have to be + applied to the button instead. */ +} + input, textarea, select, button { font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif; } diff --git a/core/css/styles.scss b/core/css/styles.scss index f2acca38e1e..667ca0dc2be 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -754,6 +754,29 @@ label.infield { /* Log in and install button */ +#body-login #submit-wrapper { + position: relative; /* Make the wrapper the containing block of its + absolutely positioned descendant icons */ + + .icon-confirm-white { + position: absolute; + top: 23px; + right: 23px; + } + .icon-loading-small { + position: absolute; + top: 22px; + right: 24px; + } + + #submit-icon { + pointer-events: none; /* The submit icon is positioned on the submit + button. From the user point of view the icon is + part of the button, so the clicks on the icon + have to be applied to the button instead. */ + } +} + #body-login input { font-size: 20px; margin: 5px; diff --git a/core/js/login.js b/core/js/login.js index 034bb169c52..81ef25ef2d4 100644 --- a/core/js/login.js +++ b/core/js/login.js @@ -12,9 +12,10 @@ */ OC.Login = _.extend(OC.Login || {}, { onLogin: function () { - $('#submit') + $('#submit-icon') .removeClass('icon-confirm-white') - .addClass('icon-loading-small') + .addClass('icon-loading-small'); + $('#submit') .attr('value', t('core', 'Logging in …')); return true; }, diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 9c6f1cad4db..b7a73ac39c1 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -1,7 +1,7 @@ OC.L10N.register( "core", { - "Please select a file." : "Fitxategi bat aukeratu mesedez", + "Please select a file." : "Aukeratu fitxategi bat", "File is too big" : "Fitxategia handiegia da", "The selected file is not an image." : "Aukeratutako fitxategia ez da irudi bat.", "The selected file cannot be read." : "Aukeratutako fitxategia ezin da aukeratu", @@ -14,11 +14,14 @@ OC.L10N.register( "No crop data provided" : "Ez da ebaketaren daturik eskaini", "No valid crop data provided" : "Ebakidura baliogabea da", "Crop is not square" : "Ebakidura ez da karratua", + "State token does not match" : "Egoera-tokena ez du bat egiten", "Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago", "Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako", "Couldn't reset password because the token is expired" : "Ezin da berrezarri pasahitza token-a iraungi duelako.", "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berreskuratze posta elektronikoa bidali helbiderik ez dagoelako erabiltzaile honetarako. Jarri harremanetan administratzailearekin.", "Password reset" : "Pasahitza berrezarri", + "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu ahaztu e-posta hau.", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu ahaztu e-posta hau.", "Reset your password" : "Berrezarri zure pasahitza", "%s password reset" : "%s pasahitza berrezarri", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", @@ -37,6 +40,9 @@ OC.L10N.register( "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luzerako hartu dezake datu-basearen arabera)", "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", "Checking updates of apps" : "Aplikazioentzako eguneraketak egiaztatzen", + "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneraketarik ba ote duen begiratzen.", + "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik.", + "Checked for update of app \"%s\" in appstore" : "Begiratuta \"%s\" aplikazioak aplikazioen biltegian ba ote duen", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luzerako hartu dezake datu-basearen arabera)", "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", @@ -48,12 +54,14 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu egin dira: %s", "Already up to date" : "Dagoeneko eguneratuta", + "Search contacts …" : "Bilatu kontaktuak ...", "No contacts found" : "Ez da kontakturik aurkitu", "Show all contacts …" : "Erakutsi kontaktu guztiak", "There was an error loading your contacts" : "Errore bat gertatu da zure kontaktuak kargatzean", "Loading your contacts …" : "Zure kontaktuak kargatzen...", "Looking for {term} …" : "{term} bilatzen...", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kodearen integritate egiaztapenarekin arazoak egon dira. Informazio gehiago…</a>", + "Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean", "Settings" : "Ezarpenak", "Connection to server lost" : "Zerbitzariarekiko konexioa eten da", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Arazoa orria kargatzerakoan, birkargatzen segundu batean","Arazoa orria kargatzerakoan, birkargatzen %n segundutan"], @@ -104,6 +112,7 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "PHP OPcache ez dago era egokian ezarrita. Hobe funtzionatzeko gomendatzen dugu hurrengo ezarpenak erabiltzea php.ini fitxategian:", "Error occurred while checking server setup" : "Akatsa gertatu da zerbitzariaren konfigurazioa egiaztatzean", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", @@ -116,13 +125,15 @@ OC.L10N.register( "Expiration" : "Iraungitzea", "Expiration date" : "Muga data", "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako", + "Choose a password for the public link or press the \"Enter\" key" : "Hautatu pasahitz bat esteka publikoarentzat edo sakatu \"Sartu\" tekla", "Copied!" : "Kopiatuta!", "Copy" : "Kopiatu", "Not supported!" : "Ez da onartzen!", "Press ⌘-C to copy." : "Sakatu ⌘-C kopiatzeko.", "Press Ctrl-C to copy." : "Sakatu Ctrl-C kpiatzeko.", "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", - "Share link" : "Elkarbanatu lotura", + "Share to {name}" : "Partekatu hona {izena}", + "Share link" : "Partekatu esteka", "Link" : "Esteka", "Password protect" : "Babestu pasahitzarekin", "Allow editing" : "Baimendu editatzea", @@ -131,20 +142,22 @@ OC.L10N.register( "Allow upload and editing" : "Onartu igoera eta edizioa", "Read only" : "irakurtzeko-soilik", "File drop (upload only)" : "Fitxategiak utzi (igo bakarrik)", - "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta", - "Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta", - "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} link bidez partekatuta", + "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin partekatuta", + "Shared with you by {owner}" : "{owner}-k zurekin partekatuta", + "Choose a password for the mail share" : "Hautatu pasahitz bat posta partekatzeko", + "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} esteka bidez partekatuta", "group" : "taldea", "remote" : "urrunekoa", "email" : "posta-elektronikoa", - "Unshare" : "Ez elkarbanatu", - "Can reshare" : "Elkarbanatu dezake", + "shared by {sharer}" : "{sharer}-(e)k partekatu du", + "Unshare" : "Ez partekatu", + "Can reshare" : "Birparteka daiteke", "Can edit" : "Editatu dezake", "Can create" : "sortu dezake", "Can change" : "Aldatu dezake", "Can delete" : "Ezabatu dezake", "Access control" : "Sarrera kontrola", - "Could not unshare" : "Ezin izan despartekatu", + "Could not unshare" : "Ezin izan da despartekatu", "Error while sharing" : "Errore bat egon da elkarbanatzean", "Share details could not be loaded for this item." : "Partekatze xehetasunak ezin izan dira elementu honentzat kargatu.", "No users or groups found for {search}" : "Ez dira {search} -rentzat erabiltzaile edo talderik aurkitu", @@ -154,9 +167,16 @@ OC.L10N.register( "{sharee} (remote)" : "{sharee} (remote)", "{sharee} (email)" : "{sharee} (email)", "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", - "Share" : "Elkarbanatu", + "Share" : "Partekatu", + "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Parteka ezazu jendearekin taldeko erabiltzailea, federatutako hodei baten IDa edo e-posta helbide bat sartuta.", + "Share with other people by entering a user or group or a federated cloud ID." : "Parteka ezazu jendearekin taldeko erabiltzailea edo federatutako hodei baten IDa sartuta.", + "Share with other people by entering a user or group or an email address." : "Parteka ezazu jendearekin taldeko erabiltzailea edo e-posta helbide bat sartuta.", + "Name or email address..." : "Izena edo e-posta helbidea...", + "Name or federated cloud ID..." : "Izena edo federatutako hodeiaren IDa...", + "Name, federated cloud ID or email address..." : "Izena, federatutako hodeiaren IDa edo e-posta helbidea...", + "Name..." : "Izena...", "Error" : "Errorea", - "Error removing share" : " Akatsa kuota kentzerakoan", + "Error removing share" : " Errorea partekatzea kentzerakoan", "Non-existing tag #{tag}" : "#{tag} ez da existitzen", "restricted" : "mugatua", "invisible" : "ikusiezina", @@ -180,6 +200,7 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.", "Continue to Nextcloud" : "Nextcloudera abiatu", "Searching other places" : "Beste lekuak bilatzen", + "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}-rentzat ez da emaitzarik topatu karpetetan", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitzak beste karpetetan"], "Personal" : "Pertsonala", "Users" : "Erabiltzaileak", @@ -243,6 +264,9 @@ OC.L10N.register( "Log in" : "Hasi saioa", "Stay logged in" : "Ez amaitu saioa", "Alternative Logins" : "Beste erabiltzaile izenak", + "App token" : "Aplikazio-tokena", + "Alternative login using app token" : "Ordezko saio-hasiera aplikazio-tokena erabilta", + "Redirecting …" : "Birbideratzen...", "New password" : "Pasahitz berria", "New Password" : "Pasahitz Berria", "Reset password" : "Berrezarri pasahitza", @@ -275,21 +299,21 @@ OC.L10N.register( "Ok" : "Ados", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", "Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean", - "can reshare" : "elkarbanatu dezake", + "can reshare" : "Birparteka daiteke", "can edit" : "editatu dezake", "can create" : "sortu dezake", "can change" : "aldatu dezake", "can delete" : "ezabatu dezake", "access control" : "sarrera kontrola", "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Partekatu beste zerbitzarietan dagoen jendearekin, beraien Federated Cloud ID erabiliz username@example.com/nextcloud", - "Share with users or by mail..." : "Erabiltzaileekin edo postaz elkarbanatu...", - "Share with users or remote users..." : "Erabiltzaile edo urruneko erabiltzaile batzuekin elkarbanatu...", + "Share with users or by mail..." : "Erabiltzaileekin edo postaz partekatu...", + "Share with users or remote users..." : "Erabiltzaile edo urruneko erabiltzaile batzuekin partekatu...", "Share with users, remote users or by mail..." : "Erabiltzaile, urruneko erabiltzaile edo postaz elkarbanatu...", - "Share with users or groups..." : "Erabiltzaile edo talde batekin elkarbanatu...", - "Share with users, groups or by mail..." : "Erabiltzaile, talde edo posta elektroniko bidez elkarbanatu...", - "Share with users, groups or remote users..." : "erabiltzaile, talde edo urruneko erabiltzaile batzuekin Elkarbanatu ...", - "Share with users, groups, remote users or by mail..." : "Erabiltzaile, talde, urruneko erabiltzaile edo postaz elkarbanatu...", - "Share with users..." : "Erabiltzaileekin elkarbanatu...", + "Share with users or groups..." : "Erabiltzaile edo talde batekin partekatu...", + "Share with users, groups or by mail..." : "Erabiltzaile, talde edo posta elektroniko bidez partekatu...", + "Share with users, groups or remote users..." : "Erabiltzaile, talde edo urruneko erabiltzaile batzuekin partekatu ...", + "Share with users, groups, remote users or by mail..." : "Erabiltzaile, talde, urruneko erabiltzaile edo postaz partekatu...", + "Share with users..." : "Erabiltzaileekin partekatu...", "The object type is not specified." : "Objetu mota ez dago zehaztuta.", "Enter new" : "Sartu berria", "Add" : "Gehitu", @@ -298,7 +322,7 @@ OC.L10N.register( "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", "The update was successful. Redirecting you to Nextcloud now." : "The update was successful. Redirecting you to Nextcloud now.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\n", - "The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.", + "The share will expire on %s." : "Partekatzea %s-n iraungiko da.", "Cheers!" : "Ongi izan!", "Log out" : "Saioa bukatu", "Use the following link to reset your password: {link}" : "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 7ee25dec25a..88f928d86b6 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -1,5 +1,5 @@ { "translations": { - "Please select a file." : "Fitxategi bat aukeratu mesedez", + "Please select a file." : "Aukeratu fitxategi bat", "File is too big" : "Fitxategia handiegia da", "The selected file is not an image." : "Aukeratutako fitxategia ez da irudi bat.", "The selected file cannot be read." : "Aukeratutako fitxategia ezin da aukeratu", @@ -12,11 +12,14 @@ "No crop data provided" : "Ez da ebaketaren daturik eskaini", "No valid crop data provided" : "Ebakidura baliogabea da", "Crop is not square" : "Ebakidura ez da karratua", + "State token does not match" : "Egoera-tokena ez du bat egiten", "Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago", "Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako", "Couldn't reset password because the token is expired" : "Ezin da berrezarri pasahitza token-a iraungi duelako.", "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berreskuratze posta elektronikoa bidali helbiderik ez dagoelako erabiltzaile honetarako. Jarri harremanetan administratzailearekin.", "Password reset" : "Pasahitza berrezarri", + "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu ahaztu e-posta hau.", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu ahaztu e-posta hau.", "Reset your password" : "Berrezarri zure pasahitza", "%s password reset" : "%s pasahitza berrezarri", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", @@ -35,6 +38,9 @@ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luzerako hartu dezake datu-basearen arabera)", "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", "Checking updates of apps" : "Aplikazioentzako eguneraketak egiaztatzen", + "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneraketarik ba ote duen begiratzen.", + "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik.", + "Checked for update of app \"%s\" in appstore" : "Begiratuta \"%s\" aplikazioak aplikazioen biltegian ba ote duen", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luzerako hartu dezake datu-basearen arabera)", "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", @@ -46,12 +52,14 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu egin dira: %s", "Already up to date" : "Dagoeneko eguneratuta", + "Search contacts …" : "Bilatu kontaktuak ...", "No contacts found" : "Ez da kontakturik aurkitu", "Show all contacts …" : "Erakutsi kontaktu guztiak", "There was an error loading your contacts" : "Errore bat gertatu da zure kontaktuak kargatzean", "Loading your contacts …" : "Zure kontaktuak kargatzen...", "Looking for {term} …" : "{term} bilatzen...", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kodearen integritate egiaztapenarekin arazoak egon dira. Informazio gehiago…</a>", + "Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean", "Settings" : "Ezarpenak", "Connection to server lost" : "Zerbitzariarekiko konexioa eten da", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Arazoa orria kargatzerakoan, birkargatzen segundu batean","Arazoa orria kargatzerakoan, birkargatzen %n segundutan"], @@ -102,6 +110,7 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "PHP OPcache ez dago era egokian ezarrita. Hobe funtzionatzeko gomendatzen dugu hurrengo ezarpenak erabiltzea php.ini fitxategian:", "Error occurred while checking server setup" : "Akatsa gertatu da zerbitzariaren konfigurazioa egiaztatzean", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", @@ -114,13 +123,15 @@ "Expiration" : "Iraungitzea", "Expiration date" : "Muga data", "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako", + "Choose a password for the public link or press the \"Enter\" key" : "Hautatu pasahitz bat esteka publikoarentzat edo sakatu \"Sartu\" tekla", "Copied!" : "Kopiatuta!", "Copy" : "Kopiatu", "Not supported!" : "Ez da onartzen!", "Press ⌘-C to copy." : "Sakatu ⌘-C kopiatzeko.", "Press Ctrl-C to copy." : "Sakatu Ctrl-C kpiatzeko.", "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", - "Share link" : "Elkarbanatu lotura", + "Share to {name}" : "Partekatu hona {izena}", + "Share link" : "Partekatu esteka", "Link" : "Esteka", "Password protect" : "Babestu pasahitzarekin", "Allow editing" : "Baimendu editatzea", @@ -129,20 +140,22 @@ "Allow upload and editing" : "Onartu igoera eta edizioa", "Read only" : "irakurtzeko-soilik", "File drop (upload only)" : "Fitxategiak utzi (igo bakarrik)", - "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta", - "Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta", - "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} link bidez partekatuta", + "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin partekatuta", + "Shared with you by {owner}" : "{owner}-k zurekin partekatuta", + "Choose a password for the mail share" : "Hautatu pasahitz bat posta partekatzeko", + "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} esteka bidez partekatuta", "group" : "taldea", "remote" : "urrunekoa", "email" : "posta-elektronikoa", - "Unshare" : "Ez elkarbanatu", - "Can reshare" : "Elkarbanatu dezake", + "shared by {sharer}" : "{sharer}-(e)k partekatu du", + "Unshare" : "Ez partekatu", + "Can reshare" : "Birparteka daiteke", "Can edit" : "Editatu dezake", "Can create" : "sortu dezake", "Can change" : "Aldatu dezake", "Can delete" : "Ezabatu dezake", "Access control" : "Sarrera kontrola", - "Could not unshare" : "Ezin izan despartekatu", + "Could not unshare" : "Ezin izan da despartekatu", "Error while sharing" : "Errore bat egon da elkarbanatzean", "Share details could not be loaded for this item." : "Partekatze xehetasunak ezin izan dira elementu honentzat kargatu.", "No users or groups found for {search}" : "Ez dira {search} -rentzat erabiltzaile edo talderik aurkitu", @@ -152,9 +165,16 @@ "{sharee} (remote)" : "{sharee} (remote)", "{sharee} (email)" : "{sharee} (email)", "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", - "Share" : "Elkarbanatu", + "Share" : "Partekatu", + "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Parteka ezazu jendearekin taldeko erabiltzailea, federatutako hodei baten IDa edo e-posta helbide bat sartuta.", + "Share with other people by entering a user or group or a federated cloud ID." : "Parteka ezazu jendearekin taldeko erabiltzailea edo federatutako hodei baten IDa sartuta.", + "Share with other people by entering a user or group or an email address." : "Parteka ezazu jendearekin taldeko erabiltzailea edo e-posta helbide bat sartuta.", + "Name or email address..." : "Izena edo e-posta helbidea...", + "Name or federated cloud ID..." : "Izena edo federatutako hodeiaren IDa...", + "Name, federated cloud ID or email address..." : "Izena, federatutako hodeiaren IDa edo e-posta helbidea...", + "Name..." : "Izena...", "Error" : "Errorea", - "Error removing share" : " Akatsa kuota kentzerakoan", + "Error removing share" : " Errorea partekatzea kentzerakoan", "Non-existing tag #{tag}" : "#{tag} ez da existitzen", "restricted" : "mugatua", "invisible" : "ikusiezina", @@ -178,6 +198,7 @@ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.", "Continue to Nextcloud" : "Nextcloudera abiatu", "Searching other places" : "Beste lekuak bilatzen", + "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}-rentzat ez da emaitzarik topatu karpetetan", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitzak beste karpetetan"], "Personal" : "Pertsonala", "Users" : "Erabiltzaileak", @@ -241,6 +262,9 @@ "Log in" : "Hasi saioa", "Stay logged in" : "Ez amaitu saioa", "Alternative Logins" : "Beste erabiltzaile izenak", + "App token" : "Aplikazio-tokena", + "Alternative login using app token" : "Ordezko saio-hasiera aplikazio-tokena erabilta", + "Redirecting …" : "Birbideratzen...", "New password" : "Pasahitz berria", "New Password" : "Pasahitz Berria", "Reset password" : "Berrezarri pasahitza", @@ -273,21 +297,21 @@ "Ok" : "Ados", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", "Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean", - "can reshare" : "elkarbanatu dezake", + "can reshare" : "Birparteka daiteke", "can edit" : "editatu dezake", "can create" : "sortu dezake", "can change" : "aldatu dezake", "can delete" : "ezabatu dezake", "access control" : "sarrera kontrola", "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Partekatu beste zerbitzarietan dagoen jendearekin, beraien Federated Cloud ID erabiliz username@example.com/nextcloud", - "Share with users or by mail..." : "Erabiltzaileekin edo postaz elkarbanatu...", - "Share with users or remote users..." : "Erabiltzaile edo urruneko erabiltzaile batzuekin elkarbanatu...", + "Share with users or by mail..." : "Erabiltzaileekin edo postaz partekatu...", + "Share with users or remote users..." : "Erabiltzaile edo urruneko erabiltzaile batzuekin partekatu...", "Share with users, remote users or by mail..." : "Erabiltzaile, urruneko erabiltzaile edo postaz elkarbanatu...", - "Share with users or groups..." : "Erabiltzaile edo talde batekin elkarbanatu...", - "Share with users, groups or by mail..." : "Erabiltzaile, talde edo posta elektroniko bidez elkarbanatu...", - "Share with users, groups or remote users..." : "erabiltzaile, talde edo urruneko erabiltzaile batzuekin Elkarbanatu ...", - "Share with users, groups, remote users or by mail..." : "Erabiltzaile, talde, urruneko erabiltzaile edo postaz elkarbanatu...", - "Share with users..." : "Erabiltzaileekin elkarbanatu...", + "Share with users or groups..." : "Erabiltzaile edo talde batekin partekatu...", + "Share with users, groups or by mail..." : "Erabiltzaile, talde edo posta elektroniko bidez partekatu...", + "Share with users, groups or remote users..." : "Erabiltzaile, talde edo urruneko erabiltzaile batzuekin partekatu ...", + "Share with users, groups, remote users or by mail..." : "Erabiltzaile, talde, urruneko erabiltzaile edo postaz partekatu...", + "Share with users..." : "Erabiltzaileekin partekatu...", "The object type is not specified." : "Objetu mota ez dago zehaztuta.", "Enter new" : "Sartu berria", "Add" : "Gehitu", @@ -296,7 +320,7 @@ "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", "The update was successful. Redirecting you to Nextcloud now." : "The update was successful. Redirecting you to Nextcloud now.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\n", - "The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.", + "The share will expire on %s." : "Partekatzea %s-n iraungiko da.", "Cheers!" : "Ongi izan!", "Log out" : "Saioa bukatu", "Use the following link to reset your password: {link}" : "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}", diff --git a/core/l10n/sl.js b/core/l10n/sl.js new file mode 100644 index 00000000000..5beeb7b2af6 --- /dev/null +++ b/core/l10n/sl.js @@ -0,0 +1,315 @@ +OC.L10N.register( + "core", + { + "Please select a file." : "Izberite datoteko", + "File is too big" : "Datoteka je prevelika", + "The selected file is not an image." : "Izbrana datoteka ni slika.", + "The selected file cannot be read." : "Izbrane datoteke ni mogoče prebrati.", + "Invalid file provided" : "Predložena je neveljavna datoteka", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", + "Crop is not square" : "Obrez ni pravokoten", + "Password reset is disabled" : "Ponastavitev gesla je izključena", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.", + "Password reset" : "Ponastavitev gesla", + "Reset your password" : "Ponastavi svoje geslo", + "%s password reset" : "Ponastavitev gesla %s", + "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "Preparing update" : "Pripravljanje posodobitve", + "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair warning: " : "Opozorilo popravila:", + "Repair error: " : "Napaka popravila:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Posodobitev sistema je treba izvesti prek ukazne vrstice, ker je nastavitev samodejne posodobitve v config.php onemogočena.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s", + "Turned on maintenance mode" : "Vzdrževalni način je omogočen", + "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", + "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven", + "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke", + "Updated database" : "Posodobljena podatkovna zbirka", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).", + "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke", + "Checking updates of apps" : "Poteka preverjanje za posodobitve programov", + "Checking for update of app \"%s\" in appstore" : "Preverjam posodobitev za aplikacijo \"%s\" v trgovini", + "Update app \"%s\" from appstore" : "Posodobi aplikacijo \"%s\" iz trgovine", + "Checked for update of app \"%s\" in appstore" : "Preverjena posodobitev za \"%s\" v trgovini", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).", + "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe", + "Updated \"%s\" to %s" : "Datoteka \"%s\" je posodobljena na %s", + "Set log level to debug" : "Nastavi raven beleženja za razhroščevanje", + "Reset log level" : "Počisti raven beleženja", + "Starting code integrity check" : "Začenjanje preverjanja stanja kode", + "Finished code integrity check" : "Končano preverjanje stanja kode", + "%s (3rdparty)" : "%s (zunanje)", + "%s (incompatible)" : "%s (neskladno)", + "Following apps have been disabled: %s" : "Navedeni programi so onemogočeni: %s", + "Already up to date" : "Sistem je že posodobljen", + "Search contacts …" : "Iščem stike...", + "No contacts found" : "Ne najdem stikov", + "Show all contacts …" : "Prikaži vse kontakte", + "There was an error loading your contacts" : "Prišlo je do napake pri nalaganju tvojih stikov", + "Loading your contacts …" : "Nalagam tvoje stike...", + "Looking for {term} …" : "Iščem {term} …", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Med preverjanjem celovitosti kode je prišlo do napak. Več podrobnosti …</a>", + "No action available" : "Ni akcij na voljo", + "Error fetching contact actions" : "Napaka pri branju operacij stikov", + "Settings" : "Nastavitve", + "Connection to server lost" : "Povezava s strežnikom spodletela", + "Saving..." : "Poteka shranjevanje ...", + "Dismiss" : "Opusti", + "This action requires you to confirm your password" : "Ta operacija zahteva potrditev tvojega gesla", + "Authentication required" : "Zahteva za avtentikacijo", + "Password" : "Geslo", + "Cancel" : "Prekliči", + "Confirm" : "Potrdi", + "seconds ago" : "pred nekaj sekundami", + "Logging in …" : "Prijava...", + "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na naveden elektronski naslov. V kolikor sporočila ne dobite v kratkem, preverite tudi mapo neželene pošte.<br> Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.", + "I know what I'm doing" : "Vem, kaj delam!", + "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", + "No" : "Ne", + "Yes" : "Da", + "No files in here" : "Tukaj ni datotek", + "Choose" : "Izbor", + "Error loading file picker template: {error}" : "Napaka nalaganja predloge izbirnika datotek: {error}", + "OK" : "V redu", + "Error loading message template: {error}" : "Napaka nalaganja predloge sporočil: {error}", + "read-only" : "le za branje", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"], + "One file conflict" : "En spor datotek", + "New Files" : "Nove datoteke", + "Already existing files" : "Obstoječe datoteke", + "Which files do you want to keep?" : "Katare datoteke želite ohraniti?", + "If you select both versions, the copied file will have a number added to its name." : "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.", + "Continue" : "Nadaljuj", + "(all selected)" : "(vse izbrano)", + "({count} selected)" : "({count} izbranih)", + "Error loading file exists template" : "Napaka nalaganja predloge obstoječih datotek", + "Pending" : "Na čakanju", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je vmesnik WebDAV videti okvarjen.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje \"{url}\". Več pdorobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti dovoljenja ukaza /dev/urandom za branje prek PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji<-a>", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP \"memcache\". Modul \\OC\\Memcache\\Memcached podpirao le \"memcached\", ne pa tudi \"memcache\". Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">na wiki straneh</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek …</a> / <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)", + "Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Glava \"{header}\" HTTP ni nastavljena na \"{expected}\". To je potencialno varnostna luknja in vam priporočamo, da to odpravite.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS. Več podrobnosti je zapisanih med <a href=\"{docUrl}\">varnostnimi namigi</a>.", + "Shared" : "V souporabi", + "Shared with {recipients}" : "V souporabi z {recipients}", + "Error setting expiration date" : "Napaka nastavljanja datuma preteka", + "The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.", + "Set expiration date" : "Nastavi datum preteka", + "Expiration" : "Datum preteka", + "Expiration date" : "Datum preteka", + "Choose a password for the public link" : "Izberite geslo za javno povezavo", + "Copied!" : "Skopirano!", + "Copy" : "Kopiraj", + "Not supported!" : "Ni podprto!", + "Press ⌘-C to copy." : "Pritisni ⌘-C za kopiranje.", + "Press Ctrl-C to copy." : "Pritisni Ctrl-C za kopiranje.", + "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", + "Share to {name}" : "Deli z {name}", + "Share link" : "Povezava za prejem", + "Link" : "Povezava", + "Password protect" : "Zaščiti z geslom", + "Allow editing" : "Dovoli urejanje", + "Email link to person" : "Posreduj povezavo po elektronski pošti", + "Send" : "Pošlji", + "Allow upload and editing" : "Dovoli nalaganje in urejanje", + "Read only" : "Samo branje", + "File drop (upload only)" : "File drop (samo nalaganje)", + "Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.", + "Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.", + "group" : "skupina", + "remote" : "oddaljeno", + "email" : "e-pošta", + "shared by {sharer}" : "deli {sharer}", + "Unshare" : "Prekliči souporabo", + "Can reshare" : "Lahko deli naprej", + "Can edit" : "Lahko popravlja", + "Can create" : "Lahko ustvari", + "Can change" : "Lahko spremeni", + "Can delete" : "Lahko pobriše", + "Access control" : "Nadzor dostopa", + "Could not unshare" : "Ni mogoče prekiniti souporabe", + "Error while sharing" : "Napaka med souporabo", + "Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.", + "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin za {search}", + "No users found for {search}" : "Ni uporabnikov, skladnih z iskalnim nizom {search}", + "An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.", + "{sharee} (group)" : "{sharee} (skupina)", + "{sharee} (remote)" : "{sharee} (oddaljeno)", + "{sharee} (email)" : "{sharee} (email)", + "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", + "Share" : "Souporaba", + "Name or email address..." : "Ime ali e-poštni naslov...", + "Name or federated cloud ID..." : "Ime ali ID oblaka...", + "Name, federated cloud ID or email address..." : "Ime, ID oblaka ali e-poštni naslov...", + "Name..." : "Ime...", + "Error" : "Napaka", + "Error removing share" : "Napaka odstranjevanja souporabe", + "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}", + "restricted" : "omejeno", + "invisible" : "nevidno", + "({scope})" : "({scope})", + "Delete" : "Izbriši", + "Rename" : "Preimenuj", + "Collaborative tags" : "Oznake sodelovanja", + "No tags found" : "Ne najdem oznak", + "unknown text" : "neznano besedilo", + "Hello world!" : "Pozdravljen svet!", + "sunny" : "sončno", + "Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}", + "Hello {name}" : "Pozdravljeni, {name}", + "new" : "novo", + "_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"], + "The update is in progress, leaving this page might interrupt the process in some environments." : "Posodobitev je v teku. Če zapustiš to stran, lahko, v določenih okoljih, prekineš proces", + "Update to {version}" : "Posodobi na {version}", + "An error occurred." : "Prišlo je do napake.", + "Please reload the page." : "Stran je treba ponovno naložiti", + "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Za več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev ni bila uspešna. Prosimo, prijavite to situacijo na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud skupnost</a>.", + "Continue to Nextcloud" : "Nadaljuj na Nextcloud", + "Searching other places" : "Iskanje drugih mest", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"], + "Personal" : "Osebno", + "Users" : "Uporabniki", + "Apps" : "Programi", + "Admin" : "Skrbništvo", + "Help" : "Pomoč", + "Access forbidden" : "Dostop je prepovedan", + "File not found" : "Datoteke ni mogoče najti", + "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", + "You can click here to return to %s." : "S klikom na povezavo boste vrnjeni na %s.", + "Internal Server Error" : "Notranja napaka strežnika", + "The server encountered an internal error and was unable to complete your request." : "Prišlo je do notranje napake, zato ni mogoče končati zahteve.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Stopite v stik s skrbnikom sistema, če se napaka pojavlja pogosto. V poročilo vključite tudi tehnične podatke v dnevniški datoteki.", + "More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniku strežnika.", + "Technical details" : "Tehnične podrobnosti", + "Remote Address: %s" : "Oddaljen naslov: %s", + "Request ID: %s" : "ID zahteve: %s", + "Type: %s" : "Vrsta: %s", + "Code: %s" : "Koda: %s", + "Message: %s" : "Sporočilo: %s", + "File: %s" : "Datoteka: %s", + "Line: %s" : "Vrstica: %s", + "Trace" : "Sledenje povezav", + "Security warning" : "Varnostno opozorilo", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Za več podrobnosti o pravilnem nastavljanju strežnika si oglejte <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dokumentacijo</a>.", + "Create an <strong>admin account</strong>" : "Ustvari <strong>skrbniški račun</strong>", + "Username" : "Uporabniško ime", + "Storage & database" : "Shramba in podatkovna zbirka", + "Data folder" : "Podatkovna mapa", + "Configure the database" : "Nastavi podatkovno zbirko", + "Only %s is available." : "Le %s je na voljo.", + "Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.", + "For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.", + "Database user" : "Uporabnik podatkovne zbirke", + "Database password" : "Geslo podatkovne zbirke", + "Database name" : "Ime podatkovne zbirke", + "Database tablespace" : "Razpredelnica podatkovne zbirke", + "Database host" : "Gostitelj podatkovne zbirke", + "Performance warning" : "Opozorilo učinkovitosti delovanja", + "SQLite will be used as database." : "Kot podatkovna zbirka bo uporabljena zbirka SQLite", + "For larger installations we recommend to choose a different database backend." : "Za večje namestitve je priporočljivo uporabiti drugo ozadnji program zbirke podatkov.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Uporaba SQLite ni priporočljiva iz varnostnih razlogov, še posebej če se sistem krajevno usklajuje z namizjem prek odjemalca.", + "Finish setup" : "Končaj nastavitev", + "Finishing …" : "Poteka zaključevanje opravila ...", + "Need help?" : "Ali potrebujete pomoč?", + "See the documentation" : "Preverite dokumentacijo", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.", + "More apps" : "Več aplikacij", + "Search" : "Poišči", + "This action requires you to confirm your password:" : "Ta operacija zahteva potrditev tvojega gesla:", + "Confirm your password" : "Potrdi svoje geslo", + "Server side authentication failed!" : "Overitev s strežnika je spodletela!", + "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", + "An internal error occurred." : "Prišlo je do notranje napake.", + "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", + "Username or email" : "Uporabniško ime ali elektronski naslov", + "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", + "Wrong password." : "Napačno geslo!", + "Log in" : "Prijava", + "Stay logged in" : "Ohrani prijavo", + "Alternative Logins" : "Druge prijavne možnosti", + "App token" : "Ključ aplikacije", + "Redirecting …" : "Presumerjam...", + "New password" : "Novo geslo", + "New Password" : "Novo geslo", + "Reset password" : "Ponastavi geslo", + "Two-factor authentication" : "Dvo-stopenjska prijava", + "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Na tvojem računu je vključena napredna varnost. Prosim, prijavi se z drugim korakom.", + "Cancel log in" : "Prekini prijavo", + "Use backup code" : "Uporabi rezervno šifro", + "Error while validating your second factor" : "Napaka med preverjanjem drugega koraka", + "You are accessing the server from an untrusted domain." : "Trenutno je vzpostavljena povezava s strežnikom preko ne-varne domene.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Glede na nastavitve bi lahko kot skrbnik uporabili spodnji gumb in domeno ročno določili kot varno.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", + "App update required" : "Zahtevana je posodobitev programa", + "%s will be updated to version %s" : "%s bo posodobljen na različico %s.", + "These apps will be updated:" : "Posodobljeni bodo naslednji vstavki:", + "These incompatible apps will be disabled:" : "Ti neskladni vstavki bodo onemogočeni:", + "The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", + "Start update" : "Začni posodobitev", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", + "Detailed logs" : "Podrobni dnevniški zapisi", + "Update needed" : "Zahtevana je posodobitev", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacijo</a>.", + "Upgrade via web on my own risk" : "Posodobi preko spleta na moje tveganje", + "This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko traja.", + "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", + "Thank you for your patience." : "Hvala za potrpežljivost!", + "Problem loading page, reloading in 5 seconds" : "Napaka nalaganja strani! Poskus ponovnega nalaganja bo izveden čez 5 sekund.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla ne bo mogoč dostop do datotek.<br />V primeru, da niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali ste prepričani, da želite nadaljevati?", + "Ok" : "V redu", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni prek Interneta, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop prek zunanjega omrežja ni mogoč, ali pa tako, da podatkovna mapa ni znotraj korenske mape strežnika.", + "Error while unsharing" : "Napaka med odstranjevanjem souporabe", + "can reshare" : "lahko deli", + "can edit" : "lahko ureja", + "can create" : "lahko ustvari", + "can change" : "lahko spremeni", + "can delete" : "lahko pobriše", + "access control" : "nadzor dostopa", + "Share with users or by mail..." : "Deli z uporabniki ali preko e-pošte...", + "Share with users or remote users..." : "Deli z uporabniki ali oddaljenimi uporabniki...", + "Share with users, remote users or by mail..." : "Deli z uporabniki, oddaljenimi uporabniki ali preko e-pošte...", + "Share with users or groups..." : "Deli z uporabniki ali skupinami...", + "Share with users, groups or by mail..." : "Deli z uporabniki, skupinami ali preko e-pošte...", + "Share with users, groups or remote users..." : "Souporaba z uporabniki, skupinami ali oddaljenimi uporabniki ...", + "Share with users, groups, remote users or by mail..." : "Deli z uporabniki, skupinami, oddaljenimi uporabniki ali preko e-pošte...", + "Share with users..." : "Deli z uporabniki...", + "The object type is not specified." : "Vrsta predmeta ni podana.", + "Enter new" : "Vnesite novo", + "Add" : "Dodaj", + "Edit tags" : "Uredi oznake", + "Error loading dialog template: {error}" : "Napaka nalaganja predloge pogovornega okna: {error}", + "No tags selected for deletion." : "Ni izbranih oznak za izbris.", + "The update was successful. Redirecting you to Nextcloud now." : "Posodobitev je bila uspešna. Stran bo preusmerjena na NextCloud", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n", + "The share will expire on %s." : "Povezava souporabe bo potekla %s.", + "Cheers!" : "Lep pozdrav!", + "Log out" : "Odjava", + "Use the following link to reset your password: {link}" : "Za ponastavitev gesla uporabite povezavo: {link}", + "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Pozdravljeni,<br><br>uporabnik %s vam je omogočil souporabo <strong>%s</strong>.<br><a href=\"%s\">Oglejte si vsebino!</a><br><br>", + "This Nextcloud instance is currently in single user mode." : "Ta seja oblaka Nextcloud je trenutno v načinu enega sočasnega uporabnika.", + "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", + "Please use the command line updater because you have a big instance." : "Posodobitev večjih namestitev je priporočljivo izvesti prek ukazne vrstice." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/core/l10n/sl.json b/core/l10n/sl.json new file mode 100644 index 00000000000..544437cbb58 --- /dev/null +++ b/core/l10n/sl.json @@ -0,0 +1,313 @@ +{ "translations": { + "Please select a file." : "Izberite datoteko", + "File is too big" : "Datoteka je prevelika", + "The selected file is not an image." : "Izbrana datoteka ni slika.", + "The selected file cannot be read." : "Izbrane datoteke ni mogoče prebrati.", + "Invalid file provided" : "Predložena je neveljavna datoteka", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", + "Crop is not square" : "Obrez ni pravokoten", + "Password reset is disabled" : "Ponastavitev gesla je izključena", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.", + "Password reset" : "Ponastavitev gesla", + "Reset your password" : "Ponastavi svoje geslo", + "%s password reset" : "Ponastavitev gesla %s", + "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "Preparing update" : "Pripravljanje posodobitve", + "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair warning: " : "Opozorilo popravila:", + "Repair error: " : "Napaka popravila:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Posodobitev sistema je treba izvesti prek ukazne vrstice, ker je nastavitev samodejne posodobitve v config.php onemogočena.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s", + "Turned on maintenance mode" : "Vzdrževalni način je omogočen", + "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", + "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven", + "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke", + "Updated database" : "Posodobljena podatkovna zbirka", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).", + "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke", + "Checking updates of apps" : "Poteka preverjanje za posodobitve programov", + "Checking for update of app \"%s\" in appstore" : "Preverjam posodobitev za aplikacijo \"%s\" v trgovini", + "Update app \"%s\" from appstore" : "Posodobi aplikacijo \"%s\" iz trgovine", + "Checked for update of app \"%s\" in appstore" : "Preverjena posodobitev za \"%s\" v trgovini", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).", + "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe", + "Updated \"%s\" to %s" : "Datoteka \"%s\" je posodobljena na %s", + "Set log level to debug" : "Nastavi raven beleženja za razhroščevanje", + "Reset log level" : "Počisti raven beleženja", + "Starting code integrity check" : "Začenjanje preverjanja stanja kode", + "Finished code integrity check" : "Končano preverjanje stanja kode", + "%s (3rdparty)" : "%s (zunanje)", + "%s (incompatible)" : "%s (neskladno)", + "Following apps have been disabled: %s" : "Navedeni programi so onemogočeni: %s", + "Already up to date" : "Sistem je že posodobljen", + "Search contacts …" : "Iščem stike...", + "No contacts found" : "Ne najdem stikov", + "Show all contacts …" : "Prikaži vse kontakte", + "There was an error loading your contacts" : "Prišlo je do napake pri nalaganju tvojih stikov", + "Loading your contacts …" : "Nalagam tvoje stike...", + "Looking for {term} …" : "Iščem {term} …", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Med preverjanjem celovitosti kode je prišlo do napak. Več podrobnosti …</a>", + "No action available" : "Ni akcij na voljo", + "Error fetching contact actions" : "Napaka pri branju operacij stikov", + "Settings" : "Nastavitve", + "Connection to server lost" : "Povezava s strežnikom spodletela", + "Saving..." : "Poteka shranjevanje ...", + "Dismiss" : "Opusti", + "This action requires you to confirm your password" : "Ta operacija zahteva potrditev tvojega gesla", + "Authentication required" : "Zahteva za avtentikacijo", + "Password" : "Geslo", + "Cancel" : "Prekliči", + "Confirm" : "Potrdi", + "seconds ago" : "pred nekaj sekundami", + "Logging in …" : "Prijava...", + "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na naveden elektronski naslov. V kolikor sporočila ne dobite v kratkem, preverite tudi mapo neželene pošte.<br> Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.", + "I know what I'm doing" : "Vem, kaj delam!", + "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", + "No" : "Ne", + "Yes" : "Da", + "No files in here" : "Tukaj ni datotek", + "Choose" : "Izbor", + "Error loading file picker template: {error}" : "Napaka nalaganja predloge izbirnika datotek: {error}", + "OK" : "V redu", + "Error loading message template: {error}" : "Napaka nalaganja predloge sporočil: {error}", + "read-only" : "le za branje", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"], + "One file conflict" : "En spor datotek", + "New Files" : "Nove datoteke", + "Already existing files" : "Obstoječe datoteke", + "Which files do you want to keep?" : "Katare datoteke želite ohraniti?", + "If you select both versions, the copied file will have a number added to its name." : "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.", + "Continue" : "Nadaljuj", + "(all selected)" : "(vse izbrano)", + "({count} selected)" : "({count} izbranih)", + "Error loading file exists template" : "Napaka nalaganja predloge obstoječih datotek", + "Pending" : "Na čakanju", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je vmesnik WebDAV videti okvarjen.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje \"{url}\". Več pdorobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti dovoljenja ukaza /dev/urandom za branje prek PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji<-a>", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP \"memcache\". Modul \\OC\\Memcache\\Memcached podpirao le \"memcached\", ne pa tudi \"memcache\". Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">na wiki straneh</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek …</a> / <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)", + "Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Glava \"{header}\" HTTP ni nastavljena na \"{expected}\". To je potencialno varnostna luknja in vam priporočamo, da to odpravite.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS. Več podrobnosti je zapisanih med <a href=\"{docUrl}\">varnostnimi namigi</a>.", + "Shared" : "V souporabi", + "Shared with {recipients}" : "V souporabi z {recipients}", + "Error setting expiration date" : "Napaka nastavljanja datuma preteka", + "The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.", + "Set expiration date" : "Nastavi datum preteka", + "Expiration" : "Datum preteka", + "Expiration date" : "Datum preteka", + "Choose a password for the public link" : "Izberite geslo za javno povezavo", + "Copied!" : "Skopirano!", + "Copy" : "Kopiraj", + "Not supported!" : "Ni podprto!", + "Press ⌘-C to copy." : "Pritisni ⌘-C za kopiranje.", + "Press Ctrl-C to copy." : "Pritisni Ctrl-C za kopiranje.", + "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", + "Share to {name}" : "Deli z {name}", + "Share link" : "Povezava za prejem", + "Link" : "Povezava", + "Password protect" : "Zaščiti z geslom", + "Allow editing" : "Dovoli urejanje", + "Email link to person" : "Posreduj povezavo po elektronski pošti", + "Send" : "Pošlji", + "Allow upload and editing" : "Dovoli nalaganje in urejanje", + "Read only" : "Samo branje", + "File drop (upload only)" : "File drop (samo nalaganje)", + "Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.", + "Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.", + "group" : "skupina", + "remote" : "oddaljeno", + "email" : "e-pošta", + "shared by {sharer}" : "deli {sharer}", + "Unshare" : "Prekliči souporabo", + "Can reshare" : "Lahko deli naprej", + "Can edit" : "Lahko popravlja", + "Can create" : "Lahko ustvari", + "Can change" : "Lahko spremeni", + "Can delete" : "Lahko pobriše", + "Access control" : "Nadzor dostopa", + "Could not unshare" : "Ni mogoče prekiniti souporabe", + "Error while sharing" : "Napaka med souporabo", + "Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.", + "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin za {search}", + "No users found for {search}" : "Ni uporabnikov, skladnih z iskalnim nizom {search}", + "An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.", + "{sharee} (group)" : "{sharee} (skupina)", + "{sharee} (remote)" : "{sharee} (oddaljeno)", + "{sharee} (email)" : "{sharee} (email)", + "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", + "Share" : "Souporaba", + "Name or email address..." : "Ime ali e-poštni naslov...", + "Name or federated cloud ID..." : "Ime ali ID oblaka...", + "Name, federated cloud ID or email address..." : "Ime, ID oblaka ali e-poštni naslov...", + "Name..." : "Ime...", + "Error" : "Napaka", + "Error removing share" : "Napaka odstranjevanja souporabe", + "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}", + "restricted" : "omejeno", + "invisible" : "nevidno", + "({scope})" : "({scope})", + "Delete" : "Izbriši", + "Rename" : "Preimenuj", + "Collaborative tags" : "Oznake sodelovanja", + "No tags found" : "Ne najdem oznak", + "unknown text" : "neznano besedilo", + "Hello world!" : "Pozdravljen svet!", + "sunny" : "sončno", + "Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}", + "Hello {name}" : "Pozdravljeni, {name}", + "new" : "novo", + "_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"], + "The update is in progress, leaving this page might interrupt the process in some environments." : "Posodobitev je v teku. Če zapustiš to stran, lahko, v določenih okoljih, prekineš proces", + "Update to {version}" : "Posodobi na {version}", + "An error occurred." : "Prišlo je do napake.", + "Please reload the page." : "Stran je treba ponovno naložiti", + "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Za več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev ni bila uspešna. Prosimo, prijavite to situacijo na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud skupnost</a>.", + "Continue to Nextcloud" : "Nadaljuj na Nextcloud", + "Searching other places" : "Iskanje drugih mest", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"], + "Personal" : "Osebno", + "Users" : "Uporabniki", + "Apps" : "Programi", + "Admin" : "Skrbništvo", + "Help" : "Pomoč", + "Access forbidden" : "Dostop je prepovedan", + "File not found" : "Datoteke ni mogoče najti", + "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", + "You can click here to return to %s." : "S klikom na povezavo boste vrnjeni na %s.", + "Internal Server Error" : "Notranja napaka strežnika", + "The server encountered an internal error and was unable to complete your request." : "Prišlo je do notranje napake, zato ni mogoče končati zahteve.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Stopite v stik s skrbnikom sistema, če se napaka pojavlja pogosto. V poročilo vključite tudi tehnične podatke v dnevniški datoteki.", + "More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniku strežnika.", + "Technical details" : "Tehnične podrobnosti", + "Remote Address: %s" : "Oddaljen naslov: %s", + "Request ID: %s" : "ID zahteve: %s", + "Type: %s" : "Vrsta: %s", + "Code: %s" : "Koda: %s", + "Message: %s" : "Sporočilo: %s", + "File: %s" : "Datoteka: %s", + "Line: %s" : "Vrstica: %s", + "Trace" : "Sledenje povezav", + "Security warning" : "Varnostno opozorilo", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Za več podrobnosti o pravilnem nastavljanju strežnika si oglejte <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dokumentacijo</a>.", + "Create an <strong>admin account</strong>" : "Ustvari <strong>skrbniški račun</strong>", + "Username" : "Uporabniško ime", + "Storage & database" : "Shramba in podatkovna zbirka", + "Data folder" : "Podatkovna mapa", + "Configure the database" : "Nastavi podatkovno zbirko", + "Only %s is available." : "Le %s je na voljo.", + "Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.", + "For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.", + "Database user" : "Uporabnik podatkovne zbirke", + "Database password" : "Geslo podatkovne zbirke", + "Database name" : "Ime podatkovne zbirke", + "Database tablespace" : "Razpredelnica podatkovne zbirke", + "Database host" : "Gostitelj podatkovne zbirke", + "Performance warning" : "Opozorilo učinkovitosti delovanja", + "SQLite will be used as database." : "Kot podatkovna zbirka bo uporabljena zbirka SQLite", + "For larger installations we recommend to choose a different database backend." : "Za večje namestitve je priporočljivo uporabiti drugo ozadnji program zbirke podatkov.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Uporaba SQLite ni priporočljiva iz varnostnih razlogov, še posebej če se sistem krajevno usklajuje z namizjem prek odjemalca.", + "Finish setup" : "Končaj nastavitev", + "Finishing …" : "Poteka zaključevanje opravila ...", + "Need help?" : "Ali potrebujete pomoč?", + "See the documentation" : "Preverite dokumentacijo", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.", + "More apps" : "Več aplikacij", + "Search" : "Poišči", + "This action requires you to confirm your password:" : "Ta operacija zahteva potrditev tvojega gesla:", + "Confirm your password" : "Potrdi svoje geslo", + "Server side authentication failed!" : "Overitev s strežnika je spodletela!", + "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", + "An internal error occurred." : "Prišlo je do notranje napake.", + "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", + "Username or email" : "Uporabniško ime ali elektronski naslov", + "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", + "Wrong password." : "Napačno geslo!", + "Log in" : "Prijava", + "Stay logged in" : "Ohrani prijavo", + "Alternative Logins" : "Druge prijavne možnosti", + "App token" : "Ključ aplikacije", + "Redirecting …" : "Presumerjam...", + "New password" : "Novo geslo", + "New Password" : "Novo geslo", + "Reset password" : "Ponastavi geslo", + "Two-factor authentication" : "Dvo-stopenjska prijava", + "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Na tvojem računu je vključena napredna varnost. Prosim, prijavi se z drugim korakom.", + "Cancel log in" : "Prekini prijavo", + "Use backup code" : "Uporabi rezervno šifro", + "Error while validating your second factor" : "Napaka med preverjanjem drugega koraka", + "You are accessing the server from an untrusted domain." : "Trenutno je vzpostavljena povezava s strežnikom preko ne-varne domene.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Glede na nastavitve bi lahko kot skrbnik uporabili spodnji gumb in domeno ročno določili kot varno.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", + "App update required" : "Zahtevana je posodobitev programa", + "%s will be updated to version %s" : "%s bo posodobljen na različico %s.", + "These apps will be updated:" : "Posodobljeni bodo naslednji vstavki:", + "These incompatible apps will be disabled:" : "Ti neskladni vstavki bodo onemogočeni:", + "The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", + "Start update" : "Začni posodobitev", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", + "Detailed logs" : "Podrobni dnevniški zapisi", + "Update needed" : "Zahtevana je posodobitev", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacijo</a>.", + "Upgrade via web on my own risk" : "Posodobi preko spleta na moje tveganje", + "This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko traja.", + "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", + "Thank you for your patience." : "Hvala za potrpežljivost!", + "Problem loading page, reloading in 5 seconds" : "Napaka nalaganja strani! Poskus ponovnega nalaganja bo izveden čez 5 sekund.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla ne bo mogoč dostop do datotek.<br />V primeru, da niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali ste prepričani, da želite nadaljevati?", + "Ok" : "V redu", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni prek Interneta, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop prek zunanjega omrežja ni mogoč, ali pa tako, da podatkovna mapa ni znotraj korenske mape strežnika.", + "Error while unsharing" : "Napaka med odstranjevanjem souporabe", + "can reshare" : "lahko deli", + "can edit" : "lahko ureja", + "can create" : "lahko ustvari", + "can change" : "lahko spremeni", + "can delete" : "lahko pobriše", + "access control" : "nadzor dostopa", + "Share with users or by mail..." : "Deli z uporabniki ali preko e-pošte...", + "Share with users or remote users..." : "Deli z uporabniki ali oddaljenimi uporabniki...", + "Share with users, remote users or by mail..." : "Deli z uporabniki, oddaljenimi uporabniki ali preko e-pošte...", + "Share with users or groups..." : "Deli z uporabniki ali skupinami...", + "Share with users, groups or by mail..." : "Deli z uporabniki, skupinami ali preko e-pošte...", + "Share with users, groups or remote users..." : "Souporaba z uporabniki, skupinami ali oddaljenimi uporabniki ...", + "Share with users, groups, remote users or by mail..." : "Deli z uporabniki, skupinami, oddaljenimi uporabniki ali preko e-pošte...", + "Share with users..." : "Deli z uporabniki...", + "The object type is not specified." : "Vrsta predmeta ni podana.", + "Enter new" : "Vnesite novo", + "Add" : "Dodaj", + "Edit tags" : "Uredi oznake", + "Error loading dialog template: {error}" : "Napaka nalaganja predloge pogovornega okna: {error}", + "No tags selected for deletion." : "Ni izbranih oznak za izbris.", + "The update was successful. Redirecting you to Nextcloud now." : "Posodobitev je bila uspešna. Stran bo preusmerjena na NextCloud", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n", + "The share will expire on %s." : "Povezava souporabe bo potekla %s.", + "Cheers!" : "Lep pozdrav!", + "Log out" : "Odjava", + "Use the following link to reset your password: {link}" : "Za ponastavitev gesla uporabite povezavo: {link}", + "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Pozdravljeni,<br><br>uporabnik %s vam je omogočil souporabo <strong>%s</strong>.<br><a href=\"%s\">Oglejte si vsebino!</a><br><br>", + "This Nextcloud instance is currently in single user mode." : "Ta seja oblaka Nextcloud je trenutno v načinu enega sočasnega uporabnika.", + "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", + "Please use the command line updater because you have a big instance." : "Posodobitev večjih namestitev je priporočljivo izvesti prek ukazne vrstice." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +}
\ No newline at end of file diff --git a/core/templates/login.php b/core/templates/login.php index 8545e5d07df..0801b3746df 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -61,7 +61,10 @@ script('core', 'merged-login'); </p> <?php } ?> - <input type="submit" id="submit" class="login primary icon-confirm-white" title="" value="<?php p($l->t('Log in')); ?>" disabled="disabled" /> + <div id="submit-wrapper"> + <input type="submit" id="submit" class="login primary" title="" value="<?php p($l->t('Log in')); ?>" disabled="disabled" /> + <div id="submit-icon" class="icon-confirm-white"></div> + </div> <div class="login-additional"> <div class="remember-login-container"> diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 650fd184acc..7bc1cc50f59 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -122,6 +122,9 @@ OC.L10N.register( "Expiration date is in the past" : "Expiration date is in the past", "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future", "%s shared »%s« with you" : "%s shared \"%s\" with you", + "%s shared »%s« with you." : "%s shared »%s« with you.", + "Click the button below to open it." : "Click the button below to open it.", + "Open »%s«" : "Open »%s«", "%s via %s" : "%s via %s", "The requested share does not exist anymore" : "The requested share does not exist anymore", "Could not find category \"%s\"" : "Could not find category \"%s\"", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 8ad0399e6b1..c73206bd791 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -120,6 +120,9 @@ "Expiration date is in the past" : "Expiration date is in the past", "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future", "%s shared »%s« with you" : "%s shared \"%s\" with you", + "%s shared »%s« with you." : "%s shared »%s« with you.", + "Click the button below to open it." : "Click the button below to open it.", + "Open »%s«" : "Open »%s«", "%s via %s" : "%s via %s", "The requested share does not exist anymore" : "The requested share does not exist anymore", "Could not find category \"%s\"" : "Could not find category \"%s\"", diff --git a/lib/l10n/is.js b/lib/l10n/is.js index e2c2abd773a..9e57689dd31 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -122,6 +122,9 @@ OC.L10N.register( "Expiration date is in the past" : "Gildistíminn er þegar runninn út", "Can’t set expiration date more than %s days in the future" : "Ekki er hægt að setja lokadagsetningu meira en %s daga fram í tímann", "%s shared »%s« with you" : "%s deildi »%s« með þér", + "%s shared »%s« with you." : "%s deildi »%s« með þér.", + "Click the button below to open it." : "Smelltu á hnappinn hér fyrir neðan til að opna það.", + "Open »%s«" : "Opna »%s«", "%s via %s" : "%s með %s", "The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", diff --git a/lib/l10n/is.json b/lib/l10n/is.json index 9957d7f8089..41516c67f0c 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -120,6 +120,9 @@ "Expiration date is in the past" : "Gildistíminn er þegar runninn út", "Can’t set expiration date more than %s days in the future" : "Ekki er hægt að setja lokadagsetningu meira en %s daga fram í tímann", "%s shared »%s« with you" : "%s deildi »%s« með þér", + "%s shared »%s« with you." : "%s deildi »%s« með þér.", + "Click the button below to open it." : "Smelltu á hnappinn hér fyrir neðan til að opna það.", + "Open »%s«" : "Opna »%s«", "%s via %s" : "%s með %s", "The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index e5f3ec70d99..6a5cfd0cc5b 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -122,6 +122,9 @@ OC.L10N.register( "Expiration date is in the past" : "Дата окончания срока действия уже прошла", "Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s shared »%s« with you." : "%s поделился »%s« с вами.", + "Click the button below to open it." : "Для открытия нажмите на кнопку ниже.", + "Open »%s«" : "Открыть »%s«", "%s via %s" : "%s через %s", "The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.", "Could not find category \"%s\"" : "Категория «%s» не найдена", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 92348342feb..997685de40b 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -120,6 +120,9 @@ "Expiration date is in the past" : "Дата окончания срока действия уже прошла", "Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s shared »%s« with you." : "%s поделился »%s« с вами.", + "Click the button below to open it." : "Для открытия нажмите на кнопку ниже.", + "Open »%s«" : "Открыть »%s«", "%s via %s" : "%s через %s", "The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.", "Could not find category \"%s\"" : "Категория «%s» не найдена", diff --git a/settings/css/settings.css b/settings/css/settings.css index 3fa064c95d1..cf9e7efbc88 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -2,20 +2,20 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ -select#languageinput, select#timezone { - width: 15em; -} - input#openid, input#webdav { width: 20em; } /* PERSONAL */ - .clear { clear: both; } +.icon-federation-menu { + width: 16px; + float: right; +} + /* icons for sidebar */ .nav-icon-personal-settings { background-image: url('../img/personal.svg?v=1'); @@ -41,13 +41,8 @@ input#openid, input#webdav { background-image: url('../img/password.svg?v=1'); } -#avatarform { - min-width: 145px; - padding-right: 0; -} - #avatarform .avatardiv { - margin-bottom: 10px; + margin: 10px auto; } #avatarform .warning { @@ -69,8 +64,7 @@ input#openid, input#webdav { #uploadavatarbutton, #selectavatar, #removeavatar { - width: 33px; - height: 33px; + padding: 21px; } .jcrop-holder { @@ -115,79 +109,86 @@ input#openid, input#webdav { float: right; } -#personal-settings-avatar-container { - float: left; +#personal-settings-avatar-container, +#personal-settings-group-container { + display: inline-block; + vertical-align: top; + width: 225px; } -#personal-settings-container { - position: relative; - float: left; - min-width: 280px; - max-width: 700px; - width: calc(100% - 200px); +.profile-settings-container, +.personal-settings-container { + display: inline-block; + max-width: 600px; + margin-bottom: 20px; } -#personal-settings-container:after { +.personal-settings-container:after { clear: both; } -#personal-settings-container > div { +.personal-settings-container > div, +.profile-settings-container > div { float: left; - height: 100px; - min-width: 300px; -} - -#personal-settings-container.no-edit > div { - height: 20px; - min-width: 200px; + width: 300px; } #avatarform > h2, -#personal-settings-container > div h2 { +.personal-settings-container > div h2 { position: relative; } -#personal-settings-container > div h2 span[class^="icon-"], +.personal-settings-container > div h2 { + margin-bottom: 5px; +} + +.personal-settings-container > div h2 span[class^="icon-"], #personal-settings-avatar-container h2 span[class^="icon-"] { - display: inline-block; - padding: 8px; - margin-left: -8px; - margin-bottom: -10px; + padding-left: 16px; background-size: 16px; + background-position: left 8px; opacity: .3; cursor: pointer; } +.personal-show-container, .personal-settings-setting-box input[type="text"], .personal-settings-setting-box input[type="email"], -.personal-settings-setting-box input[type="tel"] { - width: 17em; +.personal-settings-setting-box input[type="tel"], +select#timezone, +select#languageinput, +input#pass1, +input#pass2, +input#passwordbutton { + width: 100%; } -#personal-settings-container > div > form span[class^="icon-checkmark"] { - position: absolute; - left: 228px; - top: 82px; +.personal-settings-container > div > form span[class^="icon-checkmark"] { + position: relative; + left: 90%; + top: -44px; pointer-events: none; + width: 44px; } /* verify accounts */ -#personal-settings-container .verify { - position: absolute; - right: 14px; - top: 70px; +.personal-settings-container .verify { + position: relative; + left: 100%; + top: 0; + height: 0; } -#personal-settings-container .verify img { +.personal-settings-container .verify img { padding: 12px 7px 6px; } /* only show pointer cursor when popup will be there */ -#personal-settings-container .verify-action { +.personal-settings-container .verify-action { cursor: pointer; } -#personal-settings-container input:disabled { +.personal-settings-container input:disabled { background-color: white; color: black; border: none; @@ -213,7 +214,7 @@ input#openid, input#webdav { .federationScopeMenu { top: 44px; - margin: -5px 0px 0; + margin: -5px 5px 0; } .federationScopeMenu.bubble::after { @@ -232,26 +233,8 @@ input#openid, input#webdav { opacity: .75; } -#lostpassword, -#groups { - display: inline-block; - margin-bottom: 0; - padding-bottom: 0; - padding-right: 0; - min-width: 60%; -} - -#avatarform, -#passwordform { - margin-bottom: 0; - padding-bottom: 0; -} - -#groups { - overflow-wrap: break-word; - max-width: 75%; - display: block;; - clear: both; +#groups-groups { + padding-top: 5px; } .clientsbox img { @@ -952,8 +935,9 @@ span.version { margin: 8px 0; } -form.section { - position: relative; +.section { + padding: 10px 30px; + margin-bottom: 0; } .followupsection { diff --git a/settings/js/federationsettingsview.js b/settings/js/federationsettingsview.js index 1a0a3dcb4d1..d5537d19404 100644 --- a/settings/js/federationsettingsview.js +++ b/settings/js/federationsettingsview.js @@ -180,18 +180,24 @@ _setFieldScopeIcon: function(field, scope) { var $icon = this.$('#' + field + 'form > h2 > span'); + $icon.removeClass('icon-password'); $icon.removeClass('icon-contacts-dark'); $icon.removeClass('icon-link'); + $icon.addClass('hidden'); + switch (scope) { case 'private': $icon.addClass('icon-password'); + $icon.removeClass('hidden'); break; case 'contacts': $icon.addClass('icon-contacts-dark'); + $icon.removeClass('hidden'); break; case 'public': $icon.addClass('icon-link'); + $icon.removeClass('hidden'); break; } } diff --git a/settings/l10n/af.js b/settings/l10n/af.js index 175fb2c1f32..59d52e20267 100644 --- a/settings/l10n/af.js +++ b/settings/l10n/af.js @@ -55,12 +55,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-handvatsel @…", "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", + "Language" : "Taal", + "Help translate" : "Help met vertaling", "Password" : "Wagwoord", "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "Language" : "Taal", - "Help translate" : "Help met vertaling", "Device" : "Toestel", "App name" : "Toepnaam", "Create new app password" : "Skep nuwe toepwagwoord", diff --git a/settings/l10n/af.json b/settings/l10n/af.json index a7a516969d1..2c116a07041 100644 --- a/settings/l10n/af.json +++ b/settings/l10n/af.json @@ -53,12 +53,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-handvatsel @…", "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", + "Language" : "Taal", + "Help translate" : "Help met vertaling", "Password" : "Wagwoord", "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "Language" : "Taal", - "Help translate" : "Help met vertaling", "Device" : "Toestel", "App name" : "Toepnaam", "Create new app password" : "Skep nuwe toepwagwoord", diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js index 5dc9cebd056..978d6ca6f68 100644 --- a/settings/l10n/ar.js +++ b/settings/l10n/ar.js @@ -58,12 +58,12 @@ OC.L10N.register( "Cancel" : "الغاء", "Email" : "البريد الإلكترونى", "Your email address" : "عنوانك البريدي", + "Language" : "اللغة", + "Help translate" : "ساعد في الترجمه", "Password" : "كلمة المرور", "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "Language" : "اللغة", - "Help translate" : "ساعد في الترجمه", "Username" : "إسم المستخدم", "Settings" : "الإعدادات", "E-Mail" : "بريد إلكتروني", diff --git a/settings/l10n/ar.json b/settings/l10n/ar.json index c5c3f66b414..38dfa5baf49 100644 --- a/settings/l10n/ar.json +++ b/settings/l10n/ar.json @@ -56,12 +56,12 @@ "Cancel" : "الغاء", "Email" : "البريد الإلكترونى", "Your email address" : "عنوانك البريدي", + "Language" : "اللغة", + "Help translate" : "ساعد في الترجمه", "Password" : "كلمة المرور", "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "Language" : "اللغة", - "Help translate" : "ساعد في الترجمه", "Username" : "إسم المستخدم", "Settings" : "الإعدادات", "E-Mail" : "بريد إلكتروني", diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js index 0cb73145543..212399c858f 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -219,12 +219,12 @@ OC.L10N.register( "Link https://…" : "Enllaz https://…", "Twitter" : "Twitter", "You are member of the following groups:" : "Yes miembru de los grupos de darréu:", + "Language" : "Llingua", + "Help translate" : "Ayúdanos nes traducciones", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "Language" : "Llingua", - "Help translate" : "Ayúdanos nes traducciones", "Device" : "Preséu", "App name" : "Nome d'aplicación", "For security reasons this password will only be shown once." : "Por razones de seguranza, esta contraseña namái s'amosará una vegada.", diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index 9f6c11d7614..a94eb177e9c 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -217,12 +217,12 @@ "Link https://…" : "Enllaz https://…", "Twitter" : "Twitter", "You are member of the following groups:" : "Yes miembru de los grupos de darréu:", + "Language" : "Llingua", + "Help translate" : "Ayúdanos nes traducciones", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "Language" : "Llingua", - "Help translate" : "Ayúdanos nes traducciones", "Device" : "Preséu", "App name" : "Nome d'aplicación", "For security reasons this password will only be shown once." : "Por razones de seguranza, esta contraseña namái s'amosará una vegada.", diff --git a/settings/l10n/az.js b/settings/l10n/az.js index 099277c51fd..87f963eab6b 100644 --- a/settings/l10n/az.js +++ b/settings/l10n/az.js @@ -119,12 +119,12 @@ OC.L10N.register( "Your email address" : "Sizin email ünvanı", "No email address set" : "Email ünvanı dəsti yoxdur", "You are member of the following groups:" : "Siz göstərilən qrupların üzvüsünüz:", + "Language" : "Dil", + "Help translate" : "Tərcüməyə kömək", "Password" : "Şifrə", "Current password" : "Hazırkı şifrə", "New password" : "Yeni şifrə", "Change password" : "Şifrəni dəyiş", - "Language" : "Dil", - "Help translate" : "Tərcüməyə kömək", "Username" : "İstifadəçi adı", "Done" : "Edildi", "Show storage location" : "Depo ünvanını göstər", diff --git a/settings/l10n/az.json b/settings/l10n/az.json index bb6809526a7..ea87f4f4ba6 100644 --- a/settings/l10n/az.json +++ b/settings/l10n/az.json @@ -117,12 +117,12 @@ "Your email address" : "Sizin email ünvanı", "No email address set" : "Email ünvanı dəsti yoxdur", "You are member of the following groups:" : "Siz göstərilən qrupların üzvüsünüz:", + "Language" : "Dil", + "Help translate" : "Tərcüməyə kömək", "Password" : "Şifrə", "Current password" : "Hazırkı şifrə", "New password" : "Yeni şifrə", "Change password" : "Şifrəni dəyiş", - "Language" : "Dil", - "Help translate" : "Tərcüməyə kömək", "Username" : "İstifadəçi adı", "Done" : "Edildi", "Show storage location" : "Depo ünvanını göstər", diff --git a/settings/l10n/bg.js b/settings/l10n/bg.js index 92e03c86a7e..48239466f4c 100644 --- a/settings/l10n/bg.js +++ b/settings/l10n/bg.js @@ -165,12 +165,12 @@ OC.L10N.register( "Website" : "Уеб страница", "Twitter" : "Twitter", "You are member of the following groups:" : "Член сте на следните групи:", + "Language" : "Език", + "Help translate" : "Помогнете с превода", "Password" : "Парола", "Current password" : "Текуща парола", "New password" : "Нова парола", "Change password" : "Промяна на паролата", - "Language" : "Език", - "Help translate" : "Помогнете с превода", "Web, desktop and mobile clients currently logged in to your account." : "Уеб, настолни и мобилни клиенти, които в момента са вписани чрез вашия акаунт.", "Device" : "Устройство", "Last activity" : "Последна активност", diff --git a/settings/l10n/bg.json b/settings/l10n/bg.json index 58767aac04d..e5f3e750c9f 100644 --- a/settings/l10n/bg.json +++ b/settings/l10n/bg.json @@ -163,12 +163,12 @@ "Website" : "Уеб страница", "Twitter" : "Twitter", "You are member of the following groups:" : "Член сте на следните групи:", + "Language" : "Език", + "Help translate" : "Помогнете с превода", "Password" : "Парола", "Current password" : "Текуща парола", "New password" : "Нова парола", "Change password" : "Промяна на паролата", - "Language" : "Език", - "Help translate" : "Помогнете с превода", "Web, desktop and mobile clients currently logged in to your account." : "Уеб, настолни и мобилни клиенти, които в момента са вписани чрез вашия акаунт.", "Device" : "Устройство", "Last activity" : "Последна активност", diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js index b21efc2b411..918deaa54cc 100644 --- a/settings/l10n/bn_BD.js +++ b/settings/l10n/bn_BD.js @@ -42,12 +42,12 @@ OC.L10N.register( "Cancel" : "বাতির", "Email" : "ইমেইল", "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Language" : "ভাষা", + "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Password" : "কূটশব্দ", "Current password" : "বর্তমান কূটশব্দ", "New password" : "নতুন কূটশব্দ", "Change password" : "কূটশব্দ পরিবর্তন করুন", - "Language" : "ভাষা", - "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Username" : "ব্যবহারকারী", "Done" : "শেষ হলো", "Create" : "তৈরী কর", diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json index 77c7f1190b1..4b4c6121bce 100644 --- a/settings/l10n/bn_BD.json +++ b/settings/l10n/bn_BD.json @@ -40,12 +40,12 @@ "Cancel" : "বাতির", "Email" : "ইমেইল", "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Language" : "ভাষা", + "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Password" : "কূটশব্দ", "Current password" : "বর্তমান কূটশব্দ", "New password" : "নতুন কূটশব্দ", "Change password" : "কূটশব্দ পরিবর্তন করুন", - "Language" : "ভাষা", - "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Username" : "ব্যবহারকারী", "Done" : "শেষ হলো", "Create" : "তৈরী কর", diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js index 1ad404c37a0..19222626af7 100644 --- a/settings/l10n/bs.js +++ b/settings/l10n/bs.js @@ -102,12 +102,12 @@ OC.L10N.register( "Cancel" : "Odustani", "Email" : "E-pošta", "Your email address" : "Vaša adresa e-pošte", + "Language" : "Jezik", + "Help translate" : "Pomozi prevesti", "Password" : "Lozinka", "Current password" : "Trenutna lozinka", "New password" : "Nova lozinka", "Change password" : "Promijeni lozinku", - "Language" : "Jezik", - "Help translate" : "Pomozi prevesti", "Username" : "Korisničko ime", "Show storage location" : "Prikaži mjesto pohrane", "Show user backend" : "Prikaži korisničku pozadinu (backend)", diff --git a/settings/l10n/bs.json b/settings/l10n/bs.json index 98d76ae639d..25214b322f5 100644 --- a/settings/l10n/bs.json +++ b/settings/l10n/bs.json @@ -100,12 +100,12 @@ "Cancel" : "Odustani", "Email" : "E-pošta", "Your email address" : "Vaša adresa e-pošte", + "Language" : "Jezik", + "Help translate" : "Pomozi prevesti", "Password" : "Lozinka", "Current password" : "Trenutna lozinka", "New password" : "Nova lozinka", "Change password" : "Promijeni lozinku", - "Language" : "Jezik", - "Help translate" : "Pomozi prevesti", "Username" : "Korisničko ime", "Show storage location" : "Prikaži mjesto pohrane", "Show user backend" : "Prikaži korisničku pozadinu (backend)", diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js index da37e1e3048..efdae6642a5 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -273,12 +273,12 @@ OC.L10N.register( "It can take up to 24 hours before the account is displayed as verified." : "Pot prendre fins a 24 hores abans que aparegui el compte com a verificat.", "Twitter" : "Twitter", "You are member of the following groups:" : "Vostè és membre dels següents grups:", + "Language" : "Idioma", + "Help translate" : "Ajudeu-nos amb la traducció", "Password" : "Contrasenya", "Current password" : "Contrasenya actual", "New password" : "Contrasenya nova", "Change password" : "Canvia la contrasenya", - "Language" : "Idioma", - "Help translate" : "Ajudeu-nos amb la traducció", "Web, desktop and mobile clients currently logged in to your account." : "Clients Web, d'escriptori i mòbils connectats actualment al seu compte", "Device" : "Dispositiu", "Last activity" : "Última activitat", diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index 5052af0210a..937a77ffbd4 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -271,12 +271,12 @@ "It can take up to 24 hours before the account is displayed as verified." : "Pot prendre fins a 24 hores abans que aparegui el compte com a verificat.", "Twitter" : "Twitter", "You are member of the following groups:" : "Vostè és membre dels següents grups:", + "Language" : "Idioma", + "Help translate" : "Ajudeu-nos amb la traducció", "Password" : "Contrasenya", "Current password" : "Contrasenya actual", "New password" : "Contrasenya nova", "Change password" : "Canvia la contrasenya", - "Language" : "Idioma", - "Help translate" : "Ajudeu-nos amb la traducció", "Web, desktop and mobile clients currently logged in to your account." : "Clients Web, d'escriptori i mòbils connectats actualment al seu compte", "Device" : "Dispositiu", "Last activity" : "Última activitat", diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js index d4ef3099ab9..86c81561e12 100644 --- a/settings/l10n/cs.js +++ b/settings/l10n/cs.js @@ -333,12 +333,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Přezdívka na Twitteru @…", "You are member of the following groups:" : "Patříte do následujících skupin:", + "Language" : "Jazyk", + "Help translate" : "Pomoci s překladem", "Password" : "Heslo", "Current password" : "Současné heslo", "New password" : "Nové heslo", "Change password" : "Změnit heslo", - "Language" : "Jazyk", - "Help translate" : "Pomoci s překladem", "Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví a mobilní klienti aktuálně přihlášeni k vašemu účtu.", "Device" : "Přístroj", "Last activity" : "Poslední aktivita", diff --git a/settings/l10n/cs.json b/settings/l10n/cs.json index 5111c5b57e6..6ebe89333ea 100644 --- a/settings/l10n/cs.json +++ b/settings/l10n/cs.json @@ -331,12 +331,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Přezdívka na Twitteru @…", "You are member of the following groups:" : "Patříte do následujících skupin:", + "Language" : "Jazyk", + "Help translate" : "Pomoci s překladem", "Password" : "Heslo", "Current password" : "Současné heslo", "New password" : "Nové heslo", "Change password" : "Změnit heslo", - "Language" : "Jazyk", - "Help translate" : "Pomoci s překladem", "Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví a mobilní klienti aktuálně přihlášeni k vašemu účtu.", "Device" : "Přístroj", "Last activity" : "Poslední aktivita", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index bea8701d7df..2f5e89587fe 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -161,12 +161,12 @@ OC.L10N.register( "Your email address" : "Din e-mailadresse", "No email address set" : "Der er ikke angivet e-mailadresse", "You are member of the following groups:" : "Du er medlem af følgende grupper:", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", "Password" : "Kodeord", "Current password" : "Nuværende adgangskode", "New password" : "Nyt kodeord", "Change password" : "Skift kodeord", - "Language" : "Sprog", - "Help translate" : "Hjælp med oversættelsen", "Username" : "Brugernavn", "Done" : "Færdig", "Show storage location" : "Vis placering af lageret", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index fe5696b4446..3d0631245d0 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -159,12 +159,12 @@ "Your email address" : "Din e-mailadresse", "No email address set" : "Der er ikke angivet e-mailadresse", "You are member of the following groups:" : "Du er medlem af følgende grupper:", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", "Password" : "Kodeord", "Current password" : "Nuværende adgangskode", "New password" : "Nyt kodeord", "Change password" : "Skift kodeord", - "Language" : "Sprog", - "Help translate" : "Hjælp med oversættelsen", "Username" : "Brugernavn", "Done" : "Færdig", "Show storage location" : "Vis placering af lageret", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 823eb439b96..3e1672c16da 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -334,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", + "Language" : "Sprache", + "Help translate" : "Hilf bei der Übersetzung", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", "New password" : "Neues Passwort", "Change password" : "Passwort ändern", - "Language" : "Sprache", - "Help translate" : "Hilf bei der Übersetzung", "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 53c36dcf905..eaa941ebc89 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -332,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", + "Language" : "Sprache", + "Help translate" : "Hilf bei der Übersetzung", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", "New password" : "Neues Passwort", "Change password" : "Passwort ändern", - "Language" : "Sprache", - "Help translate" : "Hilf bei der Übersetzung", "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 51d2b423e14..eb40c6a533c 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -334,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", "New password" : "Neues Passwort", "Change password" : "Passwort ändern", - "Language" : "Sprache", - "Help translate" : "Helfen Sie bei der Übersetzung", "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 2b2456adcf8..13fd1e6a256 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -332,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", "New password" : "Neues Passwort", "Change password" : "Passwort ändern", - "Language" : "Sprache", - "Help translate" : "Helfen Sie bei der Übersetzung", "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index f3fc0a67f5d..0518b657ac2 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -303,12 +303,12 @@ OC.L10N.register( "Link https://…" : "Σύνδεσμος https://…", "Twitter" : "Twitter", "You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", + "Language" : "Γλώσσα", + "Help translate" : "Βοηθήστε στη μετάφραση", "Password" : "Συνθηματικό", "Current password" : "Τρέχων συνθηματικό", "New password" : "Νέο συνθηματικό", "Change password" : "Αλλαγή συνθηματικού", - "Language" : "Γλώσσα", - "Help translate" : "Βοηθήστε στη μετάφραση", "Web, desktop and mobile clients currently logged in to your account." : " ", "Device" : "Συσκευή", "Last activity" : "Τελευταία δραστηριότητα", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 3889f1fda13..300273ff007 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -301,12 +301,12 @@ "Link https://…" : "Σύνδεσμος https://…", "Twitter" : "Twitter", "You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", + "Language" : "Γλώσσα", + "Help translate" : "Βοηθήστε στη μετάφραση", "Password" : "Συνθηματικό", "Current password" : "Τρέχων συνθηματικό", "New password" : "Νέο συνθηματικό", "Change password" : "Αλλαγή συνθηματικού", - "Language" : "Γλώσσα", - "Help translate" : "Βοηθήστε στη μετάφραση", "Web, desktop and mobile clients currently logged in to your account." : " ", "Device" : "Συσκευή", "Last activity" : "Τελευταία δραστηριότητα", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 768afb4f51a..79fdc8c26cf 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -249,6 +249,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.", "Start migration" : "Start migration", "Security & setup warnings" : "Security & setup warnings", + "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." : "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.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", "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." : "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.", "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." : "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.", @@ -333,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter handle @…", "You are member of the following groups:" : "You are member of the following groups:", + "Language" : "Language", + "Help translate" : "Help translate", "Password" : "Password", "Current password" : "Current password", "New password" : "New password", "Change password" : "Change password", - "Language" : "Language", - "Help translate" : "Help translate", "Web, desktop and mobile clients currently logged in to your account." : "Web, desktop and mobile clients currently logged in to your account.", "Device" : "Device", "Last activity" : "Last activity", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 3b49b6a65d9..60092ed4fef 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -247,6 +247,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.", "Start migration" : "Start migration", "Security & setup warnings" : "Security & setup warnings", + "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." : "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.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", "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." : "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.", "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." : "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.", @@ -331,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter handle @…", "You are member of the following groups:" : "You are member of the following groups:", + "Language" : "Language", + "Help translate" : "Help translate", "Password" : "Password", "Current password" : "Current password", "New password" : "New password", "Change password" : "Change password", - "Language" : "Language", - "Help translate" : "Help translate", "Web, desktop and mobile clients currently logged in to your account." : "Web, desktop and mobile clients currently logged in to your account.", "Device" : "Device", "Last activity" : "Last activity", diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js index f9821ee4432..d0307cd9f11 100644 --- a/settings/l10n/eo.js +++ b/settings/l10n/eo.js @@ -83,12 +83,12 @@ OC.L10N.register( "Full name" : "Plena nomo", "Email" : "Retpoŝto", "Your email address" : "Via retpoŝta adreso", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", "Password" : "Pasvorto", "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "Language" : "Lingvo", - "Help translate" : "Helpu traduki", "Username" : "Uzantonomo", "Done" : "Farita", "Show user backend" : "Montri uzantomotoron", diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json index 35cce400247..97da733ffb0 100644 --- a/settings/l10n/eo.json +++ b/settings/l10n/eo.json @@ -81,12 +81,12 @@ "Full name" : "Plena nomo", "Email" : "Retpoŝto", "Your email address" : "Via retpoŝta adreso", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", "Password" : "Pasvorto", "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "Language" : "Lingvo", - "Help translate" : "Helpu traduki", "Username" : "Uzantonomo", "Done" : "Farita", "Show user backend" : "Montri uzantomotoron", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 39e89675e20..d25cd12987a 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -249,6 +249,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Se necesita migrar las claves de cifrado del antiguo sistema (ownCloud <= 8.0) al nuevo sistema.", "Start migration" : "Iniciar migración", "Security & setup warnings" : "Avisos de seguridad y configuración", + "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." : "Es importante para la seguridad y rendimiento de su instalación que todo esté configurado correctamente. Para ayudarle con ello estamos realizando algunas comprobaciones automáticas. Por favor mire la sección Pistas y Trucos y la documentación para más información.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece que no está configurado correctamente para solicitar las variables de entorno del sistema. La prueba con getenv(\"PATH\") sólo devuelve una respuesta vacía.", "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." : "Por favor revisa la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para ver notas de configuración de PHP y comprobar la configuración PHP de tu servidor, especialmente cuando se está usando php-fpm.", "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." : "Se ha habilitado la configuración de sólo lectura. Esto evita tener que ajustar algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse modificable manualmente para cada actualización.", @@ -333,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Usuario de Twitter @...", "You are member of the following groups:" : "Es miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayúdanos a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index b9419ca63bb..69d98735fab 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -247,6 +247,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Se necesita migrar las claves de cifrado del antiguo sistema (ownCloud <= 8.0) al nuevo sistema.", "Start migration" : "Iniciar migración", "Security & setup warnings" : "Avisos de seguridad y configuración", + "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." : "Es importante para la seguridad y rendimiento de su instalación que todo esté configurado correctamente. Para ayudarle con ello estamos realizando algunas comprobaciones automáticas. Por favor mire la sección Pistas y Trucos y la documentación para más información.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece que no está configurado correctamente para solicitar las variables de entorno del sistema. La prueba con getenv(\"PATH\") sólo devuelve una respuesta vacía.", "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." : "Por favor revisa la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para ver notas de configuración de PHP y comprobar la configuración PHP de tu servidor, especialmente cuando se está usando php-fpm.", "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." : "Se ha habilitado la configuración de sólo lectura. Esto evita tener que ajustar algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse modificable manualmente para cada actualización.", @@ -331,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Usuario de Twitter @...", "You are member of the following groups:" : "Es miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayúdanos a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js index 88242cb589b..91becec6a27 100644 --- a/settings/l10n/es_AR.js +++ b/settings/l10n/es_AR.js @@ -318,12 +318,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Cuenta de twitter @...", "You are member of the following groups:" : "Usted es un miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayude a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayude a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en su cuenta. ", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json index e0e2397f47e..4ad1c19b0b3 100644 --- a/settings/l10n/es_AR.json +++ b/settings/l10n/es_AR.json @@ -316,12 +316,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Cuenta de twitter @...", "You are member of the following groups:" : "Usted es un miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayude a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayude a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en su cuenta. ", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index 56965b165cf..7a8b4454030 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -334,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Cuenta de twitter @...", "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayuda a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayuda a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en tu cuenta. ", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index ced4947a30a..f373f62df3e 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -332,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Cuenta de twitter @...", "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", + "Language" : "Idioma", + "Help translate" : "Ayuda a traducir", "Password" : "Contraseña", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "Language" : "Idioma", - "Help translate" : "Ayuda a traducir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en tu cuenta. ", "Device" : "Dispositivo", "Last activity" : "Última actividad", diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js index 9cbbad067ff..4328335abec 100644 --- a/settings/l10n/et_EE.js +++ b/settings/l10n/et_EE.js @@ -138,12 +138,12 @@ OC.L10N.register( "Your email address" : "Sinu e-posti aadress", "No email address set" : "E-posti aadressi pole veel määratud", "You are member of the following groups:" : "Sa oled nende gruppide liige:", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", "Password" : "Parool", "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "Language" : "Keel", - "Help translate" : "Aita tõlkida", "Username" : "Kasutajanimi", "Done" : "Valmis", "Show storage location" : "Näita salvestusruumi asukohta", diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json index 0edba74e37b..71ca6eb5e15 100644 --- a/settings/l10n/et_EE.json +++ b/settings/l10n/et_EE.json @@ -136,12 +136,12 @@ "Your email address" : "Sinu e-posti aadress", "No email address set" : "E-posti aadressi pole veel määratud", "You are member of the following groups:" : "Sa oled nende gruppide liige:", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", "Password" : "Parool", "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "Language" : "Keel", - "Help translate" : "Aita tõlkida", "Username" : "Kasutajanimi", "Done" : "Valmis", "Show storage location" : "Näita salvestusruumi asukohta", diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js index 69f8d402fbe..80a699abded 100644 --- a/settings/l10n/eu.js +++ b/settings/l10n/eu.js @@ -235,12 +235,12 @@ OC.L10N.register( "Website" : "Web orria", "Twitter" : "Twitter", "You are member of the following groups:" : "Zuk honako talde kide zara:", + "Language" : "Hizkuntza", + "Help translate" : "Lagundu itzultzen", "Password" : "Pasahitza", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Change password" : "Aldatu pasahitza", - "Language" : "Hizkuntza", - "Help translate" : "Lagundu itzultzen", "Web, desktop and mobile clients currently logged in to your account." : "Web-gune, mahaigain eta mugikorrean zure kontuan saioa hasita dago.", "Device" : "Gailu", "Last activity" : "Azken jarduera", diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json index 5807c1a50a8..bce9c76ee74 100644 --- a/settings/l10n/eu.json +++ b/settings/l10n/eu.json @@ -233,12 +233,12 @@ "Website" : "Web orria", "Twitter" : "Twitter", "You are member of the following groups:" : "Zuk honako talde kide zara:", + "Language" : "Hizkuntza", + "Help translate" : "Lagundu itzultzen", "Password" : "Pasahitza", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Change password" : "Aldatu pasahitza", - "Language" : "Hizkuntza", - "Help translate" : "Lagundu itzultzen", "Web, desktop and mobile clients currently logged in to your account." : "Web-gune, mahaigain eta mugikorrean zure kontuan saioa hasita dago.", "Device" : "Gailu", "Last activity" : "Azken jarduera", diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js index 3731cd32b83..cbc8083325f 100644 --- a/settings/l10n/fa.js +++ b/settings/l10n/fa.js @@ -136,12 +136,12 @@ OC.L10N.register( "Your email address" : "پست الکترونیکی شما", "No email address set" : "آدرسایمیلی تنظیم نشده است", "You are member of the following groups:" : "شما عضو این گروهها هستید:", + "Language" : "زبان", + "Help translate" : "به ترجمه آن کمک کنید", "Password" : "گذرواژه", "Current password" : "گذرواژه کنونی", "New password" : "گذرواژه جدید", "Change password" : "تغییر گذر واژه", - "Language" : "زبان", - "Help translate" : "به ترجمه آن کمک کنید", "Username" : "نام کاربری", "Show storage location" : "نمایش محل ذخیرهسازی", "Show email address" : "نمایش پست الکترونیکی", diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json index 285f33a4097..045486991f3 100644 --- a/settings/l10n/fa.json +++ b/settings/l10n/fa.json @@ -134,12 +134,12 @@ "Your email address" : "پست الکترونیکی شما", "No email address set" : "آدرسایمیلی تنظیم نشده است", "You are member of the following groups:" : "شما عضو این گروهها هستید:", + "Language" : "زبان", + "Help translate" : "به ترجمه آن کمک کنید", "Password" : "گذرواژه", "Current password" : "گذرواژه کنونی", "New password" : "گذرواژه جدید", "Change password" : "تغییر گذر واژه", - "Language" : "زبان", - "Help translate" : "به ترجمه آن کمک کنید", "Username" : "نام کاربری", "Show storage location" : "نمایش محل ذخیرهسازی", "Show email address" : "نمایش پست الکترونیکی", diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js index 0c3cd0f680c..506a755d342 100644 --- a/settings/l10n/fi.js +++ b/settings/l10n/fi.js @@ -291,12 +291,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-tunnus @…", "You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:", + "Language" : "Kieli", + "Help translate" : "Auta kääntämisessä", "Password" : "Salasana", "Current password" : "Nykyinen salasana", "New password" : "Uusi salasana", "Change password" : "Vaihda salasana", - "Language" : "Kieli", - "Help translate" : "Auta kääntämisessä", "Web, desktop and mobile clients currently logged in to your account." : "Verkko-, työpöytä- ja mobiililaitteet, jotka ovat parhaillaan kirjautuneet tilillesi.", "Device" : "Laite", "Last activity" : "Viimeksi käytetty", diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json index 169955b71c3..a431a9a58b6 100644 --- a/settings/l10n/fi.json +++ b/settings/l10n/fi.json @@ -289,12 +289,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-tunnus @…", "You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:", + "Language" : "Kieli", + "Help translate" : "Auta kääntämisessä", "Password" : "Salasana", "Current password" : "Nykyinen salasana", "New password" : "Uusi salasana", "Change password" : "Vaihda salasana", - "Language" : "Kieli", - "Help translate" : "Auta kääntämisessä", "Web, desktop and mobile clients currently logged in to your account." : "Verkko-, työpöytä- ja mobiililaitteet, jotka ovat parhaillaan kirjautuneet tilillesi.", "Device" : "Laite", "Last activity" : "Viimeksi käytetty", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 22069fcc180..03853b07d8e 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -256,7 +256,7 @@ OC.L10N.register( "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP semble configuré de manière à supprimer les blocs PHPdoc du code. Cela rendra plusieurs applications de base inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, il est recommandé de mettre %1$s à jour.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Afin d'améliorer la stabilité et les performances de votre instance Nextcloud, il est recommandé de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.", "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." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", "System locale can not be set to a one which supports UTF-8." : "Les paramètres régionaux n'ont pu être configurés avec prise en charge d'UTF-8.", @@ -264,13 +264,13 @@ OC.L10N.register( "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Il est fortement recommandé d'installer sur votre système les paquets nécessaires à la prise en charge de l'un des paramètres régionaux suivants : %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\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", - "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>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guides d'installation ↗</a>, et vérifier les erreurs ou avertissements dans les <a href=\"%s\">logs</a>.", + "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>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guides d'installation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%s\">logs</a> de cette instance.", "All checks passed." : "Tous les tests ont réussi.", "Background jobs" : "Tâches de fond", "Last job ran %s." : "Dernière tâche exécutée %s.", "Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.", "Background job didn’t run yet!" : "La tâche de fond n'a pas encore tourné!", - "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." : "Pour une performance optimale, il est important de configurer correctement lex travaux en arrière-plan. Pour les plus grosses instances, 'Cron' est le paramètre recommandé. Veuillez consulter la documentation pour plus d'informations.", + "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." : "Afin d'optimiser au mieux la performance de votre instance, il est important de configurer correctement les travaux en arrière-plan. 'Cron' est le paramètre recommandé pour les instances de taille importante. Veuillez vous référer à la documentation Nextcloud pour plus d'informations à ce sujet.", "Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page", "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php est enregistré à un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP.", "Use system cron service to call the cron.php file every 15 minutes." : "Utiliser le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", @@ -334,19 +334,19 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Pseudo Twitter @...", "You are member of the following groups:" : "Vous êtes membre des groupes suivants :", + "Language" : "Langue", + "Help translate" : "Aidez à traduire", "Password" : "Mot de passe", "Current password" : "Mot de passe actuel", "New password" : "Nouveau mot de passe", "Change password" : "Changer de mot de passe", - "Language" : "Langue", - "Help translate" : "Aidez à traduire", "Web, desktop and mobile clients currently logged in to your account." : "Clients web, desktop et mobiles actuellement connectés sur votre compte.", "Device" : "Appareil", "Last activity" : "Dernière activité", "App name" : "Nom de l'application", "Create new app password" : "Créer un nouveau mot de passe d'application", "Use the credentials below to configure your app or device." : "Utilisez les informations d'identification ci-dessous pour configurer votre application ou appareil.", - "For security reasons this password will only be shown once." : "Pour des raisons de sécurités ce mot de passe sera affiche une seule fois.", + "For security reasons this password will only be shown once." : "Pour des raisons de sécurité, ce mot de passe ne sera affiché qu'une seule fois.", "Username" : "Nom d'utilisateur", "Done" : "Terminé", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.", @@ -440,7 +440,7 @@ OC.L10N.register( "Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!", "Show last log in" : "Montrer la dernière connexion", "Verifying" : "Vérification en cours", - "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." : "C'est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider, nous effectuons quelques vérifications automatiques. Veuillez consulter la section Trucs & Astuces et la documentation pour plus d'informations.", + "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." : "Il est important pour la sécurité et la performance de votre instance que celle-ci soit correctement configurée. Afin de vous aider, votre instance Nextcloud effectue quelques vérifications automatiques. Pour de plus amples informations, veuillez consulter la section Trucs & Astuces, ainsi que la documentation Nextcloud.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection du type MIME.", "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clients web, desktop, mobiles et mots de passe spécifiques d'application qui ont actuellement accès à votre compte.", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Ici vous pouvez générer des mots de passe individuels pour les applications pour éviter de communiquer votre mot de passe. Vous pouvez aussi les révoquer individuellement.", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 7634f833c08..e16593258ab 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -254,7 +254,7 @@ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP semble configuré de manière à supprimer les blocs PHPdoc du code. Cela rendra plusieurs applications de base inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, il est recommandé de mettre %1$s à jour.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Afin d'améliorer la stabilité et les performances de votre instance Nextcloud, il est recommandé de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.", "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." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", "System locale can not be set to a one which supports UTF-8." : "Les paramètres régionaux n'ont pu être configurés avec prise en charge d'UTF-8.", @@ -262,13 +262,13 @@ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Il est fortement recommandé d'installer sur votre système les paquets nécessaires à la prise en charge de l'un des paramètres régionaux suivants : %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\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", - "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>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guides d'installation ↗</a>, et vérifier les erreurs ou avertissements dans les <a href=\"%s\">logs</a>.", + "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>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guides d'installation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%s\">logs</a> de cette instance.", "All checks passed." : "Tous les tests ont réussi.", "Background jobs" : "Tâches de fond", "Last job ran %s." : "Dernière tâche exécutée %s.", "Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.", "Background job didn’t run yet!" : "La tâche de fond n'a pas encore tourné!", - "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." : "Pour une performance optimale, il est important de configurer correctement lex travaux en arrière-plan. Pour les plus grosses instances, 'Cron' est le paramètre recommandé. Veuillez consulter la documentation pour plus d'informations.", + "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." : "Afin d'optimiser au mieux la performance de votre instance, il est important de configurer correctement les travaux en arrière-plan. 'Cron' est le paramètre recommandé pour les instances de taille importante. Veuillez vous référer à la documentation Nextcloud pour plus d'informations à ce sujet.", "Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page", "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php est enregistré à un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP.", "Use system cron service to call the cron.php file every 15 minutes." : "Utiliser le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", @@ -332,19 +332,19 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Pseudo Twitter @...", "You are member of the following groups:" : "Vous êtes membre des groupes suivants :", + "Language" : "Langue", + "Help translate" : "Aidez à traduire", "Password" : "Mot de passe", "Current password" : "Mot de passe actuel", "New password" : "Nouveau mot de passe", "Change password" : "Changer de mot de passe", - "Language" : "Langue", - "Help translate" : "Aidez à traduire", "Web, desktop and mobile clients currently logged in to your account." : "Clients web, desktop et mobiles actuellement connectés sur votre compte.", "Device" : "Appareil", "Last activity" : "Dernière activité", "App name" : "Nom de l'application", "Create new app password" : "Créer un nouveau mot de passe d'application", "Use the credentials below to configure your app or device." : "Utilisez les informations d'identification ci-dessous pour configurer votre application ou appareil.", - "For security reasons this password will only be shown once." : "Pour des raisons de sécurités ce mot de passe sera affiche une seule fois.", + "For security reasons this password will only be shown once." : "Pour des raisons de sécurité, ce mot de passe ne sera affiché qu'une seule fois.", "Username" : "Nom d'utilisateur", "Done" : "Terminé", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.", @@ -438,7 +438,7 @@ "Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!", "Show last log in" : "Montrer la dernière connexion", "Verifying" : "Vérification en cours", - "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." : "C'est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider, nous effectuons quelques vérifications automatiques. Veuillez consulter la section Trucs & Astuces et la documentation pour plus d'informations.", + "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." : "Il est important pour la sécurité et la performance de votre instance que celle-ci soit correctement configurée. Afin de vous aider, votre instance Nextcloud effectue quelques vérifications automatiques. Pour de plus amples informations, veuillez consulter la section Trucs & Astuces, ainsi que la documentation Nextcloud.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection du type MIME.", "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clients web, desktop, mobiles et mots de passe spécifiques d'application qui ont actuellement accès à votre compte.", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Ici vous pouvez générer des mots de passe individuels pour les applications pour éviter de communiquer votre mot de passe. Vous pouvez aussi les révoquer individuellement.", diff --git a/settings/l10n/he.js b/settings/l10n/he.js index b634ff99c4a..d0afb2fa546 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -183,12 +183,12 @@ OC.L10N.register( "Your email address" : "כתובת הדואר האלקטרוני שלך", "No email address set" : "לא נקבעה כתובת דואר אלקטרוני", "You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:", + "Language" : "שפה", + "Help translate" : "עזרה בתרגום", "Password" : "סיסמא", "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "Language" : "שפה", - "Help translate" : "עזרה בתרגום", "App name" : "שם יישום", "Create new app password" : "יצירת סיסמת יישום חדשה", "Username" : "שם משתמש", diff --git a/settings/l10n/he.json b/settings/l10n/he.json index d02446ae3ca..8f54c74c698 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -181,12 +181,12 @@ "Your email address" : "כתובת הדואר האלקטרוני שלך", "No email address set" : "לא נקבעה כתובת דואר אלקטרוני", "You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:", + "Language" : "שפה", + "Help translate" : "עזרה בתרגום", "Password" : "סיסמא", "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "Language" : "שפה", - "Help translate" : "עזרה בתרגום", "App name" : "שם יישום", "Create new app password" : "יצירת סיסמת יישום חדשה", "Username" : "שם משתמש", diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js index 9af1696ea1a..2b22f56b392 100644 --- a/settings/l10n/hr.js +++ b/settings/l10n/hr.js @@ -87,12 +87,12 @@ OC.L10N.register( "Cancel" : "Odustanite", "Email" : "E-pošta", "Your email address" : "Vaša adresa e-pošte", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", "Password" : "Lozinka", "Current password" : "Trenutna lozinka", "New password" : "Nova lozinka", "Change password" : "Promijenite lozinku", - "Language" : "Jezik", - "Help translate" : "Pomozite prevesti", "Username" : "Korisničko ime", "Show storage location" : "Prikaži mjesto pohrane", "Create" : "Kreirajte", diff --git a/settings/l10n/hr.json b/settings/l10n/hr.json index 88497c428b5..598e7f17333 100644 --- a/settings/l10n/hr.json +++ b/settings/l10n/hr.json @@ -85,12 +85,12 @@ "Cancel" : "Odustanite", "Email" : "E-pošta", "Your email address" : "Vaša adresa e-pošte", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", "Password" : "Lozinka", "Current password" : "Trenutna lozinka", "New password" : "Nova lozinka", "Change password" : "Promijenite lozinku", - "Language" : "Jezik", - "Help translate" : "Pomozite prevesti", "Username" : "Korisničko ime", "Show storage location" : "Prikaži mjesto pohrane", "Create" : "Kreirajte", diff --git a/settings/l10n/hu.js b/settings/l10n/hu.js index 4af053ded7b..17a1f59ee55 100644 --- a/settings/l10n/hu.js +++ b/settings/l10n/hu.js @@ -262,12 +262,12 @@ OC.L10N.register( "Website" : "Weboldal", "Twitter" : "Twitter", "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!", "Password" : "Jelszó", "Current password" : "A jelenlegi jelszó", "New password" : "Az új jelszó", "Change password" : "A jelszó megváltoztatása", - "Language" : "Nyelv", - "Help translate" : "Segítsen a fordításban!", "Web, desktop and mobile clients currently logged in to your account." : "A fiókodba jelenleg bejelentkezett web, asztali és mobil kliensek.", "Device" : "Eszköz", "Last activity" : "Utolsó tevékenység", diff --git a/settings/l10n/hu.json b/settings/l10n/hu.json index cbee1008f6b..e5d7c432d4b 100644 --- a/settings/l10n/hu.json +++ b/settings/l10n/hu.json @@ -260,12 +260,12 @@ "Website" : "Weboldal", "Twitter" : "Twitter", "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!", "Password" : "Jelszó", "Current password" : "A jelenlegi jelszó", "New password" : "Az új jelszó", "Change password" : "A jelszó megváltoztatása", - "Language" : "Nyelv", - "Help translate" : "Segítsen a fordításban!", "Web, desktop and mobile clients currently logged in to your account." : "A fiókodba jelenleg bejelentkezett web, asztali és mobil kliensek.", "Device" : "Eszköz", "Last activity" : "Utolsó tevékenység", diff --git a/settings/l10n/hy.js b/settings/l10n/hy.js index e91b22500dd..10b7ee8286c 100644 --- a/settings/l10n/hy.js +++ b/settings/l10n/hy.js @@ -15,11 +15,11 @@ OC.L10N.register( "days" : "օր", "Cancel" : "Չեղարկել", "Email" : "Էլ. հասցե", + "Language" : "Լեզու", + "Help translate" : "Օգնել թարգմանել", "Password" : "Գաղտնաբառ", "New password" : "Նոր գաղտնաբառ", "Change password" : "Փոխել գաղտնաբառը", - "Language" : "Լեզու", - "Help translate" : "Օգնել թարգմանել", "Username" : "Օգտանուն", "Other" : "Այլ", "Name" : "Անուն" diff --git a/settings/l10n/hy.json b/settings/l10n/hy.json index 36c5dcdee85..15c40318aa8 100644 --- a/settings/l10n/hy.json +++ b/settings/l10n/hy.json @@ -13,11 +13,11 @@ "days" : "օր", "Cancel" : "Չեղարկել", "Email" : "Էլ. հասցե", + "Language" : "Լեզու", + "Help translate" : "Օգնել թարգմանել", "Password" : "Գաղտնաբառ", "New password" : "Նոր գաղտնաբառ", "Change password" : "Փոխել գաղտնաբառը", - "Language" : "Լեզու", - "Help translate" : "Օգնել թարգմանել", "Username" : "Օգտանուն", "Other" : "Այլ", "Name" : "Անուն" diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js index 4dc4e344c93..59f9fcb54e5 100644 --- a/settings/l10n/ia.js +++ b/settings/l10n/ia.js @@ -192,12 +192,12 @@ OC.L10N.register( "Website" : "Sito web", "Twitter" : "Twitter", "You are member of the following groups:" : "Tu es membro del sequente gruppos:", + "Language" : "Lingua", + "Help translate" : "Adjuta a traducer", "Password" : "Contrasigno", "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "Language" : "Lingua", - "Help translate" : "Adjuta a traducer", "Device" : "Dispositivo", "Last activity" : "Ultime activitate", "App name" : "Nomine del application", diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json index b274b3182fa..425ac5c8025 100644 --- a/settings/l10n/ia.json +++ b/settings/l10n/ia.json @@ -190,12 +190,12 @@ "Website" : "Sito web", "Twitter" : "Twitter", "You are member of the following groups:" : "Tu es membro del sequente gruppos:", + "Language" : "Lingua", + "Help translate" : "Adjuta a traducer", "Password" : "Contrasigno", "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "Language" : "Lingua", - "Help translate" : "Adjuta a traducer", "Device" : "Dispositivo", "Last activity" : "Ultime activitate", "App name" : "Nomine del application", diff --git a/settings/l10n/id.js b/settings/l10n/id.js index 0532693df10..50f0af12fcc 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -222,12 +222,12 @@ OC.L10N.register( "Your email address" : "Alamat email Anda", "No email address set" : "Alamat email tidak diatur", "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", "Password" : "Sandi", "Current password" : "Sandi saat ini", "New password" : "Sandi baru", "Change password" : "Ubah sandi", - "Language" : "Bahasa", - "Help translate" : "Bantu menerjemahkan", "Web, desktop and mobile clients currently logged in to your account." : "Klien web, desktop dan mobile yang sedang login di akun Anda.", "Device" : "Perangkat", "Last activity" : "Aktivitas terakhir", diff --git a/settings/l10n/id.json b/settings/l10n/id.json index 9d1b1098455..947b63f09e1 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -220,12 +220,12 @@ "Your email address" : "Alamat email Anda", "No email address set" : "Alamat email tidak diatur", "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", "Password" : "Sandi", "Current password" : "Sandi saat ini", "New password" : "Sandi baru", "Change password" : "Ubah sandi", - "Language" : "Bahasa", - "Help translate" : "Bantu menerjemahkan", "Web, desktop and mobile clients currently logged in to your account." : "Klien web, desktop dan mobile yang sedang login di akun Anda.", "Device" : "Perangkat", "Last activity" : "Aktivitas terakhir", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index a6084b1c628..a9479e8ed2b 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -249,6 +249,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju.", "Start migration" : "Hefja yfirfærslu", "Security & setup warnings" : "Öryggi og aðvaranir vegna uppsetningar", + "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ð er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", "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." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", "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." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.", @@ -333,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter notandanafn @…", "You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", + "Language" : "Tungumál", + "Help translate" : "Hjálpa við þýðingu", "Password" : "Lykilorð", "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "Language" : "Tungumál", - "Help translate" : "Hjálpa við þýðingu", "Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.", "Device" : "Tæki", "Last activity" : "Síðasta virkni", diff --git a/settings/l10n/is.json b/settings/l10n/is.json index 9b8b7578135..f1bc2174fd5 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -247,6 +247,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju.", "Start migration" : "Hefja yfirfærslu", "Security & setup warnings" : "Öryggi og aðvaranir vegna uppsetningar", + "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ð er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", "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." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", "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." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.", @@ -331,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter notandanafn @…", "You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", + "Language" : "Tungumál", + "Help translate" : "Hjálpa við þýðingu", "Password" : "Lykilorð", "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "Language" : "Tungumál", - "Help translate" : "Hjálpa við þýðingu", "Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.", "Device" : "Tæki", "Last activity" : "Síðasta virkni", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 8638efd563e..e507fab5466 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -287,12 +287,12 @@ OC.L10N.register( "Link https://…" : "Colegamento https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", + "Language" : "Lingua", + "Help translate" : "Migliora la traduzione", "Password" : "Password", "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "Language" : "Lingua", - "Help translate" : "Migliora la traduzione", "Web, desktop and mobile clients currently logged in to your account." : "Client web, desktop e mobile attualmente connessi al tuo account.", "Device" : "Dispositivo", "Last activity" : "Ultima attività", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 956cc054dab..b5cccfad616 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -285,12 +285,12 @@ "Link https://…" : "Colegamento https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", + "Language" : "Lingua", + "Help translate" : "Migliora la traduzione", "Password" : "Password", "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "Language" : "Lingua", - "Help translate" : "Migliora la traduzione", "Web, desktop and mobile clients currently logged in to your account." : "Client web, desktop e mobile attualmente connessi al tuo account.", "Device" : "Dispositivo", "Last activity" : "Ultima attività", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 5a412cb4820..bde60d959f7 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -252,12 +252,12 @@ OC.L10N.register( "Website" : "ウェブサイト", "Twitter" : "Twitter", "You are member of the following groups:" : "以下のグループのメンバーです:", + "Language" : "言語", + "Help translate" : "翻訳に協力する", "Password" : "パスワード", "Current password" : "現在のパスワード", "New password" : "新しいパスワード", "Change password" : "パスワードを変更", - "Language" : "言語", - "Help translate" : "翻訳に協力する", "Web, desktop and mobile clients currently logged in to your account." : "現在、Web、デスクトップ、モバイルアプリであなたのアカウントにログインしている端末一覧です。", "Device" : "デバイス", "Last activity" : "最後の活動", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 86dc1c7368d..021c653900d 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -250,12 +250,12 @@ "Website" : "ウェブサイト", "Twitter" : "Twitter", "You are member of the following groups:" : "以下のグループのメンバーです:", + "Language" : "言語", + "Help translate" : "翻訳に協力する", "Password" : "パスワード", "Current password" : "現在のパスワード", "New password" : "新しいパスワード", "Change password" : "パスワードを変更", - "Language" : "言語", - "Help translate" : "翻訳に協力する", "Web, desktop and mobile clients currently logged in to your account." : "現在、Web、デスクトップ、モバイルアプリであなたのアカウントにログインしている端末一覧です。", "Device" : "デバイス", "Last activity" : "最後の活動", diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js index 40bd3712d13..e469475909f 100644 --- a/settings/l10n/ka_GE.js +++ b/settings/l10n/ka_GE.js @@ -32,12 +32,12 @@ OC.L10N.register( "Cancel" : "უარყოფა", "Email" : "იმეილი", "Your email address" : "თქვენი იმეილ მისამართი", + "Language" : "ენა", + "Help translate" : "თარგმნის დახმარება", "Password" : "პაროლი", "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "Language" : "ენა", - "Help translate" : "თარგმნის დახმარება", "Username" : "მომხმარებლის სახელი", "Create" : "შექმნა", "Unlimited" : "ულიმიტო", diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json index 01793ed4e49..85302299208 100644 --- a/settings/l10n/ka_GE.json +++ b/settings/l10n/ka_GE.json @@ -30,12 +30,12 @@ "Cancel" : "უარყოფა", "Email" : "იმეილი", "Your email address" : "თქვენი იმეილ მისამართი", + "Language" : "ენა", + "Help translate" : "თარგმნის დახმარება", "Password" : "პაროლი", "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "Language" : "ენა", - "Help translate" : "თარგმნის დახმარება", "Username" : "მომხმარებლის სახელი", "Create" : "შექმნა", "Unlimited" : "ულიმიტო", diff --git a/settings/l10n/km.js b/settings/l10n/km.js index 4f8560d088e..1b73e9a7c73 100644 --- a/settings/l10n/km.js +++ b/settings/l10n/km.js @@ -46,12 +46,12 @@ OC.L10N.register( "Cancel" : "លើកលែង", "Email" : "អ៊ីមែល", "Your email address" : "អ៊ីម៉ែលរបស់អ្នក", + "Language" : "ភាសា", + "Help translate" : "ជួយបកប្រែ", "Password" : "ពាក្យសម្ងាត់", "Current password" : "ពាក្យសម្ងាត់បច្ចុប្បន្ន", "New password" : "ពាក្យសម្ងាត់ថ្មី", "Change password" : "ប្តូរពាក្យសម្ងាត់", - "Language" : "ភាសា", - "Help translate" : "ជួយបកប្រែ", "Username" : "ឈ្មោះអ្នកប្រើ", "Create" : "បង្កើត", "Admin Recovery Password" : "ការស្វែងរកពាក្យសម្ងាត់របស់ប្រធានវេបសាយ", diff --git a/settings/l10n/km.json b/settings/l10n/km.json index fd385899279..c0515b7ee3c 100644 --- a/settings/l10n/km.json +++ b/settings/l10n/km.json @@ -44,12 +44,12 @@ "Cancel" : "លើកលែង", "Email" : "អ៊ីមែល", "Your email address" : "អ៊ីម៉ែលរបស់អ្នក", + "Language" : "ភាសា", + "Help translate" : "ជួយបកប្រែ", "Password" : "ពាក្យសម្ងាត់", "Current password" : "ពាក្យសម្ងាត់បច្ចុប្បន្ន", "New password" : "ពាក្យសម្ងាត់ថ្មី", "Change password" : "ប្តូរពាក្យសម្ងាត់", - "Language" : "ភាសា", - "Help translate" : "ជួយបកប្រែ", "Username" : "ឈ្មោះអ្នកប្រើ", "Create" : "បង្កើត", "Admin Recovery Password" : "ការស្វែងរកពាក្យសម្ងាត់របស់ប្រធានវេបសាយ", diff --git a/settings/l10n/kn.js b/settings/l10n/kn.js index 6ebc908ebb6..610fc259fd3 100644 --- a/settings/l10n/kn.js +++ b/settings/l10n/kn.js @@ -75,12 +75,12 @@ OC.L10N.register( "Cancel" : "ರದ್ದು", "Email" : "ಇ-ಅಂಚೆ", "Your email address" : "ನಿಮ್ಮ ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Language" : "ಭಾಷೆ", + "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", "Password" : "ಗುಪ್ತ ಪದ", "Current password" : "ಪ್ರಸ್ತುತ ಗುಪ್ತಪದ", "New password" : "ಹೊಸ ಗುಪ್ತಪದ", "Change password" : "ಗುಪ್ತ ಪದವನ್ನು ಬದಲಾಯಿಸಿ", - "Language" : "ಭಾಷೆ", - "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", "Username" : "ಬಳಕೆಯ ಹೆಸರು", "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", "Create" : "ಸೃಷ್ಟಿಸಿ", diff --git a/settings/l10n/kn.json b/settings/l10n/kn.json index 773d37f9446..bd1d85efe5c 100644 --- a/settings/l10n/kn.json +++ b/settings/l10n/kn.json @@ -73,12 +73,12 @@ "Cancel" : "ರದ್ದು", "Email" : "ಇ-ಅಂಚೆ", "Your email address" : "ನಿಮ್ಮ ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Language" : "ಭಾಷೆ", + "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", "Password" : "ಗುಪ್ತ ಪದ", "Current password" : "ಪ್ರಸ್ತುತ ಗುಪ್ತಪದ", "New password" : "ಹೊಸ ಗುಪ್ತಪದ", "Change password" : "ಗುಪ್ತ ಪದವನ್ನು ಬದಲಾಯಿಸಿ", - "Language" : "ಭಾಷೆ", - "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", "Username" : "ಬಳಕೆಯ ಹೆಸರು", "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", "Create" : "ಸೃಷ್ಟಿಸಿ", diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 16825befbb6..5e87a4a7c13 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -308,12 +308,12 @@ OC.L10N.register( "Twitter" : "트위터", "Twitter handle @…" : "트위터 핸들 @…", "You are member of the following groups:" : "다음 그룹의 구성원입니다:", + "Language" : "언어", + "Help translate" : "번역 돕기", "Password" : "암호", "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "Language" : "언어", - "Help translate" : "번역 돕기", "Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.", "Device" : "장치", "Last activity" : "최근 활동", diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index 3cc5873b55c..9b932323a68 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -306,12 +306,12 @@ "Twitter" : "트위터", "Twitter handle @…" : "트위터 핸들 @…", "You are member of the following groups:" : "다음 그룹의 구성원입니다:", + "Language" : "언어", + "Help translate" : "번역 돕기", "Password" : "암호", "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "Language" : "언어", - "Help translate" : "번역 돕기", "Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.", "Device" : "장치", "Last activity" : "최근 활동", diff --git a/settings/l10n/lb.js b/settings/l10n/lb.js index caebad3f0c4..0793fef447f 100644 --- a/settings/l10n/lb.js +++ b/settings/l10n/lb.js @@ -29,12 +29,12 @@ OC.L10N.register( "Cancel" : "Ofbriechen", "Email" : "Email", "Your email address" : "Deng Email Adress", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", "Password" : "Passwuert", "Current password" : "Momentan 't Passwuert", "New password" : "Neit Passwuert", "Change password" : "Passwuert änneren", - "Language" : "Sprooch", - "Help translate" : "Hëllef iwwersetzen", "Username" : "Benotzernumm", "E-Mail" : "E-Mail", "Create" : "Erstellen", diff --git a/settings/l10n/lb.json b/settings/l10n/lb.json index c695e01b83d..0a8e0e51d66 100644 --- a/settings/l10n/lb.json +++ b/settings/l10n/lb.json @@ -27,12 +27,12 @@ "Cancel" : "Ofbriechen", "Email" : "Email", "Your email address" : "Deng Email Adress", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", "Password" : "Passwuert", "Current password" : "Momentan 't Passwuert", "New password" : "Neit Passwuert", "Change password" : "Passwuert änneren", - "Language" : "Sprooch", - "Help translate" : "Hëllef iwwersetzen", "Username" : "Benotzernumm", "E-Mail" : "E-Mail", "Create" : "Erstellen", diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 6ceb761ef93..fd94a0a9d38 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -149,12 +149,12 @@ OC.L10N.register( "Website" : "Svetainė", "Twitter" : "Twitter", "You are member of the following groups:" : "Jūs esate šių grupių narys:", + "Language" : "Kalba", + "Help translate" : "Padėkite išversti", "Password" : "Slaptažodis", "Current password" : "Dabartinis slaptažodis", "New password" : "Naujas slaptažodis", "Change password" : "Pakeisti slaptažodį", - "Language" : "Kalba", - "Help translate" : "Padėkite išversti", "Web, desktop and mobile clients currently logged in to your account." : "Saityno, darbalaukio ir mobilieji klientai, kurie šiuo metu yra prisijungę prie jūsų paskyros.", "Device" : "Įrenginys", "Last activity" : "Paskutinė veikla", diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index c255a605172..bb988e23139 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -147,12 +147,12 @@ "Website" : "Svetainė", "Twitter" : "Twitter", "You are member of the following groups:" : "Jūs esate šių grupių narys:", + "Language" : "Kalba", + "Help translate" : "Padėkite išversti", "Password" : "Slaptažodis", "Current password" : "Dabartinis slaptažodis", "New password" : "Naujas slaptažodis", "Change password" : "Pakeisti slaptažodį", - "Language" : "Kalba", - "Help translate" : "Padėkite išversti", "Web, desktop and mobile clients currently logged in to your account." : "Saityno, darbalaukio ir mobilieji klientai, kurie šiuo metu yra prisijungę prie jūsų paskyros.", "Device" : "Įrenginys", "Last activity" : "Paskutinė veikla", diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js index 60027ab66e8..3c9c536938b 100644 --- a/settings/l10n/lv.js +++ b/settings/l10n/lv.js @@ -208,12 +208,12 @@ OC.L10N.register( "Website" : "Mājaslapa", "Twitter" : "Twitter", "You are member of the following groups:" : "Jūs esat šādu grupu biedrs:", + "Language" : "Valoda", + "Help translate" : "Palīdzi tulkot", "Password" : "Parole", "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "Language" : "Valoda", - "Help translate" : "Palīdzi tulkot", "Device" : "Ierīce", "Last activity" : "Pēdējā aktivitāte", "App name" : "Programmas nosaukums", diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json index 6f0e96c46e1..2ff0cb23e0c 100644 --- a/settings/l10n/lv.json +++ b/settings/l10n/lv.json @@ -206,12 +206,12 @@ "Website" : "Mājaslapa", "Twitter" : "Twitter", "You are member of the following groups:" : "Jūs esat šādu grupu biedrs:", + "Language" : "Valoda", + "Help translate" : "Palīdzi tulkot", "Password" : "Parole", "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "Language" : "Valoda", - "Help translate" : "Palīdzi tulkot", "Device" : "Ierīce", "Last activity" : "Pēdējā aktivitāte", "App name" : "Programmas nosaukums", diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js index 5ebcde47372..280f61556a0 100644 --- a/settings/l10n/mk.js +++ b/settings/l10n/mk.js @@ -121,12 +121,12 @@ OC.L10N.register( "Cancel" : "Откажи", "Email" : "Е-пошта", "Your email address" : "Вашата адреса за е-пошта", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", "Password" : "Лозинка", "Current password" : "Моментална лозинка", "New password" : "Нова лозинка", "Change password" : "Смени лозинка", - "Language" : "Јазик", - "Help translate" : "Помогни во преводот", "Username" : "Корисничко име", "Create" : "Создај", "Admin Recovery Password" : "Обновување на Admin лозинката", diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json index c58631a5c6c..65fe2c98e87 100644 --- a/settings/l10n/mk.json +++ b/settings/l10n/mk.json @@ -119,12 +119,12 @@ "Cancel" : "Откажи", "Email" : "Е-пошта", "Your email address" : "Вашата адреса за е-пошта", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", "Password" : "Лозинка", "Current password" : "Моментална лозинка", "New password" : "Нова лозинка", "Change password" : "Смени лозинка", - "Language" : "Јазик", - "Help translate" : "Помогни во преводот", "Username" : "Корисничко име", "Create" : "Создај", "Admin Recovery Password" : "Обновување на Admin лозинката", diff --git a/settings/l10n/mn.js b/settings/l10n/mn.js index b740d2620e5..f416b0fad19 100644 --- a/settings/l10n/mn.js +++ b/settings/l10n/mn.js @@ -73,11 +73,11 @@ OC.L10N.register( "Your postal address" : "Таны шуудангийн хаяг", "Website" : "Цахим хуудас", "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", + "Language" : "Хэл", "Password" : "Нууц үг", "Current password" : "Одоогийн нууц үг", "New password" : "Шинэ нууц үг", "Change password" : "Нууц үг солих", - "Language" : "Хэл", "Device" : "Төхөөрөмж", "Last activity" : "Хамгийн сүүлийн үйлдэл", "App name" : "Аппликэйшны нэр", diff --git a/settings/l10n/mn.json b/settings/l10n/mn.json index 56dad7a90e2..2e264cc5fcd 100644 --- a/settings/l10n/mn.json +++ b/settings/l10n/mn.json @@ -71,11 +71,11 @@ "Your postal address" : "Таны шуудангийн хаяг", "Website" : "Цахим хуудас", "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", + "Language" : "Хэл", "Password" : "Нууц үг", "Current password" : "Одоогийн нууц үг", "New password" : "Шинэ нууц үг", "Change password" : "Нууц үг солих", - "Language" : "Хэл", "Device" : "Төхөөрөмж", "Last activity" : "Хамгийн сүүлийн үйлдэл", "App name" : "Аппликэйшны нэр", diff --git a/settings/l10n/ms_MY.js b/settings/l10n/ms_MY.js index def3058f877..6376d625b2c 100644 --- a/settings/l10n/ms_MY.js +++ b/settings/l10n/ms_MY.js @@ -14,12 +14,12 @@ OC.L10N.register( "Cancel" : "Batal", "Email" : "Email", "Your email address" : "Alamat emel anda", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", "Password" : "Kata laluan", "Current password" : "Kata laluan semasa", "New password" : "Kata laluan baru", "Change password" : "Ubah kata laluan", - "Language" : "Bahasa", - "Help translate" : "Bantu terjemah", "Username" : "Nama pengguna", "Create" : "Buat", "Other" : "Lain", diff --git a/settings/l10n/ms_MY.json b/settings/l10n/ms_MY.json index b1a6070ee8b..3f85c15e811 100644 --- a/settings/l10n/ms_MY.json +++ b/settings/l10n/ms_MY.json @@ -12,12 +12,12 @@ "Cancel" : "Batal", "Email" : "Email", "Your email address" : "Alamat emel anda", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", "Password" : "Kata laluan", "Current password" : "Kata laluan semasa", "New password" : "Kata laluan baru", "Change password" : "Ubah kata laluan", - "Language" : "Bahasa", - "Help translate" : "Bantu terjemah", "Username" : "Nama pengguna", "Create" : "Buat", "Other" : "Lain", diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js index 7ceb5cd62f3..c9db0a69e4e 100644 --- a/settings/l10n/nb.js +++ b/settings/l10n/nb.js @@ -333,12 +333,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-konto @…", "You are member of the following groups:" : "Du er medlem av følgende grupper:", + "Language" : "Språk", + "Help translate" : "Bidra til oversettelsen", "Password" : "Passord", "Current password" : "Nåværende passord", "New password" : "Nytt passord", "Change password" : "Endre passord", - "Language" : "Språk", - "Help translate" : "Bidra til oversettelsen", "Web, desktop and mobile clients currently logged in to your account." : "Følgende nett, skrivebord og mobile klienter er for øyeblikket logget på din konto.", "Device" : "Enhet", "Last activity" : "Seneste aktivitet", diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json index 70dfe662aef..ad41ec2d893 100644 --- a/settings/l10n/nb.json +++ b/settings/l10n/nb.json @@ -331,12 +331,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter-konto @…", "You are member of the following groups:" : "Du er medlem av følgende grupper:", + "Language" : "Språk", + "Help translate" : "Bidra til oversettelsen", "Password" : "Passord", "Current password" : "Nåværende passord", "New password" : "Nytt passord", "Change password" : "Endre passord", - "Language" : "Språk", - "Help translate" : "Bidra til oversettelsen", "Web, desktop and mobile clients currently logged in to your account." : "Følgende nett, skrivebord og mobile klienter er for øyeblikket logget på din konto.", "Device" : "Enhet", "Last activity" : "Seneste aktivitet", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index a08f5508beb..86758b7502a 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -333,12 +333,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter naam @…", "You are member of the following groups:" : "U bent lid van de volgende groepen:", + "Language" : "Taal", + "Help translate" : "Help met vertalen", "Password" : "Wachtwoord", "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "Language" : "Taal", - "Help translate" : "Help met vertalen", "Web, desktop and mobile clients currently logged in to your account." : "Web, desktop en mobiele clients zijn nu ingelogd op je account.", "Device" : "Apparaat", "Last activity" : "Laatste activiteit", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 21d46b48c55..e3465b39ca6 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -331,12 +331,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter naam @…", "You are member of the following groups:" : "U bent lid van de volgende groepen:", + "Language" : "Taal", + "Help translate" : "Help met vertalen", "Password" : "Wachtwoord", "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "Language" : "Taal", - "Help translate" : "Help met vertalen", "Web, desktop and mobile clients currently logged in to your account." : "Web, desktop en mobiele clients zijn nu ingelogd op je account.", "Device" : "Apparaat", "Last activity" : "Laatste activiteit", diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js index a75f929e203..ef2009e1220 100644 --- a/settings/l10n/nn_NO.js +++ b/settings/l10n/nn_NO.js @@ -45,12 +45,12 @@ OC.L10N.register( "Cancel" : "Avbryt", "Email" : "E-post", "Your email address" : "Di epost-adresse", + "Language" : "Språk", + "Help translate" : "Hjelp oss å omsetja", "Password" : "Passord", "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "Language" : "Språk", - "Help translate" : "Hjelp oss å omsetja", "Username" : "Brukarnamn", "Create" : "Lag", "Admin Recovery Password" : "Gjenopprettingspassord for administrator", diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json index 1cc91966025..09fd83aece7 100644 --- a/settings/l10n/nn_NO.json +++ b/settings/l10n/nn_NO.json @@ -43,12 +43,12 @@ "Cancel" : "Avbryt", "Email" : "E-post", "Your email address" : "Di epost-adresse", + "Language" : "Språk", + "Help translate" : "Hjelp oss å omsetja", "Password" : "Passord", "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "Language" : "Språk", - "Help translate" : "Hjelp oss å omsetja", "Username" : "Brukarnamn", "Create" : "Lag", "Admin Recovery Password" : "Gjenopprettingspassord for administrator", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index 413752641c4..3cb50b81cf1 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -320,12 +320,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter @…", "You are member of the following groups:" : "Jesteś członkiem następujących grup:", + "Language" : "Język", + "Help translate" : "Pomóż w tłumaczeniu", "Password" : "Hasło", "Current password" : "Bieżące hasło", "New password" : "Nowe hasło", "Change password" : "Zmień hasło", - "Language" : "Język", - "Help translate" : "Pomóż w tłumaczeniu", "Web, desktop and mobile clients currently logged in to your account." : "Aktualnie zalogowany na swoim koncie z Web, komputerów i mobilnych urządzeń.", "Device" : "Urządzenie", "Last activity" : "Ostatnia aktywność", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index 9fd0ed54197..6ed13343399 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -318,12 +318,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter @…", "You are member of the following groups:" : "Jesteś członkiem następujących grup:", + "Language" : "Język", + "Help translate" : "Pomóż w tłumaczeniu", "Password" : "Hasło", "Current password" : "Bieżące hasło", "New password" : "Nowe hasło", "Change password" : "Zmień hasło", - "Language" : "Język", - "Help translate" : "Pomóż w tłumaczeniu", "Web, desktop and mobile clients currently logged in to your account." : "Aktualnie zalogowany na swoim koncie z Web, komputerów i mobilnych urządzeń.", "Device" : "Urządzenie", "Last activity" : "Ostatnia aktywność", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index fe247c2402a..4f5e76f423f 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -334,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter handle @…", "You are member of the following groups:" : "Você é membro dos seguintes grupos:", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", "Password" : "Senha", "Current password" : "Senha atual", "New password" : "Nova senha", "Change password" : "Alterar senha", - "Language" : "Idioma", - "Help translate" : "Ajude a traduzir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, desktop e móvel que estão conectados à sua conta.", "Device" : "Dispositivo", "Last activity" : "Última atividade", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 0ae482a1f99..f1d2d44816c 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -332,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter handle @…", "You are member of the following groups:" : "Você é membro dos seguintes grupos:", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", "Password" : "Senha", "Current password" : "Senha atual", "New password" : "Nova senha", "Change password" : "Alterar senha", - "Language" : "Idioma", - "Help translate" : "Ajude a traduzir", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, desktop e móvel que estão conectados à sua conta.", "Device" : "Dispositivo", "Last activity" : "Última atividade", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index d013d7e9d38..eef38fe999d 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -182,12 +182,12 @@ OC.L10N.register( "Your email address" : "O seu endereço de email", "No email address set" : "Nenhum endereço de email estabelecido", "You are member of the following groups:" : "Você é membro dos seguintes grupos:", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", "Password" : "Palavra-passe", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Change password" : "Alterar palavra-passe", - "Language" : "Idioma", - "Help translate" : "Ajude a traduzir", "Username" : "Nome de utilizador", "Done" : "Concluído", "Show storage location" : "Mostrar a localização do armazenamento", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index f4ed7a49f9b..52311226e61 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -180,12 +180,12 @@ "Your email address" : "O seu endereço de email", "No email address set" : "Nenhum endereço de email estabelecido", "You are member of the following groups:" : "Você é membro dos seguintes grupos:", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", "Password" : "Palavra-passe", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Change password" : "Alterar palavra-passe", - "Language" : "Idioma", - "Help translate" : "Ajude a traduzir", "Username" : "Nome de utilizador", "Done" : "Concluído", "Show storage location" : "Mostrar a localização do armazenamento", diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index 62490b56808..f751b23a894 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -142,12 +142,12 @@ OC.L10N.register( "Full name" : "Nume complet", "Email" : "Email", "Your email address" : "Adresa ta de email", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", "Password" : "Parolă", "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "Language" : "Limba", - "Help translate" : "Ajută la traducere", "Username" : "Nume utilizator", "E-Mail" : "Email", "Create" : "Crează", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index acc2709fac2..be304786f71 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -140,12 +140,12 @@ "Full name" : "Nume complet", "Email" : "Email", "Your email address" : "Adresa ta de email", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", "Password" : "Parolă", "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "Language" : "Limba", - "Help translate" : "Ajută la traducere", "Username" : "Nume utilizator", "E-Mail" : "Email", "Create" : "Crează", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index eca6aaa582e..1f63a9a3adf 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -249,6 +249,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Вам необходимо произвести конвертацию ключей шифрования из старого формата (ownCloud <= 8.0) в новый.", "Start migration" : "Запустить миграцию", "Security & setup warnings" : "Предупреждения безопасности и установки", + "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." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы помочь вам в этом, мы проводим некоторые автоматические проверки. Дополнительную информацию см. в разделе «Советы и рекомендации» и в документации.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не настроен правильно для получения переменных системного окружения. Запрос getenv(\"PATH\") возвращает пустые результаты.", "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." : "Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации по установке ↗</a> для получения информации по настройке PHP на вашем сервере, особенно это касается php-fpm.", "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." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", @@ -333,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Имя в Twitter @…", "You are member of the following groups:" : "Вы являетесь членом следующих групп:", + "Language" : "Язык", + "Help translate" : "Помочь с переводом", "Password" : "Пароль", "Current password" : "Текущий пароль", "New password" : "Новый пароль", "Change password" : "Сменить пароль", - "Language" : "Язык", - "Help translate" : "Помочь с переводом", "Web, desktop and mobile clients currently logged in to your account." : "Веб, настольные и мобильные клиенты, которые в настоящий момент авторизованы вашей учётной записью.", "Device" : "Устройство", "Last activity" : "Последние действия", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 8c2d6e1101a..ebec105918b 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -247,6 +247,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Вам необходимо произвести конвертацию ключей шифрования из старого формата (ownCloud <= 8.0) в новый.", "Start migration" : "Запустить миграцию", "Security & setup warnings" : "Предупреждения безопасности и установки", + "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." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы помочь вам в этом, мы проводим некоторые автоматические проверки. Дополнительную информацию см. в разделе «Советы и рекомендации» и в документации.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не настроен правильно для получения переменных системного окружения. Запрос getenv(\"PATH\") возвращает пустые результаты.", "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." : "Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации по установке ↗</a> для получения информации по настройке PHP на вашем сервере, особенно это касается php-fpm.", "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." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", @@ -331,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Имя в Twitter @…", "You are member of the following groups:" : "Вы являетесь членом следующих групп:", + "Language" : "Язык", + "Help translate" : "Помочь с переводом", "Password" : "Пароль", "Current password" : "Текущий пароль", "New password" : "Новый пароль", "Change password" : "Сменить пароль", - "Language" : "Язык", - "Help translate" : "Помочь с переводом", "Web, desktop and mobile clients currently logged in to your account." : "Веб, настольные и мобильные клиенты, которые в настоящий момент авторизованы вашей учётной записью.", "Device" : "Устройство", "Last activity" : "Последние действия", diff --git a/settings/l10n/si_LK.js b/settings/l10n/si_LK.js index a631a94ffac..a74d9c63274 100644 --- a/settings/l10n/si_LK.js +++ b/settings/l10n/si_LK.js @@ -20,12 +20,12 @@ OC.L10N.register( "Cancel" : "එපා", "Email" : "විද්යුත් තැපෑල", "Your email address" : "ඔබගේ විද්යුත් තැපෑල", + "Language" : "භාෂාව", + "Help translate" : "පරිවර්ථන සහය", "Password" : "මුර පදය", "Current password" : "වත්මන් මුරපදය", "New password" : "නව මුරපදය", "Change password" : "මුරපදය වෙනස් කිරීම", - "Language" : "භාෂාව", - "Help translate" : "පරිවර්ථන සහය", "Username" : "පරිශීලක නම", "Create" : "තනන්න", "Other" : "වෙනත්", diff --git a/settings/l10n/si_LK.json b/settings/l10n/si_LK.json index f5cc59f134a..d0ab9af3ce7 100644 --- a/settings/l10n/si_LK.json +++ b/settings/l10n/si_LK.json @@ -18,12 +18,12 @@ "Cancel" : "එපා", "Email" : "විද්යුත් තැපෑල", "Your email address" : "ඔබගේ විද්යුත් තැපෑල", + "Language" : "භාෂාව", + "Help translate" : "පරිවර්ථන සහය", "Password" : "මුර පදය", "Current password" : "වත්මන් මුරපදය", "New password" : "නව මුරපදය", "Change password" : "මුරපදය වෙනස් කිරීම", - "Language" : "භාෂාව", - "Help translate" : "පරිවර්ථන සහය", "Username" : "පරිශීලක නම", "Create" : "තනන්න", "Other" : "වෙනත්", diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js index e89dd0c2a17..dd5dbd4c29f 100644 --- a/settings/l10n/sk.js +++ b/settings/l10n/sk.js @@ -227,12 +227,12 @@ OC.L10N.register( "Website" : "Webstránka", "Twitter" : "Twitter", "You are member of the following groups:" : "Ste členom nasledovných skupín:", + "Language" : "Jazyk", + "Help translate" : "Pomôcť s prekladom", "Password" : "Heslo", "Current password" : "Aktuálne heslo", "New password" : "Nové heslo", "Change password" : "Zmeniť heslo", - "Language" : "Jazyk", - "Help translate" : "Pomôcť s prekladom", "Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví, alebo mobilní klienti práve prihlásení na váš účet.", "Device" : "Zariadenie", "Last activity" : "Posledná aktivita", diff --git a/settings/l10n/sk.json b/settings/l10n/sk.json index a801416bc09..53aff52471c 100644 --- a/settings/l10n/sk.json +++ b/settings/l10n/sk.json @@ -225,12 +225,12 @@ "Website" : "Webstránka", "Twitter" : "Twitter", "You are member of the following groups:" : "Ste členom nasledovných skupín:", + "Language" : "Jazyk", + "Help translate" : "Pomôcť s prekladom", "Password" : "Heslo", "Current password" : "Aktuálne heslo", "New password" : "Nové heslo", "Change password" : "Zmeniť heslo", - "Language" : "Jazyk", - "Help translate" : "Pomôcť s prekladom", "Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví, alebo mobilní klienti práve prihlásení na váš účet.", "Device" : "Zariadenie", "Last activity" : "Posledná aktivita", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 3cde9260fd5..1c4173c17e4 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -176,12 +176,12 @@ OC.L10N.register( "Your email address" : "Osebni elektronski naslov", "No email address set" : "Poštni naslov ni nastavljen", "You are member of the following groups:" : "Ste član naslednjih skupin:", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", "Password" : "Geslo", "Current password" : "Trenutno geslo", "New password" : "Novo geslo", "Change password" : "Spremeni geslo", - "Language" : "Jezik", - "Help translate" : "Sodelujte pri prevajanju", "App name" : "Ime aplikacije", "Create new app password" : "Ustvari novo geslo aplikacije", "Username" : "Uporabniško ime", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index 83e4701ebff..9e79f982899 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -174,12 +174,12 @@ "Your email address" : "Osebni elektronski naslov", "No email address set" : "Poštni naslov ni nastavljen", "You are member of the following groups:" : "Ste član naslednjih skupin:", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", "Password" : "Geslo", "Current password" : "Trenutno geslo", "New password" : "Novo geslo", "Change password" : "Spremeni geslo", - "Language" : "Jezik", - "Help translate" : "Sodelujte pri prevajanju", "App name" : "Ime aplikacije", "Create new app password" : "Ustvari novo geslo aplikacije", "Username" : "Uporabniško ime", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index 057d174ab55..4daac6b6dce 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -333,12 +333,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Përdoruesi i Twitter @ ...", "You are member of the following groups:" : "Jeni anëtar i grupeve vijuese:", + "Language" : "Gjuhë", + "Help translate" : "Ndihmoni në përkthim", "Password" : "Fjalëkalim", "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "Language" : "Gjuhë", - "Help translate" : "Ndihmoni në përkthim", "Web, desktop and mobile clients currently logged in to your account." : "Klientë në rrjet, desktop dhe celular kanë hyrë aktualisht në llogarinë tuaj.", "Device" : "Pajisje", "Last activity" : "Aktiviteti i fundit", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index f1321a23c67..d8c6e22660f 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -331,12 +331,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Përdoruesi i Twitter @ ...", "You are member of the following groups:" : "Jeni anëtar i grupeve vijuese:", + "Language" : "Gjuhë", + "Help translate" : "Ndihmoni në përkthim", "Password" : "Fjalëkalim", "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "Language" : "Gjuhë", - "Help translate" : "Ndihmoni në përkthim", "Web, desktop and mobile clients currently logged in to your account." : "Klientë në rrjet, desktop dhe celular kanë hyrë aktualisht në llogarinë tuaj.", "Device" : "Pajisje", "Last activity" : "Aktiviteti i fundit", diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index dee4582d4a3..c08695dbe77 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -148,12 +148,12 @@ OC.L10N.register( "Your email address" : "Ваша адреса е-поште", "No email address set" : "Није постављена е-адреса", "You are member of the following groups:" : "Имате чланство у следећим групама:", + "Language" : "Језик", + "Help translate" : " Помозите у превођењу", "Password" : "Лозинка", "Current password" : "Тренутна лозинка", "New password" : "Нова лозинка", "Change password" : "Измени лозинку", - "Language" : "Језик", - "Help translate" : " Помозите у превођењу", "Username" : "Корисничко име", "Done" : "Завршено", "Show storage location" : "Прикажи локацију складишта", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index f1bab5b5c11..e28957a5037 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -146,12 +146,12 @@ "Your email address" : "Ваша адреса е-поште", "No email address set" : "Није постављена е-адреса", "You are member of the following groups:" : "Имате чланство у следећим групама:", + "Language" : "Језик", + "Help translate" : " Помозите у превођењу", "Password" : "Лозинка", "Current password" : "Тренутна лозинка", "New password" : "Нова лозинка", "Change password" : "Измени лозинку", - "Language" : "Језик", - "Help translate" : " Помозите у превођењу", "Username" : "Корисничко име", "Done" : "Завршено", "Show storage location" : "Прикажи локацију складишта", diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index 1ba5a98ce52..c5137dbb72c 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -303,12 +303,12 @@ OC.L10N.register( "Link https://…" : "Länk https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Du är medlem i följande grupper:", + "Language" : "Språk", + "Help translate" : "Hjälp att översätta", "Password" : "Lösenord", "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", - "Language" : "Språk", - "Help translate" : "Hjälp att översätta", "Web, desktop and mobile clients currently logged in to your account." : "Webb, skrivbordsklienter och mobila klienter som är inloggade på ditt konto just nu.", "Device" : "Enhet", "Last activity" : "Senaste aktivitet", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index cece29821fc..6fc4d9ec66f 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -301,12 +301,12 @@ "Link https://…" : "Länk https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Du är medlem i följande grupper:", + "Language" : "Språk", + "Help translate" : "Hjälp att översätta", "Password" : "Lösenord", "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", - "Language" : "Språk", - "Help translate" : "Hjälp att översätta", "Web, desktop and mobile clients currently logged in to your account." : "Webb, skrivbordsklienter och mobila klienter som är inloggade på ditt konto just nu.", "Device" : "Enhet", "Last activity" : "Senaste aktivitet", diff --git a/settings/l10n/ta_LK.js b/settings/l10n/ta_LK.js index a35961743e7..3e0380ab5c8 100644 --- a/settings/l10n/ta_LK.js +++ b/settings/l10n/ta_LK.js @@ -19,12 +19,12 @@ OC.L10N.register( "Cancel" : "இரத்து செய்க", "Email" : "மின்னஞ்சல்", "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", + "Language" : "மொழி", + "Help translate" : "மொழிபெயர்க்க உதவி", "Password" : "கடவுச்சொல்", "Current password" : "தற்போதைய கடவுச்சொல்", "New password" : "புதிய கடவுச்சொல்", "Change password" : "கடவுச்சொல்லை மாற்றுக", - "Language" : "மொழி", - "Help translate" : "மொழிபெயர்க்க உதவி", "Username" : "பயனாளர் பெயர்", "Create" : "உருவாக்குக", "Other" : "மற்றவை", diff --git a/settings/l10n/ta_LK.json b/settings/l10n/ta_LK.json index 7ba8e7389f3..f3bc9fdb07f 100644 --- a/settings/l10n/ta_LK.json +++ b/settings/l10n/ta_LK.json @@ -17,12 +17,12 @@ "Cancel" : "இரத்து செய்க", "Email" : "மின்னஞ்சல்", "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", + "Language" : "மொழி", + "Help translate" : "மொழிபெயர்க்க உதவி", "Password" : "கடவுச்சொல்", "Current password" : "தற்போதைய கடவுச்சொல்", "New password" : "புதிய கடவுச்சொல்", "Change password" : "கடவுச்சொல்லை மாற்றுக", - "Language" : "மொழி", - "Help translate" : "மொழிபெயர்க்க உதவி", "Username" : "பயனாளர் பெயர்", "Create" : "உருவாக்குக", "Other" : "மற்றவை", diff --git a/settings/l10n/th.js b/settings/l10n/th.js index 1af8034423a..793dfb33095 100644 --- a/settings/l10n/th.js +++ b/settings/l10n/th.js @@ -174,12 +174,12 @@ OC.L10N.register( "Your email address" : "ที่อยู่อีเมล์ของคุณ", "No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล", "You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:", + "Language" : "ภาษา", + "Help translate" : "มาช่วยกันแปลสิ!", "Password" : "รหัสผ่าน", "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "Language" : "ภาษา", - "Help translate" : "มาช่วยกันแปลสิ!", "Username" : "ชื่อผู้ใช้งาน", "Done" : "เสร็จสิ้น", "Show storage location" : "แสดงสถานที่จัดเก็บข้อมูล", diff --git a/settings/l10n/th.json b/settings/l10n/th.json index 5a465fa14c2..d0349d7a0ca 100644 --- a/settings/l10n/th.json +++ b/settings/l10n/th.json @@ -172,12 +172,12 @@ "Your email address" : "ที่อยู่อีเมล์ของคุณ", "No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล", "You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:", + "Language" : "ภาษา", + "Help translate" : "มาช่วยกันแปลสิ!", "Password" : "รหัสผ่าน", "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "Language" : "ภาษา", - "Help translate" : "มาช่วยกันแปลสิ!", "Username" : "ชื่อผู้ใช้งาน", "Done" : "เสร็จสิ้น", "Show storage location" : "แสดงสถานที่จัดเก็บข้อมูล", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 20251f69c10..0b1d1fc136a 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -334,12 +334,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "Twitter kodu @…", "You are member of the following groups:" : "Şu gruplara üyesiniz:", + "Language" : "Dil", + "Help translate" : "Çeviriye yardım edin", "Password" : "Parola", "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", - "Language" : "Dil", - "Help translate" : "Çeviriye yardım edin", "Web, desktop and mobile clients currently logged in to your account." : "Şu anda hesabınıza web, masaüstü ve mobil istemciler oturum açmış.", "Device" : "Aygıt", "Last activity" : "Son işlem", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 017e62c528d..afd4aec2d11 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -332,12 +332,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "Twitter kodu @…", "You are member of the following groups:" : "Şu gruplara üyesiniz:", + "Language" : "Dil", + "Help translate" : "Çeviriye yardım edin", "Password" : "Parola", "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", - "Language" : "Dil", - "Help translate" : "Çeviriye yardım edin", "Web, desktop and mobile clients currently logged in to your account." : "Şu anda hesabınıza web, masaüstü ve mobil istemciler oturum açmış.", "Device" : "Aygıt", "Last activity" : "Son işlem", diff --git a/settings/l10n/ug.js b/settings/l10n/ug.js index 5dcc1fedda9..2f9fcfb3015 100644 --- a/settings/l10n/ug.js +++ b/settings/l10n/ug.js @@ -27,12 +27,12 @@ OC.L10N.register( "Cancel" : "ۋاز كەچ", "Email" : "تورخەت", "Your email address" : "تورخەت ئادرېسىڭىز", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", "Password" : "ئىم", "Current password" : "نۆۋەتتىكى ئىم", "New password" : "يېڭى ئىم", "Change password" : "ئىم ئۆزگەرت", - "Language" : "تىل", - "Help translate" : "تەرجىمىگە ياردەم", "Username" : "ئىشلەتكۈچى ئاتى", "Create" : "قۇر", "Unlimited" : "چەكسىز", diff --git a/settings/l10n/ug.json b/settings/l10n/ug.json index c5b56666cc5..e6bcab2241c 100644 --- a/settings/l10n/ug.json +++ b/settings/l10n/ug.json @@ -25,12 +25,12 @@ "Cancel" : "ۋاز كەچ", "Email" : "تورخەت", "Your email address" : "تورخەت ئادرېسىڭىز", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", "Password" : "ئىم", "Current password" : "نۆۋەتتىكى ئىم", "New password" : "يېڭى ئىم", "Change password" : "ئىم ئۆزگەرت", - "Language" : "تىل", - "Help translate" : "تەرجىمىگە ياردەم", "Username" : "ئىشلەتكۈچى ئاتى", "Create" : "قۇر", "Unlimited" : "چەكسىز", diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index fa70dc3784b..6b78a654b16 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -154,12 +154,12 @@ OC.L10N.register( "Your email address" : "Ваша адреса електронної пошти", "No email address set" : "E-mail не вказано", "You are member of the following groups:" : "Ви є членом наступних груп:", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", "Password" : "Пароль", "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", - "Language" : "Мова", - "Help translate" : "Допомогти з перекладом", "Username" : "Ім'я користувача", "Done" : "Готово", "Show storage location" : "Показати місцезнаходження сховища", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index ed9d6f8c0cd..43223389eb8 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -152,12 +152,12 @@ "Your email address" : "Ваша адреса електронної пошти", "No email address set" : "E-mail не вказано", "You are member of the following groups:" : "Ви є членом наступних груп:", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", "Password" : "Пароль", "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", - "Language" : "Мова", - "Help translate" : "Допомогти з перекладом", "Username" : "Ім'я користувача", "Done" : "Готово", "Show storage location" : "Показати місцезнаходження сховища", diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js index 83d1d341f95..33097a2bbcd 100644 --- a/settings/l10n/vi.js +++ b/settings/l10n/vi.js @@ -36,12 +36,12 @@ OC.L10N.register( "Cancel" : "Hủy", "Email" : "Email", "Your email address" : "Email của bạn", + "Language" : "Ngôn ngữ", + "Help translate" : "Hỗ trợ dịch thuật", "Password" : "Mật khẩu", "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "Language" : "Ngôn ngữ", - "Help translate" : "Hỗ trợ dịch thuật", "Username" : "Tên đăng nhập", "Create" : "Tạo", "Unlimited" : "Không giới hạn", diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json index 91b0e9ad906..35318c94b89 100644 --- a/settings/l10n/vi.json +++ b/settings/l10n/vi.json @@ -34,12 +34,12 @@ "Cancel" : "Hủy", "Email" : "Email", "Your email address" : "Email của bạn", + "Language" : "Ngôn ngữ", + "Help translate" : "Hỗ trợ dịch thuật", "Password" : "Mật khẩu", "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "Language" : "Ngôn ngữ", - "Help translate" : "Hỗ trợ dịch thuật", "Username" : "Tên đăng nhập", "Create" : "Tạo", "Unlimited" : "Không giới hạn", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 92eca8c8909..9c5f0b87db7 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -333,12 +333,12 @@ OC.L10N.register( "Twitter" : "Twitter", "Twitter handle @…" : "推特用户名@…", "You are member of the following groups:" : "您是以下组的成员:", + "Language" : "语言", + "Help translate" : "帮助翻译", "Password" : "密码", "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", - "Language" : "语言", - "Help translate" : "帮助翻译", "Web, desktop and mobile clients currently logged in to your account." : "您账号当前登录的 Web 页面, 桌面和客户端客户端.", "Device" : "设备", "Last activity" : "最后活跃", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index a7e9d18a463..a430f0c89ad 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -331,12 +331,12 @@ "Twitter" : "Twitter", "Twitter handle @…" : "推特用户名@…", "You are member of the following groups:" : "您是以下组的成员:", + "Language" : "语言", + "Help translate" : "帮助翻译", "Password" : "密码", "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", - "Language" : "语言", - "Help translate" : "帮助翻译", "Web, desktop and mobile clients currently logged in to your account." : "您账号当前登录的 Web 页面, 桌面和客户端客户端.", "Device" : "设备", "Last activity" : "最后活跃", diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js index 83f6119898e..4a4f8da76f2 100644 --- a/settings/l10n/zh_HK.js +++ b/settings/l10n/zh_HK.js @@ -27,11 +27,11 @@ OC.L10N.register( "Cancel" : "取消", "Email" : "電郵", "Your email address" : "你的電郵地址", + "Language" : "語言", + "Help translate" : "幫忙翻譯", "Password" : "密碼", "New password" : "新密碼", "Change password" : "更改密碼", - "Language" : "語言", - "Help translate" : "幫忙翻譯", "Username" : "用戶名稱", "Create" : "新增", "Everyone" : "所有人", diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json index 4c308ce33a2..0aee8df109d 100644 --- a/settings/l10n/zh_HK.json +++ b/settings/l10n/zh_HK.json @@ -25,11 +25,11 @@ "Cancel" : "取消", "Email" : "電郵", "Your email address" : "你的電郵地址", + "Language" : "語言", + "Help translate" : "幫忙翻譯", "Password" : "密碼", "New password" : "新密碼", "Change password" : "更改密碼", - "Language" : "語言", - "Help translate" : "幫忙翻譯", "Username" : "用戶名稱", "Create" : "新增", "Everyone" : "所有人", diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index ce4ed5fd828..097f73abfdc 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -256,12 +256,12 @@ OC.L10N.register( "Your email address" : "您的電子郵件信箱", "No email address set" : "未設定電子郵件信箱", "You are member of the following groups:" : "您的帳號屬於這些群組:", + "Language" : "語言", + "Help translate" : "幫助翻譯", "Password" : "密碼", "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "變更密碼", - "Language" : "語言", - "Help translate" : "幫助翻譯", "Username" : "使用者名稱", "Show storage location" : "顯示儲存位置", "Show user backend" : "顯示用戶後台", diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index 2443afab52a..4f6d723d5b0 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -254,12 +254,12 @@ "Your email address" : "您的電子郵件信箱", "No email address set" : "未設定電子郵件信箱", "You are member of the following groups:" : "您的帳號屬於這些群組:", + "Language" : "語言", + "Help translate" : "幫助翻譯", "Password" : "密碼", "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "變更密碼", - "Language" : "語言", - "Help translate" : "幫助翻譯", "Username" : "使用者名稱", "Show storage location" : "顯示儲存位置", "Show user backend" : "顯示用戶後台", diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index db14a4de986..27c5915d5be 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -56,8 +56,7 @@ vendor_style('jcrop/css/jquery.Jcrop'); <div id="personal-settings-avatar-container"> <form id="avatarform" class="section" method="post" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.postAvatar')); ?>"> <h2> - <label><?php p($l->t('Profile picture')); ?></label> - <span class="icon-password"/> + <label><?php p($l->t('Profile picture')); ?></label><span class="icon-federation-menu icon-password">▾<span/> </h2> <div id="displayavatar"> <div class="avatardiv"></div> @@ -81,17 +80,17 @@ vendor_style('jcrop/css/jquery.Jcrop'); </div> <span class="icon-checkmark hidden"/> <?php if($_['lookupServerUploadEnabled']) { ?> - <input type="hidden" id="avatarscope" value="<?php p($_['avatarScope']) ?>"> + <input type="hidden" id="avatarscope" value="<?php p($_['avatarScope']) ?>"> <?php } ?> </form> </div> - <div id="personal-settings-container"> + <div class="personal-settings-container"> <div class="personal-settings-setting-box"> <form id="displaynameform" class="section"> <h2> <label for="displayname"><?php p($l->t('Full name')); ?></label> - <span class="icon-password"/> + <span class="icon-federation-menu icon-password">▾<span/> </h2> <input type="text" id="displayname" name="displayname" <?php if(!$_['displayNameChangeSupported']) { print_unescaped('class="hidden"'); } ?> @@ -110,7 +109,7 @@ vendor_style('jcrop/css/jquery.Jcrop'); <form id="emailform" class="section"> <h2> <label for="email"><?php p($l->t('Email')); ?></label> - <span class="icon-password"/> + <span class="icon-federation-menu icon-password">▾<span/> </h2> <div class="verify <?php if ($_['email'] === '' || $_['emailScope'] !== 'public') p('hidden'); ?>"> <img id="verify-email" title="<?php p($_['emailMessage']); ?>" data-status="<?php p($_['emailVerification']) ?>" src=" @@ -135,182 +134,218 @@ vendor_style('jcrop/css/jquery.Jcrop'); <span><?php if(isset($_['email']) && !empty($_['email'])) { p($_['email']); } else { p($l->t('No email address set')); }?></span> <?php } ?> <?php if($_['displayNameChangeSupported']) { ?> - <br /> <em><?php p($l->t('For password reset and notifications')); ?></em> <?php } ?> <span class="icon-checkmark hidden"/> <?php if($_['lookupServerUploadEnabled']) { ?> - <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>"> + <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>"> <?php } ?> </form> </div> - <?php if($_['lookupServerUploadEnabled']) { ?> - <div class="personal-settings-setting-box"> - <form id="phoneform" class="section"> - <h2> - <label for="phone"><?php p($l->t('Phone number')); ?></label> - <span class="icon-password"/> - </h2> - <input type="tel" id="phone" name="phone" - value="<?php p($_['phone']) ?>" - placeholder="<?php p($l->t('Your phone number')); ?>" - autocomplete="on" autocapitalize="none" autocorrect="off" /> - <span class="icon-checkmark hidden"/> - <input type="hidden" id="phonescope" value="<?php p($_['phoneScope']) ?>"> - </form> - </div> - <div class="personal-settings-setting-box"> - <form id="addressform" class="section"> - <h2> - <label for="address"><?php p($l->t('Address')); ?></label> - <span class="icon-password"/> - </h2> - <input type="text" id="address" name="address" - placeholder="<?php p($l->t('Your postal address')); ?>" - value="<?php p($_['address']) ?>" - autocomplete="on" autocapitalize="none" autocorrect="off" /> - <span class="icon-checkmark hidden"/> - <input type="hidden" id="addressscope" value="<?php p($_['addressScope']) ?>"> - </form> - </div> - <div class="personal-settings-setting-box"> - <form id="websiteform" class="section"> - <h2> - <label for="website"><?php p($l->t('Website')); ?></label> - <span class="icon-password"/> - </h2> - <div class="verify <?php if ($_['website'] === '' || $_['websiteScope'] !== 'public') p('hidden'); ?>"> - <img id="verify-website" title="<?php p($_['websiteMessage']); ?>" data-status="<?php p($_['websiteVerification']) ?>" src=" - <?php - switch($_['websiteVerification']) { - case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: - p(image_path('core', 'actions/verifying.svg')); - break; - case \OC\Accounts\AccountManager::VERIFIED: - p(image_path('core', 'actions/verified.svg')); - break; - default: - p(image_path('core', 'actions/verify.svg')); - } - ?>" - <?php if($_['websiteVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['websiteVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> - > - <div class="verification-dialog popovermenu bubble menu"> - <div class="verification-dialog-content"> - <p class="explainVerification"></p> - <p class="verificationCode"></p> - <p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p> - </div> + <?php if (!empty($_['phone']) || $_['lookupServerUploadEnabled']) { ?> + <div class="personal-settings-setting-box"> + <form id="phoneform" class="section"> + <h2> + <label for="phone"><?php p($l->t('Phone number')); ?></label> + <span class="icon-federation-menu icon-password">▾<span/> + </h2> + <input type="tel" id="phone" name="phone" <?php if(!$_['lookupServerUploadEnabled']) print_unescaped('disabled="1"'); ?> + value="<?php p($_['phone']) ?>" + placeholder="<?php p($l->t('Your phone number')); ?>" + autocomplete="on" autocapitalize="none" autocorrect="off" /> + <span class="icon-checkmark hidden"/> + <?php if($_['lookupServerUploadEnabled']) { ?> + <input type="hidden" id="phonescope" value="<?php p($_['phoneScope']) ?>"> + <?php } ?> + </form> + </div> + <?php } ?> + <?php if (!empty($_['address']) || $_['lookupServerUploadEnabled']) { ?> + <div class="personal-settings-setting-box"> + <form id="addressform" class="section"> + <h2> + <label for="address"><?php p($l->t('Address')); ?></label> + <span class="icon-federation-menu icon-password">▾<span/> + </h2> + <input type="text" id="address" name="address" <?php if(!$_['lookupServerUploadEnabled']) print_unescaped('disabled="1"'); ?> + placeholder="<?php p($l->t('Your postal address')); ?>" + value="<?php p($_['address']) ?>" + autocomplete="on" autocapitalize="none" autocorrect="off" /> + <span class="icon-checkmark hidden"/> + <?php if($_['lookupServerUploadEnabled']) { ?> + <input type="hidden" id="addressscope" value="<?php p($_['addressScope']) ?>"> + <?php } ?> + </form> + </div> + <?php } ?> + <?php if (!empty($_['website']) || $_['lookupServerUploadEnabled']) { ?> + <div class="personal-settings-setting-box"> + <form id="websiteform" class="section"> + <h2> + <label for="website"><?php p($l->t('Website')); ?></label> + <span class="icon-federation-menu icon-password">▾<span/> + </h2> + <?php if($_['lookupServerUploadEnabled']) { ?> + <div class="verify <?php if ($_['website'] === '' || $_['websiteScope'] !== 'public') p('hidden'); ?>"> + <img id="verify-website" title="<?php p($_['websiteMessage']); ?>" data-status="<?php p($_['websiteVerification']) ?>" src=" + <?php + switch($_['websiteVerification']) { + case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: + p(image_path('core', 'actions/verifying.svg')); + break; + case \OC\Accounts\AccountManager::VERIFIED: + p(image_path('core', 'actions/verified.svg')); + break; + default: + p(image_path('core', 'actions/verify.svg')); + } + ?>" + <?php if($_['websiteVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['websiteVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> + > + <div class="verification-dialog popovermenu bubble menu"> + <div class="verification-dialog-content"> + <p class="explainVerification"></p> + <p class="verificationCode"></p> + <p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p> </div> </div> - <input type="text" name="website" id="website" value="<?php p($_['website']); ?>" - placeholder="<?php p($l->t('Link https://…')); ?>" - autocomplete="on" autocapitalize="none" autocorrect="off" /> - <span class="icon-checkmark hidden"/> - <input type="hidden" id="websitescope" value="<?php p($_['websiteScope']) ?>"> - </form> - </div> - <div class="personal-settings-setting-box"> - <form id="twitterform" class="section"> - <h2> - <label for="twitter"><?php p($l->t('Twitter')); ?></label> - <span class="icon-password"/> - </h2> - <div class="verify <?php if ($_['twitter'] === '' || $_['twitterScope'] !== 'public') p('hidden'); ?>"> - <img id="verify-twitter" title="<?php p($_['twitterMessage']); ?>" data-status="<?php p($_['twitterVerification']) ?>" src=" - <?php - switch($_['twitterVerification']) { - case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: - p(image_path('core', 'actions/verifying.svg')); - break; - case \OC\Accounts\AccountManager::VERIFIED: - p(image_path('core', 'actions/verified.svg')); - break; - default: - p(image_path('core', 'actions/verify.svg')); - } - ?>" - <?php if($_['twitterVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['twitterVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> - > - <div class="verification-dialog popovermenu bubble menu"> - <div class="verification-dialog-content"> - <p class="explainVerification"></p> - <p class="verificationCode"></p> - <p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p> - </div> + </div> + <?php } ?> + <input type="text" name="website" id="website" value="<?php p($_['website']); ?>" + placeholder="<?php p($l->t('Link https://…')); ?>" + autocomplete="on" autocapitalize="none" autocorrect="off" + <?php if(!$_['lookupServerUploadEnabled']) print_unescaped('disabled="1"'); ?> + /> + <span class="icon-checkmark hidden"/> + <?php if($_['lookupServerUploadEnabled']) { ?> + <input type="hidden" id="websitescope" value="<?php p($_['websiteScope']) ?>"> + <?php } ?> + </form> + </div> + <?php } ?> + <?php if (!empty($_['twitter']) || $_['lookupServerUploadEnabled']) { ?> + <div class="personal-settings-setting-box"> + <form id="twitterform" class="section"> + <h2> + <label for="twitter"><?php p($l->t('Twitter')); ?></label> + <span class="icon-federation-menu icon-password">▾<span/> + </h2> + <?php if($_['lookupServerUploadEnabled']) { ?> + <div class="verify <?php if ($_['twitter'] === '' || $_['twitterScope'] !== 'public') p('hidden'); ?>"> + <img id="verify-twitter" title="<?php p($_['twitterMessage']); ?>" data-status="<?php p($_['twitterVerification']) ?>" src=" + <?php + switch($_['twitterVerification']) { + case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: + p(image_path('core', 'actions/verifying.svg')); + break; + case \OC\Accounts\AccountManager::VERIFIED: + p(image_path('core', 'actions/verified.svg')); + break; + default: + p(image_path('core', 'actions/verify.svg')); + } + ?>" + <?php if($_['twitterVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['twitterVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> + > + <div class="verification-dialog popovermenu bubble menu"> + <div class="verification-dialog-content"> + <p class="explainVerification"></p> + <p class="verificationCode"></p> + <p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.'));?></p> </div> </div> - <input type="text" name="twitter" id="twitter" value="<?php p($_['twitter']); ?>" - placeholder="<?php p($l->t('Twitter handle @…')); ?>" - autocomplete="on" autocapitalize="none" autocorrect="off" /> - <span class="icon-checkmark hidden"/> - <input type="hidden" id="twitterscope" value="<?php p($_['twitterScope']) ?>"> - </form> - </div> + </div> + <?php } ?> + <input type="text" name="twitter" id="twitter" value="<?php p($_['twitter']); ?>" + placeholder="<?php p($l->t('Twitter handle @…')); ?>" + autocomplete="on" autocapitalize="none" autocorrect="off" + <?php if(!$_['lookupServerUploadEnabled']) print_unescaped('disabled="1"'); ?> + /> + <span class="icon-checkmark hidden"/> + <?php if($_['lookupServerUploadEnabled']) { ?> + <input type="hidden" id="twitterscope" value="<?php p($_['twitterScope']) ?>"> + <?php } ?> + </form> + </div> <?php } ?> - <span class="msg"></span> </div> -</div> -<div id="groups" class="section"> - <h2><?php p($l->t('Groups')); ?></h2> - <p><?php p($l->t('You are member of the following groups:')); ?></p> - <p> - <?php p(implode(', ', $_['groups'])); ?> - </p> -</div> + <div class="clear"></div> -<?php -if($_['passwordChangeSupported']) { - script('jquery-showpassword'); - ?> - <form id="passwordform" class="section"> - <h2 class="inlineblock"><?php p($l->t('Password'));?></h2> - <div id="password-error-msg" class="msg success inlineblock" style="display: none;">Saved</div> - <br> - <label for="pass1" class="hidden-visually"><?php p($l->t('Current password')); ?>: </label> - <input type="password" id="pass1" name="oldpassword" - placeholder="<?php p($l->t('Current password'));?>" - autocomplete="off" autocapitalize="none" autocorrect="off" /> - <div class="personal-show-container"> - <label for="pass2" class="hidden-visually"><?php p($l->t('New password'));?>: </label> - <input type="password" id="pass2" name="newpassword" - placeholder="<?php p($l->t('New password')); ?>" - data-typetoggle="#personal-show" - autocomplete="off" autocapitalize="none" autocorrect="off" /> - <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="personal-show-label"></label> + <div id="personal-settings-group-container"> + <div class="personal-settings-setting-box personal-settings-group-box"> + <div id="groups" class="section"> + <h2><?php p($l->t('Groups')); ?></h2> + <p><?php p($l->t('You are member of the following groups:')); ?></p> + <p id="groups-groups"> + <strong><?php p(implode(', ', $_['groups'])); ?></strong> + </p> + </div> </div> - <input id="passwordbutton" type="submit" value="<?php p($l->t('Change password')); ?>" /> - <br/> - </form> - <?php -} -?> + </div> + + <div class="profile-settings-container"> + <div class="personal-settings-setting-box personal-settings-language-box"> + <?php if (isset($_['activelanguage'])) { ?> + <form id="language" class="section"> + <h2> + <label for="languageinput"><?php p($l->t('Language'));?></label> + </h2> + <select id="languageinput" name="lang" data-placeholder="<?php p($l->t('Language'));?>"> + <option value="<?php p($_['activelanguage']['code']);?>"> + <?php p($_['activelanguage']['name']);?> + </option> + <?php foreach($_['commonlanguages'] as $language):?> + <option value="<?php p($language['code']);?>"> + <?php p($language['name']);?> + </option> + <?php endforeach;?> + <optgroup label="––––––––––"></optgroup> + <?php foreach($_['languages'] as $language):?> + <option value="<?php p($language['code']);?>"> + <?php p($language['name']);?> + </option> + <?php endforeach;?> + </select> + <a href="https://www.transifex.com/nextcloud/nextcloud/" + target="_blank" rel="noreferrer"> + <em><?php p($l->t('Help translate'));?></em> + </a> + </form> + <?php } ?> + </div> + <div class="personal-settings-setting-box personal-settings-password-box"> + <?php + if($_['passwordChangeSupported']) { + script('jquery-showpassword'); + ?> + <form id="passwordform" class="section"> + <h2 class="inlineblock"><?php p($l->t('Password'));?></h2> + <div id="password-error-msg" class="msg success inlineblock" style="display: none;">Saved</div> + + <label for="pass1" class="hidden-visually"><?php p($l->t('Current password')); ?>: </label> + <input type="password" id="pass1" name="oldpassword" + placeholder="<?php p($l->t('Current password'));?>" + autocomplete="off" autocapitalize="none" autocorrect="off" /> + + <div class="personal-show-container"> + <label for="pass2" class="hidden-visually"><?php p($l->t('New password'));?>: </label> + <input type="password" id="pass2" name="newpassword" + placeholder="<?php p($l->t('New password')); ?>" + data-typetoggle="#personal-show" + autocomplete="off" autocapitalize="none" autocorrect="off" /> + <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="personal-show-label"></label> + </div> + + <input id="passwordbutton" type="submit" value="<?php p($l->t('Change password')); ?>" /> + + </form> + <?php + } + ?> + </div> + <span class="msg"></span> + </div> +</div> -<?php if (isset($_['activelanguage'])) { ?> -<form id="language" class="section"> - <h2> - <label for="languageinput"><?php p($l->t('Language'));?></label> - </h2> - <select id="languageinput" name="lang" data-placeholder="<?php p($l->t('Language'));?>"> - <option value="<?php p($_['activelanguage']['code']);?>"> - <?php p($_['activelanguage']['name']);?> - </option> - <?php foreach($_['commonlanguages'] as $language):?> - <option value="<?php p($language['code']);?>"> - <?php p($language['name']);?> - </option> - <?php endforeach;?> - <optgroup label="––––––––––"></optgroup> - <?php foreach($_['languages'] as $language):?> - <option value="<?php p($language['code']);?>"> - <?php p($language['name']);?> - </option> - <?php endforeach;?> - </select> - <a href="https://www.transifex.com/nextcloud/nextcloud/" - target="_blank" rel="noreferrer"> - <em><?php p($l->t('Help translate'));?></em> - </a> -</form> -<?php } ?> +<div class="clear"></div> |