diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index b26fcb51510ea3fedd9169626baa99bec1c53b05..8ddad543dc702933a8c685b6bc4b085dfe214b1a 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -41,6 +41,17 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "En kalender <strong>begivenhed</strong> er blevet ændret", "A calendar <strong>todo</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret", "Contact birthdays" : "Kontakt fødselsdag", + "%s via %s" : "%s via %s", + "Invitation canceled" : "Invitation annulleret", + "Hello %s," : "Goddag %s,", + "The meeting »%s« with %s was canceled." : "Mødet »%s« med %s blev annulleret.", + "Invitation updated" : "Invitation opdateret ", + "The meeting »%s« with %s was updated." : "Mødet »%s« med %s blev opdateret.", + "%s invited you to »%s«" : "%s inviterede dig til »%s«", + "When:" : "HvornÃ¥r:", + "Where:" : "Hvor:", + "Description:" : "Beskrivelse:", + "Link:" : "Link:", "Contacts" : "Kontakter", "Technical details" : "Tekniske detaljer", "Remote Address: %s" : "Fjernadresse: %s", diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json index be5aa72d05ba104f9a180e98cb06946187b0bfe5..fd40e7d035011bdd74b88a15e9266f16da4d696f 100644 --- a/apps/dav/l10n/da.json +++ b/apps/dav/l10n/da.json @@ -39,6 +39,17 @@ "A calendar <strong>event</strong> was modified" : "En kalender <strong>begivenhed</strong> er blevet ændret", "A calendar <strong>todo</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret", "Contact birthdays" : "Kontakt fødselsdag", + "%s via %s" : "%s via %s", + "Invitation canceled" : "Invitation annulleret", + "Hello %s," : "Goddag %s,", + "The meeting »%s« with %s was canceled." : "Mødet »%s« med %s blev annulleret.", + "Invitation updated" : "Invitation opdateret ", + "The meeting »%s« with %s was updated." : "Mødet »%s« med %s blev opdateret.", + "%s invited you to »%s«" : "%s inviterede dig til »%s«", + "When:" : "HvornÃ¥r:", + "Where:" : "Hvor:", + "Description:" : "Beskrivelse:", + "Link:" : "Link:", "Contacts" : "Kontakter", "Technical details" : "Tekniske detaljer", "Remote Address: %s" : "Fjernadresse: %s", diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 94c9592316e3267b4a4a57ea804764cc74b445f0..16b82fac54618ccd45fb5dfbe273c5d10eedee85 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -41,6 +41,7 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified", "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified", "Contact birthdays" : "Contact birthdays", + "%s via %s" : "%s via %s", "Invitation canceled" : "Invitation canceled", "Hello %s," : "Hello %s,", "The meeting »%s« with %s was canceled." : "The meeting »%s« with %s was canceled.", diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index 9b6a26cf0ed257ab3553b4401352cc6735e140c6..2e9b63b16e4ba4733fb761e697bad85bbf2dd672 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -39,6 +39,7 @@ "A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified", "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified", "Contact birthdays" : "Contact birthdays", + "%s via %s" : "%s via %s", "Invitation canceled" : "Invitation canceled", "Hello %s," : "Hello %s,", "The meeting »%s« with %s was canceled." : "The meeting »%s« with %s was canceled.", diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index b2591b7dda91c3a227dbf102f9f244dbca34b689..cb67f8774b6f1916bbe3101757303a9e0328658e 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -41,6 +41,7 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.", "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada", "Contact birthdays" : "Cumpleaños del contacto", + "%s via %s" : "%s vÃa %s", "Invitation canceled" : "Invitación cancelada", "Hello %s," : "Hola, %s:", "The meeting »%s« with %s was canceled." : "La reunión »%s« con %s se ha cancelado.", diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index d114b339b13e03a2c39eab7e5f45e23db6fa79e4..7d3abca51cbdfbfc8c8cc8e0ec4bc75ea870105f 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -39,6 +39,7 @@ "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.", "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada", "Contact birthdays" : "Cumpleaños del contacto", + "%s via %s" : "%s vÃa %s", "Invitation canceled" : "Invitación cancelada", "Hello %s," : "Hola, %s:", "The meeting »%s« with %s was canceled." : "La reunión »%s« con %s se ha cancelado.", diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js index 14e7bf8b0bd66f43ac1b0678adad0a59cf69f847..d81ce607e7b89004d9b51c3679e2a105846a785a 100644 --- a/apps/theming/l10n/da.js +++ b/apps/theming/l10n/da.js @@ -33,6 +33,7 @@ OC.L10N.register( "Login image" : "Login billede", "Upload new login background" : "Upload nyt login billede", "Remove background image" : "Fjern baggrundsbillede", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret pÃ¥ the uploadede logo og farver.", "reset to default" : "nulstil til standardindstillinger ", "Log in image" : "Log ind billede" }, diff --git a/apps/theming/l10n/da.json b/apps/theming/l10n/da.json index 8c2cac7b07e38ff7debc7eb02438da25dc1944fa..7c2653a85a252e4bb1ae49741c9743f9eb282c4f 100644 --- a/apps/theming/l10n/da.json +++ b/apps/theming/l10n/da.json @@ -31,6 +31,7 @@ "Login image" : "Login billede", "Upload new login background" : "Upload nyt login billede", "Remove background image" : "Fjern baggrundsbillede", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret pÃ¥ the uploadede logo og farver.", "reset to default" : "nulstil til standardindstillinger ", "Log in image" : "Log ind billede" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index ceb5ce0a8c7ab749159055c5828d2419c93e0349..796c14be4fa1b0ba7d9c67f63420006429b5ee19 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -33,6 +33,7 @@ OC.L10N.register( "Login image" : "Inlog afbeelding", "Upload new login background" : "Uploaden nieuwe inlog achtergrond", "Remove background image" : "Achtergrond beeld verwijderen", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.", "reset to default" : "herstellen naar standaard", "Log in image" : "Inlog afbeelding" }, diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index ec031703cf2ffd714a4d8a1d62c4424cfeff4308..15aade1aff6d869e01eefaaa3244ea6174ec21fd 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -31,6 +31,7 @@ "Login image" : "Inlog afbeelding", "Upload new login background" : "Uploaden nieuwe inlog achtergrond", "Remove background image" : "Achtergrond beeld verwijderen", + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.", "reset to default" : "herstellen naar standaard", "Log in image" : "Inlog afbeelding" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/workflowengine/l10n/ka_GE.js b/apps/workflowengine/l10n/ka_GE.js index ae307b316d12b3c3eaacf21cf7596432f7ed5863..c86461c1cd255eb25de778de262c92451fe4f0d8 100644 --- a/apps/workflowengine/l10n/ka_GE.js +++ b/apps/workflowengine/l10n/ka_GE.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Saved" : "შენáƒáƒ®áƒ£áƒšáƒ˜áƒ", "Saving failed:" : "შენáƒáƒ®áƒ•áƒ ვერმáƒáƒ®áƒ”რხდáƒ:", - "File MIME type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ MIME ტიპი", + "File MIME type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ MIME სáƒáƒ®áƒ”áƒáƒ‘áƒ", "is" : "áƒáƒ ის", "is not" : "áƒáƒ áƒáƒ ის", "matches" : "ემთხვევáƒ", @@ -11,13 +11,13 @@ OC.L10N.register( "Example: {placeholder}" : "მáƒáƒ’áƒáƒšáƒ˜áƒ—ი: {placeholder}", "File size (upload)" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ ზáƒáƒ›áƒ (áƒáƒ¢áƒ•áƒ˜áƒ თვáƒ)", "less" : "უფრრნáƒáƒ™áƒšáƒ”ბი", - "less or equals" : "უფრრნáƒáƒ™áƒšáƒ”ბირáƒáƒœ ტáƒáƒšáƒ˜áƒ", - "greater or equals" : "უფრრმეტირáƒáƒœ ტáƒáƒšáƒ˜áƒ", + "less or equals" : "უფრრნáƒáƒ™áƒšáƒ”ბი áƒáƒœ ტáƒáƒšáƒ˜", + "greater or equals" : "უფრრმეტი áƒáƒœ ტáƒáƒšáƒ˜", "greater" : "უფრრმეტიáƒ", "File system tag" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ სისტემური ტეგი", "is tagged with" : "დáƒáƒ¢áƒ”გილირრáƒáƒ’áƒáƒ ც", "is not tagged with" : "áƒáƒ áƒáƒ დáƒáƒ¢áƒ”გილი რáƒáƒ’áƒáƒ ც", - "Select tag…" : "áƒáƒ˜áƒ ჩიეთ ტეგი", + "Select tag…" : "áƒáƒ˜áƒ ჩიეთ ტეგი...", "Request remote address" : "დისტáƒáƒœáƒªáƒ˜áƒ£áƒ ი მისáƒáƒ›áƒáƒ თის მáƒáƒ—ხáƒáƒ•áƒœáƒ", "matches IPv4" : "ემთხვევრIPv4-ს", "does not match IPv4" : "áƒáƒ ემთხვევრIPv4-ს", @@ -33,7 +33,7 @@ OC.L10N.register( "Predefined URLs" : "წინáƒáƒ¡áƒ¬áƒáƒ გáƒáƒœáƒ¡áƒáƒ–ღვრული URL-ები", "Files WebDAV" : "ფáƒáƒ˜áƒšáƒ”ბი WebDAV", "Request user agent" : "მáƒáƒ—ხáƒáƒ•áƒœáƒ˜áƒ¡ მáƒáƒ›áƒ®áƒ›áƒáƒ ებლის áƒáƒ’ენტი", - "Sync clients" : "Sync. კლიენტები", + "Sync clients" : "სინქ. კლიენტები", "Android client" : "Android კლიენტი", "iOS client" : "iOS კლიენტი", "Desktop client" : "დესკტáƒáƒž კლიენტი", @@ -68,6 +68,6 @@ OC.L10N.register( "Saving…" : "მიმდინáƒáƒ ეáƒáƒ‘ს დáƒáƒ›áƒáƒ®áƒ¡áƒáƒ•áƒ ებáƒ...", "Loading…" : "იტვირთებáƒ...", "Successfully saved" : "წáƒáƒ მáƒáƒ¢áƒ”ბით დáƒáƒ›áƒáƒ®áƒ¡áƒáƒ•áƒ დáƒ", - "File mime type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ mime ტიპი" + "File mime type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ mime სáƒáƒ®áƒ”áƒáƒ‘áƒ" }, "nplurals=1; plural=0;"); diff --git a/apps/workflowengine/l10n/ka_GE.json b/apps/workflowengine/l10n/ka_GE.json index 36c9f75169d15c70d14cf838f56f9b5ace1c69e1..e4f42973cb3d91327006b3ce1bed683328607ca2 100644 --- a/apps/workflowengine/l10n/ka_GE.json +++ b/apps/workflowengine/l10n/ka_GE.json @@ -1,7 +1,7 @@ { "translations": { "Saved" : "შენáƒáƒ®áƒ£áƒšáƒ˜áƒ", "Saving failed:" : "შენáƒáƒ®áƒ•áƒ ვერმáƒáƒ®áƒ”რხდáƒ:", - "File MIME type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ MIME ტიპი", + "File MIME type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ MIME სáƒáƒ®áƒ”áƒáƒ‘áƒ", "is" : "áƒáƒ ის", "is not" : "áƒáƒ áƒáƒ ის", "matches" : "ემთხვევáƒ", @@ -9,13 +9,13 @@ "Example: {placeholder}" : "მáƒáƒ’áƒáƒšáƒ˜áƒ—ი: {placeholder}", "File size (upload)" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ ზáƒáƒ›áƒ (áƒáƒ¢áƒ•áƒ˜áƒ თვáƒ)", "less" : "უფრრნáƒáƒ™áƒšáƒ”ბი", - "less or equals" : "უფრრნáƒáƒ™áƒšáƒ”ბირáƒáƒœ ტáƒáƒšáƒ˜áƒ", - "greater or equals" : "უფრრმეტირáƒáƒœ ტáƒáƒšáƒ˜áƒ", + "less or equals" : "უფრრნáƒáƒ™áƒšáƒ”ბი áƒáƒœ ტáƒáƒšáƒ˜", + "greater or equals" : "უფრრმეტი áƒáƒœ ტáƒáƒšáƒ˜", "greater" : "უფრრმეტიáƒ", "File system tag" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ სისტემური ტეგი", "is tagged with" : "დáƒáƒ¢áƒ”გილირრáƒáƒ’áƒáƒ ც", "is not tagged with" : "áƒáƒ áƒáƒ დáƒáƒ¢áƒ”გილი რáƒáƒ’áƒáƒ ც", - "Select tag…" : "áƒáƒ˜áƒ ჩიეთ ტეგი", + "Select tag…" : "áƒáƒ˜áƒ ჩიეთ ტეგი...", "Request remote address" : "დისტáƒáƒœáƒªáƒ˜áƒ£áƒ ი მისáƒáƒ›áƒáƒ თის მáƒáƒ—ხáƒáƒ•áƒœáƒ", "matches IPv4" : "ემთხვევრIPv4-ს", "does not match IPv4" : "áƒáƒ ემთხვევრIPv4-ს", @@ -31,7 +31,7 @@ "Predefined URLs" : "წინáƒáƒ¡áƒ¬áƒáƒ გáƒáƒœáƒ¡áƒáƒ–ღვრული URL-ები", "Files WebDAV" : "ფáƒáƒ˜áƒšáƒ”ბი WebDAV", "Request user agent" : "მáƒáƒ—ხáƒáƒ•áƒœáƒ˜áƒ¡ მáƒáƒ›áƒ®áƒ›áƒáƒ ებლის áƒáƒ’ენტი", - "Sync clients" : "Sync. კლიენტები", + "Sync clients" : "სინქ. კლიენტები", "Android client" : "Android კლიენტი", "iOS client" : "iOS კლიენტი", "Desktop client" : "დესკტáƒáƒž კლიენტი", @@ -66,6 +66,6 @@ "Saving…" : "მიმდინáƒáƒ ეáƒáƒ‘ს დáƒáƒ›áƒáƒ®áƒ¡áƒáƒ•áƒ ებáƒ...", "Loading…" : "იტვირთებáƒ...", "Successfully saved" : "წáƒáƒ მáƒáƒ¢áƒ”ბით დáƒáƒ›áƒáƒ®áƒ¡áƒáƒ•áƒ დáƒ", - "File mime type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ mime ტიპი" + "File mime type" : "ფáƒáƒ˜áƒšáƒ˜áƒ¡ mime სáƒáƒ®áƒ”áƒáƒ‘áƒ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/da.js b/core/l10n/da.js index a6697b3dad7eb42a157d2cf6dbd648095aacd2f8..1cbedff21cafddc1d746a5c062d81bfb8471fd3b 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -81,6 +81,7 @@ OC.L10N.register( "I know what I'm doing" : "Jeg ved, hvad jeg har gang i", "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", "Reset password" : "Nulstil kodeord", + "Sending email …" : "Sender email...", "No" : "Nej", "Yes" : "Ja", "No files in here" : "Ingen filer", @@ -264,6 +265,8 @@ OC.L10N.register( "Wrong password." : "Forkert kodeord.", "Log in" : "Log ind", "Stay logged in" : "Forbliv logget ind", + "Forgot password?" : "Glemt adgangskode?", + "Back to log in" : "Tilbage til log in", "Alternative Logins" : "Alternative logins", "Account access" : "Konto adgang", "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", diff --git a/core/l10n/da.json b/core/l10n/da.json index dcf957e6961bdab8bb34f70221e0c589006187d9..4893f67151c26a9bf6cd1e02820e36343c2b9a8a 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -79,6 +79,7 @@ "I know what I'm doing" : "Jeg ved, hvad jeg har gang i", "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", "Reset password" : "Nulstil kodeord", + "Sending email …" : "Sender email...", "No" : "Nej", "Yes" : "Ja", "No files in here" : "Ingen filer", @@ -262,6 +263,8 @@ "Wrong password." : "Forkert kodeord.", "Log in" : "Log ind", "Stay logged in" : "Forbliv logget ind", + "Forgot password?" : "Glemt adgangskode?", + "Back to log in" : "Tilbage til log in", "Alternative Logins" : "Alternative logins", "Account access" : "Konto adgang", "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 2bf5ed9a93a02d926501aaf37e5c72d6bd92764a..e857912fda9a4da969c3272052a2b8ea82299f73 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -124,6 +124,7 @@ OC.L10N.register( "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended 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." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", "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." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". Some features might not work correctly and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Quelques fonctionnalités peuvent ne pas marcher correctement et il est recommandé d'ajuster ce paramètre.", "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 noopener\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation</a>.", "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>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.", "Shared" : "Partagé", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 9677a9600b63298a1b94e443c903a60d86bcd4a2..6eba0d8f5e4817de49f03cc817576b90a60bbeb1 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -122,6 +122,7 @@ "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended 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." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", "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." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". Some features might not work correctly and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Quelques fonctionnalités peuvent ne pas marcher correctement et il est recommandé d'ajuster ce paramètre.", "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 noopener\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation</a>.", "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>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.", "Shared" : "Partagé", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index ea08fa8f9ab3edcf9a45548d552a68a17f6a80b5..4b9e2c57a6e8dc2e8b101a602d8ae34cc0bb593f 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -259,6 +259,7 @@ OC.L10N.register( "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITTED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.", "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$sestá instalado por debajo de la versión %2$s, por motivos de estabilidad y rendimiento se recomienda actualizar a una versión más moderna de %1$s.", "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Es muy recomendable activar este módulo para conseguir mejores resultados en la detección de los tipos 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 noopener\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado. Esto podrÃa llevar a errores en algunas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentación ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivo.", "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 0c6aa20128f6733ddd90b14f303fb345d00cec6c..fb83fe140f5fed77a15e2313ac1be0e27c0843fa 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -257,6 +257,7 @@ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITTED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.", "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$sestá instalado por debajo de la versión %2$s, por motivos de estabilidad y rendimiento se recomienda actualizar a una versión más moderna de %1$s.", "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Es muy recomendable activar este módulo para conseguir mejores resultados en la detección de los tipos 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 noopener\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado. Esto podrÃa llevar a errores en algunas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentación ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivo.", "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ",